/*
Theme Name: RYOSAINARACENTER
Theme URI: osaka-gaihekitoso.com/
Description: RYOSAINARACENTER
Version: 1.1
Author: NK
Author URI: osaka-gaihekitoso.com/
*/

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/NotoSansJP-Regular.woff") format("woff");
}
@font-face{
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-VariableFont_wght.ttf') format('ttf'),
       url('fonts/Montserrat-VariableFont_wght.ttf') format('woff');
}
/*  icomoon */
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?slezde');
  src:  url('fonts/icomoon.eot?slezde#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?slezde') format('truetype'),
    url('fonts/icomoon.woff?slezde') format('woff'),
    url('fonts/icomoon.svg?slezde#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-LINE:before {
  content: "\e901";
}
.icon-mitumori:before {
  content: "\e903";
}
.icon-yen:before {
  content: "\e900";
}
.icon-nosales:before {
  content: "\e902";
}
/* 　adjust  */
.mgt5 { margin-top: 5px!important}.mgt10 { margin-top: 10px!important}.mgt20 { margin-top: 20px!important}.mgt30 { margin-top: 30px!important}.mgt40 { margin-top: 40px!important}.mgt50 { margin-top: 50px!important}.mgt60 { margin-top: 60px!important}.mgt80 { margin-top: 80px!important}
.mgb5 { margin-bottom: 5px!important}.mgb10 { margin-bottom: 10px!important}.mgb20 { margin-bottom: 20px!important}.mgb30 { margin-bottom: 30px!important}.mgb50 { margin-bottom: 50px!important}.mgb60 { margin-bottom: 60px!important}.mgb80 { margin-bottom: 80px!important}
.pdt5 { padding-top: 5px!important}.pdt10 { padding-top: 10px!important}.pdt20 { padding-top: 20px!important}.pdt30 { padding-top: 30px!important}.pdt40 { padding-top: 40px!important}.pdt50 { padding-top: 50px!important}.pdt60 { padding-top: 60px!important}.pdt80 { padding-top: 80px!important}

*{
    margin: 0%;
    padding: 0;
    box-sizing: border-box;
}
body {    
    font-family: 'Montserrat', "Yu Gothic Medium", "游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    font-size: 15px;
    font-weight: 400;
    background-color: #fff;
    color: #333;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
   /* background-image: url(images/bg.jpg);*/
    background-repeat: repeat;
    background-attachment: fixed;
}
a {
    color: #666;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
    transition: all 0.3s ease;
}
a:hover,
a:active,
a:focus,
a:active {
    color: #888;
}
ul li {
    list-style-type: none;
}
.mincho {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h1, h2, h3, h4, #global-nav > ul > li, .news_title, .promise-h {
    font-family: 'Noto Sans JP';
}
p {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 20px;
}
img {
    max-width: 100%;
    transition: all 0.3s ease;
    vertical-align: top;    
}
a img:hover {
    opacity: 0.6;
}
.inline img {
    display: inline-block;
}
picture {
    display: block;
}
section {
    padding: 40px 0 60px;
    margin: auto;
}
section.hosho-bnr {
    padding: 20px 0 20px;
}
section.sub-heading {
    padding: 10px 0 60px;
}
/*
section.sub-heading,
section.sub-heading + section {
    padding: 0 0 70px;
}
*/
section section {
    padding: 0 0 10px;
}

section.sitemap {
    padding: 0;
}
.container {
    width: 90%;
    margin: auto;
    max-width: 1200px;
}
#main .container {
    width: 95%;
    margin: auto;
}
#content {
    width: 100%;
    display: flex;
    margin: auto;
}
#main {
    flex-basis: 80%;
    max-width: 80%;
}
#sidecolumn {
    flex-basis: 20%;
    max-width: 20%;
    margin: 10px auto;
    padding: 40px 30px 70px 15px;
}
#sidecolumn .widget {
    margin-bottom: 18px;
}
#sidecolumn .widget img{
    vertical-align: top;
}
#sidecolumn .widget p.small {
    margin-top: 3px;
    font-size: 11px;
    line-height: 1.4em;
    text-align: right;
}
#sidecolumn .news_img figure img {
    height: 100%;
}
.widget_menu {
    margin-bottom: 10px;
}
.widget_menu a {
    display: flex;
    align-items: center;
    padding: 5px;
}
.widget_menu .image-wrap img {
    vertical-align: top;
}
.widget_menu__sub {
    background: rgba(55, 163, 216, 0.1);
    padding: 0px 10px 10px;    
}
.side-works .widget_menu__sub .midashi .midashi-heading {
    text-align: center;
    font-weight: bold;
    margin: 5px 0 20px;
}
.side-works .widget_menu__sub .midashi {
    margin: 0px;
    width: 100%;
}
.widget_menu__sub .widget_menu .image-wrap {
    width: 30%;
}
.widget_menu__sub .head {
    font-size: 15px;
    width: 68%;
    padding-left: 5px;
}
.widget_menu__sub .widget_menu {
    margin-bottom: 0px;
}

.widget_menu__sub .widget_menu img {
    height:3.6em;
    object-fit: cover;
    width: 100%;
}
section.side-works{
    padding: 0;
}
.side-works .midashi {
    margin: 20px 0 20px;
    padding: 10px 0 0;
}
.side-works .midashi .midashi-heading{
	padding: 10px;
    margin: 10px auto 20px;
    font-size: 16px;
    font-weight: 600;
}
.side-works .workslist li.news {
    align-items: center;
    margin-bottom: 15px;
    flex-direction: row;
}
.side-works .news_img {
   flex-basis: 30%;
}
.side-works .news_title {
    flex-basis: 70%;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
    padding-left: 7px;
    font-weight: 500;
}
.side-works .news_title::before {
    display: none;
}

.side-works .know_list li {
    padding: 10px 5px;
    border-top: 1px solid #d8d8d8;
}
.side-works .know_list li:last-child {
    border-bottom: 1px solid #d8d8d8;
}
.side-works .know_list li a {
   font-size: 14px;
    color: #1d2088;
}
#sidecolumn .link-wrap.center {
    margin: 20px auto 0;
}
#sidecolumn .link-wrap p a, .link-wrap.mini p {
    font-size: 14px;
    letter-spacing: 0;
    margin: auto;
    padding: 12px 40px 12px;
    border-radius: 7px;
    display: block;
    width: 95%;
}
@media (min-width: 1200px){
/*    .container {
        max-width: 1100px;
    }*/
 }
@media (max-width: 1200px) and (min-width: 992px){
    .contback-grayainer {
        max-width: 970px;
    }
    #main .container {
        width: 95%;
    }
    #sidecolumn {
         padding: 60px 30px 70px 0px;
    }
 }
@media screen and (max-width:980px) {
    #content {
        display: block;
    }
    #main, #sidecolumn {
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    #main .container {
        width: 90%;
    }
    #sidecolumn {
        margin: 0px auto;
        padding: 0px 20px 40px;
    }
}
@media screen and (max-width:767px) {
    section {
        padding: 40px 0;
    }
    section.topbnr {
        padding: 20px 0;
    }
    .widget_menu .flexbox.row2.margin .item{
        flex-basis: 50%;
        max-width: 50%;
        margin: 0;
    }
    .widget_menu h3.item {
        padding-left: 10px;
    }
    .widget_menu__sub .widget_menu img {
        height: 4.5em;

    }
    #sidecolumn .news_img figure img {
      
    }
    picture{
        text-align: center;
    }
    .side-works, .widget_menu__sub, .side-works .workslist {
        display: flex;
        flex-wrap: wrap;
    }
    .widget.bnr,
    .widget_menu__sub .widget_menu,
    .side-works .workslist li.news{
        width: 48%;
        margin: 0 1% 15px;
    }
}

.back-wall {
    background-image: url(images/bg.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
}
.back-white {
    background-color: #fff;
}
.back-gray {
    background-color: #f5f6f7;;
}
.back-lgreen {
    background-color: #ebf6fc;
}
.back-yellow {
    background-color: #fffef7;
}

.midashi {
    text-align: center;
    padding: 40px 0 30px;
    position: relative;
}
.midashi .en_heading,
.midashi .en_head {
    background: rgb(231,18,19);
    background: linear-gradient(0deg,rgba(29, 32, 136, 1) 0%, rgba(55, 163, 216, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #37a3d8;
   /* background: 0 0;*/
    display: inline-block;
    text-align: center;
    padding: 0;
    font-size: 18px;        
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;    
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-bottom: 0;    
}
.midashi .midashi-heading,
.midashi .midashi-head{
	position: relative;
    margin: 15px auto 30px;
    font-size: 22px;
    color: #1d2088;
    letter-spacing: 0;
    line-height: 1.3;
    padding-bottom: 25px; 
}
.midashi .midashi-heading::before,
.midashi .midashi-head::before{
    content: '';
    position: absolute;
    background-color:#37a3d8;
    width: 60px;
    height: 2px;
    bottom: 0px;
    left: 0;
    margin: 0 auto;
    right: 0;
}
.midashi .midashi-heading span,
.midashi .midashi-head span{
    display: block;
    padding: 0 5px 0 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0.08em;
    color: #a4f5fc;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}

h2.color_heading{
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    width: 100%;
    margin: 40px auto 40px;
    color: #37a3d8;
}
.midashi + h2.color_heading{
    margin-top: -10px;
}
h2.color_heading span{
    color: #37a3d8;
}
.middle-heading {
    margin: 40px 0 25px 5px;
    padding: 12px 0 10px 5px;
    font-size: 19px;
    width: 100%;
    position: relative;
}
.middle-heading::before,
.middle-heading::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
}
.middle-heading::before{
    background-color: rgba(224, 224, 224);
    height: 1px;
    width: 100%;
}
.middle-heading::after{
    background: linear-gradient(25deg, #f28e0b, #f9b307, #0fa318, #37a3d8, #131683);
    height: 2px;
    width: 10%;
}
.midashi + .middle-heading {
    margin: 0 0 25px 5px;
}
.small-heading {
    margin: 40px 0 20px;
    padding: 0 0 4px 5px;
    font-size: 17px;
    color: #1d2088;
    position: relative;
}
.small-heading::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:#c7c6c6;
}
.text-center {
    text-align: center;
    margin: auto;
}
.text-left {
    text-align: left;
}
.red {
    color: #f02c3a !important;
}

.bold {
    font-weight: bold;
}
.caution {
    font-size: 85% !important;
}
.small {
    font-size: 13px;
    line-height: 1.6em;
}
.border_box .small-heading {
    margin: 20px 0 20px;
}
.border_box {
    border: 1px solid #c7c6c6;
    padding: 40px;
}
.flexbox {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flexbox.align_center{
    align-items: center;
}
.flexbox.flex-start {
    justify-content: flex-start;
}
.flexbox.center {
    justify-content: center;
}
.nowrap{
    flex-wrap: nowrap;
}

.flexbox.row2.margin >.item {
    flex-basis: 48%;
    max-width: 48%;
    position: relative;
}
.flexbox.row2 > .item {
    flex-basis: 50%;
    max-width: 50%;
    position: relative;
}
.flexbox.row2.margin > .item:nth-child(odd){
    margin-right: 1%;
}
.flexbox.row2.margin > .item:nth-child(even){
    margin-left: 1%;
}
.flexbox.row3.margin > .item {
    flex-basis: 31.33%;
    max-width: 31.33%;
    position: relative;
}
.flexbox.row3 .item {
    flex-basis: 33.33%;
    max-width: 33.33%;
    position: relative;
}
/*.flexbox.row3.margin::after{
    content:"";
    display: block;
    width:30%;
}*/
.flexbox.row4.margin .item {
    flex-basis: 23%;
    max-width: 23%;
    position: relative;
    margin: 0 0.5% 0;
}
.flexbox.row4.marginr::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.flexbox.row4.margin::after{
  content:"";
  display: block;
  width:23%;
}
.back_white > .item  {
    background-color: rgba(255, 255, 255, 0.8);
}
.shadow > .item {
    box-shadow: 2px 2px 5px rgba(51 51 51 / 20%);
}
.border > .item {
    border: 1px solid rgba(224, 224, 224);
}
.border_r > .item {
    border-radius: 15px;
}
.border_r > .item img {
    border-radius: 15px 15px 0 0;
}
.item.row6 {
    width: 60%;
    max-width: 60%;
}
.item.row5 {
    width: 48.5%;
    max-width: 48.5%;
}
.item.row4 {
    width: 38%;
    max-width: 38%;
}
.item.row7 {
    width: 70%;
    max-width: 70%;
}
.item.row3 {
    width: 28%;
    max-width: 28%;
}
.item.row8 {
    width: 80%;
    max-width: 80%;
}
.item.row2 {
    width: 17%;
    max-width: 17%;
}
.item.row2 {
    width: 17%;
    max-width: 17%;
}
.item.row8 {
    width: 80%;
    max-width: 80%;
}
.width100 {
    width: 100%;
}
.width95 {
    width: 95%;
    margin: auto;
}
.width90 {
    width: 90%;
    margin: auto;
}
.width80 {
    width: 80%;
    margin: auto;
}
.width60 {
    width: 60%;
    margin: auto;
}
figcaption {
    text-align: center;
}
@media screen and (max-width:767px) {
/*    p {
        line-height: 1.7;
    }*/
    figcaption {
        font-size: 13px;
    }
    .flexbox.row2.margin >.item, .flexbox.row3.margin >.item,
    .flexbox.row4.margin >.item,  .flexbox.row2 >.item, .flexbox.row3 >.item{
        flex-basis: 100%;
        max-width: 100%;
        position: relative;
        margin: 0 0 25px;
    }
    .signs.flexbox.row3.margin> .item,
    .flex-wrap.flexbox.row3.margin> .item,
    .know-list.flexbox.row4.margin >.item,
    .case-box .flexbox.row2.margin >.item,
    .hosho-bnr .flexbox.row2.margin >.item,
    .flexbox.row2.margin >.item.point,
    .pricing-list.flexbox.row2.margin >.item{
        flex-basis: 49%;
        max-width: 49%;
    }
    .mitumori.flexbox.row3.margin .item,
    .flexbox.row3 >.widget.item{
        flex-basis: 31.33%;
        max-width: 31.33%;
        padding: 10px;
    }
    .flexbox.row3 >.widget.item{
        margin-bottom: 0;
        padding: 0;
    }
    .flexbox.row2.margin .item:nth-child(odd){
        margin-right: 0%;
    }
    .flexbox.row2.margin .item:nth-child(even){
        margin-left: 0%;
    }
    .flexbox.row2.margin .item:last-child, .flexbox.row3.margin .item:last-child,
    .flexbox.row4.margin .item:last-child,  .flexbox.row2 .item:last-child{
        margin: 0 0 0;
    }
    .item.row6, .item.row4, .item.row5, .item.row7, .item.row3, .item.row8, .item.row2 {
        width: 100%;
        max-width: 100%;
    }
    .width90, .width80, .width60{
        width: 100%;
    }
}
@media screen and (max-width:600px) {
    .flexbox.row2.margin >.item.point{
        flex-basis: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width:400px) {
    .flex-wrap.flexbox.row3.margin >.item {
        flex-basis: 100%;
        max-width: 100%;
    }
    .signs.flexbox.row3.margin> .item,
    .flex-wrap.flexbox.row3.margin> .item,
    .case-box .flexbox.row2.margin >.item,
    .hosho-bnr .flexbox.row2.margin >.item,
    .pricing-list.flexbox.row2.margin >.item{
        flex-basis: 100%;
        max-width: 100%;
    }
}
.link-wrap {
    margin: 10px 0 0px;
}
.menu-inner .link-wrap {
    margin: 5px 0 15px;
}
.link-wrap.center {
    margin: 20px auto 0;
    text-align: center;
}
.link-wrap.left {
    text-align: left;
}
.link-wrap p {
    margin-bottom: 0;
}
.link-wrap p a, .link-wrap.mini p {
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: bold;    
    letter-spacing: 1px;
    line-height: 1.3em;
    transition: 0.5s;
    margin: 0;
    padding: 12px 50px 10px 40px;
    color: #1d2088;
    border: 1px solid #1d2088;
    border-radius: 30px;
    background-color: #fff;
    /* 文字のにじみ防止 */
    transform: rotate(0.03deg);
    -moz-transform: rotate(0.03deg);
    -ms-transform: rotate(0.03deg);
    -o-transform: rotate(0.03deg);
    -webkit-transform: rotate(0.03deg);
}
.link-wrap.nuki p, .link-wrap.mini p {
    margin: 0;
    border: 0px solid #e71213;
}

.link-wrap.nuki p a, .link-wrap.mini p a, .link-wrap.mini p {
    font-size: 0.9rem;
    margin: 0;
    padding: 8px 50px;
    line-height: 1.4em;
}
.link-wrap.big p {
    font-size: 1.1rem;
    padding: 15px 5em 13px 40px;
}
.link-wrap p a:hover, .menu-inner:hover .link-wrap p a{
    color: #fff;
    background-color: #1d2088;
}
.link-wrap p a:after,
.link-wrap.mini p:after,
.link-wrap.mini p:before,
.menu-inner:hover .link-wrap p a:after{
    position: absolute;
    content: '';
/*    content: "\f105";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";*/
    right: 15px;
    transition: .5s ease;
    top: 50%;
    background-color: #1d2088;
    transform: translateY(-50%);
    height: 1px;
    width: 30px;
    right: 0px;
}
.link-wrap.mini p:after {
    width: 10px;
    right: 10px;
}
.link-wrap.mini p:before {
    height: 10px;
    width: 1px;
    right: 14px;
}
.link-wrap.mini p a:after, .link-wrap.nuki p a:after {
    top: 45%;    
}
.menu-inner:hover .link-wrap p a:after,
.link-wrap p a:hover:after {
    right: 1rem;
    color: #fff;
}
.item .link-wrap.mini.center {
    margin: 0;
    position: absolute;
   right: 0;
    bottom: 5px;
    width: 100%;
}
.item.voice .link-wrap.mini.center {
    position: relative;
    margin-top: auto;
}
.item .link-wrap.center.mini p{
    padding: 3px 50px;
    background-color: transparent;
    font-size: 13px;
}
    
.content-area{
    position: relative;
}

.breadcrumbs {
    position: relative;
    display: block;
    margin: 10px auto 20px;
    font-size: 13px;
}
.breadcrumbs span{
    font-weight: bold;
}
.breadcrumbs a span{
    color: #222;
}
.breadcrumbs span.fa{
}
.breadcrumbs a span:hover{
    opacity: 0.7;
    transition: 0.5s;
}
a .pagetop{
    display: inline-block;
    position: fixed;
    right: 5px;
    bottom: 20px;
    z-index: 999;
    width: 70px;
    height: 70px;
/*    background: #1d2088;*/
    border-radius: 50%;
    text-align: center;
}
a .pagetop p{
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    color: #1d2088;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s ease;
}
a .pagetop p:before {
    content: "";
    width: 2px;
    height: 30px;
    position: absolute;
    bottom: 25px;
    right: 50%;
    background-color: #1d2088;
    transition: .3s ease;
}
a .pagetop p:after {
    content: "";
    width: 15px;
    height: 2px;
    position: absolute;
    bottom: 68px;
    right: 23px;
    top: -28px;
    transform: rotate(45deg);
    background-color: #1d2088;
    transition: .3s ease;
}
/*a .pagetop:hover {
    background: #fff;
}*/
a .pagetop:hover p{
    color: #a4f5fc;
}
a .pagetop:hover p:before,
a .pagetop:hover p:after {
    background-color: #a4f5fc;
}
.pc_only {
    display: block;
}
.line-fixed{
    position: fixed;
    bottom: 140px;
    right: 0;
    z-index: 3;
  }
.line-fixed.tel-fixed{
    bottom: 210px;
}
a.line-btn i {
    color: #fff;
}
.line-fixed.tel-fixed a.line-btn i {
    font-size: 26px;
}
.line-fixed.tel-fixed a.line-btn {
    background: #e71213;
}
a.line-btn {
    display: flex;
    align-items: center;
    padding: 10px 10px;
    background: #06c755;
    border-radius: 7px 0px 0px 7px;
    box-shadow: -1px 2px 5px rgba(51 51 51 / 40%);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    transition: 0.5s;
    width: 50px;
    height: 50px;
}
a.line-btn img {
    position: relative;
    margin-bottom: 10px;
    display: block;
}
a.line-btn p {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    margin-top: 5px;
    line-height: 1.4em;
}
a.line-btn:hover {
    opacity: 0.8;
    transition: 0.3s;
}
.effect-fade {
    opacity: 0;
    transform: translate(0, 100px); /* フェードインで動く高さを指定 */
    transition: all 2000ms; /* フェードインにかかる時間を指定 */
  }
.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}
@media screen and (max-width: 1024px) {
    .line-fixed {
      bottom: 15%;
      right: 0;
    }
    .link-wrap {
        margin: 20px 5% 0 0;
    }
    .breadcrumbs {
        font-size: 12px;
        margin: 10px auto 0px;
    }
}
@media screen and (max-width:767px) {
    a.line-btn p {
      font-size: 12px;
    }
    .line-fixed {
      display: none;
    }
    .link-wrap p a, .link-wrap.mini p {
        padding: 12px 30px 10px;
    }
    .midashi {
        padding: 20px 0 30px;
    }
    .midashi .midashi-heading {
        font-size: 17px;
        padding-bottom: 15px;
        margin: 10px auto 10px;
    }
    .midashi .midashi-heading.mini {
        font-size: 17px;
    }
    .midashi .midashi-heading span {
        font-size: 13px;
        display: block;
        padding: 0 5px 0 0;
    }
    .midashi .midashi-heading:after {
        bottom: -5px;
    }
    .middle-heading {
        font-size: 17px;
        margin: 40px 0 25px 0px;
        padding: 12px 0 10px 0px;
    }
    .content-area {
        padding: calc(100vw*0/16);
        position: relative;
    }
    .link-wrap p {
        font-size: 16px;
    }
    .breadcrumbs {
        font-size: 12px;
        margin: 10px auto 10px;
    }
    a .pagetop{
        display: none!important;
    }
    .pc_only {
        display: none;
    }
}
@media screen and (max-width:320px) {
}
/*------------------ローディング---------------------*/
.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform-origin: center;
            transform-origin: center;
    width: 120px;
    height: 120px;
}
/* Loading テキスト */
.spinner span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 12px;
    color: #1d2088;
}
.spinner.type1 {
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-color: #1d2088 #37a3d8;
    /* ローディング要素のアニメーションを指定 */
    -webkit-animation: spinner1_1 1.5s infinite linear forwards;
            animation: spinner1_1 1.5s infinite linear forwards;
}
.spinner.type1 span {
    /* Loading テキストのアニメーションを指定 */
    animation: spinner_loading_text 1.5s infinite linear forwards reverse;
}
  /* ローディング要素のアニメーション内容 */
  @-webkit-keyframes spinner1_1 {
    0% {
      -webkit-transform: translate(-50%, -50%) rotate(0);
              transform: translate(-50%, -50%) rotate(0);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
              transform: translate(-50%, -50%) rotate(360deg);
    }
  }
   
  @keyframes spinner1_1 {
    0% {
      -webkit-transform: translate(-50%, -50%) rotate(0);
              transform: translate(-50%, -50%) rotate(0);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
              transform: translate(-50%, -50%) rotate(360deg);
    }
  }
   
  /* Loading テキストのアニメーション内容 */
  @-webkit-keyframes spinner_loading_text {
    0% {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
    }
    50% {
      opacity: 0;
      -webkit-transform: translate(-50%, -50%) rotate(180deg);
              transform: translate(-50%, -50%) rotate(180deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
              transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  @keyframes spinner_loading_text {
    0% {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
    }
    50% {
      opacity: 0;
      -webkit-transform: translate(-50%, -50%) rotate(180deg);
              transform: translate(-50%, -50%) rotate(180deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
              transform: translate(-50%, -50%) rotate(360deg);
    }
}
.box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    -webkit-transition: all 1.2s ease; /* 1.2秒でフェードアウト */
            transition: all 1.2s ease;
    color: #0b8793; /* ローディングアニメーションカラー */
    background-color: rgba(255, 255, 255); /* 背景カラー */
}
.box.loaded{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
}
/* ------------------header------------------*/
#top-head {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    line-height: 1;
    z-index: 99;
    top: 0;
/*    height: 100px;
    background-color: #1d2088;*/
}
#top-head:after {
    content: "";
    display: none;
    height: 1px;
    background: #fff;
    width: 1025px;
    margin: 100px auto 0;
}
#top-head a {
    color: #fff;
    text-decoration: none;    
}
#top-head a {
    display: block;
}

#top-head .head_middle {
   background-color: #fff; 
   padding: 7px 0;
    height: 85px;
}
#top-head .inner {
    position: relative;
    display: block;
    margin: 0 auto;    
    width: 90%;    
}
#top-head .logo-wrap {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    margin: 0px 0px 5px;
}
#top-head .logo-wrap img{
    width: 70px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
