@charset "utf-8";
/* reset
------------------------------------------------------------------- */
/* A Modern CSS Reset */
*, *::before, *::after {
    box-sizing: border-box;
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
    margin: 0
}
ul[role="list"], ol[role="list"] {
    list-style: none
}
html:focus-within {
    scroll-behavior: smooth
}
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
}
a:not([class]) {
    text-decoration-skip-ink: auto;
}
img, picture {
    max-width: 100%;
    height: auto;
    display: block;
}
input, button, textarea, select {
    font: inherit;
}

img {
    vertical-align: middle;
}
h1, h2, h3, h4 {
    font-weight: normal;
}

/* 全体構造
------------------------------------------------------------------- */
html {
    font-size: 62.5%; /* font-size 1em = 10px on default browser settings */
    font-weight: 400;
    color: #333333;
    background-color: #FFF;
}

body {
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.container-800 {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    max-width: 840px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.container-1100 {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    max-width: 1140px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

a {
    color: inherit;
    text-decoration: none;
}
a {
    transition : all 0.5s ease 0s;
}

.bg-beige {
    background-color: #FAF3ED;
}

.title1 {
    font-size: 2.6rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}

.title2 {
    font-size: 2.2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}

.title-form {
    font-size: 1.6rem;
    font-weight: 500;
    background: #D7D1C7;
    padding: 8px;
    margin: 30px 0;
}

.fs-12 {
    font-size: 1.2rem;
}

.fs-11 {
    font-size: 1.1rem;
}

.fs-14 {
    font-size: 1.4rem;
}

.fw-500 {
    font-weight: 500;
}

.center {
    text-align: center;
}

.mgb-20 {
    margin-bottom: 20px;
}

.linkbtn a {
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    background-color: #DC000C;
    display: block;
    border-radius: 30px;
    position: relative; 
    max-width: 320px;
    padding: 10px 0;
    margin: 0 auto;
}

.linkbtn a:hover {
    background-color: #FF6868;
}

.linkbtn-support a {
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    background-color: #6DAD19;
    display: block;
    border-radius: 60px;
    position: relative; 
    max-width: 500px;
    padding: 10px 0;
    margin: 0 auto;
}

.linkbtn-support a:hover {
    background-color: #94DF71;
}

.linkbtn-line a {
    color: #0053B4;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    display: block;
    border: 1px solid #0053B4;
    border-radius: 30px;
    position: relative;
    width: 200px;
    padding: 10px 0;
    margin: 30px auto;
}

.linkbtn-line a:hover {
    background-color: #E7F0FA;
}

.linkbtn-arrow-right a::after {
  content: '';
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  transform: rotate(45deg);
}

.arrow_l {
  position: relative;
  display: inline-block;
  padding-left: 14px;
  color: #333;
  text-decoration: none;
}
.arrow_l:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-left: solid 2px #333;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.link-text a {
   color: #0053B4; 
    margin-bottom: 20px;
}

.c-orange {
    color: #F59A51;
}

.c-green {
    color: #6DAD19;
}

.c-red {
    color: #DC000C;
}

.text-block {
    display: inline-block;
}

/* コンテンツ
------------------------------------------------------------------- */
header {
    width: 100%;
    background-image: url(../images/bg.webp);
    background-color: #D28169;
    background-repeat: no-repeat;
    background-position: center bottom;
}

@media screen and (max-width:600px) {
    header {
        background-size: 200% auto;
    }
}

header h1 {
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

header .main-image {
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 40px;
}

#lead {
    padding: 30px 0px;
}

#present, #location, #support {
    padding: 60px 0px;
}

/* lead */
.lead-box {
    background: #FFF;
    max-width: 680px;
    border-radius: 10px;
    padding: 15px;
    margin: 0 auto;
    border: 5px solid #D28169;
}

.lead-box-inner {
    max-width: 470px;
    width: 100%;
    display: flex;
    margin: 0 auto;
}

.lead-box-inner-image1 {
    width: 77%;
    margin-top: -8%;
}

.lead-box-inner-image2 {
    max-width: 23%;
    margin-top: 12.5%;
}

.lead-txt {
    font-size: 2.6rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.6;
}

.lead-txt-l {
    font-size: 6.6rem;
    display: block;
}

.lead-txt-s {
    font-size: 2.2rem;
    display: block;
}

@media screen and (max-width:500px) {
.lead-txt {
    font-size: 2.0rem;
}
.lead-txt-l {
    font-size: 4.6rem;
}
.lead-txt-s {
    font-size: 1.8rem;
    display: block;
}
}

.lead-image {
    width:187px;
    margin: 30px auto;
}

/* present */
.present-title {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    color: #FFF;
    background: #D28169;
    border-radius: 5px;
    width: 100%;
    padding: 5px;
    margin: 30px auto;
}

.present-lead {
    max-width: 600px;
    margin: 0 auto 20px;
}

.present-box, .present-box-inner-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.present-box-inner {
    background: #FFFCF5;
    border: 3px solid #D28169;
    border-radius: 10px;
    width: 32%;
    padding: 15px;
    display: flex; 
    flex-direction: column;
    margin-bottom: 20px;
}

.present-box-inner-image {
    width: 208px;
    margin: auto auto 0;
}

.present-box-inner-col-txt {
    width: 65%
}

.present-box-inner-col-image {
    width: 35%
}

@media screen and (max-width:840px) {
.present-box-inner  {
    width: 100%;
    display: block;
}
/*.present-box-inner:last-child  {
    margin-bottom: 0;
}*/
}

@media screen and (max-width:500px) {
.present-box-inner-col-txt,
.present-box-inner-col-image{
    width: 100%;
    display: block;
    }
.present-box-inner-col-image img{
    width: 190px;
    margin: 20px auto 0;
    }
}

.present1 {
    color: #E07C0B;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #D28169;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.present-wchance1 {
    color: #FFF;
    font-weight: 500;
    background: #F59A51;
    border-radius: 5px;
    position: relative;
    padding: 10px;
    margin-top: 10px;
}

.present-wchance1::after {
    content: "＋";
    color: #F59A51;
    font-weight: 500;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.present-wchance2 {
    color: #FFF;
    font-weight: 500;
    background: #F59A51;
    border-radius: 5px;
    padding: 10px;
    margin-top: 30px;
}

.list-icon {
    list-style: none;
    margin: 0 0 0 1em;
    padding: 0;
}

.list-icon li{
 text-indent: -1em;
}   

.list-icon li::before {
    content: "◆";
    color:#F59A51;
}


/*location*/
.location-map {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.location-info {
    text-align: center;
}

.location-info .linkbtn {
    margin: 30px 0;
}

.location-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    width: 100%;
    margin: 50px 0;
    padding: 0;
}

.location-list li {
    font-weight: 500;
    text-align: center;
    background: #FFF;
    border-radius: 10px;
    position: relative;
    width: 23.6%;
    margin-bottom: 20px;
}

@media screen and (max-width:840px) {
.location-list li {
    width: 31.6%;
}
}

@media screen and (max-width:670px) {
.location-list li {
    width: 48.4%;
    font-size: 1.5rem;
}
}

.location-list::after {
    content: "";
    display: block;
    width: 23.6%; 
}

.location-list::before {
    content: "";
    display: block;
    width: 23.6%; 
    order: 1;
}

.location-list li a {
    display: block;
    padding: 20px;
}

.location-list li a:hover {
    opacity: 0.6;
}

.logo {
    max-width: 200px;
    width: 100%;
    margin: 0 auto 10px;
}

.icon {
    background: #F59A51;
    border-radius: 50%;
    position: absolute;
    top:10px;
    right: 10px;
    width: 26px;
    height: 26px;
}

.icon::before, .icon-plus::after {
    content: "";
    border-top: 1px solid #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    transform: translateX(-50%);
}

.icon-plus::after {
    top: 6px;
    left: 0;
    transform: rotate(90deg);
}

@media screen and (max-width:500px) {
.icon {
    background: #F59A51;
    border-radius: 50%;
    position: absolute;
    top:6px;
    right: 6px;
    width: 20px;
    height: 20px;
}
.icon::before, .icon-plus::after {
    content: "";
    border-top: 1px solid #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 11px;
    transform: translateX(-50%);
}
.icon-plus::after {
    top: 5px;
    left: -1px;
    transform: rotate(90deg);
}
}

.featherlight-container {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
}

.featherlight-container .linkbtn {
    margin:30px auto;
}

.featherlight .featherlight-close-icon {
    font-size: 22px;
    top: 5px !important;
    right: 5px !important;
}

.openday-info {
    font-size: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.openday-info dt {
    text-align: center;
    background: #EDEDED;
    display: flex;
    justify-content: center; 
    align-items:center;
    width: 5em;
    margin-bottom: 5px;
}

.openday-info dd {
    width: calc(100% - 5em);
    padding-left: 5px;
    margin-bottom: 5px;
}

.openday-contact {
    text-align: center;
    border-top: 1px solid #BABABA;
    border-bottom: 1px solid #BABABA;
    padding: 5px 0;
    margin-bottom: 5px;
}

/*support*/
.support-image {
    max-width: 300px;
    margin: 30px auto;
}

.support-merit {
    list-style: none;
    width: 100%;
    margin: 0 0 40px;
    padding: 0;
}

.support-merit li {
    background: #F1F5EF;
    border-radius: 10px;
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
}

.merit1::before {
    content: "1";
}

.merit2::before {
    content: "2";
}

.merit3::before {
    content: "3";
}

.merit4::before {
    content: "4";
}

.merit-icon::before {
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    background: #6DAD19;
    position: absolute;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width:500px) {
.merit-icon::before {
    top: 0;
    transform: translateY(100%);
}
}

.support-merit li h3 {
    color: #6DAD19;
    font-size: 1.8rem;
    font-weight: 500;
    padding-left: 50px;
}

.support-merit li p {
    padding-left: 50px;
}

/* footer*/
footer {
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    background: #ACA9A2;
    padding: 50px 20px;
}

footer a{
    text-decoration: underline;
}

.footer-contact {
    margin: 20px 0 10px;
}

.footer-copyright {
    font-size: 1.2rem;
    margin-top: 20px;
}


/* フォーム
------------------------------------------------------------------- */
#application  {
    padding: 50px 0;
}

.container-form {
    background: #FFF;
    padding: 30px 60px;
}

@media screen and (max-width:780px) {
#application  {
    padding: 20px 0;
}
.container-form {
    background: #FFF;
    padding: 20px;
}
}

@media screen and (max-width:600px) {
.container-form {
    background: #FFF;
    padding: 10px;
}
}

.form-logo {
    text-align: center;
}

.form-logo img {
    display: inline-block;
    max-width: 300px;
    width: 100%;
}

#application h1 {
    font-size: 2.6rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

#application dl dt {
    margin: 15px 0px 5px;
}

