@charset "UTF-8";

/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */

html {
  font-size: 62.5%;
}

object {
  pointer-events: none;
}

.sp {
  display: none !important;
}

a[href^="tel:"] {
  pointer-events: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.2s;
}

.img_r {
  overflow: hidden;
}

.img_r > img {
  float: right;
  width: 33%;
  margin-left: 15px;
  margin-bottom: 15px;
}

/* ---------------------------------------------------------------------------
  headerドロップダウンメニュー
--------------------------------------------------------------------------- */
.dropdown-toggle-box {
  position: relative;
}
@media (max-width: 1155px) {
  .dropdown-menu {
    left: -82px;
  }

  .dropdown-menu > li > a {
    background: none;
    width: 13em;
    height: auto;
    padding: 10px;
  }
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  /* メニューを初めは非表示にする */
  left: -55px;
  background-color: #fff;
  list-style: none;
  padding: 0;
  opacity: 0;
  /* メニューを初めは透明にする */
  transform: translateY(-10px);
  /* メニューを少し上に配置しておく */
  transition: opacity 0.3s, transform 0.3s;
  /* アニメーションの速度を調整できます */
  z-index: 1;
  background: #ffffff;
  padding: 10px 12px 9px;
  border-radius: 1em;
  box-shadow: 3px 5px 6px #18192512;
  border: 1px solid #e8e8e8;
}

.dropdown-menu li {
  text-align: center;
  overflow: hidden;
  height: 0;
  transition: 0.3s;
}

.dropdown-menu li a {
  background: none;
  padding: 10px 3px;
  border-radius: 0;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
  color: #2b2251;
  width: 190px;
  display: block;
  text-shadow: none;
  letter-spacing: 0;
}

/* ホバー時にドロップダウンメニューを表示 */
.dropdown-toggle:hover + .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s, transform 0.3s;
}

.dropdown-toggle-box {
  position: relative;
}

/* ホバー時にドロップダウンメニューを表示 */
.dropdown-toggle:hover + .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s, transform 0.3s;
}

.dropdown-toggle-box:hover .dropdown-menu {
  opacity: 1;
  /* メニューを表示する際に不透明にする */
  transform: translateY(0);
  /* メニューを下から上に移動させる */
  transition: opacity 0.3s, transform 0.3s;
}

.dropdown-toggle-box:hover .dropdown-menu li {
  overflow: visible;
  height: auto;
  margin-left: 0;
}

/* ---------------------------------------------------------------------------
  ★LIST
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★BASE
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★タイトル
--------------------------------------------------------------------------- */

.tit02 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin: 0 auto 35px;
}

.tit02 b {
  font-size: 5rem;
  line-height: 1.5;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
}

.tit02 span {
  color: #8c8c8c;
  font-size: 1.6rem;
  display: block;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", cursive, sans-serif, serif;
}

.txt_shinfo {
  position: relative;
}

.txt_shinfo > small {
  position: absolute;
  top: -22px;
  left: 0;
  font-size: 41%;
  word-break: keep-all;
}

/* ---------------------------------------------------------------------------
  ★テキスト
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★インスタグラム
--------------------------------------------------------------------------- */

.instagramcont li {
  width: calc(100% / 4);
}

.instagramcont li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0 0 100%;
  background: #949494;
}

.instagramcont li a img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

/* ---------------------------------------------------------------------------
  ★パーツ集
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★パーツ集:テーブル
--------------------------------------------------------------------------- */

.c_table_01 {
  /* border: 2px solid #eaf1f8; */
  /* border-radius: 0.5em; */
}

.c_table_01 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
  border-radius: 0.5em;
}

.c_table_01 table tbody tr th {
  border-bottom: 3px solid #eaf1f8;
  /* background: #f3f8fc; */
  vertical-align: top;
  padding: 16px 15px;
  /* color: #0b3985; */
  font-weight: 500;
  width: 24.5%;
  word-break: break-all;
}

.c_table_01 table tbody tr:nth-of-type(1) th {
  border-radius: 0.5em 0 0 0;
}

.c_table_01 table tbody tr:last-child th {
  border-radius: 0 0 0 0.5em;
}

.c_table_01 table tbody tr td {
  border-bottom: 1px solid #edf2f6;
  vertical-align: top;
  padding: 16px 21px;
  word-break: break-all;
}

.c_table_02 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}

.c_table_02 table thead {
  background-color: #666;
  color: #fff;
  margin: 0;
  border: 0;
}

.c_table_02 table thead tr th {
  padding: 10px;
  text-align: center;
}