#top-head .head_text{
    font-size: 12px;
    padding: 0px 10px 0;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 1.4em;
}
#top-head .head_text a {
    display: inline-block;
    color: #999;
}
.top_contact_wrap {
    display: flex;
    align-items: center;
    margin-top: 0px;
    margin-left: auto;
}
#top-head .contact_list {
    margin-top: -10px;    
}
#top-head .contact_list ul {
    margin-left: 15px;
}
#top-head .contact_list ul li {    
    margin: 0 3px;
    line-height: 1em;
    display: inline-block;
    position: relative;
}
#top-head .contact_list ul li a {
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 3px 13px 1px;
    font-weight: bold;
    transition: all 0.3s ease;
    background-color: #37a3d8;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    height: 48px;
    width: 48px;
}
#top-head .contact_list ul li a span {
    display: block;
    font-size: 9px;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
}
#top-head .contact_list ul li.line a  {
    background-color: #06c755;
}
#top-head .contact_list ul li a:hover {
    background-color: #fff;
}
#top-head .contact_list ul li i {
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 28px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    transition: all 0.3s ease;
}
#top-head .contact_list ul li.mail a:hover  {
    background-color: rgba(55, 163, 216,0.6);
}
#top-head .contact_list ul li.line a:hover  {
    background-color: rgba(6, 199, 85,0.6);
}
#top-head .contact_list ul li.phone {
    display: none;
}
#top-head .contact_list ul li.line i {
    font-weight: 500;
    font-size: 28px;
    line-height: 0.9em;
}
#top-head .contact_list ul li.mail i {
    font-size: 27px;
}
.head_top.flexbox {
    align-items: center;
}
.gnaviwrap.flexbox {
    justify-content: center;
    background-color: #1d2088;
}
.phone {
    margin-left: auto;
    margin-top: -10px;
}
.phone img {
    vertical-align: top;
}
#global-nav {
    margin: 8px auto 8px;
    width: 100%;
    text-align: center;
    height: 30px;
}
#global-nav ul {
    list-style: none;
    font-size: 14px;
}
#global-nav ul li {
    position: relative;
    display: inline-block;
    font-size: 15.5px;
    line-height: 2em;
}
#global-nav ul li.sns {
    margin-left: 15px;
}
#global-nav ul .icon {
    font-size: 20px; 
    display: inline-block;
    margin: -2px 0 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
#global-nav ul li a {
    padding: 0 10px;
    font-weight: bold;
}
#global-nav ul li.current > a {
    color: #a4f5fc;
}
#global-nav ul li a:hover, #global-nav ul .icon:hover {
    color: #a4f5fc;
}
#global-nav ul li.nav-li {
    display: none;
} 
/* transition */
#top-head,
#top-head:after,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.dropdown-btn {
    position:relative;
    cursor:pointer;  
  }
.dropdown {
    z-index:1000;
    background-color: rgba(2, 124, 201, 0.7);
    position: absolute;
    left:0;
    top: 25px;
    width: 190px;
    padding: 0px 10px;
    display:none;
}
.dropdown.open {
    display:block;
}
#global-nav ul li .dropdown li {
    display:block;
    line-height: 1.5em;
    margin: 15px 0;
}
.dropdown li a {
    color:#fff;
}
/* Fixed */
#top-head.fixed {
    padding-top: 0px;
    background: #fff;
    box-shadow: 0px 1px 5px rgba(51 51 51 / 30%);
}
#top-head.fixed p{
   
}
#top-head.fixed .logo-wrap {
    font-size: 24px;
}

#top-head.fixed .logo-wrap h1{
    font-size: 11px;
    margin: 0;
    padding: 10px 0 7px;
}
#top-head.fixed:after {
    width: 100%;
    margin-top: 85px;
}
#top-head.fixed #global-nav ul li a {
    padding: 0 12px;
}
#global-nav ul li:after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    bottom: -2px;
    background: #a4f5fc;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
}
#global-nav ul li.sns:after {
    display: none;
}
#global-nav ul li:hover:after {
    width: 100%;
}
#top-head.fixed #global-nav ul li:hover:after {
    width: 100%;
}
li a.nav-tel{
    display: none;
}
.hamburger{
    display: none;
}
a.nav-line {
    display: none;
}
#top-head #global-nav ul .sns{
    display: none;
}
@media screen and (max-width:1200px) {
    #top-head .inner {
        width: 95%;    
    }
    #top-head.fixed #global-nav ul li a {
        padding: 0 8px;
    }
    #global-nav ul li {
        font-size: 14px;
    }
    #global-nav ul li a {
        padding: 0 6px;
    }
    #top-head .head_text {
        
    }        
}
@media screen and (max-width:1024px) {
    #top-head .logo-wrap img {

    }
    li.dropdown-btn > a {
        pointer-events: none;
    }
    .dropdown {
        position: relative;
        left:0;
        top: 0;
        width: auto;
        padding: 0;
        /*display:block;*/
    }
    .dropdown.active {
        display:block;
    }
    #global-nav ul li .dropdown li {
        display:inline-block;
        line-height: 1.5em;
        margin:10px 0;
    }
    .hamburger {
        display: block;
        position: absolute;
        right: 1rem;
        top: 1rem;
    }
    .hamburger {
        display : block;
        position: fixed;
        z-index : 3;
        right : 15px;
        top   : 10px;
        width : 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition   : 0.3s ease-in-out;
        transition        : 0.3s ease-in-out;
    }
    .hamburger span {
        display : block;
        position: absolute;
        width   : 30px;
        height  : 3px ;
        left    : 3px;
        background : #1d2088;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition   : 0.3s ease-in-out;
        transition        : 0.3s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 10px;
    }
    .hamburger span:nth-child(2) {
        top: 20px;
    }
    .hamburger span:nth-child(3) {
        top: 30px;
    }
    .hamburger.active span:nth-child(1) {
        top : 18px;
        left: 5px;
        background :#1d2088;
        -webkit-transform: rotate(-45deg);
        -moz-transform   : rotate(-45deg);
        transform        : rotate(-45deg);
    }
    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 18px;
        left: 4px;
        background :#1d2088;
        -webkit-transform: rotate(45deg);
        -moz-transform   : rotate(45deg);
        transform        : rotate(45deg);
    }
    .hamburger p{
        margin: 0;
        font-size: 12px;
        position: absolute;
        top: 35px;
        font-weight: bold;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3 ease;
        -o-transition: all 0.3 ease;
    }
    #top-head .inner {
        position: relative;
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    #global-nav {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: -1;
        background-color: #d9f0f7;
        visibility: visible;
        opacity: 0;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        margin: 0 auto;
        height: 0;
        width: 100%;
    }    
    #global-nav.active {
        visibility: visible;
        opacity: 1;        
        z-index: 99;
    }
    #global-nav > ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    #global-nav ul li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        transition: .4s all;
    }    
    
    #global-nav ul li:last-child {
        padding-bottom: 0;
    }
    #global-nav ul li:hover{
        background :#ddd;
    }
    #global-nav ul li a {
        display: block;
        color: #fff;
        padding: 1em 0;
        text-decoration :none;
    }
    #global-nav ul li:after {
        display: none;
    }
    #top-head .logo-wrap h1 {
        padding: 0px 0 5px;
    }
    #top-head .logo-wrap {
        padding: 0px 0 0 15px;
    } 
    #top-head.fixed .logo-wrap h1 {
        font-size: 11px;
        margin: 0;
        padding: 0px 0 5px;
    }
/*スクロール前のメニュー*/
    #top-head nav#global-nav > ul{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        transform: translateX(-100%);
        background: rgba(255 255 255 / 70%);
        padding: 0px 0 calc(100vh);
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1 ease;
        -o-transition: all 1 ease;
        opacity: 0;
    }
    #top-head nav#global-nav ul li{
        width: 100%;
        margin: 0%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #1d2088;
        display: block;
    }
    #top-head nav#global-nav ul li a{
        font-size: 14px;
        line-height: 1.4;
        color: #fff;
        padding: 15px 15%;
        width: 100%;
    }
    #top-head #global-nav {
        margin-top: 75px;
    }
    #top-head #global-nav ul .sns{
    display: block;
}
    #top-head nav#global-nav ul ul.sns {
        background: #fff;
        margin: auto;
        width: 100%;
    }
    #top-head nav#global-nav ul ul.sns li {
        background: transparent;
        display: inline-block;
        width: auto;
    }
    #top-head nav#global-nav ul ul.sns li a {
      padding: 15px 15px;
    }
    #top-head .phone img {
        margin-top: 5px;
    }
    #top-head.fixed #global-nav {
        margin-top: 29px;
    }
/*スクロール後のメニュー*/
    #top-head.fixed {
        padding-top: 0px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3 ease;
        -o-transition: all 0.3 ease;
    }
    #top-head.fixed:after {
        width: 100%;
        margin-top: 80px;
    }
    #top-head.fixed nav#global-nav ul li{
        text-align: center;
    }
    #top-head.fixed nav#global-nav ul li a{
        
    }
    #top-head.fixed #global-nav.active {
        margin-top: 72px;
    }
      /* このクラスを、jQueryで付与・削除する */
    #global-nav.active {
        opacity: 100;
    }
    #top-head nav#global-nav.active > ul{
        transform: translateX(0%);
        opacity: 100;
        overflow-y: scroll;
    }
    #top-head.fixed nav#global-nav.active > ul{
        transform: translateX(0%);
        opacity: 100;
        margin-top: -5px;
    }  

    #top-head nav#global-nav ul li.sns{
        margin: 0.5%;
        height: 80px; 
        background: none;
    }
    #top-head nav#global-nav ul li.sns a,
    #top-head.fixed nav#global-nav ul li.sns a{
        padding: 15px 20px;
    }
    #top-head nav#global-nav ul li:last-child.sns a span,
    #top-head.fixed nav#global-nav ul li:last-child.sns a span{
        font-size: 26px;
        color: #000;
    }
    
   #top-head.fixed #global-nav.active {
        margin-top: 75px;
    }
    #top-head nav#global-nav ul li a,
    #top-head.fixed nav#global-nav ul li a {
        font-size: 14px;
        display: block;
        width: 100%;
        padding: 15px 5px;
        box-sizing: border-box;
    }
    #top-head nav#global-nav ul li,
    #top-head.fixed nav#global-nav ul li {
        margin: 0;
        text-align: center;
        height: auto;
        border-bottom: 1px solid #fff;
        box-sizing: border-box;
    }
    #top-head nav#global-nav ul li ul.dropdown li,
    #top-head.fixed nav#global-nav ul li ul.dropdown li {
        border-bottom: 0px solid #fff;
    }
    #top-head nav#global-nav ul li ul.dropdown li a,
    #top-head.fixed nav#global-nav ul li ul.dropdown li a {
        padding: 5px 5px;
        color: #fff;
    }
/*    #top-head nav#global-nav ul li ul.dropdown li:nth-child(2) a,
    #top-head.fixed nav#global-nav ul li ul.dropdown li:nth-child(2) a {
        padding: 3px 5px;
    }*/
    #top-head nav#global-nav ul li:hover a,
    #top-head nav#global-nav ul li ul.dropdown li:hover a,
    #top-head.fixed nav#global-nav ul li ul.dropdown li:hover a {
        color: #a4f5fc;
    }
    #top-head nav#global-nav ul li.nav-li a span, #top-head.fixed nav#global-nav ul li.nav-li a span {
        font-size: 18px;
    }
    #top-head nav#global-nav ul li.nav-li a,
    #top-head.fixed nav#global-nav ul li.nav-li a {
        font-size: 16px;
        line-height: 1.4;
    }
    #top-head nav#global-nav ul li.nav-li a p, #top-head.fixed nav#global-nav ul li:last-child a p {
        font-size: 13px;
        margin-bottom: 0;
    }
    #top-head nav#global-nav > ul li.nav-li,
    #top-head.fixed nav#global-nav > ul li.nav-li {
        display: flex;
        width: 100%;
    }
    
    li.nav-li {
        width: 100%!important;
    }
    li.nav-li p {        
        margin-top: 0;
    }
    li.nav-li .nav-tel span {
        font-size: 18px;
    }
    a.nav-line {
        display: block;
        width: 99%;
        text-align: center;
        margin: 0 auto;
    }
    a.nav-line img{
        max-width: 100%;
    }
    .top_contact_wrap {
        margin-top: -10px;
    }
    #top-head .contact_list {
        margin-right: 70px;
        margin-top: 0px;
    }
    #top-head .contact_list ul li i {
        padding-right: 0px;
    }
    #top-head .contact_list ul li span {
        display: none;
    }
}
@media screen and (max-width:980px) {
    #top-head .head_text {
        flex: 1;
    }
}
@media screen and (max-width:767px) {
    #top-head {
        height: 80px;
    }
    #top-head .head_text, #top-head.fixed h1 {
        position: absolute;
        top: -5px;
        left: 0;
        right: 0;
        font-size: 10px;
        line-height: 1.1em;
        margin: 2px auto 5px;
        text-align: center;
        width: 100%;
    }
    #top-head .logo-wrap h1 {
        font-size: 10px;
    }
    #top-head .logo-wrap img {
        padding-left: 10px;
    }
    #top-head:after {
        width: 100%;
        margin: 88px auto 0;
    }
    #top-head .head_text, #top-head.fixed h1 {
          margin: 0;
    }
    #top-head .head_middle {
         height: 80px;
    }
    .hamburger {
        right: 10px;
        top: 10px;
    }
    #top-head.fixed .logo-wrap h1 {
        font-size: 10px;
    }
    #top-head.fixed .logo-wrap {
        margin: 0px 0px;
    }
    #top-head .logo-wrap {
        padding: 0 0 0 7px;
    }
    #top-head #global-nav {
        width: 100%;
        padding: 0;
        margin-top: 65px;
    }
    #top-head .phone img {
        margin-top: 10px;
        width: 200px;
    }
    #top-head.fixed {
        padding-top: 0px;
        height: 65px;
    }
    #top-head.fixed:after {
        width: 100%;
        margin-top: 70px;
    }
    #top-head.fixed .hamburger {

    }
    #top-head.fixed .hamburger.active span:nth-child(1) {
        top: 17px;
    }
    #top-head.fixed .hamburger.active span:nth-child(3) {
        display: none;
    }   
    .top_contact_wrap {
        margin-top: 5px;
    }
    #top-head .contact_list {
    }
    #top-head.fixed .contact_list {
        bottom: -11px;
    }
    #top-head .contact_list ul li a.mail {
        padding: 0px 3px 2px;   
    }
     #top-head .contact_list ul li a.line {
        padding: 0px 3px 0px; 
    }
    #top-head .contact_list ul li i {
        font-size: 34px;
    }
    #top-head .contact_list ul li.line i {
        font-size: 27px;
    }
    #top-head .contact_list ul li.mail i {
        font-size: 28px;
    }    
}
@media screen and (max-width:600px) {
    .head_top.flexbox {
        margin-top: 0;
    }
    #top-head .phone img, #top-head.fixed .phone img {
        display: none;
    }
    #top-head .head_middle {
        height: 78px;
    }
    #top-head .logo-wrap img {
        width: 55px;
        margin-top: 9px;
    }
    #top-head .head_text {
        top: -7px;
    }
    .hamburger {
        top: 12px;
        right: 15px;
    }
    #top-head .contact_list {
        margin-right: 70px;
        margin-top: 5px;
    }
    #top-head .contact_list ul li {
        margin: 0 1px; 
        line-height: 1em;
        display: inline-block;
        height: auto;
        width: auto;
        padding: 0;
        vertical-align: top;
    }
    #top-head .contact_list ul li a {
         padding: 3px 10px 1px;
        height: 50px;
     }
    #top-head .contact_list ul li.phone {
        display: inline-block;
    }
    #top-head .contact_list ul li.phone a {
        background-color: #1d2088;
    }
    #top-head .contact_list ul li.phone a:hover {
        background-color: rgba(2, 124, 201,0.6);
    }
    #top-head .contact_list ul li.phone i {
        font-size: 28px;
        color: #fff;
    } 
    #top-head #global-nav {
        margin-top: 75px;
    }
 }
@media screen and (max-width:430px) {

    #top-head.fixed .logo-wrap h1 {
        font-size: 10px;
        margin: 0;
        padding: 0px 5px 5px 0;
    }
    #top-head .logo-wrap h1 {
        font-size: 10px;
        padding: 0px 5px 10px 0;
    }
    #top-head .logo-wrap img {
        width: 50px;
    }
    #top-head .contact_list {
        margin-right: 55px;
    }
    #top-head .contact_list ul {
        margin-left: 5px;
    }
    #top-head .contact_list ul li {
        position: relative;
    }
    #top-head .contact_list ul li a {
        padding: 3px 5px 1px;
        height: 48px;
        width: 42px;
    }

    .hamburger {
        right: 5px;
    }
    #top-head nav#global-nav ul li, #top-head.fixed nav#global-nav ul li {
        width: 100%;
    }
    #top-head nav#global-nav ul li, #top-head.fixed nav#global-nav ul li {
        height: auto;
    }
    #top-head nav#global-nav ul li a, #top-head.fixed nav#global-nav ul li a {
        font-size: 14px;
        padding: 13px 15px;
    }
