@charset "UTF-8";
/* ------------------------------------------------------
変数
------------------------------------------------------ */
.material-symbols-outlined {
  font-size: unset;
}

/* =======================================================

共通

======================================================= */
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 72.5% !important;
  min-height: 100%;
}

body {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #8C6F5B;
  background-color: #FFD464;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
@media (max-width: 450px) {
  body {
    font-size: 1.3rem;
  }
}

p {
  line-height: 1.8em;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  line-height: 1em;
}

a img {
  transition: 0.3s;
  opacity: 1;
}
a img:hover {
  opacity: 0.7;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

@media (max-width: 820px) {
  br.pc {
    display: none;
  }
}

br.tab {
  display: none;
}
@media (max-width: 820px) {
  br.tab {
    display: block;
  }
}

br.sp {
  display: none;
}
@media (max-width: 450px) {
  br.sp {
    display: block;
  }
}

@media (max-width: 450px) {
  br.sp-none {
    display: none;
  }
}

/* common ============================================== */
.main {
  overflow: hidden;
  min-height: 85vh;
}
@media (max-width: 450px) {
  .main {
    min-height: 90vh;
  }
}

.txt-bold {
  font-weight: bold;
}

.txt-small {
  font-size: 1.2rem;
}

.txt-ctr {
  text-align: center;
}

.h2--cmn {
  text-align: center;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.6em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media (max-width: 450px) {
  .h2--cmn {
    font-size: 2.2rem;
  }
}

.hr--cmn {
  border: 0;
  height: 1px;
  background: #C9AB96;
}

.container {
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 450px) {
  .container {
    padding: 0 20px;
  }
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 450px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.baloon-txt--cmn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  position: relative;
}
.baloon-txt--cmn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #707070;
  border-bottom: 0;
  position: absolute;
  top: 100%;
  left: calc(50% - 10px);
}
.baloon-txt--cmn > span {
  background: #707070;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 1em;
  width: auto;
  display: inline-block;
  text-align: center;
}
@media (max-width: 450px) {
  .baloon-txt--cmn > span {
    line-height: 1.4em;
    font-size: 1.3rem;
  }
}

a.cmn_btn_l {
  display: inline-block;
  background-color: #F6744F;
  color: #ffffff;
  font-weight: bold;
  border-radius: 50px;
  padding: 15px 40px;
  margin-top: 10px;
  text-align: center;
  transition: 0.3s;
}
a.cmn_btn_l:hover {
  opacity: 0.7;
}

a.cmn_btn_c {
  display: inline-block;
  background-color: #F6744F;
  color: #ffffff;
  font-weight: bold;
  border-radius: 50px;
  padding: 15px 40px;
  margin: 10px auto 0;
  text-align: center;
  transition: 0.3s;
}
a.cmn_btn_c:hover {
  opacity: 0.7;
}

/* fadein ============================================== */
.fadeup {
  opacity: 0;
  transition-delay: 0.3s;
  transition-property: opacity, transform;
  transform: translate(0, 30px);
}
.fadeup.is-active {
  transition: 0.8s;
  transform: translate(0, 0);
  opacity: 1;
}

.fade-in-left {
  opacity: 0;
  transition-delay: 0.3s;
  transition-property: opacity, transform;
  transform: translate(-30px, 0);
}
.fade-in-left.is-active {
  transition: 0.8s;
  transform: translate(0, 0);
  opacity: 1;
}

.fade-in-right {
  opacity: 0;
  transition-delay: 0.3s;
  transition-property: opacity, transform;
  transform: translate(30px, 0);
}
.fade-in-right.is-active {
  transition: 0.8s;
  transform: translate(0, 0);
  opacity: 1;
}

/* =======================================================

header/FV

======================================================= */
header {
  background-image: url(../img/fv_mainimg.png);
  background-repeat: no-repeat;
  background-size: 1400px auto;
  background-position: top 0 center;
  padding: 15px 30px;
  position: relative;
  display: block;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 102vh;
}
@media (max-width: 820px) {
  header {
    background-image: url(../img/fv_mainimg_sp.png);
    background-size: auto 100%;
    background-position: bottom 0 center;
    min-height: 700px;
    margin-bottom: 20px;
  }
}
@media (max-width: 450px) {
  header {
    padding: 12px 20px;
    height: 60px;
  }
}
header h1 {
  line-height: 1.4em;
}
header h2 {
  display: block;
  margin: 0 auto;
}
header h2 img {
  max-width: 45%;
  height: auto;
}
@media (max-width: 820px) {
  header h2 img {
    max-width: 75%;
  }
}
header .fv_merit01 {
  position: absolute;
  bottom: 40%;
  width: 18vw;
  height: auto;
  left: 25%;
}
header .fv_merit02 {
  position: absolute;
  bottom: 40%;
  width: 18vw;
  height: auto;
  right: 25%;
}
header .fv_merit03 {
  position: absolute;
  bottom: 20%;
  width: 18vw;
  height: auto;
  left: 25%;
}
header .fv_merit04 {
  position: absolute;
  bottom: 20%;
  width: 18vw;
  height: auto;
  right: 20%;
}

@media (max-width: 450px) {
  .header__logo img {
    width: 180px;
  }
}

#sp_nav {
  display: none;
}

/* =======================================================

sec01

======================================================= */
#sec01 {
  display: block;
  position: relative;
  padding: 40px 0 100px;
}
@media (max-width: 820px) {
  #sec01 {
    padding: 20px 0 50px;
  }
}
#sec01 .fvbtm_box {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 820px) {
  #sec01 .fvbtm_box {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
  }
}
#sec01 .fvbtm_box div {
  background-color: #ffffff;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 18px 20px;
  width: 50%;
}
@media (max-width: 820px) {
  #sec01 .fvbtm_box div {
    width: 100%;
    border-radius: 15px;
  }
}
#sec01 .fvbtm_box div.fv_now {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 820px) {
  #sec01 .fvbtm_box div.fv_now {
    font-size: 1.6rem;
  }
}
#sec01 .fvbtm_box div.fv_now h3 {
  background-color: #F6744F;
  color: #ffffff;
  text-align: center;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 820px) {
  #sec01 .fvbtm_box div.fv_now h3 {
    font-size: 1.6rem;
  }
}
#sec01 .fvbtm_box div.fv_now h3 i {
  margin-right: 8px;
}
#sec01 .fvbtm_box div.fv_now h3 .txt-small {
  font-size: 1.1rem;
  font-weight: normal;
  margin-left: 8px;
}
#sec01 .fvbtm_box div.fv_now p {
  line-height: 1.4em;
  font-size: 1.6rem;
}
@media (max-width: 820px) {
  #sec01 .fvbtm_box div.fv_now p {
    font-size: 1.4rem;
  }
}
#sec01 .fvbtm_box div.fv_diary h3 {
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media (max-width: 820px) {
  #sec01 .fvbtm_box div.fv_diary h3 {
    font-size: 1.6rem;
  }
}
#sec01 .fvbtm_box div.fv_diary h3 i {
  color: #F6744F;
  margin-right: 8px;
}
#sec01 .fvbtm_box div.fv_diary ul {
  display: block;
  width: 95%;
  margin: 0 auto;
}
#sec01 .fvbtm_box div.fv_diary ul li {
  margin-bottom: 10px;
}
#sec01 .fvbtm_box div.fv_diary ul li:last-of-type {
  margin-bottom: 0;
}
#sec01 .fvbtm_box div.fv_diary ul li a {
  margin-left: 5px;
  color: #F6744F;
  text-decoration: underline;
}
#sec01 .fvbtm_box div.fv_diary ul li a:hover {
  text-decoration: none;
}
#sec01 .fv_first {
  display: flex;
  justify-content: space-around;
  box-sizing: border-box;
  align-items: center;
  gap: 40px;
}
#sec01 .fv_first h3 {
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 10px;
}
@media (max-width: 820px) {
  #sec01 .fv_first {
    flex-direction: column;
  }
}
#sec01 .fv_first div:first-of-type {
  position: relative;
  background: #ffffff;
  border-radius: 30px;
  padding: 30px;
  box-sizing: border-box;
}
@media (max-width: 820px) {
  #sec01 .fv_first div:first-of-type {
    border-radius: 15px;
  }
}
#sec01 .fv_first div:first-of-type p {
  line-height: 1.8em;
}
#sec01 .fv_first div:first-of-type p span {
  font-weight: bold;
  color: #F6744F;
}
#sec01 .fv_first div:first-of-type::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #ffffff;
  translate: 100% -50%;
}
@media (max-width: 820px) {
  #sec01 .fv_first div:first-of-type::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    top: initial;
    right: initial;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #fff transparent transparent;
    translate: -50% 100%;
  }
}
#sec01 .fv_first div:last-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
}
#sec01 .fv_first div:last-of-type img {
  max-width: 70%;
  height: auto;
}
@media (max-width: 820px) {
  #sec01 .fv_first div:last-of-type img {
    max-width: 40%;
  }
}