.c_table_02 table tbody tr th,
.c_table_02 table tbody tr td {
  padding: 10px;
  font-size: 14px;
  word-break: break-all;
}

.c_table_02 table tbody tr:nth-child(even) {
  background-color: #e4e4e4;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:NEWS
--------------------------------------------------------------------------- */

.c_newslist_01 > a {
  display: block;
  color: #000;
  margin: 10px 0;
  border-bottom: solid 1px #c1c1c1;
}

.c_newslist_01 > a dl dt {
  float: left;
  width: 18%;
  margin-right: 2%;
}

.c_newslist_01 > a dl dd {
  float: left;
  width: 80%;
  word-break: break-all;
}

.c_newslist_02 dl {
  margin: 10px 0;
  border-bottom: solid 1px #c1c1c1;
}

.c_newslist_02 dl dt {
  float: left;
  width: 18%;
  margin-right: 2%;
}

.c_newslist_02 dl dd {
  float: left;
  width: 80%;
  word-break: break-all;
}

.c_newslist_02 dl dd > a {
  display: block;
  color: #000;
}

.c_newslist_03 a {
  display: block;
  margin: 10px 0;
  border-bottom: solid 1px #c1c1c1;
  color: #000;
}

.c_newslist_03 dl {
  margin: 10px 0;
}

.c_newslist_03 dl dt {
  float: left;
  width: 18%;
  margin-right: 2%;
}

.c_newslist_03 dl dt .imgBox {
  position: relative;
  overflow: hidden;
  padding-bottom: 66.6%;
}

.c_newslist_03 dl dd {
  float: left;
  width: 80%;
  word-break: break-all;
}

.c_newslist_03 dl dd .days_tx,
.c_newslist_03 dl dd .news_txt {
  display: block;
}

.icon_new {
  margin-left: 15px;
  display: inline-block;
  color: #e60012;
  z-index: 3;
}

.days_txt {
  color: #000;
}

.lr_xBox .main_xBox {
  float: left;
  width: 70%;
}

.lr_xBox .aside_xBox {
  float: right;
  width: 25%;
}

.archive_xBox > dl a {
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.archive_xBox > dl dd {
  display: none;
}

.c_postlink li:first-child {
  float: left;
  width: 40%;
}

.c_postlink li:last-child {
  float: right;
  width: 40%;
  text-align: right;
}

.c_dBox h1,
.c_dBox h2,
.c_dBox h3,
.c_dBox h4,
.c_dBox h5,
.c_dBox h6 {
  font-weight: bold;
}

.c_dBox img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:カテゴリ
--------------------------------------------------------------------------- */

.c_cateBox_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c_cateBox_01 > a {
  width: calc(100% / 4);
  display: block;
  color: #000;
  margin: 10px 0;
  border-bottom: solid 1px #c1c1c1;
  position: relative;
}

.c_cateBox_01 > a .txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.c_cateBox_02 dl {
  margin: 10px 0;
  border-bottom: solid 1px #c1c1c1;
}

.c_cateBox_02 dl dt {
  float: left;
  width: 18%;
  margin-right: 2%;
}

.c_cateBox_02 dl dd {
  float: left;
  width: 80%;
  word-break: break-all;
}

.c_cateBox_02 dl dd > a {
  display: block;
  color: #000;
}

.cate_xBox a {
  display: block;
  padding: 10px;
  background: #eee;
  margin-bottom: 5px;
}

/* =======================================
	★ページャー
========================================== */

.pager {
  width: auto;
  margin: 0 auto;
  padding-bottom: 100px;
}

.wp-pagenavi {
  clear: both;
  font-size: 14px;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 2.6;
  border: 1px solid #000000;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  color: #000000;
  font-size: 14px;
  margin: 5px;
  vertical-align: top;
  padding: 0px;
  background-color: #fff;
  border-radius: 4px;
}

.wp-pagenavi span.extend {
  border: 1px solid rgba(245, 245, 245, 0);
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #000000;
  font-size: 14px;
  vertical-align: top;
  text-decoration: none;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:フォーム
--------------------------------------------------------------------------- */

.c_form01 {
  margin-bottom: 50px;
}

.c_form01 table {
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
  width: 100%;
  /* IE */
  /* Edge */
}

.c_form01 table tbody tr {
  border-bottom: 1px solid #afafaf;
}

.c_form01 table tbody tr th {
  vertical-align: top;
  padding: 24px;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  width: 24.5%;
}

.c_form01 table tbody tr th span {
  margin-left: 10px;
}

.c_form01 table tbody tr td {
  vertical-align: top;
  padding: 24px;
}

.c_form01 table tbody tr td select {
  padding: 0;
  font-size: 14px;
  width: 400px;
  padding: 11px;
}

.c_form01 table tbody tr td label {
  margin-right: 10px;
}

.c_form01 table .inp01,
.c_form01 table .inp02 {
  padding: 5px 10px;
  font-size: 1.4rem;
  border: 1px solid #afafaf;
}

.c_form01 table .inp01 input[type="text"],
.c_form01 table .inp02 input[type="text"] {
  font-size: 1.4rem;
}

.c_form01 table .inp_txtarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  padding: 10px;
  width: 90%;
  height: 200px !important;
  border: 1px solid #afafaf;
}

.c_form01 table input:-ms-input-placeholder {
  color: #a9a9a9;
}

.c_form01 table input::-ms-input-placeholder {
  color: #a9a9a9;
}

.c_form01 .kojin_wrap {
  background: #fff;
  padding: 5%;
  margin-bottom: 20px;
}

.c_form01 .submit_wrap {
  margin-bottom: 5%;
  text-align: center;
}

.c_form01 .submit_wrap .submit {
  max-width: 340px;
  width: 90%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: center;
  margin: auto;
  font-size: 1.6rem;
  cursor: pointer;
}

input::-webkit-input-placeholder {
  color: #a9a9a9;
}

input:-ms-input-placeholder {
  color: #a9a9a9;
}

input::-ms-input-placeholder {
  color: #a9a9a9;
}

input::placeholder {
  color: #a9a9a9;
}

input.short {
  width: 25%;
}

input.middle {
  width: 50%;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:jsPage
--------------------------------------------------------------------------- */

.close {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.close::before {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  z-index: 10;
}

.close::after {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
  transform: translateY(-50%) translateX(-50%) rotate(135deg);
}

.popup_Box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.6);
  z-index: -9;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.popup_Box.on {
  z-index: 1;
  opacity: 1;
}

.popup_Box.on .close {
  z-index: 1 !important;
}

.popup_Box .popup_Box_inner {
  position: relative;
  padding: 30px 60px;
  width: 100%;
}

.popup_Box .popup_Box_inner .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -9;
}

.popup_Box .popup_Box_inner .popup_Box_cont {
  color: #fff;
}

#js_listItem .is_hidden {
  display: none;
}

#input_plural {
  margin: 10px 0;
}

