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

html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 55%;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

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: "kozuka-gothic-pr6n", "メイリオ", "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: #31363a;
  font-size: 1.6rem;
}
@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;
  }
}
.wrap {
  max-width: 1020px;
  width: 88%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrap {
    width: 88%;
    max-width: initial;
  }
}

.outer {
  width: calc(100% - 180px);
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .outer {
    max-width: 1100px;
    width: 88%;
  }
}
@media screen and (max-width: 768px) {
  .outer {
    max-width: initial;
    width: 88%;
  }
}

.content {
  overflow: hidden;
}

.en {
  font-family: "Wix Madefor Text", "kozuka-gothic-pr6n", "メイリオ", "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;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    padding-top: 60px;
  }
}

.header_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  padding: 0 0 0 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .header_wrap {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 60px;
    padding: 0 70px;
  }
}
.header_wrap .logo {
  position: relative;
}
@media screen and (min-width: 769px) {
  .header_wrap .logo {
    top: -5px;
  }
}
@media screen and (max-width: 1040px) {
  .header_wrap .logo {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .header_wrap .logo {
    top: -2px;
    margin: 0 auto;
  }
}
.header_wrap .logo img {
  width: 242px;
}
@media screen and (max-width: 1040px) {
  .header_wrap .logo img {
    width: 190px;
  }
}
@media screen and (max-width: 768px) {
  .header_wrap .logo img {
    width: 153px;
  }
}
.header_wrap .logo a {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1040px) {
  .header_wrap .logo a {
    display: block;
  }
}
.header_wrap .logo .logo_txt {
  padding-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 900;
  margin-left: 24px;
  color: #0077C3;
}
@media screen and (max-width: 1040px) {
  .header_wrap .logo .logo_txt {
    display: block;
    margin-left: 0;
    margin-top: 5px;
    padding: 0;
    font-size: 1.4rem;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .header_wrap .logo .logo_txt {
    margin-top: 8px;
    text-align: center;
    font-size: 1.2rem;
    margin-left: 15px;
  }
}
.header_wrap .header_nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 900px) {
  .header_wrap .header_nav {
    gap: 20px;
  }
}
@media screen and (max-width: 800px) {
  .header_wrap .header_nav {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .header_wrap .header_nav {
    position: absolute;
    top: 0;
    left: 0;
    gap: 0;
  }
}
.header_wrap .header_nav .header_nav_list {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 900px) {
  .header_wrap .header_nav .header_nav_list {
    gap: 20px;
  }
}
@media screen and (max-width: 800px) {
  .header_wrap .header_nav .header_nav_list {
    gap: 15px;
  }
}
.header_wrap .header_nav .header_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding: 0 20px;
  background: #15B9D4;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .header_wrap .header_nav .header_btn a {
    padding: 0 10px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .header_wrap .header_nav .header_btn a {
    flex-direction: column;
    width: 60px;
    height: 60px;
    padding: 0 0 4px;
    font-size: 1rem;
  }
}
.header_wrap .header_nav .header_btn .ico {
  width: 26px;
  height: 40px;
  margin-right: 12px;
  background: url(../img/common/ico_entry01.svg) no-repeat center center;
}
@media screen and (max-width: 900px) {
  .header_wrap .header_nav .header_btn .ico {
    margin-right: 6px;
  }
}
@media screen and (max-width: 800px) {
  .header_wrap .header_nav .header_btn .ico {
    width: 20px;
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header_wrap .header_nav .header_btn .ico {
    margin: 0 0 2px;
  }
}
.header_wrap .menu_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4%;
  margin: auto;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.header_wrap .menu_btn .line {
  position: absolute;
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #15B9D4;
  transition: all 0.4s ease-out;
}
.header_wrap .menu_btn .line:nth-child(1) {
  top: -18px;
}
.header_wrap .menu_btn .line:nth-child(3) {
  bottom: -18px;
}
.header_wrap .menu_btn.active .line:nth-child(1) {
  top: 0;
  transform: rotate(45deg);
}
.header_wrap .menu_btn.active .line:nth-child(2) {
  opacity: 0;
}
.header_wrap .menu_btn.active .line:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 0;
}

.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: 10000;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    background: #F4F7FB;
  }
}
@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: 0 0 120px;
    height: calc(100vh - 60px);
    overflow-y: auto;
  }
}
.gnav .gnav_list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
}
.gnav .gnav_list .gnav_list_item {
  width: 50%;
  padding: 12px;
}
.gnav .gnav_list .gnav_list_item:nth-child(even) {
  border-left: 1px solid #ddd;
}
.gnav .gnav_list .gnav_list_item:nth-child(n+3) {
  border-top: 1px solid #ddd;
}
.gnav .gnav_list .gnav_list_item a {
  display: block;
  padding: 0;
}
.gnav .gnav_list .gnav_list_item .gnav_img {
  width: 100%;
  border: 3px solid #fff;
  border-radius: 3vw;
  overflow: hidden;
}
.gnav .gnav_list .gnav_list_item .gnav_img img {
  width: 100%;
}
.gnav .gnav_list .gnav_list_item .gnav_txt {
  margin-top: 10px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  cursor: pointer;
}
.gnav .gnav_list .gnav_list_item .gnav_txt .acc_ico {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
}
.gnav .gnav_list .gnav_list_item .gnav_txt .acc_ico::before, .gnav .gnav_list .gnav_list_item .gnav_txt .acc_ico::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  background: #31363a;
}
.gnav .gnav_list .gnav_list_item .gnav_txt .acc_ico::before {
  width: 100%;
  height: 2px;
}
.gnav .gnav_list .gnav_list_item .gnav_txt .acc_ico::after {
  width: 2px;
  height: 100%;
}
.gnav .gnav_list .gnav_list_item .gnav_txt.open .acc_ico::after {
  display: none;
}
.gnav .gnav_list .gnav_list_item .gnav_sub_list {
  display: none;
  width: 100%;
  margin-top: 10px;
}
.gnav .gnav_list .gnav_list_item .gnav_sub_list .gnav_sub_item {
  border-top: 1px dashed #D0DAE3;
}
.gnav .gnav_list .gnav_list_item .gnav_sub_list .gnav_sub_item a {
  display: block;
  padding: 10px;
  line-height: 1.5;
  font-size: 1.2rem;
}
.gnav .gnav_btn_box {
  padding: 17px 6%;
  border-bottom: 1px solid #ddd;
}
.gnav .gnav_btn_box .gnav_entry_btn {
  width: 100%;
}
.gnav .gnav_btn_box .gnav_entry_btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 55px;
  padding: 0 20px 0 50px;
  border-radius: 10px;
  background: #15B9D4;
}
.gnav .gnav_btn_box .gnav_entry_btn .btn_txt {
  text-align: center;
  color: #fff;
  line-height: 1.3;
  font-size: 1.6rem;
}
.gnav .gnav_btn_box .gnav_entry_btn .ico {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  margin: auto;
  width: 26px;
  height: 40px;
  background: url(../img/common/ico_entry01.svg) no-repeat center center;
  background-size: 100%;
}
.gnav .gnav_btm_box {
  padding: 0 6%;
  margin-top: 20px;
}
.gnav .gnav_btm_box .gnav_btm_link {
  text-align: right;
}
.gnav .gnav_btm_box .gnav_btm_link a {
  font-size: 1.6rem;
  font-weight: 900;
  color: #15B9D4;
}
.gnav .gnav_btm_box .gnav_btm_link a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 10px;
  margin-left: 10px;
  background: url(../img/common/ico_win01.svg) no-repeat center center;
}