input, textarea {
    padding: 6px;
    border: 1px solid #CCC;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
}

input[type="tel"] {
    width: 240px;
}

input[type="number"] {
    width: 100px;
}

textarea {
    width: 100%;
    height: 100px;
}

button[type="submit"] {
    color: #FFFFFF;
    line-height: 1;
    text-align: center;
    width: 100px;
    background-color: c;
    border-radius: 10px;
    padding: 10px 0;
    margin: 0 10px;
    border: 0;
    cursor: pointer;
}

/*.application-selectbox {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.application-selectbox::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}*/

#application select {
    color: #000;
    background: #FFF;
    border: 1px solid #CCC;
    padding: 10px;
    cursor: pointer;
}

input[type=submit] {
    text-align: center;
    cursor: pointer;
    display: block;
    max-width: 320px;
    width: 100%;
    padding: 12px;
    margin: 30px auto 0;
}

.form-required:after {
    content: "*";
    color: #DC000C;
    display: inline-block;
    margin-left: 5px;
}

.form-text {
    margin-top:20px;
}
.form-conftext {
    border: 1px solid #CE9A8E;
    padding: 15px;
    margin: 20px 0;
}

.wpcf7-not-valid-tip {
    font-size: 1.4rem;
}

.wpcf7-list-item {
    margin: 0 !important;
}