/* =======================================================

sec02

======================================================= */
#sec02 {
  background-color: #ffffff;
  display: block;
  position: relative;
  padding: 100px 0;
}
@media (max-width: 820px) {
  #sec02 {
    padding: 50px 0;
  }
}
#sec02 h2 {
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
  font-size: 2.8rem;
}
#sec02 h2 span {
  color: #F6744F;
}
@media (max-width: 820px) {
  #sec02 h2 {
    font-size: 5vw;
  }
}
#sec02 .sec02_baloonbox {
  display: block;
  position: relative;
  width: 100%;
  min-height: 55vh;
  height: auto;
  margin-top: 30px;
}
@media (max-width: 820px) {
  #sec02 .sec02_baloonbox {
    min-height: 100vw;
    margin-bottom: 10%;
  }
}
#sec02 .sec02_baloonbox > p {
  position: absolute;
  display: inline-block;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 1.4em;
  box-sizing: border-box;
}
#sec02 .sec02_baloonbox > p > span {
  color: #F6744F;
  font-weight: bold;
}
#sec02 .sec02_baloonbox > p:nth-of-type(1) {
  background-image: url(../img/sec02_fuki01.svg);
  padding: 2% 2% 5%;
  width: 30%;
  top: 2%;
  left: 3%;
}
@media (max-width: 820px) {
  #sec02 .sec02_baloonbox > p:nth-of-type(1) {
    width: 55%;
    padding: 6% 2% 12%;
    top: 0;
    left: 0;
  }
}
#sec02 .sec02_baloonbox > p:nth-of-type(2) {
  background-image: url(../img/sec02_fuki02.svg);
  padding: 4% 2% 6%;
  width: 33%;
  top: 5%;
  left: 30%;
}
@media (max-width: 820px) {
  #sec02 .sec02_baloonbox > p:nth-of-type(2) {
    width: 55%;
    padding: 7% 2% 14%;
    top: 17%;
    right: 0;
    left: initial;
  }
}
#sec02 .sec02_baloonbox > p:nth-of-type(3) {
  background-image: url(../img/sec02_fuki03.svg);
  padding: 2% 2% 5%;
  width: 30%;
  top: 2%;
  left: 64%;
}
@media (max-width: 820px) {
  #sec02 .sec02_baloonbox > p:nth-of-type(3) {
    width: 55%;
    padding: 7% 2% 14%;
    top: 35%;
    left: initial;
  }
}
#sec02 .sec02_baloonbox > p:nth-of-type(4) {
  background-image: url(../img/sec02_fuki04.svg);
  padding: 3% 2% 7%;
  width: 33%;
  top: 40%;
  left: 0;
}
@media (max-width: 820px) {
  #sec02 .sec02_baloonbox > p:nth-of-type(4) {
    width: 50%;
    padding: 5% 2% 13%;
    top: 55%;
    right: 0;
    left: initial;
  }
}
#sec02 .sec02_baloonbox > p:nth-of-type(5) {
  background-image: url(../img/sec02_fuki05.svg);
  padding: 2% 2% 5%;
  width: 30%;
  top: 47%;
  left: 33%;
}
@media (max-width: 820px) {
  #sec02 .sec02_baloonbox > p:nth-of-type(5) {
    width: 55%;
    padding: 7% 2% 14%;
    top: 65%;
    left: initial;
  }
}
#sec02 .sec02_baloonbox > p:nth-of-type(6) {
  background-image: url(../img/sec02_fuki06.svg);
  padding: 3% 2% 7%;
  width: 33%;
  top: 42%;
  left: 66%;
}
@media (max-width: 820px) {
  #sec02 .sec02_baloonbox > p:nth-of-type(6) {
    width: 50%;
    padding: 5% 2% 13%;
    top: 83%;
    right: 0;
    left: initial;
  }
}
#sec02 .sec02_text01 {
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
  font-size: 1.8rem;
}
#sec02 .sec02_text01 span {
  color: #F6744F;
}
#sec02 .sec02_cvbox {
  background-color: #FFD464;
  border-radius: 30px;
  display: flex;
  width: 100%;
  padding: 30px;
  margin: 30px auto 0;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: bold;
  gap: 20px;
}
@media (max-width: 820px) {
  #sec02 .sec02_cvbox {
    border-radius: 15px;
  }
}