/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
.footer_wrap {
  position: relative;
  padding: 60px 0 60px;
}
@media screen and (max-width: 768px) {
  .footer_wrap {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_nav_wrap {
    display: flex;
    flex-direction: column;
  }
}
.footer_wrap .footer_nav {
  padding: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_nav {
    order: 2;
    padding: 0 0 30px;
  }
}
.footer_wrap .footer_nav .footer_nav_box {
  position: relative;
  display: flex;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_nav .footer_nav_box {
    gap: 30px;
    flex-direction: column;
  }
}
.footer_wrap .footer_nav .footer_nav_box .footer_nav_list {
  flex: 1;
}
.footer_wrap .footer_nav .footer_nav_box .footer_nav_list .footer_nav_item + .footer_nav_item {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_nav .footer_nav_box .footer_nav_list .footer_nav_item + .footer_nav_item {
    margin-top: 30px;
  }
}
.footer_wrap .footer_nav .footer_nav_box .footer_nav_list .footer_nav_item .nav_txt {
  display: block;
  padding-bottom: 12px;
  border-bottom: 4px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_nav .footer_nav_box .footer_nav_list .footer_nav_item .nav_txt {
    padding-bottom: 5px;
    border-width: 2px;
  }
}
.footer_wrap .footer_nav .footer_nav_box .footer_nav_list .footer_nav_item .nav_txt a {
  line-height: 1.3;
  font-weight: 900;
  color: #0077C3;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_nav .footer_nav_box .footer_nav_list .footer_nav_item .nav_txt a {
    font-size: 1.6rem;
  }
}
.footer_wrap .footer_nav .footer_nav_box .footer_nav_list .footer_nav_item a {
  display: block;
}
.footer_wrap .footer_nav .footer_nav_box .footer_nav_list .footer_nav_item a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 10px;
  margin-left: 10px;
  background: url(../img/common/ico_win01.svg) no-repeat center center;
}
.footer_wrap .footer_nav .footer_nav_box .footer_nav_list .footer_sub_nav {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_nav .footer_nav_box .footer_nav_list .footer_sub_nav {
    margin-top: 10px;
  }
}
.footer_wrap .footer_nav .footer_nav_box .footer_nav_list .footer_sub_nav .footer_sub_nav_item + .footer_sub_nav_item {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_nav .footer_nav_box .footer_nav_list .footer_sub_nav .footer_sub_nav_item + .footer_sub_nav_item {
    margin-top: 8px;
  }
}
.footer_wrap .footer_nav .footer_nav_box .footer_nav_list .footer_sub_nav .footer_sub_nav_item a {
  line-height: 1.3;
}
.footer_wrap .right_btn {
  margin-top: 90px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer_wrap .right_btn {
    margin-top: 60px;
  }
}
.footer_wrap .right_btn a {
  color: #15B9D4;
  font-weight: 900;
  line-height: 1.3;
}
.footer_wrap .right_btn a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 10px;
  margin-left: 10px;
  background: url(../img/common/ico_win01.svg) no-repeat center center;
}
.footer_wrap .copy {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1.3;
}