/*    #top-head nav#global-nav ul li:last-child a, #top-head.fixed nav#global-nav ul li:last-child a {
        font-size: 15px;
        line-height: 1.4;
    }
    #top-head nav#global-nav ul li:last-child a span, #top-head.fixed nav#global-nav ul li:last-child a span {
        font-size: 11px;
    }
    #top-head nav#global-nav ul li:last-child a p, #top-head.fixed nav#global-nav ul li:last-child a p {
        font-size: 12px;
    }
    #top-head nav#global-nav ul li:last-child, #top-head.fixed nav#global-nav ul li:last-child {
        display: flex;
        width: 100%;
        height: 60px;
    }*/
    #top-head.fixed #global-nav ul li a:hover {
        color: #ffffff;
    }
    #top-head.fixed #global-nav ul li:hover:after {
        background: transparent;
    }
}
@media screen and (max-width:340px) {
    #top-head .logo-wrap img {
        width: 60px;
    }
    #top-head .contact_list{
        margin-top: -5px;
    }   
    #top-head .contact_list ul li {
        margin: 0;
    }
}
/*--------------------フッター-------------------*/
footer {
    position: relative;
    margin: 0;
}
section.access-area iframe {
    height: 360px;
}
footer .contact-area{
    padding: calc(100vw*0.5/16) 0;
    position: relative;    
    display: flex;
    align-items: center;
}
/*footer .contact-area:before {
    content: "";
    width: 1px;
    height: calc(100% - (100vw*1/16));
    display: block;
    position: absolute;
    left: 55%;
    top: calc(100vw*0.5/16);
    background-color: #000;
}*/
.contact-area p{
    text-align: center;
    line-height: 1.8;
}
.contact-area .left{
    width: 45%;
    padding: 0 10px;

}
.contact-area .right{
    width: 50%;
    padding: 0 10px;
}
.contact-area .right{
    text-align: center;
}
.contact-area .right img{
    max-width: 150px;
    margin: 5px auto;
}
.contact-area .right h3 {
    font-size: 18px;
}
.contact-area .right p{
    font-size: 14px;
    font-weight: bold;
}

.contact-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
}
.subsidy-wrap, .contact-inner .tel-wrap, .contact-inner .mail-wrap {
    border: 1px solid #ec747a;
    background: #ec747a;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 80px;
    transition: 0.5s;
}
.subsidy-wrap {
    width: 55%;
    margin: 0 auto;
    text-align: center;
    padding: 0 10px;
}
.contact-inner .tel-wrap, .contact-inner .mail-wrap {
    width: 48%;
}
.subsidy-wrap a, .contact-inner .tel-wrap a, .contact-inner .mail-wrap a {
    font-weight: bold;
    color: #fff;
    transition: 0.5s;
}
.subsidy-wrap a {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 21px 0;
}
.contact-inner .tel-wrap a{
    font-size: 22px;
    letter-spacing: 0px;
    padding: 0px 0;
    margin: 0px auto -15px;
    line-height: 1;
    display: block;
    text-align: center;
    width: 100%;
}
.contact-inner .mail-wrap a{
    font-size: 15px;
    letter-spacing: 1px;
    padding: 21px 0;
}
.contact-inner .tel-wrap a span{
    font-size: 0.8rem;
}
.contact-inner .tel-wrap p {
    font-size: 14px;
    margin-top: -15px;
    margin-bottom: 0px;
    line-height: 1.2;
    padding: 0 5px;
    color: #0d0015;
    transition: 0.5s;
}
.subsidy-wrap:hover,
.contact-inner .tel-wrap:hover,
.contact-inner .mail-wrap:hover {
    background: #0d0015;
    border: 1px solid #0d0015;
}
.subsidy-wrap:hover a,
.contact-inner .tel-wrap:hover a,
.contact-inner .tel-wrap:hover p,
.contact-inner .mail-wrap:hover a {
    color: #fff;
}

.area-wrap {
    width: 100%;
}
.area-wrap .item.left{
   padding: 20px 40px;
}

.area-wrap p {
    font-size: 14px;
    margin: 0 0 15px;
    line-height: 1.7;
}
.area-wrap .item.right{
   font-size: 0;
}
.area-wrap iframe{
    width: 100%;
    height: 100%;
}
.area-wrap .midashi, .contact-area .midashi{
    margin: 0px 0 30px;
    padding: 20px 0 0px;
}
.area-wrap .midashi .midashi-heading,
.contact-area .midashi .midashi-heading{
    margin: 8px auto 0px;
    padding-bottom: 20px;
}
/*.area-wrap .midashi .en_heading,
.contact-area .midashi .en_heading{
    font-size: 34px;
}*/
.footer-bottom {
    background: #eaeaea;
    padding: 40px 40px 20px;
    text-align: center;
}
.footer_menu {
    background: #eaeaea;
    padding: 10px 10px 10px;
    text-align: center;
    justify-content: center;
    border-top: 1px solid #999;
}
.footer_menu .item {
    padding: 0 15px;
    width: 20%;
}
.footer-bottom h3 {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
}
.footer-bottom .item img {
    margin: 0px auto 0;
}
.footer_menu ul{
    text-align: left;
}
.footer_menu ul li, .mark ul li {
    list-style: none;
    margin: 0 0 5px;
}
.footer_menu ul li a{
    padding: 0 0 0 5px;
    font-size: 13px;
    font-weight: bold;
    transition: 0.3s;
    position: relative;
    display: inline-block;
}
.info {
    text-align: left;
}
.info ul li {
    display: flex;
    width: 100%;
    padding: 4px 0;
}
.info ul li p {
    display: inline-block;
    margin: 0;
    line-height: 1.7em;
    font-size: 13px;
}
.info ul li p.info_title {
    position: relative;
    width: 25%;
    padding-right: 5px;
    text-align: left;
}
.info ul li p.info_content {
    width: 75%;
    padding-left: 10px;
    text-align: left;
}
.info ul li p.info_title span {
    padding-right: 10px;
}
.info ul li p.info_title:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 65%;
    background-color: rgba(0,0,0,0.2);
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.mark li {
    margin-bottom: 4px;
}
.sitemap .mark li.title > a {
    font-weight: bold;
    margin-top: 10px;
    display: block;
}
.mark li ul {
    padding-left: 20px;
}
.mark li a{
    position: relative;
    color: #666;
    padding: 0 2rem;
    transition: 0.3s;
    position: relative;
}
.external-link::after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f360" !important;
    color: rgba(2, 124, 201, 0.4);
    margin: 0 0 0 0.5em;
}
.footer_menu .footer_menu_title {
    text-align: left;
    position: relative;
    margin: 10px 0 6px;
    font-weight: bold;
    line-height: 1.4em;
}
.footer_menu .footer_menu_title a{
    font-size: 15px;
    color: #1d2088;
    transition: 0.3s;
}
.footer_menu .footer_menu_title.questionnaire{
    padding: 5px;
    border: 1px solid #1d2088;
    text-align: center;
}
.footer_menu .footer_menu_title.questionnaire a{
    font-size: 14px;
}
.footer_menu .footer_menu_title a:hover,
.footer_menu ul li a:hover{
    color: #37a3d8;
}
.mark li a:hover{
    color: #b2b2b2;
}
ul.mark li a::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 1.3rem;
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-left: 4px solid #fff;
}
ul.mark li a::before{
    border: 4px solid transparent;
    border-left: 4px solid #4017b1;
}
.footer_logo {
    display: block;
    margin-bottom: 15px;
}
.footer_logo img{
    max-width: 230px;
}
.footer-bottom p{
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
    margin: 10px auto 10px;    
}
.footer-bottom p a{

}
.footer-bottom p .tel {
    font-size: 22px;
    color: #d0121c;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.footer-bottom p i{
    display: inline-block;
    color: #d0121c;
    vertical-align: text-top;
}
.sns li {
    display: inline-block;
    margin: 0 10px;
}
li.insta i {
    color: #cf2e92;
}
li.line i {
    color: #06c755;
}
li.facebook i {
    color: #1877f2;
}
li.youtube i {
    color: #DA1725;
}
footer .copyright{
    background-color: #1d2088;
}
footer .copyright p{
    margin: 0;
    text-align: center;
    padding: 15px 0;
    font-size: 13px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width:1024px) {
    .contact-area .left p {
        font-size: 13px;
    }
    .contact-area .right h3 {
        font-size: 13px;
    }
    .contact-area .right p {
        font-size: 13px;
    }
    .contact-inner .mail-wrap a {
        font-size: 11px;
        letter-spacing: 0px;
        padding: 20px 5px;
    }
    .contact-inner .tel-wrap a {
        font-size: 13px;
        padding: 0px 0;
        margin: 0px auto 0px;
    }
    .contact-inner .tel-wrap p {
        font-size: 10px;
        margin-top: 0px;
        line-height: 1.2;
        padding: 0 5px;
        transition: 0.5s;
    }
    .contact-inner .tel-wrap {
        height: 65px;
        padding: 10px 0;
    }
    .contact-inner .mail-wrap {
        height: 70px;
    }
    .contact-inner .tel-wrap a span {
        font-size: 0.5rem;
    }

    .area-wrap .item.right, .area-wrap .item.left, #banners .item.banner {
        margin-bottom: 0;
    }
    .footer-bottom p {
        font-size: 12px;
    }
    .subsidy-wrap {
        width: 95%;
    }
    .subsidy-wrap a {
        font-size: 13px;
    }
}
@media screen and (max-width:980px) {
    .footer-bottom .flexbox {
        display: block;
    }
    .footer-bottom .item.row3,
    .footer-bottom .item.row7{
        width: 100%;
        max-width: 100%;
    }
    .footer_menu .item {
        padding: 0 0px 0 0px;
    }
    .footer_menu ul li a {
        padding: 0 0 0 0;
    }
    .info ul {
        text-align: center;
        width: 60%;
        margin: auto;
    }
    .footer_menu .footer_menu_title {
    text-align: center;
    }
    .footer_menu ul {
    text-align: center;
}
    .footer_menu.flexbox {
        display: block;
    }
    .footer_menu .item {
        padding: 0 10px;
        width: 100%;
    }
}
@media screen and (max-width:767px) {
    section.access-area {
        padding: 30px 0 30px;
    }
    footer .contact-area {
        padding: calc(100vw*1.1/16) 0;
        display: flex;
        flex-wrap: wrap;
    }
    .contact-area .left {
        width: 100%;
        padding: 0 calc(100vw*0.5/16);
    }
/*    footer .contact-area:before {
        content: "";
        width: 0;
        height: 0;
        display: none;
        position: absolute;
        background-color: none;
    }*/
    .contact-inner {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .contact-area .left p {
        font-size: 13px;
        text-align: left;
    }
    .contact-inner .tel-wrap {
        height: 65px;
        padding: 10px 0;
        width: 100%;
        margin-bottom: 15px;
    }
    .contact-inner .tel-wrap a {
        font-size: 18px;
    }
    .contact-inner .tel-wrap p{
        font-size: 12px;
        text-align: center;
    }
    .contact-inner .mail-wrap {
        height: 70px;
        width: 100%;
    }
    .contact-inner .mail-wrap a {
        font-size: 15px;
        letter-spacing: 0px;
        padding: 20px 5px;
    }
    .contact-area .right {
        width: 100%;
        padding: 0 calc(100vw*0.4/16);
        text-align: center;
        margin: 30px 0 0;
    }
    .contact-area .right p {
        font-size: 12px;
        padding: 0 10px;
    }
    .area-wrap .left {
        width: 100%;
        padding: 10px calc(100vw*0.2/16) 0;
    }
    .area-wrap .right {
        width: 100%;
        padding: 0;
    }
    .area-wrap .right iframe {
        width: 100%;
        height: 300px;
    }
    .footer-bottom {
        padding: calc(100vw*0.75/16);
    }
    .footer_menu {
         justify-content: flex-start;
    }
    .area-wrap .item.left {
        padding: 20px 20px;
    }
    .info ul {
        width: 90%;
        margin: auto;
    }
    .footer_menu .item {
        padding: 0 5px 0 15px;
    }
    .footer_menu .footer_menu_title {
        margin:20px auto 5px;
    }
    .footer_menu ul li {
        width: 100%;
        margin-bottom: 5px;
    }
    .footer_menu ul li a {
        padding: 0 0 0 0;
     }
    .footer-bottom p {
        font-size: 12px;
    }
    .contact-area .right h3 {
        font-size: 13px;
    }
    .subsidy-wrap {
        margin: 0 auto 50px;
    }
    .subsidy-wrap a {
        font-size: 15px;
    }
    .footer-bottom ul li a::before {
        content: "";
        position: absolute;
        left: -0.2rem;
    }
}
@media screen and (max-width:320px) {
    .contact-area .right p {
        font-size: 11px;
        padding: 0 5px;
    }
    input[type=submit] {
        padding: 25px 55px;
    }
    .subsidy-wrap a {
        font-size: 13px;
    }
    .contact-inner .mail-wrap a {
        font-size: 14px;
    }
}

.sp_only {
    display: none;
}
.footer-fix {
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0px;
    padding: 10px 0px 10px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7);   
}
.footer-fix .flexbox {
    justify-content: center;    
}
.footer-fix .flexbox .item {
    margin: 0 2%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.footer-fix .flexbox .item img {
    vertical-align: top;
}
@media screen and (max-width: 767px) {
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
    .totop {
        bottom: 2%;
    }
    .top_link {
        width: 58px;
        height: 58px;
    }
    .top_link::before, .top_link::after {
        width: 20px;
        top: 15px;
    }
    .top_link span {
        top: 38%;
        font-size: 13px;
    }
    .sp_line {
        margin: 10px auto 20px;
        display: block;
        text-align: center;
    }
    .footer-fix {
        display: none !important;
    }
    .footer-fix .flexbox .item span {
        font-size: 34px;
    }
    .footer-fix .flexbox .item.line span {
        font-size: 38px;
    }
    .footer-fix .flexbox .item {
        max-width: 55px;
        margin: 0 4%;
        border-radius: 7px;
        transition: all 0.3s ease;
    }  
    .footer-fix .flexbox .item p {
        margin-bottom: 0;
        color: #fff;
        font-size: 16px;
        line-height: 1.6em;
        padding: 10px 0px;
    }
    .footer-fix .flexbox .item.tel {
        background-color: #e70e0e;
    }
    .footer-fix .flexbox .item.mail {
        background-color: #4017b1;
    }
    .footer-fix .flexbox .item.line {
        background-color: #00ca42;
    }
    .footer-fix .flexbox .item:hover{
        background-color: #fff;
    }
    .footer-fix .flexbox .item.tel:hover p{
        color: #e70e0e;
    }
    .footer-fix .flexbox .item.mail:hover p{
        color: #4017b1;
    }
    .footer-fix .flexbox .item.line:hover p{
        color: #00ca42;
    }
}
/*----コンテンツエフェクト--------*/
.Item-Box {
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}
.Item-Box-ImgBox {
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-transform: translate3d(-100.5%,0,0);
    transform: translate3d(-100.5%,0,0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.Item-Box.isShow .Item-Box-ImgBox {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.Item-Box-ImgBox:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #fff;/*黒ブロックの色指定*/
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1);
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.Item-Box.isShow .Item-Box-ImgBox:before {
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.Item-Box-ImgBox-Img {
    width: 100%;
    padding-top: 50%;/*画像比率指定*/
    transition-duration: 1.5s;
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1);
}
.Item-Box-ImgBox-Img:hover{
    transform:scale(1.1,1.1);
}
.anim-box.fadeup{
    opacity: 0;
}
.anim-box.fadeup.is-animated {
    animation: fadeup 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes fadeup {
    0% {
      transform: translateY(70px);
      opacity: 0;
    }
    80% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
}
.anim-box.fadeleft{
    opacity: 0;
}
.anim-box.fadeleft.is-animated {
    animation: fadeleft 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes fadeleft {
    0% {
      transform: translateX(-100px);
      opacity: 0;
    }
    80% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
}
/*--------------------------ページスライド関連------------------------------*/
section.top-slide{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 85vh;
    margin-bottom: calc(100vw*0.9/20);
    padding-top: 0;
}
#vegas {
    width: 100%;
    height: 100%;
}
section.top-slide h2{
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    color: #000;
    font-size: 1.8rem;
    letter-spacing: 0.14em;
    line-height: 1.8;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; 
     text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff; 
}
.vegas-slide, .vegas-slide-inner {
    background-position: center center !important;
}
section.top-slide .intro{
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    width: 100%;
    margin: auto;
    z-index: 1;
    text-align: left;
    background: rgba(2, 124, 201, 0.6);
    padding: 18px;
    text-align: center;
}
section.top-slide .intro h3{
    display: inline-block;
    color: #fff;
    line-height: 1.3;
    font-size: 1.5rem;
    margin-bottom: 6px;
}
section.top-slide .intro p{
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.7;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0;
}
.scroll {
    display: inline-block;
    padding-top: 45px;
    position: absolute;
    width: 50px;
    text-align: center;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
}
.scroll span.txt{
    font-weight: 600;
}
.scroll::before {
    animation: scroll 1.5s infinite;
    border: solid #000;
    border-width: 0 0 2px 2px;
    content: "";
    display: inline-block;
    margin: auto;
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
    transform: rotate(-45deg);
    width: 20px;
    height: 20px;
}
@keyframes scroll {
    0% {
      transform: rotate(-45deg) translate(0, 0);
    }
    80% {
      transform: rotate(-45deg) translate(-35px, 35px);
    }
    0%, 80%, 100% {
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
}
section.sub-slide {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-top: 80px;
    height: calc(100vw*4/16);
}
.sub-slide-img {
    height: 100%;
}
.top-contact-list {
    background: #1d2088;
    padding: 10px 40px;
}
.top-contact-list, .top-contact-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-contact-list .phone {
    color: #fff;
    margin-left: 0;
    margin-bottom: 0;
    line-height: 1.4em;
}
.top-contact-list .phone i {
    display: inline-block;
    padding-right: 5px;
}
.top-contact-list .phone a {
    color: #fff;
    border-right: 1px solid #fff;
}
.top-contact-list .phone span.telnum {
    font-size: 1.6em;
    margin: 0 15px;
    font-weight: bold;
}
.top-contact-list .phone span.time {
    padding-left: 15px;
    font-size: 0.9em;
}
.top-contact-list ul li.mail {
    background: #fff;
    padding: 12px 17px;
    margin-left: 40px;
    border-radius: 10px;
}
.top-contact-list ul li.mail a{
    color: #1d2088;
    font-weight: bold;
    line-height: 1.2em;
}
.top-contact-list ul li.mail a i {
    display: inline-block;
    padding-right: 5px;
}
.top-contact-list ul li.line {
    background: #06c755;
    padding: 12px 17px;
    margin-left: 15px;
    border-radius: 10px;
}
.top-contact-list ul li.line a{
    color: #fff;
    font-weight: bold;
    line-height: 1.2em;
}
.top-contact-list ul li.line a i {
    display: inline-block;
    padding-right: 5px;
    color: #fff;    
}

@media screen and (max-width:1024px) {
    section.top-slide h2 {
        bottom: calc(100vw*8/16);
    }
    section.top-slide .intro h3 {
        font-size: 20px;
    }
}
@media screen and (max-width:767px) {
    .top-contact-list {
        padding: 10px 20px;    
        display: block;
    }
    .top-contact-list .phone {
        margin-bottom: 8px;
        margin-top: 8px;
        text-align: center;
    }
    .top-contact-list ul li.mail {
        margin-left: 0px;
    }
    section.top-slide h2 {
        top: 18%;
        font-size: 1.1rem;
    }
    section.top-slide .intro {
        right: 15px;
    }
    section.top-slide .intro h3 {
        font-size: 18px;
        margin-bottom: 7px;
    }
    section.top-slide .intro p {
        font-size: 14px;
    }
    .scroll {
        transform: translate(calc(0vw - 0%));
        padding-top: 35px;
        font-size: 13px;
    }
    section.top-slide {
        margin-bottom: 30px;
        width: calc(100vw*15/16);
    }
    section.sub-slide {
        height: calc(100vw*6/16);
        width: calc(100vw*15/16);
        margin-top: 5px;
    }
}
@media screen and (max-width:600px) {
   .top-contact-list {
        padding: 5px 20px 10px;
    }
    .top-contact-list .phone span.time {
        padding-left: 15px;
        font-size: 0.8em;
    }
    .top-contact-list .phone a {
        border-right: 0px solid #fff;
        display: block;
        line-height: 1.8em;
    }
    .top-contact-list ul li.mail,
    .top-contact-list ul li.line{
        padding: 8px 15px;
    }
    .top-contact-list ul li.mail a,
    .top-contact-list ul li.line a{
        font-size: 13px;
    }
}
@media screen and (max-width:320px) {
    section.top-slide h2 {
        bottom: calc(100vw*12/16);
        left: calc(-100vw*0.2/16);
    }
    section.top-slide .intro p {
        font-size: 11px;
    }
}

#main-hero-area {
    position: relative;
    margin-top: 130px;
    padding: 0;
    height: 100%;
}
#main-hero-area picture {
    position: relative;
    overflow: hidden;
    padding-top: 37.380%;
    margin: 0 0 0;
}
#main-hero-area picture.main-pc {
    padding-top: 37.380%;
}
#main-hero-area picture.main-sp {
    padding-top: 150.093%;
}
#main-hero-area picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
#main-hero-area .main-pc img {
    width: 100%;
    height: auto;
}
.main-pc {
    width: 100%;
    display: block;
}
img.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.main-tab, .main-sp {
    display: none;
}
.top_tel {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
}
.top_tel span {
    color: #ec747a;
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
    font-weight: bold;
    padding: 3px 20px 5px 20px;
}
.top_tel p {
    padding: 0;
    background: #ec747a;
    border-radius: 5px 5px 0 0;
    padding: 5px 20px 3px 20px;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin-top: 0;
}
.price_button {
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.price_button img{
    max-width: 400px;
}
@media screen and (min-width: 768px) and (max-width: 1024px){
    img.main-tab {
        display: block;
    }
    #main-hero-area {
        margin-top: 65px;
    }
    .price_button img {
        max-width: 300px;
    }
}    
@media screen and (max-width: 767px){
    img.img-responsive {
        width: 100%;
    }
    #main-hero-area {
         margin-top: 75px;
    }

    .main-pc {
        display: none;
    }
    .main-sp {
        display: block;
    }
    .top_tel {
        top: auto;
        bottom: 7px;
        left: 0;
        right: 0;
        width: 80%;
        margin: auto;
    }
    .top_tel span {
        font-size: 14px;
        line-height: 1.4;
        padding: 2px 20px 4px 20px;
    }
    
    .top_tel p {
        padding: 4px 20px 2px 20px;
        color: #fff;
        font-size: 29px;
        letter-spacing: 0.02em;
        text-align: center;
    }
    .price_button {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 10px;
        width: 95%;
        margin: auto;
    }
}
section.top-slide{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 65vh;
    margin-bottom: calc(100vw*0.9/20);
    padding: 74px 0 0;
    margin-bottom: 0;
}
#vegas {
    width: 100%;
    height: 100%;
}
section.top-slide h2{
    position: absolute;
    top: 160px;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
    z-index: 1;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.7;
    text-shadow: 2px 2px 3px rgba(0 0 0 / 40%);
/*    text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff; */
}
.vegas-slide, .vegas-slide-inner {
    background-position: center top !important;
}

