@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* utillity
------------------------------------------------------------------------------------------------------------------------------------------------------- */
html {
  font-family: "Noto Sans JP", serif;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: inherit;
  line-height: 1.6;
  position: relative;
  overflow-x: hidden;
  color: #2B2B2B;
  padding: 0;
  margin: 0;
}

body *:not(br) {
  line-height: 1.6;
}

br {
  line-height: 1.2;
}

/* list-styleがいらない場合はこれも */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: #2B2B2B;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

b {
  font-weight: inherit;
}

figure {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* 汎用メディアクエリ
-------------------------------------- */
.pc {
  display: block !important;
}

.tab {
  display: none !important;
}

.sp {
  display: none !important;
}

.tabpc {
  display: block !important;
}

.tabsp {
  display: none !important;
}

@media all and (max-width: 850px) {
  .tab {
    display: block !important;
  }
  .tabpc {
    display: none !important;
  }
  .tabsp {
    display: block !important;
  }
}
@media all and (max-width: 600px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

@media all and (-ms-high-contrast: none) {
  html {
    font-weight: 400;
  }
}
main {
  width: 100%;
  overflow: hidden;
}

.totop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  z-index: 99;
}
@media screen and (max-width: 850px) {
  .totop {
    bottom: 93px;
    right: 15px;
    width: 51px;
    height: 51px;
  }
}

.pop {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 300px;
  height: 140px;
  z-index: 99;
}
@media screen and (max-width: 850px) {
  .pop {
    display: none;
  }
}

.fadeIn {
  transition: 0.5s;
  opacity: 0;
  transform: translate(0, 50px);
}

.fadeIn.animated {
  opacity: 1;
  transform: translate(0, 0);
}

.box {
  width: 100%;
  text-align: center;
}

.buttom {
  max-width: 485px;
  height: 112px;
  width: 50%;
  margin: 0 auto 0;
  text-align: center;
  border-radius: 50px;
  border: none;
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 600px) {
  .buttom {
    width: 90%;
    height: 55px;
  }
}
.buttom a {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.buttom a:hover {
  opacity: 1;
}
.buttom a p {
  font-size: clamp(13px, 1.6vw, 25px);
  color: #fff;
  font-weight: 600;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 1%;
}
.buttom a p br {
  display: none;
}
@media screen and (max-width: 1000px) {
  .buttom a p br {
    display: flex;
  }
}
.buttom a p img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 600px) {
  .buttom a p img {
    width: 12px;
    height: 12px;
    left: 30px;
  }
}
.buttom a span.arrow::before, .buttom a span.arrow::after {
  content: "";
  width: 15px;
  height: 3px;
  display: inline-block;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  right: 7%;
  transition: all 0.5s;
  will-change: filter;
}
.buttom a span.arrow::before {
  top: calc(50% - 5.5px);
  transform: rotate(45deg);
}
.buttom a span.arrow::after {
  bottom: calc(50% - 5.5px);
  transform: rotate(-45deg);
}
@media screen and (max-width: 1000px) {
  .buttom a span.arrow::before, .buttom a span.arrow::after {
    right: 0%;
  }
}
@media screen and (max-width: 850px) {
  .buttom a span.arrow::before, .buttom a span.arrow::after {
    right: 4%;
  }
}
.buttom:hover a {
  opacity: 1;
}
.buttom:hover a span.arrow::before, .buttom:hover a span.arrow::after {
  right: 3%;
}
.buttom.green {
  background: linear-gradient(to bottom, #69B726 0%, #41794D 45%);
  transition: all 0.5s;
  background-size: auto 200%;
  will-change: filter;
}
.buttom.green:hover {
  background-position: right center;
}
.buttom.orenge {
  background: linear-gradient(to bottom, #F28F06 0%, #E86844 45%);
  transition: all 0.5s;
  background-size: auto 200%;
  will-change: filter;
}
.buttom.orenge:hover {
  background-position: right center;
}

.topmenu {
  background-color: #fff;
  padding: 15px 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  filter: drop-shadow(0px 12px 8px rgba(0, 0, 0, 0.2));
  z-index: 1000;
}
.topmenu > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 300;
}
@media screen and (max-width: 1150px) {
  .topmenu {
    padding: 8px 2%;
  }
}
@media screen and (max-width: 850px) {
  .topmenu {
    filter: none;
    padding: 0;
  }
  .topmenu > ul {
    background-color: #fff;
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.2));
  }
}

.topmenu_logo {
  max-width: 220px;
  width: 18%;
  min-width: 180px;
}
.topmenu_logo a {
  width: 100%;
  display: flex;
}
.topmenu_logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .topmenu_logo {
    width: 25%;
  }
}
@media screen and (max-width: 850px) {
  .topmenu_logo {
    width: 50%;
    min-width: auto;
    display: flex;
    align-items: center;
  }
  .topmenu_logo h1 {
    width: 150px;
    margin: 10px 0 10px 15px;
  }
  .topmenu_logo h1 a {
    display: block;
  }
  .topmenu_logo h1 a img {
    vertical-align: bottom;
  }
}

