@charset "UTF-8";

/* ==========================================================
 共通設定
========================================================== */
body {
	position: relative;
	width: 100%;
	min-height: 100vh;
  line-height: 1.5;
	letter-spacing: 0.025em;
	font-feature-settings: "palt";
	word-wrap: break-word;
  overflow-wrap: break-word;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	text-align: justify;
}
svg, img[src$=".svg"] {
	display: block;
	width: 100%;
	height: 100%;
}
img {
	max-width: 100%;
}

/* 汎用
---------------------------------------------------------- */
/* txt ------------ */
.txt_color_pk {
  color: #ff5564;
}

/* link ------------ */
.link {
  color: #009b63;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}

/* ttl ------------ */
.ttl_cmn_01,
.ttl_cmn_02 {
  color: #009b63;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.ttl_cmn_01 {
  position: relative;
  padding-bottom: 27px;
  margin-bottom: 20px;
  background: url("../img/ttl_line_gr.svg") no-repeat 50% bottom;
  background-size: 100%;
}
.ttl_cmn_02 {
  margin-bottom: 10px;
}

/* btn ------------ */
.btn_cmn_01 {
  position: relative;
  display: block;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  padding: 11px 0;
  color: #009b63;
  font-size: 16px;
  text-align: center;
  background: #fff;
  border: 1px solid #009b63;
  border-radius: 8px;
  transition: color 0.2s, background-color 0.2s;
}
.btn_cmn_01:hover {
  color: #fff;
  background: #009b63;
}

/* header / footer
---------------------------------------------------------- */
/* header ------------ */
#header {
  display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
  -ms-flex-pack: center;
	justify-content: center;
  width: 100%;
  height: 82px;
  text-align: center;
  background: #fff;
}
#header .logo {
  width: 113px;
  height: 20px;
}

/* footer ------------ */
#footer {
  margin-top: 90px;
  padding-top: 100px;
  border-top: 1px solid #ccc;
}
#footer .logo {
  width: 308px;
  height: 97px;
  margin: 0 auto;
}
#footer .txt {
  margin: 50px 0;
  font-size: 24px;
  text-align: center;
}
#footer .inner {
  display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
  -ms-flex-pack: justify;
	justify-content: space-between;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
#footer .inner .box {
  clear: both;
  overflow: hidden;
  width: 385px;
}
#footer .inner .box img {
  float: left;
  margin-right: 10px;
  width: 126px;
}
#footer .inner .box p {
  font-size: 16px;
}
#footer .inner .btn_cmn_01 {
  max-width: none;
  width: calc(100% - 435px);
  padding: 20px 0;
}
#footer .inner .btn_cmn_01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 38px;
  height: 38px;
  background: url("../img/ico_arrow_gr.svg") no-repeat 50% 50%;
  background-size: contain;
  transform: translateY(-50%);
  transition: background-image 0.2s;
}
#footer .inner .btn_cmn_01:hover::after {
  background-image: url("../img/ico_arrow_wh.svg");
}
#footer .copy {
  display: block;
  width: 100%;
  margin-top: 80px;
  padding: 10px 0;
  color: #fff;
  font-size: 13px;
  text-align: center;
  background: #5b5b5b;
}

/* register
---------------------------------------------------------- */
.txt_register_01,
.txt_register_02,
.btn_register_01,
.btn_register_02  {
  text-align: center;
}
.txt_register_01 {
  color: #009b63;
  font-weight: 700;
}
.txt_register_02 {
  letter-spacing: 0.075em;
  font-size: 14px;
}
.btn_register_01 {
  position: relative;
  display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
  -ms-flex-pack: center;
	justify-content: center;
  max-width: 400px;
  width: 100%;
  height: 100px;
  margin: 15px auto;
  line-height: 1.5;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 100px;
  background: rgb(50,196,110);
  background: linear-gradient(90deg, rgba(50,196,110,1) 0%, rgba(0,155,99,1) 100%);
  box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2);
  transition: opacity 0.2s;
}
.btn_register_01::before,
.btn_register_01::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 66px;
  height: 66px;
  background: no-repeat 50% 50%;
  background-size: contain;
  transform: translateY(-50%);
}
.btn_register_01::before {
  left: 20px;
  background-image: url("../img/ico_register.svg");
}
.btn_register_01::after {
  right: 5px;
  background-image: url("../img/ico_arrow_wh.svg");
}
.btn_register_01:hover {
  opacity: 0.7;
}

