@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oooh+Baby&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.5641025641vw;
  }
}

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: "Zen Kaku Gothic Antique", "メイリオ", "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: #111;
  font-size: 1.8rem;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

*,
*: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;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

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;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: 0;
  }
}

.wrap {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrap {
    width: calc(100% - 5rem);
    max-width: initial;
  }
}

.content {
  overflow: hidden;
  background: #ede3d6;
}

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

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

.header_wrap {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 12rem;
  padding-top: 1.2rem;
  background: #ede3d6;
}
@media screen and (max-width: 768px) {
  .header_wrap {
    height: 5rem;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .header_wrap .logo {
    text-align: center;
  }
}
.header_wrap .logo img {
  width: 31rem;
}
@media screen and (max-width: 768px) {
  .header_wrap .logo img {
    width: 20.6rem;
  }
}
@media screen and (max-width: 768px) {
  .header_wrap .wrap {
    height: 100%;
  }
}
.header_wrap .header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .header_wrap .header_top {
    height: 100%;
    margin-bottom: 0;
    justify-content: center;
  }
}
.header_wrap .header_top .header_txt_box {
  display: flex;
  align-items: center;
}
.header_wrap .header_top .header_txt_box .header_txt {
  padding: 0.5rem 2rem;
  border: 1px solid #111;
  border-radius: 2rem;
  font-size: 1.6rem;
}
.header_wrap .header_top .header_txt_box .header_tel {
  margin-left: 2rem;
  font-size: 3.3rem;
  font-weight: bold;
  letter-spacing: 0;
}
.header_wrap .header_top .header_txt_box .header_note {
  margin-left: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.header_wrap .header_btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_wrap .header_btm .header_list {
  display: flex;
}
.header_wrap .header_btm .header_list .header_item {
  border-left: 1px solid #111;
}
.header_wrap .header_btm .header_list .header_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.8rem;
  padding: 0 3rem 2rem;
  background: url(../img/common/ico_arw01.svg) no-repeat center bottom;
  background-size: 0.8rem;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-transition: padding 0.4s ease;
  transition: padding 0.4s ease;
}
@media screen and (min-width: 769px) {
  .header_wrap .header_btm .header_list .header_item a:hover {
    opacity: 1;
    padding-bottom: 0;
    background: none;
  }
}
.header_wrap .header_btm .contact_btn {
  flex-shrink: 0;
}
.header_wrap .header_btm .contact_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21rem;
  height: 3.8rem;
  border-radius: 1rem;
  background: #ca0030;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media screen and (min-width: 769px) {
  .header_wrap .header_btm .contact_btn a:hover {
    opacity: 1;
    background: #e60030;
  }
}

.menu_btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10001;
  width: 6rem;
  height: 5rem;
  padding-top: 3.2rem;
  cursor: pointer;
}
.menu_btn::before {
  content: "メニュー";
  display: block;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  color: #006400;
  letter-spacing: 0;
}
.menu_btn .line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 2.6rem;
  height: 0.3rem;
  border-radius: 50%;
  background: #006400;
  transition: all 0.4s ease-out;
}
.menu_btn .line:nth-child(1) {
  top: 0.8rem;
}
.menu_btn .line:nth-child(2) {
  top: 1.6rem;
}
.menu_btn .line:nth-child(3) {
  top: 2.4rem;
}
.menu_btn.active .line:nth-child(1) {
  top: 1.6rem;
  transform: rotate(30deg);
}
.menu_btn.active .line:nth-child(2) {
  opacity: 0;
}
.menu_btn.active .line:nth-child(3) {
  top: 1.6rem;
  transform: rotate(-30deg);
}
.menu_btn.active::before {
  content: "とじる";
}

.gnav {
  position: fixed;
  z-index: 10000;
  top: 5rem;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: calc(100vh - 5rem);
  background: #ede3d6;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.gnav.active {
  opacity: 1;
  visibility: visible;
}
.gnav .gnav_wrap {
  display: none;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 3rem 2.5rem 15rem;
  height: calc(100vh - 5rem);
  overflow-y: auto;
}
.gnav .gnav_list .gnav_item + .gnav_item {
  margin-top: 2rem;
}
.gnav .gnav_list .gnav_item a {
  position: relative;
  display: block;
  padding-left: 3rem;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
}
.gnav .gnav_list .gnav_item a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: url(../img/common/ico_arw01.svg) no-repeat center bottom;
  background-size: 100%;
  transform: rotate(30deg);
}
.gnav .btn_box {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 3rem;
}
.gnav .contact_btn {
  width: 100%;
}
.gnav .contact_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6.8rem;
  border-radius: 1rem;
  background: #ca0030;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.gnav .ig_btn {
  flex-shrink: 0;
}
.gnav .ig_btn img {
  width: 5rem;
}
.gnav .tel_box {
  margin-top: 3rem;
}
.gnav .tel_box .gnav_txt {
  padding: 0.5rem 2rem;
  border: 1px solid #111;
  border-radius: 2rem;
  font-size: 1.4rem;
  white-space: nowrap;
  text-align: center;
}
.gnav .tel_box .gnav_tel {
  margin-top: 1rem;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0;
  white-space: nowrap;
}
.gnav .tel_box .gnav_note {
  margin-top: 0.5rem;
  text-align: center;
}
.gnav .menu_close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24rem;
  height: 6.8rem;
  margin: 3.5rem auto 0;
  border-radius: 1rem;
  background: #006400;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.gnav .menu_close .ico {
  position: relative;
  width: 3.8rem;
  height: 3.8rem;
  margin-left: 2rem;
  background: #fff;
  border-radius: 50%;
}
.gnav .menu_close .ico .line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2.5rem;
  height: 0.4rem;
  background: #006400;
}
.gnav .menu_close .ico .line:nth-child(1) {
  transform: rotate(45deg);
}
.gnav .menu_close .ico .line:nth-child(2) {
  transform: rotate(-45deg);
}

