@charset "UTF-8";

html {
  font-size: 100%;
}

body {
  font-family: 'Barlow', 'Noto Sans JP',
    "Helvetica Neue",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Meiryo",
    sans-serif;
  counter-reset: number 0;
  background-color: #F4F1ED;
  display: none;
}

.fadeIn {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 0.7s;
}

.fadeIn.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

li {
  list-style-type: none;
}

@media screen and (max-width: 768px) {
  br {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp_img {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc_img {
    display: none;
  }
}

/*-----テキストスタイル-----*/
h1 {
  font-weight: 700;
  font-size: 5.625rem;
  letter-spacing: 0.1em;
  font-family: 'Catamaran', sans-serif;
  color: #3D3D3D;
}

h2 {
  font-weight: 700;
  color: #3D3D3D;
  letter-spacing: 0.1em;
  font-size: 3.125rem;
  line-height: 1.4;
}

.h2_bottom_border {
  padding-bottom: 48px;
  position: relative;
}

.h2_bottom_border::after {
  content: "";
  position: absolute;
  border-bottom: 6px solid #C53E39;
  border-radius: 3px;
  width: 72px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

h3 {
  font-weight: 700;
  color: #3D3D3D;
  letter-spacing: .1em;
  font-size: 2.5rem;
}

h5 {
  font-weight: 700;
  color: #3D3D3D;
  font-size: 1.375rem;
}

p {
  font-size: 1rem;
  font-weight: 400;
  color: #3D3D3D;
  letter-spacing: 0.1em;
}

small {
  color: #898989;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: .12rem;
}


a {
  font-size: 0.875rem;
  color: #3D3D3D;
  text-decoration: none
}

span {
  color: #3D3D3D;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 4.25rem;
  }

  h2 {
    letter-spacing: 0.1em;
    font-size: 2.375rem;
  }

  h3 {
    font-size: 2rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  .h2_bottom_border {
    padding-bottom: 32px;
  }

  .h2_bottom_border::after {
    border-bottom: 4px solid #C53E39;
    border-radius: 2px;
    width: 48px;
  }
}


/*-----ボタンスタイル-----*/

.btn_primary {
  border-radius: 100px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
}

.btn_secondary {
  border-radius: 40px;
  border: 2px solid #C53E39;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
  color: #C53E39;
}


.btn_red {
  background: linear-gradient(90deg, #EE6546 0%, #C53E39 100%);
  color: #fff;
}

.btn_red span {
  color: #fff;
}

.btn_white {
  background: #fff;
  color: #C53E39;
}

.btn_small {
  height: auto;
  width: 209px;
  padding: 16px 0;
  font-size: 1rem;
}

.btn_nomal {
  height: auto;
  width: 234px;
  font-size: 1.375rem;
  padding: 16px 0;
  font-weight: 400;
  letter-spacing: 0;
}


.btn_large {
  height: auto;
  width: fit-content;
  font-size: 1.375rem;
  padding: 24px 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: 'Noto Sans JP';
}

@media screen and (max-width: 768px) {
  .btn_small {
    height: 40px;
    width: 68px;
    line-height: 37px;
    padding: 0;
    font-size: 0.875rem;
  }

  .btn_nomal {
    font-size: 1.125rem;
    width: 206px;
  }

  .btn_large {
    height: auto;
    width: 100%;
    font-size: 1.375rem;
    padding: 24px 24px;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
}

/*-----main-----*/
main {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
}

/*-----header-----*/

header {
  width: 100%;
  position: relative;
}

header .header_wrap {
  display: flex;
  max-width: 1278px;
  align-items: center;
  justify-content: space-between;
  padding: 24px 24px 0;
  margin: 0 auto;
  z-index: 0;
}

header .header_left img {
  width: auto;
  height: 24px;
}

header .header_left::after {
  content: "";
  background-image: url(../img/bg_header_parts.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  position: absolute;
  width: 320px;
  height: 246px;
  z-index: -1;
}

header .header_right {
  display: flex;
  align-items: center;
}

header .header_btn_wrap {
  display: flex;
}

header .header_btn_wrap .btn_secondary {
  margin-right: 24px;
}

header .change_lang {
  margin-right: 40px;
  display: flex;
}

header .change_lang img {
  width: 40px;
  height: 40px;
}

header .change_lang a {
  font-size: 1.125rem;
}


header select {
  background-image: url(../img/icon_chevron_bottom.svg);
  background-position: right 4px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  width: 44px;
  font-size: 1.125rem;
  color: #3D3D3D;
}


@media screen and (max-width: 768px) {
  header .header_wrap {
    padding: 12px 12px 0px 12px;
  }

  .header_left {
    height: 18px;
  }


  header .header_left img {
    width: auto;
    height: 18px;
  }

  header .change_lang {
    margin-right: 8px;
  }

  header .change_lang a {
    font-size: 0.875rem;
  }

  header .change_lang img {
    width: 32px;
    height: 32px;
  }

  header .header_btn_wrap .btn_secondary {
    margin-right: 4px;
    letter-spacing: 0.05em;
    border: 1px solid #C53E39;
  }

  header .header_btn_wrap .btn_primary {
    letter-spacing: 0.1em;
  }

  header select {
    font-size: 1rem;
    width: 40px;
  }
}

@media screen and (max-width: 320px) {
  header .change_lang {
    margin-right: 8px;
  }

  header .change_lang img {
    width: 24px;
    height: 24px;
  }

  header select {
    font-size: 0.875rem;
    width: 18px;
    background-image: none;
  }

  .btn_small {
    width: 64px;
  }
}

/*-----kv-----*/

#kv {
  width: 100%;
  background-image: url(../img/bg_parts_circle_yellow_1.png), url(../img/bg_parts_dot_red_1.png);
  background-position: top 367px left 0px, top 487px right 0px;
  background-size: 174px auto, 138px auto;
  background-repeat: no-repeat, no-repeat;
  position: relative;
  z-index: -2;
}

#kv .kv-left {
  margin-left: 84px;
}

#kv .kv_wrap {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 48px;
  padding-bottom: 232px;
}

#kv .kv_main_ttl {
  line-height: 90px;
  position: relative;
  z-index: 0;
}

#kv .kv_main_ttl::before {
  content: "";
  background-image: url(../img/bg_parts_circle_red_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -71px;
  top: -94px;
  position: absolute;
  width: 166px;
  height: 166px;
  z-index: -1;
}

#kv .kv_sub_ttl {
  font-size: 1.375rem;
  margin-bottom: 48px;
}

/*----scroll-----*/

/*スクロールダウン全体の場所*/
.scrolldown2 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 100px;
  left: 50%;
}

