@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  font-family: noto-sans-cjk-jp, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*------------------------------------------------------------
    font-family: noto-sans-cjk-jp, sans-serif;
	font-family: "din-2014", sans-serif;
------------------------------------------------------------*/
.speakAnchor, #navSpeak, .speakAnchor {
  display: none;
}

body {
  color: #404040;
  line-height: 1.5;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.l-content {
  max-width: 940px;
  padding: 0px 20px;
  margin: 0 auto;
}

.arrow {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  margin-left: 5px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.c-btn01 {
  width: 100%;
  max-width: 414px;
  height: 60px;
  background: #00b88a;
  border: 2px solid #00b88a;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 4px 4px 8px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn01 {
    height: 45px;
    font-size: 14px;
  }
}
.c-btn01::before {
  content: "";
  background: url(../images/arrow.png) no-repeat center;
  background-size: 100% auto;
  width: 22px;
  height: 100%;
  right: 20px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .c-btn01::before {
    width: 16px;
    right: 10px;
  }
}
@media screen and (min-width: 769px) {
  .c-btn01:hover {
    opacity: 0.7;
  }
}

.c-title012 {
  width: 100%;
  height: auto;
  min-height: 110px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  font-size: 36px;
  font-weight: 700;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-title012 {
    font-size: 24px;
  }
}
.c-title012 span {
  font-size: 135px;
  font-weight: 200;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-title012 span {
    font-weight: 100;
    font-size: 115px;
  }
}
.c-title012::after {
  content: "";
  background: url(../images/title01-ic.png) no-repeat center;
  background-size: 100% auto;
  width: 48px;
  height: 4px;
  position: absolute;
  bottom: 0;
}
.c-title012.ver2 span {
  color: #f2f2f7;
}
.c-title012.ver3 {
  padding-bottom: 20px;
}
.c-title012.ver3 span {
  color: #f2f2f7;
}
.c-title012.ver3 strong {
  font-size: 36px;
  font-weight: 700;
  z-index: 1;
  width: 100%;
  position: relative;
  padding-top: 60px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-title012.ver3 strong {
    font-size: 24px;
  }
}
.c-title012.ver3 strong small {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: #2d3765;
  padding: 8px 20px;
  border-radius: 18px;
  position: absolute;
  white-space: nowrap;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-title012.ver3 strong small {
    font-size: 12px;
  }
}
.c-title012.ver3 strong small b {
  font-size: 20px;
  font-weight: 700;
  line-height: 13px;
}
@media screen and (max-width: 768px) {
  .c-title012.ver3 strong small b {
    font-size: 19px;
  }
}
.c-title012.ver3 strong small::after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #2d3765;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 10px);
}
.c-title01 {
  font-size: 36px;
  color: #122033;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title01 {
    font-size: 24px;
  }
}
.c-title01 strong {
  font-size: 36px;
  font-weight: 700;
  z-index: 1;
  width: 100%;
  position: relative;
  padding-top: 50px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-title01 strong {
    font-size: 24px;
    padding-top: 40px;
  }
}
.c-title01 strong small {
  font-size: 13px;
  font-weight: 700;
  color: #325b94;
  background: #fff;
  border: 2px solid #252525;
  padding: 8px 20px;
  border-radius: 22px;
  box-sizing: border-box;
  position: absolute;
  white-space: nowrap;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-title01 strong small {
    font-size: 12px;
    padding: 5px 15px;
  }
}
.c-title01 strong small b {
  font-size: 20px;
  font-weight: 700;
  line-height: 13px;
}
@media screen and (max-width: 768px) {
  .c-title01 strong small b {
    font-size: 18px;
  }
}
.c-title01 strong small::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-left: 2px solid #252525;
  border-bottom: 2px solid #252525;
  transform: rotate(-45deg);
  display: inline-block;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 10px);
}