/* =======================================================

sec03

======================================================= */
#sec03 {
  display: block;
  position: relative;
  padding: 100px 0;
}
@media (max-width: 820px) {
  #sec03 {
    padding: 50px 0;
  }
}
#sec03 h2 {
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
  font-size: 2.8rem;
}
#sec03 h2 span {
  color: #F6744F;
}
#sec03 h2 i {
  color: #F6744F;
  margin-right: 10px;
}
@media (max-width: 820px) {
  #sec03 h2 {
    font-size: 5vw;
  }
}
#sec03 h3 {
  display: block;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  margin-top: 50px;
}
#sec03 h3 span {
  color: #F6744F;
  font-size: 120%;
}
#sec03 h3 i {
  margin-right: 10px;
}
#sec03 .sec03_box01 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 200vh;
  background-image: url(../img/sec04_bgline.png);
  background-repeat: repeat-y;
  background-position: center center;
  background-size: 3px auto;
  padding: 40px 0 0;
  margin-bottom: 40px;
}
@media (max-width: 820px) {
  #sec03 .sec03_box01 {
    font-size: 1.3rem;
  }
}
#sec03 .sec03_box01 .sec03_boxin_l {
  position: relative;
  display: inline-block;
  width: 45%;
  margin: 0 20px 40px 0;
  padding: 2%;
  border-radius: 10px;
  background-color: #ffffff;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 820px) {
  #sec03 .sec03_box01 .sec03_boxin_l {
    width: 43%;
    margin: 0 20px 20px 0;
    padding: 3%;
  }
}
#sec03 .sec03_box01 .sec03_boxin_l::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #ffffff;
  translate: 100% -50%;
}
#sec03 .sec03_box01 .sec03_boxin_l::before {
  content: "●";
  position: absolute;
  right: -12.9%;
  top: 42%;
  color: #F6744F;
}
@media (max-width: 820px) {
  #sec03 .sec03_box01 .sec03_boxin_l::before {
    right: -20%;
    top: 42.4%;
  }
}
#sec03 .sec03_box01 .sec03_boxin_l img {
  position: absolute;
}
#sec03 .sec03_box01 .sec03_boxin_l img.sec03_parts01 {
  z-index: 1;
  width: 21%;
  height: auto;
  right: -60%;
  top: 70%;
}
@media (max-width: 820px) {
  #sec03 .sec03_box01 .sec03_boxin_l img.sec03_parts01 {
    width: 30%;
    right: -72%;
    top: 25%;
  }
}
#sec03 .sec03_box01 .sec03_boxin_l img.sec03_parts03 {
  z-index: 1;
  width: 50%;
  height: auto;
  right: -80%;
  top: 40%;
}
@media (max-width: 820px) {
  #sec03 .sec03_box01 .sec03_boxin_l img.sec03_parts03 {
    width: 60%;
    right: -96%;
    top: 18%;
  }
}
#sec03 .sec03_box01 .sec03_boxin_l img.sec03_parts06 {
  z-index: 1;
  width: 40%;
  height: auto;
  right: -120%;
  top: 20%;
}
@media (max-width: 820px) {
  #sec03 .sec03_box01 .sec03_boxin_l img.sec03_parts06 {
    width: 47%;
    right: -120%;
    top: 10%;
  }
}
#sec03 .sec03_box01 .sec03_boxin_l img.sec03_parts07 {
  z-index: 1;
  width: 20%;
  height: auto;
  right: -60%;
  top: 40%;
}
@media (max-width: 820px) {
  #sec03 .sec03_box01 .sec03_boxin_l img.sec03_parts07 {
    width: 30%;
    right: -63%;
    top: 2%;
  }
}
#sec03 .sec03_box01 .sec03_boxin_l img.sec03_parts09 {
  z-index: 1;
  width: 50%;
  height: auto;
  right: -80%;
  top: 40%;
}
@media (max-width: 820px) {
  #sec03 .sec03_box01 .sec03_boxin_l img.sec03_parts09 {
    width: 70%;
    right: -100%;
    top: 22%;
  }
}
#sec03 .sec03_box01 .sec03_boxin_r {
  position: relative;
  display: inline;
  width: 45%;
  float: right;
  margin: 0 0 30px 20px;
  padding: 2%;
  border-radius: 10px;
  background-color: #ffffff;
  text-align: right;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 820px) {
  #sec03 .sec03_box01 .sec03_boxin_r {
    width: 43%;
    margin: 0 0 20px 20px;
    padding: 3%;
  }
}
#sec03 .sec03_box01 .sec03_boxin_r::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% -50%;
}
#sec03 .sec03_box01 .sec03_boxin_r::before {
  content: "●";
  position: absolute;
  left: -12.9%;
  top: 42%;
  color: #F6744F;
}
@media (max-width: 820px) {
  #sec03 .sec03_box01 .sec03_boxin_r::before {
    left: -20%;
    top: 42.4%;
  }
}
#sec03 .sec03_box01 .sec03_boxin_r img {
  position: absolute;
}
#sec03 .sec03_box01 .sec03_boxin_r img.sec03_parts02 {
  z-index: 1;
  width: 35%;
  height: auto;
  left: -60%;
  top: -15%;
}
@media (max-width: 820px) {
  #sec03 .sec03_box01 .sec03_boxin_r img.sec03_parts02 {
    width: 50%;
    left: -88%;
    top: 8%;
  }
}
#sec03 .sec03_box01 .sec03_boxin_r img.sec03_parts04 {
  z-index: 1;
  width: 40%;
  height: auto;
  left: -60%;
  top: -7%;
}
@media (max-width: 820px) {
  #sec03 .sec03_box01 .sec03_boxin_r img.sec03_parts04 {
    width: 47%;
    left: -84%;
    top: 0%;
  }
}
#sec03 .sec03_box01 .sec03_boxin_r img.sec03_parts05 {
  z-index: 1;
  width: 55%;
  height: auto;
  left: -96%;
  top: 41%;
}
@media (max-width: 820px) {
  #sec03 .sec03_box01 .sec03_boxin_r img.sec03_parts05 {
    width: 55%;
    left: -117%;
    top: 41%;
  }
}
#sec03 .sec03_box01 .sec03_boxin_r img.sec03_parts08 {
  z-index: 1;
  width: 45%;
  height: auto;
  left: -96%;
  top: 41%;
}
@media (max-width: 820px) {
  #sec03 .sec03_box01 .sec03_boxin_r img.sec03_parts08 {
    width: 70%;
    left: -110%;
    top: 29%;
  }
}
#sec03 .sec03_box01 .sec03_boxin_c {
  position: relative;
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 2%;
  border-radius: 10px;
  background-color: #FFF4C6;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 820px) {
  #sec03 .sec03_box01 .sec03_boxin_c {
    text-align: left;
    padding: 3%;
  }
}
#sec03 .sec03_box01 .sec03_boxin_c::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #FFF4C6 transparent transparent;
  translate: -50% 100%;
}
#sec03 .sec03_box01 .clboth {
  clear: both;
}
#sec03 .sec03_box02 {
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1.4em;
  font-size: 1.8rem;
  padding: 50px 0;
  background-image: url(../img/sec03_box02_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
@media (max-width: 820px) {
  #sec03 .sec03_box02 {
    font-size: 3vw;
    padding: 5px 0;
  }
}
#sec03 .sec03_box02 span {
  font-size: 120%;
  font-weight: bold;
  color: #F6744F;
}
#sec03 .sec03_box03_1 {
  display: flex;
  gap: 10px 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px auto 0;
}
#sec03 .sec03_box03_1 p {
  background-color: #FFF4C6;
  border-radius: 10px;
  padding: 5px 15px;
  font-weight: bold;
}
#sec03 .sec03_box03_2 {
  display: flex;
  gap: 10px 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px auto 0;
}
#sec03 .sec03_box03_2 p {
  background-color: #FFF4C6;
  border-radius: 10px;
  padding: 5px 15px;
  font-weight: bold;
}