/*Scrollテキストの描写*/
.scrolldown2 span {
  /*描画位置*/
  position: absolute;
  left: -22px;
  top: -116px;
  /*テキストの形状*/
  color: #C53E39;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

/* 丸の描写 */
.scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -7px;
  /*丸の形状*/
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #C53E39;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    circlemove 1.7s ease-in-out infinite,
    cirlemovehide 1.7s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 70px;
  }

  100% {
    bottom: -5px;
  }
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

/* 線の描写 */
.scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 3px;
  height: 80px;
  background: #C53E39;
  border-radius: 2px;
}

@media screen and (max-width: 768px) {
  #kv {
    background-image: url(../img/bg_parts_dot_red_1.png);
    background-position: top 140px right -30px;
    background-size: 97px auto;
    background-repeat: no-repeat;
  }


  #kv .kv_wrap {
    padding: 0 12px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 96px;
  }

  #kv .kv-left {
    margin-left: 0px;
    margin-bottom: 80px;
  }

  #kv .kv-right {
    width: 100%;
  }


  #kv .kv-right img {
    width: 100%;
  }

  #kv .kv_main_ttl {
    line-height: 1em;
  }

  #kv .kv_main_ttl::before {
    left: -41px;
    top: -44px;
    width: 80px;
    height: 80px;
  }

  #kv .kv_sub_ttl {
    font-size: 1rem;
    margin-bottom: 32px;
  }

  .scrolldown2 {
    display: none;
  }


}