/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
.footer_wrap {
  padding: 5rem 0 3.5rem;
  background: #ede3d6;
}
.footer_wrap .footer_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_nav {
    display: block;
  }
}
.footer_wrap .footer_nav .right_box {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_nav .right_box {
    margin-top: 3rem;
    gap: 3rem;
    justify-content: space-between;
  }
}
.footer_wrap .footer_list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_list {
    display: block;
  }
}
.footer_wrap .footer_list .footer_item {
  border-left: 1px solid #111;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_list .footer_item {
    border: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_list .footer_item + .footer_item {
    margin-top: 3rem;
  }
}
.footer_wrap .footer_list .footer_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.8rem;
  padding: 0 2.2rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_list .footer_item a {
    height: auto;
    padding: 0;
    display: inline-block;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap .contact_btn {
    width: 100%;
  }
}
.footer_wrap .contact_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21rem;
  height: 3.8rem;
  border-radius: 1rem;
  background: #ca0030;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media screen and (max-width: 768px) {
  .footer_wrap .contact_btn a {
    width: 100%;
    height: 6.8rem;
    font-size: 2.4rem;
    border-radius: 0.8rem;
  }
}
@media screen and (min-width: 769px) {
  .footer_wrap .contact_btn a:hover {
    opacity: 1;
    background: #e60030;
  }
}
.footer_wrap .ig_btn {
  flex-shrink: 0;
}
.footer_wrap .ig_btn a {
  display: block;
}
.footer_wrap .ig_btn img {
  width: 4rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .ig_btn img {
    width: 5rem;
  }
}
.footer_wrap .footer_btm {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_btm {
    display: block;
    margin-top: 4rem;
  }
}
.footer_wrap .footer_btm .footer_box {
  position: relative;
  width: 58rem;
  height: 33rem;
  border: 1px solid #111;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_btm .footer_box {
    width: 100%;
    height: 30.5rem;
    border-radius: 1rem;
  }
}
.footer_wrap .footer_btm .footer_box .logo {
  text-align: center;
}
.footer_wrap .footer_btm .footer_box .txt {
  text-align: center;
}
.footer_wrap .footer_btm .footer_box .img {
  position: absolute;
}
.footer_wrap .footer_btm .footer_box.box01 {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_btm .footer_box.box01 {
    padding-top: 4rem;
  }
}
.footer_wrap .footer_btm .footer_box.box01 .logo {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_btm .footer_box.box01 .logo {
    margin-bottom: 3rem;
  }
}
.footer_wrap .footer_btm .footer_box.box01 .logo img {
  width: 43.5rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_btm .footer_box.box01 .logo img {
    width: 28.5rem;
  }
}
.footer_wrap .footer_btm .footer_box.box01 .txt.big {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.2;
}
.footer_wrap .footer_btm .footer_box.box01 .txt.min {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
.footer_wrap .footer_btm .footer_box.box01 .txt:last-child {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_btm .footer_box.box01 .txt:last-child {
    margin-top: 1rem;
    line-height: 1.6;
  }
}
.footer_wrap .footer_btm .footer_box.box01 .img {
  left: 2rem;
  bottom: -5.5rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_btm .footer_box.box01 .img {
    left: 1.4rem;
    bottom: -3rem;
  }
}
.footer_wrap .footer_btm .footer_box.box01 .img img {
  width: 12.7rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_btm .footer_box.box01 .img img {
    width: 9.2rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_btm .footer_box.box02 {
    margin-top: 7.5rem;
  }
}
.footer_wrap .footer_btm .footer_box.box02 a {
  display: block;
  height: 100%;
  padding-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_btm .footer_box.box02 a {
    padding-top: 3rem;
  }
}
.footer_wrap .footer_btm .footer_box.box02 .logo {
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_btm .footer_box.box02 .logo {
    margin-top: 2.5rem;
  }
}
.footer_wrap .footer_btm .footer_box.box02 .logo img {
  width: 23.6rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_btm .footer_box.box02 .logo img {
    width: 17.2rem;
  }
}
.footer_wrap .footer_btm .footer_box.box02 .img {
  right: 3.2rem;
  bottom: -5.5rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_btm .footer_box.box02 .img {
    right: 1.6rem;
    bottom: -3.2rem;
  }
}
.footer_wrap .footer_btm .footer_box.box02 .img img {
  width: 8.9rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_btm .footer_box.box02 .img img {
    width: 6.4rem;
  }
}
.footer_wrap .copy {
  margin-top: 3.5rem;
  text-align: center;
}

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

.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_red01 {
  color: #ca0030;
}

.txt_green01 {
  color: #006400;
}

.txt_yellow01 {
  color: #ffff00;
}

@media screen and (max-width: 768px) {
  .img img {
    width: 100%;
  }
  .sp_ib {
    display: inline-block;
  }
}
/* ------------------------------
	.ttl
------------------------------ */
.sec_ttl {
  padding-bottom: 6.7rem;
  margin-bottom: 5rem;
  background: url(../img/index/sec_ttl_ico01.png) no-repeat center bottom;
  background-size: 100%;
  text-align: center;
  color: #006400;
  font-weight: 900;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .sec_ttl {
    padding-bottom: 6rem;
    background: url(../img/index/sec_ttl_ico01_sp.png) no-repeat center bottom;
    background-size: 100%;
    font-size: 4.3rem;
    line-height: 1.4;
  }
}

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

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

/* ------------------------------
	.cta
------------------------------ */
.cta {
  padding: 8.5rem 0 17.5rem;
  background: url(../img/index/cta_bg01.png) no-repeat center bottom;
  background-size: 192rem;
}
@media screen and (min-width: 1920px) {
  .cta {
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 9.5rem 0 16rem;
    background: url(../img/index/cta_bg03_sp.png) no-repeat, url(../img/index/cta_bg01_sp.png) no-repeat;
    background-position: center top, center bottom;
    background-size: 100%;
  }
}
.cta.cta02 {
  background: url(../img/index/cta_bg02.png) no-repeat center bottom;
  background-size: 192rem;
}
@media screen and (min-width: 1920px) {
  .cta.cta02 {
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .cta.cta02 {
    background: url(../img/index/cta_bg03_sp.png) no-repeat, url(../img/index/cta_bg02_sp.png) no-repeat;
    background-position: center top, center bottom;
    background-size: 100%;
  }
}
.cta .cta_ttl {
  position: relative;
  margin-bottom: 6rem;
  text-align: center;
  color: #ca0030;
  font-weight: 900;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .cta .cta_ttl {
    font-size: 2.6rem;
    line-height: 1.6;
  }
}
.cta .cta_ttl .big {
  position: relative;
  font-size: 4rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  .cta .cta_ttl .big {
    font-size: 3.3rem;
    letter-spacing: 0.025em;
    margin-left: 0;
  }
}
.cta .cta_ttl .big::before {
  position: absolute;
  left: -0.5rem;
  bottom: 0;
  content: "";
  display: block;
  width: 40.2rem;
  height: 1.4rem;
  background: url(../img/index/cta_bg04.png) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .cta .cta_ttl .big::before {
    width: 100%;
    height: 1.2rem;
  }
}
.cta .cta_ttl .big .ttl_txt {
  position: relative;
  z-index: 2;
}
.cta .btn_box {
  display: flex;
  justify-content: space-around;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .cta .btn_box {
    flex-direction: column;
  }
}
.cta .cta_btn {
  flex: 1;
}
.cta .cta_btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 20rem;
  border: 0.4rem solid #df6380;
  border-radius: 2rem;
  background: #ca0030;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media screen and (min-width: 769px) {
  .cta .cta_btn a:hover {
    opacity: 1;
    background: #e60030;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta_btn a {
    flex-direction: column;
    height: 22rem;
    font-size: 2.5rem;
  }
}
.cta .cta_btn .ttl {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .cta .cta_btn .ttl {
    font-size: 3.5rem;
    line-height: 1.3;
  }
}
.cta .cta_btn .ttl.en {
  font-size: 4.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .cta .cta_btn .ttl.en {
    margin-top: 1.5rem;
    font-size: 3.2rem;
  }
}
.cta .cta_btn .txt.min {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .cta .cta_btn .txt.min {
    margin-top: 0;
  }
}
.cta .cta_btn .ico {
  display: block;
  margin-top: 2rem;
  width: 3.7rem;
  height: 3.7rem;
  background: #fff url(../img/common/ico_arw03.svg) no-repeat center center;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .cta .cta_btn .ico {
    margin-top: 0.5rem;
  }
}

/* ------------------------------
	.fade
------------------------------ */
.fade .fade-in, .fade.fade-in {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.fade.fade-on .fade-in, .fade.fade-on.fade-in {
  opacity: 1;
}
.fade .fade-up, .fade.fade-up {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade.fade-on .fade-up, .fade.fade-on.fade-up {
  opacity: 1;
  transform: translateY(0);
}
.fade .d1 {
  transition-delay: 0.8s;
}
.fade .d2 {
  transition-delay: 1.6s;
}
.fade .d3 {
  transition-delay: 2.4s;
}
.fade .d4 {
  transition-delay: 3.2s;
}
.fade .d5 {
  transition-delay: 4s;
}
.fade .d6 {
  transition-delay: 4.8s;
}
.fade .d7 {
  transition-delay: 5.6s;
}