/* =======================================================

sec04

======================================================= */
#sec04 {
  background-color: #ffffff;
  display: block;
  position: relative;
  padding: 100px 0;
}
@media (max-width: 820px) {
  #sec04 {
    padding: 50px 0;
  }
}
#sec04 h2 {
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
  font-size: 2.8rem;
}
#sec04 h2 span {
  color: #F6744F;
}
#sec04 h2 i {
  color: #F6744F;
  margin-right: 10px;
}
@media (max-width: 820px) {
  #sec04 h2 {
    font-size: 6vw;
  }
}
#sec04 .sec04_box01 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 80%;
  margin: 50px auto 0;
  position: relative;
  background-image: url(../img/sec04_bgline.png);
  background-repeat: repeat-y;
  background-position: left 4% top;
  background-size: 3px auto;
}
@media (max-width: 820px) {
  #sec04 .sec04_box01 {
    width: 100%;
  }
}
#sec04 .sec04_box01 .sec04_boxin {
  display: flex;
  position: relative;
  gap: 30px;
  justify-content: space-around;
}
#sec04 .sec04_box01 .sec04_boxin div:first-of-type {
  width: 8%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #FFD464;
  color: #F6744F;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  font-size: 1.2rem;
}
@media (max-width: 820px) {
  #sec04 .sec04_box01 .sec04_boxin div:first-of-type {
    width: 15%;
  }
}
#sec04 .sec04_box01 .sec04_boxin div:first-of-type span {
  font-size: 2rem;
}
@media (max-width: 820px) {
  #sec04 .sec04_box01 .sec04_boxin div:first-of-type span {
    font-size: 1.6rem;
  }
}
#sec04 .sec04_box01 .sec04_boxin div:first-of-type::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 14px;
  border-color: transparent transparent transparent #FFD464;
  translate: 100% -50%;
}
#sec04 .sec04_box01 .sec04_boxin div:last-of-type {
  display: block;
  flex: 1;
}
#sec04 .sec04_box01 .sec04_boxin div:last-of-type h3 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.8rem;
}
#sec04 .sec04_box01 .sec04_boxin div:last-of-type h3 i {
  margin-right: 5px;
}
@media (max-width: 820px) {
  #sec04 .sec04_box01 .sec04_boxin div:last-of-type h3 {
    font-size: 1.6rem;
  }
}
#sec04 .sec04_box01 .sec04_boxin div:last-of-type p {
  line-height: 1.6em;
}

