@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
*{
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
     min-width: 0;
    min-height: 0;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align: baseline;
    background:transparent;
    text-decoration: none;
    cursor: pointer;
}
body{
    font-size: 2.8rem;
    line-height: 1.5;
    color: #000;
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    word-break: break-word;
}
.NotoSanJP{
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}
.KozGoPrN6 {
    font-family: '小塚ゴシックPr6N', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}
.LINESeedJPOTF {
    font-family: 'LINESeedJP_OTF', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}
/*remove highlight color touch on mobile*/
input,textarea,button,select,div,a,span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a, input, div, select, textarea, img, button {
    outline: none;
}
a:focus, a:visited, input:focus, select:focus, textarea:focus, button:focus {
    outline: none !important;
    box-shadow: none;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

button {
    font-family: inherit;
    cursor: pointer;
}
img {
    width /***/: auto;
    height: auto;
    border: none;
    vertical-align: bottom;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a:link,a:visited{
    color: #2B2B2B;
}
.hover:hover{
    transition: all .3s;
    opacity: 0.7;
    filter:alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.container {
    margin: 0 auto;
    max-width: 1040px;
    position: relative;
    z-index: 10;
    padding-left: 20px;
    padding-right: 20px;
}
.container.add_an {
    max-width: 1100px;
}
.container.lg {
    max-width: 1306px;
}
.anchor-link{
    display: block;
    line-height: 0;
}
.side-bar {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -211px;
    z-index: 800;
}
.side-bar a {
    color: #3E5686;
    font-size: 2.7rem;
    font-weight: 500;
    line-height: 1;
    display: block;
    padding: 35px 28px;
    display: inline-block;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    background: #FFE100;
    width: 83px;
    transition: 0.2s;
}
@media(hover:hover){
    .side-bar a:hover {
        background: #3E5686;
     color: #FFF;
    }
}
@media(max-width:860px) {
    .side-bar a {
        font-size: 2.2rem;
        padding: 25px 20px;
        width: 62px;
    }
}
@media(max-width: 750px){
    .side-bar {
        right: 0;
        bottom: 0;
        top: unset;
        margin-top: 0;
        left: 0;
    }
    .side-bar a {
        font-size: 2.5rem;
        display: block;
        padding: 15px 28px;
        -ms-writing-mode: unset;
        -webkit-writing-mode: unset;
        writing-mode: unset;
        width: 100%;
        text-align: center;
        border-top: 1px solid #fff;
    }
}
@media(max-width: 414px) {
    .side-bar a {
        font-size: 2rem;
        padding: 20px 20px;

    }
}
/*
==============================================================
============================ Common ==========================
==============================================================
*/
.lb-pc{
    display: block;
}
.hdn-pc{
    display: none;
}
.cl1{
    color: #488DBF;
}
.cl-white{
    color: #fff;
}
.text-center {
    text-align: center;
}
@media(max-width:750px){
    .lb-sp{
        display: block;
    } 
    .lb-pc{
        display: unset;
    }  
    .hdn-pc{
        display: block;
    }
    .hdn-sp{
        display: none;
    }
}
.title {
    text-align: center;
    background: #3E5686;
    padding: 9px 0;
}
.title h2 {
    border-bottom: 3px solid #FFE100;
    padding: 0px 20px 4px;
    font-weight: 900;
    font-size: 3.8rem;
    line-height: 1.45;
    color: #fff;

}
.title h2 .lb-sm {
    display: none;
}
@media(max-width:860px){
    .title h2 {
        font-size: 3rem
    }
}
@media(max-width: 768px){
    .title h2 {
        font-size: 2.8rem;
    }
}
@media(max-width: 576px){
    .title{
        padding: 4px 0;
    }
    .title h2 {
        border-bottom: 1px solid #FFE100;
        font-size: 1.5rem;
        padding-bottom: 2px;
    }
}
@media(max-width: 480px){
    .title h2 .lb-sm {
        display: block;
    }
}
@media(max-width: 374px){
    .title h2 {
        font-size: 1.4rem;
    }
}
/* #pagetop ================================================== */
#pagetop {
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 70px;
    display: inline-block;
    bottom: 30px;
    right: 20px;
    position: fixed;
    z-index: 900;
    cursor: pointer;
    display: none ;
    background: #FFE100;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
}
#pagetop:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -5px;
    width: 20px;
    height: 20px;
    border-color: #3E5686;
    border-width: 0 2px 2px 0px;
    border-style: solid;
    display: inline-block;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transition: .3s;
}
#pagetop:hover:before{
    margin-top: -8px;
}
@media(max-width: 750px){
    #pagetop {
        width: 40px;
        height: 40px;
        right: 10px;
        bottom: 80px;
    }
    #pagetop:before{
        width: 16px;
        height: 16px;
        margin-left: -8px;
    }
}
/*
==============================================================
========================== Animation =========================
==============================================================
*/
@-webkit-keyframes aniHeaderMenu {
    0% {-webkit-transform: translate3d(0, -80%, 0);transform: translate3d(0, -80%, 0);}
    100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes aniHeaderMenu {
    0% {-webkit-transform: translate3d(0, -80%, 0);transform: translate3d(0, -80%, 0);}
    100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@-webkit-keyframes backgroundIMG{
    0% {opacity: 0;}
    20% {opacity: 0.2;}
    40% {opacity: 0.4;}
    60% {opacity: 0.6;}
    80% {opacity: 0.8;}
    100% {opacity: 1; }
}
@keyframes backgroundIMG {
    0% {opacity: 0;}
    20% {opacity: 0.2;}
    40% {opacity: 0.4;}
    60% {opacity: 0.6;}
    80% {opacity: 0.8;}
    100% {opacity: 1;}
}
@-webkit-keyframes aniFade {
    0% {opacity: 0.5;}
    100% {opacity: 1;}
}
@keyframes aniFade {
  0% {opacity: 0.5;}
  100% {opacity: 1;}
}
@-webkit-keyframes fadezoom {
    0% {transform: scale(1);}
    100% {transform: scale(1.1);}
}
@keyframes fadezoom {
    0% {transform: scale(1);}
    100% {transform: scale(1.1);}
}
.fade-in {
    opacity: 0;
    filter: blur(4px) brightness(105%);
    transition: opacity 1s ease, filter 1s ease;
}
.fade-in.is-view {
    opacity: 1;
    filter: blur(0) brightness(100%);
}
.fade-up {
    opacity: 0;
    transform: translateY(60px);
    -webkit-transform: translateY(60px);
    filter: blur(4px) brightness(105%);
    transition: opacity 1.0s ease, transform 1.0s ease, filter 1.0s ease;
}
.fade-up.is-view {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    filter: blur(0) brightness(100%);
}
.fade-down {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    filter: blur(5px) brightness(105%);
    transition: opacity 1.0s ease, transform 1.0s ease, filter 1.0s ease;
}
.fade-down.is-view {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    filter: blur(0) brightness(100%);
}
.fade-left {
    opacity: 0;
    transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    filter: blur(5px) brightness(105%);
    transition: opacity 1.0s ease, transform 1.0s ease, filter 1.0s ease;
}
.fade-left.is-view {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    filter: blur(0) brightness(100%);
}
.fade-right {
    opacity: 0;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    filter: blur(5px) brightness(105%);
    transition: opacity 1.0s ease, transform 1.0s ease, filter 1.0s ease;
}
.fade-right.is-view {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    filter: blur(0) brightness(100%);
}
.zoom-in {
    opacity: 0;
    overflow: hidden;
    transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transition: opacity 1.0s ease, transform 1.0s ease;
}
.zoom-in.is-view {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}
.zoom-out {
    opacity: 0;
    overflow: hidden;
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transition: opacity 1.0s ease, transform 1.0s ease;
}
.zoom-out.is-view {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}
.roll-left {
    position: relative;
    overflow: hidden;
}
.roll-left img {
    opacity: 0;
    transition: opacity 1.0s ease .0s;
}
.roll-left:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: #f0ebe4;
}
.roll-left.is-view img {
    opacity: 1;
}
.roll-left.is-view:after {
    animation: rollLeft 1.5s ease;
}
@keyframes rollLeft {
    0% {
        left: 0;
        right: 100%;
    }
    50% {
        left: 0;
        right: 0;
    }
    100% {
        left: 100%;
        right: 0;
    }
}
@-webkit-keyframes rollLeft {
    0% {
        left: 0;
        right: 100%;
    }
    50% {
        left: 0;
        right: 0;
    }
    100% {
        left: 100%;
        right: 0;
    }
}
.roll-right {
    position: relative;
    overflow: hidden;
}
.roll-right img {
    opacity: 0;
    transition: opacity 1.5s ease .5s;
}
.roll-right:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: #3a6531;
}
.roll-right.is-view img {
    opacity: 1;
}
.roll-right.is-view:after {
    animation: rollRight 1.5s ease;
}
@keyframes rollRight {
    0% {
        right: 0;
        left: 100%;
    }
    50% {
        right: 0;
        left: 0;
    }
    100% {
        right: 100%;
        left: 0;
    }
}
@-webkit-keyframes rollRight {
    0% {
        right: 0;
        left: 100%;
    }
    50% {
        right: 0;
        left: 0;
    }
    100% {
        right: 100%;
        left: 0;
    }
}
@-webkit-keyframes aniFade {
    0% {opacity: 0.5;}
    100% {opacity: 1;}
}
@keyframes aniFade {
  0% {opacity: 0.5;}
  100% {opacity: 1;}
}
@media (min-width: 768px) {
    .delay1 {
        transition-delay: .4s;
    }
    .delay2 {
        transition-delay: .6s;
    }
    .delay3 {
        transition-delay: .8s;
    }
    .delay4 {
        transition-delay: 1.2s;
    }
}
/*
==============================================================
========================= End Animation ======================
==============================================================
*/
/*
==============================================================
========================== End common ========================
==============================================================
*/
/*
==============================================================
============================ Header ==========================
==============================================================
*/
header{
    padding: 20px 35px 12px;
}
header .logo{
    position: relative;
    display: inline-block;
}
header .logo img{
    width: 322px;
}
@media(max-width: 750px){
    header {
        padding: 5px 20px 5px;
    }
}
@media(max-width:576px){
    header .logo h1 {
        line-height: 1;
    }
    header .logo img{
        width: 175px;
    }

}
/*
==============================================================
========================= End header =========================
==============================================================
*/
/*
==============================================================
============================= Footer =========================
==============================================================
*/
footer {
    background: #FFE100;
    color: #3E5686;
}
footer .footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 2.9rem;
    letter-spacing: .06em;
    font-weight: 700;
    line-height: 1.3;
    padding: 22px 0 28px;
}
footer .tel a {
    color: #3E5686;
    font-size: 9rem;
    line-height: 1;
    display: block;
    transition: .3s;
}
footer .logo-box {
    background: #3E5686;
    padding: 34px 0;
}
footer .logo-box img {
    max-width: 700px;
}
@media(hover:hover){
    footer .tel a:hover {
        opacity: .7;
    }
}
@media(hover:none){
    footer .tel a:active {
        opacity: .7;
    }
}
@media(max-width: 1024px){
    footer .tel a {
        font-size: 7rem;
    }
}
@media(max-width: 860px){
    footer .tel a {
        font-size: 5rem;
    }
    footer .footer-inner {
        font-size: 2.2rem;
    }
}
@media(max-width:750px){
    footer {
        padding-bottom: 55px;
    }
}
@media(max-width: 640px){
    footer .tel a {
        font-size: 4rem;
    }
    footer .footer-inner {
        font-size: 2rem;
    }
    footer .logo-box {
        background: #3E5686;
        padding: 15px 0;
    }
}
@media(max-width: 576px) {
    footer .footer-inner {
        /* flex-direction: column; */
        padding-bottom: 20px;
    }
    footer .footer-inner {
        font-size: 1.1rem;
        padding: 12px 0;
    }
    footer .tel a {
        font-size: 2.8rem;
    }
    footer .logo-box img{
        max-width: 250px;
    }
    footer .logo-box {
        line-height: 1;
        padding-top: 10px;
    }
}
/*
==============================================================
=========================== End Footer =======================
==============================================================
*/
/*
==============================================================
============================= Home ===========================
==============================================================
*/
.home .mv img.lg {
    width: 100%;
    height: 728px;
    object-fit: cover;
    object-position: center;
}
.home .mv {
    position: relative;
    font-size: 2.1rem;
    letter-spacing: .12em;
    line-height: 1;
}
.home .mv h1 {
    font-size: 4.8rem;
    line-height: 1.33;
    letter-spacing: .22em;
    font-weight: 700;
    padding-top: 20px;
}
.home .mv .txt-box {
    position: absolute;
    top: 22%;
    left: 20px;
    right: 20px;
    max-width: 1266px;
    margin: 0 auto;
}
.home .mv .txt-box .inner {
    max-width: 425px;
    color: #fff;
    position: relative;
    text-align: center;
}
.home .mv .txt-box .inner::after {
    content: "";
    position: absolute;
    background: rgb(62, 86, 134);  
    mix-blend-mode: multiply;
    top: 0;
    left: 0;
    right: 0;
    bottom: 118px;
}
.home .mv .txt-box .inner .txt {
    position: relative;
    z-index: 1;
    padding: 20% 20px 12%;
    font-weight: 700;
    letter-spacing: 0.12em;
}
.home .mv .inner .img {
    text-align: center;
    background: rgb(255, 255, 255, .83);
    padding: 16px;
    position: relative;
    z-index: 1;
    height: 118px;
}
.home .mv .inner img {
    max-width: 292px;
}
.home.wrapper {
    background: url(../img/bg-repeat.png) repeat;
}
@media(max-width:860px) {
    .home .mv img.lg {
        height: 500px;
    }
    .home .mv h1 {
        font-size: 3.5rem;
        padding-top: 10px;
    }
    .home .mv .txt-box .inner .txt {
        font-size: 1.7rem;
        padding: 12.5% 20px 8.5%;
    }
    .home .mv .txt-box .inner {
        max-width: 350px;
    }
    .home .mv .inner img {
        max-width: 220px;
    }
    .home .mv .inner .img {
        height: 96px;
    }
    .home .mv .txt-box .inner::after {
        bottom: 96px;
    }
}
@media(max-width:750px){
    .home .mv img.lg {
        height: 320px;
    }
    .home .mv .txt-box .inner .txt {
        padding: 30px 20px 25px;
    }
    .home .mv h1 {
        font-size: 3rem;
        padding-top: 10px;
    }
    .home .mv .txt-box .inner .txt {
        font-size: 1.6rem;
    }
    .home .mv .inner img {
        max-width: 180px;
    }
    .home .mv .txt-box {
        top: 10%;
    }
    .home .mv .txt-box .inner {
        max-width: 300px;
    }
    .home .mv .inner .img {
        height: 85px;
    }
    .home .mv .txt-box .inner::after {
        bottom: 85px;
    }
    .home.wrapper {
        background: url(../img/bg-repeat-sp.png) repeat;
    }
}
@media(max-width: 576px){
    .home .mv h1 {
        font-size: 4.2vw;
    }
    .home .mv .txt-box .inner .txt {
        font-size: 2vw;
        padding: 25px 15px 15px;
    }
    .home .mv .inner img {
        max-width: unset;
        height: 7vw;
    }
    .home .mv .inner .img {
        padding: 10px;
        height: 11.5vw;
    }
    .home .mv .txt-box .inner::after {
        bottom: 11.5vw;
    }
    .home .mv .txt-box .inner {
        max-width: 40vw;
    }
    .home .mv .txt-box {
        top: 18%;
    }
    .home .mv img.lg {
        height: 55vw;
    }
    header h1 {
        line-height: 1;
    }
}
@media(max-width:374px){
    .home .mv .inner .img {
        height: 50px;
    }
    .home .mv .inner img {
        height: 30px;
    }
    .home .mv .txt-box .inner .txt {
        font-size: .75rem;
    }
    .home .mv .txt-box .inner .txt {
        padding: 20px 10px 10px;
    }
    .home .mv .txt-box .inner h1  {
        font-size: 1.6rem;
    }
    .home .mv .txt-box .inner {
        max-width: 140px;
    }
    .home .mv .txt-box {
        top: 14%;
    }
    .home .mv img.lg {
        height: 205px;
    }
}
/* company =================================================== */
.home .company {
    padding-top: 100px;
}
.home .company .item {
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px;
    padding-bottom: 60px;
}
.home .company .item.w50 .txt-box {
    width: 50%;
    font-size: 2.1rem;
    line-height: 1.9;
}
.home .company .item .txt-box .sub-tl {
    font-size: 3.2rem;
}
.home .company .item h3 {
    font-size: 3.8rem;
    font-weight: 700;
    color: #3E5686;
    line-height: 1.5;
    margin-right: -50px;
    letter-spacing: -0.08em;
}
.home .company .item h3.fm1 {
    letter-spacing: -.1em;
}
.home .company .item.w50 .txt-box h3 {
    padding-bottom: 60px;
    padding-top: 5px;
    font-weight: 800;
}
.home .company .item.w50 .img-box {
    flex: 1;
    padding-left: 50px;
}
.home .company .item .txt {
    display: flex;
    align-items: center;
    width: 100%;
}
.home .company .item .txt .spec {
    width: 340px;
    font-size: 2.4rem;
    line-height: 1.1;
    letter-spacing: .12em;
    text-align: center;
    background: #3E5686;
    color: #fff;
    padding: 22px 0 22px;
    border-radius: 37px 0 37px 0;
}
.home .company .item .txt .spec .lg {
    font-size: 9.2rem;
    font-weight: 700;
    letter-spacing: 0;
}
.home .company .item .txt .spec span {
    display: block;
}
.home .company .item .txt .desc {
    flex: 1;
    padding-left: 40px;
    font-size: 2.8rem;
    line-height: 1.57;
}
.home .company .item .txt h3 {
    padding-bottom: 10px;
}
.home .company .item .img {
    width: 100%;
    padding-top: 85px;
}
.home .company .item .img img {
    width: 100%;
}
.home .company .item.fm1 {
    display: block;
    padding-top: 35px;
}
.home .company .item.fm1 h3{
    margin-right: 0;
}
.home .company .item ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -20px;
    padding-top: 140px;
    padding-bottom: 50px;
}
.home .company .item ul li {
    padding: 20px;
}
.home .company .item ul li p {
    width: 220px;
    height: 220px;
    background: #FBE691;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2.6rem;
    color: #3E5686;
    line-height: 1.57;
    font-weight: 700;
    margin: 0 auto;
}
.home .company .item ul li {
    width: 25%;
    text-align: center;
}
@media(max-width:1180px){
    .home .company .item h3 {
        margin-right: 0;
        font-size: 3.2rem;
    }
}
@media(max-width: 1050px){
    .home .company .item h3 {
        font-size: 3rem;
        margin-right: 0;
    }
    .home .company .item .txt-box .sub-tl {
        font-size: 2.5rem;
    }
    .home .company .item ul li p {
        width: 200px;
        height: 200px;
        font-size: 2rem;
    }
}
@media(max-width: 960px){
    .home .company .item h3 {
        font-size: 2.6rem;
        margin-right: 0;
    }
    .home .company .item .txt-box .sub-tl {
        font-size: 2.4rem;
    }
    .home .company .item .txt .desc {
        padding-left: 20px;
        font-size: 2.2rem;
    }
}
@media(max-width: 860px){
    .home .company .item .txt .spec {
        width: 250px;
    }
    .home .company .item .txt .spec .lg {
        font-size: 6.5rem;
    }
    .home .company .item ul li p {
        width: 170px;
        height: 170px;
        font-size: 1.9rem;
    }
    .home .company .item ul li {
        padding: 10px;
    }
    .home .company .item ul {
        margin: 0 -10px;
        padding-top: 80px;
        padding-bottom: 40px;
    }
}
@media(max-width: 750px) {
    .home .company .item.w50 {
        flex-direction: column-reverse;
    }
    .home .company .item.w50 .img-box {
        flex: auto;
        padding-left: 0;
        text-align: center;
    }
    .home .company .item.w50 .img-box img {
        width: 93%;
    }
    .home .company .item.w50 .txt-box {
        width: 100%;
        padding-top: 20px;
    }
    .home .company .item.w50 .txt-box .sub-tl {
        text-align: center;
    }
    .home .company .item.w50 .txt-box h3 {
        text-align: center;
        margin-right: 0;
        padding-bottom: 0;
        padding-top: 0;
    }
    .home .company .item h3 {
        font-size: 2.8rem;
    }
    .home .company .item .lb-pc{
        display: none;
    }
    .home .company .item,
    .home .company {
        padding-top: 30px;
    }
    .home .company .item .txt {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .home .company .item .txt .desc {
        flex: auto;
        padding-left: 0;
        text-align: center;
        padding-top: 20px;
        font-size: 2rem;
    }
    .home .company .item .txt h3 {
        padding-bottom: 0;
        letter-spacing: -0.05em;
    }
    .home .company .item .txt .spec {
        width: 280px;
    }
    .home .company .item .txt .spec .lg {
        font-size: 7rem;
    }
    .home .company .item .txt .spec {
        font-size: 2rem;
    }
    .home .company .item h3 {
        margin-right: 0;
    }
    .home .company .item .img {
        padding-top: 40px;
    }
    .home .company .item ul {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .home .company .item {
        padding-bottom: 0;
    }
    .home .company .item.w50 .txt-box {
        font-size: 1.8rem;
    }
    .home .company .item h3 {
        margin-right: 0;
    }
    .home .company .item .txt-box .sub-tl {
        font-size: 3.5vw;
    }
    .home .company .item ul li {
        width: unset;
        padding: 20px;
    }
    .home .company .item ul li p {
        width: 220px;
        height: 220px;
    }
}
@media(max-width:576px) {
    .home .company .item h3 {
        font-size: 5vw;
        margin-right: 0;
    }
    .home .company .item .txt-box .sub-tl {
        font-size: 1.4rem;
    }
    .home .company .item.w50 .txt-box,
    .home .company .item .txt .desc {
        font-size: 1.2rem;
    }
    .home .company .item.w50 .txt-box {
        padding-top: 10px;
    }
    .home .company .item ul {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .home .company .item ul li p {
        width: 100px;
        height: 100px;
        font-size: 1.2rem;
    }
    .home .company .item ul li {
        padding: 10px;
    }
    .home .company .item ul {
        margin: 0 -10px;
    }
    .home .company .item .txt .spec .lg {
        font-size: 3.5rem;
    }
    .home .company .item .txt .spec {
        font-size: 1rem;
        width: 130px;
        border-radius: 15px 0 15px 0;
        font-weight: 500;
        padding: 11px 0 11px;
    }
    .home .company .item.w50 .txt-box h3 {
        font-size: 1.6rem;
    }
    .home .company .item {
        padding-top: 21px;
    }
    .home .company .item .txt .desc {
        padding-top: 10px;
    }
    .home .company .item .txt h3,
    .home .company .item h3 {
        font-size: 1.6rem;
    }
    .home .company .item .img {
        padding-top: 25px;
    }
    .home .company .item.fm1 {
        padding-top: 25px;
    }
    .home .company .item ul {
        margin: 0 -6px;
        padding: 10px 0 30px;
    }
    .home .company .item ul li {
        width: 50%;
        padding: 6px;
    }
    .home .company .item ul li:nth-child(odd) p{
        margin: 0 0 0 auto;
    }
    .home .company .item ul li:nth-child(even) p{
        margin: 0 auto 0 0;
    }
}
@media(max-width:374px) {
    .home .company .item ul li p {
        width: 90px;
        height: 90px;
        font-size: 1rem;
    }
    .home .company .item .txt h3,
    .home .company .item h3 {
        font-size: 1.55rem;
    }
}
/* concerns ================================================== */
.home .concerns .item {
    padding-top: 90px;
}
.home .concerns .tl {
    display: flex;
    align-items: flex-start;
}
.home .concerns .tl .txt {
    padding-left: 45px;
    font-size: 2.6rem;
}
.home .concerns h3 {
    font-size: 3.8rem;
    color: #3E5686;
    line-height: 1.5;
}
.home .concerns h3.lg {
    font-size: 4.8rem;
    font-weight: 700;
    letter-spacing: -.1em;
}
.home .concerns .tl .no {
    width: 94px;
    display: block;
    padding-top: 10px;
}
.home .concerns .tl .no img {
    width: 100%;
}
.home .concerns .img.fm1 {
    max-width: 860px;
    margin: 0 auto;
    padding-top: 15px;
}
.home .concerns .img img {
    width: 100%;
}
.home .concerns .item.fm1 {
    padding-top: 0;
    margin-top: -60px;
}
.home .concerns .item.fm1 .tl {
    justify-content: right;
    margin-right: -85px;
    transform: translateY(100%);
} 
.home .concerns .item.fm1 .desc-1 {
    transform: translateY(200%);
}
.home .concerns .item {
    font-weight: 400;
}
.home .concerns .item.fm1 .txt-box {
    text-align: center;
}
.underline {
    display: inline;
    background: linear-gradient(rgba(0, 0, 0, 0) 75%, #FFE100 0%);
}
.home .concerns .item.fm1 .txt h3.lg {
    font-size: 4.8rem;
}
.home .concerns .item.fm1 .txt-box p {
    padding-top: 8px;
    font-size: 2.6rem;
}
.home .concerns .item.fm1 .txt-box {
    padding-top: 130px;
    padding-bottom: 180px;
    position: relative;
}
.home .concerns .item.fm1 .txt-box::after{
    content: "";
    position: absolute;
    width: 85px;
    height: 45px;
    background: url(../img/ic-arrow-down.svg) no-repeat;
    background-size: 100%;
    bottom: 22%;
    left: 50%;
    margin-left: -42px;
}
.home .concerns .item02 {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 170px
}
.home .concerns .item02 .txt-box {
    width: 50%;
    font-size: 2.6rem;
    line-height: 1.84;
}
.home .concerns .item02 .txt-box h3 {
    margin-bottom: 15px;
}
.home .concerns .item02 .img-box  {
    flex: 1;
    margin-left: -10.5%;
    padding-top: 22px;
}
@media(max-width:1250px){
    .home .concerns .item.fm1 .tl {
        margin-right: 0px;
    } 
    .home .concerns .tl .txt {
        padding-left: 25px;
        font-size: 2.2rem;
    }
    .home .concerns .tl .txt h3 {
        font-size: 3.2rem;
    }
}
@media(max-width:960px){
    .home .concerns .item02 .img-box {
        margin-left: -6%;
        padding-top: 20px;
    }
    .home .concerns .item02 .txt-box h3 {
        font-size: 3rem;
    }
    .home .concerns .item02 .txt-box {
        font-size: 2rem;
    }
}
@media(max-width:860px){
    .home .concerns .item.fm1 .tl {
        transform: translateY(0);
    } 
    .home .concerns .item.fm1 .desc-1 {
        transform: translate(0);
        padding: 20px 0;
        font-size: 2rem;
    }
    .home .concerns .item.fm1 .txt-box {
        padding-top: 80px;
        padding-bottom: 120px;
    }
    .home .concerns .item.fm1 .txt-box::after {
        bottom: 14%;
    }
    .home .concerns .item02 .img-box {
        margin-left: 0;
        flex: auto;
        width: 100%;
    }
    .home .concerns .item02 .txt-box {
        width: 100%;
        text-align: center;
    } 
    .home .concerns .item02 .lb-pc {
        display: none;
    }
    .home .concerns .item02 .lb-sp {
        display: block;
    }
    .home .concerns .item02 .img-box {
        padding-top: 0;
    }
    .home .concerns .item02 {
        padding-bottom: 50px;
    }
    .home .concerns .item.fm1 {
        padding-top: 0;
        margin-top: 60px;
    }
    .home .concerns h3.lg {
        font-size: 3.3rem;
    }
    .home .concerns .item.fm1 .txt-box p {
        font-size: 2rem;
    }
}
@media(max-width: 750px){
    .home .concerns .tl {
        flex-wrap: wrap;
    }
    .home .concerns .tl .txt {
        padding-left: 0;
        width: 100%;
    }
    .home .concerns .tl .no {
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }
    .home .concerns .tl .no img {
        width: 95px;
    }
    .home .concerns .tl .txt h3 {
        text-align: center;
    }
    .home .concerns .item {
        padding-top: 30px;
    }
    .home .concerns .tl .txt {
        text-align: center;
    }
    .home .concerns .item.fm1 .desc-1 {
        text-align: center;
    }
    .home .concerns .item.fm1 .desc-1 {
        font-size: 1.5rem;
        margin: 0 -5px;
        padding-bottom: 5px;
    }
    .home .concerns .item.fm1 .txt-box {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .home .concerns .item.fm1 .txt-box::after {
        bottom: -10px;
    }
    .home .concerns .img {
        padding-top: 20px;
    }
    .home .concerns .item02 .img-box {
        padding-top: 15px;
    }
    .home .concerns .item.fm1 {
        margin-top: 40px;
    }
    .home .concerns .item.fm1 .txt-box p,
    .home .concerns .tl .txt{
        font-size: 1.5rem;
    }
    .home .concerns .item02 .txt-box {
        font-size: 1.5rem;
    }
    .home .concerns .item02 .txt-box h3,
    .home .concerns .tl .txt h3 {
        font-size: 2.5rem;
    }
    .home .concerns .item02 {
        flex-direction: column-reverse;
    }
}
@media(max-width: 576px){
    .home .concerns .tl .txt h3 {
        font-size: 1.8rem;
    }
    .home .concerns .tl .txt,
    .home .concerns .item02 .txt-box {
        font-size: 4vw;
    }
    .home .concerns h3.lg {
        font-size: 5vw;
    }
    .home .concerns .item.fm1 .txt-box p {
        font-size: 1.2rem;
        padding-top: 0px;
    }
    .home .concerns .item02 .txt-box h3 {
        font-size: 1.5rem;
        padding-top: 12px;
        margin-bottom: 0;
    }
    .home .concerns .item.fm1 .txt-box::after {
        width: 34px;
        height: 18px;
        margin-left: -17px;
        bottom: -10px;
    }
    .home .concerns .item.fm1 .txt-box {
        padding-bottom: 20px;
        padding-top: 0px;
    }
    .home .concerns .tl .no img {
        width: 45px;
    }
    .home .concerns .tl .no {
        padding: 5px 0;
    }
    .home .concerns .img.fm1 {
        padding-top: 0;
    }
    .home .concerns .item.fm1 {
        margin-top: 30px;
    } 
    .home .concerns .tl .txt,
     .home .concerns .item02 .txt-box,
     .home .concerns .item.fm1 .desc-1{
        font-size: 1.2rem;
    }
    .home .concerns .item.fm1 .img {
        padding: 10px 0 0px;
    }
    .home .concerns .item.fm1 .desc-1 {
        padding-top: 8px;
        padding-bottom: 0px;
    }
    .home .concerns .item02 .img-box {
        padding-top: 0;
    }
    .home .concerns .item02 {
        padding-bottom: 12px;
    }
}
/* phases ==================================================== */
.home .phases .items {
    padding-bottom: 130px;
}
.home .phases .items .item .tl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    border-bottom: 4px solid #38BDD5;
    padding-bottom: 22px;
}
.home .phases .items .item .tl .phases-no {
    width: 270px;
}
.home .phases .items .item .tl .phases-no img {
    width: 100%;
}
.home .phases .items .item .tl .txt{
    padding-left: 55px;
    flex: 1;
}
.home .phases .items .item .tl .txt h3 {
    font-size: 7.1rem;
    color: #3E5686;
    line-height: 1;
    padding-bottom: 8px;
}
.home .phases .items .item .tl .txt p {
    font-size: 3.5rem;
    line-height: 1.7;
    font-family: '小塚ゴシックPr6N', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-weight: 700;
}
.home .phases .items .item {
    padding-top: 110px;
    padding-bottom: 50px;
}
.home .phases .items .item.fm1 {
    padding-bottom: 90px;
}
.home .phases .items .item .inner{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-top: 40px;
}
.home .phases .items .item .inner .img {
    width: 405px;
    margin-left: -105px;
    padding-bottom: 10px;
}
.home .phases .items .item .inner .img img {
    width: 100%;
}
.home .phases .items .item .inner .txt-box {
    flex: 1;
    padding-left: 35px;
    font-size: 2.3rem;
    line-height: 1.73;
    margin-right: -50px;
    /* padding-bottom: 20px; */
}
.home .phases .items .item .inner .txt-box.txt01 {
    padding-bottom: 22px;
}
.home .phases .items .item .inner .txt-box .spec {
    font-size: 2.9rem;
    color: #3E5686;
    line-height: 1.8;
    padding-top: 30px;
    font-weight: 700;
}
.home .phases .items .item.fm1 .inner .img {
    width: 300px;
    margin-left: 0;
}

@media(max-width: 1250px){
    .home .phases .items .item .inner .img {
        margin-left: -40px;
        width: 345px;
    }
    .home .phases .items .item .inner .txt-box {
        margin-right: 40px;
    }
    .home .phases .items .item .inner .txt-box {
        font-size: 2rem;
    }
    .home .phases .items .item .inner .txt-box .spec {
        font-size: 2.5rem;
    }
}
@media(max-width: 1180px) {
    .home .phases .items .item .inner .img {
        margin-left: 0;
    }
    .home .phases .items .item .inner .txt-box {
        font-size: 2rem;
    }
    .home .phases .items .item .inner .txt-box .spec {
        font-size: 2.4rem;
    }
    .home .phases .items .item .inner .txt-box {
        margin-right: 0;
    }
    .home .phases .items .item .tl .txt p {
        font-size: 2.5rem;
    }
    .home .phases .items .item .tl .txt h3 {
        font-size: 6rem;
    }
}
@media(max-width:960px){
    .home .phases .items .item .tl .txt h3 {
        font-size: 5rem;
    }
    .home .phases .items .item .tl .txt p {
        font-size: 2.5rem;
    }
    .home .phases .items .item .inner .txt-box {
        font-size: 1.8rem;
        padding-left: 20px;
    }
    .home .phases .items .item .inner .txt-box .spec {
        font-size: 2.2rem;
    }
    .home .phases .items .item .inner .img {
        width: 250px;
    }
}
@media(max-width:860px) {
    .home .phases .items .item .tl .txt {
        padding-left: 30px;
    }
    .home .phases .items .item .tl .phases-no {
        width: 220px;
    }
    .home .phases .items .item .tl .txt h3 {
        font-size: 4rem;
    }
    .home .phases .items .item .tl .txt p {
        font-size: 2rem;
    }
}
@media(max-width:750px){
    .home .phases .items .item .inner .img{
        width: 100%;
        text-align: center;
    }
    .home .phases .items .item .inner .img img {
        max-width: 400px;
    }
    .home .phases .items .item .inner .txt-box {
        padding-left: 0;
        flex: auto;
        text-align: center;
        padding-top: 50px;
        line-height: 1.5;
    }
    .home .phases .items .item .inner .txt-box .spec {
        padding-top: 15px;
        line-height: 1.57;
    }
    .home .phases .items .item .tl .txt {
        padding-left: 25px;
    }
    .home .phases .items .item .tl {
        flex-direction: column;
        text-align: center;
        align-items: center;
        padding-bottom: 10px;
        border-bottom: 2px solid #38BDD5
    }
    .home .phases .items .item .tl .phases-no {
        padding-bottom: 10px;
        width: 200px;
    }
    .home .phases .items .item .tl .txt h3 {
        padding-bottom: 15px;
    }
    .home .phases .items .item .tl .txt {
        padding-left: 0;
    }
    .home .phases .items .item.fm1 .inner .img {
        width: 100%;
    }
    .home .phases .items .item.fm1 {
        padding-bottom: 20px;
    }
    .home .phases .items .item .inner .txt-box {
        padding-top: 20px;
    }
    .home .phases .items {
        padding-top: 30px;
    }
    .home .phases .items .item {
        padding-top: 10px;
        padding-bottom: 20px;
    }
}
@media(max-width:750px){
    .home .phases .items .item .tl .txt p {
        font-size: 1.8rem;
    }
    .home .phases .items .item .tl .txt h3 {
        font-size: 4rem
    }
    .home .phases .items {
        padding-bottom: 20px;
    }
    .home .phases .items .item .inner {
        padding-top: 20px;
    }
    .home .phases .items .item .inner .txt-box.txt01 {
        padding-bottom: 0;
    }
    .home .phases .items .item .inner .txt-box .spec {
        font-size: 1.8rem;
    }
    .home .phases .items .item .tl .phases-no {
        width: 180px;
    }
}
@media(max-width: 576px){
    .home .phases .items .item .tl .phases-no {
        width: 110px;
        padding-bottom: 8px;
    }
    .home .phases .items .item .tl .txt h3 {
        font-size: 2.6rem;
        padding-bottom: 8px;
    }
    .home .phases .items .item .tl .txt p {
        font-size: 1.2rem;
    }
    .home .phases .items .item .inner .img img {
        max-width: 150px;
    }
    .home .phases .items .item .inner {
        padding-top: 12px;
    }
    .home .phases .items .item .inner .img {
        padding-bottom: 5px;
    }
    .home .phases .items .item .inner .txt-box.txt01 {
        font-size: 1.15rem;
    }
    .home .phases .items .item .inner .txt-box .spec {
        font-size: 1.4rem;
    }
    .home .phases .items .item.fm1 {
        padding-top: 10px;
    }
    .home .phases .items .item.fm1 .inner .img {
        padding-top: 10px;
        padding-bottom: 0;
    }
    .home .phases .items .item .inner .txt-box {
        font-size: 1.15rem;
    }
    .home .phases .items .item.fm1 {
        padding-bottom: 5px;
    }
    .home .phases .items .item:last-child .inner {
        padding-top: 25px;
    }
    .home .phases .items .item:last-child .inner .img {
        position: relative;
    }
    .home .phases .items .item:last-child .inner .img::after{
        content: "";
        position: absolute;
        width: 100vw;
        height: 1px;
        background: #000;
        left: -20px;
        bottom: -10px;
    }
    .home .phases .items .item .inner .txt-box .spec {
        padding-top: 8px;
    }
    .home .phases .items .item:last-child  {
        padding-bottom: 10px;
    }
}
/* comments ================================================== */
.home .comments .item {
    display: flex;
    flex-wrap: wrap;
    padding: 200px 0;
}
.home .comments .item .txt {
    width: 285px;
    height: 285px;
    background: #3E5686;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.66;
    font-family: 'LINESeedJP_OTF', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-weight: 700;
    margin-right: 35px;
}
.home .comments .item ul {
    flex: 1;
    position: relative;
}
.home .comments .item ul  img {
    display: block;
    height: 285px;
    object-fit: contain;
    object-position: center;
    background: #fff;
 border: 10px solid #a3c9dc;
}
 .slick-next,
 .slick-prev{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    border: none;
    text-indent: -999999px;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: unset;
    z-index: 10;
    background: #000;
    border-radius: 50%;
    transition: .3s;
}
 .slick-prev{
    left: -9px;
}
 .slick-next{
    right: -9px;
}
 .slick-prev::before,
 .slick-next::before{
    content: "";
    position: absolute;
    top: 50%;
    width: 16px;
    height:16px;
    margin-top: -8px;
    transition: .2s;
    transform: rotate(45deg);
}
 .slick-prev::before{
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    margin-left: -5px;
    left: 50%;
}
 .slick-next::before{
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    right: 50%;
    margin-right: -5px;
}
@media(hover:hover){
     .slick-next:hover,
     .slick-prev:hover {
        background: #3E5686
    }
}
@media(hover:none){
     .slick-next:active,
     .slick-prev:active {
        background: #3E5686
    }
}
@media(max-width:1024px){
    .home .comments .title h2 {
        font-size: 3rem;
    }
}
@media(max-width:860px){
    .home .comments .item {
        padding: 100px 0;
    }
    .home .comments .item .txt {
        width: 220px;
        height: 220px;
        font-size: 2rem;
        margin-right: 20px;
    }
    .home .comments .item ul img {
        height: 220px;
    }
    .home .comments .title h2 .lb-sp {
        display: block;
    }
}
@media(max-width:750px) {
    .home .comments .item {
        max-width: 680px;
        margin: 0 auto;
        padding: 40px 0;
    }
    .home .comments .item .txt {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0px;
        height: unset;
        padding: 30px 20px;
    }
    .home .comments .item ul {
        flex: auto;
        width: 100%;
    }
    .home .comments .item ul img {
        height: auto;
    }
    .home .comments .title h2 {
        font-size: 2rem;
    }
}
@media(max-width:576px){
    .home .comments .title h2 {
        font-size: 1.5rem;
    }
    .home .comments .item {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .home .comments .item .txt {
        font-size: 1.4rem;
        margin-bottom: 15px;
        line-height: 1.2;
        padding: 18px;
    }
    .home .comments .item {
        max-width: 280px;
    }
    .slick-next, 
    .slick-prev {
        margin-top: -10px;
        width: 20px;
        height: 20px;
    }
     .slick-prev::before, 
     .slick-next::before {
        width: 8px;
        height: 8px;
        margin-top: -4px;
        border-width: 2px;
    }
     .slick-next::before {
        margin-right: -3px;
    }
     .slick-prev::before {
        margin-left: -3px;
    }
}
/* construction ============================================== */
.home .construction {
    padding-bottom: 250px;
}
.home .construction .slider-box .txt-top {
    font-size: 2.3rem;
    line-height: 2;
    padding: 90px 0 80px;
}
.home .construction .slider-box ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc((100vw - 1074px) / 2);
    padding-left: 20px;
}
.home .construction .slider-box ul li {
    width: 33.33%;
    position: relative;
    margin-bottom: 20px;
    padding: 0 9px;
}
.home .construction .slider-box ul li .img {
    padding-top: 74.4%;
    position: relative;
}
.home .construction .slider-box ul li .inner {
    position: relative;
}
.home .construction .slider-box ul li .inner a:hover {
 opacity: 0.8;
 transition: 0.4s;
}
.home .construction .slider-box ul li .img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.home .construction .slider-box ul li h3 {
    position: absolute;
    font-size: 1.8rem;
    line-height: 1;
    bottom: 0;
    left: 0;
    color: #fff;
    font-weight: 700;
    padding: 21px 18px;
    width: 100%;
    text-align: center;
}
.home .construction .slider-box ul li h3::before{
    content: "";
    position: absolute;
    background: #3E5686;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    mix-blend-mode: multiply;
}
.home .construction .slider-box ul li h3 span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
    z-index: 1;
}
.home .construction .slider-box ul .slick-prev {
    left: 8px;
}
.home .construction .slider-box ul .slick-next, 
.home .construction .slider-box ul .slick-prev {
    top: 40%;
}
.home .construction .slider-box ul .slick-next {
    right: 9.2%;
}
.home .construction .slick-list {
    padding-right: 27.5%;
}
@media(max-width: 1080px){
    .home .construction .slider-box ul {
        margin-left: auto;
    }
    .home .construction .slider-box ul {
        padding-left: 10px;
    }
}
@media(max-width:1024px){
    .home .construction .slider-box .txt-top {
        font-size: 2rem;
    }
    .home .construction .slider-box .txt-top .lb-md {
        display: block;
    }
}
@media(max-width: 860px){
    .home .construction .slider-box ul li h3 {
        font-size: 1.6rem;
    }
}
@media(max-width:750px){
    .home .construction .slider-box .txt-top {
        font-size: 1.8rem;
        padding: 40px 0 30px;
    }
    .home .construction .slider-box ul .slick-next {
        right: 8px;
    }
}
@media(max-width: 576px){
    .home .construction .slider-box .txt-top {
        font-size: 1.2rem;
        padding-top: 25px;
    }
    .home .construction .slick-list {
        padding-right: 8.5%;
    }
    .home .construction .slider-box ul li {
        padding: 0 3px;
    }
    .home .construction .slider-box ul {
        padding-left: 15px;
    }
    .home .construction .slider-box ul li h3 {
        font-size: 1rem;
        padding: 10px 10px;
    }
    .home .construction .slider-box ul .slick-next {
        right: 16px;
    }
}
.home .construction .contact {
    padding-top: 160px;
}
.home .construction .contact .inner-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-top: 140px;
}
.home .construction .contact .inner-content .left {
    width: 350px;
    height: 350px;
    border: 5px solid #3E5686;
    color: #3E5686;
    font-size: 3.3rem;
    font-weight: 700;
    line-height: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 90px;
}
.home .construction .contact .inner-content .right {
    flex: 1;
} 
.home .construction .contact .inner-content h4 {
    color: #3E5686;
    font-size: 4.5rem;
}
.home .construction .contact .inner-content .right .txt {
    font-size: 3.4rem;
    line-height: 1.44;
    background: #FFE100;
    color: #3E5686;
    border-radius: 20px;
    padding: 17px 15px;
    margin-top: 40px;
 display: block;
 transition: 0.4s;
}
@media(hover:hover){
    .home .construction .contact .inner-content .right a.txt:hover {
        background: #3E5686;
     color: #FFF;
     transition: 0.4s;
    }
}
.home .construction .contact h3 {
    text-align: center;
    color: #3E5686;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.52;
}
@media(max-width:1024px){
    .home .construction .contact {
        padding-top: 100px;
    }
    .home .construction .contact .inner-content {
        padding-top: 80px;
    }
    .home .construction .contact .inner-content h4{
        font-size: 3.5rem;
    }
    .home .construction .contact h3 {
        font-size: 3rem;
    }
    .home .construction .contact .inner-content .left {
        width: 250px;
        height: 250px;
        font-size: 2.5rem;
        margin-right: 40px;
    }
    .home .construction .contact .inner-content .right .txt {
        font-size: 2.5rem;
        margin-top: 20px
    }
}
@media(max-width: 750px){
    .home .construction .contact {
        max-width: 620px;
        margin: 0 auto;
        padding-top: 20px;
    }
    .home .construction .contact .inner-content .left {
        width: 100%;
        padding: 20px 0;
        margin-right: 0;
        height: unset;
        border: 2px solid #3E5686;
    }
    .home .construction .contact .inner-content {
        padding-top: 30px;
    }
    .home .construction .contact .inner-content .right {
        flex: auto;
        padding-top: 30px;
    }
    .home .construction .contact .inner-content .right .txt {
        margin-top: 32px;
    }
    .home .construction .contact .inner-content h4 {
        font-size: 2.8rem;
    }
    .home .construction .contact h3,
    .home .construction .contact .inner-content .right .txt {
        font-size: 2.2rem;
    }
    .home .construction .contact .inner-content .left {
        font-size: 2rem
    }
    .home .construction .contact .inner-content .right .txt {
        border-radius: 10px;
    }
    .home .construction .contact h3, 
    .home .construction .contact .inner-content .right .txt {
        font-size: 2rem;
    }
    .home .construction .contact .inner-content h4 {
        font-size: 2.2rem;
    }
}
@media(max-width: 576px){
    .home .construction .contact h3, 
    .home .construction .contact .inner-content .right .txt {
        font-size: 1.4rem;
    }
    .home .construction .contact .inner-content .left {
        height: auto;
        width: 100%;
        margin: 0;
        padding: 15px 5px;
        font-size: 1.5rem;
        line-height: 1.5;
    }
    .home .construction .contact .inner-content h4 {
        font-size: 1.6rem;
    }
    .home .construction .contact .inner-content .right .txt{
        margin-top: 15px;
        padding: 10px;
        border-radius: 8px;
    }
    .home .construction .contact .container {
        max-width: 320px;
    }
    .home .construction .items .container {
        max-width: 320px;
    }
}
.home .construction .items {
    padding-top: 90px;
}
.home .construction .items ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -50px;
}
.home .construction .items ul li {
    width: 50%;
    padding: 0 50px;
    font-size: 1.8rem;
    line-height: 1.83;
}
.home .construction .items ul li h3 {
    color: #3E5686;
    font-size: 2.8rem;
    padding-bottom: 18px;
}
.home .construction .items ul li .img {
    margin-bottom: 30px;
    padding-top: 66.66%;
    position: relative;
}
.home .construction .items ul li .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}
.home .construction .items ul li .add {
    color: #3E5686;
    line-height: 1.71;
    font-size: 2.1rem;
    font-weight: 700;
    padding-top: 15px;
}
.home .construction .items ul li a.btn {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    display: block;
    position: relative;
    color: #3E5686;
    padding: 35px 0 45px;
    transition: .3s;
}
.home .construction .items ul li a.btn::before,
.home .construction .items ul li a.btn::after {
    content: "";
    position: absolute;
}
.home .construction .items ul li a.btn::before {
    width: 100%;
    width: 100%;
    height: 25px;
    background: url(../img/construction-underline.png) no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
}
.home .construction .items ul li a.btn:hover {
    opacity: .5;
}
@media(max-width: 1100px){
    .home .construction .items ul {
        margin: 0 -20px;
    }
    .home .construction .items ul li {
        padding: 0 20px;
    }
}
@media(max-width: 960px) {
    .home .construction .items ul li a.btn {
        font-size: 2.8rem
    }
    .home .construction .items ul li .add {
        font-size: 1.8rem;
    }
    .home .construction .items ul li {
        font-size: 1.6rem;
    }
    .home .construction .items ul li h3 {
        font-size: 2.5rem;
    }
}
@media(max-width: 860px) {
    .home .construction .items ul {
        margin: 0 -10px
    }
    .home .construction .items ul li {
        padding: 0 10px;
    }
    .home .construction {
        padding-bottom: 150px;
    }
}
@media(max-width:750px){
    .home .construction .items {
        max-width: 620px;
        margin: 0 auto;
    }
    .home .construction .items ul {
        margin: 0
    }
    .home .construction .items ul li {
        padding: 0;
        width: 100%;
    }
    .home .construction .items ul li a.btn::before {
        height: 20%;
    }
    .home .construction .items ul li a.btn::before {
        height: 34%;
    }
    .home .construction .items {
        padding-top: 30px;
    }
    .home .construction .items ul li {
        padding-bottom: 10px;
    }
    .home .construction .items ul li a.btn {
        font-size: 6vw;
        padding-bottom: 10vw;
    }
    .home .construction .items .lb-sp {
        display: none;
    }
    .home .construction {
        padding-bottom: 20px;
    }
    .home .construction .items ul li .img {
        padding-top: 0;
        margin-bottom: 15px;
    }
    .home .construction .items ul li .img img {
        position: unset;
        height: auto;
    }
    .home .construction .items ul li a.btn {
        padding-top: 20px;
    }
    .home .construction .items ul li .add {
        font-size: 1.6rem;
    }
    .home .construction .items ul li {
        font-size: 1.4rem;
    }
    .home .construction .items ul li {
        font-size: 1.1rem;
    }
    .home .construction .items ul li .add {
        font-size: 1.2rem;
    }
    .home .construction .items ul li a.btn {
        font-size: 1.8rem;
    }
}
@media(max-width:576px){
    .home .construction .items ul li h3 {
        font-size: 1.8rem;
        padding-bottom: 5px;
    }
    .home .construction .items {
        padding-top: 20px;
    }
}
@media(max-width: 374px){
    .home .construction .items .lb-sp {
        display: block;
    }
}
/*
==============================================================
=========================== End Home =========================
==============================================================
*/

/*add20250224*/
.home .construction .items ul li .map iframe {
 max-width: 100%;
 height: 400px;
 padding: 10px 0 0 0;
}
@media(max-width:750px){
 .home .construction .items ul li .map iframe {
  height: 250px;
 }
}