@charset "UTF-8";
/*★remixicon*/
@import url("https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css");
/* ----------------------------------------------------------------header*/
:root {
  --sp_head_h: 63px;
  --sp_pagettl_h: 200px;
  --pc_pagettl_h: 250px;
  --breadcrumbs_space: 10px;
  --pc_head_h: 134px;
}

header {
  height: 0;
}

@media print, screen and (min-width: 768px) {
  header {
    height: 129px;
  }
}
/*------------------------------------------header*/
#mainnavi_pc {
  z-index: 999;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  display: inline-block;
  padding: 0;
  /*border-bottom: 3px solid #3F3F3F;*/
}

#mainnavi_pc .nav_container {
  max-width: 1280px;
  width: 100%;
  margin: 5px auto 0;
  padding: 0 15px;
}

#mainnavi_pc .nav_container ul#area_nav {
  width: 90%;
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}

#mainnavi_pc .nav_container ul#area_nav li {
  font-size: 12px;
  float: right;
  margin: 0 10px 2px;
  padding: 0;
  text-align: center;
  width: auto;
}

#mainnavi_pc .nav_container ul#area_nav li a {
  color: #666;
}

#mainnavi_pc .logo_box {
  float: left;
  margin: 15px 0 0 0;
  width: 180px;
  text-align: left;
}

#mainnavi_pc .logo_box img.valtec_logo {
  width: auto;
  margin-right: 10px;
}

#mainnavi_pc .description_box {
  margin: 6px 0 0 0px;
  padding: 0;
  font-size: 12px;
  text-align: left;
  color: #666;
}

#mainnavi_pc .description_box strong {
  margin: 2px 0 0 0;
  font-weight: bold;
}

#mainnavi_pc .header_wrapper {
  float: right;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 720px; /*#header_contact liに合わせる 16.3.14 400pxから変更*/
}

#mainnavi_pc .header_wrapper:after {
  content: "";
  clear: both;
  height: 0;
}

.heade_adjust {
  clear: both;
}

#header_contact {
  float: right;
  margin: 0;
  padding: 0;
  text-align: center;
}

#header_contact li,
#header_contact dl {
  float: left;
  /*width: 200px;
  height: 40px;*/
  margin: 0;
}

/** 16.3.14-> **/
#header_contact li.head_en {
  width: 50px;
  line-height: 40px;
}

#header_contact li.head_cen {
  width: 10px;
  line-height: 40px;
  text-align: center;
}

#header_contact li.head_cn {
  width: 30px;
  line-height: 40px;
  margin-right: 10px;
}

#header_contact li.head_en a,
#header_contact li.head_cn a {
  padding: 0;
  margin: 0;
  background-color: #fff;
  font-size: 12px;
  color: #000;
}

/** <-16.3.14 **/
#header_contact dl {
  /*border-radius: 5px 0 0 5px;*/
  border: 1px solid #3f3f3f;
  background-color: #ffffff;
  color: #3f3f3f;
}

#header_contact dl dt {
  margin-top: 6px;
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
}

#header_contact dl dd {
  font-size: 10px;
}

#header_contact li a {
  display: block;
  width: auto;
  /*border-radius: 0 4px 4px 0;*/
  font-size: 16px;
  /*font-weight: bold;*/
  color: #fff;
  line-height: 40px;
  background-color: #3f3f3f;
}

#header_contact li:first-child {
  text-align: left;
  margin-right: 15px;
}

#header_contact li:first-child .num {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  background: url("../img/common_img/bg_tel.png") 0 center no-repeat;
  padding-left: 44px;
}

#header_contact li:first-child p:not(.num) {
  font-size: 14px;
}

#header_contact li.mail_btn {
  margin-right: 10px;
}

#header_contact li.mail_btn a {
  display: block;
  width: 90px;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  background: linear-gradient(90deg, #262074 0%, #0144cc 100%);
  border-radius: 6px;
  padding: 5px 0;
}

#header_contact li.mail_btn a i {
  font-size: 22px;
  margin-bottom: 2px;
}

#header_contact li.mail_btn a:hover {
  opacity: 0.7;
}

#header_contact li.dl_btn a {
  display: block;
  width: 120px;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  background: linear-gradient(90deg, #035744 0%, #05a8b0 100%);
  border-radius: 6px;
  padding: 5px 0;
}

#header_contact li.dl_btn a i {
  font-size: 22px;
  margin-bottom: 2px;
}

#header_contact li.dl_btn a:hover {
  opacity: 0.7;
}

/*mainmenu*/
#menu_wrapper {
  width: 100%;
  height: 40px;
  margin: 0 auto;
  background: #3f3f3f;
  z-index: 99999;
  text-align: center;
}

.absolute {
  position: absolute;
}

.fixed {
  /**スクロール時にメニュー固定 head内で指定**/
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}

/* 下矢印 */
.init-bottom:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*mainnavi_sp*/
#mainnavi_sp {
  border-bottom: 3px solid #3f3f3f;
}

#mainnavi_sp .nav_container {
  height: 40px;
  padding: 0 5px;
}

#mainnavi_sp .logo_box {
  float: left;
  height: 100%;
}

#mainnavi_sp .logo_box img {
  height: 28px;
}

#mainnavi_sp {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  background-color: #ffffff;
}

#mainnavi_sp #header_contact {
  margin-top: 10px;
}

#mainnavi_sp .icon_box {
  float: right;
}

#mainnavi_sp .icon_box li {
  display: inline-block;
  border: 1px solid #3f3f3f;
  border-radius: 5px;
}

#mainnavi_sp .burger_icon i {
  color: #4f402f;
  font-size: 40px;
  line-height: 60px;
}

#mainnavi_sp .icon_box li.bicon_red {
  background-color: #3f3f3f;
}

#mainnavi_sp .bicon_red i {
  color: #ffffff;
}

#mainnavi_sp .icon_box li#btn_drop {
  border-color: #bdb3a7;
  vertical-align: top;
}

#mainnavi_sp #btn_drop i {
  display: block;
  line-height: 120%;
}

#mainnavi_sp #btn_drop span {
  display: block;
  font-size: 10px;
  line-height: 80%;
  color: #000;
}