/* =======================================================

sec05

======================================================= */
#sec05 {
  display: block;
  position: relative;
  padding: 100px 0;
}
@media (max-width: 820px) {
  #sec05 {
    padding: 50px 0;
  }
}
#sec05 h2 {
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
  font-size: 2.8rem;
  margin-bottom: 50px;
}
#sec05 h2 span {
  color: #F6744F;
}
#sec05 h2 i {
  color: #F6744F;
  margin-right: 10px;
}
@media (max-width: 820px) {
  #sec05 h2 {
    font-size: 6vw;
  }
}
#sec05 .table-area {
  margin: 50px auto 25px;
  overflow-y: hidden;
}
#sec05 table {
  min-width: 1000px;
  max-width: 100%;
  background: #ffffff;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
}
#sec05 table tr {
  border-bottom: 1px solid #C9AB96;
}
#sec05 table tr:nth-child(2n) td {
  background-color: #f8f6ef;
}
#sec05 table tr th {
  background-color: #FFF4C6;
  font-weight: bold;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #C9AB96;
  vertical-align: top;
}
#sec05 table tr td {
  border: 1px solid #C9AB96;
  padding: 10px;
  box-sizing: border-box;
  line-height: 1.2em;
  vertical-align: middle;
}
#sec05 table tr td span {
  font-size: 1.2rem;
}