.btn_register_02 {
  position: relative;
  display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
  -ms-flex-pack: center;
	justify-content: center;
  width: 100%;
  height: 70px;
  margin: 15px auto;
  line-height: 1.5;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  border-radius: 100px;
  background: #008b30;
  box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2);
  transition: opacity 0.2s;
  overflow: hidden;
}
.btn_register_02 a {
  display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
  -ms-flex-pack: center;
	justify-content: center;
  width: 100%;
  height: 70px;
}
.btn_register_02 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 50px;
  height: 50px;
  background: no-repeat 50% 50%;
  background-size: contain;
  transform: translateY(-45%) rotate(90deg);
  background-image: url("../img/ico_arrow_wh.svg");
}
.btn_register_02 a:hover {
  opacity: 0.7;
}
.btn_register_02 em {
  padding: 1em 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #84f700;
  color: #004208;
  width: 120px;
  height: 70px;
}
.btn_register_02 b {
  display: flex;
  justify-content: center;
  align-items:center;
  gap: 10px;
  width: calc( 100% - 180px );
}
.btn_register_02 b img {
  height: 1em;
  width: auto;
}

/* pagetop
---------------------------------------------------------- */
.btn_pagetop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 40px;
  bottom: 60px;
  width: 46px;
  height: 46px;
  z-index: 10;
  transition: opacity 0.7s, visibility 0.7s, transform 0.7s;
}

/* area
---------------------------------------------------------- */
/* fadein ------------ */
.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 0.7s, visibility 0.7s, transform 0.7s;
}
.is_fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* ballon / circle ------------ */
.ballon,
.ballon::after,
.circle {
  position: absolute;
}
.ballon {
  display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
  -ms-flex-pack: center;
	justify-content: center;
  min-width: 220px;
  min-height: 100px;
  line-height: 1.4;
  color: #ff5564;
  text-align: center;
  background: #fff;
  border: 2px solid #ff5564;
  border-radius: 8px;
}
.ballon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}
.circle {
  width: 150px;
  height: 150px;
}