@media screen and (max-width: 992px) {
  #mainnavi_pc .header_wrapper {
    width: auto;
  }
  #header_contact dl dt,
  #header_contact li a {
    font-size: 14px;
  }
  #header_contact li.head_en a,
  #header_contact li.head_cn a {
    font-size: 12px;
  }
  #mainnavi_pc .description_box {
    display: none;
  }
  .init-bottom:after {
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .nav_container {
    display: none;
  }
  #menu_wrapper {
    display: none;
  }
  #mainnavi_sp,
  #mainnavi_sp .nav_container {
    display: block;
    width: 100%;
  }
  #mainnavi_pc .logo_box img {
    margin-top: 0;
  }
  #mainnavi_sp .burger_icon i {
    font-size: 22px;
    line-height: 40px;
  }
  #mainnavi_sp .icon_box li {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    cursor: pointer;
  }
  #mainnavi_sp .icon_box li.bicon_red {
    margin-right: 2px;
  }
  #mainnavi_sp .logo_box {
    width: 130px;
    padding: 0;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  #mainnavi_sp {
    width: 100%;
    height: auto;
  }
  #mainnavi_sp .icon_box li {
    width: 36px;
  }
}
/*nav_drop*/
#nav_drop {
  display: none;
}

#nav_drop {
  position: absolute;
  width: 100%;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #nav_drop {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
  }
  #nav_drop ul {
    display: inline-block;
    text-align: left;
  }
  #nav_drop li {
    border-bottom: dotted 1px #ffffff;
  }
  #nav_drop li > ul {
    padding-left: 1em;
  }
  #nav_drop li > ul li {
    position: relative;
  }
  #nav_drop li > ul li:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #cccccc;
    content: "";
    left: -0.75em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #nav_drop li a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #000;
    line-height: 40px;
    text-decoration: none;
  }
}
/*------------------------------------------pagetitle*/
#pagetitle {
  width: 100%;
  height: var(--sp_pagettl_h);
  /*margin-top: var(--sp_head_h);*/
  margin-top: var(--sp_head_h);
  background: url("../img/common_img/pagetitle_bg.jpg") center center no-repeat;
  background-size: cover;
}

#pagetitle .section_inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#pagetitle h1 {
  color: #fff;
  font-size: clamp(21px, 3.5vw, 48px);
  font-weight: 700;
  text-shadow: 0px 0px 5px #009fe3;
}

@media print, screen and (min-width: 768px) {
  #pagetitle {
    position: relative;
    top: 0;
    height: var(--pc_pagettl_h);
    margin-top: 0;
  }
}
/*------------------------------------------------------------content*/
.section_inner {
  padding: 0 15px;
  width: min(100%, 1280px);
}
.section_inner a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .section_inner {
    padding: 0 20px;
  }
}
@media screen and (min-width: 992px) {
  .section_inner {
    margin: 0 auto;
    padding: 0;
  }
}
.bg_cl01 {
  background-color: #ffffff;
}

.bg_cl02 {
  background-color: #f6f6f6 !important;
}

.container_base {
  padding: 35px 0;
  font-size: 14px;
  /*text-align: left;*/
}

.container_base p,
.container_base li {
  font-size: 14px;
}

.container_base p {
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .container_base {
    padding: 70px 0;
    font-size: 16px;
  }
  .container_base p,
  .container_base li {
    font-size: 16px;
  }
  .container_base p {
    text-align: center;
  }
}
.prim_sec {
  position: relative;
}

.anchor_point {
  margin-top: -60px;
  padding-top: 60px;
}

@media print, screen and (min-width: 768px) {
  .anchor_point {
    /*margin-top: 0;
    padding-top: 0;*/
  }
}
[class^=content_bg] {
  padding: 40px 0;
}

.content_bg01 {
  background: #fff;
}

.content_bg02 {
  background: #e9f2f3;
}

.section {
  clear: both;
  padding-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  [class^=content_bg] {
    padding: 80px 0;
  }
  .section {
    padding-bottom: 40px;
  }
}
.tx_area p:not(:last-child) {
  margin-bottom: 1em;
}

/*------------------------------------------service_list*/
#service_list a {
  text-decoration: none;
}

.list_service {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

#service_list02 .list_service {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 30px !important;
}

.list_service li {
  width: 49%;
  margin-bottom: 15px;
  padding: 15px;
  color: #333;
  background: #fff;
}

.list_service li.dummy {
  display: none;
  background: none;
}

.list_service li a {
  display: block;
  height: 100%;
  color: #333;
  background: #fff;
}

#service_list02 .list_service li a {
  display: block;
  height: 100%;
  color: #333;
  background: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.list_service li h3 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}

.list_service li h3 span {
  display: block;
  margin-bottom: 5px;
}

.list_service li h3 img {
  width: 100%;
  height: auto;
  max-width: 220px;
}

.list_service li p {
  display: inline-block;
  padding: 7px 20px;
  line-height: 1.1;
  color: #003da6;
  border: solid 1px #003da6;
  border-radius: 100px;
  transition: all 0.5s;
}

.list_service li a:hover p {
  color: #fff;
  background: #003da6;
}

.list_service.dl li p {
  padding: 7px 10px;
}

.list_service li small {
  color: #000;
  display: block;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: none;
}

#service_list02 .list_service li small {
  line-height: 150%;
}

@media print, screen and (min-width: 768px) {
  .list_service li.dummy {
    display: block;
  }
  .list_service li {
    padding: 20px;
  }
  .list_service li h3 {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .list_service li h3.mb {
    margin-bottom: 10px;
    font-size: 20px;
  }
  #service_list .list_service li small {
    line-height: 150%;
  }
  .list_service li h3 img {
    width: 100%;
    height: auto;
    max-width: 240px;
  }
}
@media print, screen and (min-width: 992px) {
  .list_service li {
    width: 23.5%;
    margin-bottom: 0;
  }
  #service_list02 .list_service li {
    width: 30.5%;
    margin:0 0.5% 20px;
  }
}
#service_list .btn_foot,
#service_list02 .btn_foot {
  margin-top: 10px;
  text-align: center;
}

#service_list .btn_foot a,
#service_list02 .btn_foot a {
  display: inline-block;
  padding: 15px 25px 15px 25px !important;
  line-height: 1.1;
  font-weight: bold;
  color: #fff;
  border-radius: 100px;
  background: #003da6;
  text-decoration: none;
  transition: all 0.3s;
}

#service_list .btn_foot a:hover,
#service_list02 .btn_foot a:hover {
  opacity: 0.7;
}

/*------------------------------------------footer*/
footer {
  padding: 30px 0 15px;
  background-color: #eaeaea;
  text-align: center;
  font-size: 14px;
}

@media print, screen and (min-width: 992px) {
  footer {
    padding: 50px 0 15px;
  }
  footer .section_inner {
    display: flex;
    justify-content: space-between;
  }
}
footer div,
footer ul {
  text-align: left;
}

footer .address_box h2 {
  margin-bottom: 10px;
  text-align: left;
  font-size: 16px;
}

footer .address_box h2 span {
  display: block;
  line-height: 1.2;
}

footer .address_box img.valtec_logo {
  width: 150px;
  margin-bottom: 10px;
}

