﻿/*==============================================
 Base
 ===============================================*/
* {
  font-family: 'Noto Sans JP', sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}
body {
  color: #775246;
  background-color: #E8E6B3;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  width: 100%;
  overflow-x: hidden;
}
a:active, a:focus {
  outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
  /* margin: 0 0 30px 0; */
  /* color: #4d9f42; */
  /* font-weight: normal; */
  /* line-height: 1.5; */
}
h1, h2 {
  letter-spacing: 2px;
}
h3, h4 {
  letter-spacing: 2px;
}
h5, h6 {
  letter-spacing: 1px;
}
p {
  color: #775246;
}
p.add2024 {
    color: #674F46;
}
a {
  text-decoration: none !important;
}
a:hover, a:focus {
  color: #323232;
}
a, .btn {
  -webkit-transition: all .3s;
  transition: all .3s;
}
a img, iframe {
  border: none;
}
hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}
.text-right {
  text-align: right;
}

/*==============================================
 Utility
 ===============================================*/
.m-top-0, .m-top-10, .m-top-15, .m-top-20, .m-top-25, .m-top-30, .m-top-35, .m-top-40, .m-top-50, .m-top-80, .m-top-100, .m-bot-0, .m-bot-10, .m-bot-15, .m-bot-20, .m-bot-25, .m-bot-30, .m-bot-35, .m-bot-40, .m-bot-50, .m-bot-80, .m-bot-100 {
  display: inline-block;
}
.m-top-0 {
  margin-top: 0 !important;
}
.m-top-5 {
  margin-top: 5px;
}
.m-top-10 {
  margin-top: 10px;
}
.m-top-15 {
  margin-top: 15px;
}
.m-top-20 {
  margin-top: 20px;
}
.m-top-25 {
  margin-top: 25px;
}
.m-top-30 {
  margin-top: 30px;
}
.m-top-35 {
  margin-top: 35px;
}
.m-top-40 {
  margin-top: 40px;
}
.m-top-50 {
  margin-top: 50px;
}
.m-top-80 {
  margin-top: 80px;
}
.m-top-100 {
  margin-top: 100px;
}

/*margin bottom*/
.m-bot-0 {
  margin-bottom: 0 !important;
}
.m-bot-10 {
  margin-bottom: 10px;
}
.m-bot-15 {
  margin-bottom: 15px;
}
.m-bot-20 {
  margin-bottom: 20px;
}
.m-bot-25 {
  margin-bottom: 25px;
}
.m-bot-30 {
  margin-bottom: 30px;
}
.m-bot-35 {
  margin-bottom: 35px;
}
.m-bot-40 {
  margin-bottom: 40px;
}
.m-bot-50 {
  margin-bottom: 50px;
}
.m-bot-80 {
  margin-bottom: 80px;
}
.m-bot-100 {
  margin-bottom: 100px;
}

/*padding top*/
.p-top-0 {
  padding-top: 0;
}
.p-top-10 {
  padding-top: 10px;
}
.p-top-15 {
  padding-top: 15px;
}
.p-top-20 {
  padding-top: 20px;
}
.p-top-25 {
  padding-top: 25px;
}
.p-top-30 {
  padding-top: 30px;
}
.p-top-35 {
  padding-top: 35px;
}
.p-top-40 {
  padding-top: 40px;
}
.p-top-50 {
  padding-top: 50px;
}
.p-top-80 {
  padding-top: 80px;
}
.p-top-100 {
  padding-top: 100px;
}
.p-tb-10 {
  padding: 10px 0;
}
.p-tb-20 {
  padding: 20px 0;
}
.p-tb-30 {
  padding: 30px 0;
}
.p-tb-50 {
  padding: 50px 0;
}
.p-tb-100 {
  padding: 100px 0;
}
.p-tb-150 {
  padding: 150px 0;
}
.p-tb-200 {
  padding: 200px 0;
}
.p-top-0 {
  padding-top: 0 !important;
}
.p-bot-0 {
  padding-bottom: 0 !important;
}
.p-bot-100 {
  padding-bottom: 100px !important;
}
.inline-block {
  display: inline-block;
  width: 100%;
}
.relative {
  position: relative;
}

/*==============================================
 Bootstrap Reset
 ===============================================*/
.container-fluid, .col-lg-1, .col-md-1, .col-sm-1, .col-xs-1, .col-lg-2, .col-md-2, .col-sm-2, .col-xs-2, .col-lg-3, .col-md-3, .col-sm-3, .col-xs-3, .col-lg-4, .col-md-4, .col-sm-4, .col-xs-4, .col-lg-5, .col-md-5, .col-sm-5, .col-xs-5, .col-lg-6, .col-md-6, .col-sm-6, .col-xs-6, .col-lg-7, .col-md-7, .col-sm-7, .col-xs-7, .col-lg-8, .col-md-8, .col-sm-8, .col-xs-8, .col-lg-9, .col-md-9, .col-sm-9, .col-xs-9, .col-lg-10, .col-md-10, .col-sm-10, .col-xs-10, .col-lg-11, .col-md-11, .col-sm-11, .col-xs-11, .col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
  padding-right: 30px;
  padding-left: 30px;
}

/*==============================================
 Body
 ===============================================*/
.body-content {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.page-content {
  display: block;
  width: 100%;
  padding: 100px 0;
  position: relative;
}

/*==============================================
 Scroll Top
 ===============================================*/
.lift-off {
  position: fixed;
  right: 16%;
  bottom: 30px;
  width: 68%;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  color: #fff;
  line-height: 40px;
}
.lift-off_show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.lift-off_hide {
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
}

/*==============================================
 Background Images
 ===============================================*/
 div#home {
     /* background-image: url(../img/back_w.png); */
     background-position: top center;
     background-size: auto;
     background-repeat: repeat;
 }
 h1 img {
    width: 784px;
    display: block;
    margin: 0 auto;
 }
 .page-content.top01 {
     padding: 80px 0 100px;
 }
