@charset "UTF-8";
/*Theme Name: 子山ホーム*/
@import url("https://fonts.googleapis.com/css2?family=Concert+One&family=Kiwi+Maru:wght@500&display=swap");
@media (min-width: 768px) {
  html {
    font-size: 112.5%;
  }
  body {
    font-family: "Kiwi Maru", serif;
    margin: 0 auto;
    min-width: 1200px;
    width: 100%;
    line-height: 1.8;
    color: #3e2917;
    font-weight: 500;
    background: #fff6ee;
  }
  body img {
    height: auto;
  }
  body .imgleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body .imgleft > div {
    width: 100%;
    margin-left: 60px;
  }
  body .imgleft > div p:not(:last-child) {
    margin-bottom: 30px;
  }
  body .imgright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  body .imgright > div {
    width: 100%;
    margin-right: 60px;
  }
  body .imgright > div p:not(:last-child) {
    margin-bottom: 30px;
  }
  body .inner {
    width: 1080px;
    margin: 0 auto;
  }
  body .page_title {
    position: relative;
    text-align: center;
    font-size: 1.8rem;
    padding: 40px 0 30px;
    letter-spacing: 5px;
    max-height: 120px;
  }
  body .page_title:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    min-height: 120px;
    height: 10vw;
    background: url("images/common/arche_top.svg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  body .page_title img {
    position: absolute;
    bottom: 60px;
  }
  body .page_title img.tree01 {
    left: 20px;
  }
  body .page_title img.tree02 {
    right: 20px;
  }
  body .main_title {
    width: 300px;
    margin: 60px auto;
  }
  body .main_title span {
    display: block;
    font-size: 1.3rem;
    padding: 10px;
    background: #896b4e;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    position: relative;
  }
  body .main_title span:before {
    position: absolute;
    content: "";
    top: -60px;
    left: 40px;
    width: 10px;
    height: 60px;
    background: #896b4e;
  }
  body .main_title span:after {
    position: absolute;
    content: "";
    top: -60px;
    right: 40px;
    width: 10px;
    height: 60px;
    background: #896b4e;
  }
  body .main_title.org span {
    background: #fd9b40;
  }
  body .main_title.org span:before, body .main_title.org span:after {
    background: #fd9b40;
  }
  body .main_title.wide {
    width: 100%;
  }
  body .main_title.wide span:before {
    left: 430px;
  }
  body .main_title.wide span:after {
    right: 430px;
  }
  body .sub_title {
    background: #fd9b40;
    color: #fff;
    font-size: 1.7rem;
    padding: 5px 20px 5px 60px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body .sub_title:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 200px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 20px;
  }
  body .sub_title span {
    font-size: 1.1rem;
  }
  body .btn {
    display: block;
    width: 200px;
    background: #a8d140;
    color: #4b6016;
    text-align: center;
    border-radius: 200px;
    padding: 5px;
  }
  body .btn:hover {
    background: #4b6016;
    color: #fff;
  }
  body .numb {
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    font-family: "Concert One", sans-serif;
    text-align: center;
    font-size: 2.6rem;
    color: #896b4e;
    background: #fccc0d;
    width: 80px;
    height: 80px;
    border-radius: 100px;
  }
  body .numb_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 80px;
    margin: 60px auto 0;
  }
  body .numb_list li {
    position: relative;
    border-radius: 20px;
    border: 10px solid #fccc0d;
    background: #fff8db;
    padding: 60px 20px 20px;
  }
  body .numb_list .numb {
    top: -40px;
  }
  body .numb_list h3 {
    color: #fd9b40;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  body .numb_list img {
    display: block;
    margin: 0 auto 20px;
  }
  body .news_list li {
    border-bottom: 1px dashed #896b4e;
    padding: 15px 0;
    position: relative;
  }
  body .news_list li:before, body .news_list li:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #896b4e;
    bottom: -3px;
    border-radius: 200px;
  }
  body .news_list li:before {
    left: 0;
  }
  body .news_list li:after {
    right: 0;
  }
  body .news_list h3 a:hover {
    text-decoration: underline;
    color: #4b6016;
  }
  body .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .dec .cat {
    color: #fff;
    background: #fd9b40;
    min-width: 100px;
    text-align: center;
    border-radius: 10px;
    display: block;
    padding: 5px;
    margin-left: 20px;
  }
  body .graf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .graf dt {
    width: 33%;
    background: #896b4e;
    color: #fff6ee;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .graf dt:not(:last-of-type) {
    margin-bottom: 10px;
  }
  body .graf dd {
    width: 67%;
    background: #fff;
    border: 3px solid #896b4e;
    padding: 15px 20px;
  }
  body .graf dd:not(:last-of-type) {
    margin-bottom: 10px;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header.top {
    margin-bottom: 18vw;
  }
  header.sub {
    margin-bottom: 10vw;
  }
  header > span {
    background: #fd9b40;
    display: block;
    text-align: center;
    padding: 5px;
  }
  header .h_blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    padding: 40px 0 60px;
  }
  header .h_blc .left img:last-child,
  header .h_blc .right img:last-child {
    position: absolute;
    bottom: 0;
  }
  header .h_blc .left .girl,
  header .h_blc .right .girl {
    left: 200px;
  }
  header .h_blc .left .boy,
  header .h_blc .right .boy {
    right: 220px;
  }
  header nav {
    padding: 10px 0 40px;
  }
  header nav > ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
  header nav > ul > li {
    position: relative;
    margin-right: 25px;
  }
  header nav > ul > li:hover ul {
    visibility: visible;
  }
  header nav > ul > li ul {
    left: 0;
    position: absolute;
    top: 45px;
    visibility: hidden;
    z-index: 1;
    width: 100%;
  }
  header nav > ul > li ul a {
    background: #4b6016;
    color: #fff;
    padding: 5px;
    display: block;
    text-align: center;
    min-width: 100px;
  }
  header nav > ul > li ul a:hover {
    background: #a8d140;
  }
  header nav > ul > li > a {
    text-align: center;
    display: block;
    background: #a8d140;
    color: #4b6016;
    border-radius: 200px;
    padding: 5px;
  }
  header nav > ul > li > a:hover {
    background: #4b6016;
    color: #fff;
  }
  header .catch > img {
    width: 100%;
  }
  main.top .about {
    background: #ffd8b5;
    position: relative;
    margin-bottom: 180px;
  }
  main.top .about:after {
    position: absolute;
    content: "";
    bottom: -120px;
    left: 0;
    width: 100%;
    min-height: 120px;
    height: 10vw;
    background: url("images/common/arche_btm.svg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  main.top .about .page_title {
    position: absolute;
    top: -70px;
    width: 100%;
  }
  main.top .about .blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 80px;
  }
  main.top .about .blc .left {
    position: relative;
    width: 400px;
  }
  main.top .about .blc .left .girl {
    position: absolute;
    right: -20px;
    top: 260px;
  }
  main.top .about .blc .left ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  main.top .about .blc .left ul a {
    border: 5px solid #fff;
  }
  main.top .about .blc .right {
    width: 570px;
    border-radius: 20px;
    border: 10px solid #fd9b40;
    background: #fff6ee;
    padding: 40px;
  }
  main.top .about .blc .right p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top .about video {
    display: block;
    width: 800px;
    margin: 0 auto;
  }
  main.top .soul ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin: 100px auto;
  }
  main.top .soul ul li {
    position: relative;
    border-radius: 10px;
    border: 5px solid #fccc0d;
    padding: 10px;
    text-align: center;
    font-size: 1.1rem;
  }
  main.top .philosophy {
    margin-bottom: 100px;
  }
  main.top .philosophy h2 {
    font-size: 1.3rem;
    padding: 10px;
    background: #896b4e;
    color: #fff;
    border-radius: 10px;
    text-align: center;
  }
  main.top .news {
    margin-bottom: 100px;
  }
  main.top .news h2 {
    font-size: 1.3rem;
    padding: 10px;
    background: #896b4e;
    color: #fff;
    border-radius: 10px;
    text-align: center;
  }
  main.top .news .box {
    border-radius: 20px;
    border: 10px solid #896b4e;
    margin: 50px auto 100px;
    padding: 60px;
  }
  main.top .news .box ul {
    margin-bottom: 20px;
  }
  main.top .news .box li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main.top .news .box h3 {
    width: calc(100% - 280px);
  }
  main.top .news .box .btn {
    margin-left: auto;
  }
  main.sub {
    margin-bottom: 100px;
  }
  main.sub .letter .letter_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 60px;
  }
  main.sub .letter .letter_list .thumb {
    max-width: 450px;
    width: 100%;
    position: relative;
    display: block;
  }
  main.sub .letter .letter_list .thumb:before {
    content: "";
    display: block;
    padding-top: 140%;
  }
  main.sub .letter .letter_list .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main.sub .letter .letter_list h3 {
    text-align: center;
    font-size: 1.8rem;
  }
  main.sub .philosophy .ethics {
    font-size: 1.1rem;
  }
  main.sub .philosophy .ethics p {
    text-align: center;
    margin-bottom: 60px;
  }
  main.sub .philosophy .ethics ul {
    background: #fff;
    border: 10px solid #fd9b40;
    border-radius: 20px;
    padding: 40px;
  }
  main.sub .philosophy .ethics ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .philosophy .plan {
    position: relative;
    font-size: 1.1rem;
    margin-top: 260px;
  }
  main.sub .philosophy .plan:after {
    position: absolute;
    content: "";
    top: -180px;
    left: 0;
    width: 100%;
    min-height: 120px;
    max-height: 150px;
    height: 10vw;
    background: url("images/common/arche_btm.svg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  main.sub .philosophy .plan h4 {
    font-size: 1.7rem;
    margin: 60px auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.sub .philosophy .plan h4:before {
    border-top: 1px solid #3e2917;
    content: "";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 40px;
  }
  main.sub .philosophy .plan h4:after {
    border-top: 1px solid #3e2917;
    content: "";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 40px;
  }
  main.sub .philosophy .plan strong {
    color: #fd9b40;
    font-size: 1.3rem;
    margin-bottom: 20px;
    display: block;
  }
  main.sub .philosophy .plan p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .about {
    font-size: 1.1rem;
  }
  main.sub .about .promise > ul > li {
    margin-bottom: 60px;
  }
  main.sub .about .promise > ul > li strong {
    display: block;
    color: #fd9b40;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  main.sub .about .promise > ul > li ul {
    margin-bottom: 30px;
  }
  main.sub .recruit {
    font-size: 1.1rem;
  }
  main.sub .recruit .imgright {
    margin-bottom: 80px;
  }
  main.sub .recruit li {
    margin-bottom: 60px;
  }
  main.sub .recruit li p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .guide ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    margin-bottom: 80px;
  }
  main.sub .guide ul li {
    background: #fff8db;
    border: 10px solid #fccc0d;
    border-radius: 20px;
    padding: 40px;
    font-size: 1.1rem;
  }
  main.sub .guide ul h3 {
    text-align: center;
    font-size: 1.8rem;
    margin: 20px auto;
  }
  main.sub .guide ul dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.sub .guide ul dl dt {
    width: 30%;
    text-align: right;
    padding-right: 20px;
    position: relative;
  }
  main.sub .guide ul dl dt:after {
    position: absolute;
    content: "：";
    top: 0;
    right: 10px;
    width: 10px;
    height: 10px;
  }
  main.sub .guide ul dl dd {
    width: 68%;
  }
  main.sub .guide .box {
    background: #fff;
    border: 10px solid #fd9b40;
    border-radius: 20px;
    padding: 40px;
    font-size: 1.3rem;
    line-height: 2;
  }
  main.sub .guide .box .imgright > div {
    margin-right: 0;
    width: auto;
  }
  main.sub .guide .box .imgleft {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
    padding: 0 40px;
  }
  main.sub .life .inner > img {
    margin-bottom: 80px;
  }
  main.sub .life .pic_list {
    margin-bottom: 60px;
  }
  main.sub .life .pic_list h4 {
    font-size: 1.8rem;
    margin: 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.sub .life .pic_list h4:before {
    border-top: 1px solid #3e2917;
    content: "";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 80px;
  }
  main.sub .life .pic_list h4:after {
    border-top: 1px solid #3e2917;
    content: "";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 80px;
  }
  main.sub .life .pic_list ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 30px;
  }
  main.sub .life .pic_list ul p {
    text-align: center;
    font-size: 1.1rem;
  }
  main.sub .life .pic_list > p {
    text-align: right;
    font-size: 1.1rem;
  }
  main.sub .life .daily ul {
    width: 900px;
    margin: 0 auto;
    position: relative;
  }
  main.sub .life .daily ul:after {
    position: absolute;
    content: "";
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 95%;
    background: #fccc0d;
    z-index: -1;
  }
  main.sub .life .daily ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 1.3rem;
  }
  main.sub .life .daily ul li:nth-child(odd) p {
    margin: 50px 50px 0 0;
  }
  main.sub .life .daily ul li:nth-child(odd) p:after {
    right: -50px;
  }
  main.sub .life .daily ul li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  main.sub .life .daily ul li:nth-child(even) p {
    margin: 50px 0 0 50px;
  }
  main.sub .life .daily ul li:nth-child(even) p:after {
    left: -50px;
  }
  main.sub .life .daily ul h4 {
    margin-bottom: 10px;
  }
  main.sub .life .daily ul p {
    width: 130px;
    height: 130px;
    background: #fccc0d;
    border-radius: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  main.sub .life .daily ul p:after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    height: 10px;
    background: #fccc0d;
    z-index: -1;
  }
  main.sub .history .btnarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 930px;
    margin: 0 auto 60px;
  }
  main.sub .history .btnarea li {
    margin: 15px;
  }
  main.sub .history .list > li:not(:last-child) {
    margin-bottom: 80px;
  }
  main.sub .history .list p {
    font-size: 1.1rem;
  }
  main.sub .history .list p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .history .list .blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 60px;
    font-size: 1.1rem;
  }
  main.sub .history .list .blc:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  main.sub .history .list .blc .cont {
    width: 580px;
  }
  main.sub .history .list span {
    display: block;
    text-align: center;
    margin: 20px auto 0;
    font-size: 1.1rem;
  }
  main.sub .history .list ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 30px 40px;
    margin: 60px auto;
  }
  main.sub .history .list .center {
    display: block;
    margin: 0 auto 40px;
  }
  main.sub .support .list > li:not(:last-child) {
    margin-bottom: 80px;
  }
  main.sub .support .bank {
    position: relative;
    border-radius: 20px;
    border: 10px solid #fccc0d;
    background: #fff8db;
    padding: 60px 50px 40px;
    line-height: 1.4;
    font-size: 2rem;
    margin: 100px auto 0;
  }
  main.sub .support .bank span {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 920px;
    font-size: 1.3rem;
    padding: 10px;
    background: #fccc0d;
    border-radius: 10px;
    text-align: center;
  }
  main.sub .support p {
    font-size: 1.1rem;
  }
  main.sub .support p.right {
    text-align: right;
    margin: 20px 0 0;
  }
  main.sub .support p.center {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  main.sub .support p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .support p a {
    display: block;
    color: #a8d140;
  }
  main.sub .support .blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.sub .support .blc > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.sub .support .blc > li:first-child {
    width: 380px;
  }
  main.sub .support .blc > li:last-child {
    width: 670px;
  }
  main.sub .support .blc > li h4 {
    text-align: center;
    font-size: 1.8rem;
  }
  main.sub .support .blc > li div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
    border-radius: 20px;
    border: 10px solid #896b4e;
    background: #fff;
    padding: 40px;
  }
  main.sub .support .blc > li div li:not(:last-child) {
    margin-bottom: 15px;
  }
  main.sub .support .accordion .sub_title:before {
    position: absolute;
    content: "▼";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
  }
  main.sub .support .accordion .sub_title.open:before {
    content: "▲";
  }
  main.sub .support .accordion .sub_title span {
    margin-right: 60px;
  }
  main.sub .support .accordion .blc {
    margin-bottom: 60px;
  }
  main.sub .contact .inner p {
    margin: 60px auto 40px;
  }
  main.sub .contact .graf {
    margin: 60px auto 40px;
  }
  main.sub .contact input[type="text"] {
    font-family: "Kiwi Maru", serif;
    width: 100%;
    height: 50px;
    padding: 10px;
    border-radius: 100px;
    background: #e0e0e0;
  }
  main.sub .contact input[type="text"].middle {
    width: 65%;
  }
  main.sub .contact .wpcf7-form-control.wpcf7-acceptance {
    display: block;
    margin-bottom: 40px;
  }
  main.sub .contact .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    position: relative;
    margin: 0;
  }
  main.sub .contact .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    cursor: pointer;
  }
  main.sub .contact .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  main.sub .contact .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before {
    content: "";
    border: 1px solid #3e2917;
    background: transparent;
    border-radius: 100px;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    top: -3px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
  }
  main.sub .contact .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border-radius: 100px;
    background: #3e2917;
  }
  main.sub .contact textarea {
    font-family: "Kiwi Maru", serif;
    width: 100%;
    height: 270px;
    border-radius: 10px;
    padding: 10px;
    background: #e0e0e0;
  }
  main.sub .contact .wpcf7-form-control-wrap[data-name="your-agree"] {
    text-align: center;
  }
  main.sub .contact input[type="submit"] {
    font-family: "Kiwi Maru", serif;
    outline: none;
    -webkit-appearance: none;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    margin: 0 auto;
    padding: 10px;
    width: 300px;
    font-size: 1.4rem;
  }
  main.sub .contact input[type="submit"]:hover {
    cursor: pointer;
  }
  main.sub .contact .privacy {
    border: 3px solid #896b4e;
    background: #fff;
    padding: 20px;
    font-size: 1.1rem;
    height: 240px;
    overflow: scroll;
    margin-bottom: 40px;
  }
  main.sub .contact .privacy p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .contact .privacy dd:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .contact .privacy ul {
    padding: 20px;
  }
  main.sub .contact .privacy ul ul {
    padding: 20px;
  }
  main.sub .pagination {
    padding-top: 100px;
  }
  main.sub .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.sub .pagination ul span {
    width: 55px;
    height: 50px;
    background: #a8d140;
    margin: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    border-radius: 10px;
  }
  main.sub .pagination ul a {
    width: 55px;
    height: 50px;
    border: 1px solid #a8d140;
    margin: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #a8d140;
    border-radius: 10px;
  }
  main.sub .pagination ul a:hover {
    background: #a8d140;
    color: #fff;
  }
  footer {
    border-top: 20px solid #fccc0d;
    background: #fff8db;
  }
  footer .f_blc {
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .f_blc h2 {
    margin-bottom: 20px;
  }
  footer .f_blc .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .f_blc .sns li {
    margin: 0 5px;
  }
  footer .f_blc .sns a {
    display: block;
  }
  footer .f_blc > ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 100px;
  }
  footer .f_blc h3 {
    position: relative;
    margin-bottom: 20px;
  }
  footer .f_blc h3:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #fd9b40;
    top: 8px;
    left: -30px;
    border-radius: 100px;
  }
  footer .f_blc a:hover {
    text-decoration: underline;
  }
  footer small {
    background: #fd9b40;
    text-align: center;
    display: block;
    font-size: 1rem;
    padding: 5px;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
  }
  footer .pagetop a {
    display: block;
    background: #fccc0d;
    text-align: center;
    color: #fff;
    width: 60px;
    height: 60px;
    font-weight: bold;
    font-size: 1.8rem;
    border-radius: 200px;
  }
  .smonly {
    display: none;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 87.5%;
  }
  body {
    font-family: "Kiwi Maru", serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.6;
    color: #3e2917;
    overflow-x: hidden;
    font-weight: 500;
    background: #fff6ee;
    -webkit-text-size-adjust: 100%;
  }
  body img {
    height: auto;
  }
  body .imgleft img,
  body .imgright img {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
  }
  body .imgleft > div p:not(:last-child),
  body .imgright > div p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .page_title {
    position: relative;
    text-align: center;
    font-size: 1.4rem;
    padding: 20px 0;
    max-height: 70px;
  }
  body .page_title.big {
    max-height: 85px;
  }
  body .page_title:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    min-height: 70px;
    height: 10vw;
    background: url("images/common/arche_top.svg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  body .page_title img {
    position: absolute;
    bottom: 80%;
    width: 50px;
  }
  body .page_title img.tree01 {
    left: 10px;
  }
  body .page_title img.tree02 {
    right: 10px;
  }
  body .main_title {
    width: 300px;
    margin: 30px auto;
  }
  body .main_title span {
    display: block;
    font-size: 1.2rem;
    padding: 10px;
    background: #896b4e;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    position: relative;
  }
  body .main_title span:before {
    position: absolute;
    content: "";
    top: -30px;
    left: 60px;
    width: 10px;
    height: 30px;
    background: #896b4e;
  }
  body .main_title span:after {
    position: absolute;
    content: "";
    top: -30px;
    right: 60px;
    width: 10px;
    height: 30px;
    background: #896b4e;
  }
  body .main_title.org span {
    background: #fd9b40;
  }
  body .main_title.org span:before, body .main_title.org span:after {
    background: #fd9b40;
  }
  body .main_title.wide {
    width: 100%;
  }
  body .sub_title {
    background: #fd9b40;
    color: #fff;
    font-size: 1.2rem;
    padding: 5px 10px 5px 40px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
  }
  body .sub_title:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 200px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 10px;
  }
  body .sub_title span {
    display: block;
    font-size: 0.8rem;
    text-align: right;
  }
  body .btn {
    display: block;
    max-width: 200px;
    background: #a8d140;
    color: #4b6016;
    text-align: center;
    border-radius: 200px;
    padding: 5px;
  }
  body .numb {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    font-family: "Concert One", sans-serif;
    text-align: center;
    font-size: 1.8rem;
    color: #896b4e;
    background: #fccc0d;
    width: 40px;
    height: 40px;
    border-radius: 100px;
  }
  body .numb_list {
    margin: 40px auto 0;
  }
  body .numb_list li {
    position: relative;
    border-radius: 20px;
    border: 5px solid #fccc0d;
    background: #fff8db;
    padding: 30px 20px 20px;
  }
  body .numb_list li:not(:last-child) {
    margin-bottom: 40px;
  }
  body .numb_list .numb {
    top: -20px;
  }
  body .numb_list h3 {
    color: #fd9b40;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  body .numb_list img {
    display: block;
    margin: 0 auto 20px;
  }
  body .news_list li {
    border-bottom: 1px dashed #896b4e;
    padding: 10px 0;
    position: relative;
  }
  body .news_list li:before, body .news_list li:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #896b4e;
    bottom: -3px;
    border-radius: 200px;
  }
  body .news_list li:before {
    left: 0;
  }
  body .news_list li:after {
    right: 0;
  }
  body .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  body .dec .cat {
    color: #fff;
    background: #fd9b40;
    min-width: 80px;
    text-align: center;
    border-radius: 5px;
    display: block;
    padding: 0 5px;
    margin-left: 10px;
  }
  body .graf {
    margin-bottom: 40px;
  }
  body .graf dt {
    background: #896b4e;
    color: #fff8db;
    padding: 10px;
  }
  body .graf dd {
    background: #fff;
    border: 1px solid #896b4e;
    padding: 10px;
  }
  body .graf dd:not(:last-of-type) {
    margin-bottom: 10px;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header.top {
    margin-bottom: 100px;
  }
  header.sub {
    margin-bottom: 40px;
  }
  header > span {
    background: #fd9b40;
    display: block;
    text-align: center;
    font-size: 0.8rem;
  }
  header .h_blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    padding: 20px;
  }
  header .h_blc .left img,
  header .h_blc .right img {
    width: 100px;
  }
  header .h_blc .left img:last-child,
  header .h_blc .right img:last-child {
    position: absolute;
    bottom: 0;
  }
  header .h_blc .left .girl,
  header .h_blc .right .girl {
    width: 50px;
    left: 60px;
  }
  header .h_blc .left .boy,
  header .h_blc .right .boy {
    width: 50px;
    right: 60px;
  }
  header .h_blc .logo {
    max-width: 130px;
  }
  header .menu-btn {
    position: fixed;
    top: 30px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    width: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 100;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    background: #fd9b40;
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    position: absolute;
    top: 0;
  }
  header .menu-btn span:before {
    top: 10px;
  }
  header .menu-btn span:after {
    top: 20px;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    background: rgba(255, 255, 255, 0);
  }
  header #menu-btn-check:checked ~ .menu-btn span:before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header #menu-btn-check:checked ~ .menu-btn span:after {
    top: 9px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header #menu-btn-check {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-content {
    left: 0%;
  }
  header .menu-content {
    width: 100%;
    height: 100%;
    background: #ffd8b5;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 99;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 80px 20px 20px;
    overflow: scroll;
    z-index: 99;
  }
  header .menu-content > ul > li {
    margin-bottom: 20px;
  }
  header .menu-content > ul > li > a {
    font-size: 1.2rem;
  }
  header .menu-content > ul > li > a.has_child {
    position: relative;
  }
  header .menu-content > ul > li > a.has_child:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header .menu-content > ul > li > a.has_child.open::after {
    content: "\f077";
  }
  header .menu-content > ul > li a {
    display: block;
  }
  header .menu-content > ul > li ul {
    display: none;
    padding: 10px;
  }
  header .menu-content > ul > li ul a {
    margin-bottom: 10px;
  }
  header .catch {
    padding: 10px;
  }
  header .catch > img {
    width: 100%;
  }
  main.top .about {
    background: #ffd8b5;
    position: relative;
    margin-bottom: 100px;
  }
  main.top .about:after {
    position: absolute;
    content: "";
    bottom: -70px;
    left: 0;
    width: 100%;
    min-height: 70px;
    height: 10vw;
    background: url("images/common/arche_btm.svg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  main.top .about .page_title {
    position: absolute;
    top: -40px;
    width: 100%;
  }
  main.top .about .blc {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  main.top .about .blc .left {
    position: relative;
    max-width: 420px;
    margin: 0 auto 20px;
  }
  main.top .about .blc .left > img {
    display: block;
    margin: 0 auto;
  }
  main.top .about .blc .left .girl {
    position: absolute;
    right: 0;
    top: 240px;
    width: 80px;
  }
  main.top .about .blc .left ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  main.top .about .blc .left ul a {
    border: 3px solid #fff;
  }
  main.top .about .blc .right {
    border-radius: 20px;
    border: 5px solid #fd9b40;
    background: #fff6ee;
    padding: 20px;
  }
  main.top .about .blc .right p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top .about video {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  main.top .soul {
    padding: 0 20px;
  }
  main.top .soul ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 40px 10px;
    margin: 60px auto 20px;
  }
  main.top .soul ul li {
    position: relative;
    border-radius: 10px;
    border: 3px solid #fccc0d;
    padding: 10px;
    text-align: center;
  }
  main.top .philosophy {
    padding: 20px;
  }
  main.top .philosophy h2 {
    font-size: 1.2rem;
    padding: 10px;
    background: #896b4e;
    color: #fff;
    border-radius: 10px;
    text-align: center;
  }
  main.top .news {
    padding: 20px;
  }
  main.top .news h2 {
    font-size: 1.2rem;
    padding: 10px;
    background: #896b4e;
    color: #fff;
    border-radius: 10px;
    text-align: center;
  }
  main.top .news .box {
    border-radius: 20px;
    border: 5px solid #896b4e;
    margin: 20px auto;
    padding: 20px;
  }
  main.top .news .box ul {
    margin-bottom: 20px;
  }
  main.top .news .box .btn {
    margin-left: auto;
  }
  main.sub {
    margin-bottom: 40px;
  }
  main.sub .letter .letter_list {
    padding: 0 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  main.sub .letter .letter_list .thumb {
    max-width: 450px;
    width: 100%;
    position: relative;
    display: block;
  }
  main.sub .letter .letter_list .thumb:before {
    content: "";
    display: block;
    padding-top: 140%;
  }
  main.sub .letter .letter_list .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main.sub .letter .letter_list h3 {
    text-align: center;
    font-size: 1.2rem;
  }
  main.sub .philosophy .ethics {
    padding: 0 20px;
  }
  main.sub .philosophy .ethics p {
    margin-bottom: 20px;
  }
  main.sub .philosophy .ethics ul {
    background: #fff;
    border: 5px solid #fd9b40;
    border-radius: 20px;
    padding: 20px;
  }
  main.sub .philosophy .ethics ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .philosophy .plan {
    position: relative;
    margin-top: 140px;
    padding: 0 20px;
  }
  main.sub .philosophy .plan:after {
    position: absolute;
    content: "";
    top: -100px;
    left: 0;
    width: 100%;
    min-height: 70px;
    max-height: 100px;
    height: 10vw;
    background: url("images/common/arche_btm.svg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  main.sub .philosophy .plan h4 {
    font-size: 1.2rem;
    margin: 40px auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.sub .philosophy .plan h4:before {
    border-top: 1px solid #3e2917;
    content: "";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 20px;
  }
  main.sub .philosophy .plan h4:after {
    border-top: 1px solid #3e2917;
    content: "";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 20px;
  }
  main.sub .philosophy .plan strong {
    color: #fd9b40;
    margin-bottom: 20px;
    display: block;
  }
  main.sub .philosophy .plan p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .about .promise {
    padding: 0 20px;
  }
  main.sub .about .promise > ul > li {
    margin-bottom: 20px;
  }
  main.sub .about .promise > ul > li strong {
    display: block;
    color: #fd9b40;
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  main.sub .about .promise > ul > li ul {
    margin-bottom: 20px;
  }
  main.sub .recruit .inner {
    padding: 0 20px;
  }
  main.sub .recruit .imgright {
    margin-bottom: 40px;
  }
  main.sub .recruit li {
    margin-bottom: 20px;
  }
  main.sub .recruit li p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .guide .inner {
    padding: 0 20px;
  }
  main.sub .guide ul {
    margin-bottom: 40px;
  }
  main.sub .guide ul li {
    background: #fff8db;
    border: 5px solid #fccc0d;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
  }
  main.sub .guide ul iframe {
    width: 100%;
  }
  main.sub .guide ul h3 {
    text-align: center;
    font-size: 1.4rem;
    margin: 10px auto;
  }
  main.sub .guide ul dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 300px;
    margin: 0 auto;
  }
  main.sub .guide ul dl dt {
    width: 32%;
    text-align: right;
    padding-right: 20px;
    position: relative;
  }
  main.sub .guide ul dl dt:after {
    position: absolute;
    content: "：";
    top: 0;
    right: 10px;
    width: 10px;
    height: 10px;
  }
  main.sub .guide ul dl dd {
    width: 68%;
  }
  main.sub .guide .box {
    background: #fff;
    border: 5px solid #fd9b40;
    border-radius: 20px;
    padding: 20px;
    font-size: 1.2rem;
    text-align: center;
  }
  main.sub .guide .box .imgright {
    margin-bottom: 20px;
  }
  main.sub .life .inner {
    padding: 0 20px;
  }
  main.sub .life .inner > img {
    margin-bottom: 40px;
  }
  main.sub .life .pic_list {
    margin-bottom: 40px;
  }
  main.sub .life .pic_list h4 {
    font-size: 1.2rem;
    margin: 40px auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.sub .life .pic_list h4:before {
    border-top: 1px solid #3e2917;
    content: "";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 20px;
  }
  main.sub .life .pic_list h4:after {
    border-top: 1px solid #3e2917;
    content: "";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 20px;
  }
  main.sub .life .pic_list ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
  }
  main.sub .life .pic_list ul img {
    width: 100%;
  }
  main.sub .life .pic_list ul p {
    text-align: center;
    font-size: 0.9rem;
  }
  main.sub .life .pic_list > p {
    text-align: right;
  }
  main.sub .life .daily ul {
    max-width: 340px;
    margin: 0 auto;
    position: relative;
  }
  main.sub .life .daily ul:after {
    position: absolute;
    content: "";
    top: 0;
    left: 45px;
    width: 5px;
    height: 95%;
    background: #fccc0d;
    z-index: -1;
  }
  main.sub .life .daily ul li {
    position: relative;
  }
  main.sub .life .daily ul li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .life .daily ul h4 {
    font-size: 1.2rem;
    position: absolute;
    top: 3px;
    left: 110px;
  }
  main.sub .life .daily ul p {
    width: 100px;
    padding: 5px;
    margin-bottom: 10px;
    background: #fccc0d;
    border-radius: 200px;
    text-align: center;
  }
  main.sub .history .inner {
    padding: 0 20px;
  }
  main.sub .history .btnarea {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
  }
  main.sub .history .btnarea .btn {
    max-width: 100%;
  }
  main.sub .history .list > li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .history .list p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .history .list .blc {
    margin-bottom: 30px;
  }
  main.sub .history .list .blc:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  main.sub .history .list .blc img {
    display: block;
    margin: 0 auto 10px;
  }
  main.sub .history .list span {
    display: block;
    text-align: center;
    margin: 10px auto 20px;
    font-size: 0.8rem;
  }
  main.sub .history .list ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  main.sub .history .list .center {
    display: block;
    margin: 0 auto 20px;
  }
  main.sub .support .inner {
    padding: 0 20px;
  }
  main.sub .support .list > li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .support .bank {
    position: relative;
    border-radius: 20px;
    border: 5px solid #fccc0d;
    background: #fff8db;
    padding: 40px 20px 20px;
    line-height: 1.4;
    margin: 40px auto 0;
  }
  main.sub .support .bank span {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 400px;
    width: 98%;
    padding: 5px;
    background: #fccc0d;
    border-radius: 10px;
    text-align: center;
  }
  main.sub .support p.right {
    text-align: right;
    margin: 10px 0 0;
    font-size: 0.7rem;
  }
  main.sub .support p.center {
    text-align: center;
    margin-bottom: 20px;
  }
  main.sub .support p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .support p a {
    display: block;
    color: #a8d140;
  }
  main.sub .support .blc ul:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .support .blc > li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .support .blc > li:first-child div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main.sub .support .blc > li h4 {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  main.sub .support .blc > li div {
    border-radius: 20px;
    border: 5px solid #896b4e;
    background: #fff;
    padding: 20px;
  }
  main.sub .support .blc > li div li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .support .accordion .sub_title:before {
    position: absolute;
    content: "▼";
    bottom: 0;
    right: 10px;
  }
  main.sub .support .accordion .sub_title.open:before {
    content: "▲";
  }
  main.sub .support .accordion .sub_title span {
    margin-right: 20px;
  }
  main.sub .support .accordion .blc {
    margin-bottom: 40px;
  }
  main.sub .contact .inner {
    padding: 0 20px;
  }
  main.sub .contact .inner p {
    margin: 30px 20px 5px;
  }
  main.sub .contact .graf {
    margin: 40px auto;
  }
  main.sub .contact input[type="text"] {
    font-family: "Kiwi Maru", serif;
    width: 100%;
    height: 40px;
    padding: 10px;
    border-radius: 100px;
    background: #e0e0e0;
  }
  main.sub .contact input[type="text"].middle {
    width: 80%;
  }
  main.sub .contact .wpcf7-form-control.wpcf7-acceptance {
    display: block;
    margin-bottom: 20px;
  }
  main.sub .contact .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    position: relative;
    margin: 0;
  }
  main.sub .contact .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    cursor: pointer;
  }
  main.sub .contact .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  main.sub .contact .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before {
    content: "";
    border: 1px solid #3e2917;
    background: transparent;
    border-radius: 100px;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
  }
  main.sub .contact .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: transparent;
    border-radius: 100px;
    background: #3e2917;
  }
  main.sub .contact textarea {
    font-family: "Kiwi Maru", serif;
    width: 100%;
    height: 150px;
    border-radius: 10px;
    padding: 10px;
    background: #e0e0e0;
  }
  main.sub .contact .wpcf7-form-control-wrap[data-name="your-agree"] {
    text-align: center;
  }
  main.sub .contact input[type="submit"] {
    font-family: "Kiwi Maru", serif;
    outline: none;
    -webkit-appearance: none;
    margin: 0 auto;
    padding: 10px;
    width: 300px;
  }
  main.sub .contact .privacy {
    border: 3px solid #896b4e;
    background: #fff;
    padding: 10px;
    height: 200px;
    overflow: scroll;
    margin-bottom: 40px;
  }
  main.sub .contact .privacy p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .contact .privacy dd:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .contact .privacy ul {
    padding: 10px;
  }
  main.sub .contact .privacy ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .contact .privacy ul ul {
    padding: 10px;
  }
  main.sub .archive .news_list {
    padding: 0 20px;
  }
  main.sub .pagination {
    padding-top: 40px;
  }
  main.sub .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.sub .pagination ul span {
    width: 40px;
    height: 40px;
    background: #a8d140;
    margin: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    border-radius: 10px;
  }
  main.sub .pagination ul a {
    width: 40px;
    height: 40px;
    border: 1px solid #a8d140;
    margin: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #a8d140;
    border-radius: 10px;
  }
  footer {
    border-top: 10px solid #fccc0d;
    background: #fff8db;
  }
  footer .f_blc > div {
    padding: 40px;
  }
  footer .f_blc h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  footer .f_blc .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .f_blc .sns li {
    margin: 0 10px;
  }
  footer .f_blc .sns a {
    display: block;
  }
  footer .f_blc > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .f_blc > ul ul {
    padding: 10px 20px;
  }
  footer .f_blc > ul ul a {
    display: block;
    padding: 10px;
  }
  footer .f_blc h3 {
    position: relative;
    padding-left: 30px;
  }
  footer .f_blc h3:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #fd9b40;
    top: 8px;
    left: 10px;
    border-radius: 100px;
  }
  footer small {
    background: #fd9b40;
    text-align: center;
    display: block;
    padding: 5px;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
  }
  footer .pagetop a {
    display: block;
    background: #fccc0d;
    text-align: center;
    color: #fff;
    width: 40px;
    height: 40px;
    font-weight: bold;
    font-size: 1.6rem;
    border-radius: 200px;
  }
  .pconly {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */