@charset "utf-8";
@import url("reset.css");

:root {
    --colorGreen100: #97c618;
    --colorGreen90: #3eb134;
    --colorGreen80: #156010;
    
    --colorOrange100: #fef3d5;
    --colorOrange90: #f08200;
    
    --colorYellow100: #fff57f;
    
    --colorWhite100: #fff;
}

html {
    /* 基準値は10px */
    font-size: 10px;
}
body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
    font-size: 1.8rem;
    line-height: 1.7;
    color: #000;
    min-width: 1300px;
    overflow-x: hidden;
}


.mv {
    background: url(../img/mv_pc3.jpg) no-repeat center bottom / auto 100%;
    height: 953px;
}
.mvTtl {
    opacity: 0;
    user-select: none;
    position: absolute;
    z-index: -1;
}

.promise {
    background: var(--colorGreen100);
    padding: 80px 40px 0;
    display: flex;
    justify-content: center;
}
.promise2 {
    background: var(--colorGreen100);
    padding: 80px 40px 80px;
    display: flex;
    justify-content: center;
    
}
.promiseInner {
    width: 1300px;
    background: var(--colorOrange100);
    padding: 60px 50px 50px;
    box-sizing: border-box;
}
.promiseTtl {
    color: var(--colorOrange90);
    font-size: 4.8rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 50px;
}

.promiseTtl3 {
    color: var(--colorOrange90);
    font-size: 4.8rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 50px;
}

.promiseTtl2 {
    color: var(--colorOrange90);
    font-size: 4.8rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
	padding-left: 85px;
}

.promiseTtl2:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  background: var(--colorGreen100);
  color: white;
  font-weight: 900;
  font-size: 50px;
  border-radius: 50%;
  left: 215px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.promiseTtl2:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 289px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid var(--colorGreen100);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.promiseContents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.promiseContents img {
	width: 1200px;
}

.promiseItem h3 {
    background: var(--colorOrange90);
    padding: 16px;
    color: var(--colorWhite100);
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 16px;
}
.promiseItem p {
}
.promiseItemBlock1 {
    grid-row: 1;
    grid-column: 1;
}
.promiseItemBlock2 {
    grid-row: 2;
    grid-column: 1;
}
.promiseItemBlock3 {
    grid-row: 1;
    grid-column: 2;
}
.promiseItemBlock4 {
    grid-row: 2;
    grid-column: 2;
}

.profile {
    width: 1300px;
    margin: 0 auto;
    position: relative;
    padding: 90px 0 60px 50px;
    min-height: 1211px;
    box-sizing: border-box;
}
.profile:after {
    content: "";
    background: url(../img/shibui_img.png) no-repeat left center/ contain;
    width: 799px;
    height: 1211px;
    position: absolute;
    bottom: 0;
    right: -250px;
    z-index: 1;
    user-select: none;
    pointer-events: none;
}
.profileTtl {
    margin-bottom: 50px;
    line-height: 1;
    color: var(--colorGreen90);
}
.profileTtl ruby {
    font-size: 8rem;
}
.profileTtl rt {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 8px;
}
.profileCatch {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 50px;
}
.profileTbl {
    border-spacing: 0;
    border-collapse: collapse;
    width: 825px;
}
.profileTbl caption {
    font-size: 2.2rem;
    font-weight: 500;
    text-align: left;
    padding-bottom: 12px;
    border-bottom: 1px var(--colorGreen90) solid;
}
.profileTbl tr {
}
.profileTbl th,
.profileTbl td {
    border-top: 1px var(--colorGreen90) dotted;
    padding: 30px 0;
    text-align: left;
    vertical-align: top;
    font-weight: 400;
}
.profileTbl th {
    padding-right: 50px;
    width: 1%;
    white-space: nowrap;
}
.profileTbl td {
}
.profileLast {
    background: url(../img/comment_img.png) no-repeat center bottom / 479px auto;
    width: 825px;
    height: 128px;
    margin-top: 30px;
    color: transparent;
    user-select: none;
}

.recom {
    border-top: 10px var(--colorGreen80) solid;
    padding: 80px 0;
    display: flex;
    justify-content: center;
}
.recomInner {
    width: 1300px;
    padding: 0 50px;
    box-sizing: border-box;
}
.recomTtl {
    font-size: 4rem;
    color: var(--colorOrange90);
    margin-bottom: 50px;
}
.recomContents {
    display: flex;
    gap: 50px;
}
.recomFigure {
    display: flex;
    flex-flow: column;
    gap: 12px;
    width: 300px;
}
.recomFigure figcaption {
    text-align: center;
    font-size: 1.6rem;
}
.recomFigure figcaption span {
    font-size: 1.2rem;
}
.recomParagraph {
    font-size: 2rem;
}

.footer {
    background: var(--colorOrange90);
    padding: 50px;
    display: flex;
    justify-content: center;
    color: var(--colorWhite100);
}
.footerInner {
    width: 1300px;
    padding: 0 50px;
    box-siging: border-box;
}
.footer h2 {
    font-size: 2.8rem;
    line-height: 1;
    margin-bottom: 8px;
}
.footer p {
}
.footer ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 24px;
}

.shienBnr {
  display: block;
  border: 5px #e75200 solid;
  background: url(../img/shien_bnr_bg_pc.png) no-repeat #fff right center;
}
.shienBnr img {
  display: block;
  width: auto !important;
  height: 300px;
}
.polingStatinBnr {
  display: block;
  background: #fff;
  text-decoration: none;
  font-size: 2rem;
}
.polingStatinBnr ._text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 80px 20px 60px;
  font-weight: 500;
  color: #e75200;
}
.polingStatinBnr ._ttl {
  font-size: 4.6rem;
  font-weight: 700;
}
.polingStatinBnr ._note {
  background: #ddd;
  display: block;
  padding: 12px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  color: #000;
}