.js-accordionTrigger.title {
  width: 100%;
  max-width: 245px;
  height: 50px;
  border-radius: 8px;
  background: #ffffff;
  border: 0px solid black;
  box-shadow: 3px 0px 8px rgba(0, 0, 0, 0.17);
  position: relative;
}
.js-accordionTrigger.title::before {
  content: "もっと見る";
  font-weight: 500;
  color: #325b94;
  font-family: noto-sans-cjk-jp, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.js-accordionTrigger.title.is-open::before {
  content: "閉じる";
}
.js-accordionTrigger.title i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 15px;
  top: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .js-accordionTrigger.title i {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
  }
}
.js-accordionTrigger.title i::before, .js-accordionTrigger.title i::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 2px;
  background-color: #325b94;
  border-radius: 2px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .js-accordionTrigger.title i::before, .js-accordionTrigger.title i::after {
    right: 4px;
  }
}
.js-accordionTrigger.title i:after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.2s ease;
}
.js-accordionTrigger.title.is-open i:after {
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease;
}

#header {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
}
#header .logo {
  display: inline-block;
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  #header .logo {
    margin-left: 15px;
  }
}
#header .logo img {
  width: 44px;
  height: auto;
}
#header .btn-close {
  margin-right: 15px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  #header .btn-close {
    margin-top: 0;
  }
}