footer .address_box img.o24_logo {
  width: 120px;
  margin-bottom: 10px;
}

.footer_sns_icons {
  margin-top: -5px;
  text-align: left;
}

.footer_sns_icons li {
  display: inline-block;
  margin-right: 8px;
}

.footer_sns_icons li .fa {
  font-size: 34px;
}

@media print, screen and (min-width: 992px) {
  footer .company_info {
    width: 49%;
  }
  footer .address_box h2 {
    margin-bottom: 10px;
    text-align: left;
    font-size: 18px;
  }
  footer .address_box img.valtec_logo {
    width: 180px;
  }
}
#footer_nav {
  margin: 20px 0;
}

#footer_nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

#footer_nav ul li {
  margin: 7px 10px;
  line-height: 1.1;
  font-size: 14px;
}

#footer_nav ul li a {
  text-decoration: none;
}

@media print, screen and (min-width: 992px) {
  #footer_nav {
    display: flex;
    justify-content: space-between;
    width: 48%;
    margin: 0;
  }
  #footer_nav ul {
    display: block;
    margin-bottom: 0;
  }
  #footer_nav ul li {
    text-align: left;
    margin-bottom: 12px;
  }
}
.copyright {
  font-size: 11px;
}

@media print, screen and (min-width: 992px) {
  .copyright {
    margin-top: 40px;
  }
}
/* ----------------------------------------------------------------footercontact*/
.free_icon {
  font-family: "CONDENSEicon";
}

.content_bg03 {
  text-align: left;
  background: #3f3f3f;
  padding-top: 20px;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 0px;
}

#footer_contact {
  text-align: center;
}

#footer_contact h2 {
  margin: 0 0 40px;
  font-size: 30px;
}

#footer_contact i.fa-phone {
  font-size: 40px;
  margin-bottom: 10px;
}

#footer_contact i.fa-envelope {
  font-size: 40px;
  margin-bottom: 10px;
}

#footer_contact ul li:first-child {
  border-bottom: 1px dotted #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#footer_contact ul li:first-child dl dt + dd {
  height: 46px;
  font-size: 20px;
  border: 1px solid #fff;
  padding: 5px 0 0;
  margin-bottom: 7px;
}

#footer_contact ul li:first-child dl dt + dd a {
  color: #fff;
  text-decoration: none;
}

#footer_contact ul li:last-child dl dt + dd {
  margin-bottom: 5px;
}

#footer_contact ul li:last-child dl dd a {
  height: 46px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  font-size: 16px;
  border: 1px solid #fff;
  padding: 10px 0 0;
  display: block;
  color: #fff;
  text-decoration: none;
  background: transparent;
  line-height: 1;
  transition: 0.3s;
}

#footer_contact ul li:last-child dl dd a::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s;
}

#footer_contact ul li:last-child dl dd a:hover {
  border: 1px solid #fff;
  color: #003da6;
  opacity: 1;
}

#footer_contact ul li:last-child dl dd a:hover::after {
  width: 500px;
  height: 500px;
  margin: -250px 0 0 -250px;
}

@media print, screen and (min-width: 576px) {
  #footer_contact ul li {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
  #footer_contact ul li:first-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #footer_contact ul li:last-child {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #footer_contact i.fa-phone {
    font-size: 70px;
    margin-bottom: 20px;
  }
  #footer_contact i.fa-envelope {
    font-size: 70px;
    margin-bottom: 20px;
  }
  #footer_contact ul li:first-child dl dt + dd {
    height: auto;
    font-size: 32px;
    border: none;
    padding: 0;
    margin-bottom: 5px;
    line-height: 100%;
  }
  #footer_contact ul li:last-child dl dd a {
    height: 60px;
    font-size: 24px;
    padding: 15px 0 0;
  }
}
@media print, screen and (min-width: 992px) {
  #footer_contact i.fa-phone {
    font-size: 90px;
  }
  #footer_contact i.fa-envelope {
    font-size: 90px;
  }
  #footer_contact ul {
    max-width: 900px;
    margin: 0 auto;
  }
  #footer_contact ul li:first-child dl dt + dd {
    font-size: 36px;
  }
  #footer_contact ul li:last-child dl dd a {
    font-size: 25px;
  }
}
/*------------------------------------------------------------Pankuzu*/
/*pankuzu*/
#pankuzu {
  width: 100%;
  clear: both;
  position: relative;
  z-index: 1;
}

#pankuzu::before {
  content: "";
  background: transparent;
  background: linear-gradient(to right top, transparent 50%, #daecf3 50%);
  width: 100%;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  #pankuzu::before {
    height: 120px;
  }
}
#pankuzu ol {
  list-style: none;
  width: min(100%, 1280px);
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.5em;
  padding-left: 16px;
  padding-right: 16px;
}

#pankuzu ol li {
  float: left;
  font-size: 11px;
  padding: 0 7px 0 10px;
  background: url(../img/common_img/icon_pankuzu.gif) no-repeat 0 50%;
}

#pankuzu ol li em {
  font-style: normal;
}

#pankuzu ol li.home {
  padding-left: 0;
  background: none;
}

#pankuzu ol li a:link,
#pankuzu ol li a:visited {
  color: #003ca6;
  text-decoration: underline;
}

#pankuzu ol li a:hover,
#pankuzu ol li a:active {
  color: #029de3;
  text-decoration: underline;
}

/* ----------------------------------------------------------------rayout*/
.center {
  display: block;
  margin: auto;
}

/*2*/
.ly_card_2column > div + div,
.ly_card_2column > div + li,
.ly_card_2column > li + div,
.ly_card_2column > li + li {
  margin-top: 16px;
}

@media print, screen and (min-width: 768px) {
  .ly_card_2column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ly_card_2column > div,
  .ly_card_2column > li {
    width: calc(50% - 15px);
  }
  .ly_card_2column > div + div,
  .ly_card_2column > div + li,
  .ly_card_2column > li + div,
  .ly_card_2column > li + li {
    margin-top: 0;
  }
  .ly_card_2column > div:nth-child(n+3),
  .ly_card_2column > li:nth-child(n+3) {
    margin-top: 30px;
  }
}
/*3*/
.ly_card_3column > div + div,
.ly_card_3column > div + li,
.ly_card_3column > li + div,
.ly_card_3column > li + li {
  margin-top: 16px;
}