/*----about----*/
#about {
  width: 100%;
  position: relative;
  z-index: -3;
}

#about .about_wrap {
  max-width: 1160px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 0;
}

#about .about_wrap::after {
  content: "";
  background-image: url(../img/bg_parts_amoeba_white_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1100px;
  height: 760px;
  position: absolute;
  top: -258px;
  left: 300px;
  z-index: -1;
}


#about h2 {
  font-size: 3.125rem;
  margin-bottom: 72px;
  position: relative;
  z-index: 0;
}

#about h2 span::before {
  content: "";
  background-image: url(../img/img_parts_matu.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 229px;
  top: -73px;
  position: absolute;
  width: 116px;
  height: 69px;
  z-index: -1;
}

#about span {
  font-size: 4.25rem;
  font-family: 'Catamaran';
}

#about .about_wrap p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 64px;
}


@media screen and (max-width: 768px) {
  #about {
    padding-top: 160px;
  }

  #about span {
    font-size: 3.375rem;
  }

  #about h2 {
    font-size: 2.5rem;
    margin-bottom: 48px;
  }

  #about h2 span::before {
    left: -20px;
    top: -76px;
    width: 100px;
  }

  #about .about_wrap {
    padding: 0 12px;
  }

  #about .about_wrap p {
    font-size: 1.375rem;
    margin-bottom: 32px;
  }

  #about .about_wrap::after {
    width: 528px;
    height: 495px;
    position: absolute;
    top: -168px;
    left: -20px;
  }


}


/*----feature----*/


#feature {
  width: 100%;
  margin-top: 200px;
  position: relative;
  background-image: url(../img/bg_parts_circle_green_1.png);
  background-position: top 440px right 0px;
  background-size: 299px auto;
  background-repeat: no-repeat;
}

#feature::after {
  content: "";
  background-image: url(../img/bg_parts_map.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 389px;
  height: 978px;
  top: -294px;
  left: 0;
  z-index: -1;
}

#feature .feature_wrap {
  max-width: 1208px;
  margin: 0 auto;
  padding: 0 24px
}


#feature h2 {
  margin-bottom: 72px;
  text-align: center;
}

#feature .feature_card_row1,
.feature_card_row2 {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

#feature .feature_card_row3 {
  width: 100%;
}

#feature .feature_card1,
.feature_card2,
.feature_card3,
.feature_card4 {
  max-width: 560px;
}

#feature .feature_card1 .img-layaut {
  margin-bottom: 24px;
}

#feature .feature_card5 {
  max-width: 1160px;
  height: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 40px 100px;
}

#feature .feature_card5::after {
  content: "";
  background-image: url(../img/bg_parts_dot_red_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 152px;
  height: 139px;
  top: 237px;
  right: -59px;
}

#feature .feature_card1,
.feature_card2,
.feature_card3,
.feature_card4,
.feature_card5 {
  border-radius: 20px;
  background-color: #EBE8E4;
  padding: 40px;
  width: 100%;
  margin-bottom: 40px;
}


#feature .feature_card_wrap h3 {
  margin-bottom: 16px;
  margin-top: 8px;
}

#feature .feature_card_wrap span {
  color: #C53E39;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}

#feature .feature_card_wrap p {
  margin-bottom: 40px;
}

#feature .feature_card_wrap .img-layaut img {
  width: 100%;
}


#feature .feature_card5 .point5_left {
  padding-right: 24px;
  ;
}

#feature .feature_card5 .check_list p {
  margin-bottom: 12px;
  padding-left: 24px;
  background-image: url(../img/icon_check.svg);
  background-position: left 0 center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

#feature .feature_card5 .point5_right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#feature .feature_card5 .point5_right .border {
  width: 3px;
  height: 178px;
  background-color: #D8D2CA;
  margin: 0 32px;
}


#feature .feature_card5 img {
  margin: 27px 0;
  height: 162px;
  width: 178px;
}

