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

html {
  margin-top: 0 !important;
}

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: "Outfit", "Noto Sans JP", "メイリオ", "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;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
@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: 1260px;
}
@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;
  }
}

.content {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
body {
  padding-top: 160px;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 66px;
  }
}

.header_wrap {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
}
.header_wrap .header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.97);
  width: 100%;
  height: 100px;
  padding: 0 0 0 2%;
}
@media screen and (max-width: 768px) {
  .header_wrap .header_top {
    padding: 0 4%;
    height: 66px;
    background: rgba(255, 255, 255, 0.95);
  }
}
.header_wrap .header_btm {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 0 2%;
  background: #1C2D4D;
}
.header_wrap .logo img {
  width: 607px;
}
@media screen and (max-width: 1650px) {
  .header_wrap .logo img {
    width: 500px;
  }
}
@media screen and (max-width: 1400px) {
  .header_wrap .logo img {
    width: 400px;
  }
}
@media screen and (max-width: 1300px) {
  .header_wrap .logo img {
    width: 350px;
  }
}
@media screen and (max-width: 1200px) {
  .header_wrap .logo img {
    width: 300px;
  }
}
@media screen and (max-width: 900px) {
  .header_wrap .logo img {
    width: 250px;
  }
}
@media screen and (max-width: 800px) {
  .header_wrap .logo img {
    width: 210px;
  }
}
@media screen and (max-width: 768px) {
  .header_wrap .logo img {
    width: 250px;
  }
}
.header_wrap .logo a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .header_wrap .logo a {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .header_wrap .logo a {
    flex-direction: row;
    align-items: center;
  }
}
.header_wrap .logo .logo_txt {
  margin-left: 22px;
  font-size: 4.1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 1800px) {
  .header_wrap .logo .logo_txt {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1700px) {
  .header_wrap .logo .logo_txt {
    margin-left: 18px;
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 1600px) {
  .header_wrap .logo .logo_txt {
    margin-left: 15px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1500px) {
  .header_wrap .logo .logo_txt {
    margin-left: 15px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1400px) {
  .header_wrap .logo .logo_txt {
    margin-left: 0;
    margin-top: 10px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .header_wrap .logo .logo_txt {
    margin-top: 0;
    margin-left: 12px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 340px) {
  .header_wrap .logo .logo_txt {
    font-size: 1.6rem;
  }
}
.header_wrap .header_box {
  display: flex;
  align-items: center;
}
.header_wrap .header_nav {
  display: flex;
  align-items: center;
}
.header_wrap .header_nav > .menu-item.menu-item-has-children {
  display: flex;
  align-items: center;
  height: 60px;
}
.header_wrap .header_nav_item + .header_nav_item,
.header_wrap .header_nav_item + .menu-item,
.header_wrap .menu-item + .header_nav_item,
.header_wrap .menu-item + .menu-item {
  margin-left: 45px;
}
@media screen and (max-width: 1600px) {
  .header_wrap .header_nav_item + .header_nav_item,
  .header_wrap .header_nav_item + .menu-item,
  .header_wrap .menu-item + .header_nav_item,
  .header_wrap .menu-item + .menu-item {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .header_wrap .header_nav_item + .header_nav_item,
  .header_wrap .header_nav_item + .menu-item,
  .header_wrap .menu-item + .header_nav_item,
  .header_wrap .menu-item + .menu-item {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .header_wrap .header_nav_item + .header_nav_item,
  .header_wrap .header_nav_item + .menu-item,
  .header_wrap .menu-item + .header_nav_item,
  .header_wrap .menu-item + .menu-item {
    margin-left: 15px;
  }
}
@media screen and (max-width: 800px) {
  .header_wrap .header_nav_item + .header_nav_item,
  .header_wrap .header_nav_item + .menu-item,
  .header_wrap .menu-item + .header_nav_item,
  .header_wrap .menu-item + .menu-item {
    margin-left: 10px;
  }
}
.header_wrap .header_nav_item a,
.header_wrap .menu-item a {
  display: inline;
  padding: 2px 0;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
  transition: background ease 0.4s;
}
@media screen and (min-width: 769px) {
  .header_wrap .header_nav_item a:hover,
  .header_wrap .menu-item a:hover {
    opacity: 1;
    background-size: 100% 1px;
  }
}
@media screen and (max-width: 1600px) {
  .header_wrap .header_nav_item a,
  .header_wrap .menu-item a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1300px) {
  .header_wrap .header_nav_item a,
  .header_wrap .menu-item a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .header_wrap .header_nav_item a,
  .header_wrap .menu-item a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1000px) {
  .header_wrap .header_nav_item a,
  .header_wrap .menu-item a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  .header_wrap .header_nav_item a,
  .header_wrap .menu-item a {
    font-size: 1rem;
  }
}
.header_wrap .header_nav_item .drop_btn, .header_wrap .header_nav_item.menu-item-has-children,
.header_wrap .menu-item .drop_btn,
.header_wrap .menu-item.menu-item-has-children {
  position: relative;
  display: block;
}
.header_wrap .header_nav_item .drop_btn:hover .drop_list,
.header_wrap .header_nav_item .drop_btn:hover .sub-menu, .header_wrap .header_nav_item.menu-item-has-children:hover .drop_list,
.header_wrap .header_nav_item.menu-item-has-children:hover .sub-menu,
.header_wrap .menu-item .drop_btn:hover .drop_list,
.header_wrap .menu-item .drop_btn:hover .sub-menu,
.header_wrap .menu-item.menu-item-has-children:hover .drop_list,
.header_wrap .menu-item.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header_wrap .header_nav_item .drop_btn .drop_list,
.header_wrap .header_nav_item .drop_btn .sub-menu, .header_wrap .header_nav_item.menu-item-has-children .drop_list,
.header_wrap .header_nav_item.menu-item-has-children .sub-menu,
.header_wrap .menu-item .drop_btn .drop_list,
.header_wrap .menu-item .drop_btn .sub-menu,
.header_wrap .menu-item.menu-item-has-children .drop_list,
.header_wrap .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  top: 60px;
  left: 0;
  padding: 20px 20px 20px;
  border-top: 1px solid #DEDEDE;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 0 0 5px 5px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: visibility 0.4s ease, opacity 0.4s ease;
}
.header_wrap .header_nav_item .drop_btn .drop_list .menu-item + .menu-item,
.header_wrap .header_nav_item .drop_btn .sub-menu .menu-item + .menu-item, .header_wrap .header_nav_item.menu-item-has-children .drop_list .menu-item + .menu-item,
.header_wrap .header_nav_item.menu-item-has-children .sub-menu .menu-item + .menu-item,
.header_wrap .menu-item .drop_btn .drop_list .menu-item + .menu-item,
.header_wrap .menu-item .drop_btn .sub-menu .menu-item + .menu-item,
.header_wrap .menu-item.menu-item-has-children .drop_list .menu-item + .menu-item,
.header_wrap .menu-item.menu-item-has-children .sub-menu .menu-item + .menu-item {
  margin: 15px 0 0;
}
.header_wrap .header_nav_item .drop_btn .drop_list .menu-item a,
.header_wrap .header_nav_item .drop_btn .sub-menu .menu-item a, .header_wrap .header_nav_item.menu-item-has-children .drop_list .menu-item a,
.header_wrap .header_nav_item.menu-item-has-children .sub-menu .menu-item a,
.header_wrap .menu-item .drop_btn .drop_list .menu-item a,
.header_wrap .menu-item .drop_btn .sub-menu .menu-item a,
.header_wrap .menu-item.menu-item-has-children .drop_list .menu-item a,
.header_wrap .menu-item.menu-item-has-children .sub-menu .menu-item a {
  display: inline-block;
  white-space: nowrap;
  color: #333;
  background: linear-gradient(#333, #333) 0 100%/0 1px no-repeat;
}
.header_wrap .header_nav_item .drop_btn .drop_list .menu-item a::after,
.header_wrap .header_nav_item .drop_btn .sub-menu .menu-item a::after, .header_wrap .header_nav_item.menu-item-has-children .drop_list .menu-item a::after,
.header_wrap .header_nav_item.menu-item-has-children .sub-menu .menu-item a::after,
.header_wrap .menu-item .drop_btn .drop_list .menu-item a::after,
.header_wrap .menu-item .drop_btn .sub-menu .menu-item a::after,
.header_wrap .menu-item.menu-item-has-children .drop_list .menu-item a::after,
.header_wrap .menu-item.menu-item-has-children .sub-menu .menu-item a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background: url(../img/common/ico_arw08.svg) no-repeat right top;
  background-size: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 769px) {
  .header_wrap .header_nav_item .drop_btn .drop_list .menu-item a,
  .header_wrap .header_nav_item .drop_btn .sub-menu .menu-item a, .header_wrap .header_nav_item.menu-item-has-children .drop_list .menu-item a,
  .header_wrap .header_nav_item.menu-item-has-children .sub-menu .menu-item a,
  .header_wrap .menu-item .drop_btn .drop_list .menu-item a,
  .header_wrap .menu-item .drop_btn .sub-menu .menu-item a,
  .header_wrap .menu-item.menu-item-has-children .drop_list .menu-item a,
  .header_wrap .menu-item.menu-item-has-children .sub-menu .menu-item a {
    padding-right: 5px;
  }
  .header_wrap .header_nav_item .drop_btn .drop_list .menu-item a:hover,
  .header_wrap .header_nav_item .drop_btn .sub-menu .menu-item a:hover, .header_wrap .header_nav_item.menu-item-has-children .drop_list .menu-item a:hover,
  .header_wrap .header_nav_item.menu-item-has-children .sub-menu .menu-item a:hover,
  .header_wrap .menu-item .drop_btn .drop_list .menu-item a:hover,
  .header_wrap .menu-item .drop_btn .sub-menu .menu-item a:hover,
  .header_wrap .menu-item.menu-item-has-children .drop_list .menu-item a:hover,
  .header_wrap .menu-item.menu-item-has-children .sub-menu .menu-item a:hover {
    background-size: 100% 1px;
  }
  .header_wrap .header_nav_item .drop_btn .drop_list .menu-item a:hover::after,
  .header_wrap .header_nav_item .drop_btn .sub-menu .menu-item a:hover::after, .header_wrap .header_nav_item.menu-item-has-children .drop_list .menu-item a:hover::after,
  .header_wrap .header_nav_item.menu-item-has-children .sub-menu .menu-item a:hover::after,
  .header_wrap .menu-item .drop_btn .drop_list .menu-item a:hover::after,
  .header_wrap .menu-item .drop_btn .sub-menu .menu-item a:hover::after,
  .header_wrap .menu-item.menu-item-has-children .drop_list .menu-item a:hover::after,
  .header_wrap .menu-item.menu-item-has-children .sub-menu .menu-item a:hover::after {
    transform: translateX(5px);
  }
}
.header_wrap .header_sub_nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: 50px;
}
@media screen and (max-width: 1600px) {
  .header_wrap .header_sub_nav {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .header_wrap .header_sub_nav {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .header_wrap .header_sub_nav {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .header_wrap .header_sub_nav {
    margin-left: 15px;
  }
}
@media screen and (max-width: 800px) {
  .header_wrap .header_sub_nav {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header_wrap .header_sub_nav {
    display: none;
  }
}
.header_wrap .header_sub_nav .header_nav_item {
  padding: 3px 0;
  line-height: 1.3;
}
.header_wrap .header_sub_nav .header_nav_item + .header_nav_item {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1600px) {
  .header_wrap .header_sub_nav .header_nav_item + .header_nav_item {
    margin-left: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .header_wrap .header_sub_nav .header_nav_item + .header_nav_item {
    margin-left: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .header_wrap .header_sub_nav .header_nav_item + .header_nav_item {
    margin-left: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .header_wrap .header_sub_nav .header_nav_item + .header_nav_item {
    margin-left: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 800px) {
  .header_wrap .header_sub_nav .header_nav_item + .header_nav_item {
    margin-left: 5px;
    padding-left: 5px;
  }
}
.header_wrap .header_sub_nav .header_nav_item a[target=_blank] {
  display: block;
  padding: 0 20px 0 0;
  background: url(../img/common/ico_win02.svg) no-repeat right center;
}
.header_wrap .header_sub_nav .header_nav_item a[target=_blank] span {
  display: inline;
  padding: 2px 0;
  background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
  transition: background ease 0.4s;
}
@media screen and (min-width: 769px) {
  .header_wrap .header_sub_nav .header_nav_item a[target=_blank]:hover {
    opacity: 1;
  }
  .header_wrap .header_sub_nav .header_nav_item a[target=_blank]:hover span {
    background-size: 100% 1px;
  }
}
.header_wrap .bg_txt {
  display: flex;
  align-items: center;
  width: 240px;
  height: 54px;
  padding-left: 12px;
  margin-right: 10px;
  background: url(../img/common/txt_bg01.svg) no-repeat left center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 1500px) {
  .header_wrap .bg_txt {
    width: 200px;
    padding-left: 8px;
    font-size: 1.4rem;
    background-size: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .header_wrap .bg_txt {
    width: 170px;
    padding-left: 6px;
    font-size: 1.2rem;
    background-size: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .header_wrap .bg_txt {
    display: none;
  }
}
.header_wrap .box_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-right: 11px;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: bold;
  background: #E92E3D;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 1500px) {
  .header_wrap .box_txt {
    width: 42px;
    height: 42px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1100px) {
  .header_wrap .box_txt {
    width: 36px;
    height: 36px;
    margin-right: 8px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 900px) {
  .header_wrap .box_txt {
    width: 28px;
    height: 28px;
    margin-right: 5px;
    font-size: 1rem;
  }
}
.header_wrap .tel_box {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
.header_wrap .tel_box a {
  display: block;
}
.header_wrap .tel_box .tel_ico_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_wrap .tel_box .tel_ico {
  flex-shrink: 0;
  display: block;
  width: 36px;
  height: 36px;
  margin-right: 5px;
  margin-bottom: 8px;
  background: url(../img/common/ico_tel01.svg) no-repeat left center;
  background-size: 100%;
}
@media screen and (max-width: 1100px) {
  .header_wrap .tel_box .tel_ico {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 900px) {
  .header_wrap .tel_box .tel_ico {
    width: 30px;
    height: 30px;
  }
}
.header_wrap .tel_box .tel_num {
  font-size: 3.8rem;
  letter-spacing: 0.03em;
  font-weight: 600;
  color: #E92E3D;
}
@media screen and (max-width: 1500px) {
  .header_wrap .tel_box .tel_num {
    font-size: 3.4rem;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 1100px) {
  .header_wrap .tel_box .tel_num {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 900px) {
  .header_wrap .tel_box .tel_num {
    font-size: 2.4rem;
  }
}
.header_wrap .tel_box .tel_ttl {
  font-size: 1.7rem;
  font-weight: bold;
  color: #1C2D4D;
}
@media screen and (max-width: 1500px) {
  .header_wrap .tel_box .tel_ttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1100px) {
  .header_wrap .tel_box .tel_ttl {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 900px) {
  .header_wrap .tel_box .tel_ttl {
    font-size: 1.2rem;
  }
}
.header_wrap .tel_box .tel_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  font-size: 1.2rem;
  font-feature-settings: auto;
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .header_wrap .tel_box .tel_txt {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1100px) {
  .header_wrap .tel_box .tel_txt {
    font-size: 1rem;
  }
}
.header_wrap .tel_box .tel_txt .bold {
  margin-left: 5px;
  font-size: 1.3rem;
}
@media screen and (max-width: 1500px) {
  .header_wrap .tel_box .tel_txt .bold {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1100px) {
  .header_wrap .tel_box .tel_txt .bold {
    font-size: 1.1rem;
  }
}
.header_wrap .btn_box {
  display: flex;
  margin-left: 25px;
}
@media screen and (max-width: 1500px) {
  .header_wrap .btn_box {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1300px) {
  .header_wrap .btn_box {
    margin-left: 10px;
  }
}
.header_wrap .btn_box .dl_btn {
  position: relative;
}
.header_wrap .btn_box .dl_btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 1px;
  height: 67px;
  background: #777777;
}
.header_wrap .btn_box .dl_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 100px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media screen and (max-width: 1500px) {
  .header_wrap .btn_box .dl_btn a {
    width: 150px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .header_wrap .btn_box .dl_btn a {
    width: 130px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 900px) {
  .header_wrap .btn_box .dl_btn a {
    width: 120px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 769px) {
  .header_wrap .btn_box .dl_btn a:hover {
    opacity: 1;
    color: #EB5504;
  }
}
.header_wrap .btn_box .dl_btn .ico {
  width: 33px;
  height: 100%;
  margin-left: 8px;
  background: url(../img/common/ico_dl02.svg) no-repeat center center;
}
@media screen and (max-width: 1000px) {
  .header_wrap .btn_box .dl_btn .ico {
    width: 28px;
    margin-left: 5px;
    background-size: 100%;
  }
}
.header_wrap .btn_box .mail_btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 100px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  background: #EB5504;
}
@media screen and (max-width: 1500px) {
  .header_wrap .btn_box .mail_btn a {
    width: 150px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1000px) {
  .header_wrap .btn_box .mail_btn a {
    width: 130px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 900px) {
  .header_wrap .btn_box .mail_btn a {
    width: 120px;
    font-size: 1rem;
  }
}
.header_wrap .btn_box .mail_btn a .big {
  font-size: 2rem;
}
@media screen and (max-width: 1500px) {
  .header_wrap .btn_box .mail_btn a .big {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .header_wrap .btn_box .mail_btn a .big {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 900px) {
  .header_wrap .btn_box .mail_btn a .big {
    font-size: 1.5rem;
  }
}
.header_wrap .btn_box .mail_btn .ico {
  width: 39px;
  height: 26px;
  margin-top: 4px;
  background: url(../img/common/ico_mail03.svg) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 1000px) {
  .header_wrap .btn_box .mail_btn .ico {
    width: 30px;
  }
}

.menu_btn {
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1500px) {
  .menu_btn {
    width: 60px;
  }
}
@media screen and (min-width: 769px) {
  .menu_btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .menu_btn {
    top: 10px;
    right: 4%;
    width: 46px;
    height: 46px;
  }
}
.menu_btn .line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 32px;
  height: 1px;
  background: #1C2D4D;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 768px) {
  .menu_btn .line {
    bottom: 0;
  }
}
.menu_btn .line:nth-child(1) {
  top: 28px;
}
@media screen and (max-width: 768px) {
  .menu_btn .line:nth-child(1) {
    top: -18px;
  }
}
.menu_btn .line:nth-child(2) {
  top: 38px;
}
@media screen and (max-width: 768px) {
  .menu_btn .line:nth-child(2) {
    top: 0;
  }
}
.menu_btn .line:nth-child(3) {
  top: 48px;
}
@media screen and (max-width: 768px) {
  .menu_btn .line:nth-child(3) {
    top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .menu_btn.active .line {
    background: #fff;
  }
}
.menu_btn.active .line:nth-child(1) {
  top: 38px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .menu_btn.active .line:nth-child(1) {
    top: 0;
  }
}
.menu_btn.active .line:nth-child(2) {
  opacity: 0;
}
.menu_btn.active .line:nth-child(3) {
  top: 38px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .menu_btn.active .line:nth-child(3) {
    top: 0;
  }
}
.menu_btn .menu_txt {
  display: block;
  padding-top: 60px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  color: #1C2D4D;
}
@media screen and (max-width: 768px) {
  .menu_btn .menu_txt {
    display: none;
  }
}

.gnav {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.gnav.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .gnav.active {
    padding-top: 66px;
  }
}
@media screen and (min-width: 769px) {
  .gnav .gnav_top {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_top {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 66px;
    padding: 0 4%;
    background: #1C2D4D;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_top .logo a {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_top .logo a img {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_top .logo .logo_txt {
    margin-top: 0;
    margin-left: 12px;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
  }
}
@media screen and (max-width: 340px) {
  .gnav .gnav_top .logo .logo_txt {
    font-size: 1.6rem;
  }
}
.gnav .gnav_wrap {
  display: none;
  width: 100%;
  max-height: 100vh;
  padding: 180px 4% 50px;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_wrap {
    max-height: calc(100vh - 66px);
    overflow-y: auto;
    padding: 40px 8% 150px;
  }
}
.gnav .gnav_inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .gnav .gnav_inner {
    min-width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_inner {
    display: block;
  }
}
.gnav .gnav_inner .gnav_img {
  max-width: 658px;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_inner .gnav_img {
    display: none;
  }
}
.gnav .gnav_inner .gnav_box {
  flex-shrink: 0;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_inner .gnav_box {
    margin-left: 0;
  }
}
.gnav .gnav_list_box {
  display: flex;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list_box {
    display: block;
  }
}
.gnav .gnav_list_box .gnav_list + .gnav_list {
  margin-left: 100px;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list_box .gnav_list + .gnav_list {
    margin-left: 0;
  }
}
.gnav .gnav_list_box .gnav_list .gnav_item {
  position: relative;
}
.gnav .gnav_list_box .gnav_list .gnav_item + .gnav_item {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list_box .gnav_list .gnav_item + .gnav_item {
    margin-top: 0;
  }
}
.gnav .gnav_list_box .gnav_list .gnav_item.item_top {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list_box .gnav_list .gnav_item.item_top {
    margin-bottom: 0;
  }
}
.gnav .gnav_list_box .gnav_list .gnav_item .gnav_item_txt,
.gnav .gnav_list_box .gnav_list .gnav_item a {
  display: inline;
  color: #30283D;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list_box .gnav_list .gnav_item .gnav_item_txt,
  .gnav .gnav_list_box .gnav_list .gnav_item a {
    display: block;
    padding: 10px 30px 10px 0;
    border-bottom: 1px solid #707070;
    font-weight: bold;
    color: #1C2D4D;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list_box .gnav_list .gnav_item .gnav_item_txt::before,
  .gnav .gnav_list_box .gnav_list .gnav_item > a::before {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    content: "";
    display: block;
    width: 44px;
    height: 44px;
    background: url(../img/common/ico_arw03.svg) no-repeat center right;
    cursor: pointer;
    pointer-events: none;
  }
}
.gnav .gnav_list_box .gnav_list .gnav_item a {
  background: linear-gradient(#30283D, #30283D) 0 100%/0 1px no-repeat;
  transition: background ease 0.4s;
}
@media screen and (min-width: 769px) {
  .gnav .gnav_list_box .gnav_list .gnav_item a:hover {
    opacity: 1;
    background-size: 100% 1px;
  }
}
.gnav .gnav_list_box .gnav_list .gnav_item a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background: url(../img/common/ico_win01.svg) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list_box .gnav_list .gnav_item.main_item .gnav_item_txt::before,
  .gnav .gnav_list_box .gnav_list .gnav_item.main_item > a::before {
    transform: rotate(90deg);
    background-position: center top;
  }
}
.gnav .gnav_list_box .gnav_list_sub {
  margin-top: 10px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list_box .gnav_list_sub {
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #707070;
  }
}
.gnav .gnav_list_box .gnav_list_sub .gnav_item_sub + .gnav_item_sub {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list_box .gnav_list_sub .gnav_item_sub + .gnav_item_sub {
    margin-top: 0;
    border-top: 1px solid #707070;
  }
}
.gnav .gnav_list_box .gnav_list_sub .gnav_item_sub a {
  color: #30283D;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list_box .gnav_list_sub .gnav_item_sub a {
    display: block;
    padding: 10px 0 10px 1em;
    border-bottom: 0;
    font-weight: bold;
    color: #707070;
  }
}
.gnav .gnav_btm_box {
  display: flex;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_btm_box {
    flex-direction: column;
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_btm_box .txt_box {
    order: 10;
    margin-top: 45px;
  }
}
@media screen and (min-width: 769px) {
  .gnav .gnav_btm_box .txt_box .logo {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_btm_box .txt_box .logo {
    width: 220px;
    margin-bottom: 13px;
  }
}
.gnav .gnav_btm_box .txt_box .ttl {
  line-height: 1.3;
  font-size: 2rem;
  font-weight: 500;
}
.gnav .gnav_btm_box .txt_box .txt {
  margin-top: 10px;
  color: #707070;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .gnav .gnav_btm_box .txt_box .sns_box {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_btm_box .txt_box .sns_box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 28px;
  }
}
.gnav .gnav_btm_box .txt_box .sns_box > * {
  width: 45px;
  margin-right: 15px;
}
@media screen and (min-width: 769px) {
  .gnav .gnav_btm_box .txt_box .copy {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_btm_box .txt_box .copy {
    margin-top: 30px;
    line-height: 1.3;
    font-size: 1.4rem;
    font-weight: 300;
  }
}
.gnav .gnav_btm_box .tel_box {
  flex-shrink: 0;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_btm_box .tel_box {
    order: 1;
    width: 100%;
    margin-left: 0;
  }
}
.gnav .gnav_btm_box .tel_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_btm_box .tel_box a {
    width: 100%;
    height: 80px;
    background: #1C2D4D;
    border-radius: 20px;
  }
}
.gnav .gnav_btm_box .tel_box .tel_ico {
  flex-shrink: 0;
  display: block;
  width: 70px;
  height: 100%;
  background: url(../img/common/ico_tel01.svg) no-repeat left center;
}
@media screen and (min-width: 769px) {
  .gnav .gnav_btm_box .tel_box .tel_ico {
    width: 62px;
    margin-right: 8px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_btm_box .tel_box .tel_ico {
    width: 65px;
    background-size: 46px;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_btm_box .tel_box .tel_txt_box {
    min-width: 170px;
  }
}
.gnav .gnav_btm_box .tel_box .tel_num {
  font-size: 2.8rem;
}
@media screen and (min-width: 769px) {
  .gnav .gnav_btm_box .tel_box .tel_num {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_btm_box .tel_box .tel_num {
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 2.4rem;
  }
}
.gnav .gnav_btm_box .tel_box .tel_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  line-height: 1;
  font-size: 1.1rem;
  font-weight: 500;
  font-feature-settings: auto;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_btm_box .tel_box .tel_txt {
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 1rem;
  }
}
.gnav .gnav_btm_box .tel_box .tel_txt .bold {
  margin-left: 5px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_btm_box .tel_box .tel_txt .bold {
    margin-left: 0;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .gnav .gnav_btm_box .mail_box {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_btm_box .mail_box {
    order: 2;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_btm_box .mail_box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    background: #EB5504;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_btm_box .mail_box .mail_ico {
    flex-shrink: 0;
    display: block;
    width: 65px;
    height: 100%;
    background: url(../img/common/ico_mail03.svg) no-repeat left center;
    background-size: 47px;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_btm_box .mail_box .mail_txt_box {
    min-width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_btm_box .mail_box .mail_ttl {
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_btm_box .mail_box .mail_txt {
    margin-top: 5px;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .gnav .gnav_btm_box .dl_box {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_btm_box .dl_box {
    order: 3;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_btm_box .dl_box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    background: #416AB6;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_btm_box .dl_box .dl_ico {
    flex-shrink: 0;
    display: block;
    width: 65px;
    height: 100%;
    background: url(../img/common/ico_dl01.svg) no-repeat left center;
    background-size: 37px;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_btm_box .dl_box .dl_txt_box {
    min-width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_btm_box .dl_box .dl_ttl {
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 2.1rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav_btm_box .dl_box .dl_txt {
    margin-top: 5px;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    font-size: 1.5rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
.footer_wrap {
  position: relative;
  padding: 55px 0 35px;
  background: #fff;
  border-top: 1px solid #EB5504;
}
@media screen and (max-width: 768px) {
  .footer_wrap {
    padding: 50px 0 90px;
  }
}
.footer_wrap .pagetop_btn {
  position: absolute;
  z-index: 3;
  top: -185px;
  right: 2%;
  margin: auto;
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 1550px) {
  .footer_wrap .pagetop_btn {
    right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap .pagetop_btn {
    display: none;
  }
}
.footer_wrap .pagetop_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #707070;
  transform: rotate(180deg);
}
.footer_wrap .pagetop_btn a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 20px;
  height: 26px;
  background: url(../img/index/ico_arw01.svg) no-repeat center center;
  -webkit-transition: bottom 0.4s ease;
  transition: bottom 0.4s ease;
}
@media screen and (min-width: 769px) {
  .footer_wrap .pagetop_btn a:hover {
    opacity: 1;
  }
  .footer_wrap .pagetop_btn a:hover::before {
    bottom: -25px;
  }
}
.footer_wrap .wrap {
  display: flex;
  justify-content: space-between;
  width: 96%;
  max-width: 1500px;
}
@media screen and (max-width: 768px) {
  .footer_wrap .wrap {
    flex-direction: column;
    width: 92%;
  }
}
@media screen and (min-width: 769px) {
  .footer_wrap .footer_txt_box {
    padding-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_txt_box {
    order: 2;
  }
}
.footer_wrap .footer_txt_box .logo {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_txt_box .logo {
    width: 220px;
  }
}
.footer_wrap .footer_txt_box .ttl {
  line-height: 1.3;
  font-size: 2rem;
  font-weight: 500;
}
.footer_wrap .footer_txt_box .txt {
  margin-top: 10px;
  color: #707070;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}
.footer_wrap .footer_txt_box .sns_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
}
.footer_wrap .footer_txt_box .sns_box > * {
  width: 45px;
  margin-right: 15px;
}
.footer_wrap .footer_txt_box .copy {
  margin-top: 50px;
  line-height: 1.3;
  font-size: 1.4rem;
  font-weight: 300;
}
.footer_wrap .footer_right_box {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_right_box {
    order: 1;
  }
}
.footer_wrap .footer_bnr_wrap {
  margin-left: 95px;
}
@media screen and (max-width: 1500px) {
  .footer_wrap .footer_bnr_wrap {
    margin-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_bnr_wrap {
    display: flex;
    justify-content: center;
    margin: 0 auto 40px;
  }
}
.footer_wrap .footer_bnr_wrap .footer_bnr {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_bnr_wrap .footer_bnr {
    width: calc(33.3333% - 15px);
    max-width: 120px;
  }
}
.footer_wrap .footer_bnr_wrap .footer_bnr + .footer_bnr {
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_bnr_wrap .footer_bnr + .footer_bnr {
    margin-top: 0;
    margin-left: 20px;
  }
}
.footer_wrap .footer_nav_wrap {
  display: flex;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_nav_wrap {
    display: none;
  }
}
.footer_wrap .footer_nav_wrap .footer_nav + .footer_nav {
  margin-left: 50px;
  padding-left: 30px;
  border-left: 1px solid #D3D3D3;
}
@media screen and (max-width: 1400px) {
  .footer_wrap .footer_nav_wrap .footer_nav + .footer_nav {
    margin-left: 30px;
    padding-left: 20px;
  }
}
.footer_wrap .footer_nav_wrap .footer_nav .footer_nav_item {
  position: relative;
}
.footer_wrap .footer_nav_wrap .footer_nav .footer_nav_item + .footer_nav_item {
  margin-top: 12px;
}
.footer_wrap .footer_nav_wrap .footer_nav .footer_nav_item .footer_nav_txt,
.footer_wrap .footer_nav_wrap .footer_nav .footer_nav_item a {
  display: inline;
  color: #30283D;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 1400px) {
  .footer_wrap .footer_nav_wrap .footer_nav .footer_nav_item .footer_nav_txt,
  .footer_wrap .footer_nav_wrap .footer_nav .footer_nav_item a {
    font-size: 1.6rem;
  }
}
.footer_wrap .footer_nav_wrap .footer_nav .footer_nav_item a {
  background: linear-gradient(#30283D, #30283D) 0 100%/0 1px no-repeat;
  transition: background ease 0.4s;
}
@media screen and (min-width: 769px) {
  .footer_wrap .footer_nav_wrap .footer_nav .footer_nav_item a:hover {
    opacity: 1;
    background-size: 100% 1px;
  }
}
.footer_wrap .footer_nav_wrap .footer_nav .footer_nav_item a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background: url(../img/common/ico_win01.svg) no-repeat center center;
  background-size: 100%;
}
.footer_wrap .footer_nav_wrap .footer_nav_sub {
  margin-top: 15px;
  padding-left: 15px;
  padding-bottom: 20px;
}
.footer_wrap .footer_nav_wrap .footer_nav_sub .footer_nav_item_sub + .footer_nav_item_sub {
  margin-top: 8px;
}
.footer_wrap .footer_nav_wrap .footer_nav_sub .footer_nav_item_sub a {
  color: #30283D;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 1400px) {
  .footer_wrap .footer_nav_wrap .footer_nav_sub .footer_nav_item_sub a {
    font-size: 1.4rem;
  }
}

.footer_link_list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  background: #F7F8F8;
}
@media screen and (max-width: 1640px) {
  .footer_link_list {
    padding-right: 120px;
  }
}
@media screen and (max-width: 1500px) {
  .footer_link_list {
    padding-right: 200px;
  }
}
@media screen and (max-width: 768px) {
  .footer_link_list {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 50px 4%;
  }
}
.footer_link_list .footer_link_btn + .footer_link_btn {
  margin-left: 45px;
}
@media screen and (max-width: 1500px) {
  .footer_link_list .footer_link_btn + .footer_link_btn {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .footer_link_list .footer_link_btn + .footer_link_btn {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer_link_list .footer_link_btn + .footer_link_btn {
    margin-left: 0;
    margin-top: 30px;
  }
}
.footer_link_list .footer_link_btn a {
  position: relative;
  display: block;
  width: 370px;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .footer_link_list .footer_link_btn a {
    width: 350px;
  }
}
@media screen and (max-width: 1350px) {
  .footer_link_list .footer_link_btn a {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .footer_link_list .footer_link_btn a {
    width: 100%;
    max-width: 335px;
    border-radius: 5vw;
    border-radius: 0;
  }
}
@media screen and (min-width: 769px) {
  .footer_link_list .footer_link_btn a::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #1C2D4D;
    opacity: 0;
    transition: opacity ease 0.4s;
  }
  .footer_link_list .footer_link_btn a:hover {
    opacity: 1;
  }
  .footer_link_list .footer_link_btn a:hover::before {
    opacity: 0.6;
  }
}

.footer_contact {
  padding: 60px 0 85px;
}
@media screen and (max-width: 768px) {
  .footer_contact {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
  }
}
.footer_contact .str_ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .footer_contact .str_ttl {
    display: none;
  }
}
.footer_contact .footer_contact_box {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer_contact .tel_box {
    width: 50%;
  }
}
.footer_contact .tel_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 550px;
  height: 138px;
  background: #1C2D4D;
  border-radius: 100px;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
@media screen and (min-width: 769px) {
  .footer_contact .tel_box a:hover {
    opacity: 1;
    background: #4A5771;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact .tel_box a {
    width: 100%;
    height: 60px;
    border-radius: 0;
  }
}
.footer_contact .tel_box .tel_ico {
  flex-shrink: 0;
  display: block;
  width: 90px;
  height: 100%;
  margin-right: 20px;
  background: url(../img/common/ico_tel01.svg) no-repeat left center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .footer_contact .tel_box .tel_ico {
    width: 29px;
    margin-right: 8px;
  }
}
.footer_contact .tel_box .tel_num {
  text-align: center;
  color: #fff;
  font-size: 4.1rem;
}
@media screen and (max-width: 768px) {
  .footer_contact .tel_box .tel_num {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.footer_contact .tel_box .tel_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 500;
  font-feature-settings: auto;
}
@media screen and (max-width: 768px) {
  .footer_contact .tel_box .tel_txt {
    margin-top: 4px;
    font-size: 0.6rem;
  }
}
.footer_contact .tel_box .tel_txt .bold {
  margin-left: 10px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .footer_contact .tel_box .tel_txt .bold {
    margin-left: 0;
    font-size: 0.6rem;
  }
}
.footer_contact .mail_box {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .footer_contact .mail_box {
    width: 50%;
    margin-left: 0;
  }
}
.footer_contact .mail_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 550px;
  height: 138px;
  background: #fff;
  border-radius: 100px;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
@media screen and (min-width: 769px) {
  .footer_contact .mail_box a {
    border: 1px solid #416AB6;
  }
  .footer_contact .mail_box a:hover {
    opacity: 1;
    background: #416AB6;
  }
  .footer_contact .mail_box a:hover .mail_ttl {
    color: #fff;
  }
  .footer_contact .mail_box a:hover .mail_txt {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact .mail_box a {
    width: 100%;
    height: 60px;
    border-radius: 0;
    background: #EB5504;
  }
}
.footer_contact .mail_box .mail_ico {
  flex-shrink: 0;
  display: block;
  width: 65px;
  height: 100%;
  margin-right: 30px;
  background: url(../img/common/ico_mail02.svg) no-repeat left center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .footer_contact .mail_box .mail_ico {
    width: 27px;
    margin-right: 8px;
    background: url(../img/common/ico_mail03.svg) no-repeat left center;
    background-size: 100%;
  }
}
.footer_contact .mail_box .mail_ttl {
  text-align: center;
  font-weight: 500;
  font-size: 2.6rem;
  color: #30283D;
}
@media screen and (max-width: 768px) {
  .footer_contact .mail_box .mail_ttl {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .footer_contact .mail_box .mail_txt {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact .mail_box .mail_txt {
    margin-top: 4px;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    font-size: 0.9rem;
    color: #fff;
  }
}

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

.exlig {
  font-weight: 200;
}

.lig {
  font-weight: 300;
}

.med {
  font-weight: 500;
}

.semi {
  font-weight: 600;
}

.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_black02 {
  color: #30283D;
}

.txt_gray01 {
  color: #707070;
}

.txt_blue03 {
  color: #4A5771;
}

.txt_yellow01 {
  color: #FEFD54;
}

.txt_red01 {
  color: #E92E3D;
}

.txt_orange01 {
  color: #EB5504;
}

.txt_dot {
  font-feature-settings: normal;
}

.list_space li {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .img img {
    width: 100%;
  }
  .sp_ib {
    display: inline-block;
  }
}
/* ------------------------------
	.ttl
------------------------------ */
.str_ttl {
  color: #707070;
  text-align: center;
}
.str_ttl .en {
  display: block;
  font-size: 7.5rem;
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 1.13;
}
@media screen and (max-width: 768px) {
  .str_ttl .en {
    font-size: 4.2rem;
  }
}
.str_ttl .en span.fade-on {
  opacity: 1;
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}
.str_ttl .ttl_txt {
  display: block;
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .str_ttl .ttl_txt {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
.str_ttl .line {
  position: relative;
  display: block;
  height: 80px;
}
.str_ttl .line::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #707070;
}
.str_ttl.fade .en,
.str_ttl.fade .ttl_txt {
  opacity: 0;
}
.str_ttl.fade .en span,
.str_ttl.fade .ttl_txt span {
  will-change: transform, opacity;
  display: inline-block;
  font-weight: inherit;
  opacity: 0;
  transform: translateY(80%);
  clip-path: inset(0% 0% 0% 100%);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), clip-path 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.str_ttl.fade .en span:nth-child(1),
.str_ttl.fade .ttl_txt span:nth-child(1) {
  transition-delay: 0.03s;
}
.str_ttl.fade .en span:nth-child(2),
.str_ttl.fade .ttl_txt span:nth-child(2) {
  transition-delay: 0.06s;
}
.str_ttl.fade .en span:nth-child(3),
.str_ttl.fade .ttl_txt span:nth-child(3) {
  transition-delay: 0.09s;
}
.str_ttl.fade .en span:nth-child(4),
.str_ttl.fade .ttl_txt span:nth-child(4) {
  transition-delay: 0.12s;
}
.str_ttl.fade .en span:nth-child(5),
.str_ttl.fade .ttl_txt span:nth-child(5) {
  transition-delay: 0.15s;
}
.str_ttl.fade .en span:nth-child(6),
.str_ttl.fade .ttl_txt span:nth-child(6) {
  transition-delay: 0.18s;
}
.str_ttl.fade .en span:nth-child(7),
.str_ttl.fade .ttl_txt span:nth-child(7) {
  transition-delay: 0.21s;
}
.str_ttl.fade .en span:nth-child(8),
.str_ttl.fade .ttl_txt span:nth-child(8) {
  transition-delay: 0.24s;
}
.str_ttl.fade .en span:nth-child(9),
.str_ttl.fade .ttl_txt span:nth-child(9) {
  transition-delay: 0.27s;
}
.str_ttl.fade .en span:nth-child(10),
.str_ttl.fade .ttl_txt span:nth-child(10) {
  transition-delay: 0.3s;
}
.str_ttl.fade .en span:nth-child(11),
.str_ttl.fade .ttl_txt span:nth-child(11) {
  transition-delay: 0.33s;
}
.str_ttl.fade .en span:nth-child(12),
.str_ttl.fade .ttl_txt span:nth-child(12) {
  transition-delay: 0.36s;
}
.str_ttl.fade .en span:nth-child(13),
.str_ttl.fade .ttl_txt span:nth-child(13) {
  transition-delay: 0.39s;
}
.str_ttl.fade .en span:nth-child(14),
.str_ttl.fade .ttl_txt span:nth-child(14) {
  transition-delay: 0.42s;
}
.str_ttl.fade .en span:nth-child(15),
.str_ttl.fade .ttl_txt span:nth-child(15) {
  transition-delay: 0.45s;
}
.str_ttl.fade .en span:nth-child(16),
.str_ttl.fade .ttl_txt span:nth-child(16) {
  transition-delay: 0.48s;
}
.str_ttl.fade .en span:nth-child(17),
.str_ttl.fade .ttl_txt span:nth-child(17) {
  transition-delay: 0.51s;
}
.str_ttl.fade .en span:nth-child(18),
.str_ttl.fade .ttl_txt span:nth-child(18) {
  transition-delay: 0.54s;
}
.str_ttl.fade .en span:nth-child(19),
.str_ttl.fade .ttl_txt span:nth-child(19) {
  transition-delay: 0.57s;
}
.str_ttl.fade .en span:nth-child(20),
.str_ttl.fade .ttl_txt span:nth-child(20) {
  transition-delay: 0.6s;
}
.str_ttl.fade .en span:nth-child(21),
.str_ttl.fade .ttl_txt span:nth-child(21) {
  transition-delay: 0.63s;
}
.str_ttl.fade .en span:nth-child(22),
.str_ttl.fade .ttl_txt span:nth-child(22) {
  transition-delay: 0.66s;
}
.str_ttl.fade .en span:nth-child(23),
.str_ttl.fade .ttl_txt span:nth-child(23) {
  transition-delay: 0.69s;
}
.str_ttl.fade .en span:nth-child(24),
.str_ttl.fade .ttl_txt span:nth-child(24) {
  transition-delay: 0.72s;
}
.str_ttl.fade .en span:nth-child(25),
.str_ttl.fade .ttl_txt span:nth-child(25) {
  transition-delay: 0.75s;
}
.str_ttl.fade .en span:nth-child(26),
.str_ttl.fade .ttl_txt span:nth-child(26) {
  transition-delay: 0.78s;
}
.str_ttl.fade .en span:nth-child(27),
.str_ttl.fade .ttl_txt span:nth-child(27) {
  transition-delay: 0.81s;
}
.str_ttl.fade .en span:nth-child(28),
.str_ttl.fade .ttl_txt span:nth-child(28) {
  transition-delay: 0.84s;
}
.str_ttl.fade .en span:nth-child(29),
.str_ttl.fade .ttl_txt span:nth-child(29) {
  transition-delay: 0.87s;
}
.str_ttl.fade .en span:nth-child(30),
.str_ttl.fade .ttl_txt span:nth-child(30) {
  transition-delay: 0.9s;
}
.str_ttl.fade .en span:nth-child(31),
.str_ttl.fade .ttl_txt span:nth-child(31) {
  transition-delay: 0.93s;
}
.str_ttl.fade .en span:nth-child(32),
.str_ttl.fade .ttl_txt span:nth-child(32) {
  transition-delay: 0.96s;
}
.str_ttl.fade .en span:nth-child(33),
.str_ttl.fade .ttl_txt span:nth-child(33) {
  transition-delay: 0.99s;
}
.str_ttl.fade .en span:nth-child(34),
.str_ttl.fade .ttl_txt span:nth-child(34) {
  transition-delay: 1.02s;
}
.str_ttl.fade .en span:nth-child(35),
.str_ttl.fade .ttl_txt span:nth-child(35) {
  transition-delay: 1.05s;
}
.str_ttl.fade .en span:nth-child(36),
.str_ttl.fade .ttl_txt span:nth-child(36) {
  transition-delay: 1.08s;
}
.str_ttl.fade .en span:nth-child(37),
.str_ttl.fade .ttl_txt span:nth-child(37) {
  transition-delay: 1.11s;
}
.str_ttl.fade .en span:nth-child(38),
.str_ttl.fade .ttl_txt span:nth-child(38) {
  transition-delay: 1.14s;
}
.str_ttl.fade .en span:nth-child(39),
.str_ttl.fade .ttl_txt span:nth-child(39) {
  transition-delay: 1.17s;
}
.str_ttl.fade .en span:nth-child(40),
.str_ttl.fade .ttl_txt span:nth-child(40) {
  transition-delay: 1.2s;
}
.str_ttl.fade .en span:nth-child(41),
.str_ttl.fade .ttl_txt span:nth-child(41) {
  transition-delay: 1.23s;
}
.str_ttl.fade .en span:nth-child(42),
.str_ttl.fade .ttl_txt span:nth-child(42) {
  transition-delay: 1.26s;
}
.str_ttl.fade .en span:nth-child(43),
.str_ttl.fade .ttl_txt span:nth-child(43) {
  transition-delay: 1.29s;
}
.str_ttl.fade .en span:nth-child(44),
.str_ttl.fade .ttl_txt span:nth-child(44) {
  transition-delay: 1.32s;
}
.str_ttl.fade .en span:nth-child(45),
.str_ttl.fade .ttl_txt span:nth-child(45) {
  transition-delay: 1.35s;
}
.str_ttl.fade .en span:nth-child(46),
.str_ttl.fade .ttl_txt span:nth-child(46) {
  transition-delay: 1.38s;
}
.str_ttl.fade .en span:nth-child(47),
.str_ttl.fade .ttl_txt span:nth-child(47) {
  transition-delay: 1.41s;
}
.str_ttl.fade .en span:nth-child(48),
.str_ttl.fade .ttl_txt span:nth-child(48) {
  transition-delay: 1.44s;
}
.str_ttl.fade .en span:nth-child(49),
.str_ttl.fade .ttl_txt span:nth-child(49) {
  transition-delay: 1.47s;
}
.str_ttl.fade .en span:nth-child(50),
.str_ttl.fade .ttl_txt span:nth-child(50) {
  transition-delay: 1.5s;
}
.str_ttl.fade .en span:nth-child(51),
.str_ttl.fade .ttl_txt span:nth-child(51) {
  transition-delay: 1.53s;
}
.str_ttl.fade .en span:nth-child(52),
.str_ttl.fade .ttl_txt span:nth-child(52) {
  transition-delay: 1.56s;
}
.str_ttl.fade .en span:nth-child(53),
.str_ttl.fade .ttl_txt span:nth-child(53) {
  transition-delay: 1.59s;
}
.str_ttl.fade .en span:nth-child(54),
.str_ttl.fade .ttl_txt span:nth-child(54) {
  transition-delay: 1.62s;
}
.str_ttl.fade .en span:nth-child(55),
.str_ttl.fade .ttl_txt span:nth-child(55) {
  transition-delay: 1.65s;
}
.str_ttl.fade .en span:nth-child(56),
.str_ttl.fade .ttl_txt span:nth-child(56) {
  transition-delay: 1.68s;
}
.str_ttl.fade .en span:nth-child(57),
.str_ttl.fade .ttl_txt span:nth-child(57) {
  transition-delay: 1.71s;
}
.str_ttl.fade .en span:nth-child(58),
.str_ttl.fade .ttl_txt span:nth-child(58) {
  transition-delay: 1.74s;
}
.str_ttl.fade .en span:nth-child(59),
.str_ttl.fade .ttl_txt span:nth-child(59) {
  transition-delay: 1.77s;
}
.str_ttl.fade .en span:nth-child(60),
.str_ttl.fade .ttl_txt span:nth-child(60) {
  transition-delay: 1.8s;
}
.str_ttl.fade .en span:nth-child(61),
.str_ttl.fade .ttl_txt span:nth-child(61) {
  transition-delay: 1.83s;
}
.str_ttl.fade .en span:nth-child(62),
.str_ttl.fade .ttl_txt span:nth-child(62) {
  transition-delay: 1.86s;
}
.str_ttl.fade .en span:nth-child(63),
.str_ttl.fade .ttl_txt span:nth-child(63) {
  transition-delay: 1.89s;
}
.str_ttl.fade .en span:nth-child(64),
.str_ttl.fade .ttl_txt span:nth-child(64) {
  transition-delay: 1.92s;
}
.str_ttl.fade .en span:nth-child(65),
.str_ttl.fade .ttl_txt span:nth-child(65) {
  transition-delay: 1.95s;
}
.str_ttl.fade .en span:nth-child(66),
.str_ttl.fade .ttl_txt span:nth-child(66) {
  transition-delay: 1.98s;
}
.str_ttl.fade .en span:nth-child(67),
.str_ttl.fade .ttl_txt span:nth-child(67) {
  transition-delay: 2.01s;
}
.str_ttl.fade .en span:nth-child(68),
.str_ttl.fade .ttl_txt span:nth-child(68) {
  transition-delay: 2.04s;
}
.str_ttl.fade .en span:nth-child(69),
.str_ttl.fade .ttl_txt span:nth-child(69) {
  transition-delay: 2.07s;
}
.str_ttl.fade .en span:nth-child(70),
.str_ttl.fade .ttl_txt span:nth-child(70) {
  transition-delay: 2.1s;
}
.str_ttl.fade .en span:nth-child(71),
.str_ttl.fade .ttl_txt span:nth-child(71) {
  transition-delay: 2.13s;
}
.str_ttl.fade .en span:nth-child(72),
.str_ttl.fade .ttl_txt span:nth-child(72) {
  transition-delay: 2.16s;
}
.str_ttl.fade .en span:nth-child(73),
.str_ttl.fade .ttl_txt span:nth-child(73) {
  transition-delay: 2.19s;
}
.str_ttl.fade .en span:nth-child(74),
.str_ttl.fade .ttl_txt span:nth-child(74) {
  transition-delay: 2.22s;
}
.str_ttl.fade .en span:nth-child(75),
.str_ttl.fade .ttl_txt span:nth-child(75) {
  transition-delay: 2.25s;
}
.str_ttl.fade .en span:nth-child(76),
.str_ttl.fade .ttl_txt span:nth-child(76) {
  transition-delay: 2.28s;
}
.str_ttl.fade .en span:nth-child(77),
.str_ttl.fade .ttl_txt span:nth-child(77) {
  transition-delay: 2.31s;
}
.str_ttl.fade .en span:nth-child(78),
.str_ttl.fade .ttl_txt span:nth-child(78) {
  transition-delay: 2.34s;
}
.str_ttl.fade .en span:nth-child(79),
.str_ttl.fade .ttl_txt span:nth-child(79) {
  transition-delay: 2.37s;
}
.str_ttl.fade .en span:nth-child(80),
.str_ttl.fade .ttl_txt span:nth-child(80) {
  transition-delay: 2.4s;
}
.str_ttl.fade .en span:nth-child(81),
.str_ttl.fade .ttl_txt span:nth-child(81) {
  transition-delay: 2.43s;
}
.str_ttl.fade .en span:nth-child(82),
.str_ttl.fade .ttl_txt span:nth-child(82) {
  transition-delay: 2.46s;
}
.str_ttl.fade .en span:nth-child(83),
.str_ttl.fade .ttl_txt span:nth-child(83) {
  transition-delay: 2.49s;
}
.str_ttl.fade .en span:nth-child(84),
.str_ttl.fade .ttl_txt span:nth-child(84) {
  transition-delay: 2.52s;
}
.str_ttl.fade .en span:nth-child(85),
.str_ttl.fade .ttl_txt span:nth-child(85) {
  transition-delay: 2.55s;
}
.str_ttl.fade .en span:nth-child(86),
.str_ttl.fade .ttl_txt span:nth-child(86) {
  transition-delay: 2.58s;
}
.str_ttl.fade .en span:nth-child(87),
.str_ttl.fade .ttl_txt span:nth-child(87) {
  transition-delay: 2.61s;
}
.str_ttl.fade .en span:nth-child(88),
.str_ttl.fade .ttl_txt span:nth-child(88) {
  transition-delay: 2.64s;
}
.str_ttl.fade .en span:nth-child(89),
.str_ttl.fade .ttl_txt span:nth-child(89) {
  transition-delay: 2.67s;
}
.str_ttl.fade .en span:nth-child(90),
.str_ttl.fade .ttl_txt span:nth-child(90) {
  transition-delay: 2.7s;
}
.str_ttl.fade .en span:nth-child(91),
.str_ttl.fade .ttl_txt span:nth-child(91) {
  transition-delay: 2.73s;
}
.str_ttl.fade .en span:nth-child(92),
.str_ttl.fade .ttl_txt span:nth-child(92) {
  transition-delay: 2.76s;
}
.str_ttl.fade .en span:nth-child(93),
.str_ttl.fade .ttl_txt span:nth-child(93) {
  transition-delay: 2.79s;
}
.str_ttl.fade .en span:nth-child(94),
.str_ttl.fade .ttl_txt span:nth-child(94) {
  transition-delay: 2.82s;
}
.str_ttl.fade .en span:nth-child(95),
.str_ttl.fade .ttl_txt span:nth-child(95) {
  transition-delay: 2.85s;
}
.str_ttl.fade .en span:nth-child(96),
.str_ttl.fade .ttl_txt span:nth-child(96) {
  transition-delay: 2.88s;
}
.str_ttl.fade .en span:nth-child(97),
.str_ttl.fade .ttl_txt span:nth-child(97) {
  transition-delay: 2.91s;
}
.str_ttl.fade .en span:nth-child(98),
.str_ttl.fade .ttl_txt span:nth-child(98) {
  transition-delay: 2.94s;
}
.str_ttl.fade .en span:nth-child(99),
.str_ttl.fade .ttl_txt span:nth-child(99) {
  transition-delay: 2.97s;
}
.str_ttl.fade .en span:nth-child(100),
.str_ttl.fade .ttl_txt span:nth-child(100) {
  transition-delay: 3s;
}
.str_ttl.fade.fade-on .en,
.str_ttl.fade.fade-on .ttl_txt {
  opacity: 1;
}
.str_ttl.fade.fade-on .en span,
.str_ttl.fade.fade-on .ttl_txt span {
  opacity: 1;
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}
.str_ttl.white .en {
  color: #fff;
}
.str_ttl.white .ttl_txt {
  color: #fff;
}
.str_ttl.white .line::before {
  background: #fff;
}

.sec_ttl {
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec_ttl {
    font-size: 2.4rem;
  }
}

.bg_ttl {
  display: inline-block;
  min-width: 370px;
  padding: 10px 15px;
  background: #4A5771;
  border-radius: 5px;
  text-align: center;
  font-weight: 600;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .bg_ttl {
    min-width: 250px;
    padding: 8px 10px;
    font-size: 1.8rem;
  }
}

.black_ttl {
  display: inline-block;
  padding: 10px 25px;
  background: #111;
  border-radius: 5px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .black_ttl {
    padding: 8px 15px;
  }
}
.black_ttl .ttl_txt {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .black_ttl .ttl_txt {
    font-size: 1.8rem;
  }
}
.black_ttl .en {
  display: inline-block;
  padding-left: 25px;
  margin-left: 25px;
  border-left: 1px solid #fff;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .black_ttl .en {
    display: block;
    margin-top: 2px;
    padding-left: 0;
    margin-left: 0;
    border: 0;
    font-size: 1.3rem;
  }
}

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

/* ------------------------------
	.btn
------------------------------ */
.btn {
  display: flex;
  align-items: flex-start;
}
.btn.center {
  justify-content: center;
}
.btn.right {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .btn.sp_center {
    justify-content: center;
  }
}
.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 10px 30px;
  background: #4A5771;
  border: 1px solid #4A5771;
  border-radius: 60px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 769px) {
  .btn a:hover {
    opacity: 1;
    background: #fff;
    color: #4A5771;
  }
  .btn a:hover .arw {
    background: url(../img/common/ico_arw05.svg) no-repeat center center;
    background-size: 100%;
    transform: translateX(10px);
  }
}
@media screen and (max-width: 768px) {
  .btn a {
    min-height: 45px;
    font-size: 1.4rem;
  }
}
.btn .arw {
  flex-shrink: 0;
  width: 28px;
  height: 7px;
  margin-left: 30px;
  background: url(../img/common/ico_arw02.svg) no-repeat center center;
  background-size: 100%;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  .btn .arw {
    margin-left: 20px;
  }
}
.btn.white a {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .btn.white a:hover {
    opacity: 1;
    background: #fff;
    color: #4A5771;
  }
  .btn.white a:hover .arw {
    background: url(../img/common/ico_arw05.svg) no-repeat center center;
    background-size: 100%;
  }
}

.fix_btn {
  position: fixed;
  z-index: 100;
  right: 15px;
  bottom: 15px;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 768px) {
  .fix_btn {
    display: none;
  }
}
.fix_btn.fix {
  opacity: 1;
  visibility: visible;
}
.fix_btn.close {
  position: absolute;
  right: 0;
  top: -221px;
  bottom: auto;
}
.fix_btn.close a {
  box-shadow: none;
}
.fix_btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 110px;
  background: #EB5504;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.fix_btn .mail .ico {
  width: 39px;
  height: 34px;
  margin-bottom: 4px;
  background: url(../img/common/ico_mail03.svg) no-repeat center center;
  background-size: 100%;
}
.fix_btn .dl .ico {
  width: 33px;
  height: 39px;
  background: url(../img/common/ico_dl02.svg) no-repeat center center;
  background-size: 100%;
}
.fix_btn .dl a {
  background: #416AB6;
}
.fix_btn .fix_btn_txt {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
}
.fix_btn .fix_btn_txt_min {
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}

.link {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .link:hover {
    text-decoration: none;
  }
}

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

.ball {
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid #EB5504;
  opacity: 0.2;
  border-radius: 50%;
  pointer-events: none;
  animation: fuwafuwa 2s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .ball {
    display: none;
  }
}

.bg_gray {
  background: #F8F8F8;
  border-radius: 200px 0 200px 0;
}
@media screen and (max-width: 1400px) {
  .bg_gray {
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .bg_gray {
    border-radius: 100px 0 100px 0;
  }
}

.bg_blue {
  background: #F5F7FD;
  border-radius: 200px 0 200px 0;
}
@media screen and (max-width: 1400px) {
  .bg_blue {
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .bg_blue {
    border-radius: 100px 0 100px 0;
  }
}

/* ------------------------------
	.fade
------------------------------ */
.fade.fade-typ,
.fade .fade-typ {
  opacity: 0;
}
.fade.fade-typ .fade-typ_txt span, .fade.fade-typ.fade-typ_txt span,
.fade .fade-typ .fade-typ_txt span,
.fade .fade-typ.fade-typ_txt span {
  will-change: transform, opacity;
  display: inline-block;
  font-weight: inherit;
  opacity: 0;
  transform: translateY(80%);
  clip-path: inset(0% 0% 0% 100%);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), clip-path 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.fade.fade-typ .fade-typ_txt span:nth-child(1), .fade.fade-typ.fade-typ_txt span:nth-child(1),
.fade .fade-typ .fade-typ_txt span:nth-child(1),
.fade .fade-typ.fade-typ_txt span:nth-child(1) {
  transition-delay: 0.03s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(2), .fade.fade-typ.fade-typ_txt span:nth-child(2),
.fade .fade-typ .fade-typ_txt span:nth-child(2),
.fade .fade-typ.fade-typ_txt span:nth-child(2) {
  transition-delay: 0.06s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(3), .fade.fade-typ.fade-typ_txt span:nth-child(3),
.fade .fade-typ .fade-typ_txt span:nth-child(3),
.fade .fade-typ.fade-typ_txt span:nth-child(3) {
  transition-delay: 0.09s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(4), .fade.fade-typ.fade-typ_txt span:nth-child(4),
.fade .fade-typ .fade-typ_txt span:nth-child(4),
.fade .fade-typ.fade-typ_txt span:nth-child(4) {
  transition-delay: 0.12s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(5), .fade.fade-typ.fade-typ_txt span:nth-child(5),
.fade .fade-typ .fade-typ_txt span:nth-child(5),
.fade .fade-typ.fade-typ_txt span:nth-child(5) {
  transition-delay: 0.15s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(6), .fade.fade-typ.fade-typ_txt span:nth-child(6),
.fade .fade-typ .fade-typ_txt span:nth-child(6),
.fade .fade-typ.fade-typ_txt span:nth-child(6) {
  transition-delay: 0.18s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(7), .fade.fade-typ.fade-typ_txt span:nth-child(7),
.fade .fade-typ .fade-typ_txt span:nth-child(7),
.fade .fade-typ.fade-typ_txt span:nth-child(7) {
  transition-delay: 0.21s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(8), .fade.fade-typ.fade-typ_txt span:nth-child(8),
.fade .fade-typ .fade-typ_txt span:nth-child(8),
.fade .fade-typ.fade-typ_txt span:nth-child(8) {
  transition-delay: 0.24s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(9), .fade.fade-typ.fade-typ_txt span:nth-child(9),
.fade .fade-typ .fade-typ_txt span:nth-child(9),
.fade .fade-typ.fade-typ_txt span:nth-child(9) {
  transition-delay: 0.27s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(10), .fade.fade-typ.fade-typ_txt span:nth-child(10),
.fade .fade-typ .fade-typ_txt span:nth-child(10),
.fade .fade-typ.fade-typ_txt span:nth-child(10) {
  transition-delay: 0.3s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(11), .fade.fade-typ.fade-typ_txt span:nth-child(11),
.fade .fade-typ .fade-typ_txt span:nth-child(11),
.fade .fade-typ.fade-typ_txt span:nth-child(11) {
  transition-delay: 0.33s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(12), .fade.fade-typ.fade-typ_txt span:nth-child(12),
.fade .fade-typ .fade-typ_txt span:nth-child(12),
.fade .fade-typ.fade-typ_txt span:nth-child(12) {
  transition-delay: 0.36s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(13), .fade.fade-typ.fade-typ_txt span:nth-child(13),
.fade .fade-typ .fade-typ_txt span:nth-child(13),
.fade .fade-typ.fade-typ_txt span:nth-child(13) {
  transition-delay: 0.39s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(14), .fade.fade-typ.fade-typ_txt span:nth-child(14),
.fade .fade-typ .fade-typ_txt span:nth-child(14),
.fade .fade-typ.fade-typ_txt span:nth-child(14) {
  transition-delay: 0.42s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(15), .fade.fade-typ.fade-typ_txt span:nth-child(15),
.fade .fade-typ .fade-typ_txt span:nth-child(15),
.fade .fade-typ.fade-typ_txt span:nth-child(15) {
  transition-delay: 0.45s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(16), .fade.fade-typ.fade-typ_txt span:nth-child(16),
.fade .fade-typ .fade-typ_txt span:nth-child(16),
.fade .fade-typ.fade-typ_txt span:nth-child(16) {
  transition-delay: 0.48s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(17), .fade.fade-typ.fade-typ_txt span:nth-child(17),
.fade .fade-typ .fade-typ_txt span:nth-child(17),
.fade .fade-typ.fade-typ_txt span:nth-child(17) {
  transition-delay: 0.51s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(18), .fade.fade-typ.fade-typ_txt span:nth-child(18),
.fade .fade-typ .fade-typ_txt span:nth-child(18),
.fade .fade-typ.fade-typ_txt span:nth-child(18) {
  transition-delay: 0.54s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(19), .fade.fade-typ.fade-typ_txt span:nth-child(19),
.fade .fade-typ .fade-typ_txt span:nth-child(19),
.fade .fade-typ.fade-typ_txt span:nth-child(19) {
  transition-delay: 0.57s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(20), .fade.fade-typ.fade-typ_txt span:nth-child(20),
.fade .fade-typ .fade-typ_txt span:nth-child(20),
.fade .fade-typ.fade-typ_txt span:nth-child(20) {
  transition-delay: 0.6s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(21), .fade.fade-typ.fade-typ_txt span:nth-child(21),
.fade .fade-typ .fade-typ_txt span:nth-child(21),
.fade .fade-typ.fade-typ_txt span:nth-child(21) {
  transition-delay: 0.63s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(22), .fade.fade-typ.fade-typ_txt span:nth-child(22),
.fade .fade-typ .fade-typ_txt span:nth-child(22),
.fade .fade-typ.fade-typ_txt span:nth-child(22) {
  transition-delay: 0.66s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(23), .fade.fade-typ.fade-typ_txt span:nth-child(23),
.fade .fade-typ .fade-typ_txt span:nth-child(23),
.fade .fade-typ.fade-typ_txt span:nth-child(23) {
  transition-delay: 0.69s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(24), .fade.fade-typ.fade-typ_txt span:nth-child(24),
.fade .fade-typ .fade-typ_txt span:nth-child(24),
.fade .fade-typ.fade-typ_txt span:nth-child(24) {
  transition-delay: 0.72s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(25), .fade.fade-typ.fade-typ_txt span:nth-child(25),
.fade .fade-typ .fade-typ_txt span:nth-child(25),
.fade .fade-typ.fade-typ_txt span:nth-child(25) {
  transition-delay: 0.75s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(26), .fade.fade-typ.fade-typ_txt span:nth-child(26),
.fade .fade-typ .fade-typ_txt span:nth-child(26),
.fade .fade-typ.fade-typ_txt span:nth-child(26) {
  transition-delay: 0.78s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(27), .fade.fade-typ.fade-typ_txt span:nth-child(27),
.fade .fade-typ .fade-typ_txt span:nth-child(27),
.fade .fade-typ.fade-typ_txt span:nth-child(27) {
  transition-delay: 0.81s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(28), .fade.fade-typ.fade-typ_txt span:nth-child(28),
.fade .fade-typ .fade-typ_txt span:nth-child(28),
.fade .fade-typ.fade-typ_txt span:nth-child(28) {
  transition-delay: 0.84s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(29), .fade.fade-typ.fade-typ_txt span:nth-child(29),
.fade .fade-typ .fade-typ_txt span:nth-child(29),
.fade .fade-typ.fade-typ_txt span:nth-child(29) {
  transition-delay: 0.87s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(30), .fade.fade-typ.fade-typ_txt span:nth-child(30),
.fade .fade-typ .fade-typ_txt span:nth-child(30),
.fade .fade-typ.fade-typ_txt span:nth-child(30) {
  transition-delay: 0.9s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(31), .fade.fade-typ.fade-typ_txt span:nth-child(31),
.fade .fade-typ .fade-typ_txt span:nth-child(31),
.fade .fade-typ.fade-typ_txt span:nth-child(31) {
  transition-delay: 0.93s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(32), .fade.fade-typ.fade-typ_txt span:nth-child(32),
.fade .fade-typ .fade-typ_txt span:nth-child(32),
.fade .fade-typ.fade-typ_txt span:nth-child(32) {
  transition-delay: 0.96s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(33), .fade.fade-typ.fade-typ_txt span:nth-child(33),
.fade .fade-typ .fade-typ_txt span:nth-child(33),
.fade .fade-typ.fade-typ_txt span:nth-child(33) {
  transition-delay: 0.99s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(34), .fade.fade-typ.fade-typ_txt span:nth-child(34),
.fade .fade-typ .fade-typ_txt span:nth-child(34),
.fade .fade-typ.fade-typ_txt span:nth-child(34) {
  transition-delay: 1.02s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(35), .fade.fade-typ.fade-typ_txt span:nth-child(35),
.fade .fade-typ .fade-typ_txt span:nth-child(35),
.fade .fade-typ.fade-typ_txt span:nth-child(35) {
  transition-delay: 1.05s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(36), .fade.fade-typ.fade-typ_txt span:nth-child(36),
.fade .fade-typ .fade-typ_txt span:nth-child(36),
.fade .fade-typ.fade-typ_txt span:nth-child(36) {
  transition-delay: 1.08s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(37), .fade.fade-typ.fade-typ_txt span:nth-child(37),
.fade .fade-typ .fade-typ_txt span:nth-child(37),
.fade .fade-typ.fade-typ_txt span:nth-child(37) {
  transition-delay: 1.11s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(38), .fade.fade-typ.fade-typ_txt span:nth-child(38),
.fade .fade-typ .fade-typ_txt span:nth-child(38),
.fade .fade-typ.fade-typ_txt span:nth-child(38) {
  transition-delay: 1.14s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(39), .fade.fade-typ.fade-typ_txt span:nth-child(39),
.fade .fade-typ .fade-typ_txt span:nth-child(39),
.fade .fade-typ.fade-typ_txt span:nth-child(39) {
  transition-delay: 1.17s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(40), .fade.fade-typ.fade-typ_txt span:nth-child(40),
.fade .fade-typ .fade-typ_txt span:nth-child(40),
.fade .fade-typ.fade-typ_txt span:nth-child(40) {
  transition-delay: 1.2s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(41), .fade.fade-typ.fade-typ_txt span:nth-child(41),
.fade .fade-typ .fade-typ_txt span:nth-child(41),
.fade .fade-typ.fade-typ_txt span:nth-child(41) {
  transition-delay: 1.23s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(42), .fade.fade-typ.fade-typ_txt span:nth-child(42),
.fade .fade-typ .fade-typ_txt span:nth-child(42),
.fade .fade-typ.fade-typ_txt span:nth-child(42) {
  transition-delay: 1.26s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(43), .fade.fade-typ.fade-typ_txt span:nth-child(43),
.fade .fade-typ .fade-typ_txt span:nth-child(43),
.fade .fade-typ.fade-typ_txt span:nth-child(43) {
  transition-delay: 1.29s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(44), .fade.fade-typ.fade-typ_txt span:nth-child(44),
.fade .fade-typ .fade-typ_txt span:nth-child(44),
.fade .fade-typ.fade-typ_txt span:nth-child(44) {
  transition-delay: 1.32s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(45), .fade.fade-typ.fade-typ_txt span:nth-child(45),
.fade .fade-typ .fade-typ_txt span:nth-child(45),
.fade .fade-typ.fade-typ_txt span:nth-child(45) {
  transition-delay: 1.35s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(46), .fade.fade-typ.fade-typ_txt span:nth-child(46),
.fade .fade-typ .fade-typ_txt span:nth-child(46),
.fade .fade-typ.fade-typ_txt span:nth-child(46) {
  transition-delay: 1.38s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(47), .fade.fade-typ.fade-typ_txt span:nth-child(47),
.fade .fade-typ .fade-typ_txt span:nth-child(47),
.fade .fade-typ.fade-typ_txt span:nth-child(47) {
  transition-delay: 1.41s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(48), .fade.fade-typ.fade-typ_txt span:nth-child(48),
.fade .fade-typ .fade-typ_txt span:nth-child(48),
.fade .fade-typ.fade-typ_txt span:nth-child(48) {
  transition-delay: 1.44s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(49), .fade.fade-typ.fade-typ_txt span:nth-child(49),
.fade .fade-typ .fade-typ_txt span:nth-child(49),
.fade .fade-typ.fade-typ_txt span:nth-child(49) {
  transition-delay: 1.47s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(50), .fade.fade-typ.fade-typ_txt span:nth-child(50),
.fade .fade-typ .fade-typ_txt span:nth-child(50),
.fade .fade-typ.fade-typ_txt span:nth-child(50) {
  transition-delay: 1.5s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(51), .fade.fade-typ.fade-typ_txt span:nth-child(51),
.fade .fade-typ .fade-typ_txt span:nth-child(51),
.fade .fade-typ.fade-typ_txt span:nth-child(51) {
  transition-delay: 1.53s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(52), .fade.fade-typ.fade-typ_txt span:nth-child(52),
.fade .fade-typ .fade-typ_txt span:nth-child(52),
.fade .fade-typ.fade-typ_txt span:nth-child(52) {
  transition-delay: 1.56s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(53), .fade.fade-typ.fade-typ_txt span:nth-child(53),
.fade .fade-typ .fade-typ_txt span:nth-child(53),
.fade .fade-typ.fade-typ_txt span:nth-child(53) {
  transition-delay: 1.59s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(54), .fade.fade-typ.fade-typ_txt span:nth-child(54),
.fade .fade-typ .fade-typ_txt span:nth-child(54),
.fade .fade-typ.fade-typ_txt span:nth-child(54) {
  transition-delay: 1.62s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(55), .fade.fade-typ.fade-typ_txt span:nth-child(55),
.fade .fade-typ .fade-typ_txt span:nth-child(55),
.fade .fade-typ.fade-typ_txt span:nth-child(55) {
  transition-delay: 1.65s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(56), .fade.fade-typ.fade-typ_txt span:nth-child(56),
.fade .fade-typ .fade-typ_txt span:nth-child(56),
.fade .fade-typ.fade-typ_txt span:nth-child(56) {
  transition-delay: 1.68s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(57), .fade.fade-typ.fade-typ_txt span:nth-child(57),
.fade .fade-typ .fade-typ_txt span:nth-child(57),
.fade .fade-typ.fade-typ_txt span:nth-child(57) {
  transition-delay: 1.71s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(58), .fade.fade-typ.fade-typ_txt span:nth-child(58),
.fade .fade-typ .fade-typ_txt span:nth-child(58),
.fade .fade-typ.fade-typ_txt span:nth-child(58) {
  transition-delay: 1.74s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(59), .fade.fade-typ.fade-typ_txt span:nth-child(59),
.fade .fade-typ .fade-typ_txt span:nth-child(59),
.fade .fade-typ.fade-typ_txt span:nth-child(59) {
  transition-delay: 1.77s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(60), .fade.fade-typ.fade-typ_txt span:nth-child(60),
.fade .fade-typ .fade-typ_txt span:nth-child(60),
.fade .fade-typ.fade-typ_txt span:nth-child(60) {
  transition-delay: 1.8s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(61), .fade.fade-typ.fade-typ_txt span:nth-child(61),
.fade .fade-typ .fade-typ_txt span:nth-child(61),
.fade .fade-typ.fade-typ_txt span:nth-child(61) {
  transition-delay: 1.83s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(62), .fade.fade-typ.fade-typ_txt span:nth-child(62),
.fade .fade-typ .fade-typ_txt span:nth-child(62),
.fade .fade-typ.fade-typ_txt span:nth-child(62) {
  transition-delay: 1.86s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(63), .fade.fade-typ.fade-typ_txt span:nth-child(63),
.fade .fade-typ .fade-typ_txt span:nth-child(63),
.fade .fade-typ.fade-typ_txt span:nth-child(63) {
  transition-delay: 1.89s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(64), .fade.fade-typ.fade-typ_txt span:nth-child(64),
.fade .fade-typ .fade-typ_txt span:nth-child(64),
.fade .fade-typ.fade-typ_txt span:nth-child(64) {
  transition-delay: 1.92s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(65), .fade.fade-typ.fade-typ_txt span:nth-child(65),
.fade .fade-typ .fade-typ_txt span:nth-child(65),
.fade .fade-typ.fade-typ_txt span:nth-child(65) {
  transition-delay: 1.95s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(66), .fade.fade-typ.fade-typ_txt span:nth-child(66),
.fade .fade-typ .fade-typ_txt span:nth-child(66),
.fade .fade-typ.fade-typ_txt span:nth-child(66) {
  transition-delay: 1.98s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(67), .fade.fade-typ.fade-typ_txt span:nth-child(67),
.fade .fade-typ .fade-typ_txt span:nth-child(67),
.fade .fade-typ.fade-typ_txt span:nth-child(67) {
  transition-delay: 2.01s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(68), .fade.fade-typ.fade-typ_txt span:nth-child(68),
.fade .fade-typ .fade-typ_txt span:nth-child(68),
.fade .fade-typ.fade-typ_txt span:nth-child(68) {
  transition-delay: 2.04s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(69), .fade.fade-typ.fade-typ_txt span:nth-child(69),
.fade .fade-typ .fade-typ_txt span:nth-child(69),
.fade .fade-typ.fade-typ_txt span:nth-child(69) {
  transition-delay: 2.07s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(70), .fade.fade-typ.fade-typ_txt span:nth-child(70),
.fade .fade-typ .fade-typ_txt span:nth-child(70),
.fade .fade-typ.fade-typ_txt span:nth-child(70) {
  transition-delay: 2.1s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(71), .fade.fade-typ.fade-typ_txt span:nth-child(71),
.fade .fade-typ .fade-typ_txt span:nth-child(71),
.fade .fade-typ.fade-typ_txt span:nth-child(71) {
  transition-delay: 2.13s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(72), .fade.fade-typ.fade-typ_txt span:nth-child(72),
.fade .fade-typ .fade-typ_txt span:nth-child(72),
.fade .fade-typ.fade-typ_txt span:nth-child(72) {
  transition-delay: 2.16s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(73), .fade.fade-typ.fade-typ_txt span:nth-child(73),
.fade .fade-typ .fade-typ_txt span:nth-child(73),
.fade .fade-typ.fade-typ_txt span:nth-child(73) {
  transition-delay: 2.19s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(74), .fade.fade-typ.fade-typ_txt span:nth-child(74),
.fade .fade-typ .fade-typ_txt span:nth-child(74),
.fade .fade-typ.fade-typ_txt span:nth-child(74) {
  transition-delay: 2.22s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(75), .fade.fade-typ.fade-typ_txt span:nth-child(75),
.fade .fade-typ .fade-typ_txt span:nth-child(75),
.fade .fade-typ.fade-typ_txt span:nth-child(75) {
  transition-delay: 2.25s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(76), .fade.fade-typ.fade-typ_txt span:nth-child(76),
.fade .fade-typ .fade-typ_txt span:nth-child(76),
.fade .fade-typ.fade-typ_txt span:nth-child(76) {
  transition-delay: 2.28s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(77), .fade.fade-typ.fade-typ_txt span:nth-child(77),
.fade .fade-typ .fade-typ_txt span:nth-child(77),
.fade .fade-typ.fade-typ_txt span:nth-child(77) {
  transition-delay: 2.31s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(78), .fade.fade-typ.fade-typ_txt span:nth-child(78),
.fade .fade-typ .fade-typ_txt span:nth-child(78),
.fade .fade-typ.fade-typ_txt span:nth-child(78) {
  transition-delay: 2.34s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(79), .fade.fade-typ.fade-typ_txt span:nth-child(79),
.fade .fade-typ .fade-typ_txt span:nth-child(79),
.fade .fade-typ.fade-typ_txt span:nth-child(79) {
  transition-delay: 2.37s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(80), .fade.fade-typ.fade-typ_txt span:nth-child(80),
.fade .fade-typ .fade-typ_txt span:nth-child(80),
.fade .fade-typ.fade-typ_txt span:nth-child(80) {
  transition-delay: 2.4s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(81), .fade.fade-typ.fade-typ_txt span:nth-child(81),
.fade .fade-typ .fade-typ_txt span:nth-child(81),
.fade .fade-typ.fade-typ_txt span:nth-child(81) {
  transition-delay: 2.43s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(82), .fade.fade-typ.fade-typ_txt span:nth-child(82),
.fade .fade-typ .fade-typ_txt span:nth-child(82),
.fade .fade-typ.fade-typ_txt span:nth-child(82) {
  transition-delay: 2.46s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(83), .fade.fade-typ.fade-typ_txt span:nth-child(83),
.fade .fade-typ .fade-typ_txt span:nth-child(83),
.fade .fade-typ.fade-typ_txt span:nth-child(83) {
  transition-delay: 2.49s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(84), .fade.fade-typ.fade-typ_txt span:nth-child(84),
.fade .fade-typ .fade-typ_txt span:nth-child(84),
.fade .fade-typ.fade-typ_txt span:nth-child(84) {
  transition-delay: 2.52s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(85), .fade.fade-typ.fade-typ_txt span:nth-child(85),
.fade .fade-typ .fade-typ_txt span:nth-child(85),
.fade .fade-typ.fade-typ_txt span:nth-child(85) {
  transition-delay: 2.55s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(86), .fade.fade-typ.fade-typ_txt span:nth-child(86),
.fade .fade-typ .fade-typ_txt span:nth-child(86),
.fade .fade-typ.fade-typ_txt span:nth-child(86) {
  transition-delay: 2.58s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(87), .fade.fade-typ.fade-typ_txt span:nth-child(87),
.fade .fade-typ .fade-typ_txt span:nth-child(87),
.fade .fade-typ.fade-typ_txt span:nth-child(87) {
  transition-delay: 2.61s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(88), .fade.fade-typ.fade-typ_txt span:nth-child(88),
.fade .fade-typ .fade-typ_txt span:nth-child(88),
.fade .fade-typ.fade-typ_txt span:nth-child(88) {
  transition-delay: 2.64s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(89), .fade.fade-typ.fade-typ_txt span:nth-child(89),
.fade .fade-typ .fade-typ_txt span:nth-child(89),
.fade .fade-typ.fade-typ_txt span:nth-child(89) {
  transition-delay: 2.67s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(90), .fade.fade-typ.fade-typ_txt span:nth-child(90),
.fade .fade-typ .fade-typ_txt span:nth-child(90),
.fade .fade-typ.fade-typ_txt span:nth-child(90) {
  transition-delay: 2.7s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(91), .fade.fade-typ.fade-typ_txt span:nth-child(91),
.fade .fade-typ .fade-typ_txt span:nth-child(91),
.fade .fade-typ.fade-typ_txt span:nth-child(91) {
  transition-delay: 2.73s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(92), .fade.fade-typ.fade-typ_txt span:nth-child(92),
.fade .fade-typ .fade-typ_txt span:nth-child(92),
.fade .fade-typ.fade-typ_txt span:nth-child(92) {
  transition-delay: 2.76s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(93), .fade.fade-typ.fade-typ_txt span:nth-child(93),
.fade .fade-typ .fade-typ_txt span:nth-child(93),
.fade .fade-typ.fade-typ_txt span:nth-child(93) {
  transition-delay: 2.79s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(94), .fade.fade-typ.fade-typ_txt span:nth-child(94),
.fade .fade-typ .fade-typ_txt span:nth-child(94),
.fade .fade-typ.fade-typ_txt span:nth-child(94) {
  transition-delay: 2.82s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(95), .fade.fade-typ.fade-typ_txt span:nth-child(95),
.fade .fade-typ .fade-typ_txt span:nth-child(95),
.fade .fade-typ.fade-typ_txt span:nth-child(95) {
  transition-delay: 2.85s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(96), .fade.fade-typ.fade-typ_txt span:nth-child(96),
.fade .fade-typ .fade-typ_txt span:nth-child(96),
.fade .fade-typ.fade-typ_txt span:nth-child(96) {
  transition-delay: 2.88s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(97), .fade.fade-typ.fade-typ_txt span:nth-child(97),
.fade .fade-typ .fade-typ_txt span:nth-child(97),
.fade .fade-typ.fade-typ_txt span:nth-child(97) {
  transition-delay: 2.91s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(98), .fade.fade-typ.fade-typ_txt span:nth-child(98),
.fade .fade-typ .fade-typ_txt span:nth-child(98),
.fade .fade-typ.fade-typ_txt span:nth-child(98) {
  transition-delay: 2.94s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(99), .fade.fade-typ.fade-typ_txt span:nth-child(99),
.fade .fade-typ .fade-typ_txt span:nth-child(99),
.fade .fade-typ.fade-typ_txt span:nth-child(99) {
  transition-delay: 2.97s;
}
.fade.fade-typ .fade-typ_txt span:nth-child(100), .fade.fade-typ.fade-typ_txt span:nth-child(100),
.fade .fade-typ .fade-typ_txt span:nth-child(100),
.fade .fade-typ.fade-typ_txt span:nth-child(100) {
  transition-delay: 3s;
}
.fade.fade-on.fade-typ,
.fade.fade-on .fade-typ {
  opacity: 1;
}
.fade.fade-on.fade-typ .fade-typ_txt span, .fade.fade-on.fade-typ.fade-typ_txt span,
.fade.fade-on .fade-typ .fade-typ_txt span,
.fade.fade-on .fade-typ.fade-typ_txt span {
  opacity: 1;
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}
.fade.fade-up,
.fade .fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity ease 1s, transform ease 1s;
}
.fade.fade-up:nth-child(1),
.fade .fade-up:nth-child(1) {
  transition-delay: 0.03s;
}
.fade.fade-up:nth-child(2),
.fade .fade-up:nth-child(2) {
  transition-delay: 0.06s;
}
.fade.fade-up:nth-child(3),
.fade .fade-up:nth-child(3) {
  transition-delay: 0.09s;
}
.fade.fade-up:nth-child(4),
.fade .fade-up:nth-child(4) {
  transition-delay: 0.12s;
}
.fade.fade-up:nth-child(5),
.fade .fade-up:nth-child(5) {
  transition-delay: 0.15s;
}
.fade.fade-up:nth-child(6),
.fade .fade-up:nth-child(6) {
  transition-delay: 0.18s;
}
.fade.fade-up:nth-child(7),
.fade .fade-up:nth-child(7) {
  transition-delay: 0.21s;
}
.fade.fade-up:nth-child(8),
.fade .fade-up:nth-child(8) {
  transition-delay: 0.24s;
}
.fade.fade-up:nth-child(9),
.fade .fade-up:nth-child(9) {
  transition-delay: 0.27s;
}
.fade.fade-up:nth-child(10),
.fade .fade-up:nth-child(10) {
  transition-delay: 0.3s;
}
.fade.fade-up:nth-child(11),
.fade .fade-up:nth-child(11) {
  transition-delay: 0.33s;
}
.fade.fade-up:nth-child(12),
.fade .fade-up:nth-child(12) {
  transition-delay: 0.36s;
}
.fade.fade-up:nth-child(13),
.fade .fade-up:nth-child(13) {
  transition-delay: 0.39s;
}
.fade.fade-up:nth-child(14),
.fade .fade-up:nth-child(14) {
  transition-delay: 0.42s;
}
.fade.fade-up:nth-child(15),
.fade .fade-up:nth-child(15) {
  transition-delay: 0.45s;
}
.fade.fade-up:nth-child(16),
.fade .fade-up:nth-child(16) {
  transition-delay: 0.48s;
}
.fade.fade-up:nth-child(17),
.fade .fade-up:nth-child(17) {
  transition-delay: 0.51s;
}
.fade.fade-up:nth-child(18),
.fade .fade-up:nth-child(18) {
  transition-delay: 0.54s;
}
.fade.fade-up:nth-child(19),
.fade .fade-up:nth-child(19) {
  transition-delay: 0.57s;
}
.fade.fade-up:nth-child(20),
.fade .fade-up:nth-child(20) {
  transition-delay: 0.6s;
}
.fade.fade-up:nth-child(21),
.fade .fade-up:nth-child(21) {
  transition-delay: 0.63s;
}
.fade.fade-up:nth-child(22),
.fade .fade-up:nth-child(22) {
  transition-delay: 0.66s;
}
.fade.fade-up:nth-child(23),
.fade .fade-up:nth-child(23) {
  transition-delay: 0.69s;
}
.fade.fade-up:nth-child(24),
.fade .fade-up:nth-child(24) {
  transition-delay: 0.72s;
}
.fade.fade-up:nth-child(25),
.fade .fade-up:nth-child(25) {
  transition-delay: 0.75s;
}
.fade.fade-up:nth-child(26),
.fade .fade-up:nth-child(26) {
  transition-delay: 0.78s;
}
.fade.fade-up:nth-child(27),
.fade .fade-up:nth-child(27) {
  transition-delay: 0.81s;
}
.fade.fade-up:nth-child(28),
.fade .fade-up:nth-child(28) {
  transition-delay: 0.84s;
}
.fade.fade-up:nth-child(29),
.fade .fade-up:nth-child(29) {
  transition-delay: 0.87s;
}
.fade.fade-up:nth-child(30),
.fade .fade-up:nth-child(30) {
  transition-delay: 0.9s;
}
.fade.fade-up:nth-child(31),
.fade .fade-up:nth-child(31) {
  transition-delay: 0.93s;
}
.fade.fade-up:nth-child(32),
.fade .fade-up:nth-child(32) {
  transition-delay: 0.96s;
}
.fade.fade-up:nth-child(33),
.fade .fade-up:nth-child(33) {
  transition-delay: 0.99s;
}
.fade.fade-up:nth-child(34),
.fade .fade-up:nth-child(34) {
  transition-delay: 1.02s;
}
.fade.fade-up:nth-child(35),
.fade .fade-up:nth-child(35) {
  transition-delay: 1.05s;
}
.fade.fade-up:nth-child(36),
.fade .fade-up:nth-child(36) {
  transition-delay: 1.08s;
}
.fade.fade-up:nth-child(37),
.fade .fade-up:nth-child(37) {
  transition-delay: 1.11s;
}
.fade.fade-up:nth-child(38),
.fade .fade-up:nth-child(38) {
  transition-delay: 1.14s;
}
.fade.fade-up:nth-child(39),
.fade .fade-up:nth-child(39) {
  transition-delay: 1.17s;
}
.fade.fade-up:nth-child(40),
.fade .fade-up:nth-child(40) {
  transition-delay: 1.2s;
}
.fade.fade-up:nth-child(41),
.fade .fade-up:nth-child(41) {
  transition-delay: 1.23s;
}
.fade.fade-up:nth-child(42),
.fade .fade-up:nth-child(42) {
  transition-delay: 1.26s;
}
.fade.fade-up:nth-child(43),
.fade .fade-up:nth-child(43) {
  transition-delay: 1.29s;
}
.fade.fade-up:nth-child(44),
.fade .fade-up:nth-child(44) {
  transition-delay: 1.32s;
}
.fade.fade-up:nth-child(45),
.fade .fade-up:nth-child(45) {
  transition-delay: 1.35s;
}
.fade.fade-up:nth-child(46),
.fade .fade-up:nth-child(46) {
  transition-delay: 1.38s;
}
.fade.fade-up:nth-child(47),
.fade .fade-up:nth-child(47) {
  transition-delay: 1.41s;
}
.fade.fade-up:nth-child(48),
.fade .fade-up:nth-child(48) {
  transition-delay: 1.44s;
}
.fade.fade-up:nth-child(49),
.fade .fade-up:nth-child(49) {
  transition-delay: 1.47s;
}
.fade.fade-up:nth-child(50),
.fade .fade-up:nth-child(50) {
  transition-delay: 1.5s;
}
.fade.fade-up:nth-child(51),
.fade .fade-up:nth-child(51) {
  transition-delay: 1.53s;
}
.fade.fade-up:nth-child(52),
.fade .fade-up:nth-child(52) {
  transition-delay: 1.56s;
}
.fade.fade-up:nth-child(53),
.fade .fade-up:nth-child(53) {
  transition-delay: 1.59s;
}
.fade.fade-up:nth-child(54),
.fade .fade-up:nth-child(54) {
  transition-delay: 1.62s;
}
.fade.fade-up:nth-child(55),
.fade .fade-up:nth-child(55) {
  transition-delay: 1.65s;
}
.fade.fade-up:nth-child(56),
.fade .fade-up:nth-child(56) {
  transition-delay: 1.68s;
}
.fade.fade-up:nth-child(57),
.fade .fade-up:nth-child(57) {
  transition-delay: 1.71s;
}
.fade.fade-up:nth-child(58),
.fade .fade-up:nth-child(58) {
  transition-delay: 1.74s;
}
.fade.fade-up:nth-child(59),
.fade .fade-up:nth-child(59) {
  transition-delay: 1.77s;
}
.fade.fade-up:nth-child(60),
.fade .fade-up:nth-child(60) {
  transition-delay: 1.8s;
}
.fade.fade-up:nth-child(61),
.fade .fade-up:nth-child(61) {
  transition-delay: 1.83s;
}
.fade.fade-up:nth-child(62),
.fade .fade-up:nth-child(62) {
  transition-delay: 1.86s;
}
.fade.fade-up:nth-child(63),
.fade .fade-up:nth-child(63) {
  transition-delay: 1.89s;
}
.fade.fade-up:nth-child(64),
.fade .fade-up:nth-child(64) {
  transition-delay: 1.92s;
}
.fade.fade-up:nth-child(65),
.fade .fade-up:nth-child(65) {
  transition-delay: 1.95s;
}
.fade.fade-up:nth-child(66),
.fade .fade-up:nth-child(66) {
  transition-delay: 1.98s;
}
.fade.fade-up:nth-child(67),
.fade .fade-up:nth-child(67) {
  transition-delay: 2.01s;
}
.fade.fade-up:nth-child(68),
.fade .fade-up:nth-child(68) {
  transition-delay: 2.04s;
}
.fade.fade-up:nth-child(69),
.fade .fade-up:nth-child(69) {
  transition-delay: 2.07s;
}
.fade.fade-up:nth-child(70),
.fade .fade-up:nth-child(70) {
  transition-delay: 2.1s;
}
.fade.fade-up:nth-child(71),
.fade .fade-up:nth-child(71) {
  transition-delay: 2.13s;
}
.fade.fade-up:nth-child(72),
.fade .fade-up:nth-child(72) {
  transition-delay: 2.16s;
}
.fade.fade-up:nth-child(73),
.fade .fade-up:nth-child(73) {
  transition-delay: 2.19s;
}
.fade.fade-up:nth-child(74),
.fade .fade-up:nth-child(74) {
  transition-delay: 2.22s;
}
.fade.fade-up:nth-child(75),
.fade .fade-up:nth-child(75) {
  transition-delay: 2.25s;
}
.fade.fade-up:nth-child(76),
.fade .fade-up:nth-child(76) {
  transition-delay: 2.28s;
}
.fade.fade-up:nth-child(77),
.fade .fade-up:nth-child(77) {
  transition-delay: 2.31s;
}
.fade.fade-up:nth-child(78),
.fade .fade-up:nth-child(78) {
  transition-delay: 2.34s;
}
.fade.fade-up:nth-child(79),
.fade .fade-up:nth-child(79) {
  transition-delay: 2.37s;
}
.fade.fade-up:nth-child(80),
.fade .fade-up:nth-child(80) {
  transition-delay: 2.4s;
}
.fade.fade-up:nth-child(81),
.fade .fade-up:nth-child(81) {
  transition-delay: 2.43s;
}
.fade.fade-up:nth-child(82),
.fade .fade-up:nth-child(82) {
  transition-delay: 2.46s;
}
.fade.fade-up:nth-child(83),
.fade .fade-up:nth-child(83) {
  transition-delay: 2.49s;
}
.fade.fade-up:nth-child(84),
.fade .fade-up:nth-child(84) {
  transition-delay: 2.52s;
}
.fade.fade-up:nth-child(85),
.fade .fade-up:nth-child(85) {
  transition-delay: 2.55s;
}
.fade.fade-up:nth-child(86),
.fade .fade-up:nth-child(86) {
  transition-delay: 2.58s;
}
.fade.fade-up:nth-child(87),
.fade .fade-up:nth-child(87) {
  transition-delay: 2.61s;
}
.fade.fade-up:nth-child(88),
.fade .fade-up:nth-child(88) {
  transition-delay: 2.64s;
}
.fade.fade-up:nth-child(89),
.fade .fade-up:nth-child(89) {
  transition-delay: 2.67s;
}
.fade.fade-up:nth-child(90),
.fade .fade-up:nth-child(90) {
  transition-delay: 2.7s;
}
.fade.fade-up:nth-child(91),
.fade .fade-up:nth-child(91) {
  transition-delay: 2.73s;
}
.fade.fade-up:nth-child(92),
.fade .fade-up:nth-child(92) {
  transition-delay: 2.76s;
}
.fade.fade-up:nth-child(93),
.fade .fade-up:nth-child(93) {
  transition-delay: 2.79s;
}
.fade.fade-up:nth-child(94),
.fade .fade-up:nth-child(94) {
  transition-delay: 2.82s;
}
.fade.fade-up:nth-child(95),
.fade .fade-up:nth-child(95) {
  transition-delay: 2.85s;
}
.fade.fade-up:nth-child(96),
.fade .fade-up:nth-child(96) {
  transition-delay: 2.88s;
}
.fade.fade-up:nth-child(97),
.fade .fade-up:nth-child(97) {
  transition-delay: 2.91s;
}
.fade.fade-up:nth-child(98),
.fade .fade-up:nth-child(98) {
  transition-delay: 2.94s;
}
.fade.fade-up:nth-child(99),
.fade .fade-up:nth-child(99) {
  transition-delay: 2.97s;
}
.fade.fade-up:nth-child(100),
.fade .fade-up:nth-child(100) {
  transition-delay: 3s;
}
@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;
  transform: translateY(0);
}
.fade .fade-up-all > *, .fade.fade-up-all > * {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity ease 1s, transform ease 1s;
}
.fade .fade-up-all > *:nth-child(1), .fade.fade-up-all > *:nth-child(1) {
  transition-delay: 0.03s;
}
.fade .fade-up-all > *:nth-child(2), .fade.fade-up-all > *:nth-child(2) {
  transition-delay: 0.06s;
}
.fade .fade-up-all > *:nth-child(3), .fade.fade-up-all > *:nth-child(3) {
  transition-delay: 0.09s;
}
.fade .fade-up-all > *:nth-child(4), .fade.fade-up-all > *:nth-child(4) {
  transition-delay: 0.12s;
}
.fade .fade-up-all > *:nth-child(5), .fade.fade-up-all > *:nth-child(5) {
  transition-delay: 0.15s;
}
.fade .fade-up-all > *:nth-child(6), .fade.fade-up-all > *:nth-child(6) {
  transition-delay: 0.18s;
}
.fade .fade-up-all > *:nth-child(7), .fade.fade-up-all > *:nth-child(7) {
  transition-delay: 0.21s;
}
.fade .fade-up-all > *:nth-child(8), .fade.fade-up-all > *:nth-child(8) {
  transition-delay: 0.24s;
}
.fade .fade-up-all > *:nth-child(9), .fade.fade-up-all > *:nth-child(9) {
  transition-delay: 0.27s;
}
.fade .fade-up-all > *:nth-child(10), .fade.fade-up-all > *:nth-child(10) {
  transition-delay: 0.3s;
}
.fade .fade-up-all > *:nth-child(11), .fade.fade-up-all > *:nth-child(11) {
  transition-delay: 0.33s;
}
.fade .fade-up-all > *:nth-child(12), .fade.fade-up-all > *:nth-child(12) {
  transition-delay: 0.36s;
}
.fade .fade-up-all > *:nth-child(13), .fade.fade-up-all > *:nth-child(13) {
  transition-delay: 0.39s;
}
.fade .fade-up-all > *:nth-child(14), .fade.fade-up-all > *:nth-child(14) {
  transition-delay: 0.42s;
}
.fade .fade-up-all > *:nth-child(15), .fade.fade-up-all > *:nth-child(15) {
  transition-delay: 0.45s;
}
.fade .fade-up-all > *:nth-child(16), .fade.fade-up-all > *:nth-child(16) {
  transition-delay: 0.48s;
}
.fade .fade-up-all > *:nth-child(17), .fade.fade-up-all > *:nth-child(17) {
  transition-delay: 0.51s;
}
.fade .fade-up-all > *:nth-child(18), .fade.fade-up-all > *:nth-child(18) {
  transition-delay: 0.54s;
}
.fade .fade-up-all > *:nth-child(19), .fade.fade-up-all > *:nth-child(19) {
  transition-delay: 0.57s;
}
.fade .fade-up-all > *:nth-child(20), .fade.fade-up-all > *:nth-child(20) {
  transition-delay: 0.6s;
}
.fade .fade-up-all > *:nth-child(21), .fade.fade-up-all > *:nth-child(21) {
  transition-delay: 0.63s;
}
.fade .fade-up-all > *:nth-child(22), .fade.fade-up-all > *:nth-child(22) {
  transition-delay: 0.66s;
}
.fade .fade-up-all > *:nth-child(23), .fade.fade-up-all > *:nth-child(23) {
  transition-delay: 0.69s;
}
.fade .fade-up-all > *:nth-child(24), .fade.fade-up-all > *:nth-child(24) {
  transition-delay: 0.72s;
}
.fade .fade-up-all > *:nth-child(25), .fade.fade-up-all > *:nth-child(25) {
  transition-delay: 0.75s;
}
.fade .fade-up-all > *:nth-child(26), .fade.fade-up-all > *:nth-child(26) {
  transition-delay: 0.78s;
}
.fade .fade-up-all > *:nth-child(27), .fade.fade-up-all > *:nth-child(27) {
  transition-delay: 0.81s;
}
.fade .fade-up-all > *:nth-child(28), .fade.fade-up-all > *:nth-child(28) {
  transition-delay: 0.84s;
}
.fade .fade-up-all > *:nth-child(29), .fade.fade-up-all > *:nth-child(29) {
  transition-delay: 0.87s;
}
.fade .fade-up-all > *:nth-child(30), .fade.fade-up-all > *:nth-child(30) {
  transition-delay: 0.9s;
}
.fade .fade-up-all > *:nth-child(31), .fade.fade-up-all > *:nth-child(31) {
  transition-delay: 0.93s;
}
.fade .fade-up-all > *:nth-child(32), .fade.fade-up-all > *:nth-child(32) {
  transition-delay: 0.96s;
}
.fade .fade-up-all > *:nth-child(33), .fade.fade-up-all > *:nth-child(33) {
  transition-delay: 0.99s;
}
.fade .fade-up-all > *:nth-child(34), .fade.fade-up-all > *:nth-child(34) {
  transition-delay: 1.02s;
}
.fade .fade-up-all > *:nth-child(35), .fade.fade-up-all > *:nth-child(35) {
  transition-delay: 1.05s;
}
.fade .fade-up-all > *:nth-child(36), .fade.fade-up-all > *:nth-child(36) {
  transition-delay: 1.08s;
}
.fade .fade-up-all > *:nth-child(37), .fade.fade-up-all > *:nth-child(37) {
  transition-delay: 1.11s;
}
.fade .fade-up-all > *:nth-child(38), .fade.fade-up-all > *:nth-child(38) {
  transition-delay: 1.14s;
}
.fade .fade-up-all > *:nth-child(39), .fade.fade-up-all > *:nth-child(39) {
  transition-delay: 1.17s;
}
.fade .fade-up-all > *:nth-child(40), .fade.fade-up-all > *:nth-child(40) {
  transition-delay: 1.2s;
}
.fade .fade-up-all > *:nth-child(41), .fade.fade-up-all > *:nth-child(41) {
  transition-delay: 1.23s;
}
.fade .fade-up-all > *:nth-child(42), .fade.fade-up-all > *:nth-child(42) {
  transition-delay: 1.26s;
}
.fade .fade-up-all > *:nth-child(43), .fade.fade-up-all > *:nth-child(43) {
  transition-delay: 1.29s;
}
.fade .fade-up-all > *:nth-child(44), .fade.fade-up-all > *:nth-child(44) {
  transition-delay: 1.32s;
}
.fade .fade-up-all > *:nth-child(45), .fade.fade-up-all > *:nth-child(45) {
  transition-delay: 1.35s;
}
.fade .fade-up-all > *:nth-child(46), .fade.fade-up-all > *:nth-child(46) {
  transition-delay: 1.38s;
}
.fade .fade-up-all > *:nth-child(47), .fade.fade-up-all > *:nth-child(47) {
  transition-delay: 1.41s;
}
.fade .fade-up-all > *:nth-child(48), .fade.fade-up-all > *:nth-child(48) {
  transition-delay: 1.44s;
}
.fade .fade-up-all > *:nth-child(49), .fade.fade-up-all > *:nth-child(49) {
  transition-delay: 1.47s;
}
.fade .fade-up-all > *:nth-child(50), .fade.fade-up-all > *:nth-child(50) {
  transition-delay: 1.5s;
}
.fade .fade-up-all > *:nth-child(51), .fade.fade-up-all > *:nth-child(51) {
  transition-delay: 1.53s;
}
.fade .fade-up-all > *:nth-child(52), .fade.fade-up-all > *:nth-child(52) {
  transition-delay: 1.56s;
}
.fade .fade-up-all > *:nth-child(53), .fade.fade-up-all > *:nth-child(53) {
  transition-delay: 1.59s;
}
.fade .fade-up-all > *:nth-child(54), .fade.fade-up-all > *:nth-child(54) {
  transition-delay: 1.62s;
}
.fade .fade-up-all > *:nth-child(55), .fade.fade-up-all > *:nth-child(55) {
  transition-delay: 1.65s;
}
.fade .fade-up-all > *:nth-child(56), .fade.fade-up-all > *:nth-child(56) {
  transition-delay: 1.68s;
}
.fade .fade-up-all > *:nth-child(57), .fade.fade-up-all > *:nth-child(57) {
  transition-delay: 1.71s;
}
.fade .fade-up-all > *:nth-child(58), .fade.fade-up-all > *:nth-child(58) {
  transition-delay: 1.74s;
}
.fade .fade-up-all > *:nth-child(59), .fade.fade-up-all > *:nth-child(59) {
  transition-delay: 1.77s;
}
.fade .fade-up-all > *:nth-child(60), .fade.fade-up-all > *:nth-child(60) {
  transition-delay: 1.8s;
}
.fade .fade-up-all > *:nth-child(61), .fade.fade-up-all > *:nth-child(61) {
  transition-delay: 1.83s;
}
.fade .fade-up-all > *:nth-child(62), .fade.fade-up-all > *:nth-child(62) {
  transition-delay: 1.86s;
}
.fade .fade-up-all > *:nth-child(63), .fade.fade-up-all > *:nth-child(63) {
  transition-delay: 1.89s;
}
.fade .fade-up-all > *:nth-child(64), .fade.fade-up-all > *:nth-child(64) {
  transition-delay: 1.92s;
}
.fade .fade-up-all > *:nth-child(65), .fade.fade-up-all > *:nth-child(65) {
  transition-delay: 1.95s;
}
.fade .fade-up-all > *:nth-child(66), .fade.fade-up-all > *:nth-child(66) {
  transition-delay: 1.98s;
}
.fade .fade-up-all > *:nth-child(67), .fade.fade-up-all > *:nth-child(67) {
  transition-delay: 2.01s;
}
.fade .fade-up-all > *:nth-child(68), .fade.fade-up-all > *:nth-child(68) {
  transition-delay: 2.04s;
}
.fade .fade-up-all > *:nth-child(69), .fade.fade-up-all > *:nth-child(69) {
  transition-delay: 2.07s;
}
.fade .fade-up-all > *:nth-child(70), .fade.fade-up-all > *:nth-child(70) {
  transition-delay: 2.1s;
}
.fade .fade-up-all > *:nth-child(71), .fade.fade-up-all > *:nth-child(71) {
  transition-delay: 2.13s;
}
.fade .fade-up-all > *:nth-child(72), .fade.fade-up-all > *:nth-child(72) {
  transition-delay: 2.16s;
}
.fade .fade-up-all > *:nth-child(73), .fade.fade-up-all > *:nth-child(73) {
  transition-delay: 2.19s;
}
.fade .fade-up-all > *:nth-child(74), .fade.fade-up-all > *:nth-child(74) {
  transition-delay: 2.22s;
}
.fade .fade-up-all > *:nth-child(75), .fade.fade-up-all > *:nth-child(75) {
  transition-delay: 2.25s;
}
.fade .fade-up-all > *:nth-child(76), .fade.fade-up-all > *:nth-child(76) {
  transition-delay: 2.28s;
}
.fade .fade-up-all > *:nth-child(77), .fade.fade-up-all > *:nth-child(77) {
  transition-delay: 2.31s;
}
.fade .fade-up-all > *:nth-child(78), .fade.fade-up-all > *:nth-child(78) {
  transition-delay: 2.34s;
}
.fade .fade-up-all > *:nth-child(79), .fade.fade-up-all > *:nth-child(79) {
  transition-delay: 2.37s;
}
.fade .fade-up-all > *:nth-child(80), .fade.fade-up-all > *:nth-child(80) {
  transition-delay: 2.4s;
}
.fade .fade-up-all > *:nth-child(81), .fade.fade-up-all > *:nth-child(81) {
  transition-delay: 2.43s;
}
.fade .fade-up-all > *:nth-child(82), .fade.fade-up-all > *:nth-child(82) {
  transition-delay: 2.46s;
}
.fade .fade-up-all > *:nth-child(83), .fade.fade-up-all > *:nth-child(83) {
  transition-delay: 2.49s;
}
.fade .fade-up-all > *:nth-child(84), .fade.fade-up-all > *:nth-child(84) {
  transition-delay: 2.52s;
}
.fade .fade-up-all > *:nth-child(85), .fade.fade-up-all > *:nth-child(85) {
  transition-delay: 2.55s;
}
.fade .fade-up-all > *:nth-child(86), .fade.fade-up-all > *:nth-child(86) {
  transition-delay: 2.58s;
}
.fade .fade-up-all > *:nth-child(87), .fade.fade-up-all > *:nth-child(87) {
  transition-delay: 2.61s;
}
.fade .fade-up-all > *:nth-child(88), .fade.fade-up-all > *:nth-child(88) {
  transition-delay: 2.64s;
}
.fade .fade-up-all > *:nth-child(89), .fade.fade-up-all > *:nth-child(89) {
  transition-delay: 2.67s;
}
.fade .fade-up-all > *:nth-child(90), .fade.fade-up-all > *:nth-child(90) {
  transition-delay: 2.7s;
}
.fade .fade-up-all > *:nth-child(91), .fade.fade-up-all > *:nth-child(91) {
  transition-delay: 2.73s;
}
.fade .fade-up-all > *:nth-child(92), .fade.fade-up-all > *:nth-child(92) {
  transition-delay: 2.76s;
}
.fade .fade-up-all > *:nth-child(93), .fade.fade-up-all > *:nth-child(93) {
  transition-delay: 2.79s;
}
.fade .fade-up-all > *:nth-child(94), .fade.fade-up-all > *:nth-child(94) {
  transition-delay: 2.82s;
}
.fade .fade-up-all > *:nth-child(95), .fade.fade-up-all > *:nth-child(95) {
  transition-delay: 2.85s;
}
.fade .fade-up-all > *:nth-child(96), .fade.fade-up-all > *:nth-child(96) {
  transition-delay: 2.88s;
}
.fade .fade-up-all > *:nth-child(97), .fade.fade-up-all > *:nth-child(97) {
  transition-delay: 2.91s;
}
.fade .fade-up-all > *:nth-child(98), .fade.fade-up-all > *:nth-child(98) {
  transition-delay: 2.94s;
}
.fade .fade-up-all > *:nth-child(99), .fade.fade-up-all > *:nth-child(99) {
  transition-delay: 2.97s;
}
.fade .fade-up-all > *:nth-child(100), .fade.fade-up-all > *:nth-child(100) {
  transition-delay: 3s;
}
@media screen and (max-width: 768px) {
  .fade .fade-up-all > *, .fade.fade-up-all > * {
    transform: translateY(50px);
  }
}
.fade.fade-on.fade-up-all > *,
.fade.fade-on .fade-up-all > * {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
.anm_fuwafuwa {
  animation: fuwafuwa 2s ease-in-out infinite;
}

/* ------------------------------
	.page_head
------------------------------ */
.page_head {
  position: relative;
  padding-top: 220px;
}
@media screen and (max-width: 768px) {
  .page_head {
    padding-top: 40px;
  }
}
.page_head .page_ttl {
  position: absolute;
  z-index: 2;
  top: 27px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .page_head .page_ttl {
    position: relative;
    top: 0;
    width: 92%;
    margin-bottom: 30px;
    display: block;
  }
}
.page_head .page_ttl .en {
  flex-shrink: 0;
  max-width: 100%;
  margin-right: 85px;
  font-size: 11.5rem;
  font-weight: 200;
  line-height: 1;
  color: #4A5771;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .page_head .page_ttl .en {
    display: block;
    margin-right: 0;
    font-size: 4.2rem;
  }
}
.page_head .page_ttl .ttl_txt {
  display: flex;
  align-items: flex-end;
  max-width: 100%;
  height: 100px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page_head .page_ttl .ttl_txt {
    display: block;
    height: auto;
    margin-top: 10px;
    font-size: 1.8rem;
  }
}
.page_head .page_ttl .en {
  opacity: 0;
}
.page_head .page_ttl .en span {
  padding-bottom: 0.1em;
  margin-bottom: -0.1em;
  will-change: transform, opacity;
  display: inline-block;
  font-weight: inherit;
  opacity: 0;
  transform: translateY(80%);
  clip-path: inset(0% 0% 0% 100%);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), clip-path 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.page_head .page_ttl .en span:nth-child(1) {
  transition-delay: 0.03s;
}
.page_head .page_ttl .en span:nth-child(2) {
  transition-delay: 0.06s;
}
.page_head .page_ttl .en span:nth-child(3) {
  transition-delay: 0.09s;
}
.page_head .page_ttl .en span:nth-child(4) {
  transition-delay: 0.12s;
}
.page_head .page_ttl .en span:nth-child(5) {
  transition-delay: 0.15s;
}
.page_head .page_ttl .en span:nth-child(6) {
  transition-delay: 0.18s;
}
.page_head .page_ttl .en span:nth-child(7) {
  transition-delay: 0.21s;
}
.page_head .page_ttl .en span:nth-child(8) {
  transition-delay: 0.24s;
}
.page_head .page_ttl .en span:nth-child(9) {
  transition-delay: 0.27s;
}
.page_head .page_ttl .en span:nth-child(10) {
  transition-delay: 0.3s;
}
.page_head .page_ttl .en span:nth-child(11) {
  transition-delay: 0.33s;
}
.page_head .page_ttl .en span:nth-child(12) {
  transition-delay: 0.36s;
}
.page_head .page_ttl .en span:nth-child(13) {
  transition-delay: 0.39s;
}
.page_head .page_ttl .en span:nth-child(14) {
  transition-delay: 0.42s;
}
.page_head .page_ttl .en span:nth-child(15) {
  transition-delay: 0.45s;
}
.page_head .page_ttl .en span:nth-child(16) {
  transition-delay: 0.48s;
}
.page_head .page_ttl .en span:nth-child(17) {
  transition-delay: 0.51s;
}
.page_head .page_ttl .en span:nth-child(18) {
  transition-delay: 0.54s;
}
.page_head .page_ttl .en span:nth-child(19) {
  transition-delay: 0.57s;
}
.page_head .page_ttl .en span:nth-child(20) {
  transition-delay: 0.6s;
}
.page_head .page_ttl .en span:nth-child(21) {
  transition-delay: 0.63s;
}
.page_head .page_ttl .en span:nth-child(22) {
  transition-delay: 0.66s;
}
.page_head .page_ttl .en span:nth-child(23) {
  transition-delay: 0.69s;
}
.page_head .page_ttl .en span:nth-child(24) {
  transition-delay: 0.72s;
}
.page_head .page_ttl .en span:nth-child(25) {
  transition-delay: 0.75s;
}
.page_head .page_ttl .en span:nth-child(26) {
  transition-delay: 0.78s;
}
.page_head .page_ttl .en span:nth-child(27) {
  transition-delay: 0.81s;
}
.page_head .page_ttl .en span:nth-child(28) {
  transition-delay: 0.84s;
}
.page_head .page_ttl .en span:nth-child(29) {
  transition-delay: 0.87s;
}
.page_head .page_ttl .en span:nth-child(30) {
  transition-delay: 0.9s;
}
.page_head .page_ttl .en span:nth-child(31) {
  transition-delay: 0.93s;
}
.page_head .page_ttl .en span:nth-child(32) {
  transition-delay: 0.96s;
}
.page_head .page_ttl .en span:nth-child(33) {
  transition-delay: 0.99s;
}
.page_head .page_ttl .en span:nth-child(34) {
  transition-delay: 1.02s;
}
.page_head .page_ttl .en span:nth-child(35) {
  transition-delay: 1.05s;
}
.page_head .page_ttl .en span:nth-child(36) {
  transition-delay: 1.08s;
}
.page_head .page_ttl .en span:nth-child(37) {
  transition-delay: 1.11s;
}
.page_head .page_ttl .en span:nth-child(38) {
  transition-delay: 1.14s;
}
.page_head .page_ttl .en span:nth-child(39) {
  transition-delay: 1.17s;
}
.page_head .page_ttl .en span:nth-child(40) {
  transition-delay: 1.2s;
}
.page_head .page_ttl .en span:nth-child(41) {
  transition-delay: 1.23s;
}
.page_head .page_ttl .en span:nth-child(42) {
  transition-delay: 1.26s;
}
.page_head .page_ttl .en span:nth-child(43) {
  transition-delay: 1.29s;
}
.page_head .page_ttl .en span:nth-child(44) {
  transition-delay: 1.32s;
}
.page_head .page_ttl .en span:nth-child(45) {
  transition-delay: 1.35s;
}
.page_head .page_ttl .en span:nth-child(46) {
  transition-delay: 1.38s;
}
.page_head .page_ttl .en span:nth-child(47) {
  transition-delay: 1.41s;
}
.page_head .page_ttl .en span:nth-child(48) {
  transition-delay: 1.44s;
}
.page_head .page_ttl .en span:nth-child(49) {
  transition-delay: 1.47s;
}
.page_head .page_ttl .en span:nth-child(50) {
  transition-delay: 1.5s;
}
.page_head .page_ttl .en span:nth-child(51) {
  transition-delay: 1.53s;
}
.page_head .page_ttl .en span:nth-child(52) {
  transition-delay: 1.56s;
}
.page_head .page_ttl .en span:nth-child(53) {
  transition-delay: 1.59s;
}
.page_head .page_ttl .en span:nth-child(54) {
  transition-delay: 1.62s;
}
.page_head .page_ttl .en span:nth-child(55) {
  transition-delay: 1.65s;
}
.page_head .page_ttl .en span:nth-child(56) {
  transition-delay: 1.68s;
}
.page_head .page_ttl .en span:nth-child(57) {
  transition-delay: 1.71s;
}
.page_head .page_ttl .en span:nth-child(58) {
  transition-delay: 1.74s;
}
.page_head .page_ttl .en span:nth-child(59) {
  transition-delay: 1.77s;
}
.page_head .page_ttl .en span:nth-child(60) {
  transition-delay: 1.8s;
}
.page_head .page_ttl .en span:nth-child(61) {
  transition-delay: 1.83s;
}
.page_head .page_ttl .en span:nth-child(62) {
  transition-delay: 1.86s;
}
.page_head .page_ttl .en span:nth-child(63) {
  transition-delay: 1.89s;
}
.page_head .page_ttl .en span:nth-child(64) {
  transition-delay: 1.92s;
}
.page_head .page_ttl .en span:nth-child(65) {
  transition-delay: 1.95s;
}
.page_head .page_ttl .en span:nth-child(66) {
  transition-delay: 1.98s;
}
.page_head .page_ttl .en span:nth-child(67) {
  transition-delay: 2.01s;
}
.page_head .page_ttl .en span:nth-child(68) {
  transition-delay: 2.04s;
}
.page_head .page_ttl .en span:nth-child(69) {
  transition-delay: 2.07s;
}
.page_head .page_ttl .en span:nth-child(70) {
  transition-delay: 2.1s;
}
.page_head .page_ttl .en span:nth-child(71) {
  transition-delay: 2.13s;
}
.page_head .page_ttl .en span:nth-child(72) {
  transition-delay: 2.16s;
}
.page_head .page_ttl .en span:nth-child(73) {
  transition-delay: 2.19s;
}
.page_head .page_ttl .en span:nth-child(74) {
  transition-delay: 2.22s;
}
.page_head .page_ttl .en span:nth-child(75) {
  transition-delay: 2.25s;
}
.page_head .page_ttl .en span:nth-child(76) {
  transition-delay: 2.28s;
}
.page_head .page_ttl .en span:nth-child(77) {
  transition-delay: 2.31s;
}
.page_head .page_ttl .en span:nth-child(78) {
  transition-delay: 2.34s;
}
.page_head .page_ttl .en span:nth-child(79) {
  transition-delay: 2.37s;
}
.page_head .page_ttl .en span:nth-child(80) {
  transition-delay: 2.4s;
}
.page_head .page_ttl .en span:nth-child(81) {
  transition-delay: 2.43s;
}
.page_head .page_ttl .en span:nth-child(82) {
  transition-delay: 2.46s;
}
.page_head .page_ttl .en span:nth-child(83) {
  transition-delay: 2.49s;
}
.page_head .page_ttl .en span:nth-child(84) {
  transition-delay: 2.52s;
}
.page_head .page_ttl .en span:nth-child(85) {
  transition-delay: 2.55s;
}
.page_head .page_ttl .en span:nth-child(86) {
  transition-delay: 2.58s;
}
.page_head .page_ttl .en span:nth-child(87) {
  transition-delay: 2.61s;
}
.page_head .page_ttl .en span:nth-child(88) {
  transition-delay: 2.64s;
}
.page_head .page_ttl .en span:nth-child(89) {
  transition-delay: 2.67s;
}
.page_head .page_ttl .en span:nth-child(90) {
  transition-delay: 2.7s;
}
.page_head .page_ttl .en span:nth-child(91) {
  transition-delay: 2.73s;
}
.page_head .page_ttl .en span:nth-child(92) {
  transition-delay: 2.76s;
}
.page_head .page_ttl .en span:nth-child(93) {
  transition-delay: 2.79s;
}
.page_head .page_ttl .en span:nth-child(94) {
  transition-delay: 2.82s;
}
.page_head .page_ttl .en span:nth-child(95) {
  transition-delay: 2.85s;
}
.page_head .page_ttl .en span:nth-child(96) {
  transition-delay: 2.88s;
}
.page_head .page_ttl .en span:nth-child(97) {
  transition-delay: 2.91s;
}
.page_head .page_ttl .en span:nth-child(98) {
  transition-delay: 2.94s;
}
.page_head .page_ttl .en span:nth-child(99) {
  transition-delay: 2.97s;
}
.page_head .page_ttl .en span:nth-child(100) {
  transition-delay: 3s;
}
.page_head .page_ttl.on .en {
  opacity: 1;
}
.page_head .page_ttl.on .en span {
  opacity: 1;
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}
.page_head .page_head_img {
  width: 70%;
  min-width: 70%;
  max-width: 100%;
  height: 400px;
  margin: 0 auto;
  animation: page_head_img 0.8s ease-in forwards;
}
@media screen and (max-width: 768px) {
  .page_head .page_head_img {
    height: 250px;
  }
}
.page_head .page_head_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes page_head_img {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

/* ------------------------------
	.breadcrumb
------------------------------ */
.breadcrumb {
  padding: 15px 4%;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 10px 4%;
  }
}
.breadcrumb .breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb .breadcrumb_list li,
.breadcrumb .breadcrumb_list li a {
  display: flex;
  align-items: center;
  line-height: 1.3;
  color: #30283D;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb .breadcrumb_list li,
  .breadcrumb .breadcrumb_list li a {
    font-size: 1.2rem;
  }
}
.breadcrumb .breadcrumb_list li {
  position: relative;
  padding: 2px 0;
}
.breadcrumb .breadcrumb_list li + li {
  margin-left: 10px;
}
.breadcrumb .breadcrumb_list li + li::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  background: url(../img/common/ico_arw06.svg) no-repeat center center;
  background-size: 100%;
  margin-right: 10px;
}

/* ------------------------------
	.pager
------------------------------ */
.pager {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager .pager_prev a,
.pager .pager_next a {
  display: block;
  width: 40px;
  height: 56px;
}
@media screen and (max-width: 768px) {
  .pager .pager_prev a,
  .pager .pager_next a {
    height: 40px;
  }
}
.pager .pager_prev {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .pager .pager_prev {
    margin-right: 10px;
  }
}
.pager .pager_prev a {
  background: url(../img/common/pager_arw01.svg) no-repeat center center;
}
.pager .pager_next {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .pager .pager_next {
    margin-left: 10px;
  }
}
.pager .pager_next a {
  background: url(../img/common/pager_arw02.svg) no-repeat center center;
}
.pager .pager_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager .pager_list li + li {
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .pager .pager_list li + li {
    margin-left: 6px;
  }
}
.pager .pager_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  border: 1px solid #4A5771;
  background: #fff;
  color: #4A5771;
  -webkit-transition: background 0.4s ease, color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease;
}
@media screen and (min-width: 769px) {
  .pager .pager_list li a:hover {
    opacity: 1;
    background: #4A5771;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .pager .pager_list li a {
    width: 40px;
    height: 40px;
  }
}
.pager .pager_list li.current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background: #4A5771;
  color: #fff;
}
.pager .pager_list li.current a {
  background: #4A5771;
}
@media screen and (max-width: 768px) {
  .pager .pager_list li.current {
    width: 40px;
    height: 40px;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  wp投稿
* --------------------------------------------------------------------------------------------------*/
.details_txt_box {
  overflow: hidden;
}
.details_txt_box > *:first-child,
.details_txt_box > *:first-child *:first-child {
  margin-top: 0 !important;
}
.details_txt_box > *:last-child,
.details_txt_box > *:last-child *:last-child {
  margin-bottom: 0 !important;
}
.details_txt_box > * {
  position: relative;
  max-width: 100%;
}
.details_txt_box * {
  font-size: 1.6rem;
  line-height: 1.8;
  word-break: break-all;
  word-break: break-word;
}
.details_txt_box h1,
.details_txt_box h2,
.details_txt_box h3,
.details_txt_box h4,
.details_txt_box h5,
.details_txt_box h6 {
  font-weight: bold;
  color: #4A5771;
  line-height: 1.6;
}
.details_txt_box h1,
.details_txt_box h2 {
  padding: 15px 23px;
  background: #4A5771;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.3;
}
.details_txt_box h3 {
  padding: 15px 10px;
  border-top: 2px solid #4A5771;
  border-bottom: 2px solid #4A5771;
  font-size: 2.3rem;
  line-height: 1.3;
}
.details_txt_box h4 {
  padding-left: 10px;
  border-left: 5px solid #4A5771;
  font-size: 2.1rem;
}
.details_txt_box h5 {
  font-size: 1.9rem;
}
.details_txt_box h6 {
  font-size: 1.8rem;
}
.details_txt_box a {
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #EB5504;
}
@media screen and (min-width: 769px) {
  .details_txt_box a:hover {
    text-decoration: none;
  }
}
.details_txt_box span,
.details_txt_box strong,
.details_txt_box em,
.details_txt_box b {
  font-size: inherit;
  line-height: inherit;
}
.details_txt_box > *,
.details_txt_box > * p + p {
  margin-top: 30px;
}
.details_txt_box h1 + *,
.details_txt_box h2 + *,
.details_txt_box h3 + *,
.details_txt_box h4 + * {
  margin-top: 20px;
}
.details_txt_box h5 + *,
.details_txt_box h6 + * {
  margin-top: 15px;
}
.details_txt_box .wp-caption-text,
.details_txt_box figcaption,
.details_txt_box caption {
  display: block !important;
  margin-bottom: 0 !important;
  margin-top: 1em;
  font-size: 1.3rem;
  color: #595757;
  text-align: left;
}
.details_txt_box .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.details_txt_box .wp-block-image .aligncenter {
  display: table;
}
.details_txt_box .alignright {
  float: right;
  margin-left: 40px;
  padding-bottom: 0.3em;
  overflow: hidden;
}
.details_txt_box .alignleft {
  float: left;
  margin-right: 40px;
  padding-bottom: 0.3em;
  overflow: hidden;
}
.details_txt_box p::after {
  content: "";
  clear: both;
}
.details_txt_box > *:first-child.alignright + p,
.details_txt_box > *:first-child.alignleft + p {
  margin-top: 0;
}
.details_txt_box .alignleft + .aligncenter,
.details_txt_box .alignright + .aligncenter {
  padding-top: 28px;
}
.details_txt_box ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.details_txt_box ul li::before {
  content: "・";
  display: inline-block;
  width: 1em;
  text-indent: 0;
}
.details_txt_box ol {
  padding-left: 25px;
}
.details_txt_box ol {
  counter-reset: ol_num;
}
.details_txt_box ol li {
  position: relative;
}
.details_txt_box ol li:before {
  position: absolute;
  top: 0;
  left: -25px;
  counter-increment: ol_num;
  content: counter(ol_num) ".";
}
.details_txt_box li + li,
.details_txt_box li + li {
  margin-top: 2px;
}
.details_txt_box blockquote {
  padding: 10px;
  border: 1px solid #ddd;
}
.details_txt_box blockquote,
.details_txt_box blockquote * {
  color: #595757;
  font-size: 1.4rem;
}
.details_txt_box table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .details_txt_box .wp-block-table,
  .details_txt_box .table-scroll {
    overflow: auto;
  }
  .details_txt_box .wp-block-table::-webkit-scrollbar,
  .details_txt_box .table-scroll::-webkit-scrollbar {
    height: 5px;
    margin-top: 5px;
    background: #F8F8F8;
  }
  .details_txt_box .wp-block-table::-webkit-scrollbar-thumb,
  .details_txt_box .table-scroll::-webkit-scrollbar-thumb {
    height: 5px;
    background: #D3D3D3;
  }
}
@media screen and (max-width: 768px) {
  .details_txt_box .wp-block-table table,
  .details_txt_box .table-scroll table {
    min-width: 1200px;
  }
}
.details_txt_box thead {
  border-bottom: 0;
}
.details_txt_box thead th,
.details_txt_box thead td {
  background: #f5f7fd;
}
.details_txt_box th,
.details_txt_box td {
  padding: 10px;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-color: #ddd;
  border-color: #707070;
  line-height: 1.5;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .details_txt_box th,
  .details_txt_box td {
    font-size: 1.5rem;
  }
}
.details_txt_box tr > *:last-child {
  border-right: 1px solid #707070;
}
.details_txt_box tr:first-child > * {
  border-top: 1px solid #707070;
}
.details_txt_box th {
  font-weight: bold;
}
.details_txt_box iframe {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.details_txt_box .is-type-video figcaption {
  margin-left: auto;
  margin-right: auto;
}
.details_txt_box .wp-block-embed-youtube.alignleft, .details_txt_box .wp-block-embed-youtube.alignright {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .details_txt_box .alignright,
  .details_txt_box .alignleft {
    float: none;
    display: block;
    text-align: center;
    margin: 25px auto 0;
    padding: 0;
  }
  .details_txt_box .alignleft + .aligncenter,
  .details_txt_box .alignright + .aligncenter {
    padding-top: 0;
  }
  .details_txt_box .aligncenter figcaption,
  .details_txt_box .alignleft figcaption,
  .details_txt_box .alignright figcaption {
    display: block;
    margin-bottom: 0;
  }
  .details_txt_box * {
    font-size: 1.4rem;
  }
  .details_txt_box > *,
  .details_txt_box > * p + p {
    margin-top: 25px;
  }
  .details_txt_box h1,
  .details_txt_box h2 {
    font-size: 2rem;
  }
  .details_txt_box h3 {
    font-size: 1.8rem;
  }
  .details_txt_box h4 {
    font-size: 1.7rem;
  }
  .details_txt_box h5 {
    font-size: 1.6rem;
  }
  .details_txt_box h6 {
    font-size: 1.5rem;
  }
  .details_txt_box h1 + *,
  .details_txt_box h2 + *,
  .details_txt_box h3 + *,
  .details_txt_box h4 + * {
    margin-top: 15px;
  }
  .details_txt_box h5 + *,
  .details_txt_box h6 + * {
    margin-top: 10px;
  }
  .details_txt_box .wp-caption-text,
  .details_txt_box figcaption,
  .details_txt_box caption {
    font-size: 1.3rem;
  }
  .details_txt_box blockquote {
    font-size: 1.3rem;
  }
}

.loading {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: #F8F8F8;
}
.loading.open {
  animation: loading 0.5s ease-out forwards;
}
@keyframes loading {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.loading .logo {
  width: 328px;
  transform: scale(0.8);
  opacity: 0.7;
}
.loading .logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .loading .logo {
    width: 180px;
  }
}
.loading .logo .logo_txt {
  display: block;
  margin-top: 10px;
  font-size: 2.6rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .loading .logo .logo_txt {
    font-size: 1.4rem;
  }
}

/* ------------------------------
	reCAPTCHA
------------------------------ */
.grecaptcha-badge {
  display: none !important;
}