@media print, screen and (min-width: 768px) {
  .ly_card_3column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ly_card_3column::after {
    content: "";
    display: block;
    width: calc(33.3333333333% - 15px);
  }
  .ly_card_3column > div,
  .ly_card_3column > li {
    width: calc(33.3333333333% - 15px);
  }
  .ly_card_3column > div + div,
  .ly_card_3column > div + li,
  .ly_card_3column > li + div,
  .ly_card_3column > li + li {
    margin-top: 0;
  }
  .ly_card_3column > div:nth-child(n+4),
  .ly_card_3column > li:nth-child(n+4) {
    margin-top: 30px;
  }
}
/*4*/
.ly_card_4column > div + div,
.ly_card_4column > div + li,
.ly_card_4column > li + div,
.ly_card_4column > li + li {
  margin-top: 16px;
}

@media print, screen and (min-width: 768px) {
  .ly_card_4column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ly_card_4column::before {
    content: "";
    display: block;
    width: calc(25% - 15px);
    order: 1;
  }
  .ly_card_4column::after {
    content: "";
    display: block;
    width: calc(25% - 15px);
  }
  .ly_card_4column > div,
  .ly_card_4column > li {
    width: calc(25% - 15px);
  }
  .ly_card_4column > div + div,
  .ly_card_4column > div + li,
  .ly_card_4column > li + div,
  .ly_card_4column > li + li {
    margin-top: 0;
  }
  .ly_card_4column > div > div:nth-child(n+5),
  .ly_card_4column > div > li:nth-child(n+5),
  .ly_card_4column > li > div:nth-child(n+5),
  .ly_card_4column > li > li:nth-child(n+5) {
    margin-top: 30px;
  }
}
/*------------------------------------------------------------colum_block*/
.colum_block .tx_box {
  text-align: left;
}

.colum_block .tx_box p {
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .colum_block {
    display: flex;
    justify-content: space-between;
  }
  .colum_block.colum_block_alc {
    align-items: center;
  }
  .colum_block .ph_box {
    width: 38.24%;
  }
  .colum_block .tx_box {
    width: 51.27%;
  }
}
/*------------------------------------------------------------table*/
/** sheet_basic **/
.sheet_basic {
  border-collapse: separate;
  width: 100%;
  border: 1px solid #495d73;
}

.sheet_basic tr th,
.sheet_basic tr td {
  padding: 7px 10px;
  display: block;
  text-align: left;
}

.sheet_basic tr th {
  border-bottom: 1px dotted #495d73;
  font-weight: 500;
  background: #e4f0ff;
  vertical-align: top;
  font-size:80%;
}

.sheet_basic tr td {
  border-bottom: 1px solid #495d73;
  background: #fff;
}
.sheet_basic tr th small,
.sheet_basic tr td small {
  font-size:80%;
}
.sheet_basic tr:last-child th,
.sheet_basic tr:last-child td {
  border-bottom: none;
  border-right: none;
}

@media print, screen and (min-width: 768px) {
  .sheet_basic tr th,
  .sheet_basic tr td {
    padding: 10px 15px;
    display: table-cell;
  }
  .sheet_basic tr td {
    border-bottom: 1px dotted #495d73;
  }
}
.nowrap {
  white-space: nowrap;
}

/** table_basic **/
.table_basic {
  border-collapse: separate;
  width: 100%;
  border: 1px solid #495d73;
}

.table_basic tr th,
.table_basic tr td {
  padding: 7px 10px;
  text-align: left;
  line-height: 1.2;
}

.table_basic tr th.tx_cent,
.table_basic tr td.tx_cent {
  text-align: center;
}

.table_basic tr th.tx_right,
.table_basic tr td.tx_right {
  text-align: left;
}

.table_basic tr th {
  font-weight: 500;
  background: #e4f0ff;
  vertical-align: top;
}

.table_basic tr td {
  background: #fff;
}

.table_basic tr:not(:last-child) td {
  border-bottom: 1px dotted #495d73;
}

.table_basic tr:first-of-type th:first-of-type {
  width: 13%;
}

.table_basic tr th:not(:last-child),
.table_basic tr td:not(:last-child) {
  border-right: 1px solid #495d73;
}

@media print, screen and (min-width: 768px) {
  .table_basic tr th,
  .table_basic tr td {
    padding: 10px 15px;
  }
}
.check_ico {
  color: #003ca6;
  font-size: 3em;
}

.sheet_basic tr td.em,
.table_basic tr td.em {
  background: #ecfdf0;
}

/*------------------------------------------------------------bnr_item*/
.bnr_item a {
  display: block;
}

.bnr_item a:hover {
  opacity: 0.7;
}