#feature .feature_card5 img:last-child {
  padding-right: 0px;
  border-right: none;
}

#feature .feature_supplement p {
  margin-bottom: 16px;
}

#feature .feature_supplement a {
  color: #C53E39;
}

#feature .feature_supplement .supplement_attention {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 24px;
  font-weight: 700;
  margin-bottom: 0px;
}



@media screen and (max-width: 768px) {
  #feature {
    margin-top: 160px;
    background-position: top 520px right 0px;
    background-size: 170px auto;
  }

  #feature::after {
    width: 229px;
    height: 520px;
    top: -141px;
    left: 0;
  }

  #feature .feature_wrap {
    padding: 0 12px;
  }

  #feature .feature_card_wrap p {
    margin-bottom: 24px;
  }

  #feature .feature_wrap small {
    margin-top: 8px;
  }


  #feature h2 {
    margin-bottom: 48px;
  }

  #feature .feature_card_row1,
  .feature_card_row2 {
    flex-direction: column;
    gap: 0;
  }

  #feature .feature_card1,
  .feature_card2,
  .feature_card3,
  .feature_card4 {
    max-width: 100%;
    height: auto;
  }

  #feature .feature_card5 {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
    height: auto;
  }

  #feature .feature_card5::after {
    width: 102px;
    height: 95px;
    top: 427px;
    right: -46px;
  }


  #feature .feature_card1,
  .feature_card2,
  .feature_card3,
  .feature_card4,
  .feature_card5 {
    padding: 32px;
  }

  #feature .feature_card5 .point5_left {
    width: 100%;
  }

  #feature .feature_card5 .point5_right {}

  #feature .feature_card5 .point5_right .border {
    display: none;
  }

  #feature .feature_card5 img {
    min-width: 0;
    height: auto;
    width: 48%;
    margin-bottom: 0;
  }

  #feature .feature_card5 img:last-child {}

/*----worries----*/

}

#worries {
  width: 100%;
  margin-top: 200px;
  padding-bottom: 200px;
  position: relative;
  z-index: -5;
  background-image: url(../img/bg_parts_circle_red_2.png), url(../img/bg_parts_circle_green_2.png);
  background-position: top 504px left 0px, top 1361px right 0px;
  background-size: 268px auto, 253px auto;
  background-repeat: no-repeat, no-repeat;
}

#worries .worries_wrap {
  max-width: 1208px;
  margin: 0 auto;
  position: relative;
  padding: 0 24px;
}

#worries .worries_wrap::after {
  content: "";
  background-image: url(../img/bg_parts_amoeba_white_2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1086px;
  height: 574px;
  position: absolute;
  top: -363px;
  right: 350px;
  z-index: -1;
}

#worries h2 {
  margin-bottom: 80px;
  text-align: center;
}

#worries .case {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 8px;
}

#worries .case .case_sp_row1,
.case_sp_row2 {
  display: flex;
  gap: 8px;
}

#worries .case p {
  font-weight: 700;
  font-size: 1.375rem;
  color: #fff;
  position: relative;
  z-index: 0;
}

#worries .case span {
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
}

#worries .case .case01,
.case02,
.case03,
.case04 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

#worries .case p::before {
  color: #C53E39;
  border-radius: 40px;
  background-color: #fff;
  width: 113px;
  height: 38px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: absolute;
  padding-top: 8px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}

#worries .case .case01,
.case03 {
  margin-top: 72px;
}


#worries .case .case01 img {
  width: 260px;
  height: 240px;
  position: relative;
}

#worries .case .case01 p::before {
  content: "Case01";

}

#worries .case .case02 img {
  width: 260px;
  height: 240px;
}

#worries .case .case02 p::before {
  content: "Case02";
}


#worries .case .case03 img {
  width: 260px;
  height: 240px;
}

#worries .case .case03 p::before {
  content: "Case03";
}

#worries .case .case04 img {
  width: 260px;
  height: 240px;
}

#worries .case .case04 p::before {
  content: "Case04";
}

#worries .resolution {
  margin-top: 32px;
}