/* =======================================================

sec06

======================================================= */
#sec06 {
  background-color: #ffffff;
  display: block;
  position: relative;
  padding: 100px 0;
}
@media (max-width: 820px) {
  #sec06 {
    padding: 50px 0;
  }
}
#sec06 h2 {
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
  font-size: 2.8rem;
  margin-bottom: 50px;
}
#sec06 h2 span {
  color: #F6744F;
}
#sec06 h2 i {
  color: #F6744F;
  margin-right: 10px;
}
@media (max-width: 820px) {
  #sec06 h2 {
    font-size: 6vw;
  }
}
#sec06 .sec06_accordion {
  width: 85%;
  display: block;
  margin: 0 auto;
  border-bottom: 2px solid #c9ab96;
}
#sec06 .sec06_accordion:first-of-type {
  border-top: 2px solid #c9ab96;
}
@media (max-width: 820px) {
  #sec06 .sec06_accordion {
    width: 100%;
  }
}
#sec06 .sec06_accordion summary {
  display: flex;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 1em;
  font-weight: 600;
  line-height: 1.4em;
  cursor: pointer;
}
#sec06 .sec06_accordion summary span {
  font-weight: bold;
  margin-right: 10px;
  color: #F6744F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
#sec06 .sec06_accordion summary::-webkit-details-marker {
  display: none;
}
#sec06 .sec06_accordion summary::after {
  position: absolute;
  right: 1em;
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #F6744F;
  border-right: 3px solid #F6744F;
  content: "";
  transition: transform 0.3s;
}
#sec06 .sec06_accordion[open] summary::after {
  transform: rotate(225deg);
}
#sec06 .sec06_accordion p {
  transform: translateY(-10px);
  margin: 0;
  padding: 1em 1em 1em 2.2em;
  transition: transform 0.5s, opacity 0.5s;
  text-indent: -1.2em;
  line-height: 1.6em;
}
#sec06 .sec06_accordion p span {
  font-weight: bold;
  margin-right: 10px;
  color: #4FA3F6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

/* =======================================================

sec07

======================================================= */
#sec07 {
  display: block;
  position: relative;
  padding: 100px 0;
}
@media (max-width: 820px) {
  #sec07 {
    padding: 50px 0;
  }
}
#sec07 h2 {
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
  font-size: 2.8rem;
  margin-bottom: 40px;
}
#sec07 h2 span {
  color: #F6744F;
}
#sec07 h2 i {
  color: #F6744F;
  margin-right: 10px;
}
@media (max-width: 820px) {
  #sec07 h2 {
    font-size: 6vw;
  }
}

/* =======================================================

form

======================================================= */
form.wpcf7-form {
  width: 85%;
  margin: 50px auto;
  line-height: 1.8;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
}
@media (max-width: 820px) {
  form.wpcf7-form {
    width: 100%;
  }
}

