/* layout */
/* ============================================ */
a[href^="tel:"]{
  pointer-events: none;
}
.sp{
  display: none;
}
.mb_0{
  margin-bottom: 0 !important;
}
.text_center{
  text-align: center;
}
.content_wrap{
  position: relative;
  width: 100%;
  margin: 0 auto 100px;
}
.content_wrap_lg{
  position: relative;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto 100px;
}
.content_inner_lg{
  position: relative;
  width: 95%;
  max-width: 1500px;
  margin: 0 auto;
}
.content_inner_md{
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.bg_outer_left{
  position: relative;
}
.bg_outer_left::before{
  content: "";
  display: block;
  width: calc(93.5% + 50vw);
  margin-left: -50vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(145deg, rgba(154,201,183,1) 50%, rgba(99,173,144,1) 100%);
  border-radius: 0 30px 0 0;
  z-index: -1;
}
.bg_outer_right{
  position: relative;
}
.bg_outer_right::before{
  content: "";
  display: block;
  width: calc(100% + 50vw);
  margin-right: -50vw;
  margin-left: 6.5%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(145deg, rgba(154,201,183,1) 0%, rgba(99,173,144,1) 100%);
  border-radius: 30px 0 0 0;
  z-index: -1;
}

.flex_box{
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.flex_three{
  width: calc(100%/3 - 3%);
  margin-left: 4.5%;
  margin-right: 0;
  margin-bottom: 4.5%;
}
.flex_three:nth-child(3n+1) {
  margin-left: 0;
}
.adjust_block_right,
.adjust_block_left{
  padding: 100px 0 150px;
}
@media (max-width: 1500px){
  .adjust_block_left{
    padding: 10% 10% 15% 3%;
  }
  .adjust_block_right{
    padding: 10% 3% 15% 10%;
  }
}
@media (max-width: 768px){
  a[href^="tel:"]{
    pointer-events: auto;
  }
  .pc{
    display: none;
  }
 .sp{
    display: block;
  }
  .content_wrap,
  .content_wrap_lg{
    margin: 0 auto 15%;
  }
  .bg-outer-body{
    padding: 15% 0;
  }
  .flex_box{
    display: block;
  }
  .flex_three{
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
  }
  .flex_three:last-child{
    margin-bottom: 0;
  }
}


/* headline */
/* ============================================ */
.heading_wrap{
  margin-bottom: 70px;
}
.heading_primary_en{
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.1em;
  font-size: 72px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}
.heading_secondary_en{
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}
.heading_primary_ja{
  font-size: 18px;
  word-break: keep-all;
  line-height: 1.3;
  display:flex;
  align-items: center;
  width: 100%;
}
.heading_primary_ja::before,
.heading_primary_ja::after{
  content: "";
  width: 50px;
  border-top: 1px solid #63ad90;
}
.heading_secondary_ja{
  font-size: 14px;
  word-break: keep-all;
  line-height: 1.3;
  display:flex;
  align-items: center;
  width: 100%;
}
.heading_secondary_ja::before,
.heading_secondary_ja::after{
  content: "";
  width: 20px;
  border-top: 1px solid #63ad90;
}
.heading_primary_ja::before,
.heading_secondary_ja::before{
  margin-right: 1em;
}
.heading_primary_ja::after,
.heading_secondary_ja::after{
  margin-left: 1em;
}
@media (max-width: 768px){
  .heading_wrap{
    margin-bottom: 10%;
  }
  .heading_primary_en{
    font-size: 32px;
    margin-bottom: 5%;
    text-align: center;
  }
  .heading_secondary_en{
    font-size: 18px;
    margin-bottom: 3%;
  }
  .heading_primary_ja{
    font-size: 16px;
    justify-content: center;
    margin: 0 auto;
  }
  .heading_secondary_ja{
    font-size: 12px;
    margin: 0 auto;
  }
}


/* description */
/* ============================================ */
.description_wrap{
  margin-bottom: 50px;
}
.description_en{
  font-size: 30px;
  font-family: 'Dancing Script', cursive;
}
@media (max-width: 768px){
  .description_wrap{
    margin-bottom: 10%;
  }
}


/* button */
/* ============================================ */
.btn a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50vw;
  line-height: 1;
}
.btn a:hover {
  text-decoration: none !important;
}
.btn_primary a{
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  width: 330px;
  height: 80px;
  color: #4e4e4e;
  padding: 0 50px;
  background: #fff url(../../../img/fm/acj01/frame/arrow-green.webp) 95% center / 45px no-repeat;
}
.btn_secondary a{
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  width: 330px;
  height: 80px;
  color: #fff;
  padding: 0 50px;
  background: #63ad90 url(../../../img/fm/acj01/frame/arrow-green.webp) 95% center / 45px no-repeat;
}
@media (max-width: 768px){
  .btn_primary a{
    font-size: 16px;
    width: 270px;
    height: 60px;
    padding: 0 30px;
    background: #fff url(../../../img/fm/acj01/frame/arrow-green.webp) 95% center / 45px no-repeat;
  }
  .btn_secondary a{
    font-size: 16px;
    width: 270px;
    height: 60px;
    padding: 0 30px;
    background: #63ad90 url(../../../img/fm/acj01/frame/arrow-green.webp) 95% center / 45px no-repeat;
  }
}


/* icon */
/* ============================================ */
.icon_arrow_green{
  display: block;
}
.icon_arrow_green::before{
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  background-image: url(../../../img/fm/acj01/style/arrow-green.webp);
  width: 45px;
  height: 45px;
}
.icon_arrow_white::before{
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  background-image: url(../../../img/fm/acj01/style/arrow-white.webp);
  width: 45px;
  height: 45px;
}
.icon_blank{
  position: relative;
  width: 12px;
  height: 10px;
  display: inline-block;
  margin-left: 10px;
}
.icon_blank:before,
.icon_blank:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: rgba(255,255,255,.8);
}
.icon_blank:before {
  top: -2px;
  left: 1px;
  border-style: solid;
  border-width: 1px;
}
.icon_blank:after {
  top: 1px;
  right: 2px;
  border-style: solid;
  border-width: 0px 0px 1px 1px;
}


/* animetion */
/* ============================================ */
.fade_in{
  animation-name: fade-in-anime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.fade_in_trigger{
  opacity: 0;
}
@keyframes fade-in-anime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.item_fixed{
  position: absolute;
  background-image: url(../../../img/fm/acj01/style/deco-round-dots.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 600px;
  height: 600px;
  display: inline-block;
}
.item_rotating{
  position: absolute;
  background-image: url(../../../img/fm/acj01/style/deco-round-dots.webp);
  background-repeat: no-repeat;
  background-size: contain;
  animation: rotate-anime 10s linear infinite;
  width: 600px;
  height: 600px;
  display: inline-block;
}
@keyframes rotate-anime {
  0%  {transform: rotate(0);}
  100%  {transform: rotate(360deg);}
}
@media (max-width: 900px){
  .item_fixed,
  .item_rotating{
    width: 60vw;
    height: 60vw;
  }
}

/* content area layout */
/* ============================================ */
.shadow_box{
  width: 100%;
  max-width: 1200px;
  background-color: #fff;
  border-radius: 30px 0 0 0;
  padding: 80px 120px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (max-width: 768px){
  .shadow_box{
    padding: 10% 7%;
  }
}

