@charset "UTF-8";
body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-size: 17px;
  font-weight: 500;
  color: #333;
  background: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 769px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  body {
    font-size: 13px;
  }
}
.l-wrap, .mod_fixbtn .inner {
  padding-bottom: 30%;
  max-width: 580px;
  margin: 0 auto;
  box-shadow: 0 0 200px rgba(97, 97, 97, 0.12);
}

.inner {
  margin: 0 auto;
  max-width: 680px;
  padding: 0 5%;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

a {
  display: inline-block;
  color: #D45B41;
  text-decoration: underline;
}

p {
  margin-bottom: 1.5em;
}
p:last-child {
  margin-bottom: 0;
}
p small {
  display: inline-block;
  font-size: 85%;
  line-height: 1.2;
  color: #717171;
  letter-spacing: 0.01em;
}
p strong {
  font-weight: 700;
}
p a {
  display: inline-block;
  margin: 0 0.2em;
}
p.blue {
  color: #2572a3;
}

section {
  padding: 3.5rem 0;
}

.elm_txtLink {
  text-align: center;
  display: block;
  margin: 1.5em auto;
}
.elm_txtLink a {
  text-decoration: none;
  font-size: 95%;
  font-weight: 500;
  display: inline-block;
}
.elm_txtLink a:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../images/icon/arrow_dn.png") no-repeat center center;
  background-size: cover;
  margin-left: 0.25em;
  vertical-align: middle;
  transform: translateY(-10%);
}

.elm_h2 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
}

.elm_h3 {
  font-weight: 700;
  font-size: 115%;
  margin-bottom: 0.3em;
}

.elm_h4 {
  font-weight: 700;
  font-size: 120%;
  margin-bottom: 1.2em;
}

.elm_h5 {
  margin-bottom: 0.5em;
  font-weight: 600;
}

.l-header {
  width: 100%;
  padding: 1rem 0;
}
.l-header .inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4.5%;
}
.l-header .left {
  max-width: 102px;
}
.l-header .right {
  font-size: 85%;
  font-weight: 700;
  letter-spacing: 0.05em;
}

#s_mv {
  background: #EFF2F5;
  position: relative;
}
#s_mv .inner {
  padding: 0 0 0.5em 0;
  position: relative;
  z-index: 1;
}
#s_mv:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14%;
  background: #D45B41;
}

#s_intro {
  background: #D45B41;
  padding: 0 0 1.5rem;
}

.mod_intro {
  color: #fff;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 117%;
  padding: 1rem 3%;
}
.mod_intro p {
  margin-bottom: 1.5em;
}

#s_about {
  background: #FFD752;
}

.mod_aboutHead, .mod_aboutFoot, .mod_about li {
  background: #fff;
  border-radius: 18px;
}
.mod_aboutHead p, .mod_aboutFoot p, .mod_about li p {
  margin-bottom: 1.2em;
  font-size: 90%;
  line-height: 1.6;
  letter-spacing: 0.05em;
  opacity: 0.9;
}
.mod_aboutHead p:last-child, .mod_aboutFoot p:last-child, .mod_about li p:last-child {
  margin-bottom: 0;
}

.mod_aboutHead {
  overflow: hidden;
}
.mod_aboutHead .top {
  padding: 1.6em 0;
  background: #46BF70;
  color: #fff;
  position: relative;
  margin-bottom: calc(30px + 1rem);
}
.mod_aboutHead .top:after {
  content: "";
  display: block;
  height: 30px;
  width: 100%;
  background: url("../images/s_about/arrow_d.png") no-repeat center bottom;
  background-size: auto 100%;
  position: absolute;
  bottom: -22px;
}
.mod_aboutHead .cont p {
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
  font-size: 100%;
}

.mod_about {
  margin: 2.5rem 0;
}
.mod_about li {
  padding: 1rem 1.3rem 1.3rem 1.3rem;
  margin-bottom: 1.3rem;
}
.mod_about li:last-child {
  position: relative;
  margin-bottom: 4.5rem;
}
.mod_about li:last-child:before {
  content: "だから…";
  position: absolute;
  bottom: -2.6em;
  left: 0;
  width: 100%;
  font-weight: 700;
  font-size: 120%;
  text-align: center;
}
.mod_about .ttl {
  margin-bottom: 0.7rem;
  display: flex;
  align-items: center;
}
.mod_about .ttl .num {
  flex: 1.5;
}
.mod_about .ttl .txt {
  flex: 8;
  text-align: center;
  font-weight: 700;
  font-size: 120%;
  line-height: 1.3;
}
.mod_about p {
  margin-bottom: 1.2em;
  font-size: 90%;
  line-height: 1.6;
  letter-spacing: 0.05em;
  opacity: 0.9;
}
.mod_about p:last-child {
  margin-bottom: 0;
}

.mod_aboutFoot {
  overflow: hidden;
}
.mod_aboutFoot .top {
  background: #46BF70;
}
.mod_aboutFoot .cont {
  padding: 1.3rem;
}
.mod_aboutFoot .cont p {
  line-height: 1.7;
  letter-spacing: 0.05em;
  opacity: 1;
}

#s_foex {
  background: #419BD4;
  padding-bottom: 0;
}
#s_foex .elm_h2 {
  color: #fff;
}