section.sub-slide {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 122px 0 0;
    height: 280px;
}

.sub-slide-img::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("images/overlays/overlay-pattern.png");
  /*  background: rgba(51, 54, 49, 0.4)*/
}
section.sub-slide .sub-caption {
    color: rgba(255,255,255,0.8);
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.4em;
    text-indent: 0.4em;
    text-align: center;
    margin: auto;
    z-index: 10; 
    display: inline-block;
    line-height: 1.2em;
    position: absolute;
    left: 0;
    right: 0;
    top: 48%;
    transform: translateY(-50%);
}
.sub-slide-img {
    height: 100%;
    position: relative;
    text-align: center;
}

section.sub-heading .content-area {
   
}
section.sub-heading.noimage .content-area {
    margin-top: 100px;
}
section.sub-heading + section.top-content-l {
    padding: 0px 0 60px;
}

/*section.sub-heading .content-area p{
    margin: 0 auto 20px;
}*/
@media screen and (max-width:1024px) {
    section.sub-slide {
        padding-top: 75px;
        height: calc(100vw*4/16);
    }
    section.sub-slide .sub-caption {

    }
}
@media screen and (max-width:767px) {
/*    section.sub-heading, section.sub-heading + section {
        padding: 0px 0 40px;
    }*/
    section.top-slide h2 {
        top: auto;
        bottom: 25%;
        width: 95%;
        font-size: 1.1rem;
    }
    .scroll {
        transform: translate(calc(0vw - 0%));
        padding-top: 35px;
        font-size: 13px;
    }
    section.top-slide {
        padding: 74px 0 0;
        height: 90vh;
    }
    section.sub-slide {
        height: 200px;
        margin-top: 5px;
        padding: 75px 0 0;
    }
    section.sub-slide .sub-caption {
        font-size: 16px;
        letter-spacing: 0.2em;
        text-indent: 0.2em;
    }
    section.sub-heading {
        padding: 0 0 40px;
    }

}
@media screen and (max-width:600px) {
    section.top-slide {
        padding: 65px 0 0;
    }
 }
@media screen and (max-width:440px) {

 }
@media screen and (max-width:320px) {
    section.top-slide h2 {
        bottom: calc(100vw*12/16);
        left: calc(-100vw*0.2/16);
    }
    section.top-slide .intro p {
        font-size: 11px;
    }
}
/*--------------------------トップページ関連------------------------------*/
.top-intro {
    color: #fff;
    position: relative;
}
.top-intro .kamon{
   position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 300px;
    margin: auto;
    opacity: 0.3;
}
.top-intro p {
    font-size: 16px;
    font-weight: bold;
}
.top_lead {
    margin-top: 40px;
}
.top_lead h1 {
    background-color: #1d2088;
    color: #fff;
    font-size: 20px;
    text-align: center;        
    padding: 15px;
}
.top_lead h2{
    text-align: center; 
    font-size: 18px;
    margin-top: 20px;
}
.top_lead p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;
}
.flexbox.row3.margin .item.news,
.flexbox.row3.margin .item.voice,
.process .flexbox .item {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    position: relative;
    margin-bottom: 25px;
}
.flexbox.row3.margin .item.news:hover,
.flexbox.row3.margin .item.voice:hover {
    border: 1px solid #1d2088;
    box-shadow: 0 5px 12px rgb(0 0 0 / 15%);
}
.flexbox.row3.margin .item.voice {
    display: flex;
    flex-direction: column;
}
.menu-other .item{
    padding: 20px;
    background: #fff;
}
.menu-other .item h3{
    margin-bottom: 10px;
}
.menu-other .item p{
    margin-top: 7px;
}

.nayami-box-wrap {
    background: #fff;
    margin-bottom: 30px;
}
.nayami-box {
    align-items: center;
    padding: 20px 15px;
}
.nayami-box.top {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}
.nayami-box.question {
    width: 30%;
}
.nayami-box.answer {
    width: 70%;
    border-left: 1px solid #d8d8d8;
}
.nayami-box.top.answer {
    width: 100%;
    border-left: 0px solid #d8d8d8;
}
.nayami-box h3 {
    font-size: 20px;
}
.nayami-box.answer h3 {
    font-size: 18px;
    color: #1d2088;
    margin-bottom: 0px;
    padding-bottom: 7px;
    display: flex;
    align-items: center;
}
.nayami-box .profile-img {
   
}
.nayami-box .nayami-txt {
   flex: 1;
}
.nayami-box.question .nayami-txt {
    margin-right: auto;
}
.nayami-box.answer .nayami-txt {
    text-align: right;
    margin-left: auto;
}
.question .fukidashi2 h3 span,
.answer .fukidashi2 h3 span {
    color: #fff;
    padding: 0 5px;
    width: 40px;
    height: 40px;
    font-family: "Montserrat", serif;
    font-size: 26px;
    line-height: 1.4em;
    border-radius: 50%;
    text-align: center;
    background:#1d2088;
}
.question .fukidashi2 h3 span::before,
.answer .fukidashi2 h3 span::before{
    position: absolute;    
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.question .fukidashi2 h3 span {
    display: block;
    position: relative;
    margin-bottom: 10px;
    color: #fff;
}
.question .fukidashi2 h3 span::before {    
    content: "Q";
}
.answer .fukidashi2 h3 span {
    position: relative;
    margin-right: 10px;
}
.answer .fukidashi2 h3 span::before { 
    content: "A";
}
.fukidashi2 {
  position: relative;
  max-width: 100%;
}

.fukidashi2 h3 {
    font-size: 18px;
    color: #1d2088;
    margin-top: 0px;
    margin-bottom: 0px;
}
.nayami-box .fukidashi2{
    text-align: left;
}
.nayami-box.answer .fukidashi2 p{
    margin-bottom: 0;
}
.nayami-box .profile-img figure {
    width: 80px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    margin-right: 15px;
}
.nayami-box.top .profile-img figure {
    width: 140px;
    margin-right: 25px;
}
.nayami-box .profile-img img {
    object-fit: cover;
}
.case-wrap {
    margin: 30px auto 0;
    padding: 20px;
}
.case-box {
    padding: 24px;
    text-align: left;
    background:#fff;
    margin-bottom: 30px;
    border: 1px solid rgba(224, 224, 224);
}
.case-h-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.case-wrap .case-h {    
    line-height: 1.4em;    
}
.case-maru{
    padding: 0 5px;
    width: 60px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;    
    line-height: 1.4em;
    border-radius: 50%;
    text-align: center;
    background: #1d2088;
    position: relative;
    margin-right: 7px;
}
.case-wrap .case-maru p{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #fff;
    font-size: 12px;
}
.case-maru span{
    font-family: "Montserrat", serif;
    display: block;
    font-size: 1.6em;
}
.case-wrap .case-h a {
    color: #1d2088;
}
.case-wrap p {
    margin-bottom: 10px;
    line-height: 1.6em;
    font-size: 14px;
}
.case-wrap p.cause {
    font-weight: bold;
    margin-bottom: 7px;
}
.case-wrap p.cause i {
    color: #37a3d8;
    padding-right: 5px;
}
.flexbox.jirei_voice {    
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: nowrap;
    background:#ebf6fc;
    padding: 10px;
}
.case-wrap .profile-img {
    width: 20%;
}
.case-wrap .voive-txt {
    width: 78%;
}
.case-wrap .voive-txt p {
    margin-bottom: 0;
    font-size: 13px;
    position: relative;
}
/*.case-wrap div.voive-txt p:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-right: 10px solid rgb(255, 255, 255, 1);
}*/
.case-wrap .profile-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}
.case-wrap .link-wrap p a {
    font-size: 13px;
    margin: 10px 0 0;
    padding: 12px 40px 13px 25px;
}