.bnr_item figure:first-child {
  margin-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
  .bnr_item a {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
  }
  .bnr_item figure:first-child {
    margin-bottom: 0;
  }
}
/*contact_bnr01*/
.bnr_item .contact_bnr01 {
  max-width: 1000px;
  background: linear-gradient(90deg, #262074 0%, #0144cc 100%);
  border-radius: 6px;
  padding: 25px 25px 0;
  margin: 0 auto;
  position: relative;
}

.bnr_item .contact_bnr01 figure:last-child {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

@media print, screen and (min-width: 768px) {
  .bnr_item .contact_bnr01 figure:first-child {
    width: 47.8%;
  }
  .bnr_item .contact_bnr01 figure:last-child {
    width: 41.5%;
    position: absolute;
    top: -24px;
    right: 15px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media print, screen and (min-width: 992px) {
  .bnr_item .contact_bnr01 {
    padding: 30px 40px;
  }
}
/*contact_bnr02*/
.bnr_item .contact_bnr02 {
  max-width: 1000px;
  background: #f6f6f6;
  padding: 15px 15px 0 0;
  margin: 0 auto;
  position: relative;
}

.bnr_item .contact_bnr02:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 120px 120px;
  border-color: transparent transparent #71c7d2 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.bnr_item .contact_bnr02 figure {
  position: relative;
  z-index: 2;
}

.bnr_item .contact_bnr02 figure:first-child {
  margin: 0;
}

.bnr_item .contact_bnr02 figure:last-child {
  width: 80%;
  margin: 0 auto;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

@media print, screen and (min-width: 768px) {
  .bnr_item .contact_bnr02 {
    padding: 25px 0;
  }
  .bnr_item .contact_bnr02:before {
    border-width: 0 0 250px 250px;
    border-color: transparent transparent #71c7d2 transparent;
    top: 0;
    bottom: auto;
    right: 0;
    z-index: 1;
  }
  .bnr_item .contact_bnr02 figure:first-child {
    width: 62.6%;
  }
  .bnr_item .contact_bnr02 figure:last-child {
    width: 33.6%;
    margin: 0;
    position: absolute;
    top: -9px;
    right: 40px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/*------------------------------------------------------------table*/
.btn01 a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  min-height: 56px;
  color: #003ca6;
  text-decoration: none;
  background: transparent;
  border: 1px solid #003ca6;
  border-radius: 100px;
  line-height: 1.2;
  padding: 0.5em 2em;
  white-space: nowrap;
}

.btn01 a.tx_left a {
  margin-right: auto;
}

.btn01 a.tx_right a {
  margin-left: auto;
}

.btn01 a.tx_cent a {
  margin-right: auto;
  margin-left: auto;
}

.btn01 a:hover {
  color: #fff;
  background: #003ca6;
  border: 1px solid #003ca6;
  opacity: 1;
}

.btn02 a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  min-height: 56px;
  color: #fff;
  font-weight: 700;
  background: #003ca6;
  text-decoration: none;
  border: 1px solid #003ca6;
  border-radius: 100px;
  line-height: 1.2;
  padding: 0.5em 2em;
  white-space: nowrap;
}

.btn02 a.tx_left a {
  margin-right: auto;
}

.btn02 a.tx_right a {
  margin-left: auto;
}

.btn02 a.tx_cent a {
  margin-right: auto;
  margin-left: auto;
}

.btn02 a:hover {
  opacity: 0.8;
}

/*------------------------------------------------------------Decoration*/
/*Line*/
hr.line_01 {
  height: 1px;
  clear: both;
  margin: 20px 0px;
  border-top: 1px dotted #ccc;
  border-right: 0 dotted #ccc;
  border-bottom: 0 dotted #ccc;
  border-left: 0 dotted #ccc;
}

.space_10 {
  height: 10px;
  clear: both;
}

.space_20 {
  height: 20px;
  clear: both;
}

.space_30 {
  height: 30px;
  clear: both;
}

.space_10 hr,
.space_20 hr,
.space_30 hr {
  display: none;
}

/*------------------------------------------------------------Text*/
/*title*/
.title01 {
  font-family: "Noto Serif JP", serif;
  font-size: 21.6px;
  margin-bottom: 27px;
}

.title01.color01 {
  color: #003ca6;
}

@media print, screen and (min-width: 768px) {
  .title01 {
    font-size: 36px;
    margin-bottom: 45px;
  }
}
.title01_02 {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  margin-bottom: 0.5em;
}

@media print, screen and (min-width: 768px) {
  .title01_02 {
    font-size: 21px;
  }
}
.title02 {
  color: #003ca6;
  font-size: 14.4px;
  font-weight: 700;
  text-align: left;
}

.title02 .en {
  font-family: "Schibsted Grotesk", sans-serif;
}

@media print, screen and (min-width: 768px) {
  .title02 {
    font-size: 24px;
  }
}
.title03 {
  font-size: 14.4px;
  font-weight: 700;
  color: #003ca6;
  text-align: left;
  padding-bottom: 6.6px;
  margin-bottom: 20.4px;
  position: relative;
}

.title03:before {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #262074 0%, #03d0f1 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.title03.margin_bs {
  margin-bottom: 16px;
}

@media print, screen and (min-width: 768px) {
  .title03 {
    font-size: 20px;
    padding-bottom: 11px;
    margin-bottom: 34px;
  }
}
.tit01 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  line-height: 1.3;
  font-size: 20px;
  font-weight: bold;
  color: #003da6;
}

.tit01::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 120px;
  height: 1px;
  margin-left: -60px;
  content: "";
  background: #003da6;
}

.tit02 {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.tit_price {
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  line-height: 1.3;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #444;
}

@media print, screen and (min-width: 768px) {
  .tit01 {
    margin-bottom: 40px;
    padding-bottom: 15px;
    font-size: 34px;
  }
  .tit01::after {
    width: 200px;
    margin-left: -100px;
  }
  .tit02 {
    margin-bottom: 30px;
    font-size: 28px !important;
  }
  .tit_price {
    font-size: 20px;
  }
}
.en_ti {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  color: #003ca6;
  font-size: clamp(40px, 7.32vw, 100px);
  line-height: 1.2;
  margin-bottom: 0.2em;
}

/*TextRight*/
.tx_right {
  text-align: right;
}

/*TextLeft*/
.tx_left {
  text-align: left;
}

/*TextCenter*/
.tx_cent {
  text-align: center;
}

/*bold*/
.tx_bold {
  font-style: normal;
  font-weight: bold;
}

/*big*/
.tx_big {
  font-size: 1.5em;
}

/*small*/
.tx_small {
  font-size: 0.8125em;
}

/*TextRed*/
.tx_red {
  color: #c33;
}

/*tx_color01*/
.tx_color01 {
  color: #003da6;
}

/*attention*/
.attention {
  font-size: 10px;
  line-height: 130%;
  margin: 5px 0;
}

/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
  float: left;
}

/*FloatRight*/
.float_right {
  float: right;
}

/*ClearBoth*/
.clearboth {
  clear: both;
}

/*phbox*/
.phbox_right {
  text-align: center;
}

.phbox_right img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.phbox_left {
  text-align: center;
}

.phbox_left img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.ov_hidden {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .phbox_right {
    float: right;
    margin-left: 10px;
    margin-bottom: 0px;
  }
  .phbox_left {
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
  }
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
  margin-top: 5px;
}

.margin_t10 {
  margin-top: 10px;
}

.margin_t20 {
  margin-top: 20px;
}

.margin_t30 {
  margin-top: 30px;
}

.margin_t40 {
  margin-top: 40px;
}

.margin_t50 {
  margin-top: 50px;
}

/*MarginBottom*/
.margin_b05 {
  margin-bottom: 5px;
}

.margin_b10 {
  margin-bottom: 10px;
}

.margin_b20 {
  margin-bottom: 20px;
}

.margin_b30 {
  margin-bottom: 30px;
}

.margin_b40 {
  margin-bottom: 40px;
}

.margin_b50 {
  margin-bottom: 50px;
}

.margin_b60 {
  margin-bottom: 60px;
}

.margin_b80 {
  margin-bottom: 80px;
}

/*MarginRight*/
.margin_r05 {
  margin-right: 5px;
}

.margin_r10 {
  margin-right: 10px;
}

.margin_r15 {
  margin-right: 15px;
}

.margin_r20 {
  margin-right: 20px;
}

/*MarginLeft*/
.margin_l05 {
  margin-left: 50px;
}

.margin_l10 {
  margin-left: 10px;
}

.margin_l15 {
  margin-left: 15px;
}

.margin_l20 {
  margin-left: 20px;
}

/*Margin_device*/
.margin-xs-b10 {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .margin-xs-b10 {
    margin-bottom: 0px;
  }
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*------------------------------------------------------------Hoverimg*/
a:hover img.hoverimg {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  transition: all 0.3s;
}

.img-fluid {
  max-width: 80%;
  height: auto;
}

/*------------------------------------------------------------other*/
/**2022.12.23追加**/
.gnav {
  display: flex;
  height: 6rem;
  /*margin: 10px auto;*/
  margin: auto;
  width: 100%;
  z-index: 99999;
}

.gnav > li {
  /*親階層のみ幅を25%にする*/
  width: 20%;
}

/*全てのリスト・リンク共通*/
.gnav li {
  list-style: none;
  position: relative;
}

.gnav li a {
  background: #ffffff;
  border-right: 1px solid #eee;
  color: #000;
  display: block;
  height: 6rem;
  line-height: 6rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

/*子階層以降共通*/
.gnav li li {
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  z-index: 99999;
  margin-top: -6px;
}

.gnav li li a {
  border-top: 1px solid #eee;
}

.gnav li:hover > ul > li {
  height: 6rem;
  overflow: visible;
}

.gnav li ul li ul {
  left: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.gnav li ul li a,
.gnav li ul li ul li a {
  height: 6rem;
  transition: 0.2s;
}

.gnav li ul li a:hover,
.gnav li ul li ul li a:hover {
  background: #e9f2f3;
}

/*一番右のメニュー*/
.gnav > li:nth-child(5) ul li ul {
  left: -100%;
}

/*aの背景色を指定*/
.gnav li:hover a {
  /*親階層*/
  background: #ffffff;
}

.gnav li li a {
  /*子階層*/
  background: #ffffff;
}

.gnav li li:hover a {
  background: #ffffff;
}

.gnav li ul li ul li a {
  /*孫階層*/
  background: #ffffff;
}

.gnav li ul li ul li:hover a {
  background: #ffffff;
}

.gnav li ul li ul li ul li a {
  /*ひ孫階層*/
  background: #ffffff;
}

.gnav li ul li ul li ul li:hover a {
  background: #ffffff;
}

/*リストに「▶︎」を付ける*/
.gnav > li > ul:before {
  /*子階層*/
  border: 5px solid transparent;
  border-top: 5px solid #ccc;
  content: "";
  right: 1rem;
  position: absolute;
  top: 3rem;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}

.gnav li ul li ul:before {
  /*孫階層*/
  border: 5px solid transparent;
  border-left: 5px solid #ccc;
  content: "";
  left: -20px;
  position: absolute;
  top: 1.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gnav li:nth-child(5) ul li ul:before {
  /*一番右のメニューの孫階層*/
  border: 5px solid transparent;
  border-right: 5px solid #fff;
  left: auto;
  right: -20px;
}

.bg_cl03 {
  background-color: #25b6e8;
}

.bg_cl03 .tit01 {
  color: #fff;
}

.bg_cl03 .tit01::after {
  background: #fff;
}

.list_contact {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.list_contact li {
  width: 49%;
  margin-bottom: 15px;
  height: 100%;
  padding: 15px;
  color: #333;
  background: #fff;
}

.list_contact li a {
  display: block;
  height: 100%;
  color: #333;
  background: #fff;
}

.list_contact li h3 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  width: 90%;
  margin: 10px auto;
}

.list_contact li h3 span {
  display: block;
  margin-bottom: 20px;
  font-size: 130%;
}

.list_contact li h3 small {
  display: block;
  margin-bottom: 10px;
  font-size: 80%;
}

.list_contact li h3 img {
  width: 100%;
  height: auto;
  max-width: 80px;
  margin: 0px auto 10px;
}

.list_contact li p {
  display: inline-block;
  padding: 8px 26px;
  line-height: 1.1;
  color: #fff;
  border: solid 1px #fd9a00;
  border-radius: 100px;
  transition: all 0.5s;
  background: #fd9a00;
  margin-top: 20px;
}

.list_contact li a:hover p {
  color: #fd9a00;
  background: #fff;
}

.list_contact.dl li p {
  padding: 7px 10px;
}

@media print, screen and (min-width: 768px) {
  .list_contact li {
    padding: 20px;
  }
  .list_contact li h3 span {
    font-size: 160%;
  }
  .list_contact li h3 small {
    font-size: 90%;
  }
  .list_contact li h3 img {
    width: 100%;
    height: auto;
    max-width: 120px;
  }
}
/*-------------------------------「PageTOP」ボタン*/
#pagetop_btn {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  background: #fff;
  height: 35px;
  width: 35px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #003ca6;
  border-radius: 3px;
  color: #003ca6;
  -webkit-transform: translate(0, 80px);
  transform: translate(0, 80px);
  transition: all 0.3s;
}

#pagetop_btn.active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#pagetop_btn:hover {
  cursor: pointer;
  color: #fff;
  background: #003ca6;
}

/**/
#floating_bnr {
  display: none;
}

#floating_bnr.fl_fixed {
  display: block;
  position: fixed;
  width: 45px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}

#floating_bnr.fl_fixed a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(315deg, #0144cc 0%, #03d0f1 100%);
  border-radius: 6px 0 0 6px;
  box-shadow: 0 5px 10px 0px rgba(43, 140, 198, 0.4);
  padding: 14px 3px;
  position: relative;
}

#floating_bnr.fl_fixed a i {
  font-size: 20px;
  margin-bottom: 7px;
}