.mod_foex {
  margin: 2.5rem 0 1rem;
}
.mod_foex:after {
  content: "";
  display: block;
  clear: both;
}
.mod_foex ul li {
  display: inline-block;
  background: #fff;
  border-radius: 18px;
  margin-bottom: 2em;
  padding: 1.5em 1.6em;
  position: relative;
  font-size: 105%;
}
.mod_foex ul li p {
  letter-spacing: 0.15em;
  font-weight: 700;
  line-height: 1.4;
  text-align: justify;
}
.mod_foex ul li p span {
  color: #cd4a2e;
}
.mod_foex ul li:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -16px;
  width: 28px;
  height: 18px;
  background-size: cover;
}
.mod_foex ul li:nth-child(odd) {
  float: left;
}
.mod_foex ul li:nth-child(odd):before {
  left: 1em;
  background-image: url("../images/s_foex/fl.png");
}
.mod_foex ul li:nth-child(even) {
  float: right;
}
.mod_foex ul li:nth-child(even):before {
  right: 1em;
  background-image: url("../images/s_foex/fr.png");
}

#s_voice {
  background: #46BF70;
}
#s_voice p small {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
}

.mod_voice {
  margin-top: 4rem;
}
.mod_voice dl {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 3em;
  padding: 0 1.5em 1.5em 1.5em;
}
.mod_voice dl:last-child {
  margin-bottom: 1em;
}
.mod_voice dl dt {
  margin-bottom: 0.7em;
  text-align: center;
}
.mod_voice dl dt img {
  margin-top: -1.5em;
  display: inline-block;
  width: 25%;
  max-width: 100px;
}
.mod_voice dl dd {
  color: #cd4a2e;
  font-weight: 700;
  line-height: 1.6;
  text-align: justify;
  font-size: 105%;
}

#s_flow {
  background: #fff;
}

.mod_flow {
  margin: 3rem 0;
}
.mod_flow dl {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
}
.mod_flow dl:after {
  content: "";
  height: 30px;
  width: 5px;
  position: absolute;
  bottom: -46px;
  left: 10.2%;
  background: url("../images/s_flow/line.png") no-repeat center center;
  background-size: 100% 100%;
}
.mod_flow dl:last-child {
  margin-bottom: 0;
  background: #FCF8E0;
  border-radius: 18px;
  flex-direction: column;
  text-align: center;
}
.mod_flow dl:last-child:after {
  content: none;
}
.mod_flow dl:last-child dt {
  margin-top: -0.5rem;
}
.mod_flow dl:last-child dd {
  padding: 0 1.5rem 1.5rem 1.5rem;
}
.mod_flow dl:last-child dd .elm_h3 {
  color: #D45B41;
  margin: 0.8em 0;
}
.mod_flow dl:last-child dd p {
  color: #333;
  text-align: justify;
}
.mod_flow dl dt {
  flex: 2.5;
}
.mod_flow dl dd {
  flex: 8;
  padding-left: 6%;
  line-height: 1.3;
}
.mod_flow dl dd p {
  font-size: 90%;
  color: #717171;
}

#s_faq {
  background: #D45B41;
}
#s_faq .elm_h2 {
  color: #fff;
}

.mod_faq {
  margin: 3.5rem 0 0;
}
.mod_faq dl {
  line-height: 1.4;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 1.2em;
}
.mod_faq dl:last-child {
  margin-bottom: 0;
}
.mod_faq dl dt {
  padding: 1.5em 3.5em 1.5em 1.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  background-image: url("../images/icon/pls.png");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right 1.5em center;
  font-size: 105%;
}
.mod_faq dl dt:hover {
  opacity: 0.6;
}
.mod_faq dl dt.active {
  background-image: url("../images/icon/mns.png");
}
.mod_faq dl dd {
  line-height: 1.6;
  border-top: 1px solid #EFF2F5;
  padding: 1.2em 1.5em;
  font-weight: 500;
  font-size: 90%;
}
.mod_faq dl dd p {
  margin-bottom: 1em;
}
.mod_faq dl dd p:last-child {
  margin-bottom: 0;
}
.mod_faq dl dd p strong {
  font-size: 125%;
}

#s_info {
  padding-bottom: 1rem;
  overflow: hidden;
}

.mod_info {
  font-size: 85%;
  line-height: 1.4;
  letter-spacing: 0;
  color: #717171;
}
.mod_info .elm_h4, .mod_info .elm_h5 {
  color: #333;
}
.mod_info p {
  margin-bottom: 0.5em;
}
.mod_info p:last-child {
  margin-bottom: 0;
}
.mod_info ul {
  margin: 0.5em 0;
}
.mod_info .ind {
  font-feature-settings: normal;
  -webkit-font-kerning: none;
}
.mod_info .ind li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.1em;
}
.mod_info .ind li a {
  display: inline;
}
.mod_info .seg {
  margin-bottom: 3rem;
}
.mod_info .seg:last-child {
  margin-bottom: 0;
}
.mod_info .elm {
  position: relative;
  margin-bottom: 1.7em;
}
.mod_info .elm:last-child {
  margin-bottom: 0;
}
.mod_info .elm:before {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: url("../images/icon/acc.png") no-repeat left center;
  background-size: 100%;
  position: absolute;
  top: 4px;
  left: -6%;
}

.mod_fixbtn {
  z-index: 10;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.mod_fixbtn .inner {
  box-shadow: none;
  padding: 0;
}

#auFoot {
  letter-spacing: 0;
}