#worries .resolution_lead {
  font-weight: 700;
  font-size: 1.75rem;
  text-align: center;
  line-height: 1.75;
  margin-bottom: 80px;
}

#worries .resolution .resolution_lead::before {
  content: "";
  background-image: url(../img/icon_triangle_bottom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 87px;
  height: 48px;
  margin: 0 auto 32px;
}

#worries .resolution_detail {
  display: flex;
  text-align: center;
  margin-bottom: 40px;
}

#worries .resolution_detail p {
  font-size: 1.5rem;
  font-weight: 700;
  padding-top: 32px;
  margin-bottom: 64px;
}

#worries .resolution_detail .before {
  width: 50%;
  height: 479px;
  border-radius: 20px 0px 0 20px;
  background-color: #fff;
  border: 4px solid #fff;
  position: relative;
  padding: 24px;
}

#worries .resolution_detail .before::before {
  content: "Bfore";
  color: #fff;
  border-radius: 50px;
  background-color: #3D3D3D;
  width: 151px;
  height: 47px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: absolute;
  padding-top: 8px;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#worries .resolution_detail .before img {
  max-width: 452px;
  width: 100%;
}

#worries .resolution_detail .after {
  width: 50%;
  height: 479px;
  background-color: #FFFDE8;
  border: 4px solid #fff;
  border-radius: 0 20px 20px 0;
  position: relative;
  padding: 24px;
}

#worries .resolution_detail .after::before {
  content: "After";
  color: #fff;
  border-radius: 50px;
  background-color: #C53E39;
  width: 151px;
  height: 47px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: absolute;
  padding-top: 8px;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#worries .resolution_detail .after img {
  max-width: 452px;
  width: 100%;
}

#worries .resolution_list {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

#worries .resolution_list li {
  background-color: #FBF8EA;
  border: solid 4px #fff;
  border-radius: 12px;
  width: 272px;
  height: 201px;
  padding: 40px 24px;
}

#worries .resolution_list li p {
  font-weight: 700;
  font-size: 1.375rem;
}

#worries .resolution_list li p::before {
  content: "";
  background-image: url(../img/icon_circle_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
}

#worries .resolution_list li span {
  font-weight: 700;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  #worries {
    margin-top: 160px;
    background-position: top 801px left 0px, top 2001px right 0px;
    background-size: 128px auto, 178px auto;
    padding-bottom: 136px;
  }

  #worries h2 {
    margin-bottom: 48px;
  }

  #worries .worries_wrap {
    padding: 0 12px;
  }

  #worries .worries_wrap::after {
    width: 556px;
    top: -130px;
    right: -10px;
  }



  #worries .case {
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
  }

  #worries .case .case01,
  .case02,
  .case03,
  .case04 {
    justify-content: flex-start;
  }


  #worries .case .case_sp_row1,
  .case_sp_row2 {
    width: 100%;
    gap: 0px;
  }

  #worries .case .case01 img {
    width: 100%;
    height: auto;
  }


  #worries .case .case02 img {
    width: 100%;
    height: auto;
  }

  #worries .case .case03 img {
    width: 100%;
    height: auto;
  }

  #worries .case .case04 img {
    width: 100%;
    height: auto;
  }

  #worries .case p {
    font-size: 1.125rem;
  }

  #worries .case p::before {
    font-size: 0.875rem;
    height: 28px;
    width: 80px;
    padding-top: 5px;
    top: -6px;
  }

  #worries .case span {
    font-size: 0.875rem;
  }

  #worries .case .case01 {
    margin-right: 0;
    margin-top: 0;
    width: 100%;
  }

  #worries .case .case02 {
    width: 100%;
    margin-right: 0;
    margin-top: 32px;
  }

  #worries .case .case03 {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }

  #worries .case .case04 {
    width: 100%;
    margin-right: 0;
    margin-top: 32px;
  }

  #worries .resolution_lead {
    font-size: 1.25rem;
  }

  #worries .resolution .resolution_lead::before {
    width: 68px;
    height: 40px;
  }

  #worries .resolution_detail {
    flex-direction: column;
    gap: 48px;
  }

  #worries .resolution_detail p {
    padding-top: 16px;
    margin-bottom: 32px;
  }

  #worries .resolution_detail .before {
    width: 100%;
    height: auto;
    border-radius: 16px;
    padding: 24px;
  }

  #worries .resolution_detail .before::before {
    font-size: 1.375rem;
    height: 44px;
  }

  #worries .resolution_detail .before img {
    width: 100%;
  }

  #worries .resolution_detail .after {
    width: 100%;
    height: auto;
    border-radius: 16px;
    padding: 24px;
  }

  #worries .resolution_detail .after img {
    width: 100%;
  }

  #worries .resolution_detail .after::before {
    font-size: 1.375rem;
    height: 44px;
  }

  #worries .resolution_list {
    flex-wrap: wrap;
    gap: 0;
  }

  #worries .resolution_list li {
    width: 48%;
    margin-bottom: 24px;
    height: auto;
  }

  #worries .resolution_list li p {
    font-size: 1.125rem;
  }


}