/* area_main ------------ */
.area_main {
  width: 100%;
  height: 540px;
  background: url("../img/bg_main_pc.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.area_main .inner,
.area_main .inner .box_02 {
  display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.area_main .inner .box_03 {
  width: 100%;
}
.area_main .inner {
  -ms-flex-pack: justify;
	justify-content: space-between;
  max-width: 1230px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.area_main .inner .box_01 {
  max-width: 680px;
  width: 100%;
}
.area_main .inner .box_01 .ttl {
  width: 250px;
  height: 80px;
  margin-bottom: 50px;
}
.area_main .inner .box_01 .txt {
  position: relative;
  left: -2px;
}
.area_main .inner .box_btn {
  margin-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.area_main .inner .box_02 {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
	justify-content: center;
  width: 460px;
  height: 250px;
  text-align: center;
  background: rgba(255,255,255,0.9);
  border-radius: 8px;
}

/* area_cmn ------------ */
.area_cmn {
  margin-top: 130px;
}
.area_cmn section {
  position: relative;
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
.area_cmn .inner_01,
.area_cmn .inner_02,
.area_cmn section .box {
  position: relative;
}
.area_cmn .inner_01 section + section {
  margin-top: 110px;
}
.area_cmn .inner_01::before,
.area_cmn .inner_02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 170px 650px 0 650px;
  border-color: transparent;
  transform: translateX(-50%);
  z-index: 0;
}
.area_cmn .inner_01 {
  padding: 280px 0 30px;
  background: #f5eee3;
}
.area_cmn .inner_01::before {
  border-top-color: #fff;
}
.area_cmn .inner_02 {
  padding : 230px 0 80px;
  background: #f5ebcd;
}
.area_cmn .inner_02::before {
  border-top-color: #f5eee3;
}

/* sec_01 */
.area_cmn .sec_01 {
  margin-bottom: -120px;
  text-align: center;
}
.area_cmn .sec_01 .txt_01 {
  max-width: 587px;
  width: 100%;
  margin: 0 auto 135px;
}
.area_cmn .sec_01 .txt_02 {
  position: relative;
  font-size: 32px;
  font-weight: 700;
}
.area_cmn .sec_01 .txt_02::after {
  content: "";
  position: absolute;
  top: -10px;
  left: calc(50% + 65px);
  display: block;
  width: 27px;
  height: 22px;
  background: url("../img/ico_point.svg") no-repeat 50% 50%;
  background-size: contain;
  transform: translateX(-50%);
}

/* sec_02 */
.area_cmn .sec_02 .ballon_01 {
  top: -85px;
  left: -80px;
}
.area_cmn .sec_02 .ballon_01::after {
  right: 20px;
  bottom: -15px;
  border-width: 0 13px 13px 0;
  border-right-color: #ff5564;
}
.area_cmn .sec_02 .ballon_02 {
  right: -20px;
  bottom: -80px;
}
.area_cmn .sec_02 .ballon_02::after {
  top: -15px;
  left: 20px;
  border-width: 13px 0 0 13px;
  border-left-color: #ff5564;
}
.area_cmn .sec_02 .ttl_cmn_02 {
  margin-top: 120px;
}
.area_cmn .sec_02 .txt {
  letter-spacing: 0.075em;
  font-size: 24px;
  text-align: center;
}
.area_cmn .sec_02 .circle {
  top: -120px;
  right: -75px;
}

/* sec_03 */
.area_cmn .sec_03 .ballon_01 {
  top: 95px;
  left: 50px;
}
.area_cmn .sec_03 .ballon_01::after {
  top: -15px;
  right: 20px;
  border-width: 0 0 13px 13px;
  border-bottom-color: #ff5564;
}
.area_cmn .sec_03 .ballon_02 {
  right: -20px;
  top: -20px;
}
.area_cmn .sec_03 .ballon_02::after {
  top: 50%;
  left: -15px;
  border-width: 0 13px 13px 0;
  border-right-color: #ff5564;
  transform: translateY(-50%);
}
.area_cmn .sec_03 .circle {
  top: -120px;
  left: -75px;
}

/* sec_04 */
.area_cmn .sec_04 .btn_cmn_01 {
  margin-top: 25px;
}

/* sec_05 */
.area_cmn .sec_05 .txt {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.area_cmn .sec_05 .circle {
  top: -175px;
  right: -75px;
}

/* sec_06 */
.area_cmn .sec_06 .circle {
  right: 45px;
  bottom: 50px;
}

/* sec_07 */
.area_cmn .sec_07 {
  margin-top: 70px;
}

/* sec_08 */
.area_cmn .sec_08 {
  position: relative;
}
.area_cmn .sec_08 .box {
  position: unset;
}
.area_cmn .sec_08 .txt {
  margin-bottom: 28px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.area_cmn .sec_08 .ex {
  margin-bottom: 28px;
  font-size: 14px;
  font-weight: 100;
  text-align: center;
}
.area_cmn .sec_08 .circle {
  top: 25px;
  left: -75px;
}

/* ==========================================================
 max-width: 599px
========================================================== */
@media screen and (min-width: 1px) and (max-width: 599px) {
  body {
    font-size: 16px;
  }

  .ttl_cmn_01 {
    margin-bottom: 15px;
    /*font-size: 22px;*/
    font-size: 20px;
    background-size: 620px;
  }
  .ttl_cmn_02 {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .btn_register_01 {
    max-width: 335px;
    height: 54px;
    line-height: 1.43;
    font-size: 14px;
    border-radius: 27px;
  }
  .btn_register_01::before,
  .btn_register_01::after {
    width: 40px;
    height: 40px;
  }
  .btn_register_01::before {
    left: 7px;
  }
  .btn_register_01::after {
    right: 4px;
  }
  .txt_register_02 {
    font-size: 12px;
  }


  .btn_register_02 {
    max-width: 335px;
    height: 54px;
    margin: 15px auto;
    line-height: 1.5;
    font-size: 16px;
    border-radius: 100px;
  }
  .btn_register_02 a {
    width: 100%;
    height: 54px;
  }
  .btn_register_02 a::after {
    top: 50%;
    right: 5px;
    width: 40px;
    height: 40px;
    transform: translateY(-45%) rotate(90deg);
  }
  .btn_register_02 a:hover {
  }
  .btn_register_02 em {
    padding: 1em 0em;
    width: 5em;
    height: 54px;
  }
  .btn_register_02 b {
    gap: 10px;
    width: calc( 100% - 7em );
  }
  .btn_register_02 b img {
  }

  .ballon {
    min-width: 140px;
    min-height: 60px;
    padding: 5px 10px;
    font-size: 12px;
  }
  .circle {
    width: 110px;
    height: 110px;
  }

  .btn_cmn_01 {
    max-width: 295px;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 14px;
  }

  .btn_pagetop {
    right: 10px;
    bottom: 50px;
  }

  /* header / footer
  ---------------------------------------------------------- */
  /* header ------------ */
  #header {
    width: 100%;
    height: 56px;
  }

  /* footer ------------ */
  #footer {
    margin-top: 60px;
    padding-top: 75px;
  }
  #footer .logo {
    width: 242px;
    height: 76px;
  }
  #footer .txt {
    font-size: 22px;
  }
  #footer .inner {
    display: block;
    max-width: none;
    width: auto;
    margin: 0 20px;
  }
  #footer .inner .box {
    width: 100%;
    margin-bottom: 30px;
  }
  #footer .inner .box p {
    margin-top: -5px;
    line-height: 1.7;
    font-size: 14px;
  }
  #footer .inner .btn_cmn_01 {
    max-width: 295px;
    width: 100%;
    padding: 9px 0;
  }
  #footer .copy {
    margin-top: 60px;
    font-size: 12px;
  }

  .area_main {
    position: relative;
    height: auto;
    background: none;
  }
  .area_main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 250px;
    background: url("../img/bg_main_sp.jpg") no-repeat 50% 50%;
    background-size: cover;
    z-index: 0;
  }
  .area_main .inner {
    position: relative;
    display: block;
    padding: 20px 20px 0;
    z-index: 1;
  }
  .area_main .inner .box_01 .ttl {
    width: 140px;
    height: 44px;
    margin-bottom: 38px;
  }
  .area_main .inner .box_01 .txt {
    max-width: 316px;
  }
  .area_main .inner .box_btn {
    margin-top: 45px;
    gap: 0;
  }
  .area_main .inner .box_02 {
    display: block;
    width: 100%;
    height: auto;
    background: none;
  }

  .area_cmn {
    margin-top: 65px;
  }
  .area_cmn .inner_01 {
    padding: 130px 0 60px;
  }
  .area_cmn .inner_02 {
    padding: 90px 0 60px;
  }
  .area_cmn .inner_01::before,
  .area_cmn .inner_02::before {
    border-width: 50px 50vw 0 50vw;
  }

  .area_cmn section {
    max-width: none;
    padding: 0 20px;
  }
  .area_cmn section .box {
    max-width: 300px;
    margin: 0 auto;
  }
  .area_cmn .inner_01 section + section,
  .area_cmn .sec_02 .ttl_cmn_02 {
    margin-top: 60px;
  }

  .area_cmn .sec_02 .circle,
  .area_cmn .sec_05 .circle {
    top: -10px;
    right: -30px;
  }
  .area_cmn .sec_03 .circle {
    top: -10px;
    left: -30px;
  }
  .area_cmn .sec_06 .circle {
    right: -30px;
    bottom: 50%;
    transform: translateY(40px);
  }
  .area_cmn .sec_08 .box {
    position: relative;
  }
  .area_cmn .sec_08 .circle {
    top: -10px;
    left: -30px;
  }

  .area_cmn .sec_01 {
    margin-bottom: -10px;
  }
  .area_cmn .sec_01 .txt_01 {
    max-width: 300px;
    margin-bottom: 105px;
  }
  .area_cmn .sec_01 .txt_02 {
    font-size: 24px;
  }
  .area_cmn .sec_01 .txt_02::after {
    top: -5px;
    left: calc(50% + 50px);
    width: 16px;
    height: 13px;
  }

  .area_cmn .sec_02 .txt {
    font-size: 14px;
  }
  .area_cmn .sec_02 .ballon_01 {
    top: 30px;
    left: -30px;
  }
  .area_cmn .sec_02 .ballon_01::after {
    right: 10px;
    bottom: -12px;
    border-width: 0 10px 10px 0;
    border-color: transparent #ff5564 transparent transparent;
  }
  .area_cmn .sec_02 .ballon_02 {
    right: -20px;
    bottom: 80px;
  }
  .area_cmn .sec_02 .ballon_02::after {
    top: auto;
    left: auto;
    right: 50px;
    bottom: -12px;
    border-width: 10px 10px 0 0;
    border-color: #ff5564 transparent transparent transparent;
  }

  .area_cmn .sec_03 .ballon_01 {
    top: 195px;
    left: 20px;
  }
  .area_cmn .sec_03 .ballon_01::after {
    top: -12px;
    right: 10px;
    border-width: 0 0 10px 10px;
  }
  .area_cmn .sec_03 .ballon_02 {
    top: 20px;
  }
  .area_cmn .sec_03 .ballon_02::after {
    top: auto;
    left: auto;
    right: 50px;
    bottom: -12px;
    border-width: 10px 10px 0 0;
    border-color: #ff5564 transparent transparent transparent;
    transform: none;
  }

  .area_cmn .sec_05 .txt {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .area_cmn .sec_07 {
    margin-top: 55px;
  }


  /* sec_08 */
  .area_cmn .sec_08 {
  }
  .area_cmn .sec_08 .box {
  }
  .area_cmn .sec_08 .txt {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .area_cmn .sec_08 .ex {
    margin-bottom: 25px;
    font-size: 13px;
  }
  .area_cmn .sec_08 .circle {
  }

}