/* ----------------------------------------------------------------------------------------------------
*  共通
* --------------------------------------------------------------------------------------------------*/
.txt {
  line-height: 1.8;
}

.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_blue01 {
  color: #0077C3;
}

.txt_blue02 {
  color: #15B9D4;
}

@media screen and (max-width: 768px) {
  .img img {
    width: 100%;
  }
  .sp_ib {
    display: inline-block;
  }
}
/* ------------------------------
	.btn
------------------------------ */
.btn {
  display: flex;
}
.btn.center {
  justify-content: center;
}
.btn.right {
  justify-content: flex-end;
}
.btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 50px;
  padding: 0 40px;
  border-radius: 50px;
  border: 2px solid #15B9D4;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .btn a {
    width: 240px;
    height: 40px;
  }
}
.btn a::after {
  background: #15B9D4;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn a:hover {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .btn a:hover::after {
    transform: scale(1, 1);
  }
  .btn a:hover .btn_txt {
    color: #fff;
  }
}
.btn .btn_txt {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #15B9D4;
  font-weight: 900;
  line-height: 1.3;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.btn .ico {
  position: relative;
  z-index: 2;
}
.btn .ico.arw {
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 19px;
  height: 19px;
  background: url(../img/common/ico_arw01.svg) no-repeat center center;
}

.entry_btn {
  display: flex;
}
.entry_btn.center {
  justify-content: center;
}
.entry_btn.right {
  justify-content: flex-end;
}
.entry_btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 560px;
  height: 80px;
  padding: 0 40px;
  border-radius: 50px;
  background: #15B9D4;
}
@media screen and (max-width: 768px) {
  .entry_btn a {
    width: 260px;
    height: 60px;
  }
}
.entry_btn .btn_txt {
  text-align: center;
  color: #fff;
  font-weight: 900;
  line-height: 1.3;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .entry_btn .btn_txt {
    font-size: 1.8rem;
  }
}
.entry_btn .ico {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 38px;
  margin: auto;
  width: 26px;
  height: 40px;
  background: url(../img/common/ico_entry01.svg) no-repeat center center;
}
@media screen and (max-width: 768px) {
  .entry_btn .ico {
    right: 20px;
    width: 20px;
    background-size: 100%;
  }
}

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