form.wpcf7-form * {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}

form.wpcf7-form dl {
  display: inline-block;
  width: 96%;
  margin: 0 auto;
  border-bottom: none;
  border-bottom: 0;
  clear: both;
}

form.wpcf7-form dl dt {
  display: block;
  line-height: 1.2em;
  padding: 20px 0 0;
  width: 30%;
  float: left;
}
@media (max-width: 820px) {
  form.wpcf7-form dl dt {
    float: none;
    display: block;
    width: 100%;
    padding: 20px 0 0;
  }
}

form.wpcf7-form dl dd {
  padding: 10px 0;
  width: 65%;
  float: right;
}
@media (max-width: 820px) {
  form.wpcf7-form dl dd {
    float: none;
    display: block;
    width: 100%;
  }
}

form.wpcf7-form input::-moz-placeholder {
  font-size: 16px;
  color: #C9AB96;
}

form.wpcf7-form input::placeholder {
  font-size: 16px;
  color: #C9AB96;
}

form.wpcf7-form input[type=text],
form.wpcf7-form input[type=email],
form.wpcf7-form input[type=tel],
form.wpcf7-form input[type=date] {
  font-size: 16px;
  padding: 2%;
  background-color: #fff;
  border-radius: 8px;
}

form.wpcf7-form input[name=company],
form.wpcf7-form input[name=mail_address],
form.wpcf7-form input[name=divition],
form.wpcf7-form input[name=name_full],
form.wpcf7-form input[name=chatwork] {
  width: calc(96% - 2px);
}

form.wpcf7-form input[type=button] {
  margin: 0 auto;
  display: block;
  border: 2px solid #F6744F;
  padding: 1vw 4vw;
  border-radius: 50px;
  background: #F6744F;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  transition: 0.3s;
}
form.wpcf7-form input[type=button]:hover {
  border: 2px solid #F6744F;
  background: #fff;
  color: #F6744F;
}
@media (max-width: 820px) {
  form.wpcf7-form input[type=button] {
    font-size: 16px;
    padding: 3vw 7vw;
    max-width: 96%;
  }
}

form.wpcf7-form input[type=date] {
  font-size: 16px;
  padding: 2%;
  background-color: #fff;
  border-radius: 8px;
  min-width: 200px;
  min-height: 50px;
}

form.wpcf7-form .wpcf7-list-item {
  display: block;
  margin: 0 0 0 1em;
}

form.wpcf7-form textarea {
  display: block;
  width: calc(96% - 2px);
  height: 200px;
  padding: 7px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 8px;
  background: #fff;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

form.wpcf7-form textarea::-moz-placeholder {
  font-size: 16px;
  color: #C9AB96;
}

form.wpcf7-form textarea::placeholder {
  font-size: 16px;
  color: #C9AB96;
}

form.wpcf7-form input[name=phone] {
  width: 50%;
}
@media (max-width: 820px) {
  form.wpcf7-form input[name=phone] {
    width: calc(96% - 2px);
  }
}

form.wpcf7-form input[type=checkbox] {
  margin-right: 10px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 20px;
  height: 20px;
  accent-color: #ff5d5d;
}

#agreement {
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
#agreement a {
  text-decoration: underline;
}
#agreement a:hover {
  text-decoration: none;
}

span.req {
  display: inline-block;
  color: #fff;
  background-color: #F6744F;
  text-align: center;
  font-size: 1.2rem;
  padding: 0 8px;
  border-radius: 5px;
  margin-right: 8px;
  font-weight: normal;
}

span.opt {
  display: inline-block;
  background-color: #FFF4C6;
  text-align: center;
  font-size: 1.2rem;
  padding: 0 8px;
  border-radius: 5px;
  margin-right: 8px;
  font-weight: normal;
}

div.cf-turnstile {
  display: flex !important;
  justify-content: center !important;
}

#form_submit {
  display: flex;
  justify-self: center;
}

.wpcf7-submit {
  display: inline-block;
  background-color: #F6744F;
  color: #ffffff;
  font-weight: bold;
  border-radius: 50px;
  padding: 15px 40px !important;
  margin: 10px auto 0 !important;
  text-align: center;
  transition: 0.3s;
}
.wpcf7-submit:hover {
  opacity: 0.7;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
  background: #b6b6b6;
}

/* =======================================================

footer

======================================================= */
#footer {
  background: #8C6F5B;
  color: #ffffff;
}
#footer .container {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 450px) {
  #footer .container {
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 10px;
  }
}
#footer .container img {
  width: 100%;
  height: auto;
}

.footer__link a {
  text-align: center;
  color: #fff;
  text-decoration: underline;
}
.footer__link a:hover {
  text-decoration: none;
}

