@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, sans-serif;
  color: #232105;
  letter-spacing: 0.02em;
  line-height: 1.8;
  font-size: 1.6rem;
  background: #F6F6E8;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

*:focus {
  outline: none;
}

p,
ul li,
ol li {
  text-align: justify;
  text-justify: inter-ideograph;
}

img,
picture {
  display: block;
}

img {
  width: 100%;
}

b {
  font-weight: bold;
}

p + p {
  margin-top: 2em;
}

/*
* wrapper
*/
.l-base {
  margin-left: 6%;
  margin-right: 6%;
}

.l-outer {
  background: #fff;
}

/*
 * ボタン
 */
.c-btn {
  margin: 0;
  padding: 0;
  appearance: none;
  display: inline-block;
  border: none;
  text-align: center;
  line-height: 1;
  background-color: #EEE;
  text-decoration: none;
  cursor: pointer;
}

/*
 * 見出し
 */
.c-h1 {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  font-size: 2.4rem;
}

/*
 * リスト
 */
.c-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 0 1rem;
  line-height: 1.4;
  font-weight: 500;
  font-size: 1.8rem;
}
.c-list li:before {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  background: url("../images/icon_check.svg") no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.5rem;
}
.c-list li + li {
  margin-top: 1.2rem;
}
.c-list.-orange li:before {
  background-image: url("../images/icon_check_orange.svg");
}

/*
 * header
 */
.p-hdr {
  background: #FDF37E;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
}
.p-hdr__h1 {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.8rem;
}
.p-hdr__h1 em {
  font-size: 2rem;
}

/*
 * article
 */

.p-mv {
  background: linear-gradient(to bottom, transparent 50%, #ECE270 50%);
  margin-top: 1rem;
}
.p-mv__box {
  position: relative;
}
.p-mv__right {
  margin-right: 8%;
  margin-left: auto;
  width: 41%;
  position: relative;
}
.p-mv__right__cap {
  font-weight: 500;
  text-align: right;
  bottom: 24%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
}
.p-mv__right__cap span {
  background: #232105;
  color: #FFF;
  display: inline-block;
  line-height: 1.2;
  padding: 0 1rem;
  white-space: nowrap;
}
.p-mv__left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 42%;
  width: 73%;
}

.p-nayami {
  padding: 4rem 0;
  background: #5C7EAC;
}
.p-nayami__h1 {
  margin-bottom: 5rem;
}
.p-nayami__box {
  position: relative;
  background: #FFF;
  border-radius: 0.4rem;
  padding: 3rem 8% 2.5rem;
  margin-bottom: 1.5rem;
}
.p-nayami__box:before {
  content: "";
  width: 16rem;
  height: 4.8rem;
  background: url("../images/sec01-img00.webp") no-repeat center/contain;
  top: -3.3rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.p-nayami__img {
  width: 10rem;
  margin: 0 auto 1.7rem;
}
.p-nayami__txt b {
  color: #FFFC4F;
}

.p-why {
  background: #232105;
  padding: 4rem 0;
}
.p-why__img {
  width: 20rem;
  margin: 0 auto 2.4rem;
}
.p-why__h1 {
  margin-bottom: 2.4rem;
}

.p-merit {
  padding: 4rem 0;
}
.p-merit__img-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 2rem;
}
.p-merit__img-list picture:first-of-type {
  width: 40%;
}
.p-merit__img-list picture:last-of-type {
  width: 47%;
  margin-left: 3%;
}
.p-merit__box {
  border: 1.5px solid #D7D558;
  background: #FFF;
  padding: 2.4rem;
  margin: 2.4rem 0;
}
.p-merit__h2 {
  margin-bottom: 1.5rem;
}

.p-reason {
  padding: 4rem 0;
  background: #F8F7EF;
}
.p-reason__h1 {
  margin-bottom: 2.4rem;
}
.p-reason__item {
  margin-top: 2.4rem;
}
.p-reason__img {
  margin-bottom: 2.4rem;
}

.p-intro {
  padding: 4rem 0;
  border-top: 2px solid #232105;
  border-bottom: 2px solid #232105;
}
.p-intro__box {
  margin-top: 2rem;
}
.p-intro__img {
  width: 20rem;
  margin: 1.4rem auto 1rem;
}
.p-intro__name {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.p-intro__name small {
  font-weight: 500;
  font-size: 1.8rem;
}
.p-intro__list {
  margin-left: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}
.p-intro__list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 0 0.5rem;
}
.p-intro__list li:before {
  content: "・";
}
.p-intro__txt {
  font-size: 1.6rem;
}