.content_wrap {
  position: relative;
  z-index: 2;
  padding: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .content_wrap {
    padding: 0 0 30px;
  }
}
.content_wrap .bg_line {
  position: absolute;
  left: 0;
  bottom: 88px;
  width: 294px;
}
@media screen and (max-width: 768px) {
  .content_wrap .bg_line {
    width: 110px;
  }
}
.content_wrap .bg_line svg {
  width: 100%;
  height: auto;
}
.content_wrap .bg_line svg .svg-elem-1 {
  stroke-dashoffset: 2108px;
  stroke-dasharray: 2108px;
  -webkit-transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.content_wrap .bg_line svg .svg-elem-2 {
  stroke-dashoffset: 898.7008666992px;
  stroke-dasharray: 898.7008666992px;
  -webkit-transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}
.content_wrap .bg_line.fade-on .svg-elem-1 {
  stroke-dashoffset: 4216px;
}
.content_wrap .bg_line.fade-on .svg-elem-2 {
  stroke-dashoffset: 1797.4017333984px;
}

/* ------------------------------
	.breadcrumb
------------------------------ */
.breadcrumb {
  padding: 14px 0;
  background: #F6F6F6;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 5px 0;
  }
}
@media screen and (min-width: 769px) {
  .breadcrumb.white {
    background: #fff;
  }
}
.breadcrumb .outer {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .breadcrumb .outer {
    width: 100%;
  }
}
.breadcrumb .breadcrumb_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .breadcrumb .breadcrumb_list {
    flex-wrap: nowrap;
    overflow: auto;
    padding: 5px 4%;
  }
}
.breadcrumb .breadcrumb_list li {
  display: flex;
  padding: 2px 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .breadcrumb .breadcrumb_list li {
    flex-shrink: 0;
  }
}
.breadcrumb .breadcrumb_list li + li::before {
  flex-shrink: 0;
  content: ">";
  margin: 0 0.5em;
}
.breadcrumb .breadcrumb_list li a {
  color: #0077C3;
}