@media screen and (max-width:767px) {
    .top_lead h1 {
        font-size: 17px;
    }
    .top_lead h2 {
        font-size: 16px;
    }
    .top_lead p {
        font-size: 15px;
    }
    .top_lead {
        margin-top: 20px;
    }
    .flexbox.row3.margin .item.news:last-child,
    .flexbox.row3.margin .item.voice:last-child,
    .process .flexbox .item:last-child {
        margin-bottom: 0px;
    }
    .nayami-box-wrap {
    display: block;
}
    .nayami-box.question {
        width: 100%;
    }
    .nayami-box.answer {
        width:100%;
        border-left: 0px solid #d8d8d8;
    }
    .case-wrap {
        padding: 0;
    }
    .case-box {
        padding: 15px;
    }
    .flexbox.row3.margin .item.profile-img {
        flex-basis: 20%;
        max-width: 20%;
    }
    .flexbox.row3.margin .item.voive-txt {
        flex-basis:78%;
        max-width: 78%;
    }
    .case-wrap .profile-img img {
    width: 50px;
    height: 50px;
    }
    .nayami-box.top .profile-img figure {
        width: 100px;
        margin-right: 25px;
    }
}
@media screen and (max-width:600px) {
     .nayami-box.top .profile-img figure {
        width: 40px;
        margin-right: 15px;
    }
}
/*--------------------------------施工実績------------------------------------*/
section.top-works{
    display: block;
    position: relative;
}
.works-wrap {
   padding: 5px;
    border: 1px solid rgba(2, 124, 201, 0.3);
    box-sizing: border-box
}
.works-wrap:hover {
   background: rgba(2, 124, 201, 0.1);
}
.works-img-wrap{
    position: relative;
}
.works-img-wrap:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -5px;
    right: -5px;
    background-color: #e8e8e8;
}
.works-img-wrap a img{
    max-width: 100%;
    z-index: 1;
    position: relative;
    top: 0px;
    left: -5px;
    height: 100%;
    transition: 0.5s;
}
.works-img-wrap a img:hover{
    opacity: 0.8;
}
.works-wrap p.date {
    font-size: 13px;
    text-align: right;
    padding-bottom: 0;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
}
.works-wrap p.tag {
    font-size: 13px;
    line-height: 1.6em;
    padding: 0 0 15px 5px;
    margin-bottom: 20px;
}
.works-wrap p.tag a, .works p.tag a{
    display: inline-block;
    padding: 2px 5px;
    border: 1px solid #1d2088;
    color: #1d2088;
    transition: all 0.3s ease;
    margin-right: 5px;
}
.works-wrap p.tag a:hover, .works p.tag a:hover{
    border: 1px solid #1d2088;
    color: #fff;
    background-color: #1d2088;
}
.works-wrap p.tag a:first-child {
    display: none;
}
section.works {
    padding: 40px 0 80px;
    margin-top: -20px;
}
.works_single {
    padding: 0 0 30px;
}
.works_single img {
    max-width: 100%;
/*    width: 50%;*/
    display: inline-block;
    margin: 0 auto 0px;
    height: auto;
    vertical-align: top;
}
.works_single img.alignright {
    float: right;
    margin-left: 15px;
}
.works_single h1 {
    font-size: 24px;
}
.works_single h2 {
    margin: 30px 0 20px;
    padding: 12px 25px 11px;
    font-size: 24px;
    background-color: rgba(2, 124, 201, 0.1);
    border-radius: 10px;
    letter-spacing: 0.05em;
    font-weight: bold;
}
.works_single h3 {
    color: #1d2088;
    margin: 40px 0 20px;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    padding-bottom: 7px;
}
.works_single h3::before {
    content: '';
    position: absolute;
    background-color: #d8d8d8;    
    height: 1px;
    bottom: 0px;
    left: 0;
    margin: 0 auto;
    right: 0;
}
.works_single h4 {
    font-size: 18px;
    margin: 25px 0 10px;
    font-weight: bold;
}
.works_single.voice h2 {
    margin: 0px 0 20px;
}
.works_single p.date{
    text-align: right;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.voice_box .comment {

}
.bf-wrap{

}
.bf-wrap h3{
    width: 100%;
    display: block;
    font-size: 24px;
    margin: 0 auto 20px;
    color: #203bad;
    border-top: 2px solid #203bad;
    border-bottom: 2px solid #203bad;
    padding: 10px 5px;
    font-weight: bold;
}
.before-wrap,.after-wrap{
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.before-wrap img,.after-wrap img {
    max-width: 31%;
    margin: 0 10px 20px;
    height: 100%;
}
.work-table-wrap{
    position: relative;
    display: block;
    margin: 50px 0px 50px;
}
.work-table-wrap table{
    width: 100%;
    border-collapse: collapse;
}
.work-table-wrap table tr{
    border-bottom: solid 2px white;
}
.work-table-wrap table tr:last-child{
    border-bottom: none;
}
.work-table-wrap table th{
    position: relative;
    text-align: left;
    width: 30%;
    background-color: #1d2088;
    color: white;
    text-align: center;
    padding: 17px 10px;
    font-weight: 500;
}
.work-table-wrap table th:after{
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top:calc(50% - 10px);
    right:-10px;
    border-left: 10px solid #1d2088;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.work-table-wrap table td{
    text-align: left;
    width: 65%;
    background-color: rgba(2, 124, 201, 0.1);
    padding: 17px 10px 17px 1.5em;
    border-right: none;
    border-bottom: none;
}
.blog-card {
    position: relative;
    display: block;
    background: #fff;
    border: 1px #ccc solid;
    margin: 15px 0;
    padding: 5px;
}
.blog-card + br + .blog-card {
    margin: -20px 0 15px;
}
.blog-card a {
    display: flex;
    align-items: center;
}
.blog-card .card-box-txt {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    background: #19448e;
    padding: 6px 15px 5px;
    line-height: 1.1em;
    color: #fff;
    font-size: 12px;
}
.blog-card-thumbnail {
    text-align: left;
}
.works_single .blog-card-thumbnail img {
    height: 80px;
    object-fit: cover;
    max-width: 100%;
    width: 120px;
    margin-bottom: 0;
}
.blog-card-content {
    padding: 15px;
    text-align: left;
}
.blog-card-title {
    font-size: 16px;
    font-weight: 600;
}

.article .before, .article .after {
    position: relative;
    margin-bottom: 20px;
}
.article .before::before, .article .after::before {
    position: absolute;
    top: 0;
    left: 0;
    background: #1d2088;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    padding: 5px 20px;
    font-size: 18px;
    letter-spacing: 0.05em;
}
.article .before::before {
    content: 'Before';
}
.article .after::before {
    content: 'After';
}
.article {
    margin-bottom: 60px;
}
.center_left_list {
    margin: 100px auto 60px;
}

.center_left_list ul {   
    background-color: rgba(255, 255, 255, 0.6);
}
.center_left_list ul li {
    border: 1px solid rgba(224, 224, 224);
    min-height: 100px;
}
.center_left_list ul li i {
    color: #1d2088;  
}
.center_left_list ul li.next {
    text-align: right;    
}
.center_left_list ul li.next {
    text-align: right;    
}

.post_navi .item a{
    display: flex;
    align-items: center;
}
.post_navi figure img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.post_navi .prevNext__title {
    font-size: 15px;
    padding: 10px 0 0 10px;
    color: #37a3d8;
    line-height: 1.4em;
    font-weight: bold;
}
.post_navi .prevNext__title span {
    display: block;
    font-size: 13px;
    color: #999;
    font-weight: normal;
}
.post_navi .prevNext__title span i {
    padding-right: 3px;
    color: #999;
}
.prevNext__pop {
    position: absolute;
    top: 0;
    display: inline-block;
    background: #37a3d8;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    color: #ffffff;
    font-size: 13px;
}
.prevNext__pop.next {
    right: 0;
}
.no_article {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
.related.flexbox.row3.margin .item {
    margin-bottom: 30px;
} 

.bf_title {
    font-size: 15px;
    line-height: 1.6em;
    padding: 0 5px;
}
.single-wrap .before, .single-wrap .after {
    position: relative;
    margin-bottom: 20px;
}
.single-wrap .before::before, .single-wrap .after::before {
    position: absolute;
    top: 0;
    left: 0;
    background: #1d2088;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    padding: 5px 20px;
    font-size: 16px;
    letter-spacing: 0.05em;
}
.single-wrap .before::before {
    content: 'Before';
}
.single-wrap .after::before {
    content: 'After';
}

ul.page_nav li, .categories li {
    display: inline-block;
    margin: 0 5px;
    transition: all 0.3s ease;
}

ul.page_nav {
    margin-top: 40px;
}
ul.page_nav li.current {
    font-weight: bold;
}
ul.page_nav li a, ul.page_nav li span{
    display: block;
    border: 1px solid #BFBFBF; 
    padding: 3px 10px;
}

.flexbox.row4.margin .item.news:hover {
    background-color: rgba(2, 124, 201, 0.2);
}
.workslist li.news {
    position: relative;
}
.item.news:hover .wp_img_bg {
    opacity: 0.6;
}

.workslist.flexbox{
/*   justify-content: flex-start; */
}
.item.news {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    position: relative;
    margin: 0 0.5% 30px;
    display: flex;
    flex-direction: column;
    background: #fff;
}
a.blocklink{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.item.news:hover {
    background-color:rgba(0, 191, 255, 0.2);
    z-index: 999;
    position: relative;
}

.workslist li.news .item {
    position: relative;
    margin-bottom: 0;
}
.workslist li.news .item.archive_pic {
    padding-right: 20px;
}
.news_textbox {
    padding: 0 10px 15px;
    position: relative;
}
.news .date{ 
    color: #888;
    font-size: 13px;
    letter-spacing: 0.01em;    
}
.news .news_textbox .date {
    margin: 0;
    text-align: right;
}
.news_title{
   font-size: 17px;
    margin: 10px 0 7px;
    padding: 0px;
    position: relative;
    color: #333;
    font-weight: bold;
    line-height: 1.4em;
}
.fworkslist .news_title{
   font-size: 17px;
}
.news_text {
    position: relative;
    line-height: 1.5em;
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 15px;    
    color: #333;    
}

/* アップロードした画像の縦横比を固定して表示 */
.news_img figure {
    position: relative;
    overflow: hidden;
    padding-top: 67.64%;
    margin: 0 0 0;
}
.news_img.solo figure {
    border-radius: 15px 15px 0 0;
}
.news_img figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
} 
p.more {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 0px;
    color: #37a3d8;
}
p.more i {
    padding-left: 5px;
}
.knowledge-wrap .news_textbox {
    padding: 0 0px 0px;
}
.knowledge-wrap .news_title {
    font-size: 16px;
}
.workslist .news_img.row2 {
    position: relative;
    overflow: hidden;
    padding-top: 67.64%;
    margin: 0 0 0;
}
.workslist .news_img.row2 .item {
    flex-basis: 50%;
    max-width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);    
    width: 100%;
    height: 100%;
    margin: 0;
}
.workslist .news_img.row2 .item:first-child{
    left: 0%;
}
.workslist .news_img.row2 .item:last-child{
    right: 0%;
}
.news_img.row2 .item:nth-child(3) img {
    border-radius: 15px 0 0 0;
}
.news_img.row2 .item:nth-child(4) img{
    border-radius: 0px 15px 0 0;
}
.news_img.row2 .text {
    position: absolute;
    padding: 4px 10px;
    background: #333;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.05em;
    bottom: auto;
    top: 0;
    left: 0;
    z-index: 5;
    border-radius: 10px 0 0 0;
}
.news_img.row2 .text.before {
    border-radius: 10px 0 0 0;
}
.news_img.row2 .text.after {
    left: auto;
    background: #37a3d8;
    border-radius: 0 10px 0 0;
    right: 0;
}
.case-box .news_img.row2 .text.after {
    left: 0;
}
.single-wrap .before::before, .single-wrap .after::before {
    position: absolute;
    top: 0;
    left: 0;    
    color: #fff;
    font-family: 'Oswald', sans-serif;
    padding: 3px 20px;
    font-size: 15px;
    letter-spacing: 0.05em;
}
.single-wrap .before::before {
    content: 'Before';
    background: #333;
}
.single-wrap .after::before {
    content: 'After';
    background: #37a3d8;
}
figure {
    font-size: 0;
}
.news_img.row2 figure {
    position: relative;
    padding-top: 0%;
    height: 100%;
}
.news_img.row2 figure img {
    height: 100%;
    object-fit: cover;
    position: relative;
    top: 0;    
    transform: none;
    left: 0;
}    
/* アップロードした画像の縦横比を固定して表示 */
.works-wrap figure {
    position: relative;
    overflow: hidden;
    padding-top: 67.64%;
    margin: 0 0 7px;
}
.works-wrap figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.item.news:hover .news_img figure img {
    opacity: 0.6;
}
.categories {
    margin: 0px auto 10px;
}
.category {
    text-align: right;
}
.categories li, .category li {    
    display: inline-block;
    font-size: 12px;
    border: 1px solid #1d2088;
    color: #1d2088;
    margin-left: 2px;
    transition: all 0.3s ease;
}    
.categories li a, .category li a {
    padding: 2px 10px;
    color: #1d2088;
    display: block;
}
.category li a.roof {
    background-color: #37a3d8;
}
.category li a.water {
    background-color: #38a1e2;
}
.category li a.other {

}
.categories li:hover, 
.category li:hover, 
.categories li.current-cat {
    background-color: rgba(2, 124, 201, 0.5);
}
.categories li:hover a,
.category li:hover a,
.categories li.current-cat a,
.tags li.current-tag a{
    color: #fff;
}
.tags {    
    padding: 10px 15px 7px;
}
.tags li {    
    display: inline-block;
    font-size: 12px;
    border:1px solid #37a3d8;
    margin: 0 5px;
    transition: all 0.3s ease;
}
.tags li.current-tag{
    background-color: #37a3d8;
}
.news .tags li {    
    margin-left: 2px;
} 
.tags li a {
    padding: 2px 10px;
    color: #37a3d8;
    display: block;
}
.tags li:hover {
    background-color: rgba(2, 124, 201, 0.5);
}
.tags li:hover a {
    color: #fff;
}
.works_single .category {
    margin-bottom: 10px;
    text-align: left;
}
.works_single .tags {
    padding: 0px 0 7px;
    margin-bottom: 15px;
}
.news .date{ 
    color: #888;
    font-size: 12px;
    letter-spacing: 0.01em;
    margin-top: 5px;
}
.news_title{
    font-size: 16px;
    margin: 6px 0 5px;
    position: relative;
    color:#1d2088;
    font-weight: bold;
    padding: 0 0 5px;
    line-height: 1.6em;
}
.news_text {
    line-height: 1.5em;
    font-size: 14px;
    margin: 10px 0 10px;
}
.voice .news_title{
    font-size: 14px;
    font-weight: 500;
}
.voice .news_text {
    margin: 15px 0 10px;
    font-weight: bold;
}
@media screen and (max-width:1024px) {
    ul.category_list li a {
        font-size: 11px;
    }
    .article p{
        font-size: 14px;
    }
    .article p.date {
        font-size: 12px;
        padding-right: 0rem;
    }
}
@media screen and (max-width:767px) {
    section.top-works {
        display: block;
        max-width: 100%;
        position: relative;
    }
    section.works {
        padding: 40px 0 40px;
        margin-top: -20px;
    }
    .works_single h2 {
        padding: 12px 25px 11px 20px;
        font-size: 18px;
    }
    ul.category_list li a {
        padding: 5px 5px 4px;
    }
    .single-wrap .before, .single-wrap .after {
        width: 50%;
    }
    .works_single img {
        width: 49%;
        height: 100%;
        margin: 0 0 5px;
    }
    .works-img-wrap a img {
        top: 0px;
        left: -1px;
    }
    .works_single .flexbox .item.row5 img {
        width: 100%;
    }
    .works-img-wrap:after {
        bottom: -1px;
        right: -3px;
    }
    .news_img figure img {
        object-fit: cover;
        width: 100%;
    }
    .works_single .post_navi img {
        margin: 0 0 0;
    }
    .post_navi .prevNext__title {
        padding: 20px 0 0 10px;
    }
    .center_left_list ul.flexbox.row2.margin li.item {
        margin-bottom: 10px;
    }
    .work-table-wrap table th{ 
        padding: 12px 10px;
    }
    .work-table-wrap table td{ 
        padding: 12px 10px 12px 1.5em;
    }
  
}
/*--------------------------------お約束-------------------------------------*/
section.promise{
    width: 100%;
    position: relative;
    display: block;
    margin: 0 auto 0;
}
section.promise img, section.promise picture{
    display: block;
}
section.promise .content-area{
    padding-top: 0;
    padding-bottom: 0;
    background: none;
}
section.promise h3{
    text-align: center;
    margin: 0px auto 20px;
    font-size: 24px;
}
section.promise .item h3{
    text-align: left;
    margin: 0px auto 10px;
    font-size: 17px;
}
.promise-h {
    position: relative;
    padding: 15px 15px 15px;
    text-align: center;
    line-height: 1.4em;
    margin: 50px auto 0px;
    font-weight: bold; 
}
.promise-h {
    width: 100%;
    padding: 12px 15px 12px;
    margin: 0px auto 15px;
    font-size: 18px;
    z-index: 0;
    background-color: #1d2088;
    color: #fff;
    border-radius: 10px 10px 0 0;
}
.promise-num {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 1.8em;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0px;
}
.promise-num {
    top: 12px;
    right: auto;
    left: 5px;
    z-index: 5;
}
.promise-num span {
    display: block;
    font-size: 60px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.4);
}
.promise .point, .reason_wrap > .item {
    margin-bottom: 30px;
    padding: 0 0 25px;
    position: relative;
}
.reason_wrap .item.row7 {
   padding: 0 10px 0px;
}
.reason-item {
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
}
.reason-item .flexbox {
    padding: 0 15px 15px;
}
.reason-num {
    background: #1d2088;
    padding: 7px 10px;
    font-size: 26px;
    line-height: 1.2em;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 0;
    border-radius: 10px;
    margin-right: 7px;
}
.reason-h-sub {
    color: #37a3d8;
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 15px;
}
.differ_wrap > .item {
    margin-bottom: 30px;
    padding: 0px 0px 25px;
    position: relative;
}
.differ_wrap .item .item.row6 {
    padding-left: 20px;
}
.differ_wrap .item .item.row4 {
    padding-right: 20px;
}
.differ-h {
    background: #1d2088;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4em;
    border-radius: 10px 10px 0 0;
    display: flex;
    padding: 15px 10px 15px 0;
    align-items: center;
}
.differ-num {
    font-size: 30px;
    padding: 0 15px 0 10px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0px;
}
@media screen and (max-width:767px) {
    h2.color_heading span {
        font-size: 18px;
    }
    h2.color_heading {
        font-size: 16px;
    } 
    .differ-h {
      font-size: 16px;
        line-height: 1.4em;
        padding: 12px 10px 12px 0;
    }
    .differ-num {
        font-size: 26px;
    }
    .reason_wrap > .item:last-child {
        margin-bottom: 0px;
    }
    .reason_wrap .item.row3,
    .reason-item .item.row3{
        width: 25%;
        max-width: 25%;
    }
   .reason_wrap .item.row7,
    .reason-item .item.row7 {
        width: 75%;
        max-width: 75%;
    }
    .reason_wrap .point-p,
    .reason-item .point-p{
         padding: 0 0px 0; 
    }
    .promise-h {
        font-size: 17px;
    }
}
@media screen and (max-width:400px) {
    .reason_wrap .item.row3,
    .reason-item .item.row3{
        width: 100%;
        max-width: 100%;
    }
   .reason_wrap .item.row7,
    .reason-item .item.row7 {
        width: 100%;
        max-width: 100%;
    }
    .reason_wrap .item.row3 img{
        display: block;
        max-height: 200px;
        margin: 0 auto 10px;;
    }
    .reason-item .item.row3 img{
        display: block;
        max-height: 200px;
        margin: 15px auto 0px;;
    }
 
}
/*--------------------------------4つのポイント-----------------------------------*/
.point-inner {
    width: 48%;
    margin: 0 1% 20px;
    padding: 3%;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    border: 1px #cccccc solid;
}
.point-h-wrap {
    display: flex;
    align-items: center;
    background: #ebf6fc;
}
.point-num {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    background-color: #37a3d8;
    color: #fff;
    text-align: center;
    width: 75px; 
    line-height: 1.2em;
    padding: 4px 0;
    z-index: 10;
    margin-bottom: 0;
}
.point-num span {
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2em;
}

.point-h {
    font-size: 18px; 
    margin: 0;
    width: 100%;
    color: #1d2088;
    display: inline-block; 
    font-weight: bold;
    padding: 0 10px;
    line-height: 1.4em;
}
.point-p {
    line-height: 1.8;
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
}
.reason_wrap.flexbox.row3 .item .point-p {
    padding: 0 15px;
}
.point-p + .point-p {
    margin-top: 10px;
}
.service_wrap .point-p {
    margin: 15px auto 0;
    line-height: 1.7;
    padding: 0 10px;
}
.differ_wrap {
    width: 95%;
    margin: auto;
}
.differ_wrap .point-p {
    margin: 0 auto 30px;
    padding: 0;       
}
section.promise .point-img img {
    margin-bottom: 0;
}
.point-h2 {
    position: relative;
    padding-left: 50px;
    line-height: 1.3em;
    font-size: 17px;
    margin: 40px 0 30px;
    color: #666;
}
.point-h2::before {
    content: attr(data-number);
    position: absolute;
    left: 0;
    top: 45%;
    color: #37a3d8;
    font-size: 30px;
    border-bottom: 1px solid #37a3d8;
    line-height: 1.6em;
    transform: translateY(-50%);
}
.point .flexbox.row2.margin .item,
.point .flexbox.row3.margin .item{
    margin-bottom: 30px;
    padding: 20px 0 25px;
    position: relative;
    background-color: rgba(252, 214, 97, 0.1)
}
.point .flexbox.row3.margin .item{
    margin-bottom: 30px;
    padding: 20px 0 25px;
    position: relative;
    background-color: rgba(252, 214, 97, 0.1)
}
.point .flexbox.row2.margin .item::before {
    top: 6px;
}
.point .flexbox.row2.margin .item::after{
    bottom: 6px;
}
@media screen and (max-width:1200px) {
    .point-h {
        font-size: 17px;
        display: block;
         text-align: left;
    }
}
@media screen and (max-width:767px) {
    .point-h {
        font-size: 16px; 
    }
    .point-num {
        display: block;
        text-align: center;
        font-size: 11px;
    }
    .differ_wrap .point-p {
        margin: 0 auto 20px;
    }
    .differ_wrap .link-wrap {
        margin: 0px 0 20px;
    }
    .point-p {
        padding: 0 10px 0;
    }
 }
/*--------------------------------プロセス-----------------------------------*/
section.process　.container {
    max-width: 1500px;
}
.process#flow .flexbox {
    display: block;
}
.process .flexbox .item{
    margin: 0 0.6% 0;
    width: 100%;
    position: relative;
    z-index: 0;
}
.process .flexbox .item::before {
/*    position: absolute;
    content: "\f105";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    top: 50%;
    color: #888;
    font-size:2em;
    right: -15px;*/
}

.process .flexbox .item:last-child::before,
.process .flexbox .item:last-child::after {
    display: none;
}
.process-h {    
    color: #37a3d8;
    font-size: 16px;
    padding: 15px 5px 10px;
    text-align: center;
    position: relative;
    margin: 0 0 10px;
    width: 100%;
}
.archive_pic .news_title::before, .sign-h::after {
    content: '';
    position: absolute;
    background-color: #d8d8d8;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0;
    margin: 0 auto;
    right: 0;
}
.toso_merit .process-h {    
    background: rgba(208, 18, 28, 0.6);
}
.sign-h{
    color: #37a3d8;
    font-size: 16px;
    padding: 15px 5px 10px;
    text-align: center;
    position: relative;
    margin: 0 0 10px;
    line-height: 1.3em;
}
.process .process-h{
    font-size: 15px;
}
.process .flexbox .item p.proce02 {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    padding: 20px 10px 0;
    color: #1d2088
}
.process .flexbox .item p {
    padding: 20px 10px;
}
.process .flexbox .item p{
    position: relative;
    padding-top: 10px;
    margin-top: 0;
    font-size: 14px;
    line-height: 1.7;
}
.process .flexbox .item img {
    padding-top: 5px;
    display: block;
}
.process.long .item_wrap{
    background-color: rgba(255, 255, 255, 0.45);
    box-shadow: 1px 1px 5px rgba(51 51 51 / 20%);
    margin: 0 auto 20px;
}
.process.long .item_wrap .flexbox .item {
    box-shadow: none;
}
.process.long .item_wrap p{
    padding: 25px 0 20px 20px;
    margin-top: 0;
    font-size: 14px;
    line-height: 1.7;   
}
.process.long .flexbox .item{
    background: none;
}
.process.long .flexbox .item img {
    padding-top: 0;
}
.process.long .flexbox .item::before, 
.process.long .flexbox .item::after{
    display: none;
}
.process.long .flexbox .item.row3 {
    margin: 0 0 0;
    padding: 10px 0;
}
@media (min-width: 1200px){
    section.process .container, section.menu .container {
        max-width: 1300px;
    }
}
@media screen and (max-width:767px) {
    .flexbox.nowrap{
        flex-wrap: wrap;
    }
    .process .flexbox .item{
        margin: 0 0 30px;
    }
    .process.long .flexbox .item.row7{
        margin: 0 0 0px;
    }
    .process .flexbox .item::before {
/*        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        left: 0;
        right: 0;
        margin: auto;
        bottom: -30px;
        top: auto;
        width: 10px;*/
    }    
    .process .flexbox .item img {
        margin: auto;
    }
    .process.long .item_wrap p {
        padding: 25px 15px 25px;
    }
    section.sub-heading .content-area .item_wrap p {
        margin-bottom: 0;
    }    
}

.process_rows .flexbox .item{
    position: relative;
    z-index: 0;
}
.process_rows .rows {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid rgba(224, 224, 224);
    border-radius: 10px;
}
.process_rows .row8{
    padding: 20px 20px 10px 10px;
}
.process_rows .rows p {
    padding: 0px 0px 10px 0;
    line-height: 1.7em;
    margin-bottom: 0;
}
.process_rows .rows::before,
.process_rows .rows::after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
.process_rows .rows::before{
  bottom: -15px;
  border-top: 15px solid rgba(224, 224, 224);
}
.process_rows .rows::after{
  bottom: -13px;
  border-top: 15px solid #fff;
}
.process_rows .process-h {
    
}
.process_rows .rows:last-child::before,
.process_rows .rows:last-child::after {
    display: none;
}
.process_rows .rows .process-h{
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0px 0 20px;
    line-height: 1.2em;
}
.process_rows .process-h span{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.08em;
    background: #37a3d8;
    color: #fff;
    display: block;
    border-radius: 5px;
    margin-bottom: 7px;
    padding: 4px 0;
}

@media screen and (max-width:767px) {
    .process_rows .rows .row7 p {
        padding-left: 0px;
    }
    .process_rows .rows .process-h {
        padding: 10px 20px 0;
    }
    .process_rows .rows p {
        padding: 15px 20px 20px;
    }
}
#banners {
    padding: 0 0 0px;
}
#banners .banner {
    transition: 0.3s all ease;
}
#banners .banner:hover {
    background: rgba(11, 32, 109, 0.8);
}
.banner-img {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.banner-img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
    transition: 0.3s all ease;
}
.banner:nth-child(1) .banner-img::before {
  background: rgba(1, 156, 150, 0.5);
}
.banner:nth-child(2) .banner-img::before {
  background: rgba(2, 124, 201, 0.5);
}
.banner:nth-child(1) .banner-img:hover::before {
  background: rgba(1, 156, 150, 0.2);
}
.banner:nth-child(2) .banner-img:hover::before {
  background: rgba(2, 124, 201, 0.2);
}
.banner-img p {
    font-size: 20px;
    padding: 40px 0px 10px;
    text-align: center;
    font-weight: bold;
    z-index: 5;
    position: relative;
    color: #fff;
}
.banner-img p span {
    font-size: 15px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;

}
#banners p.banner-text {
    font-size: 14px;
    line-height: 1.7;
    padding: 0px 30px 30px;
    text-align: center;
    color: #fff;
    font-weight: 500;    
}
@media screen and (max-width: 767px) {
    .banner-img p.sub-caption {
        padding: 45px 0px 30px;
     }
}
/*--------------------------------資格-----------------------------------*/
.certification .flexbox.row4.margin .item{
    position: relative;
    background: rgba(255,255,255,0.6);
    margin-bottom: 20px;
}
.certification .flexbox .item figure{
    width: 80%;
    margin: 15px auto 10px;
}
.certification .process-h{
    background: rgba(232, 232, 232, 0.8);
    color: #333;
    font-size: 16px;
    line-height: 1.6em;
}
.material .flexbox.row3.margin .item,
.toso_merit .flexbox.row2.margin  .item{
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 10px;
    width: 100%;
    z-index: 0;
}
.menu-big-item {
    margin-bottom: 40px;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 20px;
}
.menu-big-item h3 {
    font-size: 20px;
    color: #1d2088;
    margin-bottom: 10px;
}
.menu-big-item h4 {
    color: #37a3d8;
    margin-bottom: 10px;
}
.material .flexbox.row3.margin.signs .item {
    background: #fff;
}
.material .flexbox .item .merit-h {
    margin: 0px 0 10px;
    font-size: 16px;
}
.material .flexbox .item::before {
    width:　95%;
}

.material_item, .material .flexbox.row4 .item {
    margin-bottom: 30px;
}
.material_txt{
    
}
.material .flexbox .item.material_txt p{
    padding: 15px 20px 15px;
}  
.material .flexbox .item p,
.toso_merit .flexbox .item p{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.8;
    padding: 0 10px 15px;
}
.material .flexbox .item p .bold { 
    padding-left: 20px;
}
.material .flexbox .item p i {    
    display: inline-block;
    position: absolute;
    top: 18px; 
    left: 20px;
}
.material .flexbox .item p i.maru {
    color: #e71213;
    font-size: 16px;
    padding-right: 2px;
}
.material .flexbox .item p i.batsu {
    color: #666;
    font-size: 18px;
    padding-right: 4px;
}
.material_txt p{
    padding: 5px 15px 20px 0px;
    margin: 10px auto 0;
    font-size: 14px;
    line-height: 1.8;
}
.merit {
    background-color: #fdedf0;
    padding-top: 15px;
}
.demerit {
    background-color: #e7f7ff;
    padding-top: 15px;
}
.staff_img {
    text-align: center;
}
.staff_img img {
    width: 220px;
	height: 220px;
	object-fit:cover;
	border-radius:50%;
}
.staff_text {
    margin-top: -25px;
    border: 1px solid rgba(224, 224, 224);
    padding-bottom: 10px;
}
.staff_text .sign-h {
    color: #fff;
    background-color: #37a3d8;
    font-size: 16px;
    padding: 8px 5px;
    margin: 0 0 10px;
}
.staff_text .sign-h::after {
    display: none;
}
dl.profile {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    width: 100%;
}
dl.profile dt , dl.profile dd {
    font-size: 14px;
    padding: 3px 5px;
    line-height: 1.4;
}
dl.profile dt {
    width: 43%;    
    font-weight: bold;    
    display: flex;
    align-items: center; 
    padding: 0 5px 0 15px;
}
dl.profile dd {
    width: 57%;
    font-weight: 500;    
}
@media screen and (max-width:767px) {
    .staff_img img {
        width: 300px;
        height: 300px;
    }
    .material .flexbox .item.row7 p{
        padding: 15px 0px 15px;
    }
}

