@charset "UTF-8";
.mt0 {
  margin-top: 0 !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl32 {
  padding-left: 32px !important;
}

.pl1rem {
  padding-left: 1rem !important;
}

.is_pc {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .is_pc {
    display: block;
  }
}

.is_sp {
  display: block;
}
@media print, screen and (min-width: 1024px) {
  .is_sp {
    display: none;
  }
}

.box_shadow img {
  -webkit-box-shadow: 0px 3px 6px #00263c;
          box-shadow: 0px 3px 6px #00263c;
}

@media print, screen and (max-width: 639px) {
  .table_left {
    border-bottom-width: 0 !important;
    padding-bottom: 0 !important;
  }
}

.c-entry__body .smb-btn {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  min-width: 400px;
}
@media print, screen and (max-width: 639px) {
  .c-entry__body .smb-btn {
    min-width: 100%;
  }
}
.c-entry__body .smb-btn:hover {
  background-color: #fff;
  color: var(--wp--preset--color--sm-accent);
  -webkit-filter: none;
          filter: none;
}

ol.c-breadcrumbs {
  color: #fff;
}

/*見出し*/
/*h1*/
.l-contents .c-page-header {
  margin-top: 118px;
  padding-bottom: 0;
}
@media print, screen and (max-width: 639px) {
  .l-contents .c-page-header {
    margin-top: 20px;
  }
}

body:not(.home) .c-page-header__content {
  padding-left: 33px;
  padding-top: 37px;
  padding-bottom: 37px;
  border: #fff solid 2px;
  -webkit-box-align: left;
  -webkit-align-items: left;
      -ms-flex-align: left;
          align-items: left;
}
@media print, screen and (max-width: 639px) {
  body:not(.home) .c-page-header__content {
    padding-left: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
body:not(.home) .c-page-header__content h1.c-page-header__title {
  font-family: "A P-OTF UD Shin Go Pr6N", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.625rem !important;
  line-height: 1.625rem !important;
  color: #fff;
  font-weight: normal !important;
}

body:not(.home):not(.single-post) .l-contents__inner {
  margin-top: 1.8em;
}

/*h2*/
body:not(.home) h2:not(.p-related-posts__title.c-entry-aside__title):not(.smb-section__title):not(.c-entry-summary__title) {
  margin-top: 200px;
  padding-left: 33px;
  padding-top: 37px;
  padding-bottom: 37px;
  border: #fff solid 2px;
  -webkit-box-align: left;
  -webkit-align-items: left;
      -ms-flex-align: left;
          align-items: left;
  font-family: "A P-OTF UD Shin Go Pr6N", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.625rem !important;
  line-height: 1.625rem !important;
  color: #fff;
  font-weight: normal !important;
}
@media print, screen and (max-width: 639px) {
  body:not(.home) h2:not(.p-related-posts__title.c-entry-aside__title):not(.smb-section__title):not(.c-entry-summary__title) {
    margin-top: 100px;
    padding-left: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

/*h3*/
body:not(.home) h3:not(.c-entry-summary__title) {
  font-family: "Source Han Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 48px;
  text-align: left;
  color: #fff;
}
@media print, screen and (max-width: 639px) {
  body:not(.home) h3:not(.c-entry-summary__title) {
    font-size: 1.5rem !important;
  }
}

/*h4*/
body:not(.home) h4 {
  line-height: 40px;
  font-family: "A P-OTF UD Shin Go Pr6N", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: normal;
  font-size: 1.625rem !important;
  text-align: left;
  color: #00263c;
  border-bottom: 2px solid #00263c;
  padding-bottom: 24px;
  position: relative;
  padding-left: 2rem;
}
@media print, screen and (max-width: 639px) {
  body:not(.home) h4 {
    font-size: 1.2rem !important;
    line-height: 1.5;
    padding-left: 1.3rem;
    padding-bottom: 8px;
  }
}
body:not(.home) h4:before {
  font-size: 1rem !important;
  position: absolute;
  top: 0.1em;
  left: 0.5em;
  margin-right: 8px;
  content: "■";
  color: #00263c;
}
@media print, screen and (max-width: 639px) {
  body:not(.home) h4:before {
    left: 0;
  }
}

.single-post .c-entry__footer {
  color: #fff !important;
}

.p-related-posts .c-entry-aside__title:after, .p-related-posts .c-entry-aside__title:before {
  background-color: #fff;
}

/*h5*/
body:not(.home) h5 {
  font-family: "Noto Sans CJK JP";
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  color: #00263c;
}
@media print, screen and (max-width: 639px) {
  body:not(.home) h5 {
    font-size: 1.2rem !important;
  }
}

.c-meta__item--author,
.c-meta__item--modified {
  display: none !important;
}

.u-text_center {
  text-align: center;
}

.c-entry__content.p-entry-content {
  color: #00263C;
}

.l-contents__inner {
  min-height: 700px;
}

@media print, screen and (max-width: 639px) {
  .smb-buttons {
    width: 100%;
  }
}

.l-contents__inner:last-child {
  margin-bottom: 10rem !important;
}

/* 横いっぱいに広げる */
.l-2row-header .p-global-nav,
.p-header-sub-nav {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

/* 中身をコンテナー幅に収める */
.l-2row-header .p-global-nav > *,
.p-header-sub-nav > * {
  margin: 0 auto;
  max-width: 1200px;
  padding-right: 1.8rem;
  padding-left: 1.8rem;
}

/* 背景を透明 */
.l-header {
  background-color: transparent;
}
@media print, screen and (max-width: 1023px) {
  .l-header {
    -webkit-box-shadow: var(--_global--background-color);
            box-shadow: var(--_global--background-color);
    opacity: 80%;
  }
}

.p-global-nav {
  max-height: 50px;
}

/* メニューを非表示 */
.p-global-nav {
  display: none;
}

/* スクロールしていない状態ではカラーロゴ非表示 */
[data-scrolled=false] .logoTop + .custom-logo-link {
  display: none;
}

/* スクロールしたら白ロゴを非表示 */
[data-scrolled=true] .logoTop {
  display: none;
}

header.l-header.l-header--1row.l-header--sticky-overlay-colored-sm.l-header--overlay-lg {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.l-1row-header .c-hamburger-btn .c-hamburger-btn__label {
  display: none;
}

.nav_btn_contactus span {
  width: 150px;
  height: 30px;
  border: 1px solid #3b4043;
  border-radius: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.nav_btn_contactus span:hover {
  color: #fff;
  background-color: #3b4043;
}

.l-header__drop-nav {
  opacity: 80%;
}

@media print, screen and (max-width: 1023px) {
  .l-header--sticky-sm {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}

body.home .l-contents {
  background-image: url("/cms/wp-content/uploads/2023/07/img_top_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}
@media print, screen and (max-width: 639px) {
  body.home .l-contents {
    background-image: url("/cms/wp-content/uploads/small_bg_02.webp");
    background-size: cover;
  }
}

.top_section_catch {
  height: 100dvh;
  padding-top: 0;
  padding-bottom: 0;
}
.top_section_catch .smb-section__body > :not(:first-child) {
  margin-top: 0;
}
.top_section_catch .maincopy_ja {
  font-size: 46px;
}
@media print, screen and (max-width: 1023px) {
  .top_section_catch .maincopy_ja {
    font-size: 32px !important;
  }
}
.top_section_catch .maincopy_en {
  font-size: 40px;
}
@media print, screen and (max-width: 1023px) {
  .top_section_catch .maincopy_en {
    font-size: 28px !important;
  }
}

@media print, screen and (max-width: 1023px) {
  .smb-btn, .wp-block-snow-monkey-blocks-btn {
    width: 100%;
  }
}

.home .smb-section__header {
  color: #FFFFFF;
}
.home .smb-section__lede {
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.home .smb-section__lede::before {
  margin-right: 10%;
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; /* 余白を分け与える */
  height: 1px;
  background-color: #FFFFFF;
}
.home .smb-section__lede::after {
  margin-left: 10%;
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; /* 余白を分け与える */
  height: 1px;
  background-color: #FFFFFF;
}
.home .smb-section__lede-wrapper {
  margin-top: 22px !important;
}
.home .smb-section__title::after {
  display: none;
}

.top_block_service img {
  -webkit-filter: drop-shadow(0px 8px 10px #00263c);
          filter: drop-shadow(0px 8px 10px #00263c);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top_block_service img:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-filter: drop-shadow(0px 8px 14px 3px #00263c);
          filter: drop-shadow(0px 8px 14px 3px #00263c);
}
.top_block_service td a {
  color: #fff;
  text-decoration: none;
}
@media print, screen and (max-width: 1023px) {
  .top_block_service td {
    margin-top: 1em !important;
  }
}
@media print, screen and (max-width: 1023px) {
  .top_block_service .smb-section__body > :not(:first-child) {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 1023px) {
  .top_block_service .c-container {
    padding-right: 0;
    padding-left: 0;
  }
}

.top_section_news .c-entry-summary__figure {
  aspect-ratio: 280/300;
}
.top_section_news .c-entries__item {
  max-width: 300px;
}
.top_section_news .c-entries {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 1023px) {
  .top_section_news .c-entries {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top_section_news .c-entry-summary__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}

.top_section_recruit .wp-block-image img {
  -webkit-box-shadow: 0px 10px 20px #00263c;
          box-shadow: 0px 10px 20px #00263c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top_section_recruit .wp-block-image img:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0px 10px 24px 3px #00263c;
          box-shadow: 0px 10px 24px 3px #00263c;
}

.l-footer {
  border-top: 0 !important;
}
.l-footer .footer_contact a {
  color: #fff;
  text-decoration: none;
}
.l-footer .c-row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-footer-widget-area {
  background-color: #00263C;
  color: #fff;
}

.footer_contact {
  margin-top: 1rem !important;
}

.footer_address {
  width: 50vw;
  line-height: 2;
  text-decoration: none;
}
@media print, screen and (max-width: 1023px) {
  .footer_address {
    width: 100%;
  }
}

@media print, screen and (max-width: 1023px) {
  .smb-box--p-l {
    padding: 0.5rem !important;
  }
}

@media print, screen and (max-width: 1023px) {
  .wp-block-columns {
    padding: 1rem !important;
  }
}

body:not(.home) .l-contents {
  background-image: url("/cms/wp-content/uploads/bg_page_top.png"), url("/cms/wp-content/uploads/bg_page_bottom.png"), url("/cms/wp-content/uploads/2023/09/bg_page_back.jpg");
  background-position: center top, center bottom, center bottom;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: contain, contain, cover;
}

.aboutus {
  line-height: 2.3;
}
@media print, screen and (max-width: 1023px) {
  .aboutus {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print, screen and (max-width: 1023px) {
  .aboutus .smb-box:not(.box_company_map) {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.aboutus .c-page-header__content {
  display: none;
}
.aboutus h2:not(.p-related-posts__title.c-entry-aside__title):not(.smb-section__title):not(.c-entry-summary__title) {
  margin-top: 0px !important;
}

.box_ceo_message .wp-block-image img {
  padding: 3rem;
}
@media print, screen and (max-width: 1023px) {
  .box_ceo_message .wp-block-image img {
    padding: 0;
  }
}
.box_ceo_message .ceo_column_right {
  padding: 3rem 2rem;
}
@media print, screen and (max-width: 1023px) {
  .box_ceo_message .ceo_column_right {
    padding: 0;
  }
}

.block_message p {
  padding: 2rem 3rem;
}
@media print, screen and (max-width: 1023px) {
  .block_message p {
    padding: 0;
  }
}

.box_company_map {
  padding: 0;
}
@media print, screen and (max-width: 1023px) {
  .box_company_map .wp-block-columns {
    padding: 0 !important;
  }
}

.googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_cl_left {
  padding: 4%;
}

.single-post .l-contents__inner:first-child {
  padding-top: 0;
}
.single-post .smb-box__body {
  padding: 1rem 0;
}
@media print, screen and (max-width: 639px) {
  .single-post .smb-box__body {
    padding: 10px 0;
  }
}
@media print, screen and (max-width: 639px) {
  .single-post .smb-box {
    padding: 10px 4px;
  }
}
.single-post .l-contents__inner {
  margin-top: 1rem;
}
.single-post .c-page-header__content {
  color: #FFF;
}

.single-post {
  font-weight: normal;
  color: #00263c;
}

.c-entry-summary__figure {
  aspect-ratio: 280/300;
}

.contactus div#wpcf7-f5-p54-o1 {
  background-color: rgba(255, 255, 255, 0.6);
}

.contactus div#wpcf7-f1241-p1239-o1 {
  background-color: rgba(255, 255, 255, 0.6);
}

.contactus .c-contactform {
  max-width: 1045px;
  padding: 66px 0px;
  margin: auto;
}
@media print, screen and (max-width: 1023px) {
  .contactus .c-contactform {
    padding: 10px 5px;
  }
}
.contactus p.contact_right {
  text-align: right;
}
.contactus p.contact_right span {
  color: #dc143c;
}
.contactus input[type=checkbox] {
  position: relative;
  top: -4px;
  right: 5px;
}
@media print, screen and (max-width: 639px) {
  .contactus input[type=checkbox] {
    top: 0;
    right: 0;
  }
}
.contactus .wpcf7-text, .contactus .wpcf7-textarea {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0;
  width: 100%;
}
.contactus .wpcf7-submit {
  font-size: 1rem;
  border: 5px solid #fff;
  border-radius: 20px;
  background-color: #00668e;
  padding: 22px 50px;
}
@media print, screen and (max-width: 639px) {
  .contactus .wpcf7-submit {
    padding: 10px 35px;
  }
}

.p-contactform {
  max-width: 100%;
}
@media print, screen and (max-width: 639px) {
  .p-contactform {
    padding-left: 0;
  }
}
.p-contactform input[type=text].full, .p-contactform input[type=tel], .p-contactform input[type=email] {
  width: 100%;
  max-width: 100%;
}
.p-contactform input[type=text], .p-contactform input[type=tel], .p-contactform input[type=email] {
  padding: 3px 5px;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.p-contactform input[type=text]:focus, .p-contactform input[type=tel]:focus, .p-contactform input[type=email]:focus {
  background-color: #EEE;
}
.p-contactform input[type=text].wpcf7-not-valid, .p-contactform input[type=tel].wpcf7-not-valid, .p-contactform input[type=email].wpcf7-not-valid {
  border: 1px solid #E00;
}
.p-contactform textarea {
  width: 100%;
  padding: 3px 5px;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.p-contactform textarea:focus {
  background-color: #EEE;
}
.p-contactform textarea.wpcf7-not-valid {
  border: 1px solid #E00;
}
.p-contactform select {
  padding: 8px;
  border-color: #CCC;
}
.p-contactform .wpcf7-list-item {
  margin: 0 1em 0 0;
  margin-bottom: 8px !important;
}
@media print, screen and (max-width: 639px) {
  .p-contactform .wpcf7-list-item {
    margin-bottom: 0.8rem;
    display: block !important;
  }
}
.p-contactform p {
  margin-bottom: 0;
}
.p-contactform .u-ai_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contactform .u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-contactform .wpcf7-form-control-wrap input {
  width: 100%;
}
@media print, screen and (max-width: 639px) {
  .p-contactform th {
    width: 100% !important;
  }
}

span.wpcf7-not-valid-tip {
  margin-top: 2px;
  color: #E00 !important;
}

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

input::-moz-placeholder {
  color: #999;
}

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

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

input::placeholder {
  color: #999;
}

.wpcf7-submit {
  font-weight: bold;
  margin-left: 72px;
}

.p-contactform .wpcf7-form-control-wrap input {
  width: 100%;
}

@media print, screen and (max-width: 639px) {
  .p-contactform th {
    width: 100% !important;
  }
}

.contact_policy {
  margin: auto;
  text-align: center;
  padding: 2rem 0;
}
@media print, screen and (max-width: 639px) {
  .contact_policy {
    text-align: left;
  }
}

.contact_pp_check {
  text-align: center;
}

.contact_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 8px 0;
  padding-top: 2rem;
}

.c-contactform {
  line-height: 1.3rem;
}

.top_link_table a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top_link_table a:hover {
  background-color: #fff;
  color: var(--wp--preset--color--sm-accent);
}
.top_link_table td a {
  display: block; /* リンクをブロックレベル化して表示 */
  padding: 10px 1em; /* 内側の余白量 */
}

.contact_header {
  font-weight: normal;
  text-align: left;
  color: #00263C;
}

.contact_item {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1rem;
}
.contact_item .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media print, screen and (max-width: 639px) {
  .contact_item .wpcf7-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact_item input[type=radio] {
  position: relative;
}

.must::after {
  content: "*";
  color: red;
  margin-left: 5px;
}

.ismspp .smb-box__body {
  padding: 3rem 0;
}
@media print, screen and (max-width: 639px) {
  .ismspp .smb-box__body {
    padding: 10px 0;
  }
}
@media print, screen and (max-width: 639px) {
  .ismspp .smb-box {
    padding: 10px 4px;
  }
}
@media print, screen and (max-width: 639px) {
  .ismspp .heading_policy {
    font-size: 1.5rem !important;
  }
}

.c-entries__item {
  color: #fff;
}

.c-entry-summary__meta {
  -webkit-box-pack: left !important;
  -webkit-justify-content: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
  margin-top: 0 !important;
}

.c-entry-summary__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, screen and (max-width: 639px) {
  .interview .wp-block-columns {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media print, screen and (max-width: 639px) {
  .recruit_interview_column {
    padding-left: 0 !important;
  }
}

.accordion-001 {
  background-color: transparent;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
}
.accordion-001:not(:first-of-type) {
  margin-top: 0 !important;
  border-top: 0;
}

.accordion-001:not([open]) {
  margin-bottom: 7px;
}

.accordion-001 summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1rem 1rem 1rem 1rem;
  background-color: transparent;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
}

.accordion-001 summary::-webkit-details-marker {
  display: none;
}

.accordion-001 summary::before,
.accordion-001 summary::after {
  width: 2px;
  height: 1.6rem;
  background-color: #fff;
  content: "";
}

.accordion-001 summary::before {
  position: absolute;
  right: 1rem;
  rotate: 90deg;
}

.accordion-001 summary::after {
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
}

.accordion-001[open] summary::after {
  rotate: 90deg;
}

.accordion-001 p {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 2em 2em;
  color: #00263C;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.accordion-001[open] p {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.accodion-001_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media print, screen and (max-width: 639px) {
  .accodion-001_contents {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.accodion-001_contents p {
  min-width: 40%;
  line-height: 3rem;
  color: #FFF;
}
.accodion-001_contents a {
  color: #FFF;
  text-decoration: none;
  position: relative;
}
.accodion-001_contents a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.accodion-001_contents a:hover::before {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.accordion-002 h4 {
  width: 100%;
}

.accordion-002:not([open]) {
  margin-bottom: 7px;
}

.accordion-002 summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.accordion-002 summary::-webkit-details-marker {
  display: none;
}

.accordion-002 summary::after {
  -webkit-transform: translateY(-25%) rotate(45deg);
          transform: translateY(-25%) rotate(45deg);
  width: 24px;
  height: 24px;
  border-bottom: 2px solid #00263C;
  border-right: 2px solid #00263C;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  bottom: 0.8rem;
  left: calc(50% - 12px);
}

.accordion-002[open] summary::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.accordion-002 p {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 2em 2em;
  color: #00263C;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.accordion-002[open] p {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.accordion-002_container {
  background-color: rgba(255, 255, 255, 0.6) !important;
  padding-bottom: 2rem;
  position: relative;
}

.accordion-002_static {
  padding: 2em 2em 2em 2em;
}
@media print, screen and (max-width: 639px) {
  .accordion-002_static {
    padding: 1em 1em 1em 1em;
  }
}
.accordion-002_static p {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media print, screen and (max-width: 639px) {
  .accordion-002_static p {
    padding: 1em 1em 1em 1em;
  }
}

.work_number {
  font-family: "Source Han Sans JP", "Noto Sans CJK JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 900;
}

.work_image_column img {
  -webkit-box-shadow: 0px 10px 20px #00263c;
          box-shadow: 0px 10px 20px #00263c;
}
.work_image_column p {
  color: #FFF;
}

.post_flow_column:not(:last-child) {
  content: "";
  position: relative;
  border-bottom: 2px solid #00263C;
}

.post_flow_column:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -16px;
  left: calc(50% - 8px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: #00263C transparent transparent transparent;
}

.post_column_arrow {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.webdesign .is-layout-constrained > :not(:first-child) {
  margin-top: 0 !important;
}
.webdesign .c-entry__content.p-entry-content {
  color: #FFF;
}

.web_link_table td {
  padding: 0 !important;
}
.web_link_table a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.web_link_table a:hover {
  background-color: #fff;
  color: var(--wp--preset--color--sm-accent);
}
.web_link_table td a {
  display: block; /* リンクをブロックレベル化して表示 */
  padding: 17px 1em; /* 内側の余白量 */
}
@media print, screen and (max-width: 639px) {
  .web_link_table td a {
    padding: 10px 0.5em;
  }
}

.web_corporate_img img {
  -webkit-box-shadow: 0px 3px 6px #00263c;
          box-shadow: 0px 3px 6px #00263c;
}

.line_point {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; /* 横線を上下中央 */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; /* 文字と横線を横並び */
  font-family: "Source Han Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  color: #FFF;
}
.line_point::before {
  background-color: #fff; /* 横線の色 */
  margin-right: 8%; /* 文字との余白 */
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; /* 横幅いっぱい */
  height: 1px; /* 横線の高さ */
}
.line_point::after {
  background-color: #fff; /* 横線の色 */
  margin-left: 8%; /* 文字との余白 */
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; /* 横幅いっぱい */
  height: 1px; /* 横線の高さ */
}

.corporate .corporate_point_cl {
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ec .corporate_point_cl {
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_poster img {
  -webkit-box-shadow: 0px 3px 6px #00263c;
          box-shadow: 0px 3px 6px #00263c;
}

@media print, screen and (max-width: 639px) {
  .block_post_3w1h .sme-font-size {
    font-size: 1rem !important;
  }
}

.c-prev-next-nav {
  display: none !important;
}

/* 翻訳プラグインのスタイル */
ul.bogo-language-switcher li {
  padding: 0;
  line-height: 24px;
}

ul.bogo-language-switcher li a{
  text-decoration: none;
  color: #fff;
}

.home ul.bogo-language-switcher li a{
  color:var(--wp--preset--color--sm-accent);
}

.home .c-drawer__inner ul.bogo-language-switcher li a{
  color:#fff;
}

.c-drawer__inner ul{
  padding-left: 0;
}


.l-header__drop-nav ul.bogo-language-switcher li a{
  color:var(--wp--preset--color--sm-accent);
}


/*# sourceMappingURL=style.css.map */