#input_plural input.form-control {
  display: inline-block;
  color: #555;
}

#input_plural .btn_wrap {
  float: right;
}

#input_plural .pluralBtn {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: center;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:slickPage
--------------------------------------------------------------------------- */

.csl_slider_01 .imgBox img {
  display: block;
  width: 96%;
  margin: 0 auto;
}

.csl_slider_01 .sclick_previmg {
  max-width: 68px;
  width: 5%;
  margin: auto;
  position: absolute;
  z-index: 10;
  left: 17%;
  top: 50%;
  cursor: pointer;
}

.csl_slider_01 .sclick_nextimg {
  max-width: 68px;
  width: 5%;
  margin: auto;
  position: absolute;
  z-index: 10;
  right: 17%;
  top: 50%;
  cursor: pointer;
}

.csl_slider_02 .imgBox img {
  display: block;
  width: 96%;
  margin: 0 auto;
}

.csl_slider_02 .sclick_previmg {
  max-width: 68px;
  width: 5%;
  margin: auto;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 60%;
  top: 50%;
  cursor: pointer;
}

.csl_slider_02 .sclick_nextimg {
  max-width: 68px;
  width: 5%;
  margin: auto;
  position: absolute;
  z-index: 10;
  right: 0;
  left: 60%;
  top: 50%;
  cursor: pointer;
}

.csl_slider_03_wp {
  margin-bottom: 20px;
  background: #00a0b4;
}

.csl_slider_03_wp .img_wrap {
  display: block;
}