/*----flow----*/

#flow {
  width: 100%;
  padding-bottom: 216px;
  background-image: url(../img/bg_parts_dot_red_3.png), url(../img/bg_parts_amoeba_yellow_1.png);
  background-position: top 540px left 0px, bottom 0px right 0px;
  background-size: 327px auto, 680px auto;
  background-repeat: no-repeat, no-repeat;
}

#flow .flow_content_wrap {
  max-width: 1208px;
  margin: 0 auto;
  padding: 0 24px;
}



#flow .flow_content_wrap h2 {
  text-align: center;
  margin-bottom: 72px;
}

#flow .flow_content_wrap h3 {
  margin-bottom: 64px;
  line-height: 1.75;
}

#flow .flow_content_inner {
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
}

#flow .flow_content_inner::before {
  content: "";
  background-image: url(../img/img_parts_matu.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 167px;
  top: -44px;
  position: absolute;
  width: 116px;
  height: 69px;
}

#flow .flow_content_inner img {
  width: 929px;
}

@media screen and (max-width: 768px) {

  #flow {
    padding-bottom: 160px;
    background-position: top 566px left -60px, bottom 0px right 0px;
    background-size: 177px auto, 330px auto;
  }

  #flow .flow_content_wrap {
    padding: 0 12px;
  }

  #flow .flow_content_wrap h2 {
    margin-bottom: 48px;
  }

  #flow .flow_content_wrap h3 {
    font-size: 1.375rem;
    margin-bottom: 40px;
    line-height: 1.5;
  }

  #flow .flow_content_inner {
    padding: 32px;
  }

  #flow .flow_content_inner img {
    width: 100%;
  }

  #flow .flow_content_inner::before {
    width: 100px;
    left: -18px;
    top: -32px;
  }
}

/*----cv----*/

#cv {
  width: 100%;
  background: linear-gradient(90deg, #EE6546 0%, #C53E39 100%);
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

#cv .cv_inner {
  max-width: 1160px;
  margin: 0 auto;
}

#cv h2 {
  color: #fff;
  margin-bottom: 64px;
}

#cv a {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #cv {
    padding: 80px 12px;
  }

  #cv h2 {
    font-size: 1.375rem;
    margin-bottom: 40px;
    line-height: 1.5;
  }
}

/*----question----*/

#question {
  width: 100%;
  padding-bottom: 200px;
  background-image: url(../img/bg_parts_circle_green_3.png), url(../img/bg_parts_circle_yellow_2.png);
  background-position: top 320px left 0px, top 1110px right 0px;
  background-size: 273px auto, 184px auto;
  background-repeat: no-repeat, no-repeat;
}



#question .question_wrap {
  max-width: 1208px;
  padding: 200px 24px 0;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

#question .question_wrap::after {
  content: "";
  background-image: url(../img/bg_parts_amoeba_white_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 853px;
  height: 882px;
  position: absolute;
  top: 0px;
  left: 518px;
  z-index: -1;
}