#paints img {
    max-width: 100%;
}
#paints .block p {
    font-size: 15px;
    line-height: 1.8;
}
.paint_ex img {
    text-align: center;
    margin: 30px auto;
    display: block;
}
.paint-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 30px auto 0;
}
.maker-wrap {
    width: 100%;
    margin: 20px auto 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.maker-wrap a {
    width: 32%;
    margin-bottom: 10px;
}
.chusyaku {
    position: absolute;
    bottom: -35px;
    right: 0;
    font-size: 13px;
}
.paint-inner {
    margin: 0 auto 40px;
    background: rgba(255, 255, 255, 0.8);
    padding: 0 0 15px;
    text-align: left;
    position: relative;
    border-radius: 10px;
    border: 1px solid rgba(224, 224, 224);
}

.paint-wrap .item.row8 p {
    margin-top: 15px;
}
.paint-inner .left{
    width: 35%;
    padding: 0 10px;
    text-align: center;
}
.paint-inner .flexbox{
    justify-content: center;
    align-items: center;
}
.paint-inner .left img{
    display: block;
    margin: 0 auto 5px;
    max-width: 100%;
}
.paint-inner .right{
    width: 65%;
    padding: 30px 5px 10px;
}
.paint-inner h3 {
    width: 100%;
    font-size: 19px;
    line-height: 1.4em;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    margin: 0;
    padding: 10px;
    background: #37a3d8; 
    border-radius: 10px 10px 0 0 ;
}
.paint-inner h3 span{
    font-size: 18px;
    padding-right: 0.5rem;
}
.paint-inner .right dl{
    padding: 0 20px;
}
.paint-inner .right dl dt{
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto 5px;
    padding: 0 0 2px;
    border-bottom: 1px solid #999;
}
.paint-inner .right dl dd{
    font-size: 14px;
    padding: 0 0 10px;
    line-height: 1.7;
}
.points .item {
    padding: 15px;
        border: 1px solid #E2E2E2;
}
.points .item p {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 10px;
    margin-bottom: 0px;
}
@media screen and (max-width:767px) {
    #paints .block p {
        font-size: 14px;
        line-height: 1.9;
    }
    .paint-wrap {
        margin: 0px auto 0;
    }
    .paint-inner {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto 30px;
    }
    .paint-wrap .item.row2 {
        margin-top: 30px;
    }
    .paint-wrap .item.row8 p {
        margin-top: 15px;
    }
    .item.row2, .item.row8{
        width: 100%;
        max-width: 100%;
    }
    .paint-inner .left {
        width: 100%;
        margin: 0 auto 10px;
    }
    
    .paint-inner .left img {
        max-width: 70%;
    }
    .paint-inner .right {
        width: 100%;
        padding: 0px 5px 10px;
    }

    .paint-inner h3 {
        margin: 0 auto 20px;
        font-size: 17px;
    }
    .paint-inner .right h3 span {
        font-size: 13px;
    }
    .paint-inner .right dl {
        padding: 0 10px;
    }
    .contact_list {

    }
    .contact_list li {
        display: inline-block;
    }
    .contact_list li i{
        font-size: 36px;
    }
    .contact_list li.phone i {
        color: #ff8338;
    }
    .contact_list li.mail i {
        color: #00a753;
    }
    .contact_list li.line i {
        color: #07b901;
    }    
}

@media screen and (max-width:400px) {
    .contact_list {
        right: 45px;
    }
    .contact_list li {
        padding: 0 4px;
    }
    .contact_list li i {
        font-size: 32px;
    }
}
@media screen and (max-width:320px) {
    .paint-wrap .right p {
        font-size: 14px;
    }
    .paint-inner .right h3 {
        font-size: 16px;
    }
    .paint-inner .right h3 span {
        font-size: 12px;
    }
    .paint-inner .right dl dd {
        font-size: 13px;
    }
}
/*--------------------------------保証-----------------------------------*/
section.guarantee{
    position: relative;
    display: block;
}
section.guarantee .content-area{
    background: none;
}
.guarantee-txt {
    
}
.guarantee-txt:nth-child(2n) .flexbox {
    flex-direction: row-reverse;
}
.guarantee-txt .img {
    max-width: 100%;
}
table.center {
    width: 90%;
    margin: 20px auto 30px;
    border-collapse: collapse;
}
table.center th, table.center td{
    text-align: center;
    padding: 5px;
    border: 1px solid #e2e2e2;
}
table.center th {
    background-color: rgba(2, 124, 201, 0.1);
}
.guarantee .flexbox .item p {
    line-height: 1.7;
    margin-top: 10px;
}
.guarantee ul {
    list-style-type: none;
    line-height: 1.9;
    margin-bottom: 10px;
}
.guarantee ul.strong li {
    font-weight: bold;
}
.guarantee .process .container {
    width: 100%;
}
.guarantee .process .flexbox .item:nth-child(5)::after{
    display: none;
}
.flexbox.row5 img {
    width: 19%;
    margin: 0 0.5% 10px;
}

@media screen and (max-width:1024px) {
    .guarantee-wrap {
        padding: 0;
    }
    .guarantee-txt .text{
        font-size: 14px;
    }
    .guarantee-txt .img {

    }
}
@media screen and (max-width:767px) {
    .guarantee-txt {
        display: block;
    }
    .guarantee-txt .img {
        width: 50%;
        display: block;
        margin: 0 auto 20px;
    }
    table.center {
        width: 100%;
    }
    .guarantee-txt .text {
        width: 100%;
        padding: 0;
    }
    .guarantee .menu-inner {
        display: block;
        width: 48%;
        max-width: auto;
        max-width: initial;
        margin: 0 auto 20px;
    }
    .guarantee .menu-inner:nth-child(6) h3 {
        font-size: 15px;
        letter-spacing: 0.5px;
    }
    .insurance-wrap h4 {
        margin: 30px auto 10px;
    }
    .case .flexbox .flexbox.row2.margin .item {
        flex-basis: 49%;
        max-width: 49%;
        margin: 0 0 0px;
    }
    .case .flexbox.flex-start {
        justify-content: space-between;
    }
    .flexbox.row5 img {
        width: 49%;
        margin: 0 0 10px;
    }
}
@media screen and (max-width:400px) {
    .guarantee .menu-inner:nth-child(even) h3 {
        font-size: 15px;
        letter-spacing: 0.3px;
    }
    .guarantee .menu-inner:nth-child(6) h3 {
        font-size: 13px;
        letter-spacing: 0px;
        padding: 5px 0px 0px;
    }    
}
@media screen and (max-width:320px) {
    .guarantee-txt p {
        width: 100%;
        font-size: 14px;
    }
}
/*--------------------------------プロフィール-----------------------------------*/
.profile .qa-wrap dl dt {
    padding: 0px 0 5px 50px;
    position: relative;
    width: 100%;
    color: #1d2088;
    position: relative;
}
.profile .qa-wrap dl dt::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 40px;
    top: 0.65em;
    left: 0;
    background-color: #1d2088;
}
.profile .flexbox{
    margin: 30px auto;
}
.profile .qa-wrap dl dd {
    padding: 10px 0;
    margin: 0 0 0px;
    line-height: 1.7em;
}
.kougei .flexbox.row4.margin .item {
    margin: 0 0.5% 20px;
}
.certification .flexbox .item figure {
    width: 80%;
    margin: 15px auto 10px;
}
.contact-wrap {
    max-width: 840px;
    margin: auto;
}
.contact-wrap .item {
    display: flex;
    align-items: center;
}
.contact-wrap .tel-wrap p, 
.contact-wrap .tel-wrap p a{
    margin-top: 0;
    color: #fff;
    display: block;
}
.contact-wrap .tel-wrap span {
    font-size: 2em;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.contact-wrap .tel-wrap p a:hover{
    color: #333;
}
.contact-wrap .tel-wrap i {
    position: relative;
    top: -5px;
    margin-right: 5px;
}
.contact-wrap .mail-wrap {    
    text-align: center;
    font-weight: bold;
    background: #d0121c;
    justify-content: center;
    transition: all 0.3s ease;
    }
.contact-wrap .mail-wrap a{
    height: 100%;
    width: 100%;
    padding: 20px 40px;
}
.contact-wrap .mail-wrap p {
    display: block;
    color: #fff;
    margin-bottom: 0;
    transition: all 0.3s ease;
    font-size: 18px;
    line-height: 1.4em;
}
.contact-wrap .mail-wrap a:hover {
    background: #fff;
}
.contact-wrap .mail-wrap a:hover p {
    color: #ec747a;
}
.contact-wrap .tel-wrap {
    display: block;
    color: #fff;
    background: #1d2088;
    transition: all 0.3s ease;
}
.contact-wrap .tel-wrap:hover {
    background: #fff;
}
.contact-wrap .tel-wrap:hover p {
    color: #1d2088;
}
.contact-wrap .tel-wrap a {
    padding: 18px 20px;
    display: block;
}
.contact-bnr {
    width: 95%;
    margin: auto;
    border-radius: 10px;
    border: 2px solid #1d2088;
    background: #fff;
}
.contact-bnr picture img {
    display: block;
    text-align: center;
    margin: auto;
}
.contact-bnr.img-bnr {
    border: 0px solid #1d2088;
    background: transparent;
}
.contact-bnr p {
    line-height: 1.4em;
}
.contact-header {
    background: #1d2088;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 5px;
    border-radius: 10px 10px 0 0;
    text-align: center;
}
.contact-header span {
    background: #e71213;
    display: inline-block;
    margin-left: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 5px 10px;
}
.contact-bnr p .tel{
    font-size: 26px;
    color: #e71213;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.3em;
}
.contact-bnr .tel-wrap i {
    color: #e71213;
}
.contact-bnr .tel-wrap p {
    margin-bottom: 0;
}
.contact-bnr .mail-wrap {
    border: 3px solid #37a3d8;
    background: #fff;
    display: block;
    text-align: center;
    margin: 0 auto 25px;    
    font-weight: bold;
    justify-content: center;
    transition: all 0.3s ease;
}
.contact-bnr .mail-wrap a,
.contact-bnr .contact-tel-wrap a{
    padding: 15px 20px;
    display: block
}
.contact-bnr .mail-wrap p {
    font-size: 15px;
    line-height: 1.4em;
    display: inline-block;
    color: #37a3d8;
    margin-bottom: 0;
}
.contact-bnr .mail-wrap:hover {
    background: #e71213;
}
.contact-bnr .mail-wrap:hover p {
   color: #fff;
}
.contact-bnr .contact-tel-wrap.line {
    width: 100%;
    padding: 0;
}
.contact-bnr .contact-tel-wrap a span {
    font-size: 15px;
}
.contact-bnr .contact-tel-wrap a i {
    display: inline;
    font-size: 17px;
    padding-right: 5px;
}
@media screen and (max-width:767px) {
    .profile .item.row3, .profile .item.row5 {
        margin-bottom: 10px;
    }
    .kougei .flexbox.row4.margin .item,
    .kougei .flexbox.row3.margin .item{
        flex-basis: 49%;
        max-width: 49%;
        position: relative;
        margin: 0 0 15px;
    }
    .profile .qa-wrap dl dd {
        font-size: 14px;
    }
    .certification .flexbox .item figure {
        width: 100%;
        margin: 15px auto 0;
    }
    .contact-wrap {
        width: 100%;
        margin: auto;
    }
    .flexbox.row2 .item.mail-wrap {
        margin: 0 0 20px;
    }
    .contact-wrap .mail-wrap {
        min-height: 80px;
    }
    .contact-wrap .tel-wrap {
        padding: 10px 10px;
        margin: 8px 0 15px;
    }
    .contact-wrap .tel-wrap p {
        text-align: center;
    } 
    .contact-wrap .tel-wrap a {
        padding: 13px 0;
    }
    .contact-wrap .mail-wrap a{
         padding: 20px 20px;
    }
    .contact-bnr {
        width: 100%;
        text-align: center;
    }
    .contact-bnr p {
        margin-bottom: 10px;
    }
    .contact-bnr .contact-header {
        margin-bottom: 20px;
        font-size: 17px;
        padding: 10px 10px;
    }
    .contact-bnr .mail-wrap {
        margin: 0 auto 0px;
    }
    .contact-bnr .flexbox.row3 .item.tel {
        margin: 0 0 15px;
    }
}
/*--------------------------------カラー-----------------------------------*/
section.color{
    position: relative;
    display: block;
}
section.color .content-area{
    background: none;
}
.color-wrap{
    padding: 0;
}
.color-txt {
    display: block;
}
.color-txt img {
    display: block;
    max-width: 100%;
    margin: 0 auto 20px;
}
.color-txt p {
    padding: 0 2%;
    margin: 0 auto 20px;
}
@media screen and (max-width:1024px) {
    .color-wrap {
        padding: 0;
        margin: 0 calc(100vw*0/16) 0;
    }
}
@media screen and (max-width:767px) {
    section.color {
        position: relative;
        display: block;
    }
    .color-wrap {
        padding: 0;
        margin: 0;
    }
    .color-txt p {
        padding: 0;
        margin: 0 auto 20px;
        text-align: left;
    }
}
@media screen and (max-width:320px) {
    .color-txt p {
        font-size: 14px;
    }
}
.cs-step-wrap{
    margin: 50px auto 0;
    width: 100%;
}
.cs-step-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 1% 40px;
    background-color: rgba(255, 255, 255, 0.45);
    box-shadow: 1px 1px 5px rgba(51 51 51 / 20%);
    border-radius: 10px;
}
.cs-step-inner::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -40px;
    margin: auto;
    box-sizing: border-box;
    transform: rotate(90deg);
    width: 20px;
    height: 15px;
    border: 15px solid transparent;
    border-left: 15px solid #1d2088;
}
.cs-step-inner:nth-child(3):before {
    display: none;
}
.cs-step-inner .left{
    position: relative;
    width: 100%;
    background-color: #1d2088;
    border-radius: 10px 10px 0 0 ;
}

section.sub-heading .content-area .cs-step-inner .left p{
    color: #fff;
    font-size: 17px;
    margin: 0 auto;
    line-height: 1.4em;
    text-align: center;
    font-weight: bold;
    padding: 15px 0;    
}
.cs-step-inner .left p span.step{
    display: block;
    position: absolute;
    left: 0;
    background: #f28e0b;
    height: 100%;
    width: 120px;
    top: 0;
    border-radius: 10px 0 0 0 ;
}
.cs-step-inner .left p span.step span {
    position: absolute;
    top: 50%;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: bold;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.cs-step-inner .middle{
    width: 30%;
}
.cs-step-inner .middle img{
    max-width: 100%;
    padding: 40px 60px 30px;
}
.cs-step-inner .right{
    width: 70%;
    padding: 20px 15px 15px;
    margin: 10px auto 15px;
}
.cs-step-inner .right p{
    margin: 0;
}
.cs-step-inner .right a{
    color: #523016;
}
.cs-step-inner .right a:hover{
    transition: 0.3s;
    opacity: 0.7;
}
@media screen and (max-width: 1024px) {
    .cs-step-inner .right p{
      font-size: 13px;
    }
    .cs-step-inner .left p span {
      font-size: 2em;
    }
    .cs-step-inner .middle img {
      padding: 10px;
    }

    .cs-step-inner .right a {
      font-size: 14px;
    }
    .cs-step-inner .left p span.step{
        width: 90px;
    }
    .cs-step-inner .left p span.step span {
        font-size: 16px;
    }
    section.sub-heading .content-area .cs-step-inner .left p {
        font-size: 18px;
        padding: 15px 10px 15px 100px;
        text-align: left;
    }
  }
@media screen and (max-width: 767px) {
    .cs-step-inner::before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        left: 0;
        right: 0;
        margin: auto;
        bottom: -30px;
        top: auto;
        width: 10px;
    }
    .cs-step-wrap {
        margin: 40px auto 0;
        width: 100%;
        display: block;
    }
    .cs-step-inner {    
        margin: 0 1% 30px;
    }
    .cs-step-inner .left {
     }
    .cs-step-inner .left p {
         text-align: center;
         font-size: 18px;
    }
    .cs-step-inner .left p span {
        font-size: 1.6em;
        line-height: 1em;
    }
    .cs-step-inner .middle {
        width: 55%;
        margin: 60px auto 0;
    }
    .cs-step-inner .right {
        width: 100%;
        padding: 0 15px 15px;
        margin-top: 0;
    }
    .cs-step-inner .right a {
      font-size: 14px;
      padding-top: 10px;
      display: block;
    }
    .cs-step-inner .left p span.step{
        width: 75px;
    }
    .cs-step-inner .left p span.step span {
        font-size: 15px;
    }
    section.sub-heading .content-area .cs-step-inner .left p {
        font-size: 15px;
        padding: 15px 10px 15px 85px;
    }
  }
/*--------------------------------インスタ-----------------------------------*/
section.insta{
    width: 100%;
    position: relative;
    display: block;
    margin: 0 auto calc(100vw*1.2/16);
}
section.insta .content-area{
    background: none;
}

@media screen and (max-width:767px) {
    section.insta {
        width: calc(100vw*14/16);
        position: relative;
        display: block;
        margin: 0 auto calc(100vw*2/16);
    }
}
/*--------------------------------豆知識-----------------------------------*/
ul.know-list {
    margin: 0px auto 60px;
    width: 100%;
}
.flexbox.row4.margin.know-list .item.news {
    border: 1px solid #d8d8d8;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

ul.know-list a {
    display: block;
}
ul.know-list a:first-child {
    
}
ul.know-list a li {
    color: #333;
    font-size: 15px;
    padding: 15px;
    list-style: none;
    display:flex; 
    align-items: center;
}

ul.know-list a li .img {
    font-size: 0;
}
ul.know-list a li img {
    width: 100px;
    margin-right: 10px;
    height: 100%;
}
.posting-wrap {
    width:100%;
    display: flex;
    margin-top: 60px;
}
.posting-wrap .right{
    width: 70%;
}
.posting-wrap .left{
    width: 20%;
    margin-left: 10%;
}
.posting-wrap h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: center;
}
.kc-wrap h3 {
    font-size: 18px;
    margin: 30px auto 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #f57d05;
}
.posting-wrap p {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 20px;
}
.kc-wrap img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.posting-sidebar h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 23px;
    text-align: center;
    margin-top: 60px;
}
.posting-sidebar ul a li {
    list-style-type: none;
    color: #333;
    padding: 12px 5px;
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
}