.csl_slider_03_wp .img_wrap *:not(img) {
  display: none;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:よくあるご質問
--------------------------------------------------------------------------- */

.c_faq_box_01 .sToggle {
  counter-reset: numb2;
}

.c_faq_box_01 .sToggle dl {
  counter-increment: numb2;
  padding: 10px;
  border-radius: 10px;
  border: solid 1px #0c3380;
  background: #fff;
  margin: 0 0 30px;
}

.c_faq_box_01 .sToggle dl dt {
  padding: 5px 35px 5px 60px;
  font-size: 1.8rem;
  position: relative;
  font-weight: bold;
  color: #0c3380;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  word-break: break-all;
}

.c_faq_box_01 .sToggle dl dt::after {
  content: "";
  width: 13px;
  height: 13px;
  border-top: 2px solid #ff9595;
  border-right: 2px solid #de0101;
  position: absolute;
  top: 45%;
  right: 15px;
  margin: auto;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
  transform: translateY(-50%) translateX(-50%) rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c_faq_box_01 .sToggle dl dt::before {
  content: "Q" counter(numb2);
  /* content: "Q.01"; */
  display: block;
  position: absolute;
  font-size: 2rem;
  font-weight: bold;
  color: #008f96;
  top: 47%;
  left: 29px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Lora", serif;
}

.c_faq_box_01 .sToggle dl dt.togg::after {
  -webkit-animation: sTog 0.7s;
  animation: sTog 0.7s;
  -webkit-transform: translateY(-20%) translateX(-50%) rotate(315deg);
  transform: translateY(-20%) translateX(-50%) rotate(315deg);
}

.c_faq_box_01 .sToggle dl dd {
  padding: 5px 35px 5px 60px;
  display: none;
  position: relative;
  word-break: break-all;
}

.c_faq_box_01 .sToggle dl dd::before {
  content: "A" counter(numb2);
  /* content: "A.01"; */
  display: block;
  position: absolute;
  font-size: 2rem;
  font-weight: bold;
  color: #da0000;
  top: 0;
  left: 29px;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  font-family: "Lora", serif;
}

@-webkit-keyframes sTog {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
    transform: translateY(-50%) translateX(-50%) rotate(135deg);
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(70%) translateX(-50%) rotate(135deg);
    transform: translateY(70%) translateX(-50%) rotate(135deg);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translateY(70%) translateX(-50%) rotate(315deg);
    transform: translateY(70%) translateX(-50%) rotate(315deg);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20%) translateX(-50%) rotate(315deg);
    transform: translateY(-20%) translateX(-50%) rotate(315deg);
  }
}

@keyframes sTog {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
    transform: translateY(-50%) translateX(-50%) rotate(135deg);
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(70%) translateX(-50%) rotate(135deg);
    transform: translateY(70%) translateX(-50%) rotate(135deg);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translateY(70%) translateX(-50%) rotate(315deg);
    transform: translateY(70%) translateX(-50%) rotate(315deg);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20%) translateX(-50%) rotate(315deg);
    transform: translateY(-20%) translateX(-50%) rotate(315deg);
  }
}

.flex_row_reverse.cl50 > li:not(:nth-child(2n)) {
  margin-right: 0%;
  margin-left: 4%;
}
.align_items_c {
  display: flex;
}

.c_tit03_inner {
  width: calc(100% - 42px);
  margin: auto;
}

header a:hover,
.mv_bg a:hover,
footer a:hover {
  opacity: 0.7;
}

.btn01:hover {
  background-color: #003dd8;
}

.btn01_w:hover {
  opacity: 0.8;
}

.home05 a.btn01:nth-child(2):hover {
  background-color: #00a4ea;
}
.nav01 {
  display: flex;
}
.nav {
  margin-right: 3%;
}

.nav a,
.dropdown-toggle-box > p {
  color: #fff;
}
.nav01_01 {
  margin-top: 13px;
  letter-spacing: 0.08em;
  text-shadow: 0px 3px 6px #2e2f4854;
  font-weight: 400;
}
.nav .nav01_01,
.nav .nav02 {
  display: flex;
  margin-left: 39px;
}

.nav01_01 > li {
  margin-left: 32px;
}

@media (max-width: 1370px) and (min-width: 0px) {
  h1.logo {
    margin-left: 2%;
  }

  .nav01_01 > li {
    margin-left: 20px;
  }

  .nav .nav01_01,
  .nav .nav02 {
    margin-left: 19px;
  }
}

@media (max-width: 1170px) and (min-width: 0px) {
  h1.logo {
    width: 8em;
  }

  .nav01_01 > li {
    font-size: 14px;
  }

  .nav .nav01_01,
  .nav .nav02 {
    margin-left: 19px;
    font-size: 13px;
  }
  .nav02 li:nth-child(1) a {
    width: 147px;
  }

  .nav02 li:nth-child(2) a {
    width: 66px;
  }
}

@media (max-width: 1200px) and (min-width: 0px) {
  .c_tit,
  .c_tit02,
  .c_tit03 {
    font-size: 30px;
  }
}

.nav02 a {
  color: #2b8ce9;
  display: block;
  height: 73px;
  line-height: 136%;
  padding-top: 16px;
  font-weight: 600;
}