#floating_bnr.fl_fixed a p {
  font-size: 14px;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  line-height: 1.4;
}

#floating_bnr.fl_fixed a:hover {
  opacity: 0.7;
}

@media print, screen and (min-width: 768px) {
  #floating_bnr.fl_fixed {
    width: 57px;
  }
  #floating_bnr.fl_fixed a {
    padding: 20px 3px;
  }
  #floating_bnr.fl_fixed a i {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #floating_bnr.fl_fixed a p {
    font-size: 18px;
  }
}
/*表示・非表示切り替え*/
.sp_none {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
  .sp_none {
    display: inline-block;
  }
}
/*=========================
layout
=========================*/
/*card============*/
:root {
  --lay_gap_sp: 16px;
  --lay_gap_md: 36px;
}

/*1 →　2*/
.ly_card_2column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: var(--lay_gap_sp);
}

.ly_card_2column > div,
.ly_card_2column > li,
.ly_card_2column > figure,
.ly_card_2column > section,
.ly_card_2column > article,
.ly_card_2column > dt,
.ly_card_2column > dd {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .ly_card_2column {
    flex-direction: row;
    gap: var(--lay_gap_md);
  }
  .ly_card_2column > div,
  .ly_card_2column > li,
  .ly_card_2column > figure,
  .ly_card_2column > section,
  .ly_card_2column > article,
  .ly_card_2column > dt,
  .ly_card_2column > dd {
    width: calc(50% - var(--lay_gap_md) / 2);
  }
}
/*1 →　3*/
.ly_card_3column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: var(--lay_gap_sp);
}