#question .question_wrap h2 {
  text-align: center;
  margin-bottom: 72px;
}

#question .question_wrap h2::before {
  content: "";
  background-image: url(../img/img_parts_seigaha.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 228px;
  top: -72px;
  position: absolute;
  width: 116px;
  height: 69px;
}


#question li {
  border-bottom: 1.5px solid #D8D2CA;
}

#question li h5 {
  margin-bottom: 24px;
  margin-top: 64px;
}

#question li span {
  color: #C53E39;
  margin-right: 8px;
}

#question li p {
  padding-bottom: 64px;
}

@media screen and (max-width: 768px) {
  #question {
    background-image: url(../img/bg_parts_circle_yellow_2.png);
    background-position: top 1420px right 0px;
    background-size: 114px auto;
    padding-bottom: 160px;
  }

  #question li {}

  #question .question_wrap {
    padding: 160px 12px 0;
  }

  #question .question_wrap h2 {
    margin-bottom: 48px;
  }

  #question .question_wrap h2::before {
    right: auto;
    left: -20px;
    top: -65px;
    width: 100px;
  }

  #question .question_wrap::after {
    width: 293px;
    height: 133px;
    top: 0px;
    left: auto;
    right: -50px;
  }


  #question li h5 {
    margin-top: 48px;
  }

  #question li p {
    padding-bottom: 48px;
  }
}

/*----voice----*/

#voice {
  width: 100%;
  padding-bottom: 200px;
  background-image: url(../img/bg_parts_amoeba_red.png);
  background-position: right 0px bottom 0px;
  background-size: 496px auto;
  background-repeat: no-repeat;
}

#voice .voice_wrap {
  max-width: 1208px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  padding: 0 24px;
}

#voice .voice_wrap::after {
  content: "";
  background-image: url(../img/bg_parts_amoeba_white_4.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1150px;
  height: 645px;
  position: absolute;
  top: -160px;
  right: 300px;
  z-index: -1;
}

#voice h2 {
  text-align: center;
  margin-bottom: 72px;
}

#voice ul {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}


#voice ul li img {
  width: 100%;
  vertical-align: top;
}

#voice .voice_lower_row {
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  width: 100%;
  padding: 32px 24px;
}

#voice p {
  font-size: 0.875rem;
}

#voice .voice_name {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  #voice {
    padding-bottom: 160px;
    background-size: 216px auto;
  }


  #voice ul {
    flex-direction: column;
  }

  #voice .voice_wrap {
    padding: 0 12px;
  }

  #voice .voice_wrap::after {
    width: 500px;
    height: 279px;
    top: -60px;
    right: 60px;
  }

}

/*----footer----*/

footer {
  width: 100%;
}

footer .footer_wrap {
  max-width: 1208px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 64px 24px;
}

footer .footer_wrap a {
  margin-left: 40px;
}

footer .footer_wrap a:first-child {
  margin-left: 0;
}


@media screen and (max-width: 768px) {
  footer .footer_wrap {
    flex-direction: column;
    padding: 48px 12px;
    align-items: flex-start;
  }

  footer .footer_wrap img {
    margin-bottom: 40px
  }


  footer .footer_links {
    text-align: left;
  }

  footer .footer_links a {
    display: block;
    margin-left: 0;
    margin-bottom: 16px;
  }


  footer .footer_wrap small {
    margin-top: 24px;
  }
}


content.page2nd h1 {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-family: 'Catamaran', sans-serif;
  color: #3D3D3D;
}

content.page2nd h2 {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-family: 'Catamaran', sans-serif;
  color: #3D3D3D;
}

content.page2nd p{

  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-family: 'Catamaran', sans-serif;
  color: #3D3D3D;
}

content.page2nd li{

  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-family: 'Catamaran', sans-serif;
  color: #3D3D3D;
}

content.page2nd div{
  padding: 20px 20px;
  display: block;
}

content.page2nd {
  padding: 20px 20px;
  display: block;
  max-width: 1000px;
  margin: auto;
}

content.page2nd section {
  padding: 20px 20px;
  display: block;
}