.p-voice {
  padding: 3rem 0;
}
.p-voice__h1 {
  color: #E97800;
  margin-bottom: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.p-voice__img {
  margin-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.6rem;
}
.p-voice__img img {
  width: calc((100% - 1.2rem) / 3);
}
.p-voice__note {
  display: block;
  text-align: right;
  font-size: 1.2rem;
}
.p-voice__list {
  margin: 1rem 0;
}
.p-voice__list li {
  background: #FFF;
  border: 1.5px solid #D7D558;
  padding: 1.5rem 1.5rem 1rem;
}
.p-voice__list li + li {
  margin-top: 1.6rem;
}
.p-voice__star {
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.8rem;
  margin-bottom: 0.9rem;
}
.p-voice__star span {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url("../images/icon_star.svg") no-repeat center/contain;
}

/*
 * aside
 */
.p-cta {
  background: #FFCC97;
  position: relative;
  padding: 2rem 0 4rem;
  text-align: center;
}
.p-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/cta_bg_pattern_sp.png") repeat center/auto;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.p-cta.-ftr {
  background: linear-gradient(to top, #FFCC97 21.6rem, transparent 21.6rem);
  padding: 3rem 0 2rem;
}
.p-cta.-ftr:before {
  top: calc(100% - 21.6rem);
  height: 21.6rem;
}
.p-cta__txt01 {
  font-weight: bold;
  text-align: center;
  position: relative;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
}
.p-cta__h1 {
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  position: relative;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
  font-size: 2rem;
}
.p-cta__h1 em {
  display: inline;
  background: linear-gradient(to bottom, transparent 90%, #fff 90%);
  font-size: 2.4rem;
}
.p-cta__h1.-ftr {
  font-size: 2rem;
}
.p-cta__img {
  width: 23.6rem;
  margin: 0 auto;
}
.p-cta__btn {
  position: relative;
  font-weight: bold;
  color: #FFF;
  background: #06C755;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 1.6rem;
  border: 1.5px solid #232105;
  box-shadow: 2px 2px 0px #000;
  border-radius: 1.1rem;
  height: 7.7rem;
  font-size: 2rem;
  transition: opacity 0.3s;
}
.p-cta__btn:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.p-cta__btn:before {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  background: url("../images/icon_line.svg") no-repeat center/contain;
}
.p-cta__btn:after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: url("../images/icon_arrow.svg") no-repeat center/contain;
}

/*
 * footer
 */
.p-ftr {
  background: #393939;
  color: #FFF;
  text-align: center;
  padding: 2rem 0;
  font-size: 1.2rem;
}
.p-ftr p {
  text-align: center;
}
.p-ftr a {
  display: inline-block;
  color: inherit;
}

/*
 * block
 */
.u-sp {
  display: block;
}

.u-pc {
  display: none;
}

.u-hidden {
  display: none;
}

/*
 * color
 */
.u-yellow {
  color: #ECE270;
}

.u-blue {
  color: #5C7EAC;
}

.u-white {
  color: #fff;
}

.u-orange {
  color: #E97800;
}

/*
 * test-align
 */
.u-tac {
  text-align: center;
}

/*
 * test-align
 */
.u-bg-img {
  background: url("../images/sec03-bg_sp.webp") no-repeat center/cover;
}

/*-------------------------------

	Reset

-------------------------------*/
/*-------------------------------

	Foundation

-------------------------------*/
/*-------------------------------

	Layout

-------------------------------*/
/*-------------------------------

	Object

-------------------------------*/
/*---------- Component ----------*/
/*---------- Project ----------*/
/*---------- Utility ----------*/
@media only screen and (min-width: 768px){

  /* tablet-size */
  body{
    font-size: 2.4rem;
  }
  .l-base{
    width: min(calc(100% - 16%), 800px);
    margin-left: auto;
    margin-right: auto;
  }
  .l-outer{
    width: min(100%, 1040px);
    margin: 0 auto;
    box-shadow: 0 0 4rem #C1C1A3;
  }
  .c-h1{
    font-size: 4rem;
  }
  .c-list li{
    font-size: 2.4rem;
  }
  .c-list li{
    gap: 0 2rem;
  }
  .c-list li:before{
    width: 3rem;
    height: 3rem;
  }
  .c-list li + li{
    margin-top: 2.8rem;
  }
  .p-hdr{
    padding: 1.3rem 0;
    margin-bottom: 4rem;
  }
  .p-hdr__h1{
    font-size: 3.2rem;
  }
  .p-hdr__h1 em{
    font-size: 3.6rem;
  }
  .p-tv{
    width: 92%;
    margin: 0 auto 2.5rem;
  }
  .p-mv__box{
    width: min(88%, 1040px);
    margin: 0 auto;
  }
  .p-mv__right{
    margin-right: 6%;
    width: 39%;
  }
  .p-mv__right__cap{
    font-size: 2rem;
  }
  .p-mv__right__cap{
    bottom: 9%;
  }
  .p-mv__right__cap span{
    padding: 0.2rem 2rem;
  }
  .p-mv__left{
    right: 39%;
    width: 67%;
  }
  .p-nayami{
    padding: 6.4rem 0;
  }
  .p-nayami__h1{
    margin-bottom: 9.5rem;
  }
  .p-nayami__box{
    border-radius: 1rem;
    padding: 7rem 4rem;
    margin-bottom: 4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-align: end;
        align-items: flex-end;
    gap: 0 6rem;
  }
  .p-nayami__box:before{
    width: 28rem;
    height: 8.4rem;
    top: -5.5rem;
  }
  .p-nayami__img{
    width: 16.2rem;
    margin: 0;
  }
  .p-why{
    padding: 9.6rem 0;
  }
  .p-why__img{
    width: 24rem;
    margin-bottom: 4rem;
  }
  .p-why__h1{
    margin-bottom: 4rem;
  }
  .p-merit{
    padding: 9.6rem 0;
  }
  .p-merit__img-list{
    margin-bottom: 3rem;
  }
  .p-merit__img-list picture:first-of-type{
    width: 31%;
  }
  .p-merit__img-list picture:last-of-type{
    width: 35%;
    margin-left: 4%;
  }
  .p-merit__box{
    padding: 6.4rem;
    margin: 4rem 0;
  }
  .p-merit__h2{
    margin-bottom: 5.7rem;
  }
  .p-reason{
    padding: 9.6rem 0;
  }
  .p-reason__h1{
    margin-bottom: 4rem;
  }
  .p-reason__item{
    margin-top: 4rem;
  }
  .p-reason__img{
    margin-bottom: 4rem;
  }
  .p-intro{
    padding: 9.6rem 0;
    border-width: 3px;
  }
  .p-intro__box{
    margin-top: 4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 0 4rem;
  }
  .p-intro__img{
    width: 24rem;
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-intro__txt-box{
    margin-top: -2rem;
  }
  .p-intro__name{
    font-size: 2.8rem;
  }
  .p-intro__name{
    text-align: left;
    margin-bottom: 0.5rem;
  }
  .p-intro__name small{
    font-size: 2.4rem;
  }
  .p-intro__list{
    font-size: 1.6rem;
  }
  .p-intro__list{
    font-weight: bold;
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .p-intro__txt{
    font-size: 1.6rem;
  }
  .p-voice{
    padding: 8rem 0 9.6rem;
  }
  .p-voice__h1{
    font-size: 4.4rem;
  }
  .p-voice__h1{
    margin-bottom: 3rem;
  }
  .p-voice__img{
    margin-top: 4rem;
    margin-bottom: 1rem;
    gap: 0 1.3rem;
  }
  .p-voice__img img{
    width: calc((100% - 2.6rem) / 3);
  }
  .p-voice__note{
    font-size: 1.6rem;
  }
  .p-voice__note{
    margin-top: 1.5rem;
  }
  .p-voice__list{
    margin: 4rem 0;
  }
  .p-voice__list li{
    border-width: 4px;
    padding: 3.5rem 4rem 4rem;
  }
  .p-voice__list li + li{
    margin-top: 4rem;
  }
  .p-voice__star{
    gap: 0 1.3rem;
    margin-bottom: 2.4rem;
  }
  .p-voice__star span{
    width: 2.9rem;
    height: 2.9rem;
  }
  .p-cta{
    padding: 5rem 0 6.4rem;
  }
  .p-cta:before{
    background-image: url("../images/cta_bg_pattern_pc.png");
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  }
  .p-cta.-ftr{
    background: linear-gradient(to top, #FFCC97 48.7rem, transparent 48.7rem);
    padding: 6.4rem 0;
  }
  .p-cta.-ftr:before{
    top: calc(100% - 48.7rem);
    height: 48.7rem;
  }
  .p-cta__txt01{
    font-size: 3.6rem;
  }
  .p-cta__txt01{
    margin-bottom: 1rem;
  }
  .p-cta__h1{
    font-size: 4.6rem;
  }
  .p-cta__h1{
    margin-bottom: 4rem;
  }
  .p-cta__h1 em{
    font-size: 5.7rem;
  }
  .p-cta__h1.-ftr{
    font-size: 5rem;
  }
  .p-cta__img{
    width: 61.5rem;
  }
  .p-cta__btn{
    font-size: 3.6rem;
  }
  .p-cta__btn{
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 3rem;
    border-radius: 2rem;
    height: 14rem;
    border-width: 3px;
    box-shadow: 4px 4px 0px #000;
    gap: 0 3.6rem;
  }
  .p-cta__btn:before{
    width: 6.6rem;
    height: 6.6rem;
  }
  .p-cta__btn:after{
    width: 3.5rem;
    height: 3.5rem;
  }
  .p-ftr{
    font-size: 1.6rem;
  }
  .p-ftr{
    padding: 6.4rem 0;
  }
  .u-sp{
    display: none;
  }
  .u-pc{
    display: block;
  }
  .u-bg-img{
    background-image: url("../images/sec03-bg_pc.webp");
  }
}
@media only screen and (min-width: 1040px){

  /* pc-size */
}
@media only screen and (min-width: ){

  /* pc-size */
}
@media only screen and (min-width: 1920px){

  /* max-size */
}
/*# sourceMappingURL=style.css.map */