.top01 .row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.top02 .flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.kome-kaihastu-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}
.kome-kaihastu-menu a {
    color: #674f46;
    display: block;
    margin: 0 auto;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    font-size: 14px;
    /* width: calc(100% / 6); */
    /* width: calc(100% / 7); */
    /* width: calc(100% / 8); */
    width: calc(100% / 5);
    border-right: 1px solid #ffffff;
}
a.comingsoon {
    pointer-events: none;
}
.kome-kaihastu-menu a:first-child {
    border-left: 1px solid #ffffff;
}
.kome-kaihastu-menu a:hover {
    opacity: 0.8;
}
a.mada,.kome-kaihastu-menu a.mada:hover {
  cursor: default !important;
  opacity: .7;
}
.kome-kaihastu-menu a img {
    display: block;
    margin: 0 auto;
    max-width: 46px;
    width: 100%;
}
.kome-kaihastu-menu a img:first-child {
    margin-bottom: 10px;
}
.kome-kaihastu-menu a img:last-child {
    margin-top: 10px;
    max-width: 12px;
}
.title-section p {
    margin-top: 20px;
    /* margin-bottom: 50px; */
    font-size: 16px;
    /* line-height: 2.5em; */
    line-height: 2em;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    /* margin-bottom: 0; */
}
.title-section p span {
    color: #4D9F42;
}
.top01 img.title-img, .top02 img.title-img, .title-section img.title-img {
    /* max-width: 836px;
    width: 100%; */
}
.title-section.title-section-s img.title-img {
    /* max-width: 498px; */
    max-height: 36px;
    position: relative;
    z-index: 2;
}
.top02 img.title-img2 {
    max-width: 430px;
}
.page-content.top02 {
    /* background-image: url(../img/back_kome_gray.png),url(../img/back_kome_gray.png),url(../img/nami_gray.png);
    background-position: bottom 7% left 3%, top 5% right 20%, center bottom;
    background-size: auto,auto,auto;
    background-repeat: no-repeat,no-repeat,repeat-x; */
    position: relative;
    padding: 0 0 100px;
}
div#entry {
    background-color: #fefdee;
    padding: 45px 60px;
    border-radius: 15px;
    margin-top: 80px;
}
div#entry .w_100 {
    width: 100%;
    text-align: center;
}
div#entry .w_100 p.center,
div#entry .w_50 p.center {
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
    line-height: 2;
    margin-bottom: 0;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1em;
}
div#entry .w_50 p.center {
    margin-top: 20px;
}
div#entry .w_50 {
    background: #fff;
    padding: 40px 20px 30px;
    position: relative;
    width: calc(50% - 40px);
    margin-top: 35px;
    border-radius: 12px;
}
div#entry img.abs_or {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    bottom: 14%;
    width: 54px;
}
div#entry .w_50 img.abs {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    height: 41px;
}
div#entry .w_50 img.title-img {
    max-width: 285px;
    display: block;
    margin: 0 auto;
}
.marker {
    background: linear-gradient(transparent 60%, #FFF9A5 60%);
    display: inline;
}
.page-content.top03 {
    /* background-image: url(../img/back_kome_white.png),url(../img/back_kome_white.png),url(../img/back_kome_white.png),url(../img/back_kome_white.png);
    background-position: top 27% left 10%,bottom 25% left 8%,top 12% right 10%,bottom 38% right 10%;
    background-size: 132px,132px,132px,132px;
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
    background-color: #F7F8F3; */
    position: relative;
    /* padding: 0 0 100px; */
    padding: 0;
    /* background: linear-gradient(-90deg, #FAFAF3 0%, #FAFAF3 95%, #ecddb7 95%, #ecddb7 100%); */
}
.bg-beige {
    background: linear-gradient(-90deg, #FAFAF3 0%, #FAFAF3 80%, #E8E6B3 80%, #E8E6B3 100%);
    position: relative;
}
.bg-beige img.bg-abs1 {
    position: absolute;
    max-width: 143px;
    top: -170px;
    left: 0;
}
.top03 img.bg-abs2 {
    position: absolute;
    max-width: 528.5px;
    top: -140px;
    right: -100px;
    z-index: 100;
}
.container.bg-deviate {
    background-color: #FAFAF3;
    border-radius: 50px;
    position: relative;
    padding-top: 60px;
    padding-bottom: 100px;
    left: -30px;
    padding-left: 75px;
    width: calc(1170px + 60px);
}
.top03 img.abs-img-project1 {
    position: absolute;
    top: -10px;
    right: 7%;
    width: 172px;
}
.top03 img.abs-img-project2 {
    position: absolute;
    top: -10px;
    right: 2%;
    width: 163px;
}
.page-content.top03 p.border_b {
    letter-spacing: 0.037em;
}
.page-content.top03 .title-section-idea2 p.border_b {
    letter-spacing: 0.05em;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex>.media, .flex>.text {
    width: calc(50% - 30px);
    position: relative;
    overflow: visible;
    margin-top: 0;
}
.flex.idea3 {
    margin-bottom: 150px;
}
.idea_abs_text {
    position: absolute;
    width: 106px;
    top: 0;
}
.top03 .text p.title_img img {
    width: 287px;
    display: block;
    margin: 0 auto;
}
.top03 .text p.title_img {
    margin-bottom: 15px;
}
.top03 .text p.text_d {
    margin-bottom: 0;
    line-height: 2.4;
    font-size: 15px;
    letter-spacing: 0.12em;
}
.flex.idea2 .idea_abs_text {
    right: -15px;
    top: -35px;
}
p.border_b {
    text-underline-offset: 18px;
    /* text-decoration: underline dashed 1px #CEC3BB; */
    text-decoration: underline 1px;
    -webkit-text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: #CEC3BB;
    line-height: 3em;
}
.text-justify {
    font-feature-settings: "palt" 1;
}
.page-content.top04 {
    background-image: url(../img/back1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 180px 0 100px;
    margin-top: -80px;
    z-index: 1;
}
.page-content.top05 {
    background-color: #f7f5e0;
    position: relative;
    padding-top: 150px;
    /* padding: 70px 0 115px; */
}
.top05 .btn01, .top01 a.btn01 {
    position: relative;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background: transparent;
    border-radius: 15px;
    outline: none;
    transition: all 0.3s ease;
    width: 100%;
}
.r5 a.btn01 span {
  background-color: #C66746;
}
.r4 a.btn01 span {
  background-color: #D5A446;
}
.r5 a.btn01.pushdown:before {
  background-color: #674F464D;
}
.r4 a.btn01.pushdown:before {
  background-color: #674F464D;
}
.top08 .btn01{
    position: relative;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background: transparent;
    border-radius: 15px;
    outline: none;
    transition: all 0.3s ease;
    width: 100%;
}
.top05 .btn01:hover,
.top01 .btn01:hover {
    border-color:transparent;
}
.top08 .btn01:hover{
    border-color:transparent;
}
.top05 .btn01 span, .top01 .btn01 span {
    position: relative;
    z-index: 2;
    display: block;
    padding: 30px;
    background-color: #8DB246;
    border-radius: 10px;
    font-weight: 600;
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    transition: all 0.3s ease;
    background-image: url(../img/qa_icon1.png),url(../img/qa_icon2.png);
    background-repeat: no-repeat;
    background-size: 37px,30px;
    background-position: left 80px center,right 80px center;
}
.top05 .btn01 span {
  background-color: #D69E00;
}
.top05 .btn01:before {
  background-color: #674F464D;
}
.top01 .btn01 span {
    background: #D5A446;
    background-image: url(../img/kako_icon.png),url(../img/kako2025_bt1.png);
    background-repeat: no-repeat;
    background-size: 32px,30px;
    background-position: left 80px center,right 80px center;
}
.top01 .r4 .btn01 span {
  background-image: url(../img/kako_icon.png),url(../img/kako2025_bt2.png);
}
.top08 .btn01 span {
    position: relative;
    z-index: 2;
    display: block;
    padding: 30px;
    background-color: #8DB246;
    border-radius: 10px;
    font-weight: 600;
    /* color: #674f46; */
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    transition: all 0.3s ease;
    background-image: url(../img/qa_icon1.png),url(../img/qa_icon2.png);
    background-repeat: no-repeat;
    background-size: 37px,30px;
    background-position: left 30px center,right 30px center;
}
.top08 .btn01:before {
  background-color: #674F4633;
}
.top05 .pushdown:before,
.top01 .pushdown:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: rgba(103, 79, 70, 0.2);
}
.top08 .pushdown:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: rgba(103, 79, 70, 0.2);
}
.top05 .pushdown:hover span {
    /* background-image: url(../img/qa_icon1_on.png),url(../img/qa_icon2_on.png); */
    background-color: #8DB246;
    color: #ffffff;
    transform: translateY(8px);
}
.top01 .pushdown:hover span {
    background-image: url(../img/kako_icon.png),url(../img/kako_bt_on.png);
    background-color: #8DB246;
    color: #ffffff;
    transform: translateY(8px);
}
.top08 .pushdown:hover span {
    background-image: url(../img/qa_icon1_on.png),url(../img/qa_icon2_on.png);
    background-color: #ffffb2;
    color: #D5A446;
    transform: translateY(8px);
}
.page-content.top06 {
    background-image: url(../img/nami_2025.png),url(../img/back3_2025.png);
    background-repeat: no-repeat;
    background-position: top center,center;
    background-size: auto,cover;
    background-attachment: scroll,fixed;
    padding: 110px 0 70px;
    /* background-color: #FFFBC9; */
}
.top06 .btn01{
    position: relative;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background: transparent;
    border-radius: 10px;
    outline: none;
    transition: all 0.3s ease;
    width: 100%;
}
.top06 .btn01:hover{
    border-color:transparent;
}
.top06 .btn01 span {
    position: relative;
    z-index: 2;
    /* display: block; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background: #F4F2D7;
    border-radius: 10px;
    font-weight: 600;
    color: #775246;
    font-size: 17px;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    transition: all 0.3s ease;
    background-image: url(../img/contact_icon1.png),url(../img/contact_icon2.png);
    background-repeat: no-repeat;
    background-size: 42px,31px;
    background-position: left 50px center,right 30px center;
}
.top06 .pushdown:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: rgba(79, 55, 47, 0.3);
}
.top06 .pushdown:hover span {
    background-image: url(../img/contact_icon1_on.png),url(../img/contact_icon2_on.png);
    background-color: #d79e03;
    color: #f8f2e4;
    transform: translateY(8px);
}
.contactbtn-sec-inner.tel-info {
    background-color: #fff;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    border-radius: 10px;
    text-align: center;
    position: relative;
}
.tel-info-detail {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
}
.tel-info-detail p {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1em;
    font-weight: 600;
}
.tel-info-detail h3 {
    margin: 0;
    line-height: 1em;
    font-weight: 600;
    font-size: 30px;
    position: relative;
    display: inline-block;
}
.tel-info-detail h3:before {
    content: '';
    position: absolute;
    left: -40px;
    top: 0;
    display: inline-block;
    width: 28px;
    height: 30px;
    background-image: url(../img/tell.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
p.table_box3 {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.1em;
    margin-right: 15%;
}
p.table_box3 span {
    display: block;
}
.method-1 {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 40px;
    flex-wrap: wrap;
}
.method-1 .pushdown:before {
    content:"";
    position: absolute;
    z-index: 1;
    top:8px;
    left:0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: rgba(168, 196, 138, 0.3);
}
.method-1 .pushdown:hover span {
    background-image: url(../img/pdf.png),url(../img/download.png);
    background-color: #428f3f;
    color: #efefa0;
    transform: translateY(8px);
}
.method-1 .pushdown.btn01:nth-child(even):hover span {
    background-image: url(../img/doc_on.png),url(../img/download_on.png);
}
.method-2 {
    position: relative;
    margin-bottom: 15px;
}
.method-2 .btn01 {
    position: relative;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background: transparent;
    border-radius: 15px;
    outline: none;
    transition: all 0.3s ease;
    width: 80%;
    max-width: 450px;
}
.method-2 .btn01:hover{
    border-color:transparent;
}
.method-2 .btn01 span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 25px;
  background: #EDEA7A;
  border-radius: 15px;
  font-weight: 600;
  color: #674f46;
  font-size: 20px;
  letter-spacing: 0.15em;
  text-indent: -0.15em;
  transition: all 0.3s ease;
  background-image: url(../img/form_icon1.png),url(../img/form_icon2.png);
  background-repeat: no-repeat;
  background-size: 39px,32px;
  background-position: left 40px center,right 40px center;
}
.method-2 .pushdown:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
    background-color: rgba(145, 125, 106, 0.15);
}
.method-2 .pushdown:hover span {
  background-image: url(../img/form_icon1_on.png),url(../img/form_icon2_on.png);
  background-color: #674f46;
  color: #EDEA7A;
  transform: translateY(8px);
}
.top06 .title-section p {
    font-size: 14px;
    line-height: 2.2em;
    font-weight: 600;
}
.title-section h5 {
    font-size: 20px;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    margin: 0;
    line-height: 1em;
}
.top06 .title-section p span {
    font-size: 22px;
    display: block;
    margin-top: 5px;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    color: #674f46;
}
p.open-time {
    font-size: 14px;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    margin-bottom: 0;
    line-height: 1em;
    margin-top: 15px;
    font-weight: 600;
    color: #b7ada4;
}
.row {
    position: relative;
}
img.mw100 {
  max-width: 100%;
}
div.float {
    background-position: center;
    background-size: initial;
    background-repeat: repeat;
    width: 100%;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background-color: #FFFBC9;
}
.f-tab,.f-sp {
    display: none;
}
div.float .mw100.f-pc {
    max-width: 760px;
    width: 100%;
}
div.float a {
    display: inline-block;
    max-width: 100%;
    padding: 20px;
}
div.float a img.f-pc.on {
    display: none;
}
div.float a:hover img {
    transition: .3s;
}
div.float a:hover img.f-pc.def {
    display: none;
}
div.float a:hover img.f-pc.on {
    display: inline-block;
}
a.anc.top_back {
    width: 50px;
    height: 50px;
    border: 2px solid #D5A446;
    border-radius: 50px;
    background-color: #fff;
    position: absolute;
    top: -90px;
    right: 30px;
    background-image: url(../img/up_2025.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 19px;
    transition: 0.3s;
}
a.anc.top_back:hover {
    /* opacity: 0.8; */
    background-color: #D5A446;
    background-image: url(../img/up_on.png);
    transition: 0.3s;
}
.cb{
  clear: both;
}
.scrollmark {
    width: 40px;
    height: 40px;
    /* border: 2px solid #674f46;
    border-radius: 50%; */
    position: relative;
    animation: down 1.5s infinite;
    -webkit-animation: down 1.5s infinite;
    margin: 0 auto;
    /* top: -20px; */
}
.scrollmark:before {
		content: '';
		position: absolute;
    top: -10px;
    left: 8px;
    width: 25px;
    height: 25px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
		transform: rotate(-45deg);
}
.scrollmark:after {
		content: '';
		position: absolute;
    top: 12px;
    left: 8px;
    width: 25px;
    height: 25px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
		transform: rotate(-45deg);
}
@keyframes down {
	0% {
		transform: translate(0);
	}
	20% {
		transform: translateY(15px);
	}
	40% {
		transform: translate(0);
	}
}
@-webkit-keyframes down {
	0% {
		transform: translate(0);
	}
	20% {
		transform: translateY(15px);
	}
	40% {
		transform: translate(0);
	}
}


.main-visual-section {
    position: relative;
}
.main-visual-inner:first-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 100%;
    background-color: #E8E6B3;
    z-index: 100;
    padding: 15px 20px;
}
.main-visual-inner:nth-child(2) {
    position: absolute;
    bottom: -1px;
    left: 120px;
    z-index: 1;
}
.main-visual-inner:last-child {
    position: relative;
    width: 100%;
    padding: 100px 0 70px;
    background-image: url(../img/main_back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.main-visual-inner p {
    color: #f8f2e4;
    font-size: 18px;
    line-height: 2em;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    margin-bottom: 40px;
}
.main-visual-inner a {
    line-height: 1em;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    font-size: 15px;
    color: #674f46;
    background-color: #f8f2e4;
    padding: 20px 70px;
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 40px;
    position: relative;
    transition: 0.3s;
}
.main-visual-inner a:hover {
    background-color: #674f46;
    color: #f8f2e4;
    transition: 0.3s;
}
.main-visual-inner a:after {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 20px;
    width: 8px;
    height: 8px;
    border-left: 1px solid #674f46;
    border-bottom: 1px solid #674f46;
    transform: rotate(-135deg);
    transition: 0.3s;
}
.main-visual-inner a:hover:after {
    border-left: 1px solid #f8f2e4;
    border-bottom: 1px solid #f8f2e4;
    transition: 0.3s;
}
.main-visual-child {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.main-visual-child img {
    max-width: 13px;
}
.line {
    height: 100px;
    border-right: 1px solid #674f46;
    width: 1px;
    margin: 20px auto 0;
    left: -1px;
    position: relative;
}
.news-block {
    background-color: #FAFAF3;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.top02 .container {
    position: relative;
}
.top02 .container img.bg-abs3 {
    position: absolute;
    left: -260px;
    top: -345px;
    max-width: 200px;
}
.news-block-inner:first-child {
    width: 200px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.news-block-inner:last-child {
    width: calc(100% - 200px);
    padding: 30px 30px 30px 0;
    max-height: 130px;
    overflow-y: scroll;
    /* min-height: 120px;
    max-height: 120px;
    overflow-y: scroll; */
}
.news-block-inner:first-child h3 {
    text-align: center;
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    color: #674F46;
}
.news-block-inner:first-child img {
    max-width: 106px;
}
.news-block-inner:first-child h3 span {
    display: block;
    font-size: 15px;
    margin-top: 10px;
}
.news-block-child {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #674f46;
}
.news-block-child p {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.15em;
}
.news-block-child p a {
    color: #D5A446;
    text-decoration: underline !important;
    transition: 0.3s;
}
.news-block-child p a:hover {
    text-decoration: none !important;
    color: #674f46;
    transition: 0.3s;
}
.news-block-child p:first-child {
    width: 150px;
}
.news-block-child p:last-child {
    width: calc(100% - 150px);
}
.overview-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.overview-sec-inner:first-child {
    width: calc(60% - 30px);
}
.overview-sec-inner:last-child {
    width: calc(40% - 30px);
}
.overview-sec-inner p {
    margin-bottom: 0;
    line-height: 2.2em;
    letter-spacing: 0.15em;
}
.overview-sec-child img {
    /* max-width: 307px; */
    margin-right: 30px;
    max-height: 36px;
}
.overview-sec-child hr {
    border-top: 1px solid #674f46;
    width: 100%;
}
.overview-sec-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.overview-sec2 {
    margin-top: 30px;
}
.overview-sec2-inner {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px dashed #674f46;
}
.overview-sec2-inner p {
    margin-bottom: 0;
}
.overview-sec2-inner p,
.overview-sec2-inner ul li {
    letter-spacing: 0.15em;
}
.overview-sec2-inner p:first-child {
    width: 150px;
    color: #D69E00;
}
.overview-sec2-inner p:last-child,
.overview-sec2-inner ul {
    width: calc(100% - 150px);
}
.overview-sec2-inner:first-child {
    border-top: 1px dashed #674f46;
}
.overview-sec2-inner ul {
    margin: 0;
    padding-left: 20px;
}
.overview-sec2-inner ul li:first-child {
    margin-bottom: 10px;
}
.overview-sec2-inner ul li:last-child {
    line-height: 2em;
}
.support-sec {
    margin-top: 100px;
}
.title-section {
    position: relative;
    margin-bottom: 50px;
}
.title-section.title-section-s img.title-img.abs-kome {
    position: absolute;
    /* max-width: 93px; */
    max-height: 102px;
    z-index: 1;
    top: -45px;
    left: calc(50% - 290px);
}
.title-section.title-section-s img.title-img.abs-kome.abs-kome2 {
    left: calc(50% - 175px);
}
.title-section.title-section-s img.title-img.abs-kome.abs-kome3 {
    left: calc(50% - 135px);
}
.title-section.title-section-s img.title-img.abs-kome.abs-kome4 {
    left: calc(50% - 185px);
}
.title-section.title-section-s img.title-img.abs-kome.abs-kome5 {
    left: calc(50% - 260px);
}
.title-section.title-section-s img.title-img.abs-kome.abs-kome6 {
    left: -35px;
}
.support-sec-inner {
    display: flex;
    justify-content: space-between;
}
.support-sec-child {
    width: calc(100%/3 - 20px);
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    z-index: 2;
}
.support-text {
    position: relative;
    text-align: center;
    margin-top: 20px;
    min-height: 45px;
}
.support-text p {
    position: absolute;
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.c-white {
    color: #ffffff;
}
.expense-sec {
    display: flex;
    justify-content: space-between;
}
.expense-sec-inner {
    width: calc(100%/5);
    padding: 5px;
    border-right: 1px solid #fff;
}
.expense-sec-inner:first-child {
    border-left: 1px solid #fff;
}
.expense-sec-inner img {
    max-width: 43px;
}
.expense-sec-child {
    margin-top: 15px;
    position: relative;
    min-height: 70px;
}
.expense-sec-child p {
    width: 100%;
    color: #ffffff;
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.contactbtn-sec {
    display: flex;
    justify-content: space-between;
}
.contactbtn-sec-inner {
    width: calc(50% - 15px);
}
.contactbtn-sec-inner,
.top06 .btn01 span {
    min-height: 100px;
}
.entry-sec {
    background-color: #fff;
    padding: 100px 80px 80px;
    border-radius: 30px;
}
.entry-sec-inner h3 {
    font-size: 20px;
    margin: 0;
    color: #fff;
    background-color: #D69E00;
    border-radius: 5px;
    padding: 15px 30px;
    line-height: 1em;
    margin-bottom: 20px;
}
.entry-sec-inner p {
    letter-spacing: 0.15em;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 2em;
    text-align: justify;
}
.entry-sec-inner p.c-gray {
    font-size: 14px;
    color: #909090;
    margin-top: 10px;
}
.entry-sec .entry-sec-inner:nth-child(n+3) {
    margin-top: 70px;
}
.entry-sec .entry-sec-inner:last-child {
  margin-top: 78px;
}
.entry-sec .entry-sec-inner:last-child p {
    /* font-size: 17px;
    color: #8C6239;
    text-align: center; */
}
.entry-sec .entry-sec-inner p.add0414 {
  font-size: 16px;
  color: #775246;
}
.entry-sec .entry-sec-inner:nth-child(3) {
    margin-top: 58px;
}
.entry-sec-inner .flow-2 {
    margin-top: 30px;
}
.entry-sec-inner .flow-2 .flow-2-1 {
    background-color: #F8F6E1;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 15px;
    align-items: center;
}
.entry-sec-inner .flow-2 .flow-2-1:nth-child(even) {
    background-color: #FDFCF5;
}
.entry-sec-inner .flow-2 .flow-2-1 span:first-child {
    color: #fff;
    background-color: #A67C52;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    width: 90px;
    padding: 3px;
    margin-right: 20px;
    position: relative;
    display: block;
}
.entry-sec-inner .flow-2 .flow-2-1:nth-child(7) span:first-child {
    background-color: transparent;
    padding: 0;
}
.entry-sec-inner .flow-2 .flow-2-1 span:first-child:after {
    content: "";
    width: 15px;
    height: 20px;
    background-color: #ead082;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.entry-sec-inner .flow-2 .flow-2-1:nth-child(7) span:first-child:after {
    height: 35px;
}
.entry-sec-inner .flow-2 .flow-2-1:last-child span:first-child:before {
    content: "";
    width: 44px;
    height: 26px;
    background-color: transparent;
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-image: url(../img/sankaku.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.entry-sec-inner .flow-2 .flow-2-1:last-child span:first-child:after {
      display: none;
}
.entry-sec-inner .flow-2 .flow-2-1 span:last-child {
    color: #D88400;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0.1em;
    display: block;
}
.entry-sec-inner .flow-2 .flow-2-1 span:nth-child(2) {
    /* font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    width: 120px;
    text-align: left;
    margin-right: 30px;
    display: block; */
}
.dl-sec {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.dl-sec a.btn01 {
    width: calc(50% - 15px);
    position: relative;
    text-decoration: none;
    display: inline-block;
    text-align: left;
    background: transparent;
    border-radius: 15px;
    outline: none;
    transition: all 0.3s ease;
}
.dl-sec a.btn01:nth-child(n+3) {
    margin-top: 30px;
}
.dl-sec a.btn01 h5 {
    position: relative;
    z-index: 2;
    display: block;
    /* padding: 30px; */
    padding: 30px 90px;
    /* background: #f8f2e4; */
    background: #8DB246;
    border-radius: 10px;
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    transition: all 0.3s ease;
    background-image: url(../img/qa_icon1.png),url(../img/qa_icon2.png);
    background-repeat: no-repeat;
    background-size: 37px,30px;
    background-position: left 30px center,right 30px center;
    margin: 0;
}
.dl-sec a.btn01:nth-child(even) h5 {
    background-image: url(../img/xlsx.png),url(../img/qa_icon2.png);
}
.dl-sec a.pushdown:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: rgba(103, 79, 70, 0.2);
    background-color: #674F4633;
}
.dl-sec a.btn01:hover {
    border-color: transparent;
}
.dl-sec a.pushdown:hover h5 {
    background-image: url(../img/qa_icon1_on.png),url(../img/qa_icon2_on.png);
    background-color: #ffffb2;
    color: #D5A446;
    transform: translateY(8px);
}
.dl-sec a.pushdown:nth-child(even):hover h5 {
    background-image: url(../img/xlsx_on.png),url(../img/qa_icon2_on.png);
}
.dl-sec.entry-form {
    max-width: 80%;
    margin: 30px auto 0;
    justify-content: center;
}
.dl-sec.entry-form a.btn01 {
    width: 100%;
    text-align: center;
}
.dl-sec.entry-form a.btn01 h5 {
    font-size: 20px;
    background: #A84029;
    background-image: url(../img/form_icon.png),url(../img/form2_bt_on.png);
    background-repeat: no-repeat;
    background-size: 41px,32px;
    background-position: left 80px center,right 50px center;
    padding: 35px 90px;
}
.dl-sec.entry-form a.btn01.pushdown:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: rgba(103, 79, 70, 0.2);
  background-color: #674F464D;
}
.dl-sec.entry-form a.pushdown:hover h5 {
    background-image: url(../img/form2_icon.png),url(../img/form2_bt.png);
    background-color: #ffffb2;
    color: #A84029;
    transform: translateY(8px);
}
.dl-sec a.btn01 h5 span {
    font-size: 14px;
}
.page-content.top07 {
    background-image: url(../img/application.png),url(../img/kome_sideimage.png);
    background-repeat: no-repeat;
    background-size: 143px,528.5px;
    background-position: top 390px left, bottom 100px right -210px;
    padding-bottom: 150px;
}
.page-content.top08 {
    background-image: url(../img/back2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 0;
}
.container.bg-deviate2 {
    position: relative;
    left: -100px;
    width: calc(1170px + 200px);
}
.flyer-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -50px;
    margin-bottom: -50px;
    z-index: 100;
    position: relative;
}
.flyer-sec-inner:first-child {
    width: calc(65% - 35px);
    display: flex;
    justify-content: space-between;
}
.flyer-sec-inner:first-child img {
    width: calc(50% - 15px);
}
.flyer-sec-inner:last-child {
    width: calc(35% - 35px);
}
.anc-menu {
    min-height: 42px;
    position: relative;
}
.anc-menu p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 15px;
}
html {
    overflow-x: hidden;
}
img.mw100.add0228 {
    max-height: 140px;
    margin: 60px auto 0;
    display: block;
}
.top01 .mt-100 {
    margin-top: 100px;
}
.top01 .mt-40 {
  margin-top: 40px;
}

/*==============================================
 Responsive
 ===============================================*/
@media (max-width: 1850px) {
  .top03 img.bg-abs2 {
    right: -200px;
  }
}

@media (max-width: 1650px) {
  .top03 img.bg-abs2 {
    right: -250px;
  }
}

@media (max-width: 1600px) {
  .container.bg-deviate2 {
    left: -75px;
    width: calc(1170px + 150px);
  }
  .top03 img.bg-abs2 {
    right: -280px;
    top: -170px;
  }
}

@media (max-width: 1500px) {
.container.bg-deviate2 {
    left: -50px;
    width: calc(1170px + 100px);
}
}

@media (max-width: 1400px) {
.top03 img.bg-abs2 {
    right: -330px;
}
.container.bg-deviate {
    left: -15px;
    padding-left: 45px;
    width: calc(1170px + 30px);
}
.container.bg-deviate2 {
    left: -25px;
    width: calc(1170px + 50px);
}
.bg-beige img.bg-abs1,
.top03 img.bg-abs2,
.top02 .container img.bg-abs3 {
    display: none;
}
.page-content.top07 {
    background-size: 0;
}
.flyer-sec-inner:first-child {
    width: calc(60% - 35px);
}
.flyer-sec-inner:last-child {
    width: calc(40% - 35px);
}
}

@media (max-width: 1300px) {
  .main-visual-inner:first-child {
    width: 100px;
  }
  .main-visual-inner:nth-child(2) {
    left: 100px;
    max-width: 100px;
  }
  .container.bg-deviate2 {
    left: 0;
    width: 1170px;
  }
  .flyer-sec-inner:first-child {
    width: calc(62% - 30px);
  }
  .flyer-sec-inner:last-child {
    width: calc(38% - 30px);
  }
  .top08 .btn01 span {
    padding: 25px 30px;
    background-position: left 25px center,right 25px center;
  }
  .container.bg-deviate {
    left: 0;
    padding-left: 15px;
    width: 1170px;
    border-radius: 0;
  }
  .bg-beige {
    background: #FAFAF3;
  }
}

@media (max-width: 1199px) {
  h1 img {
    width: 650px;
  }
  .container.bg-deviate,
  .container.bg-deviate2 {
    width: 970px;
  }
  .flyer-sec-inner:first-child {
    width: calc(60% - 25px);
  }
  .flyer-sec-inner:first-child img {
    width: calc(50% - 10px);
  }
  .flyer-sec-inner:last-child {
    width: calc(40% - 25px);
  }
  .title-section p {
    font-size: 15px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
  .title-section {
    margin-bottom: 40px;
  }
  .title-section.title-section-s img.title-img {
    max-height: 34px;
  }
  .title-section.title-section-s img.title-img.abs-kome {
    max-height: 88px;
    top: -40px;
  }
  .flyer-sec {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .top08 .btn01 span {
    background-position: left 20px center,right 20px center;
    font-size: 15px;
    background-size: 33px,28px;
  }
  .top05 .btn01 span, .top01 .btn01 span {
    font-size: 16px;
    background-size: 33px,28px;
    background-position: left 60px center,right 60px center;
  }
  .page-content.top07 {
    padding-bottom: 120px;
  }
  .page-content.top05 {
    padding-top: 120px;
  }
  .top06 .btn01 span {
    padding: 25px 30px;
    font-size: 16px;
    background-size: 37px,28px;
    background-position: left 30px center,right 25px center;
  }
  .dl-sec.entry-form a.btn01 h5 {
    background-size: 37px,28px;
    background-position: left 70px center,right 40px center;
    padding: 30px 90px;
  }
  .dl-sec a.btn01 h5 {
    padding: 25px 70px;
    font-size: 15px;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    background-size: 33px,28px;
    background-position: left 25px center,right 25px center;
  }
  .tel-info-detail p {
    font-size: 16px;
  }
  .tel-info-detail h3 {
    font-size: 28px;
  }
  .tel-info-detail h3:before {
    left: -35px;
    width: 26px;
    height: 28px;
  }
  .entry-sec {
    padding: 90px 70px 70px;
  }
  .overview-sec-child img {
      max-height: 34px;
  }
  .scrollmark {
    width: 35px;
    height: 35px;
  }
  .scrollmark:before {
    width: 20px;
    height: 20px;
  }
  .scrollmark:after {
    width: 20px;
    height: 20px;
  }
  .support-text {
    min-height: 60px;
  }
  .main-visual-inner p {
    font-size: 17px;
  }
  .anc-menu p {
      padding: 0 10px;
  }
  .kome-kaihastu-menu a {
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
}

@media (min-width: 1200px) {
  .support-text p br.none1200 {
    display: none;
  }
}

@media (max-width: 1024px) {
  h1 img {
    width: 600px;
  }
  .main-visual-inner:nth-child(2) {
    left: 90px;
    max-width: 90px;
  }
  .main-visual-inner:last-child {
    padding: 80px 0 60px;
  }
  .main-visual-inner:first-child {
    width: 90px;
    padding: 15px;
  }
  .main-visual-inner a {
      background-color: #f8f2e4;
      padding: 20px 60px;
  }
  .main-visual-inner p {
    font-size: 16px;
  }
  .page-content.top01 {
    padding: 70px 0 90px;
  }
  .page-content.top02 {
    padding: 0 0 90px;
  }
  .container.bg-deviate {
    padding-bottom: 90px;
  }
  .support-sec {
    margin-top: 90px;
  }
  .page-content.top04 {
    padding: 170px 0 90px;
  }
  .page-content.top07 {
    padding-top: 90px;
    padding-bottom: 110px;
  }
  .page-content.top05 {
    padding-top: 110px;
    padding-bottom: 90px;
  }
  .page-content.top06 {
    padding: 100px 0 60px;
  }
  .entry-sec {
    padding: 80px 70px 70px;
  }
  .top01 .mt-100 {
      margin-top: 90px;
  }
  .top01 .mt-40{
    margin-top: 35px;
  }

}

@media (max-width: 991px) {
  .main-visual-inner:nth-child(2) {
    max-width: 80px;
  }
  h1 img {
    width: 580px;
  }
  .main-visual-inner p {
    font-size: 15px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
  .main-visual-inner a {
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    font-size: 14px;
  }
  .anc-menu p {
    padding: 0 10px;
  }
  .kome-kaihastu-menu {
    justify-content: center;
  }
  .kome-kaihastu-menu a img {
    max-width: 40px;
  }
  .kome-kaihastu-menu a {
    font-size: 13px;
    font-weight: 500;
    /* width: calc(100% / 4); */
  }
  .kome-kaihastu-menu a:nth-child(5) {
    /* border-left: 1px solid #ffffff; */
  }
  .kome-kaihastu-menu a:nth-child(n+5) {
    /* margin: 20px 0 0; */
  }
  .page-content.top01 {
    padding: 60px 0 68px;
  }
  .page-content.top02 {
    padding: 0 0 80px;
  }
  .news-block-inner:first-child img {
    max-width: 100px;
  }
  .news-block-inner:first-child {
      width: 180px;
    padding: 25px;
  }
  .news-block-inner:last-child {
    width: calc(100% - 180px);
    padding: 25px 25px 25px 0;
  }
  .container.bg-deviate {
    padding-bottom: 80px;
  }
  .news-block-child p {
    letter-spacing: 0.1em;
  }
  .news-block-child p:first-child {
    width: 120px;
  }
  .news-block-child p:last-child {
    width: calc(100% - 120px);
  }
  .overview-sec-inner p {
    letter-spacing: 0.1em;
  }
  .overview-sec-child img {
    max-height: 32px;
  }
  .title-section.title-section-s img.title-img {
    max-height: 32px;
  }
  .overview-sec2-inner p, .overview-sec2-inner ul li {
    letter-spacing: 0.1em;
  }
  .support-sec {
    margin-top: 80px;
  }
  .title-section.title-section-s img.title-img.abs-kome {
    max-height: 83px;
    top: -35px;
    left: calc(50% - 265px);
  }
  .page-content.top04 {
    padding: 140px 0 80px;
    margin-top: -60px;
  }
  .title-section.title-section-s img.title-img.abs-kome.abs-kome2 {
    left: calc(50% - 165px);
  }
  .support-text p {
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
  .support-sec-child {
    width: calc(100%/3 - 10px);
    padding: 15px;
    border-radius: 10px;
  }
  .support-text {
    margin-top: 15px;
  }
  .page-content.top07 {
    padding-top: 80px;
    padding-bottom: 130px;
  }
  .expense-sec {
    justify-content: center;
    flex-wrap: wrap;
  }
  .expense-sec-inner {
    width: calc(100%/3);
  }
  .expense-sec-inner:nth-child(4) {
    border-left: 1px solid #fff;
  }
  .expense-sec-inner:nth-child(n+4) {
    margin-top: 30px;
  }
  .entry-sec {
    padding: 70px 60px 60px;
  }
  .entry-sec-inner h3 {
    font-size: 18px;
    padding: 15px 20px;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
  }
  .entry-sec-inner p {
    letter-spacing: 0.1em;
    font-size: 14px;
    font-weight: 500;
  }
  .entry-sec-inner p.c-gray {
    margin-top: 5px;
    font-size: 13px;
  }
  .entry-sec-inner .flow-2 {
    margin-top: 25px;
  }
  .entry-sec-inner .flow-2 .flow-2-1 span:first-child {
    font-weight: 500;
  }
  .entry-sec-inner .flow-2 .flow-2-1 span:last-child,
  .entry-sec-inner .flow-2 .flow-2-1 span:nth-child(2) {
    font-size: 15px;
    font-weight: 500;
  }
  .entry-sec-inner .flow-2 .flow-2-1 span:nth-child(2) {
    /* width: 100px; */
  }
  .entry-sec .entry-sec-inner:nth-child(n+3) {
    margin-top: 40px;
  }
  .entry-sec .entry-sec-inner:last-child {
    margin-top: 48px;
  }
  .dl-sec a.btn01 h5 {
    padding: 20px 45px;
    text-align: center;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    font-size: 14px;
    background-size: 25px,22px;
    background-position: left 15px center,right 15px center;
  }
  .dl-sec a.btn01 h5 span {
    font-size: 12px;
  }
  .dl-sec a.btn01 {
    width: calc(50% - 10px);
    border-radius: 10px;
  }
  .dl-sec a.btn01:nth-child(n+3) {
    margin-top: 25px;
  }
  .entry-sec .entry-sec-inner:last-child p {
    /* font-size: 16px; */
  }
  .dl-sec.entry-form a.btn01 h5 {
    background-size: 32px,23px;
    background-position: left 50px center,right 30px center;
    font-size: 18px;
    padding: 25px 90px;
  }
  .container.bg-deviate, .container.bg-deviate2 {
    width: 750px;
  }
  .flyer-sec-inner:first-child,
  .flyer-sec-inner:last-child {
    width: 100%;
  }
  .flyer-sec {
      margin-top: -50px;
      margin-bottom: 0;
      flex-wrap: wrap;
  }
  .flyer-sec-inner:last-child {
    margin-top: 50px;
    text-align: center;
  }
  .title-section.title-section-s img.title-img.abs-kome.abs-kome6 {
    left: calc(50% - 100px);
  }
  .page-content.top08 {
    padding-bottom: 80px;
  }
  .top08 .btn01,
  .top05 .btn01,
  .top01 a.btn01,
  .dl-sec.entry-form a.btn01 {
    width: 400px;
  }
  .kome-kaihastu-menu a {
      letter-spacing: 0.1em;
      text-indent: 0.1em;
  }
  .top01 .mt-100 {
      margin-top: 60px;
      margin-right: auto;
      margin-left: auto;
  }
  .top01 .mt-40 {
    margin-top: 30px;
  }
  .r4.mt-100 {
    margin-top: 35px;
  }
  .top08 .btn01 span {
    background-position: left 30px center,right 30px center;
    font-size: 15px;
    background-size: 28px,23px;
    padding: 25px 30px;
  }
  .top05 .btn01 span, .top01 .btn01 span {
    font-size: 15px;
    background-size: 28px,23px;
    background-position: left 30px center,right 30px center;
    padding: 25px 30px;
  }
  .page-content.top05 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .title-section.title-section-s img.title-img.abs-kome.abs-kome3 {
    left: calc(50% - 120px);
  }
  .title-section.title-section-s img.title-img.abs-kome.abs-kome4 {
    left: calc(50% - 165px);
  }
  .title-section h5 {
    font-size: 18px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
  .top06 .title-section p {
    line-height: 2em;
  }
  .page-content.top06 {
    padding: 95px 0 55px;
  }
  .contactbtn-sec-inner.tel-info {
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
  .contactbtn-sec-inner {
    width: calc(50% - 10px);
  }
  .tel-info-detail p {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .tel-info-detail h3 {
    font-size: 26px;
  }
  .tel-info-detail h3:before {
    left: -28px;
    width: 23px;
    height: 25px;
  }
  .contactbtn-sec-inner, .top06 .btn01 span {
    min-height: 85px;
  }
  .top06 .btn01 span {
    padding: 15px 30px;
    font-size: 15px;
    background-size: 30px,23px;
    background-position: left 15px center,right 15px center;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
  img.mw100.add0228 {
    max-height: 130px;
    margin: 50px auto 0;
  }
}

@media screen and (min-width: 992px) {
img.none992 {
    display: none;
}
}

@media screen and (max-width: 899px) {
  h1 img {
    width: 550px;
  }
  .main-visual-inner:last-child {
    padding: 60px 0;
  }
  .main-visual-inner p {
    font-size: 14px;
    margin-bottom: 35px;
  }
  .scrollmark:before {
    width: 18px;
    height: 18px;
  }
  .scrollmark:after {
    width: 18px;
    height: 18px;
  }
  .scrollmark {
    width: 33px;
    height: 33px;
  }
  .main-visual-inner a {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .main-visual-inner:first-child {
    background: none;
  }
  .main-visual-child,
  .main-visual-inner:nth-child(2) {
    display: none;
  }
  img.none767 {
    display: none;
  }
  h1 img {
    width: 500px;
  }
  .main-visual-inner p {
    font-size: 16px;
  }
  .top01 .mt-100 {
      margin-top: 50px;
  }
  .r4.mt-100 {
    margin-top: 30px;
}
  .main-visual-inner:last-child {
    padding: 50px 0 60px;
    background-image: url(../img/main_back_sp.png);
  }
  .main-visual-inner:first-child {
    width: 100px;
  }
  .scrollmark:before {
    width: 15px;
    height: 15px;
    top: -5px;
  }
  .scrollmark:after {
    width: 15px;
    height: 15px;
    top: 7px;
  }
  .scrollmark {
    width: 30px;
    height: 25px;
  }
  .main-visual-inner a {
    margin-bottom: 30px;
  }
  .page-content.top01 {
    padding: 50px 0 58px;
  }
  .page-content.top02 {
    padding: 0 0 60px;
  }
  .container.bg-deviate, .container.bg-deviate2 {
    width: 100%;
    padding-left: 15px;
  }
  .container.bg-deviate {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .news-block-inner:first-child img {
    max-width: 90px;
  }
  .news-block-inner:first-child h3 span {
    font-size: 14px;
    margin-top: 5px;
  }
  .news-block-inner:first-child {
    width: 160px;
    padding: 20px;
  }
  .news-block-inner:last-child {
    width: calc(100% - 160px);
    padding: 20px 20px 20px 0;
    max-height: 115px;
  }
  .overview-sec-child img {
    max-height: 30px;
  }
  .overview-sec-inner:first-child {
    width: calc(60% - 15px);
  }
  .overview-sec-inner:last-child {
    width: calc(40% - 15px);
  }
  .overview-sec2-inner {
    padding: 25px 0;
  }
  .overview-sec2 {
    margin-top: 25px;
  }
  .title-section.title-section-s img.title-img {
    max-height: 30px;
  }
  .support-sec {
    margin-top: 60px;
  }
  .title-section.title-section-s img.title-img.abs-kome {
    max-height: 73px;
    top: -30px;
    left: calc(50% - 250px);
  }
  .page-content.top04 {
    padding: 120px 0 60px;
  }
  .page-content.top07 {
    padding-top: 60px;
    padding-bottom: 110px;
  }
  .entry-sec {
    padding: 60px 50px 50px;
  }
  .title-section.title-section-s img.title-img.abs-kome.abs-kome5 {
    left: calc(50% - 245px);
  }
  .flyer-sec-inner:first-child img {
    width: calc(50% - 15px);
  }
  .page-content.top08 {
    padding-bottom: 60px;
  }
  .page-content.top05 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .title-section.title-section-s img.title-img.abs-kome.abs-kome6 {
    left: calc(50% - 95px);
  }
  .title-section.title-section-s img.title-img.abs-kome.abs-kome3 {
    left: calc(50% - 110px);
  }
  .title-section.title-section-s img.title-img.abs-kome.abs-kome4 {
    left: calc(50% - 150px);
  }
  .page-content.top06 {
    padding: 90px 0 50px;
  }
  .news-block-child {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .kome-kaihastu-menu a img:first-child {
    margin-bottom: 5px;
  }
  .support-sec-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .support-sec-child {
    width: calc(100%/2 - 15px);
  }
  .support-sec-child:nth-child(n+3) {
    margin-top: 30px;
  }
  .support-text {
    min-height: unset;
  }
  .support-text p {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
  }
  .support-sec-child:first-child {
    margin-right: 30px;
  }
  .dl-sec a.btn01 h5 span {
    display: block;
    margin-top: 3px;
  }
  .dl-sec a.btn01 h5 {
    padding: 15px 35px;
  }
  .dl-sec.entry-form a.btn01 h5 {
    font-size: 17px;
    padding: 25px 35px;
  }
  .contactbtn-sec {
    flex-wrap: wrap;
  }
  .contactbtn-sec-inner {
    width: 100%;
  }
  .contactbtn-sec-inner.tel-info {
    width: 400px;
    margin: 0 auto 30px;
  }
  .contactbtn-sec-inner, .top06 .btn01 span {
    min-height: 80px;
    text-align: center;
  }
  .top06 .btn01 {
    width: 400px;
  }
  .top06 .btn01 span {
    background-position: left 30px center,right 30px center;
  }
  img.mw100.add0228 {
    max-height: 120px;
    margin: 45px auto 0;
  }
}

@media screen and (min-width: 768px) {
  img.none768 {
    display: none;
  }
}

@media (max-width: 699px) {
  h1 img {
    width: 450px;
  }
  .main-visual-inner:last-child {
    padding: 40px 0 50px;
  }
  .main-visual-inner p {
    margin-bottom: 30px;
  }
  .main-visual-inner:first-child {
    width: 90px;
  }
  .overview-sec-child img {
    max-height: 28px;
    margin-right: 20px;
  }
  .title-section.title-section-s img.title-img {
    max-height: 28px;
  }
  .title-section.title-section-s img.title-img.abs-kome {
    max-height: 68px;
    top: -25px;
    left: calc(50% - 235px);
  }
  .title-section.title-section-s img.title-img.abs-kome.abs-kome2 {
    left: calc(50% - 155px);
  }
  .title-section.title-section-s img.title-img.abs-kome.abs-kome5 {
    left: calc(50% - 230px);
  }
  .entry-sec-inner h3 {
    font-size: 17px;
  }
  .entry-sec {
    padding: 50px 40px 40px;
  }
  .dl-sec.entry-form {
    max-width: 100%;
    margin: 20px auto 0;
  }
  .entry-sec .entry-sec-inner:last-child p {
    /* font-size: 15px; */
  }
  .entry-sec .entry-sec-inner p.add0414 {
    font-size: 15px;
  }
  .dl-sec.entry-form a.btn01 h5 {
    font-size: 16px;
  }
  .title-section.title-section-s img.title-img.abs-kome.abs-kome6 {
    left: calc(50% - 90px);
  }
  .title-section.title-section-s img.title-img.abs-kome.abs-kome4 {
    left: calc(50% - 140px);
  }
  .title-section.title-section-s img.title-img.abs-kome.abs-kome3 {
    left: calc(50% - 100px);
  }
  .entry-sec-inner .flow-2 .flow-2-1 span:nth-child(2) {
    /* width: 80px; */
  }
}

@media (min-width: 700px) {
}

@media (max-width: 660px) {
    .kome-kaihastu-menu a {
        width: calc(100% / 3);
    }
    .kome-kaihastu-menu a:nth-child(n+4) {
        margin: 20px 0 0;
    }
    .kome-kaihastu-menu a:nth-child(4) {
        border-left: 1px solid #ffffff;
    }
}

@media (max-width: 640px) {
  .entry-sec-inner .flow-2 .flow-2-1 span:last-child, .entry-sec-inner .flow-2 .flow-2-1 span:nth-child(2) {
    letter-spacing: 0.05em;
  }
  .entry-sec-inner .flow-2 .flow-2-1 span:nth-child(2) {
    /* margin-right: 15px; */
  }
}

@media (max-width: 599px) {
@keyframes down {
	0% {
		transform: translate(0);
	}
	20% {
		transform: translateY(5px);
	}
	40% {
		transform: translate(0);
	}
}
@-webkit-keyframes down {
	0% {
		transform: translate(0);
	}
	20% {
		transform: translateY(5px);
	}
	40% {
		transform: translate(0);
	}
}
img.mw100.add0228 {
    max-height: 110px;
    margin: 40px auto 0;
}
.entry-sec-inner .flow-2 .flow-2-1 span:last-child {
    /* width: 100%;
    padding-left: 109px; */
    width: calc(100% - 124px);
}
.entry-sec-inner .flow-2 .flow-2-1:nth-child(n+5) span:nth-child(2) {
    /* display: none; */
}
.entry-sec-inner .flow-2 .flow-2-1:nth-child(n+5) span:last-child {
    /* padding-left: 0;
    width: calc(100% - 200px); */
}
.entry-sec-inner .flow-2 .flow-2-1:nth-child(7) span:first-child:after {
    height: 50px;
}
.entry-sec-inner .flow-2 .flow-2-1:first-child span:first-child:after,
.entry-sec-inner .flow-2 .flow-2-1:nth-child(2) span:first-child:after,
.entry-sec-inner .flow-2 .flow-2-1:nth-child(3) span:first-child:after,
.entry-sec-inner .flow-2 .flow-2-1:nth-child(4) span:first-child:after {
    height: 50px;
    bottom: -50px;
}
.overview-sec2-inner {
  flex-wrap: wrap;
}
.overview-sec2-inner p:first-child,
.overview-sec2-inner p:last-child,
.overview-sec2-inner ul {
  width: 100%;
}
.overview-sec2-inner p:first-child {
  margin-bottom: 10px;
}
}

@media (min-width: 600px) {
.entry-sec-inner .flow-2 .flow-2-1 span:nth-child(2) br.none600 {
    display: none;
}
}

@media (max-width: 575px) {
  img.none575{
    display: none;
  }
  h1 img {
    width: 380px;
  }
  .main-visual-inner p {
    font-size: 14px;
  }
  .main-visual-inner a {
    margin-bottom: 20px;
  }
  .main-visual-inner:last-child {
    padding: 40px 0;
  }
  .page-content.top01 {
    padding: 50px 0 58px;
  }
  .page-content.top02 {
    padding: 0 0 50px;
  }
  .news-block {
    flex-wrap: wrap;
  }
  .news-block-inner:first-child {
    width: 100%;
    padding: 30px;
  }
  .news-block-inner:first-child h3 {
    display: block;
    width: 100%;
  }
  .news-block-inner:last-child {
    width: 100%;
    padding: 0 30px 30px;
  }
  .container.bg-deviate {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .top01 .mt-100 {
      margin-top: 50px;
      width: 100%;
  }
  .r4.mt-100 {
    margin-top: 25px;
}
  .overview-sec-inner:first-child {
    width: 100%;
  }
  .overview-sec-inner:last-child {
    display: none;
  }
  .overview-sec-child img {
    max-height: 26px;
  }
  /*.overview-sec2-inner {
    flex-wrap: wrap;
  }
  .overview-sec2-inner p:first-child,
  .overview-sec2-inner p:last-child,
  .overview-sec2-inner ul {
    width: 100%;
  }
  .overview-sec2-inner p:first-child {
    margin-bottom: 10px;
  } */
  .title-section.title-section-s img.title-img {
    max-height: 26px;
  }
  .title-section.title-section-s img.title-img.abs-kome {
    max-height: 58px;
    top: -20px;
    left: calc(50% - 215px);
  }
  .support-sec-child {
    width: calc(100%/2 - 10px);
  }
  .support-sec-child:first-child {
    margin-right: 20px;
  }
  .support-sec-child:nth-child(n+3) {
    margin-top: 20px;
  }
  .support-text p br {
    display: none;
  }
  .support-sec-child:first-child .support-text p,
  .support-sec-child:nth-child(2) .support-text p {
    text-align: justify;
    font-feature-settings: "palt" 1;
  }
  .page-content.top04 {
    padding: 110px 0 50px;
  }
  .title-section.title-section-s img.title-img.abs-kome.abs-kome2 {
    left: calc(50% - 145px);
  }
  .page-content.top07 {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .entry-sec {
    padding: 40px 30px;
    border-radius: 20px;
  }
  .title-section.title-section-s img.title-img.abs-kome.abs-kome5 {
    left: calc(50% - 195px);
  }
  .entry-sec-inner h3 {
    font-size: 16px;
    padding: 13px 20px;
  }
  .entry-sec-inner .flow-2 .flow-2-1 span:last-child {
    font-size: 14px;
    /* padding-left: 99px; */
  }
  .entry-sec-inner .flow-2 .flow-2-1 span:nth-child(2) {
    /* font-size: 14px; */
  }
  .entry-sec-inner .flow-2 .flow-2-1 span:first-child {
    font-size: 13px;
    width: 85px;
    margin-right: 15px;
  }
  .dl-sec a.btn01 {
    width: 100%;
  }
  .dl-sec a.btn01:nth-child(n+2),
  .dl-sec a.btn01:nth-child(n+3) {
    margin-top: 25px;
  }
  .dl-sec a.btn01 h5 {
    padding: 20px 75px;
    text-align: left;
    background-position: left 30px center,right 30px center;
  }
  .dl-sec a.btn01 h5 span {
    display: inline-block;
    margin-top: 0;
  }
  .entry-sec .entry-sec-inner:last-child p {
    /* font-size: 14px; */
  }
  .dl-sec.entry-form a.btn01 h5 {
    font-size: 15px;
    text-align: center;
  }
  .top08 .btn01, .top05 .btn01, .top01 a.btn01, .dl-sec.entry-form a.btn01 {
    width: 100%;
  }
  .flyer-sec-inner:first-child img {
    width: calc(50% - 10px);
  }
  .title-section.title-section-s img.title-img.abs-kome.abs-kome6 {
    left: calc(50% - 80px);
  }
  .title-section p {
    font-size: 14px;
  }
  .title-section {
    margin-bottom: 35px;
  }
  .page-content.top08 {
    padding-bottom: 50px;
  }
  .page-content.top05 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .title-section.title-section-s img.title-img.abs-kome.abs-kome3 {
    left: calc(50% - 90px);
  }
  .title-section.title-section-s img.title-img.abs-kome.abs-kome4 {
    left: calc(50% - 130px);
  }
  .contactbtn-sec-inner.tel-info {
    width: 100%;
  }
  .top06 .btn01 {
    width: 100%;
  }
  .support-sec {
    margin-top: 50px;
  }
  a.anc.top_back {
    width: 40px;
    height: 40px;
    top: -70px;
    background-size: 15px;
  }
  .kome-kaihastu-menu a {
    width: calc(100% / 3);
  }
  .kome-kaihastu-menu a:nth-child(4),
  .kome-kaihastu-menu a:nth-child(7) {
    border-left: 1px solid #ffffff;
  }
  .kome-kaihastu-menu a:nth-child(n+4) {
    margin-top: 20px;
  }
  .kome-kaihastu-menu a:nth-child(5) {
    border-left: 0;
  }
  .kome-kaihastu-menu a:last-child {
    /* border-left: 1px solid #ffffff; */
  }
  .top01 .btn01 span {
      background-size: 25px,23px;
  }
}

@media (min-width: 576px) {
  img.none576,
  br.none576 {
    display: none;
  }
}

@media (min-width: 541px) {
    .top06 .title-section p.open-time br.none541 {
        display: none;
    }
}

@media (max-width: 499px) {
  .entry-sec-inner p.add2024 {
      line-height: 1.6em;
  }
}
@media (max-width: 480px) {
.top01 .mt-100 {
  margin-top: 40px;
}
.page-content.top01 {
  padding: 50px 0 48px;
}
.r4.mt-100 {
  margin-top: 25px;
}
.entry-sec .entry-sec-inner p.add0414 {
  font-size: 14px;
}
}
@media (max-width: 479px) {
  h1 img {
    width: 350px;
  }
  .main-visual-inner p {
    font-size: 13px;
    margin-bottom: 25px;
  }
  .main-visual-inner a {
    font-size: 13px;
    padding: 20px 50px;
  }
  .main-visual-inner a:after {
    top: calc(50% - 2px);
    width: 6px;
    height: 6px;
  }
  .scrollmark:before,
  .scrollmark:after {
    width: 12px;
    height: 12px;
  }
  .scrollmark {
    width: 28px;
    height: 22px;
  }
  img.none479 {
    display: none;
  }
  .title-section.title-section-s img.title-img {
    max-height: 60px;
  }
  .title-section.title-section-s img.title-img.abs-kome {
    top: 0;
    left: calc(50% - 110px);
  }
  .title-section.title-section-s img.title-img.abs-kome.abs-kome5 {
    left: calc(50% - 105px);
  }
  .top05 .title-section.title-section-s img.title-img,
  .top06 .title-section.title-section-s img.title-img,
  .top04 .title-section.title-section-s img.title-img,
  .top08 .title-section.title-section-s img.title-img {
    max-height: 27px;
  }
  .top05 .title-section.title-section-s img.title-img.abs-kome.abs-kome3,
  .top06 .title-section.title-section-s img.title-img.abs-kome.abs-kome4,
  .top04 .title-section.title-section-s img.title-img.abs-kome.abs-kome2,
  .top08 .title-section.title-section-s img.title-img.abs-kome.abs-kome6 {
    max-height: 58px;
    top: -20px;
  }
  .title-section.title-section-s img.title-img.abs-kome.abs-kome2 {
    left: calc(50% - 125px);
  }
  .title-section.title-section-s img.title-img.abs-kome.abs-kome3 {
    left: calc(50% - 80px);
  }
  .overview-sec-inner p {
    /* font-size: 14px; */
    font-size: 13px;
  }
  .overview-sec2-inner p:first-child {
    margin-bottom: 5px;
  }
  .overview-sec2-inner p:last-child,
  .overview-sec2-inner ul {
    /* font-size: 14px; */
    font-size: 13px;
  }
  .news-block-child {
    flex-wrap: wrap;
  }
  .news-block-child p:first-child,
  .news-block-child p:last-child {
    width: 100%;
  }
  .news-block-child p:first-child {
    margin-bottom: 5px;
  }
  .support-sec-child {
    width: 100%;
    padding: 20px;
  }
  .support-sec-child:first-child {
    margin-right: 0;
  }
  .support-sec-child:nth-child(n+2),
  .support-sec-child:nth-child(n+3) {
    margin-top: 20px;
  }
  .support-text {
    margin-top: 20px;
  }
  .expense-sec-inner img {
    max-width: 38px;
  }
  .expense-sec-inner {
    width: calc(100%/2);
  }
  .expense-sec-inner:nth-child(3),
  .expense-sec-inner:nth-child(5) {
    border-left: 1px solid #fff;
  }
  .expense-sec-inner:nth-child(4) {
    border-left: none;
  }
  .expense-sec-inner:nth-child(n+3),
  .expense-sec-inner:nth-child(n+4) {
    margin-top: 20px;
  }
  .expense-sec-inner:nth-child(n+3) .expense-sec-child {
    min-height: 45px;
  }
  .entry-sec-inner .flow-2 .flow-2-1 span:last-child {
    /* width: calc(100% - 100px); */
  }
  .entry-sec-inner .flow-2 .flow-2-1 span:first-child:after {
    height: 30px;
    bottom: -30px;
  }
  .entry-sec-inner .flow-2 .flow-2-1:nth-child(7) span:first-child:after {
    height: 40px;
    bottom: -15px;
  }
  .dl-sec a.btn01 h5 span {
    display: block;
    margin-top: 3px;
  }
  .dl-sec a.btn01 h5 {
    padding: 15px 75px;
    text-align: center;
  }
  .top05 .title-section p {
    text-align: justify;
    font-feature-settings: "palt" 1;
  }
  .page-content.top06 {
    padding: 80px 0 50px;
  }
  a.anc.top_back {
    display: none;
  }
  img.mw100.add0228 {
    max-height: 100px;
    margin: 35px auto 0;
  }
  .entry-sec-inner .flow-2 .flow-2-1:nth-child(n+5) span:last-child {
    /* width: calc(100% - 150px); */
  }
  .entry-sec-inner .flow-2 .flow-2-1 span:last-child {
      width: calc(100% - 100px);
  }
  .entry-sec-inner .flow-2 .flow-2-1:nth-child(2) span:first-child:after {
    height: 70px;
    bottom: -70px;
  }
}

@media (min-width: 480px) {
  img.none480,
  br.none480 {
    display: none;
  }
}

@media (max-width: 460px) {
.entry-sec-inner .flow-2 .flow-2-1 span:first-child {
    width: 75px;
    margin-right: 10px;
}
.entry-sec-inner .flow-2 .flow-2-1 span:last-child {
    width: calc(100% - 85px);
}
}

@media (max-width: 440px) {
  .main-visual-inner:last-child {
    padding: 40px 30px;
  }
  h1 img {
    width: 100%;
  }
  .main-visual-inner a {
    font-size: 13px;
    padding: 18px 40px;
  }
  .main-visual-inner p {
    margin-bottom: 20px;
  }
  .main-visual-inner a:after {
    right: 15px;
  }
  .entry-sec-inner .flow-2 .flow-2-1 span:first-child:after {
    height: 40px;
    bottom: -40px;
  }
  .dl-sec.entry-form a.btn01 h5 {
    font-size: 14px;
    background-position: left 30px center,right 30px center;
    background-size: 28px,20px;
  }
  .top06 .title-section p {
    font-size: 13px;
  }
  .title-section h5 {
    font-size: 17px;
  }
  .tel-info-detail p {
    font-size: 14px;
  }
  .tel-info-detail h3 {
    font-size: 24px;
  }
  .tel-info-detail h3:before {
    left: -25px;
    width: 20px;
    height: 22px;
    top: 2px;
  }
  .top06 .btn01 span {
    background-position: left 20px center,right 20px center;
    font-size: 15px;
  }
  .contactbtn-sec-inner, .top06 .btn01 span {
    min-height: 75px;
  }
  .contactbtn-sec-inner.tel-info {
    margin: 0 auto 25px;
  }
  img.mw100.add0228 {
    max-height: 90px;
  }
  .entry-sec-inner .flow-2 .flow-2-1:nth-child(n+5) span:last-child {
    /* width: calc(100% - 130px); */
  }
  .entry-sec-inner .flow-2 .flow-2-1:nth-child(3) span:first-child:after {
    height: 70px;
    bottom: -70px;
  }
  .entry-sec-inner .flow-2 .flow-2-1:nth-child(7) span:first-child:after {
      height: 60px;
      bottom: -30px;
  }
}

@media (min-width: 441px) {
  br.none441 {
    display: none;
  }
}

@media (max-width: 414px) {

  .news-block-inner:first-child img {
    max-width: 85px;
  }
  .overview-sec-child img {
    max-height: 24px;
  }
  .news-block-child p {
    font-size: 13px;
  }
  .overview-sec-child {
    margin-bottom: 20px;
  }
  .overview-sec-inner p {
    font-size: 13px;
  }
  .overview-sec2-inner p:first-child {
    font-size: 14px;
  }
  .overview-sec2 {
    margin-top: 20px;
  }
  .overview-sec2-inner {
    padding: 20px 0;
  }
  /* .overview-sec2-inner p:last-child, .overview-sec2-inner ul {
      font-size: 13px;
  } */
  .overview-sec2-inner ul li:first-child {
    margin-bottom: 5px;
  }
  .title-section.title-section-s img.title-img {
    max-height: 56px;
  }
  .title-section p {
    font-size: 13px;
  }
  .title-section {
    margin-bottom: 30px;
  }
  .support-text p,
  .expense-sec-child p,
  .entry-sec-inner p,
  .entry-sec-inner .flow-2 .flow-2-1 span:last-child,
  .entry-sec-inner .flow-2 .flow-2-1 span:nth-child(2) {
    font-size: 13px;
  }
  .entry-sec-inner .flow-2 .flow-2-1:nth-child(n+5) span:last-child {
    /* width: calc(100% - 125px); */
  }
  .expense-sec-child {
    margin-top: 10px;
    min-height: 60px;
  }
  .expense-sec-inner:nth-child(n+3) .expense-sec-child {
    min-height: 40px;
  }
  .entry-sec {
    padding: 30px;
    border-radius: 15px;
  }
  .entry-sec-inner p.c-gray {
    font-size: 12px;
  }
  .entry-sec .entry-sec-inner:last-child p {
    /* text-align: justify;
    font-feature-settings: "palt" 1; */
  }
  .top08 .btn01 span {
    background-position: left 25px center,right 25px center;
    font-size: 14px;
    background-size: 23px,20px;
  }
  .top05 .btn01 span, .top01 .btn01 span {
    font-size: 14px;
    background-size: 23px,20px;
    background-position: left 25px center,right 25px center;
  }
  .top06 .title-section p {
    font-size: 12px;
  }
  .title-section h5 {
    font-size: 16px;
  }
  .top06 .btn01 span {
    font-size: 14px;
    background-size: 23px,20px;
  }
  .tel-info-detail h3 {
    font-size: 22px;
  }
  .contactbtn-sec-inner, .top06 .btn01 span {
    min-height: 70px;
  }
  .contactbtn-sec-inner.tel-info {
    margin: 0 auto 20px;
  }
  .page-content.top06 {
    padding: 75px 0 50px;
  }
  .top05 .title-section.title-section-s img.title-img,
  .top06 .title-section.title-section-s img.title-img,
  .top04 .title-section.title-section-s img.title-img,
  .top08 .title-section.title-section-s img.title-img {
    max-height: 25px;
  }
  .title-section.title-section-s img.title-img.abs-kome.abs-kome2 {
    left: calc(50% - 110px);
  }
  .title-section.title-section-s img.title-img.abs-kome.abs-kome6 {
    left: calc(50% - 75px);
  }
  .title-section.title-section-s img.title-img.abs-kome.abs-kome3 {
    left: calc(50% - 75px);
  }
  .title-section.title-section-s img.title-img.abs-kome.abs-kome4 {
    left: calc(50% - 115px);
  }
  .dl-sec a.btn01 h5 {
    padding: 15px 50px;
  }
  img.mw100.add0228 {
    max-height: 85px;
    margin: 30px auto 0;
  }
  .entry-sec .entry-sec-inner:nth-child(n+3) {
    margin-top: 35px;
  }
  .entry-sec .entry-sec-inner:last-child {
    margin-top: 43px;
  }
  .top01 .btn01 span {
      background-size: 21px,20px;
  }
}

@media (min-width: 415px) {
  br.none415 {
    display: none;
  }
}

@media (max-width: 390px) {
  .anc-menu p {
    padding: 0 5px;
  }
  .kome-kaihastu-menu a {
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
  .kome-kaihastu-menu a img {
    max-width: 36px;
  }
  .dl-sec a.btn01 h5 {
    background-position: left 25px center,right 25px center;
  }
  img.mw100.add0228 {
    max-height: 80px;
  }
  .entry-sec-inner .flow-2 .flow-2-1:nth-child(n+5) span:last-child {
    /* width: calc(100% - 110px); */
  }
  .entry-sec-inner .flow-2 .flow-2-1 span:first-child {
    margin-right: 10px;
  }
  .entry-sec-inner .flow-2 .flow-2-1 span:last-child {
    /* padding-left: 94px; */
  }
}

@media (max-width: 375px) {
  .main-visual-inner p {
    font-size: 12px;
  }
  .main-visual-inner a {
    font-size: 12px;
    padding: 15px 35px;
  }
  .main-visual-inner a {
    margin-bottom: 15px;
  }
  .entry-sec-inner h3 {
    font-size: 15px;
    padding: 12px 15px;
    margin-bottom: 10px;
  }
  .entry-sec .entry-sec-inner:nth-child(n+3) {
    margin-top: 30px;
  }
  .entry-sec-inner .flow-2 .flow-2-1 span:first-child {
    width: 80px;
  }
  .entry-sec-inner .flow-2 .flow-2-1 span:last-child {
    /* width: calc(100% - 95px); */
  }
  .entry-sec-inner .flow-2 .flow-2-1 span:first-child {
    width: 75px;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
  .entry-sec-inner .flow-2 .flow-2-1 span:last-child {
    /* padding-left: 84px; */
  }
  .entry-sec-inner .flow-2 .flow-2-1:nth-child(n+5) span:last-child {
    /* width: calc(100% - 90px); */
  }
  .entry-sec-inner .flow-2 {
    margin-top: 20px;
  }
  .dl-sec {
    margin-top: 20px;
  }
  .dl-sec a.btn01 h5 span {
    font-size: 11px;
  }
  .dl-sec a.btn01 h5 {
    background-position: left 20px center,right 20px center;
    background-size: 22px,20px;
    font-size: 13px;
  }
  .dl-sec a.btn01:nth-child(n+2), .dl-sec a.btn01:nth-child(n+3) {
    margin-top: 20px;
  }
  .entry-sec .entry-sec-inner:last-child p {
    /* font-size: 13px; */
  }
  .entry-sec .entry-sec-inner p.add0414 {
    font-size: 13px;
  }
  .dl-sec.entry-form a.btn01 h5 {
    font-size: 13px;
    background-position: left 20px center,right 20px center;
    background-size: 22px,18px;
  }
  .flyer-sec-inner:last-child {
    margin-top: 40px;
  }
  .top08 .btn01 span,
  .top05 .btn01 span, .top01 .btn01 span {
    background-position: left 20px center,right 20px center;
    font-size: 13px;
    background-size: 22px,20px;
  }
  .tel-info-detail p {
    font-size: 13px;
  }
  .tel-info-detail h3 {
    font-size: 20px;
  }
  .tel-info-detail h3:before {
    left: -22px;
    width: 18px;
    height: 19px;
    top: 1px;
  }
  .top06 .btn01 span {
    font-size: 13px;
    background-size: 22px,20px;
  }
  .contactbtn-sec-inner, .top06 .btn01 span {
    min-height: 65px;
  }
  .top01 .btn01 span {
      background-size: 20px,20px;
  }
}

@media (max-width: 360px) {
  .kome-kaihastu-menu a {
    letter-spacing: 0;
    text-indent: 0;
    font-size: 12px;
  }
  .anc-menu {
    min-height: 35px;
  }
  .kome-kaihastu-menu a img:last-child {
    margin-top: 6px;
  }
  .news-block-inner:first-child img {
    max-width: 80px;
  }
  .news-block-inner:first-child h3 span {
    font-size: 13px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
  .overview-sec-child img {
    max-height: 23px;
  }
  .title-section.title-section-s img.title-img {
    max-height: 54px;
  }
  .title-section {
    margin-bottom: 25px;
  }
  .title-section.title-section-s img.title-img.abs-kome {
    top: 0;
    left: calc(50% - 100px);
    max-height: 53px;
  }
  .support-sec-child {
    padding: 15px;
  }
  .support-text {
    margin-top: 15px;
  }
  .top05 .title-section.title-section-s img.title-img,
  .top06 .title-section.title-section-s img.title-img,
  .top04 .title-section.title-section-s img.title-img,
  .top08 .title-section.title-section-s img.title-img {
    max-height: 24px;
  }
  .top05 .title-section.title-section-s img.title-img.abs-kome.abs-kome3,
  .top06 .title-section.title-section-s img.title-img.abs-kome.abs-kome4,
  .top04 .title-section.title-section-s img.title-img.abs-kome.abs-kome2,
  .top08 .title-section.title-section-s img.title-img.abs-kome.abs-kome6 {
    max-height: 53px;
    top: -17px;
  }
  .title-section.title-section-s img.title-img.abs-kome.abs-kome2 {
    left: calc(50% - 100px);
  }
  .title-section.title-section-s img.title-img.abs-kome.abs-kome5 {
    left: calc(50% - 100px);
  }
  .title-section.title-section-s img.title-img.abs-kome.abs-kome6 {
    left: calc(50% - 70px);
  }
  .title-section.title-section-s img.title-img.abs-kome.abs-kome3 {
    left: calc(50% - 70px);
  }
  .title-section.title-section-s img.title-img.abs-kome.abs-kome4 {
    left: calc(50% - 105px);
  }
  .expense-sec-child p {
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
  .entry-sec-inner h3 {
    padding: 10px;
  }
  .entry-sec {
    padding: 30px 25px;
    border-radius: 10px;
  }
  .entry-sec-inner .flow-2 .flow-2-1 span:first-child {
    width: 75px;
    font-size: 12px;
    margin-right: 10px;
  }
  .entry-sec-inner .flow-2 .flow-2-1 span:last-child {
    /* width: calc(100% - 85px); */
  }
  .top06 .btn01 span {
    line-height: 1.3em;
  }
  .contactbtn-sec-inner, .top06 .btn01 span {
    min-height: 60px;
  }
  .tel-info-detail p {
    font-size: 12px;
  }
  .news-block-inner:first-child {
    padding: 25px;
  }
  .news-block-inner:last-child {
    padding: 0 25px 25px;
  }
  img.mw100.add0228 {
    margin: 25px auto 0;
  }
}

@media (min-width: 361px) {
  br.none361 {
    display: none;
  }
}

@media (max-width: 340px) {
  .main-visual-inner:last-child {
    padding: 40px 15px 30px;
  }
  .container {
    padding: 0;
  }
  .entry-sec {
    padding: 30px 20px;
  }
  .news-block-inner:first-child {
    padding: 20px;
  }
  .news-block-inner:last-child {
    padding: 0 20px 20px;
  }
  .container.bg-deviate, .container.bg-deviate2 {
    padding-left: 0;
  }
}


img.kome_end {
  max-height: 140px;
  margin: 60px auto 0;
  display: block;
}
@media (max-width: 991px) {
  img.kome_end {
    max-height: 130px;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 767px) {
  img.kome_end {
    max-height: 120px;
    margin: 45px auto 0;
  }
}
@media (max-width: 599px) {
  img.kome_end {
    max-height: 110px;
    margin: 40px auto 0;
  }
}
@media (max-width: 479px) {
  img.kome_end {
    max-height: 100px;
    margin: 35px auto 0;
  }
}
@media (max-width: 440px) {
  img.kome_end {
    max-height: 90px;
  }
}
@media (max-width: 414px) {
  img.kome_end {
    max-height: 85px;
    margin: 30px auto 0;
  }
}
@media (max-width: 390px) {
  img.kome_end {
    max-height: 80px;
  }
}
@media (max-width: 360px) {
  img.kome_end {
    margin: 25px auto 0;
  }
}

.contactbtn-sec-inner.tel-info p.add0408 {
    position: absolute;
    font-size: 13px;
    letter-spacing: 0;
    text-indent: 0;
    background-color: #D69E00;
    color: #fff;
    line-height: 1.3em;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -30px;
    left: -30px;
    margin: 0;
}
@media (max-width: 1199px) {
  .contactbtn-sec-inner.tel-info p.add0408 {
        font-size: 12px;
        width: 90px;
        height: 90px;
    }
}
@media (max-width: 991px) {
    .contactbtn-sec-inner.tel-info p.add0408 {
        font-size: 11px;
        width: 80px;
        height: 80px;
        top: -45px;
        left: -20px;
    }
}
@media (max-width: 767px) {
    .contactbtn-sec-inner.tel-info p.add0408 {
        font-size: 10px;
        width: 75px;
        height: 75px;
        top: -25px;
        left: -25px;
    }
}
@media (max-width: 575px) {
    .contactbtn-sec-inner.tel-info p.add0408 {
        left: -20px;
    }
}
@media (max-width: 414px) {
    .contactbtn-sec-inner.tel-info p.add0408 {
        left: -25px;
    }
}
@media (max-width: 390px) {
    .tel-info-detail h3 {
        padding-left: 25px;
    }
    .tel-info-detail h3:before {
        left: 0;
    }
}
@media (max-width: 375px) {
    .tel-info-detail h3 {
        padding-left: 23px;
    }
}
@media (max-width: 360px) {
    .tel-info-detail h3 {
        letter-spacing: 0.04em;
    }
    .contactbtn-sec-inner.tel-info p.add0408 {
        width: 70px;
        height: 70px;
        top: -20px;
    }
}
@media (max-width: 340px) {
    .contactbtn-sec-inner.tel-info p.add0408 {
        left: -10px;
    }
    .tel-info-detail h3 {
        letter-spacing: 0.02em;
    }
}