.ly_card_3column > div,
.ly_card_3column > li,
.ly_card_3column > figure,
.ly_card_3column > section,
.ly_card_3column > article,
.ly_card_3column > dt,
.ly_card_3column > dd {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .ly_card_3column {
    flex-direction: row;
    gap: var(--lay_gap_md);
  }
  .ly_card_3column > div,
  .ly_card_3column > li,
  .ly_card_3column > figure,
  .ly_card_3column > section,
  .ly_card_3column > article,
  .ly_card_3column > dt,
  .ly_card_3column > dd {
    width: calc(33.3333333333% - var(--lay_gap_md) * 2 / 3);
  }
}
/*1 → 2 → 4*/
.ly_card_4column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: var(--lay_gap_sp);
}

.ly_card_4column > div,
.ly_card_4column > li,
.ly_card_4column > figure,
.ly_card_4column > section,
.ly_card_4column > article,
.ly_card_4column > dt,
.ly_card_4column > dd {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .ly_card_4column {
    flex-direction: row;
    gap: var(--lay_gap_md);
  }
  .ly_card_4column > div,
  .ly_card_4column > li,
  .ly_card_4column > figure,
  .ly_card_4column > section,
  .ly_card_4column > article,
  .ly_card_4column > dt,
  .ly_card_4column > dd {
    width: calc(50% - var(--lay_gap_md) / 2);
  }
}
@media print, screen and (min-width: 992px) {
  .ly_card_4column > div,
  .ly_card_4column > li,
  .ly_card_4column > figure,
  .ly_card_4column > section,
  .ly_card_4column > article,
  .ly_card_4column > dt,
  .ly_card_4column > dd {
    width: calc(25% - var(--lay_gap_md) * 3 / 4);
  }
}
/*2*/
.ly_2column {
  display: flex;
  flex-wrap: wrap;
  gap: var(--lay_gap_sp);
}

.ly_2column > div,
.ly_2column > li,
.ly_2column > figure,
.ly_2column > section,
.ly_2column > article,
.ly_2column > dt,
.ly_2column > dd {
  width: calc(50% - var(--lay_gap_sp) / 2);
}

@media print, screen and (min-width: 768px) {
  .ly_2column {
    gap: var(--lay_gap_md);
  }
  .ly_2column > div,
  .ly_2column > li,
  .ly_2column > figure,
  .ly_2column > section,
  .ly_2column > article,
  .ly_2column > dt,
  .ly_2column > dd {
    width: calc(50% - var(--lay_gap_md) / 2);
  }
}
/*2→3*/
.ly_2_3column {
  display: flex;
  flex-wrap: wrap;
  gap: var(--lay_gap_sp);
}

.ly_2_3column > div,
.ly_2_3column > li,
.ly_2_3column > figure,
.ly_2_3column > section,
.ly_2_3column > article,
.ly_2_3column > dt,
.ly_2_3column > dd {
  width: calc(50% - var(--lay_gap_sp) / 2);
}

@media print, screen and (min-width: 992px) {
  .ly_2_3column {
    gap: var(--lay_gap_md);
  }
  .ly_2_3column > div,
  .ly_2_3column > li,
  .ly_2_3column > figure,
  .ly_2_3column > section,
  .ly_2_3column > article,
  .ly_2_3column > dt,
  .ly_2_3column > dd {
    width: calc(33.3333333333% - var(--lay_gap_md) * 2 / 3);
  }
}
/*golden ratio*/
.ly_gold {
  display: flex;
  flex-direction: column;
  gap: 24px 40px;
}

.ly_gold.s_top .ly_gold_s {
  order: -1;
}

.ly_gold.b_top .ly_gold_b {
  order: -1;
}

@media print, screen and (min-width: 768px) {
  .ly_gold {
    flex-direction: row;
    justify-content: space-between;
  }
  .ly_gold.align_cent {
    align-items: center;
  }
  .ly_gold .ly_gold_s {
    width: 50%;
    order: 0;
  }
  .ly_gold .ly_gold_b {
    width: calc(50% - 40px);
    order: 0;
  }
  .ly_gold.s_top .ly_gold_s {
    order: 0;
  }
  .ly_gold.b_top .ly_gold_b {
    order: 0;
  }
}
@media print, screen and (min-width: 992px) {
  .ly_gold .ly_gold_s {
    width: 38%;
  }
  .ly_gold .ly_gold_b {
    width: calc(62% - 40px);
  }
}
/*kado============*/
/*下　右下がり*/
.btm_diag_l {
  position: relative;
}