@media screen and (max-width:767px) {
    .posting-wrap .right{
        width: 100%;
    }
    .posting-wrap .left{
        width: 100%;
        margin-left: 0%;
    }
    .posting-wrap {
        flex-wrap: wrap;
    }
    ul.know-list {
        width: 100%;
    }
}
/*--------------------------------メールフォーム-----------------------------------*/
section.sub-heading form {
    margin: 5% auto 0;
}
.form-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px dotted #ccc;
}
p.form-label {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    width: 25%;
    margin: 0!important;
}
.questionnaire p.form-label {
    width: 30%;
    padding-right: 20px;    
}
.questionnaire .item-wrap {
    width: 64%;
}
.questionnaire textarea.form-control {
    height: 250px;
}
p.form-label span {
    font-size: 12px;
    padding: 1px 8px;
    margin-left: 15px;
    font-weight: 300;
    color: #fff;
    background: #ff3e3e;
    display: inline-block
}
.form-control {
    display: inline-block;
    width: 70%;
    height: 50px;
    padding: 5px 12px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgba(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-group p.input-label {
    margin-bottom: 0px;
    padding-right: 1.5em;
}
.form-group .radio p.input-label {
    display: inline-block;
}
.form-control {
    display: inline-block;
    width: 70%;
    height: 35px;
    padding: 7px 12px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    -webkit-box-shadow: inset 0 1px 1px rgba(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgba(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.item-wrap {
    width: 74%;
}
.item-wrap p.input-label{
    text-align: left!important;
    margin: 7px auto!important;
}
textarea.form-control {
    height: 150px;
}
input[type=submit] {
    margin-top: 30px;
    -webkit-appearance: button;
    cursor: pointer;
    padding: 28px 105px;
    border-radius: 0px;
    background: #1d2088;
    color: #fff;
    border: 2px solid #1d2088;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
input[type=submit]:hover{
    opacity: 0.7;
}
input[type=checkbox]{
    display: inline-block;
    vertical-align: middle;
}
form #textid.active {
    background-color:#FFF8E1;
    color: #000;
    box-shadow:0px 0px 5px rgba(84,189,245,1);
    caret-color: auto;
}
form #textid {
    height: 28px;
    padding: 6px 12px;
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 50%;
    caret-color: transparent;
}
.border_box {
    padding: 10px 20px;
    border: 1px solid #1d2088;
}
.contact-tel-wrap{
    width: 41%;
    background: #fff;
    display: block;
    margin: 0 auto 30px;
    padding: 15px 20px;
    text-align: center;
    border: 3px solid #1d2088;
}
.contact-tel-wrap a {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3em;
    color: #1d2088;
    letter-spacing: 0px;
    padding: 0px 0;
    transition: 0.5s;
    display: block;
}
.contact-tel-wrap.line{
    border: 3px solid #00ca42;
}
.contact-tel-wrap.line a {
    color: #00ca42;
}
.contact-tel-wrap a span {
    font-size: 1.2rem;
    line-height: 1.4em;
}
.contact-tel-wrap p {
    font-size: 0.9rem!important;
    margin: 0!important;
    font-weight: bold;
    padding: 0 5px;
    transition: 0.5s;
}
.contact-tel-wrap:hover {
    background: #1d2088;
}
.contact-tel-wrap.line:hover {
    background: #00ca42;
}
.contact-tel-wrap:hover a,.contact-tel-wrap:hover p{
    color: #fff;
}
.contact-line-wrap{
    width: 100%;
    display: block;
    margin: 0 auto 30px;
    text-align: center;
}
.contact-line-wrap img{
    max-width: 100%;
    transition: 0.5s;
}
.contact-line-wrap img:hover{
    opacity: 0.7;
}
ol.privacy {
    padding-left: 20px;
}
ol.privacy > li {
    margin-bottom: 10px;
}
@media screen and (max-width:1024px) {
    section.sub-heading form {
        margin: 10% auto 7%;
    }
    p.form-label {
        width: 30%;
        margin: 0!important;
        font-size: 14px!important;
    }
    .form-control {
        display: inline-block;
        width: 65%;
        height: 30px;
    }
    p.form-label span {
        margin-left: 7px;
    }
    .item-wrap {
        width: 69%;
    }
    .item-wrap p.input-label {
        margin: 5px auto!important;
    }
    .contact-tel-wrap {
        width: 60%;
    }
}
@media screen and (max-width:767px) {
    section.sub-heading form {
        margin: 50px auto 20px;
    }
    p.form-label, .questionnaire p.form-label {
        width: 100%;
        margin: 0 0 10px!important;
        font-size: 15px!important;
    }
    .questionnaire .item-wrap {
        width: 100%;
    }
    .form-control {
        display: inline-block;
        width: 100%;
        height: 30px;
        padding: 9px 10px 8px;
    }
    p.form-label span {
        margin-left: 10px;
    }
    .item-wrap {
        width: 100%;
    } 
    form #textid {
        width: 100%;
    }
    .item-wrap p.input-label {
        margin: 7px auto!important;
        display: block;
    }
    input[type=submit] {
        margin: 10px auto;
        text-align: center;
        max-width: 100%;
        padding: 25px 75px;
    }
    p#form_submit {
        text-align: center!important;
    }
    .contact-tel-wrap {
        width: 90%;
        max-width: 100%;
        padding: 10px;
    }
    .contact-tel-wrap a {
        font-size: 1.2rem;
    }
    .contact-tel-wrap a span {
        font-size: 16px;
    }
    .contact-tel-wrap p {
        margin: 0!important;
        text-align: center!important;
    }
    .contact-line-wrap {
        margin: 0 auto 25px;
    }
}
/*--------------------------------会社概要-----------------------------------*/
.datawrap {
    display: block;
    position: relative;
    margin: 0 auto 20px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    background: rgba(255,255,255,0.8);
}
.datawrap dl{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #d3d3d3;
}
.datawrap dl.title {
    background: rgba(2, 124, 201, 0.5);
}
.datawrap dl.title dt,
.datawrap dl.title dd{
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 5px 15px;
}
.datawrap dl dt{
    width: 25%;
    padding: 14px 15px;
    font-weight: bold;
    color: #1d2088;
}
.datawrap dl dd{
    width: 65%;
    padding: 14px 15px;
}

.datawrap.row3 dl dt{
    width: 20%;
    font-weight: bold;    
}
.datawrap.row3 dl dd:nth-child(2){
    width: 65%;
}
.datawrap.row3 dl dd:nth-child(3){
    width: 15%;
    font-weight: bold;
    position: relative;
}
.datawrap dl:last-child{
    border: none;
}
.datawrap.row4 dl dt{
    width: 20%;
    font-weight: bold;    
}
.datawrap.row4 dl dd:nth-child(2){
    width: 52%;
    font-size: 14px;
    line-height: 1.6em;
}
.datawrap.row4 dl dd:nth-child(3){
    width: 10%;
    font-weight: bold;
}
.datawrap.row4 dl dd:nth-child(4){
    width: 18%;
    font-weight: bold;
    text-align: right;
}
.datawrap.row4 dl dd.price{    
    color: #f02c3a;    
}
@media screen and (max-width:1024px) {
    .datawrap dl {
        width: 100%;
    }
    .datawrap dl dt {
        width: 20%;
    }
    .datawrap dl dd {
        font-size: 14px;
    }
    .datawrap {
        display: block;
        position: relative;
        margin: 50px 0 70px;
    }
}
@media screen and (max-width:767px) {
    .datawrap {
        display: block;
        position: relative;
        margin: 40px 0 40px;
    }
    .datawrap dl dt, .datawrap.row3 dl dt {
        width: 100%;
        padding: 10px 10px 6px 10px;
        border-bottom: 1px dotted #ccc;
    }
    .datawrap dl.title {
        display: none;        
    }
    .datawrap dl dd,
    .datawrap.row3 dl dd:nth-child(2),
    .datawrap.row3 dl dd:nth-child(3),
    .datawrap.row4 dl dd:nth-child(2),
    .datawrap.row4 dl dt,
    .datawrap.row4 dl dd:nth-child(3),
    .datawrap.row4 dl dd:nth-child(4){
        width: 100%;
        padding: 6px 10px 10px 10px;
    }
    .datawrap.row4 dl dt {
        padding: 10px 10px 6px 10px;
    }
    .datawrap.row3 dl dd:nth-child(3){
        padding: 0px 10px 10px 90px;
    }
    .datawrap.row4 dl dd:nth-child(3){
        padding: 0px 10px 0px 90px;
    }
    .datawrap.row3 dl dd:nth-child(3):before,
    .datawrap.row4 dl dd:nth-child(3):before{
        content: "耐久年数：";
        position: absolute;
        left: 10px;
        display: block;
      }
    .datawrap.row4 dl dd.price {
        padding: 0px 10px 10px 10px;
    }
}
/*--------------------------------よくある質問-------------------------------------*/
.qa-wrap{
    display: block;
    position: relative;
    margin: 50px auto 30px;
}
.qa-wrap dl dt {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0 15px 60px;
    border-bottom: 1px rgba(2, 124, 201, 0.6) solid;
    position: relative;
    cursor: pointer;
}

.qa-wrap dl dt span{
    position: absolute;
    left: 5px;
    top: 50%;
    color: #1d2088;
    font-family: "Montserrat", serif;
    font-size: 26px;
    line-height: 1.4em;
    transform: translateY(-50%);    
    padding: 0 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
}
.qa-wrap dl dt span::before{
    position: absolute;
    content: "Q.";
    top: 0;
    left: 0;
    right: 0;
}
.qa-wrap dl#acMenu dd{
    padding: 0px;
    margin: 0px;
    visibility: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    line-height: 1.9;
}
.qa-wrap dl#acMenu dd.active{
    padding: 10px 10px 10px 50px;
    margin: 0 0 10px;
    visibility: visible;
    height: auto;
    opacity: 1;    
}
.qa-wrap dl#acMenu dd.active span{
    font-size: 22px;
    font-weight: bold;    
    position: absolute;
    left: 5px;
    top: 50%;
    color: #19448e;
    font-family: "Montserrat", serif;
    font-size: 26px;
    line-height: 1.4em;
    transform: translateY(-50%);    
    padding: 0 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
}
.qa-wrap dl#acMenu dd .link-wrap {
    text-align: left;
}
.qa-wrap dl#acMenu dd .link-wrap p a {
    padding: 15px 50px 14px 25px;
}
.qa-wrap dl#acMenu dd span::before{
    position: absolute;
    content: "A.";
    top: 0;
    left: 0;
    right: 0;
}
@media screen and (max-width:1024px) {
    .qa-wrap {
        width: 100%;
        margin: 20px auto 30px;
    }
}
@media screen and (max-width:767px) {
    .qa-wrap dl dt {
        font-size: 15px;
        line-height: 1.4;
    }
    .qa-wrap dl dd {
        padding: 10px 5px;
    }
}
@media screen and (max-width:767px) {
    .qa-wrap dl dt span{  
        font-size: 20px;           
        padding: 0 5px;
        width: 30px;
        height: 30px;
    }
    .qa-wrap dl#acMenu dd.active span {
        font-size: 20px;
        width: 30px;
        height: 30px;
    }
    .qa-wrap dl dt {
        padding: 15px 0 15px 50px;
    }
    .qa-wrap dl#acMenu dd {
        line-height: 1.7;
        font-size: 14px;
    }
    .qa-wrap dl#acMenu dd.active {
        padding: 10px 10px 10px 53px;
    }
}
/*--------------------------------料金一覧-------------------------------------*/
section.price{

}
section.price h2 {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 20px;
}
section.price p {
    font-size: 14px;
    margin: 15px auto 50px;
    line-height: 1.7;
}
.price-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 50px auto 40px;
    background: rgb(255 255 255 / 40%);
    padding: 0;
    border: 1px solid #E2E2E2;
    border-radius: 10px;    
}
.price-head h3 {
    display: block;
    width: 100%;
    background: #37a3d8;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 1.4; 
    padding: 14px 0 15px;
    position: relative;
    border-radius: 10px 10px 0 0;
}
.price-head .no1 {
    position: absolute;
    left: -10px;
    top: -15px;
    font-size: 14px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f28e0b;
    color: #fff;
    padding: 20px 10px;
}
.price-head .left {
  width: 40%;
}
.price-content img {
  max-width: 100%;
  display: block;
  margin: 0 auto 20px;
}
.price-head .left img {
  margin: 0;
}
.price-head .right {
  width: 60%;
  padding: 0 20px;
}
.price-head .right .use {
  margin-bottom: 10px;
}
.price-head .right .use h3, .price-head .right .method h3 {
  color: #f28e0b;
  background: transparent;
  text-align: left;
  font-size: 18px;
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 1px #ccc solid;
}
.price-head .right .use p {
  margin: 0;
}
p.caution {
  font-size: 0.9em;
  line-height: 1.5;
  padding: 5px 0;
}
.price-head .right .method p {
  margin: 0 0 5px;
  display: inline-block;
  background: #545454;
  color: #fff;
  padding: 5px 8px 2px;
    font-size: 14px;
}
.price-head .right .method p.caution {
  display: block;
  background: transparent;
  font-size: 0.9em;
  line-height: 1.5;
  padding: 5px 0;
  color: #333;
  margin: 0;
}
.price-head .bottom {
  width: 100%;
  display: flex;
  padding: 10px 20px 20px;
}
.price-head .bottom .left {
  width: 50%;
}
.price-head .bottom .left p {
  font-size: 0.9em;
  line-height: 1.5;
  padding: 5px 0;
  margin: 0;
}
.price-head .bottom .right {
  width: 50%;
  padding: 0;
}
.price-head .bottom .right p {
  font-size: 36px;
  font-weight: bold;
  color: #e81111;
  margin: 0;
  text-align: right;
  line-height: 1.4;
}
.price-head .bottom .right p .tax{
  font-size: 20px;
}
.price-content p {
  margin-bottom: 20px;
}
.price-dl {
  margin-bottom: 40px;
}

.price-dl dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px 0 15px;
  padding-bottom: 10px;
  border-bottom: 1px #ccc solid;
}
.price-dl dt {
  display: inline-block;
  width: 22%;
  color: #1c9c52;
  height: 100%;
  font-size: 16px;
}
.price-dl dd {
  display: inline-block;
  width: 58%;
  padding: 15px 10px 15px;
  height: 100%;
}
.price-dl dd.price {
  display: inline-block;
  width: 19%;
  font-size: 16px;
  font-weight: 600;
  color: #e81415;
  text-align: right;
}
table.p-table {
    width: 100%;
}
table.p-table td {
    padding: 12px 10px 12px;
    width: 33%;
    line-height: 1;
    border:1px solid #e2e2e2;
}
table.p-table th {    
    text-align: left;
    background: #ebf6fc;
    font-weight:600;
}
table.p-table td:nth-child(2) {   
    text-align:left;
}
table.p-table td.price {    
    text-align: right;
    color: #e81415;
    font-weight: bold;
}
.mitumori.flexbox.row3 .item {
    padding: 10px 20px;  
    border-radius: 50%;
    padding: 20px;
    height: 100%;
    max-width: 240px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 1% 0;
}

.mitumori .item .icons {
    width: 80%;
    margin: auto;
    display: block;
}
.mitumori .price_category {
    font: clamp(14px, 1.4vw, 28px);
    color: #666;
    padding: 20px 0.8vw 5px; 
    text-align: center;
    line-height: 1.6em;
    letter-spacing: -0.03em;
}
.price_category li p {
    margin-bottom: 10px;
}
.mitumori i.icon {
    font-size: 8vw;
    color: #1d2088;
    display: block;
    text-align: center;
}
.mitumori .item:nth-child(1) i.icon {
    color: #f9b307;
}
.mitumori .item:nth-child(2) i.icon {
    color: #0fa318;
}
.mitumori .item:nth-child(3) i.icon {
    color: #37a3d8;
}
p.caution {
    font-size: 0.9em;
    line-height: 1.5;
    padding: 5px 0;
    margin-top: 5px;  
}
section.price-ex img{
    display: block;
    max-width: 100%;
    margin: 0 auto 25px;
}

.flexbox.price-wrap .item {
    display: flex;
    flex-direction: column;
}
.price-heading {
    width: 100%;
    background: #1d2088;
    padding: 8px 5px 10px;
    border-radius: 10px 10px 0 0;
}
.price-heading h3{
    color: #fff;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: center;
}
.price-heading h3 span{
    font-size: 0.7em;
    line-height: 1.1em;
}
.price_inner.flexbox {
    align-items: flex-end;
    flex-grow: 1;
}
.price_inner .left {
    width: 58%;
    height: 100%;
}
.price_inner .right {
    width: 42%;
    display: block;
}
.price_inner .left.small {
    width: 50%;
}
.price_inner .right.small {
    width: 50%;
}
.price_inner .left figure {
    height: 100%;
}
.price_inner .left img {
    height: 100%;
    object-fit: cover;
}
.price-box {
    border: 1px solid #d8d8d8;
    margin-bottom: 30px;
    border-radius: 10px;
}
.price-box .ex {
    margin: -5px 5px 5px;
    text-align: center;
    line-height: 1.6em;
    font-size: 13px;
    letter-spacing: -0.06em;
}
.price-box .price{
    font-size: 20px;
    font-weight: bold;
    color: #e71213;
    margin: 0;
    text-align: right;
    line-height: 1.0;
    flex-grow: 2;
    padding: 10px 10px 5px 5px;
}
.price-box .price_box{
    flex-grow: 1;
    background: #fff;
    border: 1px solid #1590c4;
    padding: 12px;
    margin-right: 10px;
    margin-bottom: 0;
    color: #1590c4;
    text-align: center;
    width: 18%;
    line-height: 1.4em;
    position: relative;
    font-weight: bold;
    padding: 10px;
}
.price-box .price_box.year .num{
    font-size: 1.2em;
}
.price-box .price_box > span{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 95%;
    margin: auto;
}
.price-box .price span.num_big{
    font-size: 3.0em;
    font-family: 'Montserrat', sans-serif;
 }
.price-box .price span.num_small{
    font-size: 2.4em;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.025em;
 }

p.prc-caution{
    font-size: 13px;
    line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 980px){
    .price-box .price span.num_small {
        font-size: 2.0em;
    }
}
@media screen and (max-width:767px) {
    section.price {
        display: block;
        position: relative;
    } 
    section.price p {
        font-size: 13px;
        margin: 15px auto 50px;
        line-height: 1.7;
    }
    .flexbox.price-wrap.row3.margin .item {
        flex-basis: 48%;
        max-width: 48%;
    }
    .flexbox.price-wrap.row3.margin .item:last-child {
        margin-bottom: 30px;
    }
    section.price p {
        font-size: 13px;
        margin: 15px auto 50px;
        line-height: 1.7;
    }
    .price-box .price {
        text-align: center;
    }
    .price_inner .left {
        width: 50%; 
    }
    .price_inner .right {
        width: 50%;
    }
    .price_inner .left.small {
        width: 50%;
    }
    .price_inner .right.small {
        width: 50%;
    }
    .price-box .price_box {
        margin: 0 5px 10px;
        padding: 30px 10px;
    }
    .price-box .price span.num_big {
        font-size: 2.4em;
    }
    .price-box .price span.num_small {
        font-size: 1.8em;
    }
    .price-heading h3{
        font-size: 1.1em;
    }
    .flexbox.row3.margin::after{
        display: none;
    }
    .mitumori.flexbox.row3.margin .item{
        margin: 0 auto 20px;
    }
    .mitumori .item .icons {
        width: 50%;
        margin: -10px auto 0;
    }
    .mitumori .price_category {
        padding: 25px 20px 15px;
        line-height: 1.4em;
        font-size: 14px;
    }
    .mitumori .price_category br {
        display: none;
    }
    .mitumori i.icon {
        font-size: 12vw;
    }
    .price-wrap dl {
        width: 100%;
    }
    .price-wrap dl dt {
        width: 100%;
        padding: 15px 5px 5px 0px;
        font-weight: bold;
        font-size: 16px;
    }
    .price-wrap dl dd {
        width: 100%;
        padding: 5px 5px 10px;
        font-size: 14px;
        line-height: 1.8;
        border-bottom: 1px #333333 dotted;
    }
    .price-wrap dl dd.prc {
        width: 100%;
        padding: 10px 5px 10px 5px;
        font-size: 15px;
        text-align: right;
    }
    .price-head {
      align-items: center;
      padding: 0;
    }
    .price-head h3 {
      font-size: 18px;
      padding: 13px 10px 10px 20px;
    }
    .price-head .no1 {
         top: 50px;
    }
    .price-head .left {
      width: 100%;
    }
    .price-head .right {
      width: 100%;
      padding: 20px 15px;
    }
    .price-head .right .use p {
      margin: 0 0 10px;
      line-height: 1.5;
      padding: 0!important;
    }
    .price-head .right .use {
      margin-bottom: 20px;
    }
    .price-head .right .method p {
      margin: 0 0 5px;
      display: inline-block;
      background: #545454;
      color: #fff;
      font-size: 13px;
      padding: 5px 5px 3px!important;
    }
    .price-head .bottom {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column-reverse;
      padding: 0px 15px 10px;
    }
    .price-head .bottom .left, .price-head .bottom .right {
      width: 100%;
      margin-bottom: 10px;
    }
    .price-head .bottom .right p {
      font-size: 24px;
      padding: 0!important;
    }
    .price-head .bottom .left p {
      font-size: 12px;
      line-height: 1.5;
      padding: 5px 0!important;
      margin: 0;
    }
    .price-content p {
      margin-bottom: 15px;
      font-size: 14px;
    }
    .price-dl dt,.price-dl dd,.price-dl dd.price {
      width: 100%;
    }
    .price-dl dl {
      margin: 5px 0 0px;
      padding-bottom: 10px;
      border-bottom: none;
    }
    .price-dl dt {
      color: #ffffff;
      font-size: 15px;
      padding: 10px 10px 6px;
      background: #1c9c52;
    }
    .price-dl dd {
      padding: 20px 5px 0px;
      height: 100%;
      font-size: 13px;
    }
    .price-dl dd.price {
      padding: 10px 5px 0;
    }
    table.p-table th {
        display: none;
    }
    table.p-table tr {
        display: block;
        margin-bottom: 0em;
        border-bottom: 1px solid #888;
    }
    table.p-table td {
        padding: 14px 12px 10px;
        width: 100%;
        font-size: 14px;
        display: block;
       border: 0px solid #e2e2e2;
    }
    table.p-table td.price:before {
        content: attr(data-label);
        float: left;
        margin-right: 10px;
        color: #000;
    }
}