.topmenu_info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 220px);
}
.topmenu_info ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 75%;
}
@media screen and (max-width: 1000px) {
  .topmenu_info ul {
    width: 70%;
  }
}
.topmenu_info ul li a {
  display: block;
  padding: clamp(10px, 1.1vw, 22px);
  font-size: clamp(14px, 1.167vw, 18px);
  text-align: center;
}
.topmenu_info ul li a span {
  padding-bottom: 3px;
  border-bottom: solid 1px transparent;
  transition: all 0.3s;
  will-change: filter;
  position: relative;
}
.topmenu_info ul li a span::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #41794D;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
  will-change: filter;
}
.topmenu_info ul li a br {
  display: none;
}
@media screen and (max-width: 1150px) {
  .topmenu_info ul li a br {
    display: flex;
  }
}
.topmenu_info ul li:hover a {
  opacity: 1;
}
.topmenu_info ul li:hover a span::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 850px) {
  .topmenu_info ul {
    display: none;
  }
}
.topmenu_info button {
  max-width: 280px;
  min-width: 230px;
  width: 24%;
  border-radius: 50px;
  margin: 0 0 0 1%;
  border: none;
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.3));
}
.topmenu_info button a {
  display: flex;
  width: 100%;
  height: 100%;
}
.topmenu_info button a p {
  font-size: clamp(14px, 1.09vw, 17px);
  color: #fff;
  font-weight: 600;
  position: relative;
  width: 100%;
  padding: 12px 15px 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topmenu_info button a p br {
  display: none;
}
@media screen and (max-width: 1000px) {
  .topmenu_info button a p br {
    display: flex;
  }
}
.topmenu_info button a p img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.topmenu_info button a span.arrow::before, .topmenu_info button a span.arrow::after {
  content: "";
  width: 10px;
  height: 3px;
  display: inline-block;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  right: 3%;
  transition: all 0.5s;
  will-change: filter;
}
.topmenu_info button a span.arrow::before {
  top: calc(50% - 4.5px);
  transform: rotate(45deg);
}
.topmenu_info button a span.arrow::after {
  bottom: calc(50% - 4.5px);
  transform: rotate(-45deg);
}
@media screen and (max-width: 1500px) {
  .topmenu_info button a span.arrow::before, .topmenu_info button a span.arrow::after {
    width: 8px;
    height: 2px;
  }
  .topmenu_info button a span.arrow::before {
    top: calc(50% - 3.5px);
  }
  .topmenu_info button a span.arrow::after {
    bottom: calc(50% - 3.5px);
  }
}
@media screen and (max-width: 1000px) {
  .topmenu_info button a span.arrow::before, .topmenu_info button a span.arrow::after {
    right: 0%;
  }
}
.topmenu_info button.topmenu_info_first {
  background: linear-gradient(to bottom, #69B726 0%, #41794D 45%);
  transition: all 0.5s;
  will-change: filter;
  background-size: auto 200%;
}
.topmenu_info button.topmenu_info_second {
  background: linear-gradient(to bottom, #F28F06 0%, #E86844 45%);
  transition: all 0.5s;
  will-change: filter;
  background-size: auto 200%;
}
.topmenu_info button.topmenu_info_third {
  display: none;
}
.topmenu_info button:hover {
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
}
.topmenu_info button:hover a {
  opacity: 1;
}
.topmenu_info button:hover a span.arrow::before, .topmenu_info button:hover a span.arrow::after {
  right: 3%;
}
.topmenu_info button:hover.topmenu_info_first {
  background-position: right center;
}
.topmenu_info button:hover.topmenu_info_second {
  background-position: right center;
}
@media screen and (max-width: 1000px) {
  .topmenu_info button {
    min-width: auto;
    border-radius: 15px;
    z-index: 100;
    width: 28%;
  }
  .topmenu_info button a p {
    padding: 10px 8px 10px 0;
    line-height: 1.3;
  }
  .topmenu_info button a p .sp1000 {
    display: block;
  }
  .topmenu_info button a p .pc1000 {
    display: none;
  }
  .topmenu_info button a p img {
    width: 12px;
    height: 12px;
    margin-right: 4px;
  }
}
@media screen and (max-width: 850px) {
  .topmenu_info button {
    width: 100%;
    max-width: 140px;
    border-radius: 50px;
    position: relative;
  }
  .topmenu_info button a p {
    font-size: 11px;
    padding: 3px 0;
  }
  .topmenu_info button a p img {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%) translateX(-50%);
    width: 10px;
    height: auto;
  }
  .topmenu_info button a span.arrow::before, .topmenu_info button a span.arrow::after {
    right: 4%;
  }
}
.topmenu_info .topmenu_info_acc {
  padding-left: 15px;
  width: clamp(210px, 21vw, 260px);
}
.topmenu_info .topmenu_info_acc h4 {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: -9px;
}
.topmenu_info .topmenu_info_acc h3 {
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 600;
  color: #6EC1D5;
  margin-bottom: -4px;
}
.topmenu_info .topmenu_info_acc h3 span {
  font-size: clamp(25px, 2.5vw, 33px);
  font-weight: 600;
}
.topmenu_info .topmenu_info_acc p {
  font-size: 11px;
  font-weight: 400;
}
@media screen and (max-width: 850px) {
  .topmenu_info .topmenu_info_acc {
    display: none;
  }
}

.hamburger-button {
  display: none !important;
}
@media screen and (max-width: 850px) {
  .hamburger-button {
    display: flex !important;
  }
}

.hamburger-nav li a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
  text-align: center;
}
.hamburger-nav li.btns {
  padding-bottom: 25px;
}
.hamburger-nav li.btns a {
  width: 100%;
  background-color: #FFFF00;
  border-radius: 40px;
  transition: all 0.3s;
  will-change: filter;
  max-width: 315px;
  margin: 0 auto 13px;
}
.hamburger-nav li.btns a p {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  width: 100%;
  padding: 15px 0;
  text-align: center;
}
.hamburger-nav li.btns a p img {
  width: 20px;
  height: auto;
}
.hamburger-nav li.btns a p span {
  padding: 0 18px;
  font-size: 30px;
}
.hamburger-nav li.btns .time {
  text-align: center;
  font-size: 15px;
}
.hamburger-nav li.button_form {
  max-width: 315px;
  margin: 0 auto;
}

.topview {
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.topview .img {
  width: 100%;
}
.topview .img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .topview {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .topview {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .topview {
    margin-top: 60px;
  }
}
@media screen and (max-width: 850px) {
  .topview {
    margin-top: 0px;
  }
}
.topview .under {
  position: absolute;
  width: 26.5%;
  bottom: 5%;
  left: 5%;
}
.topview .under a {
  display: flex;
  background-color: #FFFF00;
  border-radius: 80px;
  transition: all 0.3s;
  will-change: filter;
  margin-bottom: 0.5vw;
}
.topview .under a p {
  font-size: 1.2vw;
  font-weight: 600;
  position: relative;
  width: 100%;
  padding: 1.3vw 0;
  text-align: center;
  line-height: 1;
}
.topview .under a p img {
  width: 5%;
  height: auto;
}
.topview .under a p span {
  font-size: 2.3vw;
  line-height: 1;
  letter-spacing: 0.05em;
}
.topview .under a:hover {
  background-color: #c4e655;
  opacity: 1;
}
@media screen and (max-width: 850px) {
  .topview .under a {
    border-radius: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .topview .under a p {
    font-size: 14px;
    padding: 15px 0;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .topview .under a p img {
    width: 20px;
  }
  .topview .under a p span {
    padding: 0 0 0 15px;
    font-size: 31px;
  }
  .topview .under a.tell {
    background-color: #6EC1D5;
    color: #fff;
  }
  .topview .under a.tell p {
    font-size: 16px;
  }
}
.topview .under .time {
  text-align: center;
  color: #fff;
  font-size: 0.88vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 850px) {
  .topview .under {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 900;
  }
}

.Introduction {
  width: 100%;
  background-color: #41794D;
  position: relative;
}
.Introduction .cara_img {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1000px;
  width: 100%;
  z-index: 1;
}
.Introduction .cara_img figure {
  position: absolute;
  top: 40px;
  left: calc(100% - 40px);
  width: 30%;
  width: 278px;
}
@media screen and (max-width: 1400px) {
  .Introduction .cara_img figure {
    left: auto;
    right: 0;
    top: 0%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 850px) {
  .Introduction .cara_img {
    top: 0;
  }
  .Introduction .cara_img figure {
    max-width: 120px;
    right: 10px;
  }
}

.Introduction_ex {
  width: 100%;
}

.start {
  width: 100%;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%);
          clip-path: polygon(0% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%);
  background-color: #fff9f2;
  border-top: solid 1px #fff9f2;
}
@media screen and (max-width: 850px) {
  .start {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%);
            clip-path: polygon(0% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%);
  }
}
@media screen and (max-width: 600px) {
  .start {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 95%, 50% 100%, 0 95%);
            clip-path: polygon(0% 0%, 100% 0, 100% 95%, 50% 100%, 0 95%);
  }
}

.start_inn {
  max-width: 1200px;
  width: 90%;
  padding: 120px 0 120px;
  margin: 0 auto;
  position: relative;
}
.start_inn.w1000 {
  max-width: 1000px;
}
.start_inn .start_inn_ttl {
  max-width: 300px;
  width: 58%;
  margin: 0 auto 50px;
}
.start_inn .start_inn_ttl img {
  width: 100%;
  height: auto;
}
.start_inn .start_inn_main {
  width: 100%;
  margin: 0 auto;
}
.start_inn .start_inn_main img {
  width: 100%;
  height: auto;
}
.start_inn .Introduction_img {
  position: absolute;
  top: 45px;
  left: calc(100% - 25px);
  max-width: 254px;
  width: 20%;
}
@media screen and (max-width: 1400px) {
  .start_inn .Introduction_img {
    top: 0;
    left: auto;
    right: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 850px) {
  .start_inn .Introduction_img {
    max-width: 100px;
    width: 32%;
    left: auto;
    right: 0;
    top: 100%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 850px) {
  .start_inn {
    padding: 60px 0 60px;
  }
}
@media screen and (max-width: 600px) {
  .start_inn {
    padding: 50px 0 50px;
    width: 85%;
  }
}

.start_inn2 {
  max-width: 1000px;
  width: 90%;
  padding: 120px 0 180px;
  margin: 0 auto;
  position: relative;
}
.start_inn2 .start_inn_main {
  width: 100%;
  height: 600px;
  margin: 0 auto;
}
.start_inn2 .start_inn_main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1400px) {
  .start_inn2 .cara_img {
    left: auto;
    right: 0;
    top: 0%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 850px) {
  .start_inn2 {
    padding: 50px 0 100px;
  }
  .start_inn2 .start_inn_main {
    width: 100%;
    margin: 0 auto;
    height: 500px;
  }
  .start_inn2 .start_inn_main img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .start_inn2 .cara_img {
    max-width: 120px;
    width: 32%;
    left: calc(100% - 15px);
  }
}
@media screen and (max-width: 600px) {
  .start_inn2 .start_inn_main {
    height: 230px;
  }
}

.acceptance {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0 80px;
}
.acceptance h5 {
  font-size: clamp(20px, 3.333vw, 30px);
  color: #fff;
  text-align: center;
  margin-bottom: 43px;
}
.acceptance p {
  font-size: clamp(15px, 2.5vw, 20px);
  color: #fff;
}
@media screen and (max-width: 850px) {
  .acceptance {
    padding: 50px 0 50px;
  }
  .acceptance h5 {
    margin-bottom: 20px;
  }
}

.acceptance_inn {
  width: 100%;
  margin-top: -130px;
}
.acceptance_inn img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 850px) {
  .acceptance_inn {
    margin-top: -100px;
  }
}
@media screen and (max-width: 600px) {
  .acceptance_inn {
    margin-top: -90px;
  }
}

.main_img {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 70px 0;
}
.main_img .campaign_ttl {
  margin-bottom: 60px;
}
.main_img .campaign_ttl img {
  width: 100%;
  height: auto;
}
.main_img .campaign_item1 {
  margin-bottom: 60px;
}
.main_img .campaign_item1 img {
  width: 100%;
  height: auto;
}
.main_img .campaign_item2 {
  margin-bottom: 80px;
}
.main_img .campaign_item2 img {
  width: 100%;
  height: auto;
}
.main_img ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.main_img ul li {
  width: 48%;
}
.main_img ul li img {
  width: 100%;
  height: auto;
  display: block;
  align-items: flex-start;
}
@media screen and (max-width: 850px) {
  .main_img {
    padding: 70px 0 0;
    width: 100%;
  }
  .main_img ul li {
    width: 100%;
  }
  .main_img .campaign_ttl {
    margin-bottom: 30px;
  }
  .main_img .campaign_item2 {
    margin-bottom: 55px;
  }
}

.links {
  width: 100%;
  background-color: #d2eabe;
  padding: 50px 0 60px;
}
@media screen and (max-width: 600px) {
  .links {
    padding: 15px 0;
  }
}

.links_inn {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.links_inn h3 {
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .links_inn h3 {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.links_inn ul.links_button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.links_inn ul.links_button li {
  width: 47%;
  height: 112px;
  border-radius: 80px;
  margin: 0 1%;
  border: none;
  filter: drop-shadow(5px 4px 6px rgba(0, 0, 0, 0.3));
}
.links_inn ul.links_button li a {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.links_inn ul.links_button li a p {
  font-size: clamp(13px, 2.16vw, 25px);
  padding: 0 1% 0 0;
  line-height: 1.3;
  color: #fff;
  font-weight: 600;
  position: relative;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.links_inn ul.links_button li a p img {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%) translateX(-70%);
}
.links_inn ul.links_button li a span.arrow::before, .links_inn ul.links_button li a span.arrow::after {
  content: "";
  width: 16px;
  height: 3px;
  display: inline-block;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  right: 8%;
  transition: all 0.3s;
  will-change: filter;
}
.links_inn ul.links_button li a span.arrow::before {
  top: calc(50% - 6px);
  transform: rotate(45deg);
}
.links_inn ul.links_button li a span.arrow::after {
  bottom: calc(50% - 6px);
  transform: rotate(-45deg);
}
.links_inn ul.links_button li.first {
  background: linear-gradient(to bottom, #69B726 0%, #41794D 45%);
  transition: all 0.5s;
  will-change: filter;
  background-size: auto 200%;
}
.links_inn ul.links_button li.first img {
  width: 36px;
  height: auto;
  left: 41px;
}
.links_inn ul.links_button li.first a p {
  font-size: clamp(13px, 1.8vw, 22px);
}
.links_inn ul.links_button li.second {
  background: linear-gradient(to bottom, #F28F06 0%, #E86844 45%);
  transition: all 0.5s;
  will-change: filter;
  background-size: auto 200%;
}
.links_inn ul.links_button li.second img {
  width: 20px;
  height: auto;
}
.links_inn ul.links_button li.tel {
  background: linear-gradient(to bottom, #69B726 0%, #41794D 45%);
  transition: all 0.5s;
  will-change: filter;
  background-size: auto 200%;
}
.links_inn ul.links_button li.tel a p {
  font-size: clamp(20px, 3.33vw, 25px);
}
.links_inn ul.links_button li.tel img {
  width: 18px;
  height: auto;
  left: 57px;
  transform: translateY(-50%) translateX(-50%);
}
.links_inn ul.links_button li.second2 {
  background: linear-gradient(to bottom, #F28F06 0%, #E86844 45%);
  transition: all 0.5s;
  will-change: filter;
  background-size: auto 200%;
}
.links_inn ul.links_button li.second2 img {
  width: 20px;
  height: auto;
  left: 55px;
}
.links_inn ul.links_button li:hover {
  filter: drop-shadow(4px 2px 3px rgba(0, 0, 0, 0.3));
}
.links_inn ul.links_button li:hover a {
  opacity: 1;
}
.links_inn ul.links_button li:hover a span.arrow::before, .links_inn ul.links_button li:hover a span.arrow::after {
  right: 3%;
}
.links_inn ul.links_button li:hover.first {
  background-position: right center;
}
.links_inn ul.links_button li:hover.second {
  background-position: right center;
}
.links_inn ul.links_button li:hover.tel {
  background-position: right center;
}
.links_inn ul.links_button li:hover.second2 {
  background-position: right center;
}
@media screen and (max-width: 850px) {
  .links_inn ul.links_button {
    flex-direction: column;
  }
  .links_inn ul.links_button li {
    width: 100%;
    height: 70px;
    filter: drop-shadow(4px 2px 3px rgba(0, 0, 0, 0));
  }
  .links_inn ul.links_button li a p {
    padding: 0;
    line-height: 1.2;
  }
  .links_inn ul.links_button li a span.arrow::before, .links_inn ul.links_button li a span.arrow::after {
    content: "";
    width: 8px;
    height: 2px;
    display: inline-block;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    right: 25px;
    transition: all 0.3s;
    will-change: filter;
  }
  .links_inn ul.links_button li a span.arrow::before {
    top: calc(50% - 3px);
    transform: rotate(45deg);
  }
  .links_inn ul.links_button li a span.arrow::after {
    bottom: calc(50% - 3px);
    transform: rotate(-45deg);
  }
  .links_inn ul.links_button li.first {
    margin-bottom: 10px;
  }
  .links_inn ul.links_button li.first img {
    width: 30px;
    margin-right: 0;
  }
  .links_inn ul.links_button li.second img {
    width: 15px;
    margin-right: 0;
    left: 50px;
  }
  .links_inn ul.links_button li.tel {
    margin-bottom: 10px;
  }
  .links_inn ul.links_button li.tel img {
    width: 13px;
    margin-right: 0;
    left: 50px;
  }
  .links_inn ul.links_button li.second img {
    width: 15px;
    margin-right: 0;
    left: 45px;
  }
}
@media screen and (max-width: 600px) {
  .links_inn ul.links_button li {
    height: 55px;
  }
}

.ttl {
  width: 90%;
  margin: 0 auto 50px;
}
.ttl h3 {
  font-size: clamp(15px, 1.87vw, 20px);
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
.ttl h3::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 26px;
  background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 6px);
  background-size: 6px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.ttl h2 {
  font-size: clamp(26px, 4.16vw, 50px);
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .ttl {
    margin: 0 auto 60px;
  }
  .ttl h3 {
    line-height: 0;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  .ttl h3 span {
    font-size: 33px;
    line-height: 1.3;
  }
  .ttl h2 {
    line-height: 1.4;
  }
}
@media screen and (max-width: 600px) {
  .ttl {
    margin: 0 auto 34px;
  }
}

#seminar, #explanation, #voice, #flow {
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width: 850px) {
  #seminar, #explanation, #voice, #flow {
    margin-top: -46px;
    padding-top: 46px;
  }
}

#explanation {
  margin-top: -150px;
  padding-top: 270px;
}
@media screen and (max-width: 850px) {
  #explanation {
    margin-top: -100px;
    padding-top: 160px;
  }
}

.point {
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  .point {
    padding: 60px 0 50px;
  }
}
.point.white {
  background-color: #fff;
}
.point .aditem {
  max-width: 1000px;
  margin: 0 auto 50px;
  width: 90%;
}
@media screen and (max-width: 850px) {
  .point .aditem {
    margin: 0 auto;
  }
}
.point .aditem .aditem_day {
  width: 100%;
  background-color: #F28F06;
  padding: 16px 30px 12px 30px;
  margin-bottom: 30px;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.point .aditem .aditem_day h3 {
  color: #fff;
  font-size: clamp(15px, 2.5vw, 30px);
  font-weight: 600;
  line-height: 1.4;
}
.point .aditem .aditem_day h3:first-child {
  width: 200px;
}
.point .aditem .aditem_day h3:last-child {
  width: calc(100% - 250px);
}
.point .aditem .aditem_day h3 span {
  font-size: clamp(20px, 3.33vw, 38px);
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .point .aditem .aditem_day {
    padding: 6px 10px;
    border-radius: 12px;
    margin-bottom: 10px;
    flex-direction: column;
  }
  .point .aditem .aditem_day h3 {
    text-align: center;
  }
  .point .aditem .aditem_day h3:first-child {
    width: 100%;
    padding-bottom: 6px;
    margin-bottom: 6px;
    position: relative;
    line-height: 1.5;
  }
  .point .aditem .aditem_day h3:first-child::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 1px;
    background-color: #fff;
  }
  .point .aditem .aditem_day h3:last-child {
    width: 100%;
  }
  .point .aditem .aditem_day h3 span {
    line-height: 1.5;
  }
  .point .aditem .aditem_day:nth-child(3) {
    margin-bottom: 30px;
  }
}
.point .aditem ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 850px) {
  .point .aditem ul {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.point .aditem ul li {
  width: 31%;
  border: solid 1px #41794D;
  border-radius: 35px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.point .aditem ul li p {
  width: 100%;
  text-align: center;
  font-size: clamp(20px, 3.5vw, 23px);
  font-weight: 600;
  color: #41794D;
  line-height: 1.3;
}
.point .aditem ul li:first-child {
  border: solid 1px #E86844;
}
.point .aditem ul li:first-child p {
  color: #E86844;
}
@media screen and (max-width: 850px) {
  .point .aditem ul li {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 12px;
    height: auto;
    padding: 10px 0;
  }
  .point .aditem ul li:last-child {
    margin-bottom: 0;
  }
}
.point .seminer {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .point .seminer {
    margin-bottom: 30px;
  }
}
.point .seminer h5 {
  text-align: center;
  font-size: clamp(15px, 2.5vw, 30px);
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .point .seminer h5 {
    margin-bottom: 5px;
  }
}
.point .seminer h4 {
  text-align: center;
  font-size: clamp(20px, 3.33vw, 53px);
  font-weight: 600;
  color: #41794D;
}
.point .seminer .ma {
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .point .seminer .ma {
    margin-bottom: 20px;
  }
}
.point .seminer .ma2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .point .seminer .ma2 {
    margin-bottom: 20px;
  }
}
.point .seminer .ma2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .point .seminer .ma2 {
    text-align: start;
    margin-bottom: 20px;
  }
}
.point .seminer .seminer_chapter {
  padding: 20px;
  background-color: #edf3ee;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 50px;
}
.point .seminer .seminer_chapter p {
  font-size: clamp(15px, 2.5vw, 23px);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .point .seminer .seminer_chapter p br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .point .seminer .seminer_chapter {
    flex-direction: column;
    padding: 10px;
    margin-bottom: 30px;
  }
  .point .seminer .seminer_chapter p {
    width: 100%;
    margin-bottom: 0px;
  }
  .point .seminer .seminer_chapter p:first-child {
    width: 100%;
    margin-right: 0px;
    padding: 2px 0;
  }
}
.point .seminer h6 {
  font-size: clamp(15px, 2.5vw, 30px);
  text-align: center;
  padding: 10px;
  font-weight: 400;
  margin-bottom: 30px;
}
.point .seminer h6.green {
  border: solid 1px #41794D;
  color: #41794D;
}
.point .seminer h6.orenge {
  border: solid 1px #F28F06;
  color: #F28F06;
}
@media screen and (max-width: 600px) {
  .point .seminer h6 {
    margin-bottom: 20px;
  }
}
.point .seminer .heading {
  align-items: center;
  display: flex;
  color: #41794D;
  font-size: clamp(15px, 2.5vw, 23px);
  margin-bottom: 30px;
  font-weight: 600;
}
.point .seminer .heading.orange {
  color: #F28F06;
}
@media screen and (max-width: 600px) {
  .point .seminer .heading {
    margin-bottom: 20px;
  }
}
.point .seminer .heading::before,
.point .seminer .heading::after {
  background-color: #41794D;
  border-radius: 5px;
  content: "";
  flex-grow: 1;
  height: 1px;
}
.point .seminer .heading.orange::before,
.point .seminer .heading.orange::after {
  background-color: #F28F06;
}
.point .seminer .heading::before {
  margin-right: 15px;
}
.point .seminer .heading::after {
  margin-left: 15px;
}
.point .seminer p {
  font-size: clamp(15px, 2.5vw, 23px);
}
.point .seminer p .green {
  color: #41794D;
}
.point .seminer p .orange {
  color: #F28F06;
}
.point .seminer p.note {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .point .seminer p.note {
    text-align: left;
    margin-bottom: 20px;
  }
}
.point .seminer .ttl {
  font-size: clamp(20px, 3.33vw, 30px);
  font-weight: 600;
  width: 100%;
}
.point .seminer .name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.point .seminer .name p:last-child {
  font-size: clamp(20px, 3.33vw, 30px);
  font-weight: 600;
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  .point .seminer .name {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  .point .seminer .name p:last-child {
    margin-top: 10px;
    margin-left: 0;
  }
}
.point .seminer .canter {
  text-align: center;
}
.point .seminer .seminer_theme {
  max-width: 875px;
  margin: 0 auto 50px;
}
.point .seminer .seminer_theme .seminer_theme_in {
  display: flex;
  margin-bottom: 30px;
}
.point .seminer .seminer_theme .seminer_theme_in p {
  font-size: clamp(20px, 3.33vw, 30px);
  font-weight: 600;
  width: calc(100% - 65px);
  text-align: left;
}
.point .seminer .seminer_theme .seminer_theme_in p.number {
  font-weight: 900;
  margin-right: 20px;
  color: #fff;
  background-color: #41794D;
  border-radius: 8px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", serif;
}
.point .seminer .seminer_theme p {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .point .seminer .seminer_theme {
    margin: 0 auto 30px;
  }
  .point .seminer .seminer_theme .seminer_theme_in {
    margin-bottom: 20px;
  }
  .point .seminer .seminer_theme .seminer_theme_in p {
    width: calc(100% - 41px);
  }
  .point .seminer .seminer_theme .seminer_theme_in p.number {
    border-radius: 4px;
    width: 31px;
    height: 31px;
    margin-right: 10px;
  }
  .point .seminer .seminer_theme p {
    text-align: left;
  }
}
.point .aditem2 {
  max-width: 1200px;
  margin: 0 auto 50px;
  width: 90%;
  background-color: #fff9f2;
}
@media screen and (max-width: 600px) {
  .point .aditem2 {
    margin: 0 auto 30px;
  }
}
.point .aditem2 .heading {
  align-items: center;
  display: flex;
  color: #41794D;
  font-size: clamp(15px, 2.5vw, 23px);
  margin-bottom: 30px;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .point .aditem2 .heading {
    margin-bottom: 20px;
  }
}
.point .aditem2 .heading::before,
.point .aditem2 .heading::after {
  background-color: #41794D;
  border-radius: 5px;
  content: "";
  flex-grow: 1;
  height: 1px;
}
.point .aditem2 .heading::before {
  margin-right: 15px;
}
.point .aditem2 .heading::after {
  margin-left: 15px;
}
.point .aditem2 .item {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 600px) {
  .point .aditem2 .item {
    padding: 20px 0;
  }
}
.point .aditem2 ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 15px;
  background-color: #fff;
  padding: 15px;
  position: relative;
}
.point .aditem2 ul li:first-child {
  width: 118px;
  background-color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.point .aditem2 ul li:first-child h4 {
  font-size: clamp(15px, 2.5vw, 40px);
  font-weight: 600;
  font-family: "Noto Sans JP", serif;
}
.point .aditem2 ul li:first-child h4 span {
  font-size: clamp(15px, 2.5vw, 30px);
}
.point .aditem2 ul li:first-child h4 .ma {
  display: none;
}
@media screen and (max-width: 600px) {
  .point .aditem2 ul li:first-child h4 {
    padding: 2px 0;
  }
}
.point .aditem2 ul li:last-child {
  width: calc(100% - 133px);
}
.point .aditem2 ul li:last-child h5 {
  font-size: clamp(20px, 3.33vw, 30px);
  font-weight: 700;
  margin-bottom: 15px;
}
.point .aditem2 ul li:last-child h5.mb0 {
  margin-bottom: 0;
}
.point .aditem2 ul li:last-child p {
  font-size: clamp(15px, 2.5vw, 23px);
  padding-left: 1em;
  text-indent: -1em;
}
.point .aditem2 ul li:last-child div.pic {
  position: absolute;
  right: 30px;
  top: 15px;
  width: 100px;
  padding: 7px 15px;
  background-color: #F28F06;
  border-radius: 50%;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
}
@media screen and (max-width: 1150px) {
  .point .aditem2 ul li:last-child div.pic {
    top: 63px;
  }
}
@media screen and (max-width: 850px) {
  .point .aditem2 ul li:last-child div.pic {
    right: 0;
    top: 5px;
  }
}
@media screen and (max-width: 600px) {
  .point .aditem2 ul li:last-child h5 {
    margin-bottom: 10px;
  }
  .point .aditem2 ul li:last-child h5.mb0 {
    margin-bottom: 0;
  }
  .point .aditem2 ul li:last-child .indent-none {
    padding-left: 0;
    text-indent: 0;
  }
}
.point .aditem2 ul li.color-none {
  background-color: rgba(255, 255, 255, 0);
  border: solid 1px rgba(255, 255, 255, 0);
}
.point .aditem2 ul.green li:first-child {
  border: solid 2px #41794D;
}
.point .aditem2 ul.green li:first-child h4 {
  color: #41794D;
}
.point .aditem2 ul.green li:last-child h5 span {
  color: #41794D;
}
.point .aditem2 ul.orange li:first-child {
  border: solid 2px #F28F06;
}
.point .aditem2 ul.orange li:first-child h4 {
  color: #F28F06;
}
.point .aditem2 ul.orange li:last-child h5 span {
  color: #F28F06;
}
@media screen and (max-width: 850px) {
  .point .aditem2 ul {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .point .aditem2 ul:last-child {
    margin-bottom: 0;
  }
  .point .aditem2 ul li:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
  .point .aditem2 ul li:first-child h4 .ma {
    display: inline;
  }
  .point .aditem2 ul li:last-child {
    width: 100%;
  }
  .point .aditem2 ul li:last-child h5 {
    text-align: center;
  }
}

.howto {
  max-width: 1200px;
  margin: 0 auto 120px;
  width: 90%;
}
.howto .howto_in h3 {
  font-size: clamp(20px, 3.33vw, 38px);
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .howto .howto_in h3 {
    margin-bottom: 20px;
  }
}
.howto .howto_in p {
  font-size: clamp(15px, 2.5vw, 23px);
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .howto .howto_in p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .howto {
    margin: 0 auto 50px;
  }
}

.plan {
  max-width: 1000px;
  width: 90%;
  margin: 120px auto;
}
.plan h4 {
  font-size: clamp(20px, 3.33vw, 38px);
  font-weight: 600;
  text-align: center;
}
.plan figure {
  width: 100%;
  margin-bottom: 20px;
}
.plan figure img {
  width: 100%;
  height: auto;
}
.plan p {
  font-size: clamp(15px, 1.87vw, 20px);
  padding-left: 1.3em;
  text-indent: -1.3em;
  line-height: 1.8;
}
.plan .plan_box {
  width: 100%;
  margin: 0 auto;
}
.plan .plan_box figure {
  max-width: 800px;
  width: 90%;
  margin: 120px auto 0;
}
@media screen and (max-width: 600px) {
  .plan {
    margin: 50px auto;
  }
  .plan .plan_box figure {
    width: 100%;
    margin: 50px auto 0;
  }
}

.voice {
  width: 100%;
  background-color: #edf3ee;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  .voice {
    padding: 60px 0 50px;
  }
}
.voice .voice_in {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
.voice .voice_in ul {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1));
}
.voice .voice_in ul:last-child {
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 600;
}
.voice .voice_in ul li:first-child {
  width: 140px;
}
.voice .voice_in ul li:last-child {
  width: calc(100% - 170px);
}
.voice .voice_in ul p {
  font-size: clamp(15px, 1.87vw, 17px);
  line-height: 1.8;
}
.voice .voice_in ul p.boid {
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .voice .voice_in ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  .voice .voice_in ul li:first-child {
    width: 100px;
    margin-bottom: 20px;
  }
  .voice .voice_in ul li:last-child {
    width: 100%;
  }
  .voice .voice_in ul p.boid {
    margin-top: 5px;
  }
}

.qa {
  padding: 120px 0;
  background-color: #F2F2F7;
}
@media screen and (max-width: 600px) {
  .qa {
    padding: 60px 0 50px;
  }
}

/* アコーディオン */
.accordion__item {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 30px;
  background-color: #fff;
  cursor: pointer;
  padding: 50px;
  border-radius: 50px;
  /* アコーディオンのタイトル */
}
.accordion__item .accordion__title {
  position: relative;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.accordion__item .accordion__title h3 {
  width: clamp(42px, 5.25vw, 58px);
  height: clamp(42px, 5.25vw, 58px);
  font-size: clamp(22px, 2.75vw, 32px);
  background-color: #6EC1D5;
  color: #FFFF00;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.accordion__item .accordion__title p {
  width: calc(95% - 58px);
  padding-left: 3%;
  font-size: clamp(18px, 2.225vw, 23px);
}
.accordion__item .accordion__title .arrow {
  width: 50px;
  height: 50px;
  position: relative;
  transform: rotate(90deg);
  transition: all 0.3s;
  will-change: filter;
}
.accordion__item .accordion__title .arrow::before,
.accordion__item .accordion__title .arrow::after {
  content: "";
  right: 15px;
  width: 20px;
  height: 3px;
  display: inline-block;
  border-radius: 2px;
  background: #6EC1D5;
  position: absolute;
}
.accordion__item .accordion__title .arrow::before {
  top: calc(50% - 8px);
  transform: rotate(45deg);
}
.accordion__item .accordion__title .arrow:after {
  bottom: calc(50% - 8px);
  transform: rotate(-45deg);
}
.accordion__item.is-active .accordion__title .arrow {
  transform: rotate(270deg);
}
.accordion__item.last {
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .accordion__item {
    margin: 0 auto 30px;
    padding: 20px 10px 20px 20px;
    border-radius: 20px;
  }
  .accordion__item .accordion__title .arrow::before,
.accordion__item .accordion__title .arrow::after {
    content: "";
    right: 15px;
    width: 15px;
    height: 3px;
    display: inline-block;
    border-radius: 2px;
    position: absolute;
  }
  .accordion__item .accordion__title .arrow::before {
    top: calc(50% - 6px);
    transform: rotate(45deg);
  }
  .accordion__item .accordion__title .arrow:after {
    bottom: calc(50% - 6px);
    transform: rotate(-45deg);
  }
}

/* アコーディオンのコンテンツ */
.accordion__content {
  display: none;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #F5F5F5;
}
.accordion__content h4 {
  width: clamp(42px, 5.25vw, 58px);
  height: clamp(42px, 5.25vw, 58px);
  font-size: clamp(22px, 2.75vw, 32px);
  border: solid 1px #FF3E88;
  color: #FF3E88;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.accordion__content p {
  font-size: clamp(15px, 2.25vw, 18px);
}
@media screen and (max-width: 600px) {
  .accordion__content p {
    width: 90%;
    margin: 0 auto;
  }
}

.accordion__content.is-open {
  display: flex;
}

.report {
  width: 100%;
  background-color: #edf3ee;
  padding: 120px 0;
}
.report .report_in {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 120px;
  position: relative;
}
.report .report_in.last {
  margin-bottom: 0;
}
.report .report_in.accordion {
  margin-bottom: 0;
}
.report .report_in .report_character {
  position: absolute;
  top: -70px;
  left: -20px;
  max-width: 230px;
  width: 20%;
}
@media screen and (max-width: 850px) {
  .report .report_in {
    margin-bottom: 50px;
  }
  .report .report_in .report_character {
    top: -40px;
    left: -15px;
    max-width: 100px;
    width: 30%;
    transform: translateY(-50%);
  }
}
.report .report_ttl h3 {
  font-size: clamp(20px, 3.33vw, 38px);
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
.report .report_ttl h4 {
  font-size: clamp(20px, 3.33vw, 53px);
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
  color: #41794D;
  line-height: 1.3;
  letter-spacing: -0.06em;
}
.report figure img {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
}
.report h5 {
  align-items: center;
  display: flex;
  color: #41794D;
  font-size: clamp(15px, 2.5vw, 23px);
  margin: 120px 0 30px;
  font-weight: 600;
}
.report h5::before, .report h5::after {
  background-color: #41794D;
  border-radius: 5px;
  content: "";
  flex-grow: 1;
  height: 1px;
}
.report h5::before {
  margin-right: 15px;
}
.report h5::after {
  margin-left: 15px;
}
@media screen and (max-width: 600px) {
  .report {
    padding: 50px 0;
  }
  .report h5 {
    margin: 50px 0 30px;
  }
  .report .report_ttl h3 {
    margin-bottom: 30px;
  }
  .report .report_ttl h4 {
    margin-bottom: 20px;
  }
  .report .report_ttl h4 span {
    letter-spacing: -0.06em;
  }
}

.accordion {
  margin-bottom: 30px;
}
.accordion .accordion-item {
  margin-bottom: 30px;
}
.accordion .accordion-item.last {
  margin-bottom: 0;
}
.accordion .accordion-header {
  position: relative;
  cursor: pointer;
  background-color: #F28F06;
  border-radius: 50px;
  padding: 16px;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
  transition: all 0.5s;
}
.accordion .accordion-header:hover {
  background-color: #E86844;
}
.accordion .accordion-header h3 {
  font-size: clamp(15px, 2.5vw, 25px);
  text-align: center;
  font-weight: 600;
  color: #fff;
}
.accordion .accordion-header .accordion-icon {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  font-size: clamp(15px, 2.5vw, 25px);
  color: #fff;
}
.accordion .accordion-header.active .accordion-icon {
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .accordion .accordion-header h3 {
    padding: 0 80px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .accordion .accordion-header {
    border-radius: 10px;
    padding: 5px 16px;
  }
  .accordion .accordion-header .accordion-icon {
    right: 10px;
    top: 70%;
  }
  .accordion .accordion-header h3 {
    padding: 0;
  }

}
.accordion .accordion-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin-top: 0px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.accordion .accordion-content.active {
  margin-top: 50px;
  opacity: 1;
  visibility: visible;
  height: auto;
}
@media screen and (max-width: 600px) {
  .accordion .accordion-content.active {
    margin-top: 30px;
  }
}

.note {
  padding: 50px 0;
  background-color: #FFF9F2;
}
.note p {
  font-size: clamp(20px, 2.6vw, 38px);
  line-height: 1.8;
  color: #E86844;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .note {
    padding: 20px 0;
  }
}

.flow {
  margin: 120px auto;
  max-width: 1200px;
  width: 90%;
}
.flow .flow_txt {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.flow .flow_txt p {
  font-size: clamp(15px, 2.5vw, 20px);
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .flow {
    margin: 50px auto;
    width: 100%;
  }
  .flow .flow_txt {
    width: 84%;
  }
}

.flow_img {
  width: 100%;
  margin-bottom: 50px;
}
.flow_img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 850px) {
  .flow_img {
    width: 90%;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 600px) {
  .flow_img {
    width: 80%;
    margin: 0 auto 15px;
  }
}

.flow_noto {
  background: linear-gradient(to right, #fda4c3, #FF3E88);
  padding: 40px 3%;
  border-radius: 90px;
}
.flow_noto p {
  text-align: center;
  font-weight: 500;
  color: #FFFF00;
  font-size: clamp(22px, 2.75vw, 25px);
}
@media screen and (max-width: 850px) {
  .flow_noto {
    width: 100%;
    border-radius: 0px;
  }
  .flow_noto p {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .flow_noto p {
    width: 80%;
  }
}

footer .topmenu_info {
  justify-content: center;
  width: 100%;
  margin: 50px auto 0;
}
footer .topmenu_info ul {
  justify-content: center;
  width: 100%;
}
footer .topmenu_info ul li a {
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  footer .topmenu_info {
    margin: 0 auto;
  }
}

.footer {
  padding: 30px 0 0;
}
.footer ul {
  max-width: 800px;
  width: 90%;
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer ul li:first-child {
  margin-right: 20px;
  width: 315px;
}
.footer ul li:last-child p {
  font-size: clamp(15px, 1.87vw, 17px);
}
.footer ul li:last-child a {
  font-size: clamp(15px, 1.87vw, 17px);
}
.footer .copy {
  font-size: 12px;
  text-align: center;
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  .footer {
    padding: 30px 0 15px;
  }
  .footer ul {
    flex-direction: column;
    align-items: center;
    margin: 0 auto 30px;
  }
  .footer ul li:first-child {
    width: 84%;
    max-width: none;
    margin: 0 auto 15px;
  }
  .footer ul li:last-child {
    width: 84%;
  }
  .footer .copy {
    margin-bottom: 0px;
  }
}
/*# sourceMappingURL=maps/layout.css.map */
