@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700;900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;800&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@800&display=swap");
.el_btn, .bl_form_file .bl_form_fileLabel {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 3px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
}

.pc {
  display: block !important;
}
@media screen and (max-width: 640.9px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 640.9px) {
  .sp {
    display: block !important;
  }
}

.i-pc {
  display: inline !important;
}
@media screen and (max-width: 640.9px) {
  .i-pc {
    display: none !important;
  }
}

.ib-sp {
  display: none !important;
}
@media screen and (max-width: 640.9px) {
  .ib-sp {
    display: inline-block !important;
  }
}

.ib-pc {
  display: inline-block !important;
}
@media screen and (max-width: 640.9px) {
  .ib-pc {
    display: none !important;
  }
}

.i-sp {
  display: none !important;
}
@media screen and (max-width: 640.9px) {
  .i-sp {
    display: inline !important;
  }
}

.f-pc {
  display: flex !important;
}
@media screen and (max-width: 640.9px) {
  .f-pc {
    display: none !important;
  }
}

.f-sp {
  display: none !important;
}
@media screen and (max-width: 640.9px) {
  .f-sp {
    display: flex !important;
  }
}

html {
  font-size: 62.5%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 640.9px) {
  html {
    font-size: 34.375%;
  }
}

body {
  text-align: left;
  font-size: 18px;
  line-height: 23px;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  position: relative;
  color: #404040;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

em, strong {
  font-weight: inherit;
  font-style: inherit;
}

form {
  text-align: left;
}
form input[type=text] {
  width: 100%;
  padding: 13px;
  font-size: 16px;
}
form input[type=submit] {
  background-image: url(../img/seach_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 16px;
  border: none;
  position: absolute;
  background-color: #cbcbcb;
}

ul.none, ol.none {
  list-style-type: none;
}

ul.fa_list li:before, ol.fa_list li:before {
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: 0.5em;
}

ul li, ol li {
  margin: 0px;
  padding: 0px;
}

ul.icon li, ol.icon li {
  text-indent: -20px;
  margin-left: 20px;
}

ul.icon li:before, ol.icon li:before {
  content: "\f0c8";
  font-family: FontAwesome;
  margin-right: 0.5em;
  color: #666;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

a:hover {
  opacity: 0.7;
}

.clearfix {
  content: "";
  display: table;
  clear: both;
}

/*************　共通部分　 *******************************/
/*----------------------------------------------------
	margin set
----------------------------------------------------*/
.mgt5 {
  margin-top: 5px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt25 {
  margin-top: 25px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt35 {
  margin-top: 35px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb35 {
  margin-bottom: 35px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgr10 {
  margin-right: 10px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.mgl40 {
  margin-left: 40px !important;
}

/*----------------------------------------------------
	padding set
----------------------------------------------------*/
.pdt5 {
  padding-top: 5px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt15 {
  padding-top: 15px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt25 {
  padding-top: 25px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdt35 {
  padding-top: 35px !important;
}

.pdt40 {
  padding-top: 40px !important;
}

.pdb5 {
  padding-bottom: 5px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdb15 {
  padding-bottom: 15px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

.pdb25 {
  padding-bottom: 25px !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.pdb35 {
  padding-bottom: 35px !important;
}

.pdb40 {
  padding-bottom: 40px !important;
}

/* 共通クラス */
/* section */
.section {
  padding: 4rem 0;
}
.section .section__block {
  margin: 6rem 0;
}
.section .section__block:first-of-type {
  margin-top: 0;
}
.section .section__block:last-of-type {
  margin-bottom: 0;
}

.section_button {
  text-align: center;
  position: absolute;
  top: 10px;
  right: 0;
}
.section_button a {
  font-size: 14px;
  color: #007826;
  text-decoration: none;
  border: solid 1px #007826;
  padding: 6px 20px;
  width: 180px;
  border-radius: 2px;
}

.section_text {
  font-size: 18px;
}

.flexbox_list {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

.clear {
  clear: both;
}

.inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.inner.w-max {
  max-width: 1920px;
}
.inner.w-mid {
  width: 95%;
  max-width: 1600px;
}
.inner.w-min {
  width: 90%;
  max-width: 1000px;
}
@media screen and (max-width: 640.9px) {
  .inner.w-min {
    width: 80%;
  }
}
@media screen and (max-width: 640.9px) {
  .inner {
    width: 90%;
    margin: 0 auto;
  }
}
.inner.w-md {
  max-width: 1200px;
}

.side__inner {
  width: 80%;
  margin: 0 auto;
}

.drawer {
  display: none;
}

article {
  width: 100%;
  flex: 1;
}

.contents {
  width: 100%;
  margin: 0 auto 0;
  padding: 0px;
}

section.section_box {
  padding: 0;
}
section.section_box.bg01 {
  background: #fff;
}
section.section_box.bg02 {
  background-color: #fff8fa;
}
section.section_box.bg03 {
  background-color: #d5f0f6;
}
section.section_box.bg04, section.section_box.bg05 {
  background-color: #fdf0f5;
}
section.section_box.bg06 {
  background-color: #fff8fa;
}
section.section_box.bg07 {
  background-color: #fef2de;
}

.left_box, .right_box {
  width: 48%;
}

.left_box02 {
  width: 60%;
}

.right_box02 {
  width: 35%;
}

.left_box01 {
  width: 35%;
}
.left_box01 .inclination01 {
  background-color: #FFF;
  width: 70%;
  padding: 10px 10px 30px 10px;
  transform: rotate(-5deg);
  box-shadow: 4px 5px 8px 2px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
.left_box01 .inclination02 {
  background-color: #FFF;
  width: 70%;
  padding: 10px 10px 30px 10px;
  transform: rotate(5deg);
  box-shadow: 4px 5px 8px 2px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

.right_box01, .left_box02 {
  width: 60%;
}

.right_box02 {
  width: 35%;
}
.right_box02 .inclination01 {
  background-color: #FFF;
  width: 70%;
  padding: 10px 10px 30px 10px;
  transform: rotate(-10deg);
  box-shadow: 4px 5px 8px 2px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
.right_box02 .inclination02 {
  background-color: #FFF;
  width: 70%;
  padding: 10px 10px 30px 10px;
  transform: rotate(10deg);
  box-shadow: 4px 5px 8px 2px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

.news {
  text-align: left;
  margin-right: 10px;
}
.news .news_block {
  border-top: none;
  margin-bottom: 10px;
  padding: 10px 0px;
}
.news .news_block .infodl {
  display: block;
  padding: 10px 0;
  width: 100%;
}
.news .news_block .infodl .date {
  color: #007826;
  font-size: 18px;
  margin-right: 10px;
  display: inline-block;
  white-space: nowrap;
}
.news .news_block .infodl .date .cat {
  color: #555555;
  margin-right: 10px;
  border-bottom: solid 1px #555;
  text-decoration: none;
  text-align: left;
  width: 150px;
  display: inline-block;
  font-size: 13px;
  line-height: 14px;
  vertical-align: middle;
}

.home .news .news_block .infodl {
  display: flex;
}
.home .news .news_block .infodl .date {
  width: 260px;
}

/*.news .news_block .infodl .date .cat.news {
  background-color: #ff78a4;
}
.news .news_block .infodl .date .cat.news_list {
  background-color: #ff78a4;
}
.news .news_block .infodl .date .cat.page_new {
  background-color: #fbb03b;
}
.news .news_block .infodl .date .cat.recruit_infomation {
  background-color: #54b4ec;
}*/
.news .news_block .infodl .news_title {
  line-height: 35px;
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  padding-left: 20px;
}
.news .news_block .infodl .news_title a {
  color: #000;
  text-decoration: none;
  position: relative;
}
.news .news_block .infodl .news_title a::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -18px;
  width: 4px;
  background: url(../img/title_arrow.svg) no-repeat;
  height: 8px;
}
.news .news_block .infodl .news_title a:hover {
  color: #3d3d3c;
}

#banner .banner__block .banner {
  width: 49.02%;
  text-align: center;
}

#report .report__block .report {
  width: 49%;
}
#report .report__block .report a {
  text-decoration: none;
}
#report .report__block .report img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
#report .report__block .report span {
  font-size: 16px;
  line-height: 1.4;
  color: #007826;
}

.wp-pagenavi {
  text-align: center;
  margin-top: 60px;
}
.wp-pagenavi .pages, .wp-pagenavi .last, .wp-pagenavi .extend, .wp-pagenavi .first {
  display: none;
}
.wp-pagenavi .current {
  padding: 7px 13px;
  border-radius: 5px;
  margin: 0 10px;
  color: #FFF;
  background-color: #999999;
  border: solid 1px #000;
}
.wp-pagenavi .page, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  text-decoration: none;
  padding: 7px 13px;
  border-radius: 5px;
  margin: 0 10px;
  color: #999999;
  background-color: #FFF;
  border: solid 1px #000;
}

.news_button {
  text-align: center;
  margin-top: 60px;
}
.news_button a {
  background-color: #ff78a4;
  color: #FFF;
  padding: 10px 20px;
  text-decoration: none;
}

.lines-on-sides {
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
}
.lines-on-sides:before {
  content: "";
  display: block;
  border-top: solid 1px #ccc;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.lines-on-sides span {
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}
.lines-on-sides.sides_left {
  text-align: left;
}
.lines-on-sides.sides_left span {
  padding-left: 0;
}
.lines-on-sides.sides_right {
  text-align: right;
}
.lines-on-sides.sides_right span {
  padding-right: 0;
}

/* fontawesome の配置 */
.icon-left {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 45px;
}
.icon-left:before {
  content: "\f060";
  font-family: FontAwesome;
  position: absolute;
  top: auto;
  left: 15px;
}

.icon-before:before {
  content: "\f060";
  font-family: FontAwesome;
  margin-right: 0.5em;
}

.icon-after:after {
  content: "\f061";
  font-family: FontAwesome;
  margin-left: 0.5em;
}

.icon-right {
  position: relative;
  top: 0;
  left: 0;
  padding-right: 45px;
}
.icon-right:after {
  content: "\f061";
  font-family: FontAwesome;
  position: absolute;
  top: auto;
  right: 15px;
}

.col-last {
  margin-right: 0;
}

.box-shadow {
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 8px;
  box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 8px;
}

/* 吹き出し */
.fukidashi {
  display: inline-block;
  background-color: #333;
  border-radius: 5px;
  position: relative;
  padding: 10px 20px;
  text-align: center;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 5px;
  box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 5px;
  color: #fff;
}
.fukidashi:after {
  border: 10px solid transparent;
  border-right-color: #333;
  border-left-width: 0;
  left: -10px;
  content: "";
  display: block;
  top: 10px;
  position: absolute;
  width: 0;
}

.breadcrumb {
  margin-top: 3rem;
  text-align: left;
  color: #2c4f9e;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media screen and (max-width: 640.9px) {
  .breadcrumb {
    margin-top: 9rem;
    font-size: 2rem;
  }
}
.breadcrumb .breadcrumb-sep {
  color: #9ab1e5;
}
.breadcrumb .inner {
  height: 23px;
}
.breadcrumb a {
  font-size: 1.6rem;
  display: inline-block;
  color: #9ab1e5;
  font-weight: bold;
  text-decoration: none;
}

.pagelink {
  margin: 0 auto 0px;
  max-width: 270px;
  width: 100%;
  position: relative;
  min-height: 50px;
}
.pagelink li.oldpage {
  position: absolute;
  left: 0;
  top: 28%;
}
.pagelink li.newpage {
  margin-right: 0px;
  position: absolute;
  right: 0;
  top: 28%;
}
.pagelink li.listlink {
  position: absolute;
  left: 50%;
  top: 28%;
  margin-left: -58px;
}
.pagelink li a {
  text-decoration: none;
  padding: 7px 13px;
  border-radius: 5px;
  margin: 0 10px;
  color: #ff78a4;
  background-color: #FFF;
  border: solid 1px #ff78a4;
}
.pagelink li a:hover {
  opacity: 1;
  background: #ff78a4;
  color: #fff;
}

input {
  padding: 4px 0;
}
input.long {
  width: 840px;
}
input.middle {
  width: 420px;
}
input.short {
  width: 100px;
}
input.mini {
  width: 50px;
}
input[type=button], input[type=submit] {
  cursor: pointer;
  transition: all 0.4s;
}

select {
  padding: 4px 0;
}

textarea.larget, textarea.middle, textarea.small {
  width: 100%;
  height: 250px;
}

.wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  min-width: 1240px;
  max-width: 3000px;
}
@media screen and (max-width: 640.9px) {
  .wrap {
    min-width: 100%;
  }
}

.footer {
  width: 100%;
  margin: 0px auto;
  padding: 30rem 0 9rem 0;
  background: #FFF;
}
@media screen and (max-width: 640.9px) {
  .footer {
    padding: 20rem 0 9rem 0;
    margin-top: 6rem;
  }
}
.footer .inner {
  max-width: 1300px;
  width: 95%;
}
@media screen and (max-width: 640.9px) {
  .footer .inner {
    width: 90%;
  }
}
.footer .footer_block {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 11rem;
  flex-wrap: nowrap;
  flex-direction: row;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .footer .footer_block {
    gap: 0rem;
  }
}
@media screen and (max-width: 640.9px) {
  .footer .footer_block {
    justify-content: flex-start;
    position: relative;
    z-index: 10;
  }
}
.footer .footer_block .footer_banner {
  position: absolute;
  bottom: -10%;
  left: 34%;
}
@media screen and (max-width: 640.9px) {
  .footer .footer_block .footer_banner {
    display: none;
  }
}
.footer .footer_logo {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 4rem;
}
@media screen and (max-width: 640.9px) {
  .footer .footer_logo {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
}
.footer .footer_address {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 640.9px) {
  .footer .footer_address {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
.footer .icon_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
.footer .icon_list .list {
  display: inline-block;
  text-align: center;
}
.footer .icon_list .list a {
  color: #FFF;
  font-size: 1.8rem;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 640.9px) {
  .footer .icon_list .list a {
    font-size: 2.3rem;
    width: 26.4px;
  }
}
.footer .footer_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5rem;
}
@media screen and (max-width: 1400px) {
  .footer .footer_menu {
    gap: 2rem;
  }
}
@media screen and (max-width: 640.9px) {
  .footer .footer_menu {
    display: none;
  }
}
.footer .footer_menu .menu_list .list {
  margin-bottom: 4rem;
  display: flex;
  gap: 2rem;
}
.footer .footer_menu .menu_list .list a {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #404040;
  text-decoration: none;
}
.footer .footer_menu .menu_list .mb0 {
  margin-bottom: 0;
}
.footer .footer_menu .menu_list .sub li {
  margin-bottom: 1rem;
}
.footer .footer_menu .menu_list .sub li:last-child {
  margin-bottom: 0;
}
.footer .footer_menu .menu_list .sub li a {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}
.footer .copyright {
  text-align: center;
  font-size: 14px;
  line-height: 19px;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

div.f_logo {
  width: 30%;
  margin: 0 0 15px 0;
}
div.f_companyName, div.f_add, div.f_tel {
  color: #0d2c10;
  font-size: 12px;
  line-height: 2em;
}
div.Fcontact_txt {
  color: #0d2c10;
  font-size: 14px;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.f_contactBtn {
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
}
.f_contactBtn a {
  border: 1px solid #0d2c10;
  padding: 10px 0;
  text-align: center;
  display: block;
  color: #0d2c10;
}
.f_contactBtn a:hover {
  border: 1px solid #666;
  color: #666;
  text-decoration: none;
}

#main {
  margin: 0px auto;
  padding: 20px 0;
  text-align: center;
  background-color: #fff;
}

.button {
  background-color: #FF8000;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  padding: 1em 2.5em;
  display: inline-block;
}
.button:hover {
  color: #fff;
  background-color: #FEA54F;
  text-decoration: none;
}
.button.button_imp {
  background-color: #FFE400;
  color: #333;
}
.button.button_imp:hover {
  background-color: #FFEC4D;
}
.button.button_gst {
  border: 1px solid #FF8000;
  background-color: transparent;
  color: #FF8000;
}
.button.button_gst:hover {
  border: 1px solid #FEA54F;
}
.button.button_wide {
  width: 100%;
  font-size: 20rem;
  line-height: 2.5em;
}
.button.button_shadow {
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 5px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 5px 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0 5px 0;
}
.button.button_banner {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.button.button_big {
  font-size: 20rem;
  padding: 20px 40px;
}
.button.button_ico {
  position: relative;
  top: 0;
  left: 0;
  padding: 20px 20px;
  font-size: 18rem;
}
.button.button_ico .icon {
  height: 30px;
  position: absolute;
  top: 15px;
  left: 20px;
}
.button.button_ico .icon_r {
  height: 30px;
  position: absolute;
  top: 15px;
  right: 20px;
}

.btn {
  font-family: "Zen Maru Gothic", sans-serif;
  border-radius: 7rem;
  text-decoration: none;
  color: #404040;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.28em;
  padding: 2rem 5rem;
  position: relative;
  display: inline-block;
  background-image: url(../images/common/btn_bg01.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
.btn:hover {
  background-image: url(../images/common/btn_bg01-hover.png);
  opacity: 1;
  color: #f26200;
}
@media screen and (max-width: 640.9px) {
  .btn {
    font-size: 3rem;
    padding: 11px 33px 11px 33px;
  }
}
.btn .circle-icon {
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #FFF;
  background: linear-gradient(to right, #32adec, #1e58c1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
}
@media screen and (max-width: 640.9px) {
  .btn .circle-icon {
    width: 22px;
    height: 22px;
    font-size: 8.8px;
    right: 8.8px;
  }
}
.btn .fa-solid {
  color: #FFF;
  letter-spacing: 0;
}
.btn.btn01 {
  background: linear-gradient(to right, #32adec, #1e58c1);
  color: #FFF;
}
.btn.btn01 .circle-icon {
  background: #FFF;
}
.btn.btn01 .circle-icon .fa-solid {
  background: linear-gradient(to right, #32adec, #1e58c1); /* 矢印のグラデーション */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bl_backToTop {
  position: relative;
  display: block;
  margin-top: 50px;
  margin-bottom: -50px;
}
@media screen and (max-width: 640.9px) {
  .bl_backToTop {
    margin-top: 35px;
    margin-bottom: -35px;
  }
}
.bl_backToTop > a {
  display: block;
  text-align: center;
  min-width: 44px;
  min-height: 44px;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  line-height: 1.25;
  border-radius: 50%;
  z-index: 100;
  opacity: 1;
  position: fixed;
  background: transparent;
  right: 0px;
  bottom: 0px;
  width: 73px;
  height: 73px;
  padding-top: 23px;
  font-size: 16px;
}
.bl_backToTop > a:hover, .bl_backToTop > a:focus {
  opacity: 0.7;
}
@media screen and (max-width: 640.9px) {
  .bl_backToTop > a {
    right: 10px;
    bottom: 10px;
    border-width: 2px;
    padding-top: 33px;
    font-size: 12px;
    width: 55px;
    height: 55px;
    padding-top: 3.5rem;
  }
}
.bl_backToTop > a:after {
  content: "TOP";
  padding-left: 0.1em;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  color: #FFF;
  font-weight: 700;
}
.bl_backToTop .c_small {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
}

body.is_noTop .bl_backToTop.is_inView > a {
  position: absolute;
}

#wpadminbar {
  position: fixed !important;
}

.contact_area {
  padding: 10rem 0;
  background-color: #2c4f9e;
}
@media screen and (max-width: 640.9px) {
  .contact_area {
    padding: 8rem 0 10rem;
  }
}
.contact_area .contact_block {
  display: flex;
  gap: 55px;
}
@media screen and (max-width: 640.9px) {
  .contact_area .contact_block {
    flex-direction: column;
    gap: 3rem;
  }
}
.contact_area .contact_block .contact_box.left {
  width: 55%;
}
@media screen and (max-width: 640.9px) {
  .contact_area .contact_block .contact_box.left {
    width: 100%;
  }
}
.contact_area .contact_block .contact_box.right {
  width: 45%;
}
@media screen and (max-width: 640.9px) {
  .contact_area .contact_block .contact_box.right {
    width: 100%;
  }
}
.contact_area .box_title {
  margin-bottom: 35px;
}
.contact_area .box_title .title_en {
  color: #FFF;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
.contact_area .box_title .title_jp {
  margin-top: 8px;
  color: #acb5d2;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.contact_area .box_subtitle {
  color: #FFF;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin-bottom: 15px;
}
@media screen and (max-width: 640.9px) {
  .contact_area .box_subtitle {
    font-size: 2.4rem;
  }
}
.contact_area .box_text01 {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 640.9px) {
  .contact_area .box_text01 {
    font-size: 2.2rem;
  }
}

.mainvisual {
  position: relative;
  padding-top: 53rem;
  background-position: top center;
  background-size: 100%;
  opacity: 1;
  background-image: none;
  padding-top: 20%;
}
@media screen and (max-width: 640.9px) {
  .mainvisual {
    padding-top: 73%;
  }
}
.mainvisual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: top center;
  opacity: 0;
  animation: bgFadeIn 1s ease forwards;
  animation-delay: 1s;
  z-index: -1;
}
.mainvisual .mountain01 {
  position: absolute;
  bottom: -11%;
  left: 0%;
  max-width: 789px;
  width: 28%;
  z-index: 1;
}
@media screen and (max-width: 640.9px) {
  .mainvisual .mountain01 {
    z-index: 4;
    max-width: 128.7px;
    width: auto;
  }
}
.mainvisual .mountain02 {
  position: absolute;
  bottom: -11%;
  right: 0%;
  max-width: 705px;
  width: 28%;
  z-index: 1;
}
@media screen and (max-width: 640.9px) {
  .mainvisual .mountain02 {
    z-index: 4;
    max-width: 163.9px;
    width: auto;
    bottom: -20%;
  }
}
.mainvisual .mv_title {
  font-size: 5.213rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640.9px) {
  .mainvisual .mv_title {
    font-size: 5.213rem;
  }
}
.mainvisual .mv_title span {
  background-color: #FFF;
  border-radius: 50%;
  width: 11rem;
  height: 11rem;
  line-height: 11rem;
  text-align: center;
  display: inline-block;
}
.mainvisual .mv_title span:nth-child(1) {
  position: relative;
  left: 0;
  z-index: 4;
}
.mainvisual .mv_title span:nth-child(2) {
  position: relative;
  left: -1rem;
  z-index: 3;
}
.mainvisual .mv_title span:nth-child(3) {
  position: relative;
  left: -2rem;
  z-index: 2;
}
.mainvisual .mv_title span:nth-child(4) {
  position: relative;
  left: -3rem;
  z-index: 1;
}
.mainvisual .mv_title span:nth-child(5) {
  position: relative;
  left: -4rem;
  z-index: 1;
}
.mainvisual .mv_title span:nth-child(6) {
  position: relative;
  left: -5rem;
  z-index: 1;
}
.mainvisual .mv_title span:nth-child(7) {
  position: relative;
  left: -6rem;
  z-index: 1;
}
.mainvisual .mv_title span:nth-child(8) {
  position: relative;
  left: -7rem;
  z-index: 1;
}
.mainvisual .mv_title span:nth-child(9) {
  position: relative;
  left: -8rem;
  z-index: 1;
}
.mainvisual .mv_title span:nth-child(10) {
  position: relative;
  left: -9rem;
  z-index: 1;
}
.mainvisual .mv_title span:nth-child(11) {
  position: relative;
  left: -10rem;
  z-index: 1;
}
.mainvisual .mv_title span:nth-child(12) {
  position: relative;
  left: -11rem;
  z-index: 1;
}

@media screen and (max-width: 640.9px) {
  .hp_pc {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .hp_sp {
    display: none !important;
  }
}

a[href^="tel:"] {
  transition: none;
  cursor: default;
}
a[href^="tel:"]:hover, a[href^="tel:"]:focus {
  opacity: 1;
}
@media screen and (min-width: 641px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/************* mainmenu メニュー *******************************/
.main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-nav ul > li {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
}
.main-nav ul > li .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f0f0f0;
  min-width: 150px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.main-nav ul > li .submenu li {
  padding: 10px;
}
.main-nav ul > li .submenu li:hover {
  background-color: #ddd;
}
.main-nav ul > li:hover .submenu {
  display: block;
}

/* ハンバーガメニューー */
.hamburger-overlay {
  display: none;
}
@media screen and (max-width: 640.9px) {
  .hamburger-overlay {
    display: block;
    position: fixed;
    top: 40px;
    right: 20px;
    z-index: 1000;
    width: 73px;
    height: 73px;
    border: none;
    background-color: #deb528;
    cursor: pointer;
    border-radius: 10px;
    width: 55px;
    height: 55px;
    top: 1rem;
    right: 1rem;
    border-radius: 2rem;
  }
}

.hamburger-overlay__line {
  position: absolute;
  left: 16px;
  width: 40px;
  height: 2px;
  background-color: #FFF;
  transition: all 0.6s;
}
@media screen and (max-width: 640.9px) {
  .hamburger-overlay__line {
    width: 32px;
    left: 11px;
  }
}

.hamburger-text {
  color: #FFF;
  font-size: 12px;
  position: absolute;
  left: 0px;
  top: 5px;
  height: 2px;
  width: 100%;
  background-color: transparent;
}

@media screen and (max-width: 640.9px) {
  .hamburger-overlay__line:nth-of-type(1) {
    top: 14px;
  }
}
@media screen and (max-width: 640.9px) {
  .hamburger-overlay__line:nth-of-type(2) {
    top: 25px;
  }
}
@media screen and (max-width: 640.9px) {
  .hamburger-overlay__line:nth-of-type(3) {
    top: 36px;
  }
}

.hamburger-overlay.active .hamburger-overlay__line {
  background-color: #deb528;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateY(9px) rotate(45deg);
}
@media screen and (max-width: 640.9px) {
  .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
    transform: translateY(9px) rotate(-45deg);
    top: 14px;
  }
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  opacity: 0;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(4) {
  transform: translateY(-9px) rotate(45deg);
  top: 47px;
}
@media screen and (max-width: 640.9px) {
  .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(4) {
    top: 37px;
  }
}

.hamburger-overlay.active {
  background: #fff;
}

.nav {
  background-color: #fff9e3;
  padding-bottom: 9rem;
  padding-top: 10rem;
}
@media screen and (max-width: 640.9px) {
  .nav {
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 640.9px) {
  .nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100%;
    background-color: #FFF;
    background-color: #f0aa30;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s;
    z-index: 900;
  }
}
.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 640.9px) {
  .nav-overlay__content {
    position: absolute;
    top: 0;
    left: 0; /* 追加 */
    width: 100%;
    max-width: 1100px;
    height: 100vh; /* ビューポートの高さに固定 */
    overflow-y: auto; /* 縦スクロールを可能に */
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start; /* 中央寄せを解除して上から配置 */
    align-items: center;
    gap: 100px;
    padding: 5rem 2rem; /* オプション：スクロールバーに干渉しないように余白追加 */
  }
}

.nav-overlay__list {
  display: flex;
  padding: 3rem 4rem 0.7rem 4rem;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 4%;
  border-radius: 20rem;
  background-color: #FFF;
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 640.9px) {
  .nav-overlay__list {
    display: block;
    width: 100%;
    position: relative;
    bottom: 0;
    border-radius: 0;
    background-color: transparent;
    padding: 1rem;
  }
}
.nav-overlay__list .nav-overlay__item:nth-child(4) span {
  cursor: pointer;
}
.nav-overlay__list .nav-overlay__item:nth-child(4):hover > span {
  color: #ffc600;
}

.nav-overlay__item {
  opacity: 1;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .nav-overlay__item {
    opacity: 0;
    border-bottom: dotted 2px #FFF;
  }
  .nav-overlay__item.menu_banner {
    border-bottom: none;
    padding: 7rem 0 6rem;
  }
  .nav-overlay__item.menu_snsicon {
    border-bottom: none;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
}
.nav-overlay__item ul {
  display: none;
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 1;
  width: 530px;
  max-width: 600px;
  background-color: #FFF;
  padding: 3rem;
  border-radius: 2rem;
  z-index: 6;
}
@media screen and (max-width: 640.9px) {
  .nav-overlay__item ul {
    display: block;
    position: static;
    width: 100%;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
}
@media screen and (max-width: 640.9px) {
  .nav-overlay__item ul li a {
    color: #FFF;
    text-decoration: none;
    padding: 2rem;
    display: block;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 3rem;
  }
  .nav-overlay__item ul li a:hover {
    color: #ef5f00;
    opacity: 1;
  }
  .nav-overlay__item ul li a .large {
    font-size: 3.629rem;
    letter-spacing: 0.2em;
  }
}

.nav-overlay__item.open ul {
  display: block;
}
@media screen and (max-width: 640.9px) {
  .nav-overlay__item.open ul {
    background-color: transparent;
    position: static;
    bottom: 0;
  }
}
.nav-overlay__item.open ul li {
  margin-top: 2rem;
}
.nav-overlay__item.open ul li a {
  font-size: clamp(2rem, 2.5vw, 2.793rem);
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #404040;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (max-width: 640.9px) {
  .nav-overlay__item.open ul li a {
    color: #FFF;
  }
}
.nav-overlay__item.open ul li a:hover {
  color: #93c6e1;
}
.nav-overlay__item.open ul li a:hover .arrow01::before, .nav-overlay__item.open ul li a:hover .arrow01::after {
  background-color: #93c6e1;
}
.nav-overlay__item.open ul .arrow01 {
  position: absolute;
  right: 3rem;
  display: inline-block;
  width: 10.3px;
  height: 22px;
}
.nav-overlay__item.open ul .arrow01::before, .nav-overlay__item.open ul .arrow01::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 15px;
  height: 2px;
  border-radius: 9999px;
  background-color: #404040;
  transform-origin: calc(100% - 1px) 50%;
}
.nav-overlay__item.open ul .arrow01::before {
  transform: rotate(55deg);
}
.nav-overlay__item.open ul .arrow01::after {
  transform: rotate(-55deg);
}

.nav-overlay.active .nav-overlay__item {
  opacity: 1;
  transform: translateY(0);
}
.nav-overlay.active .nav-overlay__item:nth-child(1) {
  transition-delay: 0.1s;
}
.nav-overlay.active .nav-overlay__item:nth-child(2) {
  transition-delay: 0.2s;
}
.nav-overlay.active .nav-overlay__item:nth-child(3) {
  transition-delay: 0.3s;
}
.nav-overlay.active .nav-overlay__item:nth-child(4) {
  transition-delay: 0.4s;
}
.nav-overlay.active .nav-overlay__item:nth-child(5) {
  transition-delay: 0.5s;
}
.nav-overlay.active .nav-overlay__item:nth-child(6) {
  transition-delay: 0.6s;
}

a.nav-overlay__link:hover {
  color: #ffc600;
  opacity: 1;
}
@media screen and (max-width: 640.9px) {
  a.nav-overlay__link:hover {
    color: #ef6000;
  }
}

.nav-overlay__link {
  text-align: center;
  display: inline-block;
  color: #404040;
  font-size: clamp(2rem, 2.5vw, 2.793rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-decoration: none;
}
@media screen and (min-width: 641px) {
  .nav-overlay__link + ul li a {
    font-size: 25px !important;
  }
}
@media screen and (max-width: 640.9px) {
  .nav-overlay__link {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 3.921rem;
    color: #FFF;
    padding: 2rem;
  }
  .nav-overlay__link .arrow {
    display: none;
  }
}
.nav-overlay__link.btn {
  background-color: transparent;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0;
}
@media screen and (max-width: 640.9px) {
  .nav-overlay__link.btn {
    position: relative;
    background: linear-gradient(to right, #2997d2, #164baa);
    padding: 22px 60px;
    text-decoration: none;
    border-bottom: solid 1px #FFF;
    border-radius: 0;
    color: #FFF;
  }
  .nav-overlay__link.btn::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 3px #FFF;
    border-right: solid 3px #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 60px;
    bottom: 0;
    margin: auto;
  }
}
.nav-overlay__link.btn .circle-icon {
  position: static;
  transform: translateY(0);
}

.arrow {
  position: relative;
  display: block;
  width: 22.4px;
  height: 11.7px;
  margin: 1rem auto 0;
}
.arrow::before, .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.5px);
  width: 3px;
  height: 16px;
  border-radius: 9999px;
  background-color: #ffc600;
  transform-origin: 50% calc(100% - 1.5px);
}
.arrow::before {
  transform: rotate(50deg);
}
.arrow::after {
  transform: rotate(-50deg);
}

@media screen and (min-width: 641px) {
  body.page-index .nav-overlay__list .nav-overlay__item:nth-child(1) a {
    color: #ffc600;
  }
  body.page-message .nav-overlay__list .nav-overlay__item:nth-child(2) a {
    color: #ffc600;
  }
  body.page-company .nav-overlay__list .nav-overlay__item:nth-child(3) a {
    color: #ffc600;
  }
  body.page-ikippa .nav-overlay__list .nav-overlay__item:nth-child(4) > span, body.page-tomoda .nav-overlay__list .nav-overlay__item:nth-child(4) > span, body.page-business .nav-overlay__list .nav-overlay__item:nth-child(4) > span, body.page-center .nav-overlay__list .nav-overlay__item:nth-child(4) > span {
    color: #ffc600;
  }
  body.archive .nav-overlay__list .nav-overlay__item:nth-child(5) a, body.single .nav-overlay__list .nav-overlay__item:nth-child(5) a {
    color: #ffc600;
  }
  body.page-contact .nav-overlay__list .nav-overlay__item:nth-child(6) a {
    color: #ffc600;
  }
}
/************* mainVisual *******************************/
/* --- mv_area文字をふわっと出す --- */
.mv_area {
  opacity: 0; /* 親の透明度が影響しない場合 */
  transform: translateY(20px);
  animation: mvFadeIn 2s ease forwards;
  position: relative;
  display: block;
}

@keyframes mvFadeIn {
  0% {
    opacity: 0 !important; /* 強制的に 0 から始める */
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* --- mainvisualは最初から表示 --- */
.mainvisual.top {
  position: relative;
  padding-top: 65%;
  background-position: top center;
  background-size: 100%;
  opacity: 1; /* 透明にしない */
  background-image: none; /* 背景は後で出す */
}
@media screen and (max-width: 640.9px) {
  .mainvisual.top {
    padding-top: 138rem;
  }
}

/* --- mv_areaを最初に表示 --- */
.mv_area {
  opacity: 0;
  animation: mvFadeIn 1s ease forwards;
}

@keyframes mvFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* --- 背景だけ遅延させてフェードイン --- */
.mainvisual.top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/top/mv.jpg");
  background-size: cover;
  background-position: top center;
  opacity: 0;
  animation: bgFadeIn 1s ease forwards;
  animation-delay: 1s; /* mv_areaの後に表示 */
  z-index: -1;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.top::after {
    background-image: url(../images/top/mv-sp.jpg);
    padding-top: 170%;
  }
}

@keyframes bgFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mv01 img,
.mv02 img,
.mv03 img {
  opacity: 0;
  transform: translateY(50px) scale(0.8);
  animation: bounceIn 0.8s ease-out forwards, float 3s ease-in-out infinite;
}

/* 遅延をつけて順番に出す */
.mv01 img {
  animation-delay: 2s, 3s;
}

.mv02 img {
  animation-delay: 4s, 5s;
}

.mv03 img {
  animation-delay: 5s, 6s;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(50px) scale(0.8);
  }
  60% {
    opacity: 1;
    transform: translateY(-20px) scale(1.05);
  }
  80% {
    transform: translateY(10px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.bird01 img {
  transform: translateX(100vw); /* 初期は右画面外 */
  animation: fly-in 3s ease-out forwards; /* 1回だけアニメーション */
}

@keyframes fly-in {
  0% {
    transform: translateX(100vw); /* 画面右外 */
  }
  100% {
    transform: translateX(0); /* 左端に固定 */
  }
}
.balloon01,
.balloon02 {
  position: absolute; /* 親に relative を付けておくと配置しやすい */
  bottom: 0; /* 下からスタート */
}

.balloon01 img,
.balloon02 img {
  transform: translateY(100vh); /* 初期は画面下の外 */
  animation: rise 4s ease-out forwards, float 4s ease-in-out infinite;
  opacity: 0;
}

/* balloon01 は遅延なし、balloon02 はちょっと遅れて動く */
.balloon01 img {
  animation-delay: 3s, 7s;
}

.balloon02 img {
  animation-delay: 3.5s, 7.5s;
}

@keyframes rise {
  0% {
    transform: translateY(100vh); /* 画面下から */
  }
  100% {
    opacity: 1;
    transform: translateY(0); /* 上がってきて固定 */
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* ふわふわ上下 */
  }
}
.chara01 img,
.chara02 img,
.chara03 img,
.chara04 img {
  transform: translateX(-200px); /* 初期は画面外(左) */
  animation: chara-in 3s ease-out forwards;
  opacity: 0;
}

/* 順番に出てくるように遅延を設定 */
.chara02 img {
  animation-delay: 3s;
}

.chara03 img {
  animation-delay: 3.6s;
}

.chara04 img {
  animation-delay: 3.9s;
}

.chara01 img {
  animation-delay: 4.2s;
}

@keyframes chara-in {
  from {
    transform: translateX(-200px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.chara05 img,
.chara06 img {
  transform: translateX(200px); /* 初期は画面外(右) */
  animation: chara-in-right 2s ease-out forwards;
  opacity: 0;
}

/* 順番に出すための遅延 */
.chara05 img {
  animation-delay: 3s;
}

.chara06 img {
  animation-delay: 3.5s;
}

@keyframes chara-in-right {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.tree {
  opacity: 0; /* 最初は非表示 */
  animation: treeFadeIn 1s ease forwards;
  animation-delay: 1s; /* 背景と同じタイミング */
}

@keyframes treeFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mainvisual.top::before {
  content: "";
  background-image: url(../images/top/bg01.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 200px;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.top::before {
    background-image: url(../images/top/bg01-sp.png);
    background-position: top center;
    height: 30px;
  }
}
.mainvisual.top .chara01 {
  position: absolute;
  bottom: 2%;
  left: 12%;
  max-width: 85px;
  width: 6%;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.top .chara01 {
    width: 10%;
    bottom: 5%;
    left: 7%;
  }
}
.mainvisual.top .chara02 {
  position: absolute;
  bottom: 4%;
  right: 33%;
  max-width: 68px;
  width: 5%;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.top .chara02 {
    width: 7%;
    bottom: 17%;
    right: 34%;
    transform: scaleX(-1);
  }
}
.mainvisual.top .chara03 {
  position: absolute;
  bottom: 4%;
  right: 39%;
  max-width: 82px;
  width: 6%;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.top .chara03 {
    width: 8%;
    bottom: 16%;
    right: 23%;
    transform: scaleX(-1);
  }
}
.mainvisual.top .chara04 {
  position: absolute;
  bottom: 16%;
  left: 23%;
  max-width: 64px;
  width: 4%;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.top .chara04 {
    display: none;
  }
}
.mainvisual.top .chara05 {
  position: absolute;
  bottom: 4%;
  right: 15%;
  max-width: 194px;
  width: 13%;
  z-index: 1;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.top .chara05 {
    width: 14%;
    transform: scaleX(-1);
    bottom: 17%;
    left: 38%;
  }
}
.mainvisual.top .chara06 {
  position: absolute;
  bottom: 28%;
  right: 25%;
  max-width: 141px;
  width: 8%;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.top .chara06 {
    width: 14%;
    bottom: 24%;
    right: 7%;
  }
}
.mainvisual.top .balloon01 {
  position: absolute;
  top: 30%;
  right: 23%;
  max-width: 59px;
  width: 4%;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.top .balloon01 {
    bottom: 60%;
    top: auto;
    right: 15%;
    z-index: 1;
    width: 6%;
  }
}
.mainvisual.top .balloon02 {
  position: absolute;
  top: 18%;
  right: 20%;
  max-width: 61px;
  width: 4%;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.top .balloon02 {
    bottom: 56%;
    top: auto;
    right: 8%;
    z-index: 1;
    width: 6%;
  }
}
.mainvisual.top .bird01 {
  position: absolute;
  top: 8%;
  right: 25%;
  z-index: 1;
  width: 10%;
  z-index: 1;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.top .bird01 {
    top: 4%;
    left: 10%;
    right: auto;
    z-index: 1;
    width: 10%;
  }
}
.mainvisual.top .mv01 {
  position: absolute;
  top: 34%;
  left: 5%;
  max-width: 220px;
  width: 15%;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.top .mv01 {
    width: 20%;
    left: auto;
    top: auto;
    right: 5%;
    bottom: 35%;
  }
}
.mainvisual.top .mv02 {
  position: absolute;
  top: 8%;
  left: 22%;
  max-width: 220px;
  width: 15%;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.top .mv02 {
    width: 20%;
    bottom: 39%;
    top: auto;
    left: 7%;
    right: auto;
  }
}
.mainvisual.top .mv03 {
  position: absolute;
  top: 35%;
  right: 6%;
  max-width: 220px;
  width: 15%;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.top .mv03 {
    width: 20%;
    bottom: 32%;
    top: auto;
    left: 30%;
    right: auto;
  }
}
.mainvisual.top .tree {
  position: absolute;
  bottom: 11%;
  right: 3%;
  max-width: 326px;
  width: 16%;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.top .tree {
    display: none;
  }
}
.mainvisual.top .cloud01 {
  display: none;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.top .cloud01 {
    display: block;
    position: absolute;
    top: 32%;
    left: 0;
    max-width: 66px;
    width: 18%;
    z-index: 1;
  }
}
.mainvisual.top .cloud02 {
  display: none;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.top .cloud02 {
    display: block;
    position: absolute;
    top: 21%;
    right: 0;
    max-width: 51px;
    width: 14%;
    z-index: 1;
  }
}
.mainvisual.top .mv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 640.9px) {
  .mainvisual.top .mv {
    top: 0;
    transform: translate(-50%, -37%); /* Y軸に-37%だけ上に移動 */
    -webkit-transform: translate(-50%, -37%);
    -ms-transform: translate(-50%, -37%);
  }
}
.mainvisual.top .mv .mv_area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.top .mv .mv_area {
    padding-top: 30rem;
  }
}
.mainvisual.top .mv .mv_title {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #4d4d4b;
  font-size: clamp(1.5rem, 2vw, 5.5rem);
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1.5;
  text-align: center;
  max-width: 546px;
  margin: 0 auto;
  width: 64%;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.top .mv .mv_title {
    font-size: 4.5rem;
    text-align: left;
    width: 70%;
  }
}
.mainvisual.top .mv .mv_text {
  text-align: center;
  max-width: 486px;
  width: 18%;
  margin: 1% auto 2%;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.top .mv .mv_text {
    width: 50%;
    margin: 5% auto 2% 15%;
  }
}
.mainvisual.top .mv .mv_logo {
  text-align: center;
  max-width: 186px;
  width: 12%;
  margin: 0 auto;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.top .mv .mv_logo {
    position: absolute;
    right: 6%;
    bottom: 0;
    width: 23%;
    transform: rotate(12deg);
  }
}

.top_about {
  position: relative;
}
@media screen and (min-width: 641px) {
  .top_about {
    background-color: #fff9e3;
    padding-bottom: 60rem;
  }
}
@media screen and (max-width: 640.9px) {
  .top_about {
    background: #fff9e3 url("../images/top/about_img002.png") no-repeat center bottom;
    background-size: contain;
    padding-bottom: 28.125vw;
  }
}
@media screen and (max-width: 640.9px) {
  .top_about .inner {
    width: calc(100% - 4.6875vw);
  }
}
.top_about::before {
  content: "";
  position: absolute;
}
@media screen and (min-width: 641px) {
  .top_about::before {
    background-image: url(../images/top/about_bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    width: 2560px;
    height: 1206px;
    display: block;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    z-index: 1;
  }
}
@media screen and (max-width: 640.9px) {
  .top_about::before {
    background: url("../images/top/about_img001.png") no-repeat center center;
    background-size: contain;
    top: -20.625vw;
    right: 0;
    width: 47.96875vw;
    height: 46.5625vw;
  }
}
@media screen and (max-width: 640.9px) {
  .top_about .btn_area {
    margin-left: 20vw;
  }
}
.top_about::after {
  content: "";
  background-image: url(../images/top/infomation_bg.png);
  background-repeat: repeat;
  background-position: bottom center;
  background-size: auto;
  width: 100%;
  height: 432px;
  position: absolute;
  bottom: -63px;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
@media screen and (max-width: 640.9px) {
  .top_about::after {
    display: none;
  }
}
.top_about .bg::before {
  content: "";
  background-image: url(../images/top/about_bg01.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  display: block;
  width: 815px;
  height: 385px;
  position: absolute;
  bottom: -11%;
  left: 48%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .top_about .bg::before {
    display: none;
  }
}
.top_about .bg::after {
  content: "";
  background-image: url(../images/top/about_chara01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 2.5%;
  max-width: 29px;
  height: 66px;
  position: absolute;
  bottom: -5%;
  left: 49%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .top_about .bg::after {
    display: none;
  }
}
.top_about .about_block {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .top_about .about_block {
    width: 100%;
    padding-bottom: 13%;
    padding-top: 18%;
  }
}
.top_about .block_title {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 640.9px) {
  .top_about .block_title {
    width: 84.375vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.top_about .block_title .title_en {
  color: #ffd33b;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 5rem;
}
@media screen and (max-width: 640.9px) {
  .top_about .block_title .title_en {
    font-size: 2.5rem;
    text-align: left;
    margin-bottom: 5.3125vw;
  }
}
.top_about .block_title .title_jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.top_about .block_title .title_jp .strong {
  font-size: 5rem;
  line-height: 1;
}
@media screen and (max-width: 640.9px) {
  .top_about .block_title .title_jp .strong {
    font-size: 9.0625vw;
    text-align: left;
  }
}
.top_about .block_title .title_jp .weak {
  font-size: 3.2rem;
  position: relative;
  left: 13.5%;
  line-height: 1;
  transform: rotate(2deg);
}
@media screen and (max-width: 640.9px) {
  .top_about .block_title .title_jp .weak {
    font-size: 6.25VW;
    right: 4.6875vw;
    left: auto;
    text-align: right;
  }
}
.top_about .block_text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 8rem;
}
@media screen and (max-width: 640.9px) {
  .top_about .block_text {
    font-size: 3.75vw;
    letter-spacing: 0.1em;
    line-height: 1.75;
  }
}
.top_profile {
  position: relative;
  height: 1700px;
  z-index: -1;
  background-image: url(../images/top/profile_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640.9px) {
  .top_profile {
    background-image: none;
    width: 100%;
    height: auto;
    aspect-ratio: 640/1775; /* ← 画像比率を指定して全端末対応 */
  }
}
.top_profile::before {
  content: "";
  background-image: url(../images/top/profile_bg01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 2272px;
  height: 1872px;
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  z-index: 1;
}
@media screen and (max-width: 640.9px) {
  .top_profile::before {
    background-image: url(../images/top/profile_bg01-sp.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; /* ← 全体を縮小して表示 */
    width: 100%;
    height: 100%; /* 親に合わせる */
    top: 0;
    left: 50%;
  }
}
.top_profile .sec_title {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 640.9px) {
  .top_profile .sec_title {
    width: 100%;
    top: 12%;
    left: 50%;
  }
}
.top_profile .sec_title .title_en {
  color: #ffd33b;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 640.9px) {
  .top_profile .sec_title .title_en {
    font-size: 1.8rem;
  }
}
.top_profile .sec_title .title_jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  position: relative;
}
.top_profile .sec_title .title_jp::before {
  content: "";
  border-left: solid 1px #404040;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 1px;
  height: 72px;
  position: absolute;
  bottom: 51px;
  left: -40px;
  z-index: 2;
  transform: rotate(-50deg);
}
.top_profile .sec_title .title_jp::after {
  content: "";
  border-left: solid 1px #404040;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 1px;
  height: 72px;
  position: absolute;
  bottom: 51px;
  right: -40px;
  z-index: 2;
  transform: rotate(50deg);
}
.top_profile .sec_title .title_jp .strong {
  font-size: 5.8rem;
  margin-bottom: 2rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 640.9px) {
  .top_profile .sec_title .title_jp .strong {
    font-size: 4.1rem;
  }
}
.top_profile .sec_title .title_jp .weak {
  font-size: 5.8rem;
  margin-top: 5rem;
}
@media screen and (max-width: 640.9px) {
  .top_profile .sec_title .title_jp .weak {
    font-size: 4.1rem;
    margin-top: 1rem;
  }
}
.top_profile .sec_title .title_jp .char16 {
  font-size: 4rem;
}
@media screen and (max-width: 640.9px) {
  .top_profile .sec_title .title_jp .char16 {
    font-size: 3.1rem;
  }
}
.top_profile .profile_box.num1 {
  position: absolute;
  top: 40%;
  left: 20%;
  text-align: center;
}
.top_profile .profile_box.num1 .box_title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.7vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.top_profile .profile_box.num1 .box_name {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4.7vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-bottom: 2vw;
}
.top_profile .profile_box.num1 .box_kana {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.top_profile .profile_box.num2 {
  position: absolute;
  bottom: 20%;
  left: 10%;
  text-align: center;
  width: 38vw;
  height: 20vw;
}
.top_profile .profile_box.num2 .box_title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.top_profile .profile_box.num2 .box_name {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.7vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-bottom: 4%;
}
.top_profile .profile_box.num2 .box_list.num01 {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 12%;
  left: 8%;
  gap: 16%;
}
.top_profile .profile_box.num2 .box_list.num02 {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 29%;
  left: 8%;
  gap: 11%;
}
.top_profile .profile_box.num2 .box_list.num02 li:first-child {
  position: relative;
  top: -1rem;
}
.top_profile .profile_box.num2 .box_list li {
  color: #FFF;
  font-size: 1vw;
}
.top_profile .profile_box.num3 {
  position: absolute;
  top: 38%;
  right: 22%;
  text-align: center;
}
.top_profile .profile_box.num3 .box_title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.top_profile .profile_box.num3 .box_name {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.7vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-bottom: 4%;
}
.top_profile .profile_box.num4 {
  position: absolute;
  bottom: 26%;
  right: 25%;
  text-align: center;
}
.top_profile .profile_box.num4 .box_title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

.top_infomation {
  position: relative;
  padding-top: 18rem;
  background-color: #fff9e3;
}
@media screen and (max-width: 640.9px) {
  .top_infomation {
    padding-top: 6rem;
  }
}
.top_infomation .cloud03 {
  position: absolute;
  top: -4rem;
  left: 24rem;
  width: 36%;
  left: calc(50% - 657px);
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
.top_infomation::before {
  content: "";
  background-image: url(../images/top/infomation_bg.png);
  background-repeat: repeat;
  background-position: bottom center;
  background-size: auto;
  width: 100%;
  height: 432px;
  position: absolute;
  top: -148px;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
@media screen and (max-width: 640.9px) {
  .top_infomation::before {
    display: none;
  }
}
.top_infomation::after {
  content: "";
  background-image: url(../images/top/infomation_bg01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  width: 100%;
  height: 453px;
  position: absolute;
  top: -148px;
  left: calc(50% + 172px);
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
@media screen and (max-width: 640.9px) {
  .top_infomation::after {
    display: none;
  }
}
.top_infomation .bg {
  max-width: 2000px;
  width: 95%;
  background-color: #FFF;
  border-radius: 5rem;
  margin: 0 auto;
  position: relative;
}
.top_infomation .bg::after {
  content: "";
  background-image: url(../images/top/infomation_icon02.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 4%;
  max-width: 71px;
  height: 145px;
  position: absolute;
  top: -10rem;
  right: 6rem;
  z-index: 1;
}
@media screen and (max-width: 640.9px) {
  .top_infomation .bg::after {
    background-image: url(../images/top/infomation_icon02-sp.png);
    top: -118px;
    right: 0px;
    max-width: 229.35px;
    height: 200px;
    width: 100%;
  }
}
.top_infomation .bg::before {
  content: "";
  background-image: url(../images/top/infomation_icon01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 42%;
  max-width: 837px;
  height: 207px;
  position: absolute;
  top: -10rem;
  left: -5rem;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .top_infomation .bg::before {
    background-image: url(../images/top/infomation_icon01-sp.png);
    top: 27rem;
    width: 70%;
    height: 100px;
  }
}
.top_infomation .sec_title {
  text-align: center;
  position: relative;
  top: -6rem;
  left: 5%;
  z-index: 1;
}
@media screen and (max-width: 640.9px) {
  .top_infomation .sec_title {
    padding-top: 9rem;
    margin-bottom: 18rem;
    position: static;
  }
}
.top_infomation .sec_title .title_en {
  color: #ffd33b;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 640.9px) {
  .top_infomation .sec_title .title_en {
    font-size: 2.5rem;
  }
}
.top_infomation .sec_title .title_jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-top: 14px;
}
@media screen and (max-width: 640.9px) {
  .top_infomation .sec_title .title_jp {
    font-size: 5.8rem;
  }
}
.top_infomation .sec_title .title_jp .strong {
  margin-bottom: 3rem;
}
.top_infomation .infomation_block {
  background-color: #fff9e3;
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .top_infomation .infomation_block {
    position: relative;
    background-image: url(../images/top/infomation_bg02-sp.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    padding-bottom: 7%;
    background-position: bottom center;
  }
}
.top_infomation .infomation_block::before {
  content: "";
  background-image: url(../images/top/infomation_icon03.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  display: block;
  width: 19%;
  max-width: 633px;
  height: 201px;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 640.9px) {
  .top_infomation .infomation_block::before {
    background-image: url(../images/top/infomation_icon03-sp.png);
    width: 37%;
    bottom: 40px;
  }
}
.top_infomation .infomation_block::after {
  content: "";
  background-image: url(../images/top/infomation_icon04.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  display: block;
  max-width: 1497px;
  width: 65%;
  height: 566px;
  position: absolute;
  bottom: -1px;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .top_infomation .infomation_block::after {
    background-image: url(../images/top/infomation_icon04-sp.png);
    width: 90%;
    height: 135px;
    bottom: -18px;
    z-index: 3;
  }
}
.top_infomation .infomation_box {
  max-width: 1050px;
  margin: 0 auto;
  width: 90%;
  padding-top: 10rem;
}
@media screen and (max-width: 640.9px) {
  .top_infomation .infomation_box {
    width: 100%;
  }
}
.top_infomation .infomation_box .arrow01 {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fff9e3;
}
@media screen and (max-width: 640.9px) {
  .top_infomation .infomation_box .arrow01 {
    width: 27px;
    height: 27px;
  }
}
.top_infomation .infomation_box .arrow01::before, .top_infomation .infomation_box .arrow01::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 15px;
  width: 15px;
  height: 2px;
  border-radius: 9999px;
  background-color: #94c4e1;
  transform-origin: calc(100% - 1px) 50%;
}
@media screen and (max-width: 640.9px) {
  .top_infomation .infomation_box .arrow01::before, .top_infomation .infomation_box .arrow01::after {
    left: 9px;
    width: 9px;
  }
}
.top_infomation .infomation_box .arrow01::before {
  transform: rotate(55deg);
}
.top_infomation .infomation_box .arrow01::after {
  transform: rotate(-55deg);
}
.top_infomation .infomation_box:last-child {
  padding-top: 5rem;
  padding-bottom: 18rem;
}
@media screen and (max-width: 640.9px) {
  .top_infomation .infomation_box:last-child {
    padding-bottom: 23rem;
  }
}
.top_infomation .infomation_box:last-child .arrow01::before, .top_infomation .infomation_box:last-child .arrow01::after {
  background-color: #83b958;
}
.top_infomation .infomation_box:last-child .box_subtitle {
  color: #83b958;
}
.top_infomation .infomation_box:last-child .box_list .list a {
  background-color: #83b958;
  border: solid 3px #83b958;
}
.top_infomation .infomation_box:last-child .box_list .list a:hover {
  color: #83b958;
  background-color: #FFF;
  opacity: 1;
  border-radius: 1rem;
}
.top_infomation .infomation_box:last-child .box_list .list a:hover .arrow01 {
  background-color: #83b958;
}
.top_infomation .infomation_box:last-child .box_list .list a:hover .arrow01::before, .top_infomation .infomation_box:last-child .box_list .list a:hover .arrow01::after {
  background-color: #FFF;
}
.top_infomation .infomation_box .box_title {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 640.9px) {
  .top_infomation .infomation_box .box_title {
    font-size: 3.6rem;
  }
}
.top_infomation .infomation_box .box_subtitle {
  color: #94c4e1;
  text-align: left;
  margin-bottom: 2rem;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 640.9px) {
  .top_infomation .infomation_box .box_subtitle {
    font-size: 2.2rem;
    text-align: center;
  }
}
.top_infomation .infomation_box .box_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px 3rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 640.9px) {
  .top_infomation .infomation_box .box_list {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
}
.top_infomation .infomation_box .box_list .list {
  width: 31.5%;
  max-width: 330px;
}
@media screen and (max-width: 640.9px) {
  .top_infomation .infomation_box .box_list .list {
    width: 100%;
    max-width: 100%;
  }
}
.top_infomation .infomation_box .box_list .list a {
  position: relative;
  background-color: #94c4e1;
  color: #FFF;
  text-decoration: none;
  padding: 1.9rem 8rem 1.9rem 2.5rem;
  border-radius: 1rem;
  font-size: 2.3rem;
  line-height: 1.5;
  font-weight: 500;
  display: block;
  text-align: center;
  border: solid 3px #94c4e1;
  z-index: 3;
}
.top_infomation .infomation_box .box_list .list a:hover {
  color: #94c4e1;
  background-color: #FFF;
  opacity: 1;
  border-radius: 1rem;
}
.top_infomation .infomation_box .box_list .list a:hover .arrow01 {
  background-color: #94c4e1;
}
.top_infomation .infomation_box .box_list .list a:hover .arrow01::before, .top_infomation .infomation_box .box_list .list a:hover .arrow01::after {
  background-color: #FFF;
}
@media screen and (max-width: 640.9px) {
  .top_infomation .infomation_box .box_list .list a {
    padding: 1.5rem 8rem 1.5rem 4.5rem;
    font-size: 3rem;
    text-align: left;
  }
}
.top_infomation .infomation_box .box_list .list.last {
  width: 100%;
  max-width: 1050px;
}
.top_infomation .infomation_box .box_list .list.last a {
  background-color: #ffc600;
  border: solid 3px #ffc600;
}
.top_infomation .infomation_box .box_list .list.last a .strong {
  font-size: 2.6rem;
}
@media screen and (max-width: 640.9px) {
  .top_infomation .infomation_box .box_list .list.last a .strong {
    font-size: 3.3rem;
  }
}
.top_infomation .infomation_box .box_list .list.last a .arrow01::before, .top_infomation .infomation_box .box_list .list.last a .arrow01::after {
  background-color: #ffc600;
}
.top_infomation .infomation_box .box_list .list.last a:hover {
  color: #ffc600;
  background-color: #FFF;
  opacity: 1;
  border-radius: 1rem;
}
.top_infomation .infomation_box .box_list .list.last a:hover .arrow01 {
  background-color: #ffc600;
}
.top_infomation .infomation_box .box_list .list.last a:hover .arrow01::before, .top_infomation .infomation_box .box_list .list.last a:hover .arrow01::after {
  background-color: #FFF;
}
@media screen and (max-width: 640.9px) {
  .top_infomation .infomation_box .box_list .list.last a {
    padding: 1.5rem 8rem 1.5rem 4.5rem;
    font-size: 2.3rem;
    text-align: left;
  }
}

.top_news {
  padding: 33rem 0 83rem;
  position: relative;
  background-color: #fff9e3;
}
@media screen and (max-width: 640.9px) {
  .top_news {
    padding: 19rem 0 0;
    background-color: #FFF;
    height: 221.875vw;
  }
}
.top_news::before {
  content: "";
  background-image: url(../images/top/news_bg.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  width: 100%;
  height: auto;
  aspect-ratio: 1232/613;
  max-width: 1232px;
  max-height: 613px;
  position: absolute;
  bottom: 294px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .top_news::before {
    background-image: url(../images/top/news_bg-sp.jpg);
    width: 100%;
    max-height: 207.96875vw;
    bottom: auto;
    top: 0;
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    aspect-ratio: 640/1331;
  }
}
.top_news::after {
  content: "";
  background-image: url(../images/top/news_bg01.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  width: 1490px;
  height: 718px;
  position: absolute;
  top: -95px;
  left: calc(50% - 500px);
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  z-index: 0;
}
@media screen and (max-width: 640.9px) {
  .top_news::after {
    display: none;
  }
}
.top_news .bg::before {
  content: "";
  background-image: url(../images/top/news_bg0.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  width: 100%;
  height: 449px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 640.9px) {
  .top_news .bg::before {
    display: none;
  }
}
.top_news .bg::after {
  content: "";
  background-image: url(../images/top/news_bg02.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  width: 1313px;
  height: 554px;
  position: absolute;
  bottom: 150px;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 640.9px) {
  .top_news .bg::after {
    display: none;
  }
}
.top_news .inner {
  max-width: 1200px;
}
@media screen and (max-width: 640.9px) {
  .top_news .sec_title {
    width: 100%;
    text-align: right;
  }
}
.top_news .sec_title .title_en {
  color: #ffd33b;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
  padding-left: 2rem;
}
@media screen and (max-width: 640.9px) {
  .top_news .sec_title .title_en {
    padding-left: 0;
    font-size: 2.5rem;
  }
}
.top_news .sec_title .title_jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 5.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 640.9px) {
  .top_news .sec_title .title_jp {
    font-size: 5.8rem;
  }
}
.top_news .news_block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 640.9px) {
  .top_news .news_block {
    flex-direction: column;
    align-items: flex-end;
    gap: 5rem;
  }
}
@media screen and (max-width: 640.9px) {
  .top_news .news_block .news_list {
    width: 95%;
    margin: 0 auto;
  }
}
.top_news .news_block .news_list .list {
  margin-bottom: 3.5rem;
  position: relative;
  max-width: 779px;
}
.top_news .news_block .news_list .list .new {
  background-image: url(../images/top/news_label.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  display: inline-block;
  padding: 3rem;
  color: #FFF;
  font-size: 2rem;
  position: absolute;
  top: -4rem;
  left: -4rem;
  z-index: 1;
}
@media screen and (max-width: 640.9px) {
  .top_news .news_block .news_list .list .new {
    padding: 2.5rem;
  }
}
.top_news .news_block .news_list .list.new .link {
  border: solid 3px #ffc600;
}
.top_news .news_block .news_list .list .link {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3rem 4rem 2rem 4rem;
  border: solid 3px #404040;
  border-radius: 2rem;
  color: #404040;
  background-color: #FFF;
  text-decoration: none;
}
@media screen and (max-width: 640.9px) {
  .top_news .news_block .news_list .list .link {
    padding: 4rem 3rem 3rem 3rem;
  }
}
.top_news .news_block .news_list .list .news_date {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-right: 3rem;
}
@media screen and (max-width: 640.9px) {
  .top_news .news_block .news_list .list .news_date {
    font-size: 2.3rem;
    width: 30%;
    margin-right: 1rem;
    justify-content: space-between;
  }
}
.top_news .news_block .news_list .list .news_title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 640.9px) {
  .top_news .news_block .news_list .list .news_title {
    font-size: 2.4rem;
    width: 65%;
  }
}
.top_news .news_block .news_list .list .news_btn {
  display: block;
  width: 80%;
  text-align: right;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 640.9px) {
  .top_news .news_block .news_list .list .news_btn {
    font-size: 1.8rem;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
  }
}
.top_news .news_block .news_list .list .entry-category {
  display: inline-block;
  background-color: #FFF;
  padding: 0.5rem 2.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  margin: 0;
  color: #FFF;
  width: 20%;
  max-width: 160px;
  text-align: center;
}
@media screen and (max-width: 640.9px) {
  .top_news .news_block .news_list .list .entry-category {
    font-size: 1.8rem;
    width: 80px;
    position: relative;
    top: -2rem;
  }
}
.top_news .news_block .news_list .list .entry-category.cate1 {
  background-color: #fcd23f;
}
.top_news .news_block .news_list .list .entry-category.cate2 {
  background-color: #80c5e4;
}
.top_news .news_block .news_list .list .entry-category.cate3 {
  background-color: #9adc77;
}
.top_news .news_block .news_list .list .entry-category.cate4 {
  background-color: #eca2d5;
}

@media (min-width: 641px) {
  .page-index .nav {
    padding-bottom: 196px;
  }
}
.page-index footer {
  padding-top: 0;
}

.mainvisual.company::after {
  background-image: url(../images/company/mv.png);
}
@media screen and (max-width: 640.9px) {
  .mainvisual.company::after {
    background-image: url(../images/company/mv-sp.png);
  }
}
.mainvisual.company .mv_title {
  position: absolute;
  right: 21%;
  bottom: 12%;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.company .mv_title {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
}
.mainvisual.company .chara15 {
  position: absolute;
  bottom: 7%;
  left: 31%;
  max-width: 162px;
  width: 7%;
  z-index: 1;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.company .chara15 {
    width: auto;
    max-width: 84.7px;
    bottom: auto;
    left: 20%;
    bottom: -14%;
    z-index: 5;
  }
}
.mainvisual.company .chara16 {
  position: absolute;
  bottom: -8%;
  right: 44%;
  max-width: 149px;
  width: 6%;
  z-index: 1;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.company .chara16 {
    width: auto;
    max-width: 77px;
    bottom: auto;
    left: 4%;
    top: 11%;
  }
}
.mainvisual.company .chara17 {
  position: absolute;
  bottom: 34%;
  left: 23%;
  max-width: 45px;
  width: 2%;
  z-index: 1;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.company .chara17 {
    width: auto;
    max-width: 24.75px;
    bottom: -5%;
    left: 52%;
    z-index: 5;
  }
}
.mainvisual.company .chara18 {
  position: absolute;
  bottom: 9%;
  right: 16.5%;
  max-width: 31px;
  width: 2%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.company .chara18 {
    width: auto;
    max-width: 17.05px;
    bottom: 6%;
    right: 14%;
    z-index: 5;
  }
}

.profile {
  background-color: #fff9e3;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
@media screen and (max-width: 640.9px) {
  .profile {
    padding: 10rem 0;
  }
}
.profile::after {
  content: "";
  background-image: url(../images/company/organogram_bg01.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 203px;
  transform-origin: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 640.9px) {
  .profile::after {
    content: none;
    background: none;
  }
}
.profile .profile_item01 {
  position: absolute;
  top: 5%;
  right: 13%;
  max-width: 320px;
  width: auto;
  z-index: 0;
}
@media screen and (max-width: 640.9px) {
  .profile .profile_item01 {
    display: none;
  }
}
.profile .bg {
  padding: 7.5rem 0 30rem;
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .profile .bg {
    padding: 7.5rem 0 0;
  }
}
.profile .bg::before {
  content: "";
  background-image: url(../images/company/company_bg02.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  display: block;
  width: 1924px;
  height: 685px;
  transform-origin: center;
  position: absolute;
  bottom: 30px;
  right: 0;
}
@media screen and (max-width: 640.9px) {
  .profile .bg::before {
    content: none;
  }
}
.profile .bg::after {
  content: "";
  background-image: url(../images/company/company_bg03.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  display: block;
  width: 960px;
  height: 296px;
  transform-origin: center;
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 640.9px) {
  .profile .bg::after {
    content: none;
  }
}
.profile .profile_title {
  text-align: center;
  margin-bottom: 7rem;
}
.profile .profile_title .title_en {
  color: #ffd33b;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
}
.profile .profile_title .title_jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.79rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.profile .profile_block {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 5rem;
}
@media screen and (max-width: 640.9px) {
  .profile .profile_block {
    flex-direction: column;
  }
}
.profile .profile_block .profile_box {
  width: 50%;
  min-height: 1100px;
}
@media screen and (max-width: 640.9px) {
  .profile .profile_block .profile_box {
    width: 100%;
    min-height: auto;
  }
}
@media screen and (max-width: 640.9px) {
  .profile .profile_block .profile_box:first-child {
    margin-bottom: 5rem;
  }
}
.profile .profile_block .profile_box:first-child .box_text {
  position: relative;
  padding: 10rem 5rem;
  min-height: 1100px;
}
@media screen and (max-width: 640.9px) {
  .profile .profile_block .profile_box:first-child .box_text {
    padding: 5rem 5rem 8rem 8rem;
    background-color: #FFF;
    min-height: auto;
  }
}
.profile .profile_block .profile_box:first-child .box_text::before {
  content: "";
  background-image: url(../images/company/company_bg01.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 1100px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 640.9px) {
  .profile .profile_block .profile_box:first-child .box_text::before {
    content: "";
    background-image: url(../images/company/profile_bg01-sp.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    display: block;
    width: 49.5px;
    height: 48.95px;
    position: absolute;
    top: -23px;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 640.9px) {
  .profile .profile_block .profile_box:first-child .box_text::after {
    content: "";
    background-image: url(../images/company/profile_bg02-sp.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    display: block;
    width: 129.25px;
    height: 53.35px;
    transform-origin: center;
    position: absolute;
    bottom: -30px;
    right: -5.5%;
  }
}
.profile .profile_block .profile_box:first-child .box_text table {
  width: 89.177%;
  margin-left: auto;
}
@media screen and (max-width: 640.9px) {
  .profile .profile_block .profile_box:first-child .box_text table {
    width: 100%;
  }
}
.profile .profile_block .profile_box:last-child .box_text {
  position: relative;
  padding: 10rem 5rem;
  margin-top: 65px;
}
@media screen and (max-width: 640.9px) {
  .profile .profile_block .profile_box:last-child .box_text {
    padding: 5rem 5rem 8rem 8rem;
    background-color: #FFF;
    margin-top: 0;
  }
}
.profile .profile_block .profile_box:last-child .box_text::before {
  content: "";
  background-image: url(../images/company/company_bg01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 1100px;
  transform-origin: center;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(-1);
}
@media screen and (max-width: 640.9px) {
  .profile .profile_block .profile_box:last-child .box_text::before {
    content: "";
    background-image: url(../images/company/profile_bg03-sp.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    display: block;
    width: 45.1px;
    height: 38.5px;
    position: absolute;
    top: -30px;
    left: 0;
    transform: scaleX(1);
  }
}
@media screen and (max-width: 640.9px) {
  .profile .profile_block .profile_box:last-child .box_text::after {
    content: "";
    background-image: url(../images/company/profile_bg04-sp.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    display: block;
    width: 312.4px;
    height: 60.5px;
    transform-origin: center;
    position: absolute;
    bottom: -30px;
    left: -5.5%;
  }
}
.profile .profile_block .profile_box:last-child .box_text table {
  width: 100%;
  margin-right: auto;
}
@media screen and (max-width: 640.9px) {
  .profile .profile_block .profile_box:last-child .box_text table {
    width: 100%;
  }
}
.profile .profile_block .profile_box .box_title {
  font-size: 2.36rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
  margin-bottom: 3.5rem;
  text-align: center;
}
.profile .profile_block .profile_box .box_title .strong {
  font-size: 3.49rem;
  line-height: 1.5;
}
@media screen and (max-width: 640.9px) {
  .profile .profile_block .profile_box .box_title .strong {
    font-size: 3.049rem;
  }
}
.profile .profile_block .profile_box .box_title::before {
  content: "";
  background-image: url(../images/company/title_icon01.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  display: block;
  width: 40px;
  height: 51px;
  transform-origin: center;
  position: absolute;
  top: 0;
  left: 20px;
  transform: scaleX(-1);
}
@media screen and (max-width: 640.9px) {
  .profile .profile_block .profile_box .box_title::before {
    width: 22px;
    height: 28.05px;
    left: 10rem;
  }
}
.profile .profile_block .profile_box .box_title:after {
  content: "";
  background-image: url(../images/company/title_icon01.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  display: block;
  width: 40px;
  height: 51px;
  transform-origin: center;
  position: absolute;
  top: 0;
  right: 20px;
}
@media screen and (max-width: 640.9px) {
  .profile .profile_block .profile_box .box_title:after {
    width: 22px;
    height: 28.05px;
    right: 10rem;
  }
}
.profile .profile_block .profile_box table {
  position: relative;
  z-index: 2;
  width: 100%;
}
.profile .profile_block .profile_box table tr {
  margin-bottom: 1.2rem;
  display: block;
}
.profile .profile_block .profile_box table tr th {
  font-size: 2.067rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 640.9px) {
  .profile .profile_block .profile_box table tr th {
    font-size: 2.952rem;
  }
}
.profile .profile_block .profile_box table tr td {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 640.9px) {
  .profile .profile_block .profile_box table tr td {
    font-size: 2.952rem;
  }
}
.profile .profile_block .profile_box table tr td .text01 {
  font-size: 1.9rem;
}
@media screen and (max-width: 640.9px) {
  .profile .profile_block .profile_box table tr td .text01 {
    font-size: 2.713rem;
  }
}

.organogram {
  padding: 7.5rem 0 35rem;
  background-color: #fffac5;
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .organogram {
    padding: 30rem 0 20rem;
  }
}
.organogram::before {
  content: "";
  background-image: url(../images/company/organogram01.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  display: block;
  width: 1049px;
  height: 950px;
  transform-origin: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 4;
}
@media screen and (max-width: 640.9px) {
  .organogram::before {
    background-image: url(../images/company/organogram01-sp.png);
    width: 100%;
    height: auto;
    aspect-ratio: 640/826;
  }
}
.organogram::after {
  content: "";
  background-image: url(../images/company/en_bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  display: block;
  width: 1202px;
  height: 1122px;
  transform-origin: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
}
@media screen and (max-width: 640.9px) {
  .organogram::after {
    width: 661.1px;
    height: 617.1px;
    left: 38%;
  }
}
.organogram .inner {
  z-index: 5;
}
.organogram .organogram_item01 {
  position: absolute;
  bottom: 20%;
  left: 12%;
  max-width: 348px;
  width: auto;
  z-index: 0;
}
@media screen and (max-width: 640.9px) {
  .organogram .organogram_item01 {
    display: none;
  }
}
.organogram .organogram_item02 {
  position: absolute;
  bottom: 31%;
  right: 10%;
  max-width: 265px;
  width: auto;
  z-index: 0;
}
@media screen and (max-width: 640.9px) {
  .organogram .organogram_item02 {
    top: 3%;
    bottom: auto;
    max-width: 113.85px;
    z-index: 4;
  }
}
.organogram .organogram_item03 {
  position: absolute;
  top: -19%;
  left: 7%;
  max-width: 742px;
  width: auto;
  z-index: 3;
}
@media screen and (max-width: 640.9px) {
  .organogram .organogram_item03 {
    display: none;
  }
}
.organogram .organogram_item04 {
  position: absolute;
  top: -24%;
  right: 0;
  max-width: 466px;
  width: auto;
  z-index: 3;
}
@media screen and (max-width: 640.9px) {
  .organogram .organogram_item04 {
    display: none;
  }
}
.organogram .organogram_item05 {
  position: absolute;
  bottom: -14%;
  right: 18%;
  max-width: 547px;
  width: auto;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .organogram .organogram_item05 {
    display: none;
  }
}
.organogram .organogram_item06 {
  position: absolute;
  top: -18%;
  right: 17%;
  max-width: 320px;
  width: auto;
  z-index: 4;
}
@media screen and (max-width: 640.9px) {
  .organogram .organogram_item06 {
    top: auto;
    bottom: 1%;
    left: 1%;
    max-width: 176px;
  }
}
.organogram .organogram_title {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 14rem;
  left: -5rem;
}
@media screen and (max-width: 640.9px) {
  .organogram .organogram_title {
    margin-bottom: 4rem;
    position: relative;
    top: -19rem;
    left: -9rem;
  }
}
.organogram .organogram_title .title_en {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #ffd33b;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
}
.organogram .organogram_title .title_jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.79rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.organogram .organogram_block {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
  gap: 5rem;
  position: relative;
  left: 4rem;
  top: 3rem;
}
@media screen and (max-width: 640.9px) {
  .organogram .organogram_block {
    left: 0;
    top: -5rem;
    gap: 3rem;
  }
}
.organogram .organogram_block .organogram_box {
  width: 50%;
  max-width: 400px;
}
.organogram .organogram_block .organogram_box:first-child {
  margin-left: auto;
}
@media screen and (max-width: 640.9px) {
  .organogram .organogram_block .organogram_box:first-child {
    position: relative;
    top: 0rem;
  }
}
.organogram .organogram_block .organogram_box:last-child {
  margin-right: auto;
  position: relative;
  top: -6rem;
}
.organogram .organogram_block .organogram_box .box_title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.36rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
  margin-bottom: 3.5rem;
  text-align: center;
}
.organogram .organogram_block .organogram_box .box_title .strong {
  font-size: 3.188rem;
}
.organogram .organogram_block .organogram_box .box_text {
  position: relative;
  z-index: 1;
  font-size: 2.067rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background-color: #fff9e3;
  border-radius: 26px;
  margin-bottom: 2rem;
  padding: 2rem;
  text-align: center;
}
.organogram .organogram_block .organogram_box .box_text.num01 {
  height: 120px;
}
@media screen and (max-width: 640.9px) {
  .organogram .organogram_block .organogram_box .box_text.num01 {
    height: auto;
  }
}
.organogram .organogram_block .organogram_box .box_text.num02 {
  height: 212px;
}
@media screen and (max-width: 640.9px) {
  .organogram .organogram_block .organogram_box .box_text.num02 {
    height: auto;
  }
}
.organogram .organogram_block .organogram_box .box_text.num03 {
  height: 182px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640.9px) {
  .organogram .organogram_block .organogram_box .box_text.num03 {
    height: auto;
  }
}
.organogram .organogram_block .organogram_box .box_text.num04 {
  height: 150px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640.9px) {
  .organogram .organogram_block .organogram_box .box_text.num04 {
    height: auto;
  }
}
.organogram .organogram_block .organogram_box .box_text .flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}
.organogram .organogram_block .organogram_box .box_text .flex-c {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 640.9px) {
  .organogram .organogram_block .organogram_box .box_text .flex-c {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
}
.organogram .organogram_block .organogram_box .box_text .flex-m {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 640.9px) {
  .organogram .organogram_block .organogram_box .box_text .flex-m {
    flex-direction: column;
    gap: 0;
  }
}
.organogram .organogram_block .organogram_box .box_text .small {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.688rem;
}
.organogram .organogram_block .organogram_box .box_text .large {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.615rem;
}
.organogram .organogram_block .organogram_box .box_text .large1 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.899rem;
}
.organogram .organogram_block .organogram_box .box_text .text {
  font-size: 1.7rem;
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 640.9px) {
  .organogram .organogram_block .organogram_box .box_text .text {
    font-size: 2rem;
  }
}

.history {
  position: relative;
  padding-bottom: 21rem;
}
.history::before {
  content: "";
  background-image: url(../images/company/organogram_bg02.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: center;
  position: absolute;
  top: 0;
  left: 0;
}
.history .bg {
  padding: 22rem 0;
  position: relative;
}
.history .bg::before {
  content: "";
  background-image: url(../images/company/history_bg01.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  display: block;
  width: 803px;
  height: 491px;
  transform-origin: center;
  position: absolute;
  top: 4rem;
  left: 0;
}
@media screen and (max-width: 640.9px) {
  .history .bg::before {
    background-image: url(../images/company/history_bg01-sp.png);
    width: 316.8px;
    height: 225.5px;
    top: 0rem;
    left: 0rem;
  }
}
.history .bg::after {
  content: "";
  background-image: url(../images/company/history_bg02.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  display: block;
  width: 1136px;
  height: 208px;
  transform-origin: center;
  position: absolute;
  bottom: -5rem;
  right: 0;
}
@media screen and (max-width: 640.9px) {
  .history .bg::after {
    background-image: url(../images/company/history_bg02-sp.png);
    width: 281.6px;
  }
}
.history .history_wrapper {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 640.9px) {
  .history .history_wrapper {
    flex-direction: column;
    gap: 85px;
  }
}
.history .history_title {
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 640.9px) {
  .history .history_title {
    width: 50%;
    margin-left: auto;
  }
}
.history .history_title .title_en {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #ffd33b;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
}
.history .history_title .title_jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.79rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.history .history_text {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  max-width: 800px;
  margin: 0 auto 7rem;
}
@media screen and (max-width: 640.9px) {
  .history .history_text {
    width: 70%;
    margin-left: 0 auto 5rem;
  }
}
.history .history_block {
  width: 50%;
}
@media screen and (max-width: 640.9px) {
  .history .history_block {
    width: 100%;
  }
}
.history .history_block .history_list {
  width: 91%;
  margin-left: auto;
  padding-left: 5rem;
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .history .history_block .history_list {
    width: 100%;
  }
}
.history .history_block .history_list::before {
  content: "";
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  display: block;
  width: 3px;
  height: 100%;
  transform-origin: center;
  position: absolute;
  top: 2.5rem;
  left: -3px;
  border-left: solid 3px #404040;
}
@media screen and (max-width: 640.9px) {
  .history .history_block .history_list::before {
    top: 7px;
    left: 0;
  }
}
.history .history_block .history_list::after {
  content: "";
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  display: block;
  width: 3px;
  height: 100%;
  transform-origin: center;
  position: absolute;
  top: 10rem;
  left: -3px;
  border-left: dotted 3px #404040;
}
@media screen and (max-width: 640.9px) {
  .history .history_block .history_list::after {
    left: 0;
    top: 1rem;
  }
}
.history .history_block .history_list .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8rem;
  margin-bottom: 5rem;
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .history .history_block .history_list .list {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 4rem;
  }
}
.history .history_block .history_list .list::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 1.2rem;
  left: -6rem;
  background-color: #404040;
}
@media screen and (max-width: 640.9px) {
  .history .history_block .history_list .list::before {
    top: 5px;
  }
}
.history .history_block .history_list .list .date {
  font-size: 2.684rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 640.9px) {
  .history .history_block .history_list .list .date {
    font-size: 4.0625vw;
  }
}
.history .history_block .history_list .list .text {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #404040;
  font-weight: bold;
}
@media screen and (max-width: 640.9px) {
  .history .history_block .history_list .list .text {
    font-size: 1.5rem;
    font-size: 4.6875vw;
  }
}
.history .history_block h3 {
  color: #ffcfc1;
  font-family: "Zen Maru Gothic", sans-serif;
  padding-left: 40px;
  margin-bottom: 45px;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 640px) {
  .history .history_block h3 {
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 6.25vw;
  }
}
.history .history_block .history_list::before, .history .history_block .history_list:after {
  border-color: #ffcfc1;
}
.history .history_block .history_list .list:before {
  background-color: #ffcfc1;
}
.history .history_block.gia h3 {
  color: #a6dff8;
}
.history .history_block.gia .history_list::before, .history .history_block.gia .history_list:after {
  border-color: #a6dff8;
}
.history .history_block.gia .history_list .list:before {
  background-color: #a6dff8;
}

.page-company .footer {
  background-color: #fff9e3;
  position: relative;
  padding-top: 9rem;
  margin-top: 12rem;
}
@media screen and (max-width: 640.9px) {
  .page-company .footer {
    margin-top: 0rem;
  }
}
.page-company .footer::before {
  content: "";
  background-image: url(../images/company/footer_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: center;
  position: absolute;
  top: -7vw;
  left: 0;
}
@media screen and (max-width: 640.9px) {
  .page-company .footer::before {
    top: -3rem;
  }
}

.mainvisual.message_mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/message/mv.png);
  background-size: cover;
  background-position: top center;
  opacity: 0;
  animation: bgFadeIn 1s ease forwards;
  animation-delay: 1s;
  z-index: 0;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.message_mv::after {
    background-image: url(../images/message/mv-sp.png);
  }
}
.mainvisual.message_mv .mv_title {
  position: absolute;
  left: 21%;
  right: auto;
  bottom: 36%;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.message_mv .mv_title {
    top: 50%;
    left: 30%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    width: 100%;
    text-align: center;
    z-index: 6;
  }
}
.mainvisual.message_mv .apple01 {
  position: absolute;
  top: 11%;
  left: 44%;
  max-width: 47px;
  width: 2%;
  z-index: 3;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.message_mv .apple01 {
    width: auto;
    max-width: 25.85px;
    left: 14%;
    top: 18%;
    z-index: 5;
  }
}
.mainvisual.message_mv .apple02 {
  position: absolute;
  top: 9%;
  left: 53%;
  max-width: 50px;
  width: 2%;
  z-index: 3;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.message_mv .apple02 {
    width: auto;
    max-width: 27.5px;
    left: 51%;
    top: 17%;
    z-index: 5;
  }
}
.mainvisual.message_mv .apple03 {
  position: absolute;
  top: 22%;
  right: 20%;
  max-width: 40px;
  width: 2%;
  z-index: 3;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.message_mv .apple03 {
    width: auto;
    max-width: 22px;
    right: 10%;
    top: 33%;
    z-index: 5;
  }
}
.mainvisual.message_mv .apple04 {
  position: absolute;
  top: 30%;
  right: 13%;
  max-width: 49px;
  width: 2%;
  z-index: 3;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.message_mv .apple04 {
    width: auto;
    max-width: 26.95px;
    left: 20%;
    top: 46%;
    z-index: 5;
  }
}
.mainvisual.message_mv .apple05 {
  position: absolute;
  bottom: 42%;
  left: 46%;
  max-width: 41px;
  width: 2%;
  z-index: 3;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.message_mv .apple05 {
    display: none;
  }
}
.mainvisual.message_mv .chara11 {
  position: absolute;
  bottom: 24%;
  left: 44%;
  max-width: 109px;
  width: 5%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.message_mv .chara11 {
    width: auto;
    max-width: 59.95px;
    left: 46%;
    bottom: auto;
    top: 30%;
    z-index: 5;
  }
}
.mainvisual.message_mv .chara12 {
  position: absolute;
  top: 30%;
  right: 19%;
  max-width: 74px;
  width: 4%;
  z-index: 1;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.message_mv .chara12 {
    width: auto;
    max-width: 40.7px;
    bottom: auto;
    right: 7%;
    top: 39%;
  }
}
.mainvisual.message_mv .chara13 {
  position: absolute;
  bottom: 0%;
  left: 21%;
  max-width: 83px;
  width: 4%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.message_mv .chara13 {
    width: auto;
    max-width: 45.65px;
    bottom: -3%;
    left: 20%;
    z-index: 5;
  }
}
.mainvisual.message_mv .chara14 {
  position: absolute;
  bottom: -2%;
  right: 19%;
  max-width: 86px;
  width: 4%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.message_mv .chara14 {
    width: auto;
    max-width: 47.3px;
    bottom: -7%;
    right: 27%;
    z-index: 5;
  }
}

.philosophy {
  background-color: #fff9e3;
  padding-bottom: 15rem;
}
@media screen and (max-width: 640.9px) {
  .philosophy {
    padding-top: 16rem;
    padding-bottom: 17rem;
  }
}
.philosophy .philosophy_title {
  text-align: center;
  margin-bottom: 7rem;
}
@media screen and (max-width: 640.9px) {
  .philosophy .philosophy_title {
    margin-bottom: 5rem;
  }
}
.philosophy .philosophy_title .title_en {
  color: #ffd33b;
  font-size: 2.224rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
}
.philosophy .philosophy_title .title_jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.79rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.philosophy .philosophy_block {
  position: relative;
}
.philosophy .philosophy_block::before {
  content: "";
  background-image: url(../images/message/philosophy_bg01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 1015px;
  height: 166px;
  position: absolute;
  bottom: -4.5rem;
  right: -74%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .philosophy .philosophy_block::before {
    background-image: url(../images/message/philosophy_bg01-sp.png);
    width: 215.6px;
    height: 92.4px;
    right: -5.5%;
    bottom: -8rem;
    left: auto;
  }
}
.philosophy .philosophy_block::after {
  content: "";
  background-image: url(../images/message/philosophy_chara01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 83px;
  height: 78px;
  position: absolute;
  bottom: -3rem;
  left: -1.5rem;
  z-index: 1;
}
@media screen and (max-width: 640.9px) {
  .philosophy .philosophy_block::after {
    background-image: url(../images/message/philosophy_bg02-sp.png);
    width: 204.6px;
    height: 97.35px;
    right: auto;
    left: -5.5%;
    bottom: -13rem;
    z-index: 2;
  }
}
.philosophy .philosophy_block .philosophy_box {
  background-color: #FFF;
  padding: 5rem 0;
}
.philosophy .philosophy_block .philosophy_box .box_title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  position: relative;
  padding-bottom: 1.5rem;
}
.philosophy .philosophy_block .philosophy_box .box_title::before {
  content: "";
  display: block;
  max-width: 413px;
  width: 100%;
  height: 7px;
  background-image: url(../images/message/title_border.png);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  background-size: contain;
}
@media screen and (max-width: 640.9px) {
  .philosophy .philosophy_block .philosophy_box .box_title::before {
    height: 3.85px;
    max-width: 209px;
  }
}
.philosophy .philosophy_block .philosophy_box .box_text {
  max-width: 820px;
  padding: 3rem;
  margin: 0 auto;
  font-size: 2.378rem;
  line-height: 1.5;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 640.9px) {
  .philosophy .philosophy_block .philosophy_box .box_text {
    padding: 3rem 9rem;
  }
}

.norm {
  position: relative;
}
.norm::before {
  content: "";
  background-image: url(../images/message/norm_bg01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 905px;
  height: 282px;
  position: absolute;
  bottom: -9.5rem;
  left: 0%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .norm::before {
    width: 497.75px;
    height: 155.1px;
  }
}
.norm .bg {
  background-color: #FFF;
  padding: 6rem 0 10rem;
}
@media screen and (max-width: 640.9px) {
  .norm .bg {
    padding: 16rem 0 19rem;
  }
}
.norm .bg::before {
  content: "";
  background-image: url(../images/message/norm_chara01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 247px;
  height: 109px;
  position: absolute;
  top: -1rem;
  right: 11%;
  z-index: 1;
}
@media screen and (max-width: 640.9px) {
  .norm .bg::before {
    width: 135.85px;
    height: 59.95px;
    top: 5rem;
    right: -6%;
  }
}
.norm .bg::after {
  content: "";
  background-image: url(../images/message/norm_chara02.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 65px;
  height: 49px;
  position: absolute;
  top: 15rem;
  right: 22%;
  z-index: 1;
}
@media screen and (max-width: 640.9px) {
  .norm .bg::after {
    width: 35.75px;
    height: 26.95px;
    top: 11rem;
    right: auto;
    left: 11%;
  }
}
.norm .norm_title {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 640.9px) {
  .norm .norm_title {
    margin-bottom: 8rem;
  }
}
.norm .norm_title .title_en {
  color: #ffd33b;
  font-size: 2.224rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
}
.norm .norm_title .title_jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.79rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.norm .norm_title .title_small {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 640.9px) {
  .norm .norm_title .title_small {
    font-size: 2.4rem;
  }
}
.norm .norm_block {
  text-align: center;
}
.norm .norm_block .norm_box {
  margin-bottom: 4rem;
}
@media screen and (max-width: 640.9px) {
  .norm .norm_block .norm_box {
    margin-bottom: 7rem;
  }
}
.norm .norm_block .norm_box .box_title {
  font-size: 2.455rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.norm .box_text {
  font-size: 2.222rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.message {
  background-color: #fff9e3;
  padding: 6rem 0 6rem;
}
@media screen and (max-width: 640.9px) {
  .message {
    padding: 16rem 0;
  }
}
.message::before {
  content: "";
  background-image: url(../images/message/message_bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 730px;
  position: absolute;
  bottom: 46rem;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 640.9px) {
  .message::before {
    background-image: url(../images/message/message_bg-sp.png);
    bottom: 53rem;
  }
}
.message .message_title {
  text-align: center;
  margin-bottom: 4rem;
}
.message .message_title .title_en {
  color: #ffd33b;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
}
.message .message_title .title_jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.79rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.message .message_block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 640.9px) {
  .message .message_block {
    align-items: center;
    flex-direction: column-reverse;
    gap: 3rem;
  }
}
@media screen and (min-width: 641px) {
  .message .message_block .message_box:first-child {
    width: 510px;
  }
}
@media screen and (max-width: 640.9px) {
  .message .message_block .message_box {
    width: 70.9375vw;
  }
}
.message .message_block .message_box .box_text {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: justify;
}
@media screen and (max-width: 640.9px) {
  .message .message_block .message_box .box_text {
    font-size: 3.4375vw;
  }
}
.message .message_block .message_box .box_title {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-top: 3rem;
  text-align: right;
}
@media screen and (max-width: 640.9px) {
  .message .message_block .message_box .box_title {
    margin-top: 6rem;
  }
}
.message .message_block .message_box .box_title .strong {
  font-size: 2.8rem;
}
@media screen and (max-width: 640.9px) {
  .message .message_block .message_box .box_title .strong {
    font-size: 3.2rem;
  }
}

.page-message .footer {
  padding: 30rem 0 9rem 0;
}

.mainvisual.business {
  padding-top: 20%;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.business {
    padding-top: 73%;
  }
}
.mainvisual.business::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/business/mv.png);
  background-size: cover;
  background-position: top center;
  opacity: 0;
  animation: bgFadeIn 1s ease forwards;
  animation-delay: 1s;
  z-index: 0;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.business::after {
    background-image: url(../images/business/mv-sp.png);
  }
}
.mainvisual.business .mv_title {
  position: absolute;
  left: 28%;
  bottom: 26%;
  color: #FFF;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.business .mv_title {
    top: 60%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 70%;
    text-align: left;
    position: absolute;
    z-index: 6;
  }
}
.mainvisual.business .mv_title .title_jp {
  font-family: "Zen Maru Gothic", sans-serif;
}
.mainvisual.business .mv_title .title_en {
  font-size: 2.224rem;
  margin-top: 3rem;
  padding-left: 1rem;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}
.mainvisual.business .chara19 {
  position: absolute;
  bottom: 7%;
  left: 20%;
  max-width: 64px;
  width: 5%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.business .chara19 {
    width: auto;
    max-width: 35.2px;
    left: 3%;
    bottom: 9%;
    top: auto;
    z-index: 5;
  }
}
.mainvisual.business .chara20 {
  position: absolute;
  bottom: -1%;
  left: 23%;
  max-width: 64px;
  width: 5%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.business .chara20 {
    width: auto;
    max-width: 35.2px;
    bottom: 4%;
    left: 11%;
    right: auto;
    top: auto;
    z-index: 5;
  }
}
.mainvisual.business .chara21 {
  display: none;
  position: absolute;
  bottom: 5%;
  right: 40%;
  max-width: 83px;
  width: 4%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.business .chara21 {
    width: auto;
    max-width: 45.65px;
    bottom: 43%;
    left: 19%;
    z-index: 5;
  }
}
.mainvisual.business .chara22 {
  display: none;
  position: absolute;
  bottom: -5%;
  right: 28%;
  max-width: 47px;
  width: 2%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.business .chara22 {
    width: auto;
    max-width: 25.85px;
    bottom: -11%;
    right: 36%;
    z-index: 6;
  }
}
.mainvisual.business .chara23 {
  display: none;
  position: absolute;
  bottom: -2%;
  left: 38%;
  max-width: 80px;
  width: 3%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.business .chara23 {
    width: auto;
    max-width: 44px;
    bottom: -4%;
    right: auto;
    left: 30%;
    z-index: 6;
  }
}
.mainvisual.business .chara24 {
  position: absolute;
  bottom: 5%;
  right: 18%;
  max-width: 73px;
  width: 4%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.business .chara24 {
    width: auto;
    max-width: 40.15px;
    bottom: 3%;
    right: 24%;
    z-index: 5;
  }
}
.mainvisual.business .chara25 {
  position: absolute;
  bottom: 3%;
  right: 13%;
  max-width: 62px;
  width: 4%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.business .chara25 {
    width: auto;
    max-width: 34.1px;
    bottom: 3%;
    right: 5%;
    z-index: 5;
  }
}

.group {
  background-color: #fff9e3;
  padding-bottom: 15rem;
}
@media screen and (max-width: 640.9px) {
  .group {
    padding-top: 16rem;
    padding-bottom: 8rem;
  }
}
.group .group_title {
  text-align: center;
  margin-bottom: 7rem;
}
.group .group_title .title_en {
  color: #ffd33b;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
}
.group .group_title .title_jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.79rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.group .group_block {
  position: relative;
}
.group .group_block::before {
  content: "";
  background-image: url(../images/business/group_item03.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 65px;
  height: 49px;
  position: absolute;
  top: 11rem;
  right: -11rem;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .group .group_block::before {
    width: 35.75px;
    height: 26.95px;
    top: -2%;
    right: 6%;
    z-index: 2;
  }
}
.group .group_block .group_box {
  background-color: #FFF;
  padding: 5rem 0;
  position: relative;
}
.group .group_block .group_box::before {
  content: "";
  background-image: url(../images/business/group_item01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 211px;
  height: 75px;
  position: absolute;
  top: 0;
  right: -3rem;
  z-index: 2;
  background-position: center top;
}
@media screen and (max-width: 640.9px) {
  .group .group_block .group_box::before {
    width: 116.05px;
    height: 41.25px;
    right: auto;
    left: -8%;
    top: -4%;
  }
}
.group .group_block .group_box::after {
  content: "";
  background-image: url(../images/business/group_item02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 289px;
  height: 127px;
  position: absolute;
  top: 1rem;
  left: -13rem;
  z-index: 2;
  background-position: center top;
}
@media screen and (max-width: 640.9px) {
  .group .group_block .group_box::after {
    content: none;
  }
}
.group .group_block .group_box .box_title {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 3.5rem;
  position: relative;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 640.9px) {
  .group .group_block .group_box .box_title {
    margin-bottom: 0rem;
  }
}
.group .group_block .group_box .box_title::before {
  content: "";
  display: block;
  max-width: 380px;
  width: 90%;
  height: 7px;
  background-image: url(../images/message/title_border.png);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  background-size: contain;
}
@media screen and (max-width: 640.9px) {
  .group .group_block .group_box .box_title::before {
    height: 3.85px;
    max-width: 209px;
  }
}
.group .group_block .group_box .box_text {
  max-width: 820px;
  padding: 3rem;
  margin: 0 auto;
  font-size: 2.378rem;
  line-height: 1.5;
  letter-spacing: 0.16em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 640.9px) {
  .group .group_block .group_box .box_text {
    padding: 3rem 9rem;
    margin-bottom: 0rem;
    font-size: 2.2rem;
  }
}
.group .group_block .group_box .group_img {
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 640.9px) {
  .group .group_block .group_box .group_img {
    max-width: 180.4px;
    margin: 0 auto 3rem;
  }
}
.group .group_block .group_box .btn_area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 2rem;
}
@media screen and (max-width: 640.9px) {
  .group .group_block .group_box .btn_area {
    flex-direction: column;
  }
}
.group .group_block .group_box .btn_area .group_btn {
  color: #404040;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  display: block;
  text-decoration: none;
  width: 270px;
  background-color: #ffdf60;
  text-align: center;
  border-radius: 3.6rem;
  padding: 3rem 7rem 3rem 3rem;
  position: relative;
}
.group .group_block .group_box .btn_area .group_btn::before {
  content: "";
  background-image: url(../images/business/arrows01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 37px;
  height: 37px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  right: 2rem;
  z-index: 2;
  background-position: center top;
}

.sien {
  position: relative;
  overflow-y: hidden;
}
.sien::before {
  content: "";
  background-image: url(../images/business/sien_bg01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 1883px;
  position: absolute;
  bottom: -20rem;
  left: 0;
  z-index: 0;
  background-position: center bottom;
}
@media screen and (max-width: 640.9px) {
  .sien::before {
    content: none;
  }
}
@media screen and (max-width: 640.9px) {
  .sien::after {
    content: "";
    background-image: url(../images/business/sien_item03-sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    width: 295.35px;
    height: 72.05px;
    position: absolute;
    top: 36%;
    left: 5%;
    z-index: 3;
    background-position: center bottom;
  }
}
.sien .bg {
  padding: 5rem 0 8rem;
  background-image: url(../images/business/sien_bg.png);
}
@media screen and (max-width: 640.9px) {
  .sien .bg {
    padding-top: 18rem;
    background-image: url(../images/business/sien_bg-sp.png);
    background-size: cover;
    background-position: bottom;
    padding-bottom: 0rem;
  }
}
.sien .sien_title {
  display: inline-block;
  position: relative;
  top: 8%;
  left: calc(50% - 100px);
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  text-align: center;
  z-index: 1;
  margin-bottom: 3rem;
}
@media screen and (max-width: 640.9px) {
  .sien .sien_title {
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    margin-bottom: 7rem;
  }
}
.sien .sien_title::before {
  content: "";
  border-left: solid 3px #404040;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 3px;
  height: 72px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  transform: rotate(-30deg);
}
@media screen and (max-width: 640.9px) {
  .sien .sien_title::before {
    left: 0;
    bottom: 0px;
    height: 39.6px;
  }
}
.sien .sien_title::after {
  content: "";
  border-left: solid 3px #404040;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 3px;
  height: 72px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  transform: rotate(30deg);
}
@media screen and (max-width: 640.9px) {
  .sien .sien_title::after {
    right: 0;
    bottom: 0px;
    height: 39.6px;
  }
}
.sien .sien_title .title_small {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 640.9px) {
  .sien .sien_title .title_small {
    margin-bottom: 4.5rem;
  }
}
.sien .sien_title .title_jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.861rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  position: relative;
}
.sien .sien_block {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-radius: 50%;
}
.sien .sien_block::before {
  content: "";
  background-image: url(../images/business/sien_item01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 132px;
  height: 190px;
  position: absolute;
  top: 2rem;
  left: -22rem;
  z-index: 2;
  background-position: center top;
}
@media screen and (max-width: 640.9px) {
  .sien .sien_block::before {
    background-image: url(../images/business/sien_item01-sp.png);
    width: 99.55px;
    height: 59.4px;
    left: auto;
    right: 5%;
    top: -5%;
  }
}
.sien .sien_block .sien_box {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: solid 1rem #fff9e3;
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .sien .sien_block .sien_box {
    width: 300px;
    height: 300px;
  }
}
.sien .sien_block .sien_box .box_title {
  font-size: 2.48rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.028em;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 640.9px) {
  .sien .sien_block .sien_box .box_title {
    font-size: 3.321rem;
  }
}
.sien .sien_block .sien_box.color01 {
  background-color: #f4c6c6;
  z-index: 1;
  left: -3rem;
}
@media screen and (max-width: 640.9px) {
  .sien .sien_block .sien_box.color01 {
    left: 0;
  }
}
.sien .sien_block .sien_box.color01 .box_title {
  color: #b74848;
}
.sien .sien_block .sien_box.color02 {
  background-color: #c0fbb2;
  z-index: 2;
  left: -6rem;
}
@media screen and (max-width: 640.9px) {
  .sien .sien_block .sien_box.color02 {
    left: 0;
    top: -3rem;
  }
}
.sien .sien_block .sien_box.color02 .box_title {
  color: #429d2d;
}
.sien .sien_block .sien_box.color03 {
  background-color: #fffc9e;
  z-index: 3;
  left: -9rem;
}
@media screen and (max-width: 640.9px) {
  .sien .sien_block .sien_box.color03 {
    left: 0;
    top: -6rem;
  }
}
.sien .sien_block .sien_box.color03 .box_title {
  color: #858107;
}
.sien .sien_block .sien_box.color04 {
  background-color: #b9e6fa;
  z-index: 4;
  left: -3rem;
  top: -3rem;
}
@media screen and (max-width: 640.9px) {
  .sien .sien_block .sien_box.color04 {
    left: 0;
    top: -9rem;
  }
}
.sien .sien_block .sien_box.color04 .box_title {
  color: #3b9ac5;
}
.sien .sien_block .sien_box.color05 {
  background-color: #f9dbb0;
  z-index: 5;
  left: -6rem;
  top: -3rem;
}
@media screen and (max-width: 640.9px) {
  .sien .sien_block .sien_box.color05 {
    left: 0;
    top: -12rem;
  }
}
.sien .sien_block .sien_box.color05 .box_title {
  color: #e89118;
}
.sien .sien_block .sien_box.color06 {
  background-color: #e1e7ff;
  z-index: 6;
  left: -9rem;
  top: -3rem;
}
@media screen and (max-width: 640.9px) {
  .sien .sien_block .sien_box.color06 {
    left: 0;
    top: -15rem;
  }
}
.sien .sien_block .sien_box.color06 .box_title {
  color: #5d6eb3;
}
.sien .sien_block .sien_box .box_text {
  font-size: 1.84rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  width: 70%;
  max-width: 770px;
  margin: 0 auto;
}
@media screen and (max-width: 640.9px) {
  .sien .sien_block .sien_box .box_text {
    font-size: 2.716rem;
  }
}
.sien .sien_text {
  padding: 4.5rem 6rem;
  font-size: 1.984rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.01em;
  background-color: #FFF;
  border-radius: 10rem;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 640.9px) {
  .sien .sien_text {
    position: relative;
    top: -14rem;
    font-size: 2.3rem;
    width: 90%;
  }
}

.flow {
  background-color: #fff9e3;
  padding: 10rem 0 0;
  position: relative;
  margin-bottom: 16rem;
}
@media screen and (max-width: 640.9px) {
  .flow {
    padding: 20rem 0 10rem;
  }
}
.flow::before {
  content: "";
  background-image: url(../images/business/flow_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 883px;
  position: absolute;
  bottom: -16rem;
  left: 0%;
  z-index: 0;
  background-position: center bottom;
}
@media screen and (max-width: 640.9px) {
  .flow::before {
    background-image: url(../images/business/flow_bg-sp.png);
    width: 100%;
    height: 270.05px;
    bottom: -10rem;
    left: 0;
  }
}
.flow .sien_item02 {
  position: absolute;
  left: 17%;
  top: -24rem;
}
@media screen and (max-width: 640.9px) {
  .flow .sien_item02 {
    left: 0;
    top: -16rem;
  }
}
.flow .sien_item03 {
  position: absolute;
  right: 17%;
  top: -17rem;
}
@media screen and (max-width: 640.9px) {
  .flow .sien_item03 {
    display: none;
  }
}
.flow .flow_title {
  margin-bottom: 4.5rem;
  text-align: center;
}
.flow .flow_title .title_jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.79rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.flow .flow_title .title_jp .notes {
  font-size: 1.842rem;
  color: #404040;
  font-weight: 500;
  letter-spacing: 0.16em;
}
.flow .flow_block01 {
  background-color: #FFF;
  border-radius: 5rem;
  padding: 9rem 10rem 17rem;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  height: 1257px;
}
@media screen and (max-width: 640.9px) {
  .flow .flow_block01 {
    width: 85%;
    padding: 8rem 5rem 8rem 0rem;
    position: relative;
    left: 3%;
    max-width: 302.5px;
    margin: 0 auto;
  }
}
.flow .flow_block01::before {
  content: "";
  background-image: url(../images/business/flow_bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 980px;
  height: 1257px;
  position: absolute;
  top: -2.5rem;
  right: 2.5rem;
  z-index: 0;
  background-position: center top;
}
@media screen and (max-width: 640.9px) {
  .flow .flow_block01::before {
    background-image: url(../images/business/flow_bg01-sp.png);
    width: 299.2px;
    height: 1256.2px;
    top: -2.5rem;
    right: 2.5rem;
  }
}
.flow .flow_block01 .flow_item01 {
  position: absolute;
  top: -7rem;
  left: -5rem;
}
@media screen and (max-width: 640.9px) {
  .flow .flow_block01 .flow_item01 img {
    margin-right: auto;
    display: block;
    width: 55%;
  }
}
.flow .flow_block01 .flow_item02 {
  position: absolute;
  top: 14rem;
  right: 3rem;
}
@media screen and (max-width: 640.9px) {
  .flow .flow_block01 .flow_item02 {
    top: 40rem;
  }
  .flow .flow_block01 .flow_item02 img {
    margin-left: auto;
    display: block;
    width: 55%;
  }
}
.flow .flow_block01 .flow_item03 {
  position: absolute;
  bottom: 19rem;
  left: -6rem;
}
@media screen and (max-width: 640.9px) {
  .flow .flow_block01 .flow_item03 {
    bottom: 118rem;
  }
  .flow .flow_block01 .flow_item03 img {
    margin-right: auto;
    display: block;
    width: 55%;
  }
}
.flow .flow_block01 .flow_item04 {
  position: absolute;
  bottom: 10rem;
  right: 1rem;
}
@media screen and (max-width: 640.9px) {
  .flow .flow_block01 .flow_item04 {
    bottom: 25rem;
  }
  .flow .flow_block01 .flow_item04 img {
    margin-left: auto;
    display: block;
    width: 55%;
  }
}
.flow .flow_block01 .flow_list .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 2rem;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 640.9px) {
  .flow .flow_block01 .flow_list .list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
  }
}
.flow .flow_block01 .flow_list .list .list_time {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.28em;
  background-color: #FFF;
  border-radius: 3rem;
  width: 130px;
  text-align: center;
  padding: 1rem;
}
@media screen and (max-width: 640.9px) {
  .flow .flow_block01 .flow_list .list .list_time {
    width: 71.5px;
  }
}
.flow .flow_block01 .flow_list .list .list_time.ver01 {
  background-color: #ffdf60;
}
.flow .flow_block01 .flow_list .list .list_time.ver02 {
  background-color: #6094ff;
  color: #FFF;
}
.flow .flow_block01 .flow_list .list .list_title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  position: relative;
  top: 1rem;
}
@media screen and (max-width: 640.9px) {
  .flow .flow_block01 .flow_list .list .list_title {
    text-align: center;
    font-size: 3rem;
  }
}
.flow .flow_block01 .flow_list .list .list_text {
  font-size: 1.842rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.016em;
  position: relative;
  top: 1rem;
}
@media screen and (max-width: 640.9px) {
  .flow .flow_block01 .flow_list .list .list_text {
    text-align: center;
    font-size: 2.2rem;
  }
}
.flow .flow_block01 .flow_list .list .list_text .strong01 {
  color: #ff5151;
  font-size: 1.842rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  display: block;
}
.flow .flow_block01 .flow_list .list .list_text .strong02 {
  color: #ff5151;
  font-size: 1.842rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  display: block;
  margin-top: 2rem;
}
.flow .flow_block01 .flow_subtitle {
  font-size: 2.952rem;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 640.9px) {
  .flow .flow_block01 .flow_subtitle {
    text-align: center;
  }
}
.flow .flow_block02 {
  position: relative;
  padding: 18rem 0 21rem;
  max-width: 1400px;
  margin: 6rem auto;
}
@media screen and (max-width: 640.9px) {
  .flow .flow_block02 {
    padding: 8rem 0 1rem;
    position: relative;
    top: -10rem;
  }
}
.flow .flow_block02::before {
  content: "";
  background-image: url(../images/business/flow_bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 1230px;
  height: 1076px;
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
  background-position: center top;
}
@media screen and (max-width: 640.9px) {
  .flow .flow_block02::before {
    background-image: url(../images/business/flow_bg02-sp.png);
    width: 100%;
    height: auto;
    aspect-ratio: 640/1242;
  }
}
.flow .flow_block02 .flow_box {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 640.9px) {
  .flow .flow_block02 .flow_box {
    width: 80%;
    margin: 6rem auto;
  }
}
.flow .flow_block02 .flow_box .box01 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 4.5rem;
}
@media screen and (max-width: 640.9px) {
  .flow .flow_block02 .flow_box .box01 {
    display: block;
    margin-bottom: 12rem;
  }
}
.flow .flow_block02 .flow_box .box01 .box_text {
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .flow .flow_block02 .flow_box .box01 .box_text {
    margin-top: 13rem;
  }
}
.flow .flow_block02 .flow_box .box01 .box_text::before {
  content: "";
  background-image: url(../images/business/flow_item06.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 121px;
  height: 111px;
  position: absolute;
  bottom: -12rem;
  right: -7rem;
  z-index: 0;
  background-position: center top;
}
@media screen and (max-width: 640.9px) {
  .flow .flow_block02 .flow_box .box01 .box_text::before {
    content: none;
  }
}
.flow .flow_block02 .flow_box .box01 .box_text .title {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #864646;
  font-size: 3.79rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.026em;
  margin-bottom: 3.5rem;
}
.flow .flow_block02 .flow_box .box01 .box_text .text {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #864646;
  font-size: 2.27rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.012em;
}
@media screen and (max-width: 640.9px) {
  .flow .flow_block02 .flow_box .box01 .box_text .text {
    position: relative;
    z-index: 3;
  }
}
@media screen and (max-width: 640.9px) {
  .flow .flow_block02 .flow_box .box01 .box_img {
    position: absolute;
    top: -13rem;
    right: -11rem;
    max-width: 199.65px;
  }
}
.flow .flow_block02 .flow_box .box02 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 4.5rem;
  margin-top: 9rem;
}
@media screen and (max-width: 640.9px) {
  .flow .flow_block02 .flow_box .box02 {
    flex-direction: column;
  }
  .flow .flow_block02 .flow_box .box02::before {
    content: "";
    background-image: url(../images/business/flow_item06.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    width: 66.55px;
    height: 61.05px;
    position: absolute;
    bottom: -6rem;
    right: -3rem;
    z-index: 0;
    background-position: center top;
  }
}
.flow .flow_block02 .flow_box .box02 .box_text {
  background-color: #fdf4f4;
  border-radius: 2.5rem;
  width: 410px;
  text-align: center;
  padding: 3rem 0;
}
@media screen and (max-width: 640.9px) {
  .flow .flow_block02 .flow_box .box02 .box_text {
    width: 100%;
    padding: 5rem 3rem;
  }
}
.flow .flow_block02 .flow_box .box02 .box_text .title {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #864646;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.026em;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 640.9px) {
  .flow .flow_block02 .flow_box .box02 .box_text .title {
    margin-bottom: 2rem;
  }
}
.flow .flow_block02 .flow_box .box02 .box_text .text {
  color: #864646;
  font-size: 1.842rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.016em;
}
@media screen and (max-width: 640.9px) {
  .flow .flow_block02 .flow_box .box02 .box_text .text {
    font-size: 2.2rem;
  }
}

.cost {
  padding: 10rem 0;
}
.cost .cost_title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.79rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 5rem;
}
.cost .cost_block {
  margin-bottom: 7rem;
}
.cost .cost_block:last-child {
  margin-bottom: 0;
}
.cost .cost_block .cost_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 640.9px) {
  .cost .cost_block .cost_box {
    justify-content: center;
    align-items: center;
  }
}
.cost .cost_block .block_title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
  background-color: #ffdf60;
  border-radius: 3rem;
  width: 180px;
  text-align: center;
  padding: 1rem;
}
@media screen and (max-width: 640.9px) {
  .cost .cost_block .block_title {
    width: 100%;
  }
}
.cost .cost_block .block_text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 640.9px) {
  .cost .cost_block .block_text {
    text-align: right;
    margin-top: 1rem;
  }
}
.cost .cost_block .block_table {
  border: solid 5px #404040;
  border-radius: 2.9rem;
  width: 100%;
  border-collapse: separate;
  border-radius: 2.9rem;
}
@media screen and (max-width: 640.9px) {
  .cost .cost_block .block_table {
    display: block;
    border-radius: 2.9rem;
  }
}
@media screen and (max-width: 640.9px) {
  .cost .cost_block .block_table tbody {
    display: block;
  }
}
.cost .cost_block .block_table tr:first-child th {
  border-radius: 2.9rem 0 0 0;
}
@media screen and (max-width: 640.9px) {
  .cost .cost_block .block_table tr:first-child th {
    border-radius: 2.9rem 2.9rem 0 0;
  }
}
.cost .cost_block .block_table tr:last-child th {
  border-radius: 0 0 0 2.9rem;
}
@media screen and (max-width: 640.9px) {
  .cost .cost_block .block_table tr {
    display: block;
  }
}
.cost .cost_block .block_table tr th {
  font-size: 2.914rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  padding: 2rem 3rem;
  border-bottom: 4px dotted #404040;
  border-right: solid 4px #404040;
  text-align: center;
  align-content: center;
  background-color: #fff4c8;
  width: 440px;
}
@media screen and (max-width: 640.9px) {
  .cost .cost_block .block_table tr th {
    width: auto;
    display: block;
    border-right: none;
    border-bottom: 2px solid #404040;
  }
}
.cost .cost_block .block_table tr td {
  font-size: 2.914rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
  padding: 2rem 3rem;
  border-bottom: 4px dotted #404040;
}
@media screen and (max-width: 640.9px) {
  .cost .cost_block .block_table tr td {
    display: block;
    border-bottom: 2px solid #404040;
    text-align: center;
  }
}
.cost .cost_block .block_table tr:last-child th {
  border-bottom: none;
}
.cost .cost_block .block_table tr:last-child td {
  border-bottom: none;
}
.cost .cost_block .block_table tr .note {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.unit {
  background-image: url(../images/business/unit_bg.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 15rem 0;
}
@media screen and (max-width: 640.9px) {
  .unit {
    position: relative;
    background-image: none;
  }
  .unit::before {
    content: "";
    background-image: url(../images/business/unit_bg-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -2.5rem;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, -50%);
    aspect-ratio: 640/6278;
  }
}
.unit .unit_title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.79rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 640.9px) {
  .unit .unit_title {
    position: relative;
    z-index: 1;
  }
}
.unit .unit_text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 12rem;
}
@media screen and (max-width: 640.9px) {
  .unit .unit_text {
    margin-bottom: 6rem;
    position: relative;
    z-index: 1;
  }
}
.unit .unit_block {
  display: flex;
  gap: 4rem;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 640.9px) {
  .unit .unit_block {
    flex-direction: column-reverse;
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
.unit .unit_block02 {
  display: flex;
  gap: 10rem;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  max-width: 940px;
  margin: 0 auto;
  background-color: #FFF;
  padding: 5rem;
  margin-top: 7rem;
}
@media screen and (max-width: 640.9px) {
  .unit .unit_block02 {
    flex-direction: column;
    background-color: transparent;
  }
}
.unit .unit_block02 .box_title::before {
  background-image: url(../images/business/title_icon01.png);
  border-bottom: none;
  width: 112px;
}
.unit .unit_block02 .box_title::after {
  background-image: url(../images/business/title_icon01.png);
  border-bottom: none;
  width: 112px;
}
.unit .google_map {
  position: relative;
  overflow: hidden;
  max-width: 920px;
  margin: 2rem auto 7rem;
  height: 214px;
}
@media screen and (max-width: 640.9px) {
  .unit .google_map {
    height: 45.46875vw;
  }
}
.unit .google_map iframe, .unit .google_map object, .unit .google_map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.unit .unit_img {
  font-size: 1.842rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.016em;
}
@media screen and (max-width: 640.9px) {
  .unit .unit_img {
    font-size: 2.2rem;
  }
}
.unit .unit_img.size-m {
  max-width: 360px;
  width: 61%;
}
@media screen and (min-width: 641px) {
  .unit .unit_img.size-m {
    margin-bottom: 29px;
  }
}
@media screen and (max-width: 640.9px) {
  .unit .unit_img.size-m {
    width: 100%;
  }
}
@media screen and (max-width: 640.9px) {
  .unit .unit_img figcaption {
    padding: 1rem;
  }
}
@media screen and (max-width: 640.9px) {
  .unit .flex {
    display: flex;
    flex-direction: column-reverse;
  }
}
.unit .box_title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .unit .box_title {
    text-align: center;
  }
  .unit .box_title::before {
    content: "";
    text-align: center;
    border-bottom: solid 2px #000;
    width: 75px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .unit .box_title::after {
    content: "";
    border-bottom: solid 2px #000;
    width: 75px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
  }
}
.unit .box_text {
  font-size: 1.842rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.016em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 640.9px) {
  .unit .box_text {
    text-align: center;
    max-width: 200px;
    margin: 0 auto 4rem;
    font-size: 2.22rem;
  }
}
.unit .box_text.t-l {
  text-align: left;
}
@media screen and (max-width: 640.9px) {
  .unit .unit_box {
    margin: 0 auto;
    width: 100%;
  }
}
.unit .unit_box .bl_img_list li + li {
  margin-top: 4.375vw;
}
.unit .unit_box .box_list {
  font-size: 1.842rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.016em;
}
@media screen and (max-width: 640.9px) {
  .unit .unit_box .box_list {
    margin: 5rem 0 3rem;
    font-size: 2.2rem;
  }
}
.unit .unit_box .box_list li {
  display: flex;
  gap: 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 640.9px) {
  .unit .unit_box .box_list li {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
  }
  .unit .unit_box .box_list li:last-child {
    margin-bottom: 0;
  }
}

.page-business .footer {
  padding-top: 9rem;
}

.mainvisual.center::after {
  background-image: url(../images/center/mv.png);
}
@media screen and (max-width: 640.9px) {
  .mainvisual.center::after {
    background-image: url(../images/center/mv-sp.png);
  }
}
.mainvisual.center .mv_title {
  position: absolute;
  left: 28%;
  bottom: 26%;
  color: #FFF; /* 白文字 */
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640.9px) {
  .mainvisual.center .mv_title {
    top: 60%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 70%;
    text-align: left;
    position: absolute;
    z-index: 6;
  }
}
.mainvisual.center .mv_title .title_jp {
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.center .mv_title .title_jp {
    font-size: 4.8rem;
    display: inline-block;
    width: 70%;
  }
}
.mainvisual.center .mv_title .title_en {
  font-size: 2.224rem;
  margin-top: 3rem;
  padding-left: 1rem;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}
.mainvisual.center .chara27 {
  position: absolute;
  bottom: 7%;
  left: 20%;
  max-width: 64px;
  width: 5%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.center .chara27 {
    width: auto;
    max-width: 35.2px;
    left: 3%;
    bottom: 9%;
    top: auto;
    z-index: 5;
  }
}
.mainvisual.center .chara28 {
  position: absolute;
  bottom: -1%;
  left: 23%;
  max-width: 64px;
  width: 5%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.center .chara28 {
    width: auto;
    max-width: 35.2px;
    bottom: 4%;
    left: 11%;
    right: auto;
    top: auto;
    z-index: 5;
  }
}
.mainvisual.center .chara29 {
  position: absolute;
  bottom: 5%;
  right: 18%;
  max-width: 73px;
  width: 4%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.center .chara29 {
    width: auto;
    max-width: 40.15px;
    bottom: 3%;
    right: 24%;
    z-index: 5;
  }
}
.mainvisual.center .chara30 {
  position: absolute;
  bottom: 9%;
  right: 13%;
  max-width: 62px;
  width: 4%;
  z-index: 1;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.center .chara30 {
    width: auto;
    max-width: 34.1px;
    bottom: 5%;
    right: 5%;
    z-index: 5;
  }
}

.center01 {
  background-color: #fff9e3;
  position: relative;
  z-index: 2;
}
.center01 .bg {
  padding: 7rem 0 10rem;
  position: relative;
}
.center01 .center01_title {
  text-align: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 640.9px) {
  .center01 .center01_title {
    margin-bottom: 0;
  }
}
.center01 .center01_title .title_en {
  color: #ffd33b;
  font-size: 2.224rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
}
.center01 .center01_title .title_jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.79rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.center01 .center01_block .center01_img {
  position: relative;
  text-align: center;
  padding-bottom: 20rem;
}
@media screen and (max-width: 640.9px) {
  .center01 .center01_block .center01_img {
    max-width: 350.35px;
    margin: 0 auto;
  }
}
.center01 .center01_block .center01_img01 {
  position: absolute;
  left: -12rem;
  top: 28rem;
}
@media screen and (max-width: 640.9px) {
  .center01 .center01_block .center01_img01 {
    max-width: 169.95px;
    left: -5.5%;
  }
}
.center01 .center01_block .center01_img02 {
  position: absolute;
  right: -20rem;
  top: 26rem;
}
@media screen and (max-width: 640.9px) {
  .center01 .center01_block .center01_img02 {
    max-width: 158.4px;
    right: -5.5%;
  }
}
.center01 .center01_block .center01_img03 {
  position: absolute;
  left: -3rem;
  bottom: 15rem;
}
@media screen and (max-width: 640.9px) {
  .center01 .center01_block .center01_img03 {
    max-width: 212.3px;
    left: 0;
  }
}
.center01 .center01_block .center01_img04 {
  position: absolute;
  right: -9rem;
  bottom: 15rem;
}
@media screen and (max-width: 640.9px) {
  .center01 .center01_block .center01_img04 {
    max-width: 213.95px;
    right: 0;
    bottom: 10rem;
  }
}
.center01 .center01_block .center01_img05 {
  position: absolute;
  right: -7rem;
  top: 12rem;
}
@media screen and (max-width: 640.9px) {
  .center01 .center01_block .center01_img05 {
    max-width: 48.4px;
    right: 0;
    top: 19rem;
  }
}
.center01 .center01_block .center01_img06 {
  position: absolute;
  left: -24rem;
  bottom: 16rem;
}
@media screen and (max-width: 640.9px) {
  .center01 .center01_block .center01_img06 {
    max-width: 31.35px;
    left: 0;
    top: 28rem;
    bottom: auto;
  }
}
.center01 .center01_block .center01_img18 {
  position: absolute;
  left: 6rem;
  bottom: -8rem;
}
@media screen and (max-width: 640.9px) {
  .center01 .center01_block .center01_img18 {
    max-width: 98.45px;
  }
}
.center01 .center01_text {
  position: relative;
  color: #404040;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.36em;
  text-align: center;
  margin-top: 10rem;
}
@media screen and (max-width: 640.9px) {
  .center01 .center01_text {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
  }
}

.center02 {
  position: relative;
}
.center02 .bg {
  position: relative;
  padding: 40rem 0;
}
@media screen and (max-width: 640.9px) {
  .center02 .bg {
    padding: 30rem 0;
  }
}
.center02 .bg::before {
  content: "";
  background-image: url(../images/center/center_bg01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 883px;
  position: absolute;
  top: -70rem;
  left: 0%;
  z-index: 0;
  background-position: center bottom;
}
@media screen and (max-width: 640.9px) {
  .center02 .bg::before {
    background-image: url(../images/center/center_bg01-sp.png);
    height: 281.6px;
    top: -40rem;
  }
}
.center02 .center02_title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.464rem;
  letter-spacing: 0.26em;
  display: inline-block;
  position: relative;
  top: 8%;
  left: calc(50% - 100px);
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  text-align: center;
  z-index: 1;
  margin-bottom: 9rem;
}
@media screen and (max-width: 640.9px) {
  .center02 .center02_title {
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    margin-bottom: 7rem;
  }
}
.center02 .center02_title::before {
  content: "";
  border-left: solid 3px #404040;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 3px;
  height: 72px;
  position: absolute;
  bottom: -2rem;
  left: -4rem;
  z-index: 2;
  transform: rotate(-30deg);
}
@media screen and (max-width: 640.9px) {
  .center02 .center02_title::before {
    left: -5rem;
    bottom: -15px;
    height: 55px;
  }
}
.center02 .center02_title::after {
  content: "";
  border-left: solid 3px #404040;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 3px;
  height: 72px;
  position: absolute;
  bottom: -2rem;
  right: -4rem;
  z-index: 2;
  transform: rotate(30deg);
}
@media screen and (max-width: 640.9px) {
  .center02 .center02_title::after {
    right: -5rem;
    bottom: -15px;
    height: 55px;
  }
}
.center02 .center01_img07 {
  position: absolute;
  top: 10rem;
  left: 80rem;
}
@media screen and (max-width: 640.9px) {
  .center02 .center01_img07 {
    max-width: 55px;
    left: 5rem;
    top: 4rem;
  }
}
.center02 .center01_img08 {
  position: absolute;
  top: -3rem;
  right: 86rem;
  z-index: 3;
}
@media screen and (max-width: 640.9px) {
  .center02 .center01_img08 {
    max-width: 77px;
    right: 4rem;
    top: 4rem;
  }
}
.center02 .center01_img09 {
  position: absolute;
  top: -3rem;
  right: 37rem;
  z-index: 3;
}
@media screen and (max-width: 640.9px) {
  .center02 .center01_img09 {
    max-width: 82.5px;
    right: -6rem;
  }
}
.center02 .center01_img15 {
  position: absolute;
  bottom: 11rem;
  left: 84rem;
  z-index: 3;
}
@media screen and (max-width: 640.9px) {
  .center02 .center01_img15 {
    left: 0;
    max-width: 70.4px;
  }
}
.center02 .center02_text01 {
  color: #404040;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.36em;
  text-align: center;
  margin-bottom: 9rem;
}
@media screen and (max-width: 640.9px) {
  .center02 .center02_text01 {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
  }
}
.center02 .center02_text02 {
  color: #404040;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.36em;
  text-align: center;
  margin-top: 9rem;
  text-align: right;
}
@media screen and (max-width: 640.9px) {
  .center02 .center02_text02 {
    font-size: 3rem;
    letter-spacing: 0.16em;
    text-align: center;
  }
}
.center02 .center02_list {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 640.9px) {
  .center02 .center02_list {
    gap: 2.5rem;
    margin-bottom: 3rem;
  }
}
.center02 .center02_list:first-of-type {
  position: relative;
  left: -20rem;
}
@media screen and (max-width: 640.9px) {
  .center02 .center02_list:first-of-type {
    left: 0;
  }
}
.center02 .center02_list:last-of-type {
  position: relative;
  right: -13rem;
}
@media screen and (max-width: 640.9px) {
  .center02 .center02_list:last-of-type {
    right: 0;
  }
}
.center02 .center02_list .list .list_text {
  margin-top: 1rem;
  color: #404040;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.36em;
  text-align: center;
}
@media screen and (max-width: 640.9px) {
  .center02 .center02_list .list .list_text {
    font-size: 2.4rem;
    letter-spacing: 0.07em;
  }
}

.center03 {
  background-color: #fff9e3;
  position: relative;
  z-index: 2;
}
.center03 .bg {
  position: relative;
  padding: 15rem 0;
}
@media screen and (max-width: 640.9px) {
  .center03 .bg {
    padding: 0;
  }
}
.center03 .bg::before {
  content: "";
  background-image: url(../images/center/center_bg02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 883px;
  position: absolute;
  top: -23rem;
  left: 0%;
  z-index: 0;
  background-position: center top;
}
@media screen and (max-width: 640.9px) {
  .center03 .bg::before {
    background-image: url(../images/center/center_bg02-sp.png);
    height: 270.6px;
    top: -18rem;
  }
}
.center03 .bg .center03_img16 {
  position: absolute;
  right: 48rem;
  top: -4rem;
}
@media screen and (max-width: 640.9px) {
  .center03 .bg .center03_img16 {
    right: 3rem;
    top: -10rem;
    max-width: 33.55px;
  }
}
.center03 .center03_block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 640.9px) {
  .center03 .center03_block {
    flex-direction: column;
    gap: 0;
  }
}
.center03 .center03_block .center03_box {
  width: 50%;
  max-width: 600px;
}
@media screen and (max-width: 640.9px) {
  .center03 .center03_block .center03_box {
    width: 100%;
  }
}
@media screen and (max-width: 640.9px) {
  .center03 .center03_block .center03_box .box_img {
    margin: -4rem 0;
  }
}
.center03 .center03_title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.464rem;
  letter-spacing: 0.26em;
  line-height: 1.5;
  margin-bottom: 8rem;
}
@media screen and (max-width: 640.9px) {
  .center03 .center03_title {
    font-size: 3.8rem;
    margin-bottom: 5rem;
  }
}
.center03 .center03_text01 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.79rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.8;
  margin-bottom: 7rem;
}
@media screen and (max-width: 640.9px) {
  .center03 .center03_text01 {
    font-size: 3.8rem;
    margin-bottom: 0;
  }
}
.center03 .box_text {
  font-size: 2rem;
  letter-spacing: 0.14em;
  line-height: 1.8;
}
@media screen and (max-width: 640.9px) {
  .center03 .box_text {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
  }
}

.page-center .footer {
  background: #fff9e3;
}

.mainvisual.tomoda {
  padding-top: 20%;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.tomoda {
    padding-top: 73%;
  }
}
.mainvisual.tomoda::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/tomoda/mv.png);
  background-size: cover;
  background-position: top center;
  opacity: 0;
  animation: bgFadeIn 1s ease forwards;
  animation-delay: 1s;
  z-index: 0;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.tomoda::after {
    background-image: url(../images/tomoda/mv-sp.png);
  }
}
.mainvisual.tomoda .mv_title {
  position: absolute;
  left: 28%;
  top: 34%;
  color: #FFF;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  z-index: 3;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.tomoda .mv_title {
    top: 60%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 70%;
    text-align: left;
    position: absolute;
    z-index: 6;
  }
}
.mainvisual.tomoda .mv_title .title_jp {
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.tomoda .mv_title .title_jp {
    font-size: 4.8rem;
    display: inline-block;
    width: 100%;
  }
}
.mainvisual.tomoda .mv_title .title_en {
  font-size: 2.224rem;
  margin-top: 3rem;
  padding-left: 1rem;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.tomoda .mv_title .title_en {
    font-size: 2.224rem;
    margin-top: 3rem;
    padding-left: 1rem;
  }
}
.mainvisual.tomoda .chara31 {
  position: absolute;
  bottom: 7%;
  left: 20%;
  max-width: 64px;
  width: 5%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.tomoda .chara31 {
    width: auto;
    max-width: 35.2px;
    left: 3%;
    bottom: 9%;
    top: auto;
    z-index: 5;
  }
}
.mainvisual.tomoda .chara32 {
  position: absolute;
  bottom: -1%;
  left: 23%;
  max-width: 64px;
  width: 5%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.tomoda .chara32 {
    width: auto;
    max-width: 35.2px;
    bottom: 4%;
    left: 11%;
    right: auto;
    top: auto;
    z-index: 5;
  }
}
.mainvisual.tomoda .chara33 {
  position: absolute;
  bottom: 5%;
  right: 18%;
  max-width: 73px;
  width: 4%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.tomoda .chara33 {
    width: auto;
    max-width: 40.15px;
    bottom: 4%;
    right: 24%;
    z-index: 5;
  }
}
.mainvisual.tomoda .chara34 {
  position: absolute;
  bottom: 5%;
  right: 13%;
  max-width: 62px;
  width: 4%;
  z-index: 3;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.tomoda .chara34 {
    width: auto;
    max-width: 34.1px;
    bottom: 3%;
    right: 5%;
    z-index: 5;
  }
}

.tomoda {
  background-color: #fff9e3;
  padding-bottom: 0;
  padding-top: 4rem;
}
@media screen and (max-width: 640.9px) {
  .tomoda {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.tomoda .bg {
  background-color: #FFF;
  padding: 6rem 0 7rem;
}
@media screen and (max-width: 640.9px) {
  .tomoda .bg {
    padding: 17rem 0 13rem;
  }
}
.tomoda .tomoda_title {
  text-align: center;
  margin-bottom: 7rem;
}
.tomoda .tomoda_title .title_en {
  color: #ffd33b;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
}
.tomoda .tomoda_title .title_jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.79rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.tomoda .tomoda_title .title_jp .small {
  font-size: 2.65rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.tomoda .tomoda_block {
  position: relative;
}
.tomoda .tomoda_block::before {
  content: "";
  background-image: url(../images/tomoda/tomoda_item03.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 65px;
  height: 49px;
  position: absolute;
  top: 11rem;
  right: -11rem;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .tomoda .tomoda_block::before {
    width: 35.75px;
    height: 26.95px;
    top: -2%;
    right: 6%;
    z-index: 2;
  }
}
.tomoda .tomoda_block .tomoda_box {
  position: relative;
}
.tomoda .tomoda_block .tomoda_box::before {
  content: "";
  background-image: url(../images/tomoda/tomoda_item01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 211px;
  height: 75px;
  position: absolute;
  top: 0;
  right: -3rem;
  z-index: 2;
  background-position: center top;
}
@media screen and (max-width: 640.9px) {
  .tomoda .tomoda_block .tomoda_box::before {
    width: 116.05px;
    height: 41.25px;
    right: auto;
    left: -8%;
    top: -4%;
  }
}
.tomoda .tomoda_block .tomoda_box::after {
  content: "";
  background-image: url(../images/tomoda/tomoda_item02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 289px;
  height: 127px;
  position: absolute;
  top: 1rem;
  left: -13rem;
  z-index: 2;
  background-position: center top;
}
@media screen and (max-width: 640.9px) {
  .tomoda .tomoda_block .tomoda_box::after {
    content: none;
  }
}
.tomoda .tomoda_block .tomoda_box .box_title {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 3.5rem;
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .tomoda .tomoda_block .tomoda_box .box_title {
    margin-bottom: 3rem;
  }
}
.tomoda .tomoda_block .tomoda_box .tomoda_img {
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 640.9px) {
  .tomoda .tomoda_block .tomoda_box .tomoda_img {
    max-width: 100%;
    margin: 0 auto 3rem;
  }
}
.tomoda .tomoda_block .tomoda_box .btn_area {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 3.5rem;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 640.9px) {
  .tomoda .tomoda_block .tomoda_box .btn_area {
    gap: 1.5rem;
  }
}
.tomoda .tomoda_block .tomoda_box .btn_area .tomoda_btn {
  color: #404040;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
  display: block;
  text-decoration: none;
  max-width: 380px;
  width: 50%;
  background-color: #ffdf60;
  text-align: center;
  border-radius: 6rem;
  padding: 3rem 7rem 3rem 3rem;
  position: relative;
  height: 7.5rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640.9px) {
  .tomoda .tomoda_block .tomoda_box .btn_area .tomoda_btn {
    width: 48.5%;
    padding: 3rem 5rem 3rem 1rem;
  }
}
.tomoda .tomoda_block .tomoda_box .btn_area .tomoda_btn::before {
  content: "";
  background-image: url(../images/tomoda/arrows01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 37px;
  height: 37px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  right: 2rem;
  z-index: 2;
  background-position: center top;
}
@media screen and (max-width: 640.9px) {
  .tomoda .tomoda_block .tomoda_box .btn_area .tomoda_btn::before {
    width: 20.35px;
    height: 20.35px;
  }
}

.life {
  position: relative;
  background-color: #fffbf1;
}
.life .life_title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.79rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.026em;
  text-align: center;
  margin-bottom: 13rem;
}
@media screen and (max-width: 640.9px) {
  .life .life_title {
    font-size: 4.2rem;
  }
}
.life .life_block01 {
  padding: 5rem 0 11rem;
}
@media screen and (max-width: 640.9px) {
  .life .life_block01 {
    padding: 5rem 0 8rem;
  }
}
.life .life_block01 .flex {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 640.9px) {
  .life .life_block01 .flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0rem;
  }
}
.life .life_block01 .life_text01 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.609rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  background-image: url(../images/tomoda/text_bg01.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 15rem 30rem;
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .life .life_block01 .life_text01 {
    padding: 6rem 5rem;
    text-align: center;
    font-size: 2.8rem;
  }
}
.life .life_block01 .life_text01 .life_item01 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 640.9px) {
  .life .life_block01 .life_text01 .life_item01 {
    position: relative;
    margin: 5rem auto 0;
    max-width: 96.25px;
  }
}
.life .life_block01 .life_text01 .small {
  font-size: 2.376rem;
}
@media screen and (max-width: 640.9px) {
  .life .life_block01 .life_text01 .small {
    font-size: 2.8rem;
  }
}
.life .life_block01 .life_text01 .large {
  font-size: 2.609rem;
  font-weight: 700;
  border-bottom: solid 3px #ffcc00;
}
@media screen and (max-width: 640.9px) {
  .life .life_block01 .life_text01 .large {
    font-size: 2.8rem;
  }
}
.life .life_block01 .life_text02 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.063rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  background-image: url(../images/tomoda/text_bg02.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 1rem 2rem;
  position: relative;
  top: -3rem;
}
@media screen and (max-width: 640.9px) {
  .life .life_block01 .life_text02 {
    position: relative;
    left: -11rem;
    font-size: 2.612rem;
  }
}
.life .life_block01 .life_text03 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.106rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .life .life_block01 .life_text03 {
    font-size: 2.6rem;
  }
}
.life .life_block01 .life_text03 .life_item02 {
  position: absolute;
  bottom: 3rem;
  left: -30rem;
}
@media screen and (max-width: 640.9px) {
  .life .life_block01 .life_text03 .life_item02 {
    max-width: 46.75px;
    bottom: -11rem;
    left: -8rem;
  }
}
.life .life_block01 .life_text03 .life_item03 {
  position: absolute;
  bottom: 5rem;
  right: -14rem;
}
@media screen and (max-width: 640.9px) {
  .life .life_block01 .life_text03 .life_item03 {
    max-width: 30.25px;
    bottom: 7rem;
  }
}
.life .life_block01 .life_text04 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.063rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  position: absolute;
  bottom: -5rem;
  right: 23rem;
}
@media screen and (max-width: 640.9px) {
  .life .life_block01 .life_text04 {
    font-size: 2.4rem;
    right: 15%;
  }
}
.life .life_block02 {
  background-image: url(../images/tomoda/life_bg.png);
  background-size: 100%;
  background-position: top center;
  background-size: cover;
  padding: 20rem 0 30rem;
}
@media screen and (max-width: 640.9px) {
  .life .life_block02 {
    padding-bottom: 20rem;
    background-image: url(../images/tomoda/life_bg-sp.png);
  }
}
@media screen and (max-width: 640.9px) {
  .life .life_block02 .inner {
    width: 100%;
  }
}
.life .life_block02 .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6rem;
  position: relative;
  left: 6rem;
}
@media screen and (max-width: 1500px) {
  .life .life_block02 .flex {
    position: relative;
    left: 0;
  }
}
@media screen and (max-width: 640.9px) {
  .life .life_block02 .flex {
    gap: 0;
    align-content: flex-start;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
}
.life .life_block02 .flex .life_item04 {
  position: absolute;
  top: -38rem;
  right: 15rem;
}
@media screen and (max-width: 640.9px) {
  .life .life_block02 .flex .life_item04 {
    max-width: 35.75px;
    top: -33rem;
    right: 0rem;
  }
}
.life .life_block02 .flex .life_item04 .box_text {
  position: absolute;
  right: -25rem;
}
.life .life_block02 .flex .life_item05 {
  position: absolute;
  bottom: -30rem;
  right: -10rem;
}
@media screen and (max-width: 640.9px) {
  .life .life_block02 .flex .life_item05 {
    max-width: 178.75px;
    bottom: -20rem;
    right: 3rem;
  }
}
.life .life_block02 .flex .life_item05 .box_text {
  position: absolute;
  right: -29rem;
}
.life .life_block02 .life_box {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: solid 1rem #fff9e3;
  background-color: #fff9e3;
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .life .life_block02 .life_box {
    width: 60vw;
    height: 60vw;
    margin: 0rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 640.9px) {
  .life .life_block02 .life_box.num01 {
    position: absolute;
    left: 0rem;
  }
}
.life .life_block02 .life_box.num01::before {
  content: "";
  background-image: url(../images/tomoda/arrows.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 70px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  right: -9rem;
  z-index: 2;
  background-position: center top;
}
@media screen and (max-width: 640.9px) {
  .life .life_block02 .life_box.num01::before {
    display: none;
  }
}
@media screen and (max-width: 640.9px) {
  .life .life_block02 .life_box.num01 .box_text {
    width: 44%;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 640.9px) {
  .life .life_block02 .life_box.num02 {
    position: relative;
    right: -40vw;
    top: 41vw;
  }
}
.life .life_block02 .life_box.num02::before {
  content: "";
  background-image: url(../images/tomoda/arrows.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 70px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  right: -9rem;
  z-index: 2;
  background-position: center top;
}
@media screen and (max-width: 640.9px) {
  .life .life_block02 .life_box.num02::before {
    display: none;
  }
}
.life .life_block02 .life_box.num03 {
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .life .life_block02 .life_box.num03 {
    left: 0;
    top: 22vw;
  }
}
.life .life_block02 .life_box.num03::before {
  content: "";
  border-left: solid 3px #404040;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 3px;
  height: 72px;
  position: absolute;
  top: 0rem;
  right: -7rem;
  z-index: 2;
  transform: rotate(60deg);
}
@media screen and (max-width: 640.9px) {
  .life .life_block02 .life_box.num03::before {
    display: none;
  }
}
.life .life_block02 .life_box.num03:after {
  content: "";
  border-left: solid 3px #404040;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 3px;
  height: 72px;
  position: absolute;
  bottom: 0rem;
  right: -7rem;
  z-index: 2;
  transform: rotate(120deg);
}
@media screen and (max-width: 640.9px) {
  .life .life_block02 .life_box.num03:after {
    display: none;
  }
}
.life .life_block02 .life_box.num03 .box_text {
  position: absolute;
  right: -34rem;
  width: 130%;
}
@media screen and (max-width: 640.9px) {
  .life .life_block02 .life_box.num03 .box_text {
    position: static;
    width: 62%;
  }
}
@media screen and (max-width: 640.9px) {
  .life .life_block02 .life_box.num04 {
    right: -40vw;
    top: 3vw;
  }
}
.life .life_block02 .life_box.num04::before {
  content: "";
  background-image: url(../images/tomoda/arrows.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 70px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  right: -9rem;
  z-index: 2;
  background-position: center top;
}
@media screen and (max-width: 640.9px) {
  .life .life_block02 .life_box.num04::before {
    display: none;
  }
}
@media screen and (max-width: 640.9px) {
  .life .life_block02 .life_box.num04 .box_text {
    width: 70%;
    margin-top: 3rem;
  }
}
.life .life_block02 .life_box.num05 {
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .life .life_block02 .life_box.num05 {
    top: -16vw;
    left: 0;
  }
}
.life .life_block02 .life_box.num05::before {
  content: "";
  border-left: solid 3px #404040;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 3px;
  height: 72px;
  position: absolute;
  top: 0rem;
  right: -7rem;
  z-index: 2;
  transform: rotate(60deg);
}
@media screen and (max-width: 640.9px) {
  .life .life_block02 .life_box.num05::before {
    display: none;
  }
}
.life .life_block02 .life_box.num05:after {
  content: "";
  border-left: solid 3px #404040;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 3px;
  height: 72px;
  position: absolute;
  bottom: 0rem;
  right: -7rem;
  z-index: 2;
  transform: rotate(120deg);
}
@media screen and (max-width: 640.9px) {
  .life .life_block02 .life_box.num05:after {
    display: none;
  }
}
.life .life_block02 .life_box.num05 .box_text {
  position: absolute;
  right: -30rem;
  width: 103%;
}
@media screen and (max-width: 640.9px) {
  .life .life_block02 .life_box.num05 .box_text {
    position: static;
    width: 60%;
    margin-top: 1rem;
  }
}
.life .life_block02 .life_box .box_title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.48rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 640.9px) {
  .life .life_block02 .life_box .box_title {
    font-size: 4.088rem;
    line-height: 1.2;
  }
}
.life .life_block02 .life_box .box_text {
  font-size: 1.84rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  width: 70%;
  max-width: 770px;
  margin: 0 auto;
}
@media screen and (max-width: 640.9px) {
  .life .life_block02 .life_box .box_text {
    font-size: 2.271rem;
    width: 80%;
  }
}

.event {
  background-color: #fff9e3;
  padding: 20rem 0 15rem;
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .event {
    padding: 12rem 0 10rem;
  }
}
.event .event_title {
  margin-bottom: 4.5rem;
  text-align: center;
}
.event .event_title .title_jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.79rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.event .event_block01 {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 640.9px) {
  .event .event_block01 {
    width: 100%;
    padding: 0;
  }
}
.event .event_block01 .event_item01 {
  position: absolute;
  top: -14rem;
  right: 24rem;
}
@media screen and (max-width: 640.9px) {
  .event .event_block01 .event_item01 {
    max-width: 50.05px;
    top: -10rem;
    right: 0rem;
  }
}
.event .event_block01 .event_item02 {
  position: absolute;
  top: -20rem;
  left: 3rem;
}
@media screen and (max-width: 640.9px) {
  .event .event_block01 .event_item02 {
    max-width: 39.05px;
    top: -20rem;
    left: 0rem;
  }
}
.event .event_block01 .event_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 6rem;
}
@media screen and (max-width: 640.9px) {
  .event .event_block01 .event_list {
    gap: 3rem;
  }
}
.event .event_block01 .event_list .list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 2rem;
  background-color: #ffdf60;
  padding: 4rem;
  border-radius: 8.5rem;
  max-width: 287px;
  width: 33%;
  height: 315px;
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .event .event_block01 .event_list .list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    width: 47%;
    height: 173.25px;
    padding: 0;
  }
}
.event .event_block01 .event_list .list .list_title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  position: absolute;
  bottom: 2rem;
  text-align: center;
  background-color: #FFF;
  border-radius: 5rem;
  padding: 1rem 2rem;
}
@media screen and (max-width: 640.9px) {
  .event .event_block01 .event_list .list .list_title {
    font-size: 2.3rem;
  }
}
.event .event_block01 .event_list .list .list_img {
  height: 170px;
}
@media screen and (max-width: 640.9px) {
  .event .event_block01 .event_list .list .list_img {
    display: block;
    text-align: center;
    margin-bottom: 8rem;
    align-content: center;
  }
  .event .event_block01 .event_list .list .list_img img {
    width: 55%;
  }
}
.event .event_block01 .event_list .list .list_img.num04 {
  position: relative;
  left: 2rem;
}
.event .event_block01 .event_list .list .list_img.num06 {
  position: relative;
  top: 1rem;
}
.event .event_block01 .event_text {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 6rem;
}
@media screen and (max-width: 640.9px) {
  .event .event_block01 .event_text {
    font-size: 2.4rem;
  }
}
.event .event_block02 {
  position: relative;
  padding: 18rem 0 21rem;
  max-width: 1400px;
  margin: 6rem auto;
}
@media screen and (max-width: 640.9px) {
  .event .event_block02 {
    padding: 8rem 0 1rem;
    position: relative;
    top: -10rem;
  }
}
.event .event_block02::before {
  content: "";
  background-image: url(../images/tomoda/event_bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 1230px;
  height: 1076px;
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
  background-position: center top;
}
@media screen and (max-width: 640.9px) {
  .event .event_block02::before {
    background-image: url(../images/tomoda/event_bg02-sp.png);
    width: 100%;
    height: auto;
    aspect-ratio: 640/1242;
  }
}
.event .event_block02 .event_box {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 640.9px) {
  .event .event_block02 .event_box {
    width: 90%;
    margin: 6rem auto;
  }
}
.event .event_block02 .event_box .box01 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 4.5rem;
}
@media screen and (max-width: 640.9px) {
  .event .event_block02 .event_box .box01 {
    display: block;
    margin-bottom: 12rem;
  }
}
.event .event_block02 .event_box .box01 .box_text {
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .event .event_block02 .event_box .box01 .box_text {
    margin-top: 13rem;
  }
}
.event .event_block02 .event_box .box01 .box_text::before {
  content: "";
  background-image: url(../images/tomoda/event_item06.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 121px;
  height: 111px;
  position: absolute;
  bottom: -12rem;
  right: -7rem;
  z-index: 0;
  background-position: center top;
}
@media screen and (max-width: 640.9px) {
  .event .event_block02 .event_box .box01 .box_text::before {
    content: none;
  }
}
.event .event_block02 .event_box .box01 .box_text .title {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #864646;
  font-size: 3.79rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.026em;
  margin-bottom: 3.5rem;
}
.event .event_block02 .event_box .box01 .box_text .text {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #864646;
  font-size: 2.27rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.012em;
}
@media screen and (max-width: 640.9px) {
  .event .event_block02 .event_box .box01 .box_img {
    position: absolute;
    top: -6rem;
    right: -7rem;
    max-width: 199.65px;
  }
}
.event .event_block02 .event_box .box02 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 4.5rem;
  margin-top: 7rem;
}
@media screen and (max-width: 640.9px) {
  .event .event_block02 .event_box .box02 {
    flex-direction: column;
  }
  .event .event_block02 .event_box .box02::before {
    content: "";
    background-image: url(../images/tomoda/event_item06.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    width: 66.55px;
    height: 61.05px;
    position: absolute;
    bottom: -6rem;
    right: -3rem;
    z-index: 0;
    background-position: center top;
  }
}
.event .event_block02 .event_box .box02 .box_text {
  background-color: #fdf4f4;
  border-radius: 2.5rem;
  width: 410px;
  text-align: center;
  padding: 3rem 0;
}
@media screen and (max-width: 640.9px) {
  .event .event_block02 .event_box .box02 .box_text {
    width: 100%;
    padding: 5rem 3rem;
  }
}
.event .event_block02 .event_box .box02 .box_text .title {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #864646;
  font-size: 3.79rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.026em;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 640.9px) {
  .event .event_block02 .event_box .box02 .box_text .title {
    margin-bottom: 2rem;
  }
}
.event .event_block02 .event_box .box02 .box_text .text {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #864646;
  font-size: 1.842rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.016em;
}

.fee {
  padding: 16rem 0 21rem;
}
@media screen and (max-width: 640.9px) {
  .fee {
    padding: 12rem 0 34rem;
  }
}
.fee .fee_title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.79rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 5rem;
}
.fee .fee_block {
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .fee .fee_block {
    text-align: center;
  }
}
.fee .fee_block .fee_item01 {
  position: absolute;
  bottom: -5rem;
  right: -28rem;
}
@media screen and (max-width: 640.9px) {
  .fee .fee_block .fee_item01 {
    display: none;
  }
}
.fee .fee_block .fee_item02 {
  position: absolute;
  bottom: -22rem;
  right: -5rem;
}
@media screen and (max-width: 640.9px) {
  .fee .fee_block .fee_item02 {
    bottom: -24rem;
    right: 5rem;
    max-width: 160.6px;
  }
}
.fee .fee_block .fee_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 640.9px) {
  .fee .fee_block .fee_box {
    justify-content: center;
    align-items: center;
  }
}
.fee .fee_block .block_title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
  background-color: #ffdf60;
  border-radius: 3rem;
  width: 280px;
  text-align: center;
  padding: 1rem;
}
@media screen and (max-width: 640.9px) {
  .fee .fee_block .block_title {
    width: 100%;
    font-size: 2.8rem;
  }
}
.fee .fee_block .block_title span {
  font-size: 1.928rem;
}
@media screen and (max-width: 640.9px) {
  .fee .fee_block .block_title span {
    font-size: 2.4rem;
  }
}
.fee .fee_block .block_text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 640.9px) {
  .fee .fee_block .block_text {
    text-indent: -1.2em;
    display: inline-block;
    text-align: left;
    width: 90%;
    margin: 0 auto;
    font-size: 2.6rem;
  }
}
.fee .fee_block .block_table {
  border: solid 5px #404040;
  border-radius: 2.9rem;
  width: 100%;
  border-collapse: separate;
  border-radius: 2.9rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 640.9px) {
  .fee .fee_block .block_table {
    display: block;
  }
}
@media screen and (max-width: 640.9px) {
  .fee .fee_block .block_table tbody {
    display: block;
  }
}
@media screen and (max-width: 640.9px) {
  .fee .fee_block .block_table tr {
    display: block;
  }
}
.fee .fee_block .block_table tr:first-child th {
  border-radius: 2.9rem 0 0 0;
}
@media screen and (max-width: 640.9px) {
  .fee .fee_block .block_table tr:first-child th {
    border-radius: 2.9rem 2.9rem 0 0;
  }
}
.fee .fee_block .block_table tr:last-child th {
  border-radius: 0 0 0 2.9rem;
}
.fee .fee_block .block_table tr th {
  font-size: 2.914rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  padding: 4rem 3rem;
  border-bottom: 4px dotted #404040;
  border-right: solid 4px #404040;
  text-align: center;
  align-content: center;
  width: 477px;
  background-color: #fff4c8;
}
@media screen and (max-width: 640.9px) {
  .fee .fee_block .block_table tr th {
    display: block;
    border-right: none;
    border-bottom: 2px solid #404040;
    background-color: #fff4c8;
    width: 100%;
  }
}
.fee .fee_block .block_table tr td {
  font-size: 2.914rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
  padding: 4rem 1rem 4rem 4rem;
  border-bottom: 4px dotted #404040;
}
@media screen and (max-width: 640.9px) {
  .fee .fee_block .block_table tr td {
    display: block;
    border-bottom: 2px solid #404040;
    text-align: center;
    width: 100%;
  }
}
.fee .fee_block .block_table tr td span {
  font-size: 2.485rem;
}
.fee .fee_block .block_table tr:last-child th {
  border-bottom: none;
}
.fee .fee_block .block_table tr:last-child td {
  border-bottom: none;
}
.fee .fee_block .block_table tr .note {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.unit01 {
  background-image: url(../images/tomoda/unit_bg.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 30rem 0;
}
.unit01 .bl_img_list li + li {
  margin-top: 4.375vw;
}
@media screen and (max-width: 640.9px) {
  .unit01 {
    position: relative;
    background-image: none;
    padding: 13rem 0 20rem;
  }
  .unit01::before {
    content: "";
    background-image: url(../images/tomoda/unit_bg-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -2.5rem;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, -50%);
    aspect-ratio: 640/6278;
  }
}
.unit01 .unit_title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.79rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 15rem;
}
@media screen and (max-width: 640.9px) {
  .unit01 .unit_title {
    position: relative;
    z-index: 1;
  }
}
.unit01 .unit_text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 12rem;
}
@media screen and (max-width: 640.9px) {
  .unit01 .unit_text {
    margin-bottom: 6rem;
    position: relative;
    z-index: 1;
  }
}
.unit01 .unit_block {
  display: flex;
  gap: 3.5rem;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 640.9px) {
  .unit01 .unit_block {
    flex-direction: column-reverse;
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
.unit01 .unit_block02 {
  display: flex;
  gap: 10rem;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  max-width: 940px;
  margin: 0 auto;
  background-color: #FFF;
  padding: 5rem;
  margin-top: 7rem;
}
@media screen and (max-width: 640.9px) {
  .unit01 .unit_block02 {
    flex-direction: column;
    background-color: transparent;
  }
}
.unit01 .unit_block02 .box_title::before {
  background-image: url(../images/tomoda/title_icon01.png);
  border-bottom: none;
  width: 112px;
}
.unit01 .unit_block02 .box_title::after {
  background-image: url(../images/tomoda/title_icon01.png);
  border-bottom: none;
  width: 112px;
}
.unit01 .google_map {
  position: relative;
  max-width: 920px;
  margin: 2rem auto 9rem;
  height: 214px;
}
@media screen and (max-width: 640.9px) {
  .unit01 .google_map {
    height: 45.46875vw;
  }
}
.unit01 .google_map iframe, .unit01 .google_map object, .unit01 .google_map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.unit01 .unit_img {
  font-size: 1.842rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.016em;
}
@media screen and (max-width: 640.9px) {
  .unit01 .unit_img {
    font-size: 2.2rem;
  }
}
.unit01 .unit_img.size-m {
  max-width: 375px;
  width: 50%;
}
@media screen and (min-width: 641px) {
  .unit01 .unit_img.size-m {
    margin-bottom: 29px;
  }
}
@media screen and (max-width: 640.9px) {
  .unit01 .unit_img.size-m {
    width: 100%;
  }
}
@media screen and (max-width: 640.9px) {
  .unit01 .unit_img figcaption {
    padding: 1rem;
  }
}
@media screen and (max-width: 640.9px) {
  .unit01 .flex {
    display: flex;
    flex-direction: column-reverse;
  }
}
.unit01 .box_title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .unit01 .box_title {
    font-size: 2.84rem;
    text-align: center;
  }
  .unit01 .box_title::before {
    content: "";
    text-align: center;
    border-bottom: solid 2px #000;
    width: 75px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .unit01 .box_title::after {
    content: "";
    border-bottom: solid 2px #000;
    width: 75px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
  }
}
.unit01 .box_text {
  font-size: 1.842rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.016em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 640.9px) {
  .unit01 .box_text {
    text-align: center;
    max-width: 180px;
    margin: 0 auto 4rem;
    font-size: 1.911rem;
  }
}
.unit01 .box_text.t-l {
  text-align: left;
}
@media screen and (max-width: 640.9px) {
  .unit01 .unit_box {
    margin: 0 auto;
    width: 100%;
  }
}
.unit01 .unit_box .box_list {
  font-size: 1.842rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.016em;
}
@media screen and (max-width: 640.9px) {
  .unit01 .unit_box .box_list {
    margin: 5rem 0 3rem;
    font-size: 2.2rem;
  }
}
.unit01 .unit_box .box_list li {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 640.9px) {
  .unit01 .unit_box .box_list li {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
  }
  .unit01 .unit_box .box_list li:last-child {
    margin-bottom: 0;
  }
}

.page-tomoda .footer {
  padding-top: 9rem;
}

.mainvisual.ikippa::after {
  background-image: url(../images/ikippa/mv.png);
}
@media screen and (max-width: 640.9px) {
  .mainvisual.ikippa::after {
    background-image: url(../images/ikippa/mv-sp.png);
  }
}
.mainvisual.ikippa .mv_title {
  position: absolute;
  left: 28%;
  bottom: 26%;
  color: #FFF;
  /* 白文字 */
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640.9px) {
  .mainvisual.ikippa .mv_title {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 75%;
    text-align: left;
    position: absolute;
    z-index: 6;
  }
}
.mainvisual.ikippa .mv_title .title_jp {
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.8;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.ikippa .mv_title .title_jp {
    font-size: 4.8rem;
    display: inline-block;
    width: 100%;
    line-height: 1.4;
  }
}
.mainvisual.ikippa .mv_title .title_jp .small {
  font-size: 3.51rem;
}
.mainvisual.ikippa .mv_title .title_en {
  font-size: 2.224rem;
  margin-top: 3rem;
  padding-left: 1rem;
}
.mainvisual.ikippa .chara35 {
  position: absolute;
  bottom: 7%;
  left: 20%;
  max-width: 64px;
  width: 5%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.ikippa .chara35 {
    width: auto;
    max-width: 35.2px;
    left: 3%;
    bottom: 9%;
    top: auto;
    z-index: 5;
  }
}
.mainvisual.ikippa .chara36 {
  position: absolute;
  bottom: -1%;
  left: 23%;
  max-width: 64px;
  width: 5%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.ikippa .chara36 {
    width: auto;
    max-width: 35.2px;
    bottom: 4%;
    left: 11%;
    right: auto;
    top: auto;
    z-index: 5;
  }
}
.mainvisual.ikippa .chara37 {
  position: absolute;
  bottom: 5%;
  right: 18%;
  max-width: 73px;
  width: 4%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.ikippa .chara37 {
    width: auto;
    max-width: 40.15px;
    bottom: 4%;
    right: 24%;
    z-index: 5;
  }
}
.mainvisual.ikippa .chara38 {
  position: absolute;
  bottom: 5%;
  right: 13%;
  max-width: 62px;
  width: 4%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.ikippa .chara38 {
    width: auto;
    max-width: 34.1px;
    bottom: 3%;
    right: 5%;
    z-index: 5;
  }
}

.page-ikippa .nav {
  background-color: #c0eff1;
}

.ikippa01 {
  background-color: #c0eff1;
  position: relative;
  z-index: 2;
  padding-bottom: 1rem;
}
@media screen and (max-width: 640.9px) {
  .ikippa01 {
    padding: 10rem 0 1rem;
  }
}
.ikippa01 .bg {
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .ikippa01 .inner {
    width: 100%;
  }
}
.ikippa01 .ikippa01_title {
  text-align: center;
  margin-bottom: 8rem;
  position: relative;
}
.ikippa01 .ikippa01_title::before {
  content: "";
  background-image: url(../images/ikippa/border.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 316px;
  height: 7px;
  position: absolute;
  bottom: 25%;
  right: 0%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .ikippa01 .ikippa01_title::before {
    bottom: 20%;
    right: -33%;
    width: 173.8px;
  }
}
.ikippa01 .ikippa01_title::after {
  content: "";
  background-image: url(../images/ikippa/border.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 316px;
  height: 7px;
  position: absolute;
  bottom: 25%;
  left: 0%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .ikippa01 .ikippa01_title::after {
    bottom: 20%;
    left: -33%;
    width: 173.8px;
  }
}
@media screen and (max-width: 640.9px) {
  .ikippa01 .ikippa01_title {
    margin-bottom: 0;
  }
}
.ikippa01 .ikippa01_title .title_en {
  color: #e18a00;
  font-size: 2.224rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
}
.ikippa01 .ikippa01_title .title_jp {
  color: #e18a00;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.79rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.ikippa01 .ikippa01_text {
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  color: #404040;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.36em;
  text-align: center;
  margin-top: 10rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 640.9px) {
  .ikippa01 .ikippa01_text {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    margin-top: 7rem;
    margin-bottom: 3rem;
  }
}

.ikippa02 {
  position: relative;
  padding: 13rem 0;
  background-color: #c0eff1;
}
@media screen and (max-width: 640.9px) {
  .ikippa02 {
    padding: 14rem 0 6rem;
  }
}
.ikippa02::before {
  content: "";
  background-image: url(../images/ikippa/ikippa02_bg.png);
  background-repeat: no-repeat;
  background-size: auto;
  /* ←画像サイズ固定 */
  display: block;
  width: 100%;
  height: 388px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-position: center top;
}
@media screen and (max-width: 640.9px) {
  .ikippa02::before {
    background-image: url(../images/ikippa/ikippa02_bg-sp.png);
    height: 195.25px;
    top: 0;
    background-position: bottom center;
  }
}
@media screen and (max-width: 640.9px) {
  .ikippa02 .inner {
    width: 100%;
  }
}
.ikippa02 .bg {
  position: relative;
}
.ikippa02 .bg::before {
  content: "";
  background-image: url(../images/ikippa/coloud01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 305px;
  height: 134px;
  position: absolute;
  top: 20%;
  left: -30%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .ikippa02 .bg::before {
    width: 167.75px;
    height: 73.7px;
    left: -12%;
    top: 10%;
  }
}
.ikippa02 .bg::after {
  content: "";
  background-image: url(../images/ikippa/coloud02.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 223px;
  height: 79px;
  position: absolute;
  top: 20%;
  right: -20%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .ikippa02 .bg::after {
    width: 122.65px;
    height: 43.45px;
    right: -12%;
    top: 14%;
  }
}
.ikippa02 .ikippa02_block01 {
  margin-top: 23rem;
  padding: 20rem 0;
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .ikippa02 .ikippa02_block01 {
    margin-top: 8rem;
  }
}
.ikippa02 .ikippa02_block01::before {
  content: "";
  background-image: url(../images/ikippa/en_bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  display: block;
  width: 1694px;
  height: 1551px;
  transform-origin: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
}
@media screen and (max-width: 640.9px) {
  .ikippa02 .ikippa02_block01::before {
    background-image: url(../images/ikippa/en_bg-sp.png);
    width: 100%;
    height: auto;
    aspect-ratio: 640/1842;
  }
}
.ikippa02 .ikippa02_block01 .block01_inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.ikippa02 .ikippa02_block01 .block01_inner::before {
  content: "";
  background-image: url(../images/ikippa/ikippa02_item01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 275px;
  height: 174px;
  position: absolute;
  top: 48%;
  left: -40%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .ikippa02 .ikippa02_block01 .block01_inner::before {
    display: none;
  }
}
.ikippa02 .ikippa02_block01 .block01_inner::after {
  content: "";
  background-image: url(../images/ikippa/ikippa02_item02.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 167px;
  height: 172px;
  position: absolute;
  bottom: 0%;
  right: -20%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .ikippa02 .ikippa02_block01 .block01_inner::after {
    width: 91.85px;
    height: 94.6px;
    bottom: -10%;
    right: 0%;
  }
}
.ikippa02 .ikippa02_block01 .ikippa02_title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.16em;
  text-align: center;
  margin-bottom: 6rem;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 640.9px) {
  .ikippa02 .ikippa02_block01 .ikippa02_title {
    margin-bottom: 4rem;
    font-size: 3.6rem;
  }
}
.ikippa02 .ikippa02_block01 .ikippa02_title::before {
  content: "";
  background-image: url(../images/ikippa/titile_bg.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  width: 68px;
  height: 52px;
  top: 3rem;
  right: -4rem;
}
@media screen and (max-width: 640.9px) {
  .ikippa02 .ikippa02_block01 .ikippa02_title::before {
    width: 37.4px;
    height: 28.6px;
  }
}
.ikippa02 .ikippa02_block01 .ikippa02_title .small {
  font-size: 2rem;
  margin-left: -8rem;
}
@media screen and (max-width: 640.9px) {
  .ikippa02 .ikippa02_block01 .ikippa02_title .small {
    font-size: 3rem;
  }
}
.ikippa02 .ikippa02_block01 .ikippa02_title .large {
  font-size: 5rem;
}
@media screen and (max-width: 640.9px) {
  .ikippa02 .ikippa02_block01 .ikippa02_title .large {
    font-size: 6rem;
  }
}
.ikippa02 .ikippa02_block01 .block_text01 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.24em;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .ikippa02 .ikippa02_block01 .block_text01 {
    width: 90%;
    margin: 0 auto;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  }
}
.ikippa02 .ikippa02_block01 .block_text02 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.18em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .ikippa02 .ikippa02_block01 .block_text02 {
    width: 90%;
    margin: 0 auto;
    font-size: 2.8rem;
    letter-spacing: 0;
  }
}
.ikippa02 .ikippa02_block01 .block_box {
  background-color: #FFF;
  border-radius: 8.5rem;
  padding: 6.5rem;
  margin: 6rem 0 4rem;
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .ikippa02 .ikippa02_block01 .block_box {
    width: 90%;
    margin: 5rem auto 5rem;
    padding: 3.5rem;
  }
}
.ikippa02 .ikippa02_block01 .block_box .box_text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.627rem;
  font-weight: 700;
  line-height: 2.5;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 640.9px) {
  .ikippa02 .ikippa02_block01 .block_box .box_text {
    letter-spacing: 0.02em;
  }
}
.ikippa02 .ikippa02_block01 .block_box .box_text .text01 {
  font-size: 3rem;
}
.ikippa02 .ikippa02_block01 .block_box .box_text .text01 .border {
  border-bottom: solid 5px #e16f00;
  padding: 0 1rem;
}
.ikippa02 .ikippa02_block01 .block_box .box_text .strong {
  font-size: 2.858rem;
  letter-spacing: 0.16em;
  color: #e18a00;
}
.ikippa02 .ikippa02_text {
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  color: #404040;
  font-size: 2.92rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 640.9px) {
  .ikippa02 .ikippa02_text {
    letter-spacing: 0.06em;
  }
}
.ikippa02 .ikippa02_text .strong {
  font-size: 6rem;
  color: #e18a00;
  letter-spacing: 0.15em;
}
.ikippa02 .ikippa02_text .come01 {
  font-family: "Zen Maru Gothic", sans-serif;
  border-radius: 7rem;
  text-decoration: none;
  color: #404040;
  font-size: 2.218rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.28em;
  padding: 2rem 5rem 3rem 5rem;
  position: relative;
  display: inline-block;
  background-image: url(../images/ikippa/ikippa02_come.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: -9rem;
  left: 30rem;
  transform: rotate(1deg);
}
@media screen and (max-width: 640.9px) {
  .ikippa02 .ikippa02_text .come01 {
    top: -8rem;
    left: 16%;
  }
}

.ikippa03 {
  background-color: #c0eff1;
  position: relative;
  z-index: 2;
  padding-top: 5rem;
  padding-bottom: 30rem;
}
.ikippa03::before {
  content: "";
  background-image: url(../images/ikippa/ikippa03_item.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  max-width: 845px;
  width: 30%;
  height: 248px;
  position: absolute;
  top: -7%;
  right: 0%;
}
@media screen and (max-width: 640.9px) {
  .ikippa03::before {
    background-image: url(../images/ikippa/ikippa03_item-sp.png);
    width: 35.75px;
    height: 26.95px;
    top: 13rem;
    right: 5%;
  }
}
.ikippa03 .come01 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.754rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  transform: rotate(-10deg);
  margin-bottom: 8rem;
}
@media screen and (max-width: 640.9px) {
  .ikippa03 .come01 {
    margin-bottom: 2rem;
    left: 3rem;
  }
}
.ikippa03 .come01::before {
  content: "";
  border-left: solid 3px #404040;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 3px;
  height: 72px;
  position: absolute;
  bottom: -2rem;
  left: -4rem;
  z-index: 2;
  transform: rotate(-30deg);
}
@media screen and (max-width: 640.9px) {
  .ikippa03 .come01::before {
    width: 2px;
    border-left: solid 2px #404040;
    height: 39.6px;
  }
}
.ikippa03 .come01::after {
  content: "";
  border-left: solid 3px #404040;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 3px;
  height: 72px;
  position: absolute;
  bottom: -2rem;
  right: -4rem;
  z-index: 2;
  transform: rotate(30deg);
}
@media screen and (max-width: 640.9px) {
  .ikippa03 .come01::after {
    width: 2px;
    border-left: solid 2px #404040;
    height: 39.6px;
  }
}
.ikippa03 .ikippa03_title {
  color: #e18a00;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.578rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 640.9px) {
  .ikippa03 .ikippa03_title {
    margin-bottom: 4rem;
  }
}
.ikippa03 .ikippa03_title .strong {
  font-size: 4.339rem;
}
.ikippa03 .ikippa03_text {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.18em;
  margin-bottom: 7rem;
}
@media screen and (max-width: 640.9px) {
  .ikippa03 .ikippa03_text {
    letter-spacing: 0.1em;
  }
}
.ikippa03 .ikippa03_block {
  position: relative;
}
.ikippa03 .ikippa03_block .ikippa03_item01 {
  position: absolute;
  top: 29rem;
  left: -13rem;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .ikippa03 .ikippa03_block .ikippa03_item01 {
    max-width: 61.05px;
    display: none;
  }
}
.ikippa03 .ikippa03_block .ikippa03_item02 {
  position: absolute;
  bottom: 3rem;
  left: -14rem;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .ikippa03 .ikippa03_block .ikippa03_item02 {
    max-width: 51.7px;
    left: auto;
    right: -5rem;
    bottom: 51rem;
  }
}
.ikippa03 .ikippa03_block .ikippa03_item03 {
  position: absolute;
  top: -7rem;
  right: 3rem;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .ikippa03 .ikippa03_block .ikippa03_item03 {
    max-width: 53.35px;
    top: -9rem;
    right: -4rem;
  }
}
.ikippa03 .ikippa03_block .ikippa03_item04 {
  position: absolute;
  top: 46rem;
  right: 0rem;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .ikippa03 .ikippa03_block .ikippa03_item04 {
    max-width: 29.15px;
    top: 96rem;
    right: auto;
    left: -4rem;
  }
}
.ikippa03 .ikippa03_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  gap: 10rem;
}
@media screen and (max-width: 640.9px) {
  .ikippa03 .ikippa03_list {
    gap: 5rem;
  }
}
.ikippa03 .ikippa03_list .list {
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .ikippa03 .ikippa03_list .list {
    left: 0;
  }
}
.ikippa03 .ikippa03_list .list .list_text {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #404040;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.18em;
  position: relative;
  display: inline-block;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640.9px) {
  .ikippa03 .ikippa03_list .list .list_text {
    text-align: center;
    width: 100%;
  }
}
.ikippa03 .ikippa03_list .list .list_text .small {
  font-size: 1.837rem;
}
@media screen and (max-width: 640.9px) {
  .ikippa03 .ikippa03_list .list .list_text .small {
    font-size: 2.4rem;
  }
}
.ikippa03 .ikippa03_list .list .list_title {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.18em;
  text-align: center;
  position: absolute;
  top: -2rem;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .ikippa03 .ikippa03_list .list .list_title {
    width: 100%;
  }
}
.ikippa03 .ikippa03_list .list .list_title span {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  display: inline-block;
  color: #FFF;
}
@media screen and (max-width: 640.9px) {
  .ikippa03 .ikippa03_list .list .list_title span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.ikippa03 .ikippa03_list .list .list_title span:nth-child(odd) {
  background-color: #e18a00;
}
.ikippa03 .ikippa03_list .list .list_title span:nth-child(even) {
  background-color: #e19f00;
}
.ikippa03 .ikippa03_list .list .list_title span:not(:first-child) {
  margin-left: -1.5rem;
}

.ikippa04 {
  background-color: #c0eff1;
  position: relative;
  z-index: 2;
  padding-bottom: 30rem;
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .ikippa04 {
    background-color: #fbedf7;
    padding-bottom: 40rem;
  }
}
.ikippa04::before {
  content: "";
  background-image: url(../images/ikippa/ikippa04_item.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 290px;
  height: 204px;
  position: absolute;
  top: -1%;
  left: 14%;
}
@media screen and (max-width: 640.9px) {
  .ikippa04::before {
    content: none;
  }
}
.ikippa04 .inner {
  max-width: 1664px;
  width: 100%;
}
.ikippa04 .bg {
  position: relative;
}
.ikippa04 .bg .ikippa04_block {
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .ikippa04 .bg .ikippa04_block {
    padding: 0 0 15rem;
  }
}
@media screen and (max-width: 640.9px) {
  .ikippa04 .bg .ikippa04_block::before {
    content: "";
    background-image: url(../images/ikippa/ikippa04_bg01-sp.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    display: block;
    width: 100%;
    height: 368px;
    position: absolute;
    top: -5%;
    left: -4%;
    z-index: -1;
  }
}
.ikippa04 .bg .title01 {
  color: #404040;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(3.5rem, 2vw + 1rem, 4.322rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
  transform: rotate(-10deg);
  text-align: left;
  position: absolute;
  top: 12%;
  left: 15%;
}
@media screen and (max-width: 640.9px) {
  .ikippa04 .bg .title01 {
    top: 2%;
    left: 10%;
    font-size: 4.322rem;
  }
}
.ikippa04 .bg .title01 .inline {
  display: inline;
  border-bottom: solid 5px #fd8956;
}
@media screen and (max-width: 640.9px) {
  .ikippa04 .bg .title01 .inline {
    border-bottom: solid 3px #fd8956;
  }
}
.ikippa04 .bg .title01 span {
  font-size: clamp(4rem, 2.5vw + 1rem, 5.602rem);
}
@media screen and (max-width: 640.9px) {
  .ikippa04 .bg .title01 span {
    font-size: 5.602rem;
  }
}
@media screen and (max-width: 640.9px) {
  .ikippa04 .bg .title01::before {
    content: "";
    background-image: url(../images/ikippa/title_bg01.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    display: block;
    width: 106.15px;
    height: 53.35px;
    position: absolute;
    top: -63%;
    left: -10%;
    z-index: 2;
    transform: rotate(10deg);
  }
}
.ikippa04 .bg .ikippa04_text01 {
  color: #404040;
  position: absolute;
  left: 53%;
  top: 23%;
  writing-mode: vertical-rl;
  transform: rotate(-7deg);
  font-size: clamp(2rem, 1vw + 1rem, 2.6rem);
  line-height: 1.5;
}
@media screen and (max-width: 640.9px) {
  .ikippa04 .bg .ikippa04_text01 {
    left: 5%;
    top: 47%;
    color: #404040;
    font-size: 2.6rem;
  }
}
.ikippa04 .bg .ikippa04_text02 {
  color: #404040;
  position: absolute;
  left: 48%;
  top: 35%;
  writing-mode: vertical-rl;
  transform: rotate(-10deg);
  font-size: clamp(2rem, 1vw + 1rem, 2.6rem);
  line-height: 1.5;
}
@media screen and (max-width: 640.9px) {
  .ikippa04 .bg .ikippa04_text02 {
    display: none;
  }
}
.ikippa04 .bg .ikippa04_text03 {
  color: #FFF;
  position: absolute;
  top: 55%;
  left: 8%;
  font-size: clamp(1.8rem, 1vw + 1rem, 2.2rem);
  line-height: 1.5;
}
@media screen and (max-width: 640.9px) {
  .ikippa04 .bg .ikippa04_text03 {
    top: 33%;
    left: 5%;
    font-size: 2.4rem;
  }
}
.ikippa04 .bg .ikippa04_text04 {
  color: #FFF;
  position: absolute;
  bottom: 12%;
  right: 10%;
  font-size: clamp(2rem, 1vw + 1rem, 2.6rem);
  line-height: 1.5;
  transform: rotate(-10deg);
}
@media screen and (max-width: 640.9px) {
  .ikippa04 .bg .ikippa04_text04 {
    right: 23%;
    font-size: 2.6rem;
    bottom: 11%;
    transform: rotate(-7deg);
  }
}
.ikippa04 .bg .ikippa04_text05 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #404040;
  position: absolute;
  bottom: 20%;
  left: 5%;
  font-size: clamp(4rem, 2.5vw + 1rem, 5.602rem);
  line-height: 1.5;
}
@media screen and (max-width: 640.9px) {
  .ikippa04 .bg .ikippa04_text05 {
    color: #404040;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 5rem;
  }
}
.ikippa04 .bg .ikippa04_text06 {
  color: #404040;
  position: absolute;
  bottom: 12%;
  left: 5%;
  font-size: clamp(2.5rem, 1vw + 1rem, 2.982rem);
  line-height: 1.5;
}
@media screen and (max-width: 640.9px) {
  .ikippa04 .bg .ikippa04_text06 {
    font-size: 3.2rem;
    margin-top: 5rem;
  }
}
.ikippa04 .bg .ikippa04_text06 span {
  font-size: clamp(1.8rem, 1vw + 1rem, 2.036rem);
}
@media screen and (max-width: 640.9px) {
  .ikippa04 .bg .ikippa04_text06 span {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 640.9px) {
  .ikippa04 .bg .ikippa04_text06 {
    bottom: -10rem;
    color: #404040;
    text-align: center;
    width: 100%;
    left: 0;
  }
}

.ikippa05 {
  background-color: #fff9e3;
  padding: 15rem 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .ikippa05 {
    padding: 0;
  }
}
.ikippa05::before {
  content: "";
  background-image: url(../images/ikippa/ikippa05_bg03.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 500px;
  transform-origin: center;
  position: absolute;
  top: -20rem;
  left: 0;
}
.ikippa05::after {
  content: "";
  background-image: url(../images/ikippa/ikippa05_bg02.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 500px;
  transform-origin: center;
  position: absolute;
  bottom: -10rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 640.9px) {
  .ikippa05 .inner {
    width: 100%;
  }
}
.ikippa05 .ikippa05_text {
  font-family: "Zen Maru Gothic", sans-serif;
  position: absolute;
  left: -17rem;
  top: -33rem;
  font-size: clamp(3rem, 1vw + 1rem, 4.372rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.18em;
  color: #404040;
  background-image: url(../images/ikippa/ikippa05_text.png);
  background-repeat: no-repeat;
  padding: 17rem 12rem 16rem 10rem;
  transform: rotate(-7deg);
}
@media screen and (max-width: 640.9px) {
  .ikippa05 .ikippa05_text {
    background-image: url(../images/ikippa/ikippa05_text-sp.png);
    background-size: contain;
    padding: 11rem 7rem 11rem 6rem;
    left: 0;
    top: -23rem;
  }
}
.ikippa05 .ikippa05_text01 {
  position: absolute;
  top: 27%;
  left: 9%;
  font-size: clamp(2.5rem, 2.5vw + 1rem, 3.032rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.18em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 640.9px) {
  .ikippa05 .ikippa05_text01 {
    top: 30%;
  }
}
.ikippa05 .ikippa05_text02 {
  position: absolute;
  top: 11%;
  left: 48%;
  font-size: clamp(2rem, 2.5vw + 1rem, 2.599rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.18em;
  color: #404040;
  text-align: center;
}
@media screen and (max-width: 640.9px) {
  .ikippa05 .ikippa05_text02 {
    left: auto;
    top: 10%;
    right: 13%;
  }
}
.ikippa05 .ikippa05_text03 {
  position: absolute;
  top: 39%;
  right: 10%;
  font-size: clamp(2.5rem, 2.5vw + 1rem, 3rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.18em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 640.9px) {
  .ikippa05 .ikippa05_text03 {
    top: 50%;
    right: 3%;
  }
}
.ikippa05 .ikippa05_text04 {
  position: absolute;
  bottom: 16%;
  left: 15%;
  font-size: clamp(2.1rem, 2.5vw + 1rem, 2.6rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.18em;
  color: #404040;
  text-align: center;
}
@media screen and (max-width: 640.9px) {
  .ikippa05 .ikippa05_text04 {
    bottom: 21%;
    left: 13%;
  }
}
.ikippa05 .ikippa05_text05 {
  position: absolute;
  bottom: 15%;
  right: 28%;
  font-size: clamp(2.1rem, 2.5vw + 1rem, 2.6rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.18em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 640.9px) {
  .ikippa05 .ikippa05_text05 {
    bottom: 12%;
    right: 6%;
  }
}
.ikippa05 .ikippa05_text06 {
  font-size: 2.28rem;
  line-height: 1.8;
  color: #404040;
  text-align: center;
  margin-top: 16rem;
  position: relative;
  padding-bottom: 40rem;
}
@media screen and (max-width: 640.9px) {
  .ikippa05 .ikippa05_text06 {
    padding-bottom: 30rem;
    font-size: 2.6rem;
  }
}
.ikippa05 .ikippa05_text06::before {
  content: "";
  background-image: url(../images/ikippa/ikippa05_item01.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  display: block;
  width: 1641px;
  height: 257px;
  transform-origin: center;
  position: absolute;
  bottom: 0rem;
  right: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 640.9px) {
  .ikippa05 .ikippa05_text06::before {
    background-image: url(../images/ikippa/ikippa05_item01-sp.png);
    width: 100%;
    height: 91.3px;
  }
}
.ikippa05 .ikippa05_block01 {
  padding: 15rem 0 0;
  text-align: center;
}
.ikippa05 .ikippa05_block01 .block01_text01 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(2rem, 1vw + 1rem, 3rem);
  font-weight: 700;
  line-height: 1.8;
  color: #404040;
  text-align: center;
  background-image: url(../images/ikippa/block01_text.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
  padding: 28rem 14rem 21rem 14rem;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -20%);
  -webkit-transform: translate(-50%, -20%);
  -ms-transform: translate(-50%, -20%);
}
@media screen and (max-width: 640.9px) {
  .ikippa05 .ikippa05_block01 .block01_text01 {
    padding: 0;
    z-index: 3;
    font-size: 2.8rem;
    display: block;
    width: 100%;
    background-image: url(../images/ikippa/block01_text-sp.png);
    background-position: top center;
    background-size: contain;
  }
}
.ikippa05 .ikippa05_block01 .block01_text01::before {
  content: "";
  background-image: url(../images/ikippa/text01_item01.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  display: block;
  width: 51px;
  height: 63px;
  transform-origin: center;
  position: absolute;
  bottom: 5rem;
  left: 10rem;
}
@media screen and (max-width: 640.9px) {
  .ikippa05 .ikippa05_block01 .block01_text01::before {
    background-image: url(../images/ikippa/text01_item01-sp.png);
    width: 13.2px;
    height: 16.5px;
    bottom: 0;
    left: 5rem;
  }
}
.ikippa05 .ikippa05_block01 .block01_text01::after {
  content: "";
  background-image: url(../images/ikippa/text01_item02.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  display: block;
  width: 51px;
  height: 156px;
  transform-origin: center;
  position: absolute;
  top: 10rem;
  right: 5rem;
}
@media screen and (max-width: 640.9px) {
  .ikippa05 .ikippa05_block01 .block01_text01::after {
    background-image: url(../images/ikippa/text01_item02-sp.png);
    width: 25.85px;
    height: 25.3px;
    top: 0;
    right: 5rem;
  }
}
.ikippa05 .ikippa05_block01 .ikippa05_bg01 {
  position: relative;
}
@media screen and (max-width: 640.9px) {
  .ikippa05 .ikippa05_block01 .ikippa05_bg01 {
    background-color: #fff9e3;
  }
}
.ikippa05 .ikippa05_block01 .ikippa05_bg01 .ikippa05_text07 {
  font-family: "Zen Maru Gothic", sans-serif;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: clamp(1.6rem, 1vw + 1rem, 2.6rem);
  font-weight: 500;
  line-height: 1.5;
  color: #404040;
}
@media screen and (max-width: 640.9px) {
  .ikippa05 .ikippa05_block01 .ikippa05_bg01 .ikippa05_text07 {
    font-size: 2.4rem;
  }
}
.ikippa05 .ikippa05_block01 .ikippa05_bg01 .ikippa05_text08 {
  font-family: "Zen Maru Gothic", sans-serif;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: clamp(1.6rem, 1vw + 1rem, 2.976rem);
  font-weight: 700;
  line-height: 1.5;
  color: #e37b11;
}
@media screen and (max-width: 640.9px) {
  .ikippa05 .ikippa05_block01 .ikippa05_bg01 .ikippa05_text08 {
    font-size: 2.4rem;
    margin-top: 3rem;
  }
}
.ikippa05 .ikippa05_block01 .ikippa05_bg01 .ikippa05_text08 span {
  font-size: clamp(5.6rem, 3vw + 1rem, 8.706rem);
}
@media screen and (max-width: 640.9px) {
  .ikippa05 .ikippa05_block01 .ikippa05_bg01 .ikippa05_text08 span {
    font-size: 7rem;
    line-height: 1;
  }
}

.page-ikippa .footer {
  padding-top: 20rem;
}

.mainvisual.privacy {
  padding-top: 20%;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.privacy {
    padding-top: 73%;
  }
}
.mainvisual.privacy::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/contact/mv.png);
  background-size: cover;
  background-position: top center;
  opacity: 0;
  animation: bgFadeIn 1s ease forwards;
  animation-delay: 1s;
  z-index: 0;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.privacy::after {
    background-image: url(../images/contact/mv-sp.png);
  }
}
.mainvisual.privacy .mv_title {
  position: absolute;
  left: 27%;
  right: auto;
  bottom: 7%;
  font-size: 4rem;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.privacy .mv_title {
    text-align: left;
    font-size: 4rem;
    top: 30%;
    left: 55%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    width: 100%;
    z-index: 6;
  }
}
@media screen and (max-width: 640.9px) {
  .mainvisual.privacy .mv_title {
    font-size: 4rem;
  }
}
.mainvisual.privacy .mv_title span {
  width: 9rem;
  height: 9rem;
  line-height: 9rem;
}
.mainvisual.privacy .mv_title span:nth-child(8) {
  position: relative;
  left: -7rem;
  z-index: 1;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.privacy .mv_title span:nth-child(8) {
    left: 0;
  }
}
.mainvisual.privacy .mv_title span:nth-child(9) {
  position: relative;
  left: -8rem;
  z-index: 1;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.privacy .mv_title span:nth-child(9) {
    left: -1rem;
  }
}
.mainvisual.privacy .mv_title span:nth-child(10) {
  position: relative;
  left: -9rem;
  z-index: 1;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.privacy .mv_title span:nth-child(10) {
    left: -2rem;
  }
}
.mainvisual.privacy .mv_title span:nth-child(11) {
  position: relative;
  left: -10rem;
  z-index: 1;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.privacy .mv_title span:nth-child(11) {
    left: -3rem;
  }
}
.mainvisual.privacy .mv_title span:nth-child(12) {
  position: relative;
  left: -11rem;
  z-index: 1;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.privacy .mv_title span:nth-child(12) {
    left: -4rem;
  }
}
.mainvisual.privacy .chara35 {
  position: absolute;
  bottom: -5%;
  right: 23%;
  max-width: 144px;
  width: 6%;
  z-index: 1;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.privacy .chara35 {
    width: auto;
    max-width: 44px;
    right: 7%;
    bottom: 9%;
    top: auto;
    z-index: 5;
  }
}
.mainvisual.privacy .chara36 {
  position: absolute;
  bottom: 23%;
  left: 24%;
  max-width: 262px;
  width: 10%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.privacy .chara36 {
    width: auto;
    max-width: 144.1px;
    bottom: 31%;
    left: 0;
    z-index: 5;
  }
}
.mainvisual.privacy .chara37 {
  position: absolute;
  bottom: 21%;
  left: 46%;
  max-width: 46px;
  width: 2%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.privacy .chara37 {
    width: auto;
    max-width: 25.3px;
    bottom: 45%;
    left: 38%;
    z-index: 6;
  }
}

.bl_sect.bl_sect__privacy {
  padding-top: 80px;
  padding-bottom: 150px;
  background-color: #fff9e3;
  position: relative;
}
.bl_sect.bl_sect__privacy::before {
  content: "";
  background-image: url(../images/ikippa/ikippa05_bg02.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 500px;
  transform-origin: center;
  position: absolute;
  bottom: -10rem;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 640.9px) {
  .bl_sect.bl_sect__privacy {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.bl_sect.bl_sect__privacy .inner {
  line-height: 1.75;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 5rem;
}
@media screen and (max-width: 640.9px) {
  .bl_sect.bl_sect__privacy .inner {
    padding: 3rem;
  }
}

.bl_privacy_lead {
  font-weight: 700;
  margin-top: 2em;
  text-align: center;
  font-size: 18px;
}

.bl_privacy {
  border: 1px solid #a6a6a6;
  margin: 1.5em auto;
  max-height: 50vw;
  overflow: auto;
  padding: 1em;
  font-size: 14px;
  max-width: 1000px;
  margin-top: 3em;
  max-height: 17.5em;
  padding: 1em 2em;
}

.bl_sect.bl_sect__privacy dt,
.bl_privacy dt {
  margin-top: 1em;
  font-weight: 700;
}
.bl_sect.bl_sect__privacy ul li,
.bl_privacy ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.bl_sect.bl_sect__privacy ul i,
.bl_privacy ul i {
  font: inherit;
  width: 1em;
}
.bl_sect.bl_sect__privacy a,
.bl_privacy a {
  text-decoration: underline;
}
.bl_sect.bl_sect__privacy a[href^="tel:"],
.bl_privacy a[href^="tel:"] {
  text-decoration: none;
  color: #666666;
}
.bl_sect.bl_sect__privacy table,
.bl_privacy table {
  margin: 0.25em 0;
}
.bl_sect.bl_sect__privacy table th,
.bl_sect.bl_sect__privacy table td,
.bl_privacy table th,
.bl_privacy table td {
  border: 1px solid #ccc;
  padding: 0.25em 1em;
}

.bl_privacy_title {
  font-weight: 700;
  font-size: 1.25em;
  text-align: center;
  line-height: 1.25;
}
.bl_privacy_title:nth-child(n+2) {
  margin-top: 2em;
}
.bl_privacy_title small {
  font-size: 0.85em;
}

.bl_privacy_col {
  border: 1px solid #ccc;
  margin: 0.75em 0;
  padding: 0.5em 1em;
}
.bl_privacy_col a {
  color: #23ac38;
}
.bl_privacy_col a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
.bl_privacy_col .bl_privacy_contact {
  margin-top: 0;
}
.bl_privacy_col .bl_privacy_contact dt {
  font-weight: inherit;
  float: left;
  clear: both;
  margin: 0;
  min-width: 5em;
}
.bl_privacy_col .bl_privacy_contact dd {
  margin-left: 5em;
}

.bl_privacy_meta {
  text-align: right;
}
.bl_privacy_meta:first-child {
  margin-bottom: 1em;
}
.bl_privacy_meta:last-child {
  margin-top: 1em;
}
.bl_privacy_meta + * {
  margin-top: 1em;
}

.bl_privacy_contact {
  margin-top: 1em;
}

.page-privacy .footer {
  padding-top: 20rem;
}

.mainvisual.contact {
  padding-top: 20%;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.contact {
    padding-top: 73%;
  }
}
.mainvisual.contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/contact/mv.png);
  background-size: cover;
  background-position: top center;
  opacity: 0;
  animation: bgFadeIn 1s ease forwards;
  animation-delay: 1s;
  z-index: 0;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.contact::after {
    background-image: url(../images/contact/mv-sp.png);
  }
}
.mainvisual.contact .mv_title {
  position: absolute;
  left: 30%;
  right: auto;
  bottom: 10%;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.contact .mv_title {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    width: 100%;
    text-align: center;
    z-index: 6;
  }
}
.mainvisual.contact .chara35 {
  position: absolute;
  bottom: -5%;
  right: 23%;
  max-width: 144px;
  width: 6%;
  z-index: 1;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.contact .chara35 {
    width: auto;
    max-width: 44px;
    right: 7%;
    bottom: 9%;
    top: auto;
    z-index: 5;
  }
}
.mainvisual.contact .chara36 {
  position: absolute;
  bottom: 23%;
  left: 24%;
  max-width: 262px;
  width: 10%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.contact .chara36 {
    width: auto;
    max-width: 144.1px;
    bottom: 31%;
    left: 0;
    z-index: 5;
  }
}
.mainvisual.contact .chara37 {
  position: absolute;
  bottom: 21%;
  left: 46%;
  max-width: 46px;
  width: 2%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.contact .chara37 {
    width: auto;
    max-width: 25.3px;
    bottom: 45%;
    left: 38%;
    z-index: 6;
  }
}

.bl_sect.bl_sect__contact {
  line-height: 1.5;
  font-size: 16px;
  background-color: #fff9e3;
  position: relative;
}
.bl_sect.bl_sect__contact::before {
  content: "";
  background-image: url(../images/contact/contact_bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 730px;
  position: absolute;
  bottom: -20rem;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 640.9px) {
  .bl_sect.bl_sect__contact::before {
    background-image: url(../images/contact/contact_bg-sp.png);
  }
}
.bl_sect.bl_sect__contact .contact_title {
  text-align: center;
  margin-bottom: 7rem;
}
.bl_sect.bl_sect__contact .contact_title .title_en {
  color: #ffd33b;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
}
.bl_sect.bl_sect__contact .contact_title .title_jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.79rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.bl_sect.bl_sect__contact .contact_text {
  font-size: 2.455rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 1em auto 10rem;
}
.bl_sect.bl_sect__contact .un_num {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 0.25em;
  text-decoration: none;
}
.bl_sect.bl_sect__contact .un_text {
  margin-top: 1em;
  text-align: center;
}
.bl_sect.bl_sect__contact .un_text em {
  color: #f50;
}
.bl_sect.bl_sect__contact .un_text a {
  text-decoration: underline;
  transition: 0.2s opacity;
}
.bl_sect.bl_sect__contact .un_text a:hover, .bl_sect.bl_sect__contact .un_text a:focus {
  opacity: 0.7;
}

.bl_sect.bl_sect__contact.bl_sect__contactTel {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 640.9px) {
  .bl_sect.bl_sect__contact.bl_sect__contactTel {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

.bl_sect.bl_sect__contact.bl_sect__contactFax {
  background: #333;
  padding: 60px 0;
}
@media screen and (max-width: 640.9px) {
  .bl_sect.bl_sect__contact.bl_sect__contactFax {
    padding: 30px 0;
  }
}

.bl_sect.bl_sect__contact.bl_sect__contactForm {
  padding: 30px 0 100px;
  padding-top: 60px;
  padding-bottom: 150px;
  position: relative;
}
.bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form textarea {
  min-height: 16em;
}
.bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table {
  line-height: 40px;
  border-collapse: separate; /* デフォルトでは collapse なので変更 */
  border-spacing: 0 8rem;
}
@media screen and (max-width: 640.9px) {
  .bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table {
    border-spacing: 0 6rem;
  }
}
.bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table tr {
  border: none;
}
.bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table th,
.bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table td {
  border: none;
  padding-top: 0;
  padding-bottom: 2px;
  font-size: 2.763rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
.bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table th .required,
.bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table td .required {
  display: inline-block;
  background-color: #ffd33b;
  color: #404040;
  padding: 0rem 2rem;
  border-radius: 2rem;
  margin-left: 1rem;
  font-size: 2.191rem;
}
.bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table th input,
.bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table td input {
  border: none;
  outline: none;
  border-radius: 3rem;
  padding: 3rem;
}
.bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table th textarea,
.bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table td textarea {
  border: none;
  outline: none;
  border-radius: 3rem;
  padding: 3rem;
  resize: none;
}
.bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table th {
  padding-top: 2px;
  color: #404040;
  width: 37%;
  font-size: 2.83rem;
  vertical-align: top;
  padding: 3rem;
}
@media screen and (max-width: 640.9px) {
  .bl_sect.bl_sect__contact.bl_sect__contactForm .bl_form_table th {
    width: 100%;
    text-align: left;
    padding: 2rem;
    width: 100%;
  }
}
.bl_sect.bl_sect__contact.bl_sect__contactForm .submit_text {
  font-size: 2.124rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-top: 8rem;
  margin-bottom: 1rem;
}
.bl_sect.bl_sect__contact.bl_sect__contactForm .el_btn.bl_form_submit {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  font-family: "Zen Maru Gothic", sans-serif;
  border-radius: 7rem;
  text-decoration: none;
  color: #404040;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.28em;
  padding: 2rem 5rem;
  position: relative;
  display: inline-block;
  background-image: url(../images/common/btn_bg01.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
.bl_sect.bl_sect__contact.bl_sect__contactForm .el_btn.bl_form_submit:hover {
  background-image: url(../images/common/btn_bg01-hover.png);
  opacity: 1;
  color: #f26200;
}
.bl_btns {
  text-align: center;
}

.page-contact .footer {
  padding: 30rem 0 9rem 0;
}

.bl_form_selectLabel select, .bl_form .bl_form_date, .bl_form .bl_form_min, .bl_form .bl_form_hour, .bl_form input[type=number].bl_form_price, .bl_form input[type=number].bl_form_day, .bl_form input[type=number].bl_form_month, .bl_form input[type=number].bl_form_year, .bl_form .bl_form_num, .bl_form .bl_form_city, .bl_form .bl_form_name[type=text], .bl_form textarea, .bl_form select, .bl_form input[type=tel], .bl_form input[type=email], .bl_form input[type=text],
.bl_form input[type=number],
.bl_form input[type=url],
.bl_form input[type=password],
.bl_form input[type=search] {
  -webkit-appearance: none;
  -ms-appearance: none;
  border-radius: 0;
  margin: 0;
  appearance: none;
  box-sizing: border-box;
  font: inherit;
  vertical-align: middle;
  background: #fff;
  display: inline-block;
  max-width: 100%;
  min-width: 3em;
  line-height: 26px;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  padding: 8px;
  box-shadow: 0 2px 0 #eee inset;
  width: 100%;
}
.bl_form_selectLabel select::placeholder, .bl_form .bl_form_date::placeholder, .bl_form .bl_form_min::placeholder, .bl_form .bl_form_hour::placeholder, .bl_form input[type=number].bl_form_price::placeholder, .bl_form input[type=number].bl_form_day::placeholder, .bl_form input[type=number].bl_form_month::placeholder, .bl_form input[type=number].bl_form_year::placeholder, .bl_form .bl_form_num::placeholder, .bl_form .bl_form_city::placeholder, .bl_form .bl_form_name[type=text]::placeholder, .bl_form textarea::placeholder, .bl_form select::placeholder, .bl_form input[type=tel]::placeholder, .bl_form input[type=email]::placeholder, .bl_form input[type=text]::placeholder,
.bl_form input[type=number]::placeholder,
.bl_form input[type=url]::placeholder,
.bl_form input[type=password]::placeholder,
.bl_form input[type=search]::placeholder {
  color: #b1b1b1;
}
.bl_form_selectLabel select:-ms-input-placeholder, .bl_form .bl_form_date:-ms-input-placeholder, .bl_form .bl_form_min:-ms-input-placeholder, .bl_form .bl_form_hour:-ms-input-placeholder, .bl_form .bl_form_num:-ms-input-placeholder, .bl_form .bl_form_city:-ms-input-placeholder, .bl_form .bl_form_name[type=text]:-ms-input-placeholder, .bl_form textarea:-ms-input-placeholder, .bl_form select:-ms-input-placeholder, .bl_form input[type=tel]:-ms-input-placeholder, .bl_form input[type=email]:-ms-input-placeholder, .bl_form input[type=text]:-ms-input-placeholder,
.bl_form input[type=number]:-ms-input-placeholder,
.bl_form input[type=url]:-ms-input-placeholder,
.bl_form input[type=password]:-ms-input-placeholder,
.bl_form input[type=search]:-ms-input-placeholder {
  color: #b1b1b1;
}
.bl_form_selectLabel select::-ms-input-placeholder, .bl_form .bl_form_date::-ms-input-placeholder, .bl_form .bl_form_min::-ms-input-placeholder, .bl_form .bl_form_hour::-ms-input-placeholder, .bl_form input[type=number].bl_form_price::-ms-input-placeholder, .bl_form input[type=number].bl_form_day::-ms-input-placeholder, .bl_form input[type=number].bl_form_month::-ms-input-placeholder, .bl_form input[type=number].bl_form_year::-ms-input-placeholder, .bl_form .bl_form_num::-ms-input-placeholder, .bl_form .bl_form_city::-ms-input-placeholder, .bl_form .bl_form_name[type=text]::-ms-input-placeholder, .bl_form textarea::-ms-input-placeholder, .bl_form select::-ms-input-placeholder, .bl_form input[type=tel]::-ms-input-placeholder, .bl_form input[type=email]::-ms-input-placeholder, .bl_form input[type=text]::-ms-input-placeholder,
.bl_form input[type=number]::-ms-input-placeholder,
.bl_form input[type=url]::-ms-input-placeholder,
.bl_form input[type=password]::-ms-input-placeholder,
.bl_form input[type=search]::-ms-input-placeholder {
  color: #b1b1b1;
}
.bl_form_selectLabel select:disabled, .bl_form .bl_form_date:disabled, .bl_form .bl_form_min:disabled, .bl_form .bl_form_hour:disabled, .bl_form .bl_form_num:disabled, .bl_form .bl_form_city:disabled, .bl_form .bl_form_name[type=text]:disabled, .bl_form textarea:disabled, .bl_form select:disabled, .bl_form input[type=tel]:disabled, .bl_form input[type=email]:disabled, .bl_form input[type=text]:disabled,
.bl_form input[type=number]:disabled,
.bl_form input[type=url]:disabled,
.bl_form input[type=password]:disabled,
.bl_form input[type=search]:disabled {
  opacity: 0.7;
  cursor: default;
}
@media screen and (max-width: 640.9px) {
  .bl_form_selectLabel select, .bl_form .bl_form_date, .bl_form .bl_form_min, .bl_form .bl_form_hour, .bl_form input[type=number].bl_form_price, .bl_form input[type=number].bl_form_day, .bl_form input[type=number].bl_form_month, .bl_form input[type=number].bl_form_year, .bl_form .bl_form_num, .bl_form .bl_form_city, .bl_form .bl_form_name[type=text], .bl_form textarea, .bl_form select, .bl_form input[type=tel], .bl_form input[type=email], .bl_form input[type=text],
  .bl_form input[type=number],
  .bl_form input[type=url],
  .bl_form input[type=password],
  .bl_form input[type=search] {
    font-size: 16px;
  }
}

.bl_form input[type=text],
.bl_form input[type=number],
.bl_form input[type=url],
.bl_form input[type=password],
.bl_form input[type=search] {
  width: 100%;
}
.bl_form input[type=text].bl_form_postCode,
.bl_form input[type=number].bl_form_postCode,
.bl_form input[type=url].bl_form_postCode,
.bl_form input[type=password].bl_form_postCode,
.bl_form input[type=search].bl_form_postCode {
  max-width: 7.5em;
}
.bl_form input[type=email] {
  width: 100%;
}
.bl_form input[autocomplete=cc-exp] {
  width: 8em;
}
.bl_form input[autocomplete=cc-csc] {
  width: 5em;
}
.bl_form select {
  text-overflow: ellipsis;
}
.bl_form textarea {
  vertical-align: bottom;
  width: 100%;
  min-height: 8em;
  max-height: 90vh;
  line-height: 1.5;
  margin-top: 5px;
  min-height: 10em;
}
.bl_form .bl_form_name[type=text] {
  width: 14em;
  margin-right: 0.5em;
  max-width: 45%;
}
.bl_form .bl_form_name[type=text]:last-child {
  margin-right: 0;
}
.bl_form .bl_form_city {
  width: 16em;
}
.bl_form .bl_form_num {
  width: 8em;
}
.bl_form input[type=number].bl_form_year {
  max-width: 5em !important;
}
.bl_form input[type=number].bl_form_month {
  width: 3.5em !important;
}
.bl_form input[type=number].bl_form_day {
  width: 3.5em !important;
}
.bl_form input[type=number].bl_form_price {
  width: 10em !important;
}
.bl_form .bl_form_hour {
  width: 4em;
}
.bl_form .bl_form_min {
  width: 4em;
}
.bl_form .bl_form_date::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.bl_form .bl_form_date::-webkit-clear-button {
  -webkit-appearance: none;
}

.bl_form_radioLabel {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 1em;
  cursor: pointer;
}
.bl_form_radioLabel input[type=radio] {
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}
.bl_form_radioLabel input[type=radio]:checked ~ i:before {
  display: block;
}
.bl_form_radioLabel input[type=radio]:hover ~ i, .bl_form_radioLabel input[type=radio]:focus ~ i {
  border-color: #1b1b1b;
}
.bl_form_radioLabel > i {
  position: relative;
  display: inline-block;
  margin: 0 0.5em 0 0;
  vertical-align: -0.4em;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #000000;
  border-radius: 50%;
  transition: 0.05s border-color;
}
.bl_form_radioLabel > i:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  display: none;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
  background: #000000;
}

.bl_form_checkboxLabel {
  display: inline-block;
  line-height: 1;
  cursor: pointer;
  margin-right: 1em;
}
.bl_form_checkboxLabel > input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}
.bl_form_checkboxLabel > input[type=checkbox]:checked ~ i:before {
  display: block;
}
.bl_form_checkboxLabel > input[type=checkbox]:hover ~ i, .bl_form_checkboxLabel > input[type=checkbox]:focus ~ i {
  border-color: #1b1b1b;
}
.bl_form_checkboxLabel > i {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  position: relative;
  vertical-align: -0.4em;
  margin: 0 0.5em 0 0;
  background: #fff;
  border: 1px solid #b5b5b5;
  border-radius: 3px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1) inset;
  transition: 0.05s border-color;
}
.bl_form_checkboxLabel > i:before {
  position: absolute;
  display: block;
  content: "";
  width: 30%;
  height: 60%;
  top: 53%;
  left: 50%;
  border: 3px solid #000000;
  border-width: 0 3px 3px 0;
  transform: translate(-50%, -65%) rotate(45deg);
  display: none;
}

.bl_form_selectLabel {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.bl_form_selectLabel:before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  pointer-events: none;
  content: "▼";
  color: #000000;
  font-size: 10px;
  top: 1px;
  right: 1px;
  width: 34px;
  height: calc(100% - 2px);
  border-radius: 0 3px 3px 0;
}
.bl_form_selectLabel.bl_form_pref {
  width: 8em;
}
.bl_form_selectLabel select {
  width: 100%;
  cursor: pointer;
  padding-right: 36px;
}

.bl_form_dateLabel {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.bl_form_dateLabel:before {
  position: absolute;
  display: block;
  line-height: 1;
  font-size: 0.8em;
  content: "";
  top: calc(50% - 0.75em);
  right: 0.75em;
  width: 17px;
  height: 21px;
  pointer-events: none;
  right: 1.25em;
}
.bl_form_dateLabel input[type=text],
.bl_form_dateLabel input[type=date] {
  width: 12em;
}

.ui-datepicker.ui-widget.ui-widget-content {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.ui-datepicker .ui-datepicker-calendar th {
  padding: 0 0.3em;
}

.bl_form_file {
  line-height: 1.25;
  width: 240px;
}
.bl_form_file .bl_form_fileImg {
  text-align: center;
  position: relative;
  z-index: 0;
  height: 28.125vw;
  background: #e5e1da;
  height: 180px;
}
.bl_form_file .bl_form_fileImg figcaption {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: -1;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-size: 36px;
}
.bl_form_file .bl_form_fileImg img {
  object-fit: contain;
  font-family: "object-fit: contain;";
  z-index: 1;
  width: 100%;
  height: 28vw;
  height: 180px;
}
.bl_form_file .bl_form_fileLabel {
  position: relative;
  margin: 1em auto 0;
  border: 1px solid #7d7d7d;
  color: #4e4e4e;
  font-weight: 700;
  border-radius: 3px;
  min-height: 30px;
  background: #e8ded1;
  background: linear-gradient(to bottom, #f6ede3, #dbcfbf);
  font-size: 13px;
  padding-left: 0.25em;
  padding-right: 0.25em;
  font-size: 16px;
  width: 200px;
  height: 42px;
}
.bl_form_file .bl_form_fileLabel input[type=file] {
  opacity: 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.bl_form_file .bl_form_fileLabel input[type=file]:focus ~ i {
  border: 1px solid #1b1b1b;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bl_form_file .js_form_fileCancel {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  background: #000;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 4px;
  width: 32px;
  height: 32px;
  line-height: 1;
  opacity: 0.9;
  transition: 0.2s opacity;
}
.bl_form_file .js_form_fileCancel:before {
  content: "×";
}
.bl_form_file .js_form_fileCancel:hover, .bl_form_file .js_form_fileCancel:focus {
  opacity: 0.7;
}

em.bl_form_req,
em.bl_form_optional {
  display: inline-block;
  background: #f50;
  color: #fff;
  padding: 2px 4px;
  margin-left: 5px;
  font: inherit;
  line-height: 1.25;
}

em.bl_form_optional {
  background: #999;
}

.bl_form_hint {
  font-size: 12px;
  line-height: 1.5;
  margin: 0.25em 0;
  font-size: 14px;
}

.bl_form_totalError {
  background: #fcc;
  font-size: 16px;
  padding: 10px;
  font-weight: 700;
  color: #f33;
}

.bl_form_error {
  color: #f50;
  font-weight: 700;
  margin-top: 0.25em;
  line-height: 1.5;
}

.bl_form_table {
  width: 100%;
  margin: 1em auto;
  table-layout: fixed;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: 2em;
  max-width: 1000px;
  line-height: 50px;
  font-size: 14px;
}
@media screen and (max-width: 640.9px) {
  .bl_form_table, .bl_form_table thead, .bl_form_table tbody, .bl_form_table tr, .bl_form_table th, .bl_form_table td {
    display: block;
  }
}
@media screen and (max-width: 640.9px) {
  .bl_form_table tr {
    margin-top: 1em;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1em;
  }
}
.bl_form_table th,
.bl_form_table td {
  vertical-align: top;
  border: 1px solid #e5e5e5;
  padding: 8px 25px 10px;
}
@media screen and (max-width: 640.9px) {
  .bl_form_table th,
  .bl_form_table td {
    border: none;
    padding: 0;
  }
}
.bl_form_table th {
  font-weight: 700;
  width: 22%;
}
@media screen and (max-width: 640.9px) {
  .bl_form_table th {
    line-height: 1.25;
  }
}

/*
body.blog,
body.single,
body.archive {

	// ヘッダー
	#header {
		// Stingerに対するリセット
		text-align: left;
	}
	#header .h-main {
		.logo {
			margin-bottom: 0;
		}
	}

	// メインビジュアル
	.ly_main .main-visual {
		background: url(../../../../../img/info-visual.jpg) no-repeat center/contain;
		margin-bottom: 20px;

		@media screen and (max-width: 640.9px) {
			background: url(../../../../../img/info-visual-sp.jpg) no-repeat center/cover;
			margin-bottom: 0;
		}

		// 緑色背景カラム
		.container {
			max-height: 188px;

			@media screen and (max-width: 640.9px) {
				max-height: 110px;
			}
		}

		// アイコン
		.box1 .box2 h1 {
			padding-top: 40px;

			@media screen and (max-width: 640.9px) {
				padding-top: 30px;
			}

			&:before {
				background: url(../../../../../img/info-icon.png) no-repeat center;
				top: -20px;

				@media screen and (max-width: 640.9px) {
					background-size: 50% auto;
				}
			}
		}
	}

	#footer {
		// Stingerに対するリセット
		text-align: left;

		// デザイン再現
		padding-top: 8px;

		p {
			// Stingerに対するリセット
			font-size: 16px;
			margin-bottom: 0;
		}

		.copy,
		.rcopy {
			// Stingerに対するリセット
			color: #fff;
		}

		.wrapper .copy {
			// Stingerに対するリセット
			padding-top: 16px;
			line-height: 1;
		}

		a:hover {
			color: #90ba00;
		}
	}
}

body.blog,
body.single,
body.archive {

	// 施工事例カテゴリのMV変更
	&.category-work {

		// メインビジュアル
		.ly_main .main-visual {
			background-image: url(../../../../../img/works-visual.jpg);

			@media screen and (max-width: 640.9px) {
				background-image: url(../../../../../img/works-visual-sp.jpg);
			}

			// アイコン
			.box1 .box2 h1 {
				&:before {
					background-image: url(../../../../../img/works-icon.png);
				}
			}
		}
	}
}
*/
/*
.bl_mv.bl_mv__sub.bl_mv__info {
	background-color: #eee;
	background-image: url(../img/info_mv_pc.jpg);


	// Design
	@media screen and (max-width: 640.9px) {
		background-image: url(../img/info_mv_sp.jpg);
	}
}
*/
/*
body.single,
body.archive,
body.archive.date,
body.archive.category,
body.post-template-default {
	#content {
		// 最大コンテナ幅
		max-width: 1160px;

		// メイン側の幅
		main {
			// Design
			max-width: 780px;

			@include mq(pc) {
				margin-right: 320px;
				margin-left: 0px;
			}
		}
	}

	#content-w {
		// Design
		padding-top: 130px;
		padding-bottom: 100px;

		@media screen and (max-width: 640.9px) {
			padding-top: 160px*$sp;
			padding-bottom: 50px;
		}
	}
}
*/
.mainvisual.news_mv .mv_title {
  position: absolute;
  right: 23%;
  left: auto;
  top: 45%;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.news_mv .mv_title {
    top: 45%;
    left: 36%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    width: 100%;
    text-align: center;
    z-index: 6;
  }
}
.mainvisual.news_mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/news/mv.png);
  background-size: cover;
  background-position: top center;
  opacity: 0;
  animation: bgFadeIn 1s ease forwards;
  animation-delay: 1s;
  z-index: 0;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.news_mv::after {
    background-image: url(../images/news/mv-sp.png);
  }
}
.mainvisual.news_mv .chara25 {
  position: absolute;
  bottom: 7%;
  left: 20%;
  max-width: 121px;
  width: 5%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.news_mv .chara25 {
    width: auto;
    max-width: 66.55px;
    left: 24%;
    bottom: -11%;
    top: auto;
    z-index: 5;
  }
}
.mainvisual.news_mv .chara26 {
  position: absolute;
  bottom: -1%;
  right: 23%;
  max-width: 205px;
  width: 8%;
  z-index: 2;
}
@media screen and (max-width: 640.9px) {
  .mainvisual.news_mv .chara26 {
    width: auto;
    max-width: 112.75px;
    bottom: 13%;
    left: auto;
    right: 7%;
    top: auto;
    z-index: 5;
  }
}

.entry-category {
  display: inline-block;
  background-color: #FFF;
  padding: 0.5rem 2.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  margin: 0;
}
@media screen and (max-width: 640.9px) {
  .entry-category {
    font-size: 2.4rem;
  }
}
.entry-category.cate1 {
  background-color: #fcd23f;
}
.entry-category.cate2 {
  background-color: #80c5e4;
}
.entry-category.cate3 {
  background-color: #9adc77;
}
.entry-category.cate4 {
  background-color: #eca2d5;
}

.entry-meta {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640.9px) {
  .entry-meta {
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
}

.entry-date {
  color: #333333;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 640.9px) {
  .entry-date {
    font-size: 2.4rem;
    margin-left: 3rem;
  }
}

.news_area {
  padding: 0rem 0 20rem;
  background-color: #fff9e3;
}
@media screen and (max-width: 640.9px) {
  .news_area {
    padding: 17rem 0 25rem;
  }
}
.news_area::before {
  content: "";
  background-image: url(../images/news/news_bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: 60rem;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
@media screen and (max-width: 640.9px) {
  .news_area::before {
    background-image: url(../images/news/news_bg-sp.png);
    bottom: 38rem;
  }
}
.news_area .inner {
  max-width: 1300px;
}
.news_area .news_title {
  text-align: center;
  margin-bottom: 6.5rem;
}
.news_area .news_title .title_en {
  color: #ffd33b;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 3rem;
}
.news_area .news_title .title_jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.79rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.news_area .news_block {
  padding: 6rem;
  background-color: #FFF;
  border-radius: 2.9rem;
  width: 900px;
}
@media screen and (max-width: 640.9px) {
  .news_area .news_block {
    padding: 3rem 2rem;
    width: 100%;
  }
}
.news_area .entry-link {
  font-size: 2.191rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  width: 100%;
  display: block;
  color: #404040;
  background-color: #FFF;
  padding: 2.5rem;
  display: block;
  position: relative;
  border-bottom: solid 2px #dcdcdc;
}
.news_area .arrow {
  position: absolute;
  display: inline-block;
  width: 8.5px;
  height: 19.6px;
  top: 50%;
  right: 1.5rem;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  margin: 0;
}
@media screen and (max-width: 640.9px) {
  .news_area .arrow {
    right: 2rem;
  }
}
.news_area .arrow::before,
.news_area .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 7px;
  height: 2px;
  border-radius: 9999px;
  background-color: #FFF;
  transform-origin: calc(100% - 0.5px) 50%;
}
@media screen and (max-width: 640.9px) {
  .news_area .arrow::before,
  .news_area .arrow::after {
    width: 7px;
  }
}
.news_area .arrow::before {
  transform: rotate(60deg);
}
.news_area .arrow::after {
  transform: rotate(-60deg);
}

.archive footer {
  padding-top: 20rem;
}

.pagination {
  position: relative;
  z-index: 3;
  text-align: center;
  margin-top: 6rem;
}
.pagination .page-numbers {
  color: #c2c2c2;
  font-size: 3.415rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 2.5rem;
  text-decoration: none;
}
.pagination .page-numbers.current {
  color: #4f4f4f;
}
.pagination .page-numbers.next {
  color: #4f4f4f;
}
.pagination .page-numbers.prev {
  color: #4f4f4f;
}

body.blog .kanren .bl_archive_item,
body.single .kanren .bl_archive_item,
body.archive .kanren .bl_archive_item {
  border-bottom-color: #ddd;
}
@media screen and (max-width: 640.9px) {
  body.blog .kanren .bl_archive_item dt,
  body.single .kanren .bl_archive_item dt,
  body.archive .kanren .bl_archive_item dt {
    /*
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 1em;
    */
  }
}
body.blog .kanren .bl_archive_item dt figure,
body.single .kanren .bl_archive_item dt figure,
body.archive .kanren .bl_archive_item dt figure {
  /*
  // 角丸
  overflow: hidden;
  border-radius: 10px;
  */
}
body.blog .kanren dd .blog-info a,
body.single .kanren dd .blog-info a,
body.archive .kanren dd .blog-info a {
  background: #ffb500;
  color: #1b1b1b;
  font-weight: 500;
  border-radius: 3px;
}
body.blog .kanren dd .blog-info time,
body.single .kanren dd .blog-info time,
body.archive .kanren dd .blog-info time {
  color: #1b1b1b;
  opacity: 0.5;
}
body.blog article h1,
body.blog article .entry-title,
body.single article h1,
body.single article .entry-title,
body.archive article h1,
body.archive article .entry-title {
  border-bottom-color: #ddd;
}
body.blog article .st-catgroup .catname,
body.single article .st-catgroup .catname,
body.archive article .st-catgroup .catname {
  background: transparent;
  font-weight: 500;
  background: #ffb500;
  color: #1b1b1b;
  border-radius: 3px;
  padding-bottom: 6px;
}
body.blog .st-post h2,
body.single .st-post h2,
body.archive .st-post h2 {
  background: #ffb500;
  color: #FFF;
  border-radius: 6px;
  font-weight: 700;
}
@media screen and (max-width: 640.9px) {
  body.blog .st-post h2,
  body.single .st-post h2,
  body.archive .st-post h2 {
    border-radius: 4px;
  }
}
body.blog .st-post h3,
body.single .st-post h3,
body.archive .st-post h3 {
  font-size: 16px;
  font-weight: 500;
  border-top: 1px solid #434343;
  border-bottom: 1px solid #434343;
  border-right: none;
  border-left: none;
  padding: 0.25em 1em;
}
@media screen and (max-width: 640.9px) {
  body.blog .st-post h3,
  body.single .st-post h3,
  body.archive .st-post h3 {
    font-size: 17.6px;
  }
}
body.blog .st-post h4,
body.single .st-post h4,
body.archive .st-post h4 {
  border-color: #ddd;
  color: #1b1b1b;
}
body.blog .st-post h5,
body.single .st-post h5,
body.archive .st-post h5 {
  border-color: #1b1b1b;
}
body.blog .st-post h6:before,
body.single .st-post h6:before,
body.archive .st-post h6:before {
  background-color: #1b1b1b;
}
body.blog .st-post .bl_single_nav .el_img:empty:before,
body.single .st-post .bl_single_nav .el_img:empty:before,
body.archive .st-post .bl_single_nav .el_img:empty:before {
  background-size: 70% auto;
}

#side {
  width: 350px;
  padding: 0rem 3rem 5rem;
  background-color: #FFF;
  border-radius: 2.9rem;
}
@media screen and (max-width: 640.9px) {
  #side {
    width: 100%;
  }
}
#side #mybox .ad h4 {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #ed7d33;
  padding: 1rem 3rem;
  border-radius: 3rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 640.9px) {
  #side #mybox .ad h4 {
    font-size: 17.6px;
  }
}
#side #mybox .ad .calendar_wrap table a {
  background: #ffb500;
  color: #1b1b1b;
}
#side #mybox .ad .calendar_wrap nav span:nth-child(1) a, #side #mybox .ad .calendar_wrap nav span:nth-child(3) a {
  background: #ffb500;
  color: #1b1b1b;
}
#side #mybox .ad ul.bl_aside_latestPosts li {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
#side #mybox .ad ul.bl_aside_latestPosts li a {
  display: block;
  text-decoration: none;
  padding: 0 20px;
}
#side #mybox .ad ul.bl_aside_latestPosts .el_img:empty:before {
  background-size: 70% auto;
}
#side #mybox .ad ul {
  margin-top: 20px;
}
#side #mybox .ad ul li {
  border-bottom: 2px dotted #e4e4e4;
}
#side #mybox .ad ul li a {
  text-decoration: none;
  color: #666666;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 1rem;
  display: block;
}
@media screen and (max-width: 640.9px) {
  #side #mybox .ad ul li a {
    font-size: 2.6rem;
  }
}

.blog .footer {
  padding-top: 20rem;
}

.side-wrap {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 640.9px) {
  .side-wrap {
    flex-direction: column;
  }
}

.news_btns {
  text-align: right;
}
.news_btns a {
  font-size: 1.6rem;
  position: relative;
  background-color: #ed7d33;
  color: #FFF;
  text-decoration: none;
  padding: 1rem 4rem 1rem 3rem;
  border-radius: 3rem;
  border: none;
}
@media screen and (max-width: 640.9px) {
  .news_btns a {
    font-size: 2.4rem;
  }
}

time {
  color: #666666;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640.9px) {
  time {
    font-size: 2.2rem;
  }
}

p {
  color: #666666;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640.9px) {
  p {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.news_single {
  padding: 0rem 0 20rem;
  background-color: #fff9e3;
}
@media screen and (max-width: 640.9px) {
  .news_single {
    padding-top: 10rem;
  }
}
.news_single .inner {
  max-width: 1300px;
}
.news_single .entry-meta {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_single h2 {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: #ed7d33;
  padding: 2rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 640.9px) {
  .news_single h2 {
    font-size: 3.2rem;
  }
}
.news_single h3 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 2rem 1.5rem;
  border-top: solid 1px #434343;
  border-bottom: solid 1px #434343;
  margin-bottom: 3rem;
}
@media screen and (max-width: 640.9px) {
  .news_single h3 {
    font-size: 3.2rem;
  }
}
.news_single h4 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 2rem 1.5rem;
  border-left: solid 2px #f2f4e0;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 640.9px) {
  .news_single h4 {
    font-size: 3.2rem;
  }
}

.type-post {
  padding: 6rem;
  background-color: #FFF;
  border-radius: 2.9rem;
}
@media screen and (max-width: 640.9px) {
  .type-post {
    padding: 4rem 3rem;
  }
}

h1.entry-title {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  border-bottom: solid 4px #dcdcdc;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 640.9px) {
  h1.entry-title {
    font-size: 3rem;
  }
}

h2.entry-title {
  color: #434343;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 70%;
}
@media screen and (max-width: 640.9px) {
  h2.entry-title {
    font-size: 3rem;
    width: 100%;
    margin-bottom: 3rem;
  }
}

.entry-thumbnail {
  margin: 3.5rem 0 7rem;
}

.single_navigation {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
}
.single_navigation .prev_post a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #404040;
}
@media screen and (max-width: 640.9px) {
  .single_navigation .prev_post a {
    font-size: 2.8rem;
  }
}
.single_navigation .next_post a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #404040;
}
@media screen and (max-width: 640.9px) {
  .single_navigation .next_post a {
    font-size: 2.8rem;
  }
}
.single_navigation .back_to_archive a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #404040;
}
@media screen and (max-width: 640.9px) {
  .single_navigation .back_to_archive a {
    font-size: 2.8rem;
  }
}

.news_content {
  width: 900px;
}
@media screen and (max-width: 640.9px) {
  .news_content {
    width: 100%;
  }
}

.mainvisual_404 {
  padding: 11rem 0 8rem;
}
.mainvisual_404 .mv_title {
  position: relative;
}
.mainvisual_404 .mv_title::before {
  content: "4";
  font-size: 60rem;
  position: absolute;
  z-index: -1;
  left: -11.2rem;
  color: #dfe7f6;
}
.mainvisual_404 .mv_title .mv_line {
  position: relative;
  width: 2rem;
  height: 100%;
  transform: skewX(60deg);
  background: #2c4f9e;
  transform-origin: left center;
  display: block;
  width: 200%;
  height: 0.3rem;
  left: -112%;
}
@media screen and (max-width: 640.9px) {
  .mainvisual_404 .mv_title .mv_line {
    width: 213%;
  }
}
.mainvisual_404 .mv_title .mv_line::before {
  content: "";
  position: absolute;
  top: -0.6rem;
  left: 0;
  width: 2rem;
  height: 100%;
  transform: skewX(60deg);
  background: #2c4f9e;
  transform-origin: left center;
  display: block;
  width: 100%;
  height: 0.3rem;
}
.mainvisual_404 .mv_title .mv_line::after {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 2rem;
  height: 100%;
  transform: skewX(60deg);
  background: #2c4f9e;
  transform-origin: left center;
  display: block;
  width: 100%;
  height: 0.3rem;
}
.mainvisual_404 .mv_title .title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: end;
  gap: 3.7rem;
}
@media screen and (max-width: 640.9px) {
  .mainvisual_404 .mv_title .title {
    gap: 0;
    flex-direction: column-reverse;
    width: 100%;
  }
}
.mainvisual_404 .mv_title .title .title_en {
  font-size: 12rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #2c4f9e;
}
@media screen and (max-width: 640.9px) {
  .mainvisual_404 .mv_title .title .title_en {
    font-size: 10rem;
  }
}
.mainvisual_404 .mv_title .title .title_jp {
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 2.2;
  color: #2c4f9e;
}

/*# sourceMappingURL=style.css.map */