@media screen and (max-width:600px) {
    .flexbox.price-wrap.row3.margin .item {
        flex-basis: 100%;
        max-width: 100%;
    }
    .flexbox.price-wrap.row3.margin .item:last-child {
        margin-bottom: 30px;
    }
    .mitumori .price_category {
        padding: 10px 10px 5px;
        line-height: 1.4em;
        font-size: 13px;
    }
}
@media screen and (max-width:480px) {
    table.p-table th {
        display: block;
    }
    table.p-table td.price:before {
        display: none;
    }
    .mitumori i.icon {
        font-size: 10vw;
    }
    .mitumori .price_category {
        font-size: 10px;
        padding: 10px 0px 5px;
        line-height: 1.4em;
    }
    .mitumori i.icon {
        font-size: 10vw;
    }
}
@media screen and (max-width:400px) {
    .price-box .price {
        font-size: 16px;
    }
    .price-box .price span.num_big {
        font-size: 2.4em;
    }
    .price-box .price span.num_small {
        font-size: 1.8em;
    }
}
@media screen and (max-width:320px) {
    .price-wrap dl dt {
        font-size: 15px;
    }
    .price-wrap dl dd {
        font-size: 13px;;
    }
}
/*--------------------------------補助金-------------------------------------*/
section.subsidy{
  
}
.subsidy-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;

}
.subsidy-txt{
    position: relative;
    display: flex;
    align-items: center;
    margin: 20px auto 60px;
    max-width: 1500px;
}
.subsidy-txt .left{
    position: relative;
    width: 65%;
}
.subsidy-txt .left p{
    padding: 0 15px;
    line-height: 1.8;
    font-size: 15px;
}
.subsidy-txt .right{
    position: relative;
    width: 400px;
}
.subsidy-txt .right img{
    max-width: 100%;
    z-index: 1;
    position: relative;
    top: -3px;
    left: -3px;
}
.subsidy-txt .right:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -5px;
    right: -10px;
    background-color: #e8e8e8;
}
/*.subsidy-container h3{
    font-size: 1.3rem;
    font-weight: bold;
    text-align: left;
    margin: 0 auto 20px;
    padding: 0 15px 10px;
    border-bottom: 2px #222 solid;
}*/
.subsidy-container dl{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    margin: 0 auto 30px;
    padding: 20px 0 0;
    background: rgba(255,255,255,0.8);
    
}
.subsidy-container dl dt{
    width: 25%;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 5px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
}
.subsidy-container dl dd{
    width: 70%;
    font-size: 15px;
    padding: 6px 5px;
    line-height: 1.8;
    font-weight: 500;
    border-bottom: 1px solid #000;
}
.subsidy-container dl dd a {
    word-break: break-all;
    font-weight: bold;
    color: #1d2088;
}
.subsidy-p p{
    font-size: 15px;
    margin: 0 auto 20px;
    line-height: 1.8;
}
p.ssdy-p{
    margin: 0 0 20px;
}

@media screen and (max-width:1024px) {
    .price-wrap dl {
        width: 95%;
    }
    .subsidy-container{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
    } 
    .subsidy-txt .left p {
        line-height: 1.7;
        font-size: 14px;
    }
    .subsidy-container dl {
        width: 95%;
        margin: 0 auto 40px;
    }
    .subsidy-p p {
        font-size: 14px;
    }
    .subsidy-txt .right {
        position: relative;
        width: 300px;
    }
    .subsidy-container dl dt {
        font-size: 14px;
    }
    .subsidy-container dl dd {
        font-size: 14px;
    }
}
@media screen and (max-width:767px) {

    .subsidy-txt {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 10px auto 50px;
        flex-direction: column-reverse;
    }
    section.subsidy{
        
    }
    .subsidy-txt .left {
        position: relative;
        width: 100%;
    }
    .subsidy-txt .right {
        position: relative;
        width: 100%;
    }
    .subsidy-txt .left p {
        line-height: 1.8;
        font-size: 15px;
        padding: 25px 0 0;
    }
    .subsidy-wrap h3 {
        font-size: 18px;
        line-height: 1.3;
        margin: 0 auto 10px;
        padding: 0 5px 10px;
    }
    .subsidy-wrap dl {
        width: 100%;
        margin: 0 auto 40px;
    }
    .subsidy-wrap dl dt {
        width: 100%;
        padding: 10px 0px 0;
    }
    .subsidy-wrap dl dd {
        width: 100%;
        font-size: 14px;
        padding: 10px 5px;
    }
    .subsidy-wrap dl {
        width: 95%;
        margin: 0 auto 40px;
    }
    .subsidy-p p {
        font-size: 14px;
    }
    .subsidy-p {
        padding: 0 5px;
    }
    .subsidy-container dl dt {
        font-size: 14px;
        width: 100%;
        border-bottom: 1px #333 solid;
    }
    .subsidy-container dl dd {
        font-size: 14px;
        width: 100%;
    }
}
@media screen and (max-width:320px) {
    .subsidy-txt .left p {
        font-size: 14px;
    }
    .subsidy-p p {
        font-size: 14px;
    }

}

#price .pricing-list  {
    width: 98%;
    margin: 40px auto 0;
}
#price .pricing-list li.item {
    padding: 0px 0 10px;
    list-style-type: none;
    border: 1px solid #E2E2E2;
    margin-bottom: 30px;
    position: relative;
    background-color: rgba(255,255,255,0.8);
}
#price .pricing-list li.item .item-title h4 {
    font-size: 17px;
    margin-bottom: 10px;
    background: #37a3d8;
    color: #fff;
    padding: 5px 5px;
    text-align: center;  
    border-radius: 10px 10px 0 0;
}
#price .pricing-list li.item p,
#price .pricing-list li.item ul{
    padding: 5px 10px 0;
    margin-bottom: 10px;
}

#price .pricing-list li.item ul li {
    margin-bottom: 0;
    padding: 7px 10px;
    border-top: 1px solid #cccccc; 
    display: flex;
}
#price .pricing-list li.item ul li:last-child {
    border-bottom: 1px solid #cccccc; 
}
#price .pricing-list li.item ul li span {
    font-weight: bold; 
    padding-left: 20px;
    color: #e81111;
    font-size: 17px;
    margin-left: auto;
}
#price .pricing-list li.item .item-title p {
    font-size: 14px;
    line-height: 1.6em;    
}
#price .pricing-list li.item ul li span.tax {
    font-size: 0.8em;
    padding-left: 0;
}
/*--------------------------------施工メニュー-------------------------------------*/
.sub-content-text-l h2,.sub-content-text-r h2 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*.sub-content-text-l h2{
    text-align: right;
}*/
.sub-content-text-r h2{
    text-align: left;
}
.sub-content-text-l,.sub-content-text-r {
    left: calc(100vw*5.5/16);
    width: calc(100vw*8/16);
    position: absolute;
    bottom: calc(100vw*0.5/16);
    text-align: left;
    transition: 1.2s ease 0.5s;
}
.sub-content-text-l {
    left: calc(100vw*5.5/16);
}
.sub-content-text-r {
    left: calc(100vw*0.5/16);
}
.sub-content-text-inner {
    padding: 2.0em 3.0em 2.5em;
    position: relative;
    z-index: -1;
    background-color: #e8f2e7;
    box-shadow: 1px 1px 5px rgba(51 51 51 / 20%);
}
.sub-content-text-inner:before {
    content: "";
    width: calc(100% - 46px);
    height: calc(100% - 18px);
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 9px;
    left: 23px;
    z-index: -1;
    border-top: 1px solid #1d2088;
    border-bottom: 1px solid #1d2088;
}
.sub-content-text-inner p {
    margin: 0 auto;
    color: #000;
    font-size: 14px;
    line-height: 1.8;
}

@media screen and (max-width:1024px) {
    .sub-content-text-l, .sub-content-text-r {
        width: calc(100vw*11/16);
    }
    .sub-content-text-l {
        left: calc(100vw*2.5/16);
    } 
}
@media screen and (max-width:767px) {
    .sub-content-text-l, .sub-content-text-r {
        width: calc(100vw*13/16);
    }
    .sub-content-text-l {
        left: calc(100vw*1.5/16);
    }
    .sub-content-text-inner {
        padding: 1.5em 1.5em 1.5em;
    }
    .sub-content-text-inner p {
        line-height: 1.7;
    }
    .sub-content-text-l h2, .sub-content-text-r h2 {
        font-size: 20px;
        text-shadow: 1px 1px 2px rgba(255 255 255 / 90%);
    }

    #price .pricing-list li .item .item-title {
        display: block;
    }
    #price .pricing-list li .item .item-title h4,
    #price .pricing-list li .item .item-title span,
    #price .pricing-list li .item .item-title p {
        display: block;
        width: 100%;
    }
    #price .pricing-list li .item .item-title span {
        font-size: 15px;
        margin-top: 3px;
    }
}
@media screen and (max-width:320px) {
    .sub-content-text-inner p {
        font-size: 13px;
    }
    .sub-content-text-l h2, .sub-content-text-r h2 {
        font-size: 20px;
    }
 
}
/*--------------------------------ABOUT-------------------------------------*/
.about-wrap{
    display: block;
    margin: 0 auto 30px;
    text-align: center;
}
.about-wrap h3{
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
    line-height: 1.5;
    font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    font-size: 20px;
    margin: 20px auto 30px;
}
.about-wrap h3:before {
    content: "";
    width: 3em;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    background-color: #000;
}
.msg-wrap p{
    text-align: left!important;
}
.msg-img-wrap{
    display: inline-block;
    float: right;
    position: relative;
    /*width: calc(100vw*3.5/16);*/
    margin: 0 0 30px 20px;
}

.msg-img-wrap img{
    max-width: 100%;
}
p.chief {
    font-size: 1.3rem!important;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'Shippori Mincho B1', serif;
}
p.chief span{
    padding-right: 0.5rem;
    font-size: 0.9rem;
    font-weight: 100;
    font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}
section.photo{
    height: calc(100vw*8.5/16);
    margin: 0 calc(100vw*1.2/16) 0;
    position: relative;
}

@media screen and (max-width:1024px) {
    .msg-img-wrap {
        width: 180px;
        margin: 0 0 30px 15px;
    }
    .msg-wrap {
        padding: 0 calc(100vw*0.5/16);
        margin-top: 0px;
    }
    p.chief {
        font-size: 1.2rem!important;
    }
    p.chief span{
        font-size: 0.8rem!important;
    } 
    section.direct p{
        font-size: 14px;
    }
}
@media screen and (max-width:767px) {
    .about-wrap h3 {
        font-size: 18px;
    }
    .msg-img-wrap {
        float: none;
        display: block;
        width: 80%;
        margin: 0 auto 30px;
    }
    .msg-wrap {
        padding: 0;
        margin-top: 0px;
        margin-bottom: 30px;
    }
    section.photo {
        height: calc(100vw*8.5/16);
        margin: 0 calc(100vw*1.0/16) calc(100vw*1.8/16);
        position: relative;
    }
    section.direct p{
        font-size: 15px;
        text-align: left;
    }
}
@media screen and (max-width:320px) {
    section.direct p{
        font-size: 14px;
    }
}

/*--------------------------------メニュー-------------------------------------*/
section.menu {
    position: relative;
    display: block;
    padding: 20px 0;
}
section.point + section.menu {
    padding: 10px 0 70px;
}
.menu-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.menu-wrap.other {
    margin: 30px auto 40px;
}
.menu-wrap.top .flexbox{
    align-items: center;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}
.menu-wrap.top .flexbox:nth-child(2n){
   flex-direction: row-reverse;
}
.menu-wrap .text{
    padding: 40px;
    background-color: #fff;
    position: relative;
}
.menu-wrap .flexbox .text::after {
    content: "";
    position: absolute;
    top: 50%;    
    margin-top: -10px;
    border: 15px solid transparent;
    z-index: 10;
}
.menu-wrap .flexbox.row2 .item {
     background-position: center center;
}
.menu-wrap .flexbox:nth-child(odd) .text::after {
    left: 100%;
    border-left: 15px solid #fff;
}
.menu-wrap .flexbox:nth-child(even) .text::after {
    border-right: 15px solid #fff;
    right: 100%;
}
.menu-wrap .img{
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.menu-wrap .img img{
    width: 100%;
    vertical-align: top;    
}
.menu-wrap h3 {
    font-size: 18px;
    letter-spacing: 4px;
    margin-bottom: 10px;
}
.menu-wrap .en_heading {
    font-size: 20px;
    color: #37a3d8;
    letter-spacing: 0.03px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-weight: 500;
    line-height: 1.4em;    
    position: relative;
}
.menu-wrap .en_heading::after {
    content: '';
    position: absolute;
    background-color: #d8d8d8;
    width: 60px;
    height: 1px;
    bottom: 0px;
    left: 0;
    margin: 0 auto;
}
.menu-wrap .link-wrap {
    margin-top: 10px;
}
.menu-inner {
    display: block;
/*    width: 31%;
    margin: 0 0.5% 4%;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 2px 2px 5px rgba(51 51 51 / 20%); */
    padding: 0 0 10px;    
    margin-bottom: 40px;
}

.other .menu-inner{
    padding: 0 0 0;
    margin: 0 0.5% 0;    
}
.menu-wrap.other h3 {
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
}
.menu-inner .image-wrap {
    position: relative;
}
.menu-inner .image-wrap img{
    max-width: 100%;
    vertical-align: top;
    position: relative;
   /* border-radius: 0 0 10px 10px;*/
}
.menu-inner .image-wrap::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;    
    transition: all 0.3s ease;
}
.menu-inner:hover a .image-wrap img{
    opacity: 0.6;
}
.menu-inner h3 {
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: center;
    background: #37a3d8;
    color: #fff;
    padding: 7px 5px;
    line-height: 1.4em;
    display: block;
    width: 100%;
    z-index: 1;
}
.menu-inner p{
    padding: 10px 5px 10px;
    margin-bottom: 0;    
    font-size: 14px;
    line-height: 1.8;
}
#menu {
    padding-bottom: 100px;
    /*background: url("images/menu/menu-bg.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
#menu:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: url("images/overlay-pattern.png") #fff;*/
    background-color: rgba(55, 163, 216, 0.2);
    opacity: 0.5;
/*    z-index: 0;*/
}
/*#menu .container {
    position: relative;
    z-index: 1;
}*/
.menu-inner .btn {
    margin-top: 10px;
    margin-right: 0;
    padding: 20px 60px;
}



#sb_instagram .sbi_follow_btn a {
    background: #1d2088 !important;
}
@media screen and (max-width:1024px) {
    .menu-inner h3 {
        font-size: 16px;
    }
    .menu-inner p {
        font-size: 14px;
        padding: 10px 15px 10px;
    }
}
@media screen and (max-width:767px) {
    .menu-inner {
        display: block;
        width: 100%;
        max-width: auto;
        max-width: initial;
        margin: 0 auto 50px;
    }
    .menu-inner h3 {
        font-size: 17px;
    }
    .menu-wrap h3 span {
        display: block;
        padding-left: 0px;
    }
    .menu-inner .image-wrap {
        text-align: center;
    }
    .menu-inner .image-wrap img {
        width: 100%;
    }
    .menu-wrap .flexbox.row2 .item {
        margin-bottom: 0;
    }
    .menu-wrap .text{
        padding: 30px 20px;
    }
    .menu-wrap .img{
        height: 240px;
    }
    .menu-wrap .en_heading {
        font-size: 16px;
    }
}
@media screen and (max-width:320px) {
    .menu-inner h3 {
        font-size: 17px;
    }
}

/*--------------------------------雨漏り修理ページ-------------------------------------*/
.amamori .top_lead h1 {
    background-color: #37a3d8;
    color: #fff;
    margin-top: 40px;
}
.amamori section {
    padding: 20px 0 60px;
    margin: auto;
}
.amamori section section{
    padding: 0 0 10px;
}
.amamori section section.top-works,
.amamori section section.works_single{
    padding:0 0 60px;
}
.amamori .midashi {
    text-align: center;
    padding: 0 0 25px;
    margin-bottom: 30px;
    position: relative;
}
.amamori .sub-heading .midashi {
    padding: 30px 0 25px;
}
.amamori .area-wrap .midashi,
.amamori .contact-area .midashi{
    padding: 2rem 0 25px;
    margin-bottom: 0px;
}
.amamori .midashi .midashi-head{
	position: relative;
    margin: 15px auto 0px;
    font-size: 26px;
    color: #666;
    letter-spacing: 0;
    line-height: 1.3;
    padding-bottom: 10px;
}
.amamori .midashi .en_head {
    color: #37a3d8;   
    background: none;
    display: inline-block;
    text-align: center;    
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-bottom: 0;    
}
.amamori .sub-slide-img::after {
    background: url("images/overlays/overlay-pattern2.png");
}
section.sub-slide.amamori .sub-caption {
    color: rgba(55, 163, 216, 0.7);
    font-size: 22px;
    letter-spacing: 0.3em;
    mix-blend-mode: color-dodge;
    text-shadow: 0 0 5px rgb(255 255 255 / 50%);
}
.amamori .promise-h {
    width: 100%;
    padding: 12px 15px 12px;
    margin: 0px auto 10px;
    font-size: 18px;
    z-index: 0;
    background-color: #37a3d8;
    color: #fff;
    border-radius: 0px 0px 0 0;
}
.amamori .promise-num span {
    display: block;
    font-size: 60px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.3);
}
.amamori .link-wrap p a {
    color: #fff;
    border: 1px solid #1d2088;
    border-radius: 0px;
    background-color: #1d2088;
}
.amamori .menu-inner .link-wrap p a{
    font-size: 14px;
    padding: 10px 50px 8px;
}
.amamori .link-wrap p a:hover,
.amamori .menu-inner:hover .link-wrap p a{
    color: #1d2088;
    background-color: #fff;
}
.amamori .link-wrap p a:after{ 
    background-color: #fff;
}
.amamori .link-wrap p a:hover:after,
.amamori .menu-inner:hover .link-wrap p a:after {
    background-color: #1d2088;
}
.amamori .menu-inner .image-wrap img {
     border-radius: 0 0 0px 0px;
}
.amamori .menu-inner .link-wrap {
    margin: 5px 10px 10px;
}
.amamori .menu-inner p {
    padding: 10px 15px 10px;
}
.amamori .middle-heading {
    font-size: 19px;
    width: 100%;
    position: relative;
    margin: 60px 0 35px 5px;
    padding: 0 0 0 20px;
    border-left: 4px solid #1d2088;
    color: #1d2088;
}
.amamori .middle-heading::before,
.amamori .middle-heading::after{
    display: none;
}
.merit-h {
    margin: 30px 0 10px;
    font-size: 17px;
    color: #333;
    background-color: rgba(55, 163, 216,.2);
    padding: 7px 10px;
}
.amamori .menu-wrap.other h3 {
    border-radius: 0px 0px 0 0;
    margin-bottom: calc(100% - 80px);
    font-size: 14px;
}
.amamori .sign-h {
    color: #fff;
    background-color: #37a3d8;
    font-size: 16px;
    padding: 10px 5px 10px;
    margin: 0 0 10px;
}

.amamori .sign-h::after {
    display: none;
}
.amamori .contact-bnr {
    border: none;
    text-align: center;
    background-color: transparent;
}
.amamori .contact-bnr .mail_btn {
    position: absolute;
    background-color: #f28e0b;
    border-radius: 5px;
    color: #fff;
    padding: 7px 16px;
    bottom: 55px;
    right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}
.amamori .contact-bnr .mail_btn:hover {
    background-color: #fff;
    color: #f28e0b;
}
.amamori .contact-bnr .mail_btn i {
    font-size: 20px;
    display: inline-block;
    padding-right: 5px;
}
.amamori .contact-bnr .mail_btn p {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.2em;
}
.amamori .mitumori.flexbox.row3 .item {
    border-radius: 0;
    padding: 10px;
    width: auto;
    height: auto;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(179, 228, 252,0.5) 100%);
}
.amamori .area-wrap .item.left {
    padding: 0px 40px 20px;
}
.amamori .other .menu-inner {
    transition: all 0.3s ease;
}
.amamori .other .menu-inner:hover{
    opacity: 0.6;    
}
@media screen and (max-width: 767px){
    .amamori section {
        padding: 20px 0 40px;
    }
    .amamori .midashi {
        margin-bottom: 20px;
    }
    .amamori .midashi .midashi-head {
        font-size: 20px;
        padding-bottom: 6px;
    }
    .amamori .sub-heading .midashi {
        padding: 20px 0 15px;
    }
    .amamori .midashi .en_head { 
        font-size: 14px;     
    }
    .amamori .menu-wrap.other h3 {
        margin-bottom: calc(100% - 180px);
    }
    .material .roof_types .flexbox .item p{
        padding: 10px 10px 15px;
    }
    .material .roof_types .flexbox .item.merit p,
    .material .roof_types .flexbox .item.demerit p{
        padding: 0 0 10px 20px;
    }
    section.sub-slide.amamori .sub-caption {
        font-size: 18px;
    }
}
