@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure, form {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure,
form, input, textarea, select, button, div {
  font-style: normal;
  font-weight: normal;
  font-family: "BIZ UDPMincho", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  text-align: left;
  word-break: break-word;
  line-break: strict;
  line-height: 1;
  color: #333;
  font-size: 1.7rem;
  letter-spacing: 0.15em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  body, h1, h2, h3, h4, h5, h6, p, address,
  ul, ol, li, dl, dt, dd,
  table, th, td, img, figure,
  form, input, textarea, select, button, div {
    font-size: 1.4rem;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border-spacing: 0;
}

input:not([type=file]), textarea, select, button {
  vertical-align: middle;
  background-color: #fff;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

input:not([type=file]), select, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
}

button, input[type=submit], input[type=button], select, label {
  cursor: pointer;
}

input[type=radio]:checked {
  appearance: none;
}

blockquote {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a,
button,
input[type=submit],
input[type=button] {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

@media screen and (min-width: 769px) {
  a:hover,
  button:hover,
  input[type=submit]:hover,
  input[type=button]:hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}
body {
  min-width: 1240px;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 0;
  }
}

.wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrap {
    width: 92%;
    max-width: initial;
  }
}

.en {
  font-family: "DM Sans", "BIZ UDPMincho", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
.content {
  padding: 220px 0 130px;
}
@media screen and (max-width: 768px) {
  .content {
    padding: 120px 0 64px;
  }
}

.header_wrap {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 180px;
  padding: 38px 4% 0;
  background: linear-gradient(to bottom, rgb(245, 245, 245), rgba(245, 245, 245, 0));
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .header_wrap {
    align-items: center;
    height: 72px;
    padding: 0 4%;
  }
}
.header_wrap a {
  pointer-events: auto;
}
.header_wrap .logo img {
  width: 237px;
}
@media screen and (max-width: 768px) {
  .header_wrap .logo img {
    width: 120px;
  }
}
.header_wrap .header_nav .header_nav_item {
  text-align: right;
}
.header_wrap .header_nav .header_nav_item + .header_nav_item {
  margin-top: 6px;
}
.header_wrap .header_nav .header_nav_item a {
  display: inline-block;
  font-size: 1.7rem;
  line-height: 2.3;
  background: linear-gradient(#333, #333) 0 100%/0 1px no-repeat;
  transition: background ease 0.4s;
}
@media screen and (min-width: 769px) {
  .header_wrap .header_nav .header_nav_item a:hover {
    opacity: 1;
    background-size: 100% 1px;
  }
}
@media screen and (max-width: 768px) {
  .header_wrap .header_nav .header_nav_item a {
    font-size: 1.4rem;
  }
}
.header_wrap .header_nav .header_nav_item.current a {
  color: #008EA5;
  background: linear-gradient(#008EA5, #008EA5) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
}
@media screen and (min-width: 769px) {
  .header_wrap .header_nav .header_nav_item.current a:hover {
    animation: text-line 0.4s ease forwards;
  }
}

@keyframes text-line {
  from {
    background-size: 0 1px;
  }
  to {
    background-size: 100% 1px;
  }
}
.menu_btn {
  position: fixed;
  z-index: 10001;
  top: 15px;
  right: 4%;
  margin: auto;
  width: 40px;
  height: 40px;
  padding-top: 5px;
  cursor: pointer;
}
.menu_btn::before {
  content: "Menu";
  display: block;
  text-align: center;
  color: #008EA5;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.menu_btn .line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 24px;
  height: 1px;
  background: #008EA5;
  transition: all 0.4s ease-out;
}
.menu_btn .line:nth-child(1) {
  top: 22px;
}
.menu_btn .line:nth-child(2) {
  top: 26px;
}
.menu_btn.active .line:nth-child(1) {
  top: 24px;
  transform: rotate(25deg);
}
.menu_btn.active .line:nth-child(2) {
  top: 24px;
  transform: rotate(-25deg);
}

.gnav {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .gnav {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 100vh;
    background: #F5F5F5;
    padding-top: 72px;
  }
}
@media screen and (max-width: 768px) {
  .gnav.active {
    opacity: 1;
    visibility: visible;
  }
}
.gnav .gnav_wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 20px 4% 120px;
    height: calc(100vh - 72px);
    overflow-y: auto;
  }
}
.gnav .gnav_list .gnav_item + .gnav_item {
  margin-top: 20px;
}
.gnav .gnav_list .gnav_item > a {
  display: block;
  line-height: 1.5;
  color: #008EA5;
  font-size: 1.6rem;
}
.gnav .gnav_list .gnav_sub_list {
  padding-left: 15px;
}
.gnav .gnav_list .gnav_sub_list .gnav_sub_item {
  margin-top: 16px;
}
.gnav .gnav_list .gnav_sub_list .gnav_sub_item a {
  display: block;
  line-height: 1.5;
}

/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
.footer_wrap {
  padding: 80px 0 550px;
  min-height: 65vw;
  background: url(../img/common/footer_bg01.jpg) no-repeat center bottom;
  background-size: 100%;
}
@media screen and (min-width: 1501px) {
  .footer_wrap {
    min-height: 1000px;
    background-position: center 45%;
    background-size: cover;
  }
}
@media screen and (max-width: 1440px) {
  .footer_wrap {
    min-height: 0;
    background-size: 1440px;
    background-position: center bottom;
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap {
    padding: 40px 0 70vw;
    background: url(../img/common/footer_bg01_sp.jpg) no-repeat center bottom;
    background-size: 100%;
  }
}
.footer_wrap .wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer_wrap .wrap {
    flex-direction: column;
    align-items: center;
  }
}
.footer_wrap .footer_nav {
  display: flex;
  gap: 80px;
}
@media screen and (min-width: 769px) {
  .footer_wrap .footer_nav {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_nav {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_nav_list {
    width: 100%;
  }
}
.footer_wrap .footer_nav_list .footer_nav_item + .footer_nav_item {
  margin-top: 27px;
}
.footer_wrap .footer_nav_list .footer_nav_item > a {
  padding-bottom: 5px;
  line-height: 1.5;
  color: #008EA5;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_nav_list .footer_nav_item > a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .footer_wrap .footer_nav_list .footer_nav_item > a {
    background: linear-gradient(#008EA5, #008EA5) 0 100%/0 1px no-repeat;
    transition: background ease 0.4s;
  }
  .footer_wrap .footer_nav_list .footer_nav_item > a:hover {
    opacity: 1;
    background-size: 100% 1px;
  }
}
.footer_wrap .footer_nav_list .footer_sub_nav_list .footer_sub_nav_item {
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_nav_list .footer_sub_nav_list .footer_sub_nav_item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_nav_list .footer_sub_nav_list .footer_sub_nav_item + .footer_sub_nav_item {
    margin-top: 10px;
  }
}
.footer_wrap .footer_nav_list .footer_sub_nav_list .footer_sub_nav_item a {
  padding-bottom: 5px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .footer_wrap .footer_nav_list .footer_sub_nav_list .footer_sub_nav_item a {
    background: linear-gradient(#333, #333) 0 100%/0 1px no-repeat;
    transition: background ease 0.4s;
  }
  .footer_wrap .footer_nav_list .footer_sub_nav_list .footer_sub_nav_item a:hover {
    opacity: 1;
    background-size: 100% 1px;
  }
}
.footer_wrap .footer_btn_list {
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_btn_list {
    width: 100%;
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_btn_list > * + * {
    margin-top: 24px;
  }
}
.footer_wrap .footer_btn_list .footer_nav_item > a {
  line-height: 1.5;
  color: #008EA5;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_btn_list .footer_nav_item > a {
    font-size: 1.6rem;
  }
}
.footer_wrap .footer_btn_list .btn {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_btn_list .btn {
    max-width: 200px;
  }
}
.footer_wrap .footer_btn_list .btn + .btn {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_btn_list .btn + .btn {
    margin-top: 8px;
  }
}
.footer_wrap .footer_btn_list .btn a {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_btn_list .btn a {
    padding: 8px 15px 8px 0;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .footer_wrap .logo_box {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap .logo_box {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap .logo_box .logo {
    width: 175px;
    margin: 0 auto;
  }
}
.footer_wrap .logo_box .copy {
  margin-top: 25px;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .footer_wrap .logo_box .copy {
    margin-top: 16px;
    font-size: 1rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  共通
* --------------------------------------------------------------------------------------------------*/
.txt {
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  .txt {
    line-height: 1.9;
  }
}

.lead_txt {
  font-size: 1.9rem;
  line-height: 3;
}
@media screen and (max-width: 768px) {
  .lead_txt {
    font-size: 1.4rem;
    line-height: 2.6;
  }
}

.bold {
  font-weight: bold;
}

.txt_up {
  text-transform: uppercase;
}

.txt_noup {
  text-transform: none;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_left {
  text-align: left;
}

.ib {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .pc_ib {
    display: inline-block;
  }
  .pc_tate {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
}
.tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

.txt_blue {
  color: #008EA5;
}

.txt_green {
  color: #00A514;
}

.table_wrap .table {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .img img {
    width: 100%;
  }
  .sp_ib {
    display: inline-block;
  }
  .table_wrap {
    overflow: auto;
    padding-bottom: 5px;
  }
  .table_wrap .table {
    width: 728px;
  }
}
/* ------------------------------
	.ttl
------------------------------ */
.str_ttl {
  font-size: 3.5rem;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .str_ttl {
    font-size: 2.8rem;
  }
}

.sec_ttl {
  font-size: 2.7rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .sec_ttl {
    font-size: 2.2rem;
  }
}

.mid_ttl {
  font-size: 2.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mid_ttl {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.en_ttl {
  margin-bottom: 32px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .en_ttl {
    margin-bottom: 16px;
    font-size: 1.2rem;
  }
}
.en_ttl::before {
  content: "《 ";
}
.en_ttl::after {
  content: " 》";
}

/* ------------------------------
	.btn
------------------------------ */
.link {
  color: #00A514;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .link:hover {
    text-decoration: none;
  }
}

@keyframes btn-line {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.btn {
  display: flex;
}
.btn.center {
  justify-content: center;
}
.btn.right {
  justify-content: flex-end;
}
.btn a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 51px 20px 0;
  font-size: 2.3rem;
  line-height: 1.5;
  color: #00A514;
}
@media screen and (max-width: 768px) {
  .btn a {
    padding: 16px 36px 16px 0;
    font-size: 1.6rem;
  }
}
.btn a .arw {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  display: block;
  width: 11px;
  height: 10px;
  background: url(../img/common/ico_arw01.svg) no-repeat center center;
  background-size: 100%;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
}
@media screen and (max-width: 768px) {
  .btn a .arw {
    width: 9px;
    height: 8px;
    right: 0;
  }
}
.btn a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #00A514;
}
@media screen and (min-width: 769px) {
  .btn a:hover {
    opacity: 1;
    border-color: transparent;
  }
  .btn a:hover .arw {
    right: 0;
  }
  .btn a:hover::before {
    animation: btn-line 0.4s ease forwards;
  }
}
.btn.wide a {
  width: 100%;
}
.btn.wide a .arw {
  right: 16px;
}
.btn.blue a {
  border-color: #008EA5;
  color: #008EA5;
}
.btn.blue a .arw {
  background: url(../img/common/ico_arw02.svg) no-repeat center center;
  background-size: 100%;
}
.btn.blue a::before {
  border-color: #008EA5;
}
@media screen and (min-width: 769px) {
  .btn.blue a:hover {
    border-color: transparent;
  }
}
.btn.prev a {
  padding-right: 0;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .btn.prev a {
    padding-left: 25px;
  }
}
.btn.prev a .arw {
  right: auto;
  left: 0;
  transform: rotate(180deg);
}
.btn.prev a::before {
  left: auto;
  right: 0;
}

.btn_list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 40px;
}
@media screen and (max-width: 768px) {
  .btn_list {
    gap: 0;
  }
}
.btn_list .btn {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .btn_list .btn {
    width: 100%;
  }
}
.btn_list .btn a {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .btn_list .btn a {
    font-size: 1.8rem;
  }
}
.btn_list .btn a .arw {
  right: 16px;
}
@media screen and (min-width: 769px) {
  .btn_list .btn a:hover .arw {
    right: 0;
  }
}

/* ------------------------------
	.round_btn
------------------------------ */
.round_btn {
  display: flex;
}
.round_btn.center {
  justify-content: center;
}
.round_btn.right {
  justify-content: flex-end;
}
.round_btn a {
  position: relative;
  display: block;
  padding: 17px 72px 17px 24px;
  border: 1px solid #00A514;
  border-radius: 50px;
  background: #FAFAFA;
  color: #00A514;
  font-size: 2.3rem;
  line-height: 1.5;
  -webkit-transition: border 0.4s ease;
  transition: border 0.4s ease;
}
@media screen and (max-width: 768px) {
  .round_btn a {
    padding: 17px 68px 17px 20px;
    font-size: 1.4rem;
  }
}
.round_btn a .arw {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #DCF0E2 url(../img/common/ico_arw01.svg) no-repeat center center;
  background-size: 11px;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media screen and (max-width: 768px) {
  .round_btn a .arw {
    right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .round_btn a:hover {
    opacity: 1;
    border-color: #fff;
  }
  .round_btn a:hover .arw {
    background: #00A514 url(../img/common/ico_arw05.svg) no-repeat center center;
    background-size: 11px;
  }
}

/* ------------------------------
	.box
------------------------------ */
.flex {
  display: flex;
  justify-content: space-between;
}

.col_cnt {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .col_cnt {
    display: block;
  }
}
.col_cnt .side_box {
  width: 390px;
}
@media screen and (min-width: 769px) {
  .col_cnt .side_box {
    position: sticky;
    top: 130px;
  }
}
@media screen and (max-width: 768px) {
  .col_cnt .side_box {
    width: 100%;
    margin-bottom: 56px;
  }
}
.col_cnt .side_box .sidenav {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .col_cnt .side_box .sidenav {
    display: none;
  }
}
.col_cnt .side_box .sidenav .sidenav_list .sidenav_item {
  position: relative;
  padding: 12px 0;
}
.col_cnt .side_box .sidenav .sidenav_list .sidenav_item a {
  padding-bottom: 5px;
  transition: background ease 0.4s;
}
@media screen and (min-width: 769px) {
  .col_cnt .side_box .sidenav .sidenav_list .sidenav_item a:hover {
    opacity: 1;
  }
}
.col_cnt .side_box .sidenav .sidenav_list .sidenav_item::before {
  position: absolute;
  top: 22px;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 4px;
  height: 6px;
  background: url(../img/common/ico_arw03.svg) no-repeat center center;
  background-size: 100%;
  transform: rotate(90deg);
}
.col_cnt .side_box .sidenav .sidenav_list .sidenav_item > a {
  padding-right: 30px;
  color: #008EA5;
  font-size: 1.9rem;
  line-height: 1.5;
  background: linear-gradient(#008EA5, #008EA5) 0 100%/0 1px no-repeat;
}
@media screen and (min-width: 769px) {
  .col_cnt .side_box .sidenav .sidenav_list .sidenav_item > a:hover {
    background-size: 100% 1px;
  }
}
@media screen and (max-width: 768px) {
  .col_cnt .side_box .sidenav .sidenav_list .sidenav_item > a {
    font-size: 1.6rem;
  }
}
.col_cnt .side_box .sidenav .sidenav_list .sidenav_item.current .sidenav_sub_list {
  display: block;
}
.col_cnt .side_box .sidenav .sidenav_list .sidenav_item.current::before {
  transform: rotate(-90deg);
}
.col_cnt .side_box .sidenav .sidenav_list .sidenav_item.close::before {
  transform: rotate(90deg);
}
.col_cnt .side_box .sidenav .sidenav_list .sidenav_item.active::before {
  transform: rotate(-90deg);
}
.col_cnt .side_box .sidenav .sidenav_list .sidenav_sub_list {
  display: none;
  padding-left: 16px;
  margin-top: 10px;
}
.col_cnt .side_box .sidenav .sidenav_list .sidenav_sub_list .sidenav_sub_item + .sidenav_sub_item {
  margin-top: 5px;
}
.col_cnt .side_box .sidenav .sidenav_list .sidenav_sub_list .sidenav_sub_item a {
  font-size: 1.7rem;
  line-height: 1.8;
  background: linear-gradient(#333, #333) 0 100%/0 1px no-repeat;
}
@media screen and (min-width: 769px) {
  .col_cnt .side_box .sidenav .sidenav_list .sidenav_sub_list .sidenav_sub_item a:hover {
    background-size: 100% 1px;
  }
}
@media screen and (max-width: 768px) {
  .col_cnt .side_box .sidenav .sidenav_list .sidenav_sub_list .sidenav_sub_item a {
    font-size: 1.4rem;
  }
}
.col_cnt .main_box {
  width: 728px;
  padding-top: 200px;
}
@media screen and (max-width: 768px) {
  .col_cnt .main_box {
    width: 100%;
    padding-top: 0;
  }
}

/* ------------------------------
	.breadcrumb
------------------------------ */
.breadcrumb {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 32px;
  }
}
.breadcrumb .breadcrumb_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 0;
}
.breadcrumb .breadcrumb_list li {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .breadcrumb .breadcrumb_list li {
    font-size: 1.2rem;
  }
}
.breadcrumb .breadcrumb_list li::after {
  flex-shrink: 0;
  display: block;
  content: "";
  width: 4px;
  height: 6px;
  margin: 0 8px;
  background: url(../img/common/ico_arw03.svg) no-repeat center center;
}
.breadcrumb .breadcrumb_list li:last-child::after {
  display: none;
}
.breadcrumb .breadcrumb_list li a {
  padding-bottom: 5px;
  color: #008EA5;
  background: linear-gradient(#008EA5, #008EA5) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
}
@media screen and (min-width: 769px) {
  .breadcrumb .breadcrumb_list li a:hover {
    opacity: 1;
    animation: text-line 0.4s ease forwards;
  }
}

/* ------------------------------
	.fade
------------------------------ */
.fade .fade-in, .fade.fade-in {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.fade.fade-on .fade-in, .fade.fade-on.fade-in {
  opacity: 1;
}
.fade .fade-right, .fade.fade-right {
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.fade.fade-on .fade-right, .fade.fade-on.fade-right {
  opacity: 1;
  transform: translateX(0);
}
.fade .d1 {
  transition-delay: 0.6s;
}
.fade .d2 {
  transition-delay: 1.2s;
}
.fade .d3 {
  transition-delay: 1.8s;
}
.fade .d4 {
  transition-delay: 2.4s;
}
.fade .d5 {
  transition-delay: 3s;
}