/* ------------------------------
	.page_head
------------------------------ */
.page_head {
  position: relative;
}
.page_head .page_head_img {
  position: relative;
  height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .page_head .page_head_img {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .page_head .page_head_img {
    height: 150px;
  }
}
.page_head .page_head_img img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  object-fit: cover;
}
.page_head .page_ttl_box01 {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 449px;
  height: 579px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .page_head .page_ttl_box01 {
    width: 335px;
    height: 432px;
  }
}
@media screen and (max-width: 768px) {
  .page_head .page_ttl_box01 {
    width: 167px;
    height: 216px;
  }
}
.page_head .page_ttl_box01 .page_ttl {
  position: relative;
  z-index: 3;
  margin-left: 30px;
  margin-top: 25px;
  font-weight: 600;
  color: #fff;
  transform: rotate(-64deg);
}
@media screen and (max-width: 1280px) {
  .page_head .page_ttl_box01 .page_ttl {
    margin-left: 43px;
  }
}
@media screen and (max-width: 1000px) {
  .page_head .page_ttl_box01 .page_ttl {
    margin-left: 10px;
  }
}
.page_head .page_ttl_box01 .page_ttl .page_txt {
  position: relative;
  right: -30px;
  display: block;
  font-size: 4.8rem;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  transition-delay: 1s;
}
@media screen and (max-width: 1000px) {
  .page_head .page_ttl_box01 .page_ttl .page_txt {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .page_head .page_ttl_box01 .page_ttl .page_txt {
    right: -25px;
    font-size: 1.6rem;
  }
}
.page_head .page_ttl_box01 .page_ttl .en {
  display: block;
  font-size: 8rem;
  margin-top: 65px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  transition-delay: 1s;
}
@media screen and (max-width: 1000px) {
  .page_head .page_ttl_box01 .page_ttl .en {
    font-size: 7rem;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page_head .page_ttl_box01 .page_ttl .en {
    position: relative;
    right: -20px;
    font-size: 2.5rem;
    margin-top: 25px;
  }
}
.page_head .page_ttl_box01 .line01 {
  position: absolute;
  z-index: 2;
  top: 56px;
  right: 0;
  width: 449px;
}
@media screen and (max-width: 1000px) {
  .page_head .page_ttl_box01 .line01 {
    top: 43px;
    width: 335px;
  }
}
@media screen and (max-width: 768px) {
  .page_head .page_ttl_box01 .line01 {
    top: 22px;
    width: 167px;
  }
}
.page_head .page_ttl_box01 .line01 svg {
  width: 100%;
  height: auto;
}
.page_head .page_ttl_box01 .line01 svg .svg-elem-1 {
  stroke-dashoffset: 1343.8181152344px;
  stroke-dasharray: 1343.8181152344px;
  -webkit-transition: stroke-dashoffset 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition-delay: 0.3s;
}
.page_head .page_ttl_box01 .line02 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 386px;
}
@media screen and (max-width: 1000px) {
  .page_head .page_ttl_box01 .line02 {
    width: 287px;
  }
}
@media screen and (max-width: 768px) {
  .page_head .page_ttl_box01 .line02 {
    width: 143px;
  }
}
.page_head .page_ttl_box01 .line02 svg {
  width: 100%;
  height: auto;
}
.page_head .page_ttl_box01 .line02 svg .svg-elem-1 {
  stroke-dashoffset: 898.6964111328px;
  stroke-dasharray: 898.6964111328px;
  -webkit-transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.page_head .page_ttl_box01.fade-on .page_ttl .page_txt {
  opacity: 1;
}
.page_head .page_ttl_box01.fade-on .page_ttl .en {
  opacity: 1;
}
.page_head .page_ttl_box01.fade-on .line01 svg .svg-elem-1 {
  stroke-dashoffset: 0;
}
.page_head .page_ttl_box01.fade-on .line02 svg .svg-elem-1 {
  stroke-dashoffset: 0;
}
.page_head .page_ttl_box02 {
  position: absolute;
  z-index: 2;
  bottom: -68px;
  right: 0;
  left: 0;
  max-width: 1020px;
  width: 88%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page_head .page_ttl_box02 {
    position: relative;
    bottom: 0;
    top: -30px;
    width: 88%;
    max-width: initial;
  }
}
.page_head .page_ttl_box02 .page_ttl {
  border-radius: 15px;
  width: 510px;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .page_head .page_ttl_box02 .page_ttl {
    width: 450px;
  }
}
@media screen and (max-width: 768px) {
  .page_head .page_ttl_box02 .page_ttl {
    width: 240px;
  }
}
.page_head .page_ttl_box02 .page_ttl .page_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 146px;
  padding: 10px;
  background: #fff;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .page_head .page_ttl_box02 .page_ttl .page_txt {
    height: 110px;
  }
}
@media screen and (max-width: 768px) {
  .page_head .page_ttl_box02 .page_ttl .page_txt {
    height: 60px;
    font-size: 2rem;
  }
}
.page_head .page_ttl_box02 .page_ttl .en {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 140px;
  padding: 10px;
  background: #15B9D4;
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .page_head .page_ttl_box02 .page_ttl .en {
    height: 110px;
  }
}
@media screen and (max-width: 768px) {
  .page_head .page_ttl_box02 .page_ttl .en {
    height: 60px;
    font-size: 2rem;
  }
}

/* ------------------------------
	.fade
------------------------------ */
.fade.fade-up,
.fade .fade-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.8s;
  transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.8s;
}
@media screen and (max-width: 768px) {
  .fade.fade-up,
  .fade .fade-up {
    transform: translateY(100px);
  }
}
.fade.fade-on.fade-up,
.fade.fade-on .fade-up {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.fade.fade-in,
.fade .fade-in {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.6s;
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.6s;
}
.fade.fade-on.fade-in,
.fade.fade-on .fade-in {
  opacity: 1;
  visibility: visible;
}
.fade.delay01,
.fade .delay01 {
  transition-delay: 0.3s;
}
.fade.delay02,
.fade .delay02 {
  transition-delay: 0.6s;
}