.nav02 li:nth-child(1) a {
  background: #f7f7f7 url(../img/mail.svg) no-repeat center left 19px/1.5em;
  border-radius: 0 0 0.7em 0.7em;
  width: 175px;
  padding-left: 56px;
}

.nav02 li:nth-child(2) a {
  background: #f7f7f7 url(../img/login.svg) no-repeat top 9px center/1.5em;
  border-radius: 0 0 0em 0.7em;
  width: 108px;
  text-align: center;
  padding-top: 39px;
  margin-left: 15px;
}

.nav > .nav_btn {
  justify-content: end;
  padding-top: 19px;
}

.home02 .bg_w01 {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1500px) {
  .h2Tit {
    font-size: 2.5vw;
  }
  .fE_tit {
    font-size: 2vw;
  }
}
.newsList li a {
  padding: 17px 2.8em 15px 14px;
  background: url(../img/arrow01.svg) no-repeat right 1em center/1.25em;
  flex-wrap: wrap;
}

.newsList li a p.day {
  /* width: 100%; */
}

.home05 .sp_flex {
  width: 245px !important;
}

.home05 .cl3_7 > div:nth-child(even) {
  width: calc(100% - 279px);
}

@media (min-width: 1500px) {
  .home04 .cl50_bg02 li > * {
    padding: 100px 0 100px !important;
  }
}

.footer02 > div.flex {
  display: flex;
  font-size: 15px;
  font-weight: 400;
}

.company04 td:nth-child(3) {
  border-left: 30px solid #fff;
}

@media (min-width: 1401px) {
  .c_anime02_w100 img {
    right: -14%;
  }
}

@media (max-width: 1400px) {
  .c_anime02_w100 img {
    right: 0;
  }
}

.strength02 .cl50_bg02 li > * {
  min-height: 28em;
}

.history02 > div {
  display: flex;
}

.history02 > div > div:nth-child(1) {
  width: 40em;
}

.history05 ul {
  display: flex;
  justify-content: center;
}

.history05 ul a {
  min-width: 290px;
  display: block;
  margin: 0 8px;
}

.history05 .bg_W {
  padding: 34px 0px;
}

.history02 img {
  bottom: -9em;
  right: 0;
}

@media (max-width: 1300px) {
  .mv .mv01_03 {
    bottom: calc(10vw + 40px);
  }

  .nav01 li {
    margin-left: 17px;
  }
}

.cl7_3,
.cl4_6,
.cl6_4,
.cl3_7 {
  display: flex;
  justify-content: space-between;
}

.company01 .img_r > img {
  width: 45%;
}
.company02 > div {
  display: flex;
}

.company02 > div > div:nth-child(1) {
  width: 550px;
}
.c_btnArea ul {
  display: flex;
  justify-content: center;
}

.nav01 li {
  margin-left: 32px;
}

.btn03:hover,
.anchorlinkBox a:hover,
.anchorlinkBox02 a:hover {
  filter: brightness(0.5);
}
.home02 li a span {
  transition: 0.2s;
}
.home02 li a:hover span {
  filter: brightness(0.8);
}
.c_btnArea a:hover {
  background-color: #e3e2f0;
}

#company04 td:nth-child(2n) {
  width: 3em;
  text-align: right;
  padding-right: 9px;
  padding-left: 0;
}
#contact th {
  width: 217px;
}
#business03 .c_table_01 table th {
  width: 435px !important;
}

.recruit06 .cl50 li {
  padding: 24px 0px;
  width: 50%;
}
#system02 th {
  width: 312px !important;
}

.news_archive01 a.cl3_7:hover,
.anchorlinkBox02 a:hover {
  opacity: 0.7;
}

/*20250806 tuiki*/
#contact span.your-zipcode {
  display: block;
}

#contact .jyunyuu .wpcf7-form-control-wrap {
  display: block;
  margin: 4px 2px;
}
#contact .wpcf7-form-control-wrap input[name="your-zipcode"] {
  width: 120px;
}
#contact .wpcf7-form-control-wrap input[name="your-pref"] {
  width: 140px;
}
#contact .wpcf7-form-control-wrap input[name="your-city"],
#contact .wpcf7-form-control-wrap input[name="your-address"] {
  width: 100%;
}
#contact .cpolicy .wpcf7-list-item-label {
  display: none !important;
}
#contact .ckb01 .wpcf7-list-item {
  display: block;
  margin: 3px;
}
.shincontact_wrap {
  width: 100%;
  overflow: hidden;
}