.c-mainvisual01 {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.c-mainvisual01 .bg {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  position: absolute;
}
.c-mainvisual01 .bg .c-img1 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-mainvisual01 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-mainvisual01 .content {
  position: relative;
  width: 100%;
}
.c-mainvisual01 .content .title {
  text-align: center;
}
.c-mainvisual01 .content .title .c-img1 {
  width: 1310px;
  height: auto;
  display: inline-block;
  padding: 50px 20px 70px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .c-mainvisual01 .content .title .c-img1 {
    width: 100%;
    max-width: 500px;
    padding: 45px 10px 10px;
  }
}
.c-mainvisual01 .content .title .c-img1 img {
  width: 100%;
  height: auto;
}

.index-sec1 {
  background: #f98ca0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 25px 0px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index-sec1 {
    padding: 15px 0px 20px;
  }
}
.index-sec1 .l-content {
  width: auto;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .index-sec1 .l-content {
    padding: 0;
  }
}
.index-sec1 .title {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .index-sec1 .title {
    text-align: center;
  }
}
.index-sec1 .title .sub {
  font-size: 20px;
  color: #f98ca0;
  background: #fff59d;
  font-weight: 900;
  display: inline-block;
  padding: 4px 25px;
  border-radius: 20px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .index-sec1 .title .sub {
    font-size: 13px;
    position: absolute;
    padding: 2px 12px;
    margin-right: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
}
.index-sec1 .title h2 {
  font-size: 27px;
  font-weight: 900;
}
.index-sec1 .title h2 span {
  font-size: 38px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .index-sec1 .title h2 span {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .index-sec1 .title h2 {
    font-size: 18px;
    width: 100%;
    padding-top: 20px;
  }
}
.index-sec1 p {
  font-size: 14px;
  color: #fff;
  padding-top: 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .index-sec1 p {
    font-size: 10px;
    padding: 10px 20px 0px;
  }
}
.index-sec2 {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  text-align: center;
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .index-sec2 {
    padding-top: 40px;
  }
}
.index-sec2 .txt {
  font-size: 23px;
  font-weight: 700;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .txt {
    font-size: 18px;
  }
}
.index-sec2 h2 {
  color: #00b88a;
  font-size: 40px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #ff99ac;
  text-underline-offset: 16px;
  text-decoration-thickness: 6px;
}
@media screen and (max-width: 768px) {
  .index-sec2 h2 {
    font-size: 36px;
    text-underline-offset: 13px;
    text-decoration-thickness: 4px;
  }
}
.index-sec2 h2 span {
  font-size: 68px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .index-sec2 h2 span {
    font-size: 48px;
  }
}
.index-sec2 .block {
  text-align: left;
  margin-top: 50px;
  padding: 20px 0px 60px;
  background: #c3e6c6;
  display: inline-block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block {
    margin-top: 35px;
    padding: 15px 0px 30px;
  }
}
.index-sec2 .block .l-content {
  max-width: 740px;
}
.index-sec2 .block .item {
  background: #fff;
  border-radius: 15px;
  padding: 35px 75px 50px;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item {
    margin-top: 20px;
    border-radius: 10px;
    padding: 15px 17px 20px;
  }
}
.index-sec2 .block .item .step {
  background: linear-gradient(to right, #e57373, #64d8cb);
  border-radius: 20px;
  padding: 7px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  font-family: "din-2014", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item .step {
    font-size: 18px;
    padding: 4px 15px;
  }
}
.index-sec2 .block .item .step span {
  font-size: 25px;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item .step span {
    font-size: 24;
  }
}
.index-sec2 .block .item h3 {
  color: #00b88a;
  font-size: 35px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #ff99ac;
  text-underline-offset: 8px;
  text-decoration-thickness: 5px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item h3 {
    font-size: 27px;
    margin-top: 15px;
    text-decoration-thickness: 4px;
  }
}
.index-sec2 .block .item .txt1 {
  text-align: left;
  width: auto;
  display: inline-block;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item .txt1 {
    text-align: center;
    margin-top: 20px;
  }
}
.index-sec2 .block .item .txt1 span {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item .txt1 span {
    font-size: 18px;
  }
}
.index-sec2 .block .item .txt1 span::before {
  width: 10px;
  height: 10px;
  background: #ff99ac;
  border-radius: 50%;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.index-sec2 .block .item .txt1 p {
  font-size: 22px;
  font-weight: 500;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item .txt1 p {
    font-size: 15px;
    text-align: left;
    padding-top: 5px;
  }
}
.index-sec2 .block .item .txt1 p span {
  font-weight: 500;
  padding-left: 0;
  display: block;
  padding-top: 5px;
}
.index-sec2 .block .item .txt1 p span::before {
  display: none;
}
.index-sec2 .block .item .txt2 {
  text-align: left;
  width: 100%;
  max-width: 450px;
  display: inline-block;
  margin-top: 20px;
}
.index-sec2 .block .item .txt2.border {
  border-top: 2px solid #36b394;
  padding-top: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item .txt2.border {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item .txt2 {
    margin-top: 7px;
  }
}
.index-sec2 .block .item .txt2 p {
  position: relative;
  padding-left: 16px;
  font-size: 12px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item .txt2 p {
    padding-top: 5px;
  }
}
.index-sec2 .block .item .txt2 p::before {
  content: "※";
  left: 0;
  position: absolute;
  font-size: 12px;
  font-weight: 400;
}
.index-sec2 .block .item .txt2 .link01 {
  color: #33aaff;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 400;
  padding-left: 10px;
}
.index-sec2 .block .item .box {
  width: 100%;
  height: auto;
  background: #f7f7f5;
  padding: 45px 75px 30px;
  margin-top: 40px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item .box {
    padding: 30px 17px 20px;
  }
}
.index-sec2 .block .item .box span {
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #ff99ac;
  text-underline-offset: 5px;
  text-decoration-thickness: 4px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.index-sec2 .block .item .box p {
  font-size: 20px;
  position: relative;
  padding-left: 18px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item .box p {
    font-size: 16px;
  }
}
.index-sec2 .block .item .box p::before {
  width: 12px;
  height: 12px;
  background: #ff99ac;
  border-radius: 50%;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item .box p::before {
    width: 10px;
    height: 10px;
  }
}
.index-sec2 .block .item .box2 {
  border: 3px solid #00b88a;
  margin-top: 70px;
  padding: 50px 20px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item .box2 {
    padding: 20px 0px 25px;
    border-right-width: 0px;
    border-left-width: 0px;
    margin-top: 20px;
  }
}
.index-sec2 .block .item .box2 span {
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  background: #fff;
  position: absolute;
  color: #00b88a;
  top: -28px;
  padding: 0px 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item .box2 span {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    transform: translateX(0%);
    font-size: 15px;
    padding: 0;
    margin-bottom: 20px;
  }
}
.index-sec2 .block .item .box2 .btn {
  max-width: 392px;
  height: auto;
  margin: 0 auto;
  display: inline-flex;
  justify-content: space-between;
}
.index-sec2 .block .item .box2 .btn a {
  width: calc(50% - 10px);
}
.index-sec2 .block .item .box3 {
  width: 100%;
  max-width: 520px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item .box3 {
    border: 2px solid #00b88a;
    flex-wrap: wrap;
    margin-top: -12px;
    padding: 20px 0px;
  }
}
.index-sec2 .block .item .box3 .item1 {
  width: calc(50% - 10px);
  border: 2px solid #00b88a;
  position: relative;
  padding: 25px 20px 30px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item .box3 .item1 {
    width: 100%;
    padding: 0;
    border: 0px solid black;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0;
    padding: 5px 5px;
  }
}
.index-sec2 .block .item .box3 .item1 span {
  background: #fff;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  padding: 0px 15px;
  font-weight: 700;
  left: 50%;
  transform: translateX(-50%);
  top: -13px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item .box3 .item1 span {
    position: relative;
    width: auto;
    display: inline-block;
    left: 0;
    transform: translateX(0%);
    top: 0;
    padding: 0;
  }
  .index-sec2 .block .item .box3 .item1 span small {
    display: inline-block !important;
    padding-right: 4px;
  }
}
.index-sec2 .block .item .box3 .item1 p {
  color: #00b88a;
  font-weight: 700;
  font-size: 46px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item .box3 .item1 p {
    font-size: 32px;
  }
}
.index-sec2 .block .item .box3 .item1 p small {
  color: #00b88a;
  font-weight: 700;
  line-height: 1;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item .box3 .item1 p small {
    font-size: 20px;
  }
}
.index-sec2 .block .item .table {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  border: 1px solid #c3cbc9;
  margin-top: 30px;
}
.index-sec2 .block .item .table td {
  border: 1px solid #c3cbc9;
  padding: 14px 0px;
  font-size: 15px;
  font-weight: 500;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item .table td {
    padding: 12px 0px;
    font-size: 14px;
  }
}
.index-sec2 .block .item .table tr:first-child td {
  background: #36b394;
  font-size: 14px;
  color: #fff;
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item .table tr:first-child td {
    font-size: 12px;
    padding: 10px 0;
  }
}
.index-sec2 .block .item .ttl {
  font-size: 24px;
  color: #00b88a;
  font-weight: 700;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item .ttl {
    font-size: 18px;
    background: #fff;
    width: auto;
    display: inline-block;
    padding: 0px 10px;
    margin-top: 30px;
  }
}
.index-sec2 .block .item:nth-child(3) .txt2, .index-sec2 .block .item:nth-child(4) .txt2 {
  text-align: left;
  width: 100%;
  max-width: 100%;
  display: inline-block;
  margin-top: 20px;
}
.index-sec3 {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  background: #f7f7f5;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .index-sec3 {
    padding: 50px 0px 40px;
  }
  .index-sec3 .l-content {
    padding: 0px 10px;
  }
}
.index-sec3 h2 {
  color: #00b88a;
  font-size: 35px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #ff99ac;
  text-underline-offset: 7px;
  text-decoration-thickness: 5px;
}
@media screen and (max-width: 768px) {
  .index-sec3 h2 {
    font-size: 27px;
    text-underline-offset: 5px;
    text-decoration-thickness: 4px;
  }
}
.index-sec3 .block {
  border: 3px solid #00b88a;
  padding: 55px 20px 75px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index-sec3 .block {
    border: 2px solid #00b88a;
    padding: 40px 20px 35px;
  }
}
.index-sec3 .block .card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 680px;
  margin: 0 auto;
}
.index-sec3 .block .card .item {
  margin-top: 35px;
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .index-sec3 .block .card .item {
    width: calc(50% - 8px);
    margin-top: 20px;
  }
}
.index-sec3 .block .card .item h3 {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .index-sec3 .block .card .item h3 .pc {
    display: inline !important;
  }
}
@media screen and (max-width: 768px) {
  .index-sec3 .block .card .item h3 {
    font-size: 14px;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.index-sec3 .block .card .c-btn01 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .index-sec3 .block .card .c-btn01 {
    margin-top: 10px;
  }
}
.index-sec4 {
  width: 100%;
  height: auto;
  padding: 80px 0px;
}
@media screen and (max-width: 768px) {
  .index-sec4 {
    padding: 40px 0px;
  }
}
.index-sec4 h2 {
  text-align: center;
  font-size: 32px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .index-sec4 h2 {
    font-size: 24px;
    padding-bottom: 15px;
  }
}
.index-sec4 p {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .index-sec4 p {
    font-size: 12px;
  }
}
.index-sec4 p::before {
  content: "※";
  left: 0;
  position: absolute;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .index-sec4 p::before {
    font-size: 12px;
  }
}
.index-sec4 .link01 {
  color: #33aaff;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-sec4 .link01 {
    font-size: 12px;
  }
}
.index-sec4 .link01::after {
  content: "";
  width: 15px;
  height: 100%;
  background: url(../images/link1.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  right: -18px;
  top: 2px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .link01::after {
    width: 12px;
  }
}
.index-sec5 {
  width: 100%;
  height: auto;
  padding: 80px 0px;
  background: #f7f7f5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index-sec5 {
    padding: 40px 0px;
  }
}
.index-sec5 h2 {
  text-align: center;
  font-size: 32px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .index-sec5 h2 {
    font-size: 24px;
    padding-bottom: 15px;
  }
}
.index-sec5 .c-btn01 {
  height: 70px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .index-sec5 .c-btn01 {
    font-size: 18px;
    height: 56px;
  }
}
.index-sec5 .c-btn01::before {
  content: "";
  background: url(../images/arrow.png) no-repeat center;
  background-size: 100% auto;
  width: 26px;
}
@media screen and (max-width: 768px) {
  .index-sec5 .c-btn01::before {
    width: 20px;
  }
}

#footer {
  width: 100%;
  height: auto;
  background: #333333;
  padding: 50px 0px 0px;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 30px 0px 0px;
  }
}
#footer ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  #footer ul {
    flex-wrap: wrap;
    gap: unset;
    -moz-column-gap: 56px;
         column-gap: 56px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  #footer ul li {
    width: auto;
    height: auto;
    margin-bottom: 10px;
  }
}
#footer ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  transition: ease-in-out 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  #footer ul li a {
    font-size: 12px;
  }
}
#footer ul li a::after {
  content: "";
  width: 15px;
  height: 100%;
  background: url(../images/link2.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  right: -18px;
  top: 2px;
}
@media screen and (min-width: 769px) {
  #footer ul li a:hover {
    opacity: 0.7;
  }
}
#footer .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  #footer .btn {
    margin-top: 15px;
  }
}
#footer .btn .close {
  width: 100%;
  display: flex;
  max-width: 350px;
  height: 42px;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  font-size: 15px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  position: relative;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
  #footer .btn .close {
    max-width: 300px;
    height: 40px;
    font-size: 14px;
  }
}
#footer .btn .close::after {
  content: "";
  background: url(../images/close.png) no-repeat center;
  background-size: 100% auto;
  width: 13px;
  left: 5px;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  #footer .btn .close:hover {
    opacity: 0.7;
  }
}
#footer .logo {
  text-align: center;
  padding: 40px 0px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #footer .logo {
    text-align: left;
    padding: 30px 0px 20px;
  }
}
#footer .logo .img {
  width: auto;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  transition: ease-in-out 0.3s;
}
#footer .logo .img img {
  width: 61px;
  height: auto;
  margin-right: 5px;
}
@media screen and (min-width: 769px) {
  #footer .logo .img:hover {
    opacity: 0.7;
  }
}
#footer .copy {
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  color: #fff;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  #footer .copy {
    text-align: left;
    padding-left: 10px;
  }
}

.icon-top {
  background: #333333;
  position: fixed;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 999;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  bottom: 50px;
  right: 20px;
  text-align: center;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
  .icon-top {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 15px;
  }
}
@media screen and (min-width: 769px) {
  .icon-top:hover {
    opacity: 0.7;
  }
}
.icon-top img {
  width: 14px;
  height: auto;
}
.icon-top.is-show {
  opacity: 1;
  visibility: visible;
}/*# sourceMappingURL=style.css.map */