.btm_diag_l::after {
  content: "";
  background: transparent;
  background: linear-gradient(to left bottom, transparent 50%, #e9f2f3 50%);
  content: "";
  width: 100%;
  height: 60px;
  display: block;
  position: absolute;
  bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .btm_diag_l::after {
    block-size: 120px;
  }
}
.btm_diag_l.diag_white::after {
  background: transparent;
  background: linear-gradient(to left bottom, transparent 50%, #fff 50%);
}

.btm_diag_l > [class^=content_bg] {
  padding-bottom: 80px;
}

@media print, screen and (min-width: 768px) {
  .btm_diag_l > [class^=content_bg] {
    padding-bottom: 140px;
  }
}
/*下　左下がり*/
.btm_diag_r {
  position: relative;
}

.btm_diag_r::after {
  content: "";
  background: transparent;
  background: linear-gradient(to right bottom, transparent 50%, #e9f2f3 50%);
  content: "";
  width: 100%;
  height: 60px;
  display: block;
  position: absolute;
  bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .btm_diag_r::after {
    block-size: 120px;
  }
}
.btm_diag_r.diag_white::after {
  background: transparent;
  background: linear-gradient(to right bottom, transparent 50%, #fff 50%);
}

.btm_diag_r > [class^=content_bg] {
  padding-bottom: 80px;
}

@media print, screen and (min-width: 768px) {
  .btm_diag_r > [class^=content_bg] {
    padding-bottom: 140px;
  }
}
/*上　右下がり*/
.top_diag_l {
  position: relative;
}

.top_diag_l::before {
  content: "";
  background: transparent;
  background: linear-gradient(to right top, transparent 50%, #e9f2f3 50%);
  content: "";
  width: 100%;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
}

@media print, screen and (min-width: 768px) {
  .top_diag_l::before {
    block-size: 120px;
  }
}
.top_diag_l.diag_white::before {
  background: transparent;
  background: linear-gradient(to right top, transparent 50%, #fff 50%);
}

.top_diag_l > [class^=content_bg] {
  padding-top: 80px;
}

@media print, screen and (min-width: 768px) {
  .top_diag_l > [class^=content_bg] {
    padding-top: 140px;
  }
}
/*上　左下がり*/
.top_diag_r {
  position: relative;
}

.top_diag_r::before {
  content: "";
  background: transparent;
  background: linear-gradient(to left top, transparent 50%, #e9f2f3 50%);
  content: "";
  width: 100%;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
}

@media print, screen and (min-width: 768px) {
  .top_diag_r::before {
    block-size: 120px;
  }
}
.top_diag_r.diag_white::before {
  background: transparent;
  background: linear-gradient(to left top, transparent 50%, #fff 50%);
}

.top_diag_r > [class^=content_bg] {
  padding-top: 80px;
}

@media print, screen and (min-width: 768px) {
  .top_diag_r > [class^=content_bg] {
    padding-top: 140px;
  }
}
/*text*/
.cts_p {
  text-align: left;
}

.cts_p + .cts_p {
  margin-top: 1em;
}

.cts_p.tx_l_cent {
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .cts_p.tx_l_cent {
    text-align: center;
  }
}
.cts_p.tx_cent_l {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .cts_p.tx_cent_l {
    text-align: left;
  }
}
.cts_p.tx_cent {
  text-align: center;
}

.cts_p.tx_rihgt {
  text-align: right;
}

.tx_l_cent {
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .tx_l_cent {
    text-align: center;
  }
}
.tx_cent_l {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .tx_cent_l {
    text-align: left;
  }
}
.tx_cent {
  text-align: center;
}

.tx_rihgt {
  text-align: right;
}

.s_tx {
  font-size: 0.8em;
}

.b_tx {
  font-size: 1.2em;
}

.en_tx {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.annotation_num {
  font-size: 10px;
  vertical-align: text-top;
  color: #c41c1c;
  margin-right: 0.5em;
}

.max_ph {
  width: min(100%, 380px);
  aspect-ratio: 3/4;
  margin-left: auto;
  margin-right: auto;
}

.max_ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.max_ph.radius {
  overflow: hidden;
  border-radius: 6px;
}

.max_ph02 {
  width: min(100%, 480px);
  aspect-ratio: 4/3;
  margin-left: auto;
  margin-right: auto;
}

.max_ph02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.max_ph02.radius {
  overflow: hidden;
  border-radius: 6px;
}

.img_fluid {
  max-width: 100%;
  height: auto;
}

/*※=========================*/
.note_list {
  text-align: left;
}

.note_list > li {
  line-height: 1.4;
  position: relative;
  padding-left: 1.4em;
}

.note_list > li + li {
  margin-top: 8px;
}

.note_list > li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.note_list.s_tx > li {
  font-size: 0.8em;
}

/*========*/
.pr_box_a {
  text-decoration: none;
  transition: 0.2s;
}

.pr_box_a:hover {
  opacity: 0.6;
}

.pr_box {
  background: linear-gradient(-90deg, #252175 0%, #003ca6 100%);
  border-radius: 6px;
  padding: 24px;
  color: #fff;
}

.pr_box .ly_gold_s img {
  margin-top: -40px;
  -webkit-filter: drop-shadow(20px 20px 0 #003ca6);
  filter: drop-shadow(20px 20px 0 #003ca6);
  margin-left: -20px;
}

@media print, screen and (min-width: 768px) {
  .pr_box {
    padding: 24px 40px;
  }
  .pr_box .ly_gold_s img {
    margin-top: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .pr_box .ly_gold_b {
    text-align: left;
    align-self: center;
    padding-left: clamp(10px, 2.34vw, 32px);
  }
}
.pr_title_group .title {
  font-family: "Noto Serif JP", serif;
  border: 1px solid rgba(255, 255, 255, 0.8);
  width: -webkit-max-content;
  width: max-content;
  padding: 0.1em 0.5em;
  margin: 0 auto 8px;
}

@media print, screen and (min-width: 768px) {
  .pr_title_group .title {
    margin: 0 auto 8px 0;
    font-size: clamp(18px, 1.76vw, 24px);
  }
}
.pr_title_group .sub_title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.4em;
  margin-bottom: 16px;
}

@media print, screen and (min-width: 768px) {
  .pr_title_group .sub_title {
    font-size: clamp(32px, 2.93vw, 40px);
  }
}
/*番号*/
.num_list_warp {
  counter-reset: number 0;
}

.num_list_warp > li {
  list-style: none;
  text-align: left;
}

.num_list_warp > li .num_ti {
  background: linear-gradient(90deg, #252175 0%, #003ca6 100%);
  color: #fff;
  font-size: clamp(18px, 1.61vw, 22px);
  position: relative;
  padding: 0.5em 0.8em 0.5em 2.5em;
  line-height: 1.2;
  border-radius: 6px;
}

.num_list_warp > li .num_ti::before {
  counter-increment: number 1;
  content: counter(number) ".";
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  font-style: italic;
  position: absolute;
  left: 0.8em;
  font-size: 1.2em;
  color: #e4f0ff;
}

.num_list_warp > li p {
  padding: 0.5em 0 24px;
}

.num_list_warp > li p + p {
  margin-top: 0.5em;
}

/**/
.list_basic01 {
  text-align: left;
}
.list_basic01.tx_b > li {
  font-size: clamp(16px, 1.32vw, 18px);
  font-weight: 700;
}
.list_basic01 > li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.2;
}
.list_basic01 > li::before {
  font-family: remixicon !important;
  font-style: normal;
  content: "\eb82";
  font-size: 0.8em;
  display: block;
  position: absolute;
  left: 0;
  top: 0.2em;
  color: #003ca6;
}
.list_basic01 > li + li {
  margin-top: 0.8em;
}

/**/
.iroha_ol {
  counter-reset: iroha_number 0;
  text-align: left;
}
.iroha_ol > li {
  list-style: none;
  line-height: 1.2;
  position: relative;
  padding-left: 2em;
}
.iroha_ol > li::before {
  counter-increment: iroha_number 1;
  content: counter(iroha_number, katakana-iroha) "）";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #003ca6;
}
.iroha_ol > li + li {
  margin-top: 0.8em;
}

.btn-radius-gradient-wrap a{
	display: block;
	    font-weight: 700;
	font-size: 18px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(90deg, #035744 0%, #05a8b0 50%, #05a8b0 51%, #035744 100%);
	background-size: 200% auto;
    border-radius: 10px;
	padding: 10px;
	transition: all 0.3s;
}
.btn-radius-gradient-wrap a:hover{
	background-position: right;
	opacity: 1;
}
@media print, screen and (min-width:768px){
	.btn-radius-gradient-wrap a{
		display: inline-block;
		font-size: 26px;
		padding: 20px 30px;
	}
}