.footer__address {
  text-align: center;
  color: #fff;
}

/* =======================================================

サンクスページ

======================================================= */
#page-thanks {
  padding-top: 100px;
}
@media (max-width: 820px) {
  #page-thanks {
    padding-top: 30px;
  }
}

/* =======================================================

プライバシーポリシー

======================================================= */
h2.page-title__txt {
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 40px;
  text-align: center;
}
h2.page-title__txt i {
  color: #F6744F;
  margin-right: 10px;
}

#page-privacy-policy {
  padding-top: 100px;
}
@media (max-width: 820px) {
  #page-privacy-policy {
    padding-top: 30px;
  }
}

.privacypolicy {
  padding: 0 0 100px;
}
@media (max-width: 820px) {
  .privacypolicy {
    padding: 0 0 50px;
  }
}
.privacypolicy .privacy_box {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 4%;
  box-sizing: border-box;
  display: block;
}
.privacypolicy .privacy_box h2 {
  margin: 50px 0 40px 0;
  padding: 15px 0 15px 20px;
  font-size: 2.4rem;
  border-left: 5px solid #F6744F;
}
.privacypolicy .privacy_box .mt30 {
  margin-top: 30px;
}
.privacypolicy .privacy_box a {
  color: #F6744F;
  text-decoration: underline;
}
.privacypolicy .privacy_box a:hover {
  text-decoration: none;
}
.privacypolicy .privacy_box li {
  font-size: 1.4rem;
  line-height: 1.8em;
}
.privacypolicy .privacy_box li + li {
  margin-top: 10px;
}
.privacypolicy .privacy_box ol {
  margin: 20px 0 0 30px;
}
.privacypolicy .privacy_box ol li {
  position: relative;
  list-style: outside decimal;
  padding: 0 0 0 5px;
}
.privacypolicy .privacy_box ol li::marker {
  font-size: 130%;
  font-weight: 700;
  color: #F6744F;
}
.privacypolicy .privacy_box ol li ol {
  padding: 0 0 0 10px;
}

/* =======================================================

投稿記事

======================================================= */
#page--single {
  padding-top: 100px;
}
@media (max-width: 820px) {
  #page--single {
    padding-top: 30px;
  }
}
#page--single .single_box {
  width: 75%;
  margin: 0 auto 100px;
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 4%;
  box-sizing: border-box;
  display: block;
}
@media (max-width: 820px) {
  #page--single .single_box {
    width: 100%;
    margin: 0 auto 50px;
  }
}
#page--single .single_box h2 {
  margin: 50px 0 40px 0;
  padding: 15px 0 15px 20px;
  font-size: 2.4rem;
  border-left: 5px solid #F6744F;
}
#page--single .single_box h3 {
  margin: 30px 0 15px 0;
  padding: 15px 0;
  font-size: 1.8em;
  font-weight: bold;
  border-bottom: 2px solid #F6744F;
}
#page--single .single_box .mt30 {
  margin-top: 30px;
}
#page--single .single_box a {
  color: #F6744F;
  text-decoration: underline;
}
#page--single .single_box a:hover {
  text-decoration: none;
}
#page--single .single_box li {
  font-size: 1.4rem;
  line-height: 1.8em;
}
#page--single .single_box li + li {
  margin-top: 10px;
}
#page--single .single_box ol {
  margin: 20px 0 0 30px;
}
#page--single .single_box ol li {
  position: relative;
  list-style: outside disc;
  padding: 0 0 0 5px;
}
#page--single .single_box ol li::marker {
  font-size: 130%;
  font-weight: 700;
  color: #F6744F;
}
#page--single .single_box ol li ol {
  padding: 0 0 0 10px;
}
#page--single .single_box p {
  margin-bottom: 20px;
}
#page--single .single_box p:last-of-type {
  margin-bottom: 0;
}
#page--single .single_box img {
  margin-top: 30px;
}
#page--single .single_box figure {
  margin-bottom: 30px;
}
#page--single .single_box figure figcaption {
  font-size: 80%;
  color: #C9AB96;
  margin-top: 10px;
}

ul.news-article__pagerbtns {
  margin: 50px auto 20px;
  padding-top: 15px;
  border-top: 1px solid #C9AB96;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
ul.news-article__pagerbtns li {
  display: inline-block;
  text-align: center;
  margin-top: 0 !important;
}
ul.news-article__pagerbtns li .nolink {
  color: #C9AB96;
}
ul.news-article__pagerbtns li.next {
  display: inline-block;
  float: left;
  text-align: left;
}
ul.news-article__pagerbtns li.prev {
  display: inline-block;
  float: right;
  text-align: right;
}/*# sourceMappingURL=style.css.map */