html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    line-height: 1
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: 'Sen';
    font-style: normal;
    font-weight: 400;
    src: url("../font/Sen-Regular.ttf") format("truetype"),url("../font/Sen-Regular.woff") format("woff"),url("../font/Sen-Regular.eot?") format("eot");
    font-display: swap
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

@media (max-width: 960px) {
    html {
        font-size:50%
    }
}

*,*:before,*:after {
    box-sizing: inherit;
    -webkit-box-sizing: inherit
}

body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    line-height: 1.7;
    color: #333
}

@media (max-width: 640px) {
    body {
        font-size:1.6rem
    }
}

.preload * {
    -webkit-transition: none !important;
    transition: none !important
}

a {
    text-decoration: none;
    color: #333;
    transition: .3s;
    -webkit-transition: .3s
}

img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
    width: auto
}

.pc_only {
    display: inherit
}

@media (max-width: 640px) {
    .pc_only {
        display:none
    }
}

.sp_only {
    display: none
}

@media (max-width: 640px) {
    .sp_only {
        display:inherit
    }
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex.both {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between
}

.flex-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.btn {
    display: block;
    position: relative;
    color: #224691;
    background: #fff;
    border: 1px solid #224691;
    padding: 20px 0;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    width: 48%;
    margin: 0 auto
}

.btn:hover {
    opacity: .6
}

.btn:before {
    content: "";
    position: absolute;
    top: 50%
}

.btn.back:before {
    left: 5%;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: transparent transparent #224691 #224691;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -5px
}

.btn.out:before {
    right: 5%;
    width: 16px;
    height: 16px;
    background: url(../img/icon-link.png) no-repeat center center;
    background-size: contain;
    margin-top: -8px
}

@media (max-width: 640px) {
    .btn {
        width:100%;
        padding: 15px 0
    }
}

input,textarea,select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    max-width: 100%;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300
}

input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    appearance: button
}

.li-style {
    max-width: 1170px;
    margin: 0 auto;
    width: 98%
}

.li-style li {
    line-height: 2;
    padding-left: 30px;
    position: relative;
    margin-bottom: 1%
}

.li-style li:before {
    content: "";
    position: absolute;
    left: 0
}

.li-style.maru li:before {
    width: 14px;
    height: 14px;
    background: #ffe548;
    border-radius: 50%;
    top: 8px
}

@media (max-width: 960px) {
    .li-style li {
        padding-left:25px
    }

    .li-style.maru li:before {
        width: 12px;
        height: 12px
    }
}

@media (max-width: 640px) {
    .li-style li {
        padding-left:20px;
        margin-bottom: 2%
    }

    .li-style.maru li:before {
        width: 10px;
        height: 10px
    }
}

.ta-table1 {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    border: 1px solid #224691
}

.ta-table1 th {
    width: 25%;
    padding: 2%;
    background: #eaf1ff;
    text-align: center;
    border-right: 3px solid #ffe548;
    border-bottom: 1px dashed #224691
}

.ta-table1 td {
    width: 75%;
    border-bottom: 1px dashed #224691;
    padding: 2%
}

@media (max-width: 640px) {
    .ta-table1 {
        border:none
    }

    .ta-table1 td,.ta-table1 th {
        display: block;
        width: 100%;
        border: none;
        padding: 6px 5%
    }

    .ta-table1 th {
        text-align: left
    }

    .ta-table1 td {
        padding: 10px 1% 20px
    }
}

.ti-en {
    font-family: "Sen";
    font-size: 3rem
}

@media (max-width: 960px) {
    .ti-en {
        font-size:2.6rem
    }
}

@media (max-width: 960px) {
    .ti-en {
        font-size:2.4rem
    }
}

.ti-bl {
    padding-left: 30px;
    position: relative;
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 5%
}

.ti-bl:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: #224691;
    width: 12px;
    height: 1px
}

.ti-bl.white {
    color: #fff
}

.ti-bl.white:before {
    background: #fff
}

@media (max-width: 960px) {
    .ti-bl {
        font-size:2.6rem
    }
}

@media (max-width: 640px) {
    .ti-bl {
        font-size:2rem;
        margin-bottom: 30px
    }
}

.ti-bd {
    border-bottom: 1px solid #224691;
    font-size: 2.6rem;
    font-weight: 600;
    margin-bottom: 5%
}

.ti-bd span {
    border-bottom: 4px solid #ffe548;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: -2px
}

@media (max-width: 960px) {
    .ti-bd {
        font-size:2.2rem
    }
}

@media (max-width: 640px) {
    .ti-bd {
        font-size:1.8rem;
        margin-bottom: 30px
    }

    .ti-bd span {
        border-bottom-width: 3px;
        margin-bottom: -1.5px
    }
}

.ti-blue {
    color: #224691;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 1%
}

@media (max-width: 640px) {
    .ti-blue {
        font-size:1.8rem
    }
}

.ti-no {
    position: relative;
    padding-left: 50px;
    font-weight: 600;
    font-size: 2.4rem;
    margin-bottom: 2%
}

.ti-no span {
    width: 40px;
    height: 40px;
    font-size: 3rem;
    position: absolute;
    font-family: "Sen";
    left: 0;
    background: #ffe548;
    border-radius: 50%;
    line-height: 40px;
    text-align: center
}

@media (max-width: 960px) {
    .ti-no {
        padding-left:40px;
        font-size: 2rem
    }

    .ti-no span {
        font-size: 2.6rem;
        width: 28px;
        height: 28px;
        line-height: 28px
    }
}

@media (max-width: 640px) {
    .ti-no {
        font-size:1.7rem;
        line-height: 1.5;
        padding-left: 26px;
        margin-bottom: 10px
    }

    .ti-no span {
        font-size: 2rem;
        width: 20px;
        height: 20px;
        line-height: 20px
    }
}

.head {
    padding: 20px 0
}

.head>.flex {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

@media (max-width: 640px) {
    .head {
        padding:15px 0
    }
}

.head-logo {
    width: 30%
}

@media (max-width: 640px) {
    .head-logo {
        width:60%;
        max-width: 240px
    }
}

.head.top .globalnav,.head.top .is-hamburger {
    display: none
}

.footer {
    background: #224691;
    color: #fff;
    padding: 50px 0
}

@media (max-width: 960px) {
    .footer {
        padding:40px 0
    }
}

.footer-copy {
    text-align: right;
    font-size: 1.4rem;
    width: 100%;
    margin-top: 2%
}

@media (max-width: 960px) {
    .footer-copy {
        text-align:center;
        margin-top: 40px
    }
}

.footer-logo {
    margin-bottom: 3%
}

@media (max-width: 960px) {
    .footer-logo {
        width:80%;
        margin: 0 auto 20px
    }
}

.footer-company {
    font-size: 1.6rem;
    width: 30%
}

@media (max-width: 960px) {
    .footer-company {
        width:90%;
        max-width: 296px;
        margin: 0 auto 30px
    }
}

.footer-about {
    width: 65%;
    max-width: 820px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

@media (max-width: 960px) {
    .footer-about {
        width:100%;
        max-width: 640px;
        margin: 0 auto
    }
}

.footer-nav {
    position: relative;
    width: 75%
}

.footer-nav a {
    color: #fff
}

.footer-nav .top {
    border-bottom: 1px solid rgba(240,240,240,0.3);
    padding-bottom: 2%;
    margin-bottom: 2%
}

.footer-nav .bottom {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end
}

.footer-nav .bottom li {
    margin-left: 6%
}

@media (max-width: 640px) {
    .footer-nav {
        width:86%;
        margin: 0 auto 40px
    }

    .footer-nav a {
        display: block;
        padding: 10px 2% 10px 25px;
        border-bottom: 1px solid rgba(240,240,240,0.3);
        position: relative
    }

    .footer-nav a:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 5px;
        width: 6px;
        height: 6px;
        border: 1px solid;
        border-color: #fff #fff transparent transparent;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-top: -3px
    }

    .footer-nav .top {
        border-bottom: 0;
        margin-bottom: 0;
        padding: 0
    }

    .footer-nav .top li {
        width: 100%
    }

    .footer-nav .bottom li {
        margin: 0 auto;
        width: 100%
    }

    .footer-nav .bottom li:last-child a {
        border-bottom: 0
    }
}

.footer-iso {
    width: 20%;
    max-width: 145px
}

@media (max-width: 640px) {
    .footer-iso {
        width:40%;
        margin: 0 auto
    }
}

.globalnav {
    width: 65%;
    max-width: 600px
}

.globalnav li {
    padding-left: 42px;
    position: relative
}

.globalnav li:before {
    content: "";
    width: 30px;
    height: 34px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -17px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.globalnav a {
    font-weight: 600;
    padding: 10px 0;
    border-bottom: 3px solid #fff
}

.globalnav a:hover {
    border-bottom-color: #ffe548
}

.globalnav .active a {
    border-bottom-color: #ffe548
}

.globalnav .icon1:before {
    background-image: url(../img/nav-icon1.png)
}

.globalnav .icon2:before {
    background-image: url(../img/nav-icon2.png)
}

.globalnav .icon3:before {
    background-image: url(../img/nav-icon3.png)
}

.globalnav .icon4:before {
    background-image: url(../img/nav-icon4.png)
}

@media (max-width: 960px) {
    .globalnav li {
        padding-left:30px
    }

    .globalnav li:before {
        width: 20px;
        height: 26px;
        margin-top: -13px
    }

    .globalnav a {
        padding: 7px 0;
        border-bottom-width: 2px
    }
}

@media (max-width: 640px) {
    .globalnav {
        position:fixed;
        width: 100%;
        height: 100%;
        height: 100vh;
        overflow-y: auto;
        top: 0;
        left: 0;
        margin: 0;
        padding: 80px 0 5%;
        z-index: 998;
        transition: opacity 1s, visibility 1s;
        -webkit-transition: opacity 1s, visibility 1s;
        opacity: 0;
        visibility: hidden;
        background: rgba(34,70,145,0.9)
    }

    .globalnav.is-active {
        opacity: 1;
        visibility: visible
    }

    .globalnav ul {
        max-width: 600px;
        margin: 0 auto;
        width: 94%
    }

    .globalnav li {
        width: 45%;
        margin: 0 auto 5%;
        padding: 0;
        position: relative;
        overflow: hidden
    }

    .globalnav li:before {
        top: 25px;
        width: 30px;
        height: 40px;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .globalnav li a {
        display: block;
        padding: 80px 6% 20px;
        border-bottom: 0;
        text-align: center;
        background: #fff;
        font-size: 1.8rem
    }

    .globalnav .link {
        width: 94%;
        margin-top: 20px
    }

    .globalnav .link:before {
        content: none
    }

    .globalnav .link a {
        width: 100%;
        color: #fff;
        padding: 10px 0;
        background: none;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff
    }
}

.l-inner {
    max-width: 1400px;
    width: 96%;
    margin: 0 auto
}

@media (max-width: 960px) {
    .l-inner {
        width:92%
    }
}

.c-thumbnail {
    width: 100%;
    padding-top: 72.25%;
    position: relative;
    display: block;
    overflow: hidden
}

.c-thumbnail img {
    object-fit: cover;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.c-bread {
    background: #ffe548;
    padding: 6px 0;
    margin-bottom: 6%
}

.c-bread ul {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.c-bread li {
    padding: 5px 30px 5px 0;
    line-height: 1;
    position: relative;
    font-size: 1.4rem
}

.c-bread li img {
    width: 14px
}

.c-bread li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-color: #224691 #224691 transparent transparent;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: -4px 12px 0 0
}

.c-bread li:last-child:after {
    content: none
}

@media (max-width: 960px) {
    .c-bread li img {
        width:12px
    }
}

@media (max-width: 640px) {
    .c-bread {
        padding:8px 0
    }

    .c-bread li {
        padding: 0 25px 0 0
    }

    .c-bread li:after {
        margin-right: 10px;
        width: 6px;
        height: 6px;
        margin-top: -3px
    }
}

.c-page-title {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.c-page-title .box {
    padding: 50px 0 25px;
    background: rgba(140,173,235,0.6);
    max-width: 420px;
    width: 70%;
    margin: 0 auto;
    text-align: center
}

.c-page-title .icon {
    width: auto;
    height: 100px;
    margin: 0 auto
}

.c-page-title .icon img {
    width: auto;
    height: 100%
}

.c-page-title .en {
    font-family: "Sen";
    font-size: 4rem;
    color: #fff;
    text-indent: .4rem;
    letter-spacing: .4rem
}

.c-page-title .title {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600
}

@media (max-width: 960px) {
    .c-page-title .box {
        padding:30px 0 15px;
        max-width: 300px
    }

    .c-page-title .icon {
        height: 70px
    }

    .c-page-title .en {
        font-size: 3rem
    }
}

@media (max-width: 640px) {
    .c-page-title .box {
        padding:18px 0 8px;
        max-width: 200px;
        line-height: 1.4
    }

    .c-page-title .icon {
        height: 50px;
        margin-bottom: 5px
    }

    .c-page-title .en {
        font-size: 2.4rem
    }

    .c-page-title .title {
        font-size: 1.4rem
    }
}

.c-tab {
    border-bottom: 1px solid #224691;
    margin-bottom: 5%
}

.c-tab.col2 ul {
    width: 94%;
    max-width: 910px
}

.c-tab.col2 li {
    width: 48%
}

.c-tab.col4 li {
    width: 24%
}

.c-tab ul {
    max-width: 1400px;
    width: 96%;
    margin: 0 auto
}

.c-tab li {
    /*width: 31%; 202512修正*/
    width: 23%;
}

.c-tab a {
    font-weight: 600;
    display: block;
    border: 1px solid #224691;
    border-bottom: 0;
    text-align: center;
    font-size: 2.2rem;
    padding: 20px 0
}

.c-tab a:hover {
    color: #224691;
    background: #f5f8ff
}

.c-tab .active,.c-tab .active:hover {
    background: none;
    color: #224691;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px
}

@media (max-width: 960px) {
    .c-tab a {
        padding:15px 0;
        font-size: 2rem
    }
}

@media (max-width: 640px) {
    .c-tab {
        margin-bottom:40px
    }

    .c-tab a {
        padding: 10px 0;
        font-size: 1.6rem
    }
}

.c-inb {
    display: inline-block
}

.c-bold {
    font-weight: 600
}

.c-right {
    text-align: right
}

.c-center {
    text-align: center
}

.c-mb3 {
    margin-bottom: 3% !important
}

@media (max-width: 640px) {
    .c-mb3 {
        margin-bottom:6% !important
    }
}

.c-mb5 {
    margin-bottom: 5% !important
}

@media (max-width: 640px) {
    .c-mb5 {
        margin-bottom:8% !important
    }
}

.c-mb8 {
    margin-bottom: 8% !important
}

@media (max-width: 640px) {
    .c-mb8 {
        margin-bottom:40px !important
    }
}

.c-mb10 {
    margin-bottom: 10% !important
}

@media (max-width: 640px) {
    .c-mb10 {
        margin-bottom:50px !important
    }
}

.top-menu {
    max-width: 1260px;
    width: 96%;
    margin: 0 auto
}

.top-menu li {
    width: 23%
}

.top-menu a {
    padding: 35% 1% 8%;
    display: block;
    border: 1px solid #224691;
    text-align: center;
    color: #658dda;
    font-size: 1.5rem;
    position: relative;
    background: #fff
}

.top-menu a:hover {
    background: #f5f8ff;
    border-color: #658dda
}

.top-menu a:before {
    content: "";
    width: 40px;
    height: 0;
    padding-top: 25%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 10% auto 0;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.top-menu a span {
    font-size: 3rem;
    font-size: calc(2.2rem + ((1vw - 0.64rem) * 1.1029));
    letter-spacing: .2rem;
    display: block;
    font-family: 'Sen';
    color: #333
}

.top-menu .icon1:before {
    background-image: url(../img/nav-icon1.png)
}

.top-menu .icon2:before {
    background-image: url(../img/nav-icon2.png)
}

.top-menu .icon3:before {
    background-image: url(../img/nav-icon3.png)
}

.top-menu .icon4:before {
    background-image: url(../img/nav-icon4.png)
}

@media (max-width: 960px) {
    .top-menu a {
        font-size:1.4rem;
        padding: 32% 1% 6%
    }

    .top-menu a span {
        font-size: 2rem
    }

    .top-menu a:before {
        margin-top: 9%;
        width: 30px;
        padding-top: 20%
    }
}

@media (max-width: 640px) {
    .top-menu li {
        width:24%
    }

    .top-menu a {
        font-size: 1.2rem;
        line-height: 1.5;
        padding: 35px 1% 8px
    }

    .top-menu a span {
        font-size: 1.6rem;
        letter-spacing: 0
    }

    .top-menu a:before {
        margin-top: 8px;
        padding-top: 26%;
        width: 30px;
        padding: 0;
        height: 25px
    }
}

.top-main {
    position: relative;
    margin-top: -6%;
    z-index: -1
}

.top-main .catch {
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 5%;
    width: 60%;
    margin: 0 auto;
    height: 100%;
    z-index: 1;
    text-align: center
}

@media (max-width: 640px) {
    .top-main {
        margin-top:-35px
    }

    .top-main .catch {
        width: 90%
    }
}

.top-info {
    margin: 4% 0 6%
}

.top-info .l-inner {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    max-width: 1200px
}

.top-info .ti-en {
    width: 28%
}

.top-info dl {
    width: 72%;
    padding-left: 7%;
    border-left: 1px solid #224691;
    position: relative
}

.top-info dt {
    position: absolute
}

.top-info dd {
    margin: 0 0 2% 140px;
    position: relative
}

.top-info dd span {
    background: #ffe548;
    display: inline-block;
    padding: 0 10px;
    font-size: 1.6rem;
    color: #224691;
    position: absolute;
    top: 2px;
    width: 100px;
    text-align: center
}

.top-info dd a {
    display: inline-block;
    margin-left: 120px
}

.top-info dd a:hover {
    color: #224691
}

.top-info dd:last-of-type {
    margin-bottom: 0
}

@media (max-width: 960px) {
    .top-info dd {
        margin:0 0 2% 100px
    }

    .top-info .ti-en {
        width: 100%;
        margin-bottom: 20px
    }

    .top-info dl {
        width: 100%;
        border-top: 1px solid #224691;
        border-left: 0;
        padding: 20px 0 0
    }
}

@media (max-width: 640px) {
    .top-info {
        margin:25px 0 50px
    }

    .top-info .ti-en {
        margin-bottom: 10px
    }

    .top-info dt {
        position: relative;
        margin-bottom: 5px
    }

    .top-info dd {
        margin: 0 0 20px
    }

    .top-info dd span {
        font-size: 1.4rem;
        width: 80px;
        margin-top: -28px;
        left: 90px
    }

    .top-info dd a {
        margin: 0
    }
}

.company-rinen {
    background-color: #cee1ff;
    background-image: url(../img/company-img1.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    padding: 8% 0 45%;
    margin-bottom: 8%
}

.company-rinen .top {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.company-rinen .top .txt {
    width: 50%;
    line-height: 2;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 300
}

.company-rinen .top .img {
    width: 50%;
    mix-blend-mode: multiply;
    text-align: center
}

@media (max-width: 960px) {
    .company-rinen .top .img img {
        width:50%
    }
}

@media (max-width: 640px) {
    .company-rinen {
        margin-bottom:40px;
        padding: 40px 0 180px
    }

    .company-rinen .top .img {
        width: 100%;
        margin-bottom: 20px
    }

    .company-rinen .top .txt {
        width: 100%
    }
}

.company-history {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto
}

.company-history dl {
    position: relative;
    padding: 1% 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.company-history dl:before {
    content: "";
    background: #224691;
    position: absolute;
    top: 0;
    left: 25%;
    width: 1px;
    height: 100%
}

.company-history dt {
    width: 25%;
    text-align: right;
    padding-right: 5%;
    position: relative
}

.company-history dt:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 14px;
    height: 14px;
    top: 50%;
    margin: -7px -7px 0 0;
    background: #fff;
    border: 2px solid #ffe548;
    border-radius: 50%
}

.company-history dd {
    width: auto;
    width: 75%;
    padding-left: 5%;
    height: 100%
}

@media (max-width: 640px) {
    .company-history dl {
        width:100%;
        padding: 4% 0
    }

    .company-history dl:before {
        left: 90px
    }

    .company-history dt {
        width: 90px;
        padding-right: 10px
    }

    .company-history dt:after {
        width: 10px;
        height: 10px;
        margin: -5px -5px 0 0
    }

    .company-history dd {
        width: auto;
        width: calc(100% - 100px)
    }
}

.company-jimusyo {
    background: #eaf1ff;
    padding: 5% 0
}

.company-jimusyo .list {
    background: #fff;
    margin-bottom: 5%;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.company-jimusyo .list:last-of-type {
    margin-bottom: 0
}

.company-jimusyo .img {
    width: 45%
}

.company-jimusyo .img img {
    width: 100%
}

.company-jimusyo .txt {
    width: 55%;
    padding: 0 3% 0 5%;
    line-height: 2
}

.company-jimusyo .txt h3 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 4%
}

.company-jimusyo .map {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.company-jimusyo .link {
    background: #ffe548;
    display: inline-block;
    padding: 2px 22px 2px 40px;
    border-radius: 25px;
    text-align: center;
    position: relative
}

.company-jimusyo .link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 14px;
    background: url(../img/icon-map.png) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-top: -8px
}

@media (max-width: 960px) {
    .company-jimusyo .img {
        width:40%
    }

    .company-jimusyo .txt {
        width: 60%
    }

    .company-jimusyo .link {
        padding: 2px 15px 2px 30px;
        font-size: 1.4rem
    }

    .company-jimusyo .link:before {
        left: 10px
    }
}

@media (max-width: 640px) {
    .company-jimusyo .img {
        width:100%
    }

    .company-jimusyo .img img {
        width: 100%
    }

    .company-jimusyo .txt {
        width: 100%;
        padding: 30px 5%
    }

    .company-jimusyo .link {
        width: 34px;
        height: 34px;
        color: #ffe548;
        border-radius: 50%;
        padding: 5px 0;
        font-size: 1rem;
        white-space: nowrap
    }

    .company-jimusyo .link:before {
        left: 0;
        right: 0;
        margin: -8px auto 0
    }
}

.company-quality .data {
    max-width: 1170px;
    width: 98%;
    margin: 0 auto 8%
}

.company-quality .item {
    max-width: 1340px;
    margin: 0 auto 8%
}

.company-quality .txt {
    max-width: 1170px;
    margin: 0 auto
}

.company-quality .iso li {
    margin: 0 auto;
    max-width: 40%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.company-quality .iso .caption {
    font-size: 2.4rem;
    font-weight: 600;
    padding-left: 30px
}

@media (max-width: 960px) {
    .company-quality .iso .img {
        width:40%
    }

    .company-quality .iso .caption {
        width: 60%;
        font-size: 2rem
    }
}

@media (max-width: 640px) {
    .company-quality .iso li {
        width:90%;
        margin-bottom: 20px;
        max-width: inherit
    }

    .company-quality .iso .img {
        width: 30%
    }

    .company-quality .iso .caption {
        width: 80%;
        font-size: 1.8rem
    }
}

.welfare {
    background: #eaf1ff;
    padding: 6% 0
}

.welfare .ti-blue {
    font-size: 2.8rem;
    margin-bottom: 5%
}

@media (max-width: 960px) {
    .welfare {
        padding:50px 0
    }

    .welfare .ti-blue {
        font-size: 2.4rem
    }
}

.welfare-top {
    text-align: center;
    width: 96%;
    margin: 0 auto 8%
}

.welfare-top .catch {
    max-width: 1040px;
    margin: 0 auto 3%;
    margin-bottom: 3%;
    font-size: 4rem;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 300
}

.welfare-top .txt {
    line-height: 2
}

@media (max-width: 960px) {
    .welfare-top .catch {
        font-size:3rem
    }
}

@media (max-width: 640px) {
    .welfare-top {
        text-align:left
    }

    .welfare-top .catch {
        font-size: 2.2rem;
        margin-bottom: 20px
    }
}

.welfare-item1 h2 {
    width: 60%;
    letter-spacing: .3rem;
    position: relative;
    z-index: 2;
    background: #658dda;
    color: #fff;
    padding: 1% 40px;
    font-size: 3rem;
    margin-bottom: -5%;
    font-weight: 600;
    text-align: center
}

.welfare-item1 .flex {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end
}

.welfare-item1 .img {
    width: 60%;
    margin-bottom: 8%
}

.welfare-item1 .img p:nth-child(2) {
    margin-top: 4%;
    width: 60%
}

.welfare-item1 .txt {
    width: 55%;
    position: relative;
    z-index: 1;
    line-height: 2
}

.welfare-item1 .bg {
    background: #fff;
    padding: 13% 6% 10%;
    width: 96%
}

.welfare-item1 .box1 {
    margin-bottom: 6%
}

.welfare-item1 .box1 .img {
    margin-left: -15%
}

.welfare-item1 .box1 .bg {
    margin-left: 4%
}

.welfare-item1 .box2 .img {
    margin-right: -15%
}

.welfare-item1 .box2 .bg {
    margin-left: 4%
}

@media (max-width: 960px) {
    .welfare-item1 .flex {
        -webkit-align-items:flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start
    }

    .welfare-item1 h2 {
        width: 70%;
        font-size: 2.4rem
    }

    .welfare-item1 .txt {
        margin-top: 5%
    }
}

@media (max-width: 640px) {
    .welfare-item1 h2 {
        width:100%;
        margin: 0;
        font-size: 2.2rem
    }

    .welfare-item1 .txt {
        width: 100%;
        margin: 0 !important
    }

    .welfare-item1 .img {
        width: 100%;
        margin: 0 !important;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .welfare-item1 .img p:first-child {
        width: 50%
    }

    .welfare-item1 .img p:last-child {
        width: 100%
    }

    .welfare-item1 .img p:nth-child(2) {
        width: 50%;
        margin: 0
    }

    .welfare-item1 .box2 {
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .welfare-item1 .bg {
        padding: 25px 5%;
        margin: 0 !important;
        width: 100%
    }
}

.welfare-item2 .box {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #cee1ff;
    padding: 5%;
    margin-bottom: 5%
}

.welfare-item2 .img {
    width: 47%
}

.welfare-item2 .txt {
    width: 47%;
    line-height: 2
}

@media (max-width: 640px) {
    .welfare-item2 .img {
        width:100%
    }

    .welfare-item2 .txt {
        width: 100%;
        margin-bottom: 20px
    }

    .welfare-item2 .box:last-child {
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.welfare-item3 .box {
    background: #fff;
    width: 47%;
    margin: 3% 0
}

.welfare-item3 .img img {
    width: 100%
}

.welfare-item3 .txt {
    padding: 5%
}

@media (max-width: 640px) {
    .welfare-item3 .box {
        max-width:500px;
        width: 100%;
        margin: 0 auto 5%
    }

    .welfare-item3 .txt {
        padding: 30px 5%
    }
}

.access {
    background: #eaf1ff;
    padding: 6% 0
}

.access .ti-blue {
    font-size: 2.8rem;
    margin-bottom: 5%
}

@media (max-width: 960px) {
    .access {
        padding:50px 0
    }

    .access .ti-blue {
        font-size: 2.4rem
    }
}

.access-item {
    padding: 5%;
    background: #fff;
    border-top: 5px solid #ffe548
}

.access-item .inner {
    max-width: 1040px;
    margin: 0 auto
}

.access-item h2 {
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5%
}

.access-item .img {
    margin-bottom: 5%
}

.access-item h3 {
    margin-bottom: 4%;
    border-bottom: 1px solid #8cadeb
}

.access-item h3 span {
    display: inline-block;
    background: #8cadeb;
    padding: 1% 5%;
    width: 50%;
    text-align: center;
    color: #fff;
    border-radius: 10px 10px 0 0
}

.access-item .box {
    width: 48%;
    line-height: 2
}

@media (max-width: 960px) {
    .access-item h3 span {
        border-radius:6px 6px 0 0;
        width: 60%
    }
}

@media (max-width: 640px) {
    .access-item {
        border-top-width:3px;
        padding: 25px 5% 10px
    }

    .access-item h2 {
        font-size: 2.4rem
    }

    .access-item .img {
        margin-bottom: 20px
    }

    .access-item .box {
        width: 100%;
        margin-bottom: 20px
    }
}

.access-map {
    margin-bottom: 5%
}

.access-map iframe {
    width: 100%;
    height: 500px;
    height: 60vh
}

@media (max-width: 640px) {
    .access-map {
        margin-bottom:40px
    }

    .access-map iframe {
        height: 50vh
    }
}

.develop-top {
    text-align: center;
    width: 100%;
    padding: 12% 0;
    margin: 0 auto;
    background: url(../img/develop-back.jpg) no-repeat center center;
    background-size: cover
}

.develop-top .catch {
    max-width: 720px;
    margin: 0 auto 3%;
    margin-bottom: 3%;
    font-size: 4rem;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 300
}

.develop-top .txt {
    max-width: 600px;
    margin: 0 auto;
    line-height: 2
}

@media (max-width: 960px) {
    .develop-top .catch {
        font-size:3rem;
        max-width: 440px
    }

    .develop-top .txt {
        max-width: 480px
    }
}

@media (max-width: 640px) {
    .develop-top {
        text-align:left;
        padding: 80px 5%
    }

    .develop-top .catch {
        font-size: 2.2rem;
        margin-bottom: 20px
    }

    .develop-top .txt {
        max-width: 440px
    }
}

.develop-item h2 {
    background: #658dda;
    color: #ffe548;
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    padding: 1% 0;
    letter-spacing: .3rem;
    margin-bottom: 5%
}

.develop-item .txt {
    line-height: 2
}

@media (max-width: 960px) {
    .develop-item h2 {
        font-size:2.6rem
    }
}

@media (max-width: 640px) {
    .develop-item h2 {
        font-size:2.2rem
    }
}

.develop-item.box1 .txt {
    max-width: 900px;
    margin: 0 auto 5%
}

.develop-item.box1 li {
    width: 49%
}

.develop-item.box2 .flex {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.develop-item.box2 .txt {
    width: 48%
}

.develop-item.box2 .img {
    width: 48%
}

@media (max-width: 640px) {
    .develop-item.box2 .flex {
        -webkit-flex-direction:column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .develop-item.box2 .txt {
        margin-bottom: 20px;
        width: 100%
    }

    .develop-item.box2 .img {
        width: 100%
    }
}

.products-top {
    text-align: center;
    width: 96%;
    padding: 3% 0 0;
    margin: 0 auto 8%
}

.products-top .catch {
    max-width: 1040px;
    margin: 0 auto 3%;
    margin-bottom: 3%;
    font-size: 4rem;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 300
}

.products-top .txt {
    max-width: 580px;
    margin: 0 auto;
    line-height: 2
}

@media (max-width: 960px) {
    .products-top .catch {
        font-size:3rem
    }

    .products-top .txt {
        max-width: 460px
    }
}

@media (max-width: 640px) {
    .products-top {
        text-align:left
    }

    .products-top .catch {
        max-width: 460px;
        font-size: 2.2rem;
        margin-bottom: 20px
    }
}

.products-list .item {
    padding: 1% 2%;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.products-list .item:nth-of-type(1) {
    background: #8cadeb
}

.products-list .item:nth-of-type(2) {
    background: #8d92d6
}

.products-list .item:nth-of-type(3) {
    background: #73b4e5
}

.products-list .item:nth-of-type(4) {
    background: #72c0d4
}

.products-list h2 {
    color: #fff;
    width: 35%;
    font-weight: 600;
    font-size: 3rem
}

.products-list ul {
    width: 65%
}

.products-list li {
    width: 48%;
    margin: 1% 0
}

@media (max-width: 960px) {
    .products-list h2 {
        font-size:2.4rem
    }
}

@media (max-width: 640px) {
    .products-list .item {
        padding:5%
    }

    .products-list h2 {
        width: 100%;
        text-align: center;
        margin-bottom: 10px
    }

    .products-list ul {
        width: 90%;
        margin: 0 auto
    }

    .products-list li {
        width: 100%;
        margin: 8px 0
    }
}

.products-about {
    margin-bottom: 8%
}

.products-about.item1 h2 {
    background: #8cadeb
}

.products-about.item2 h2 {
    background: #8d92d6
}

.products-about.item3 h2 {
    background: #73b4e5
}

.products-about.item4 h2 {
    background: #72c0d4
}

.products-about h2 {
    margin-bottom: 5%;
    text-align: center;
    font-size: 3.4rem;
    font-weight: 600;
    color: #fff;
    padding: 1% 0;
    letter-spacing: .3rem
}

.products-about .top {
    margin-bottom: 8%;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.products-about .top .txt {
    width: 48%;
    line-height: 2
}

.products-about .top .img {
    width: 45%;
    text-align: center
}

.products-about .list li {
    width: 48%;
    margin-bottom: 4%
}

@media (max-width: 960px) {
    .products-about h2 {
        font-size:2.8rem
    }
}

@media (max-width: 640px) {
    .products-about h2 {
        font-size:2.2rem;
        margin-bottom: 30px
    }

    .products-about .top {
        margin-bottom: 30px;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .products-about .top .txt {
        width: 94%
    }

    .products-about .top .img {
        width: 80%;
        margin: 0 auto 20px
    }
}

.recruit {
    background: #8cadeb;
    padding: 6% 0
}

@media (max-width: 960px) {
    .recruit {
        padding:50px 0
    }
}

@media (max-width: 640px) {
    .recruit {
        padding:40px 0
    }
}

.recruit-top {
    text-align: center;
    color: #fff;
    width: 96%;
    margin: 0 auto 8%
}

.recruit-top .catch {
    margin-bottom: 3%;
    font-size: 4rem;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 300
}

.recruit-top .txt {
    max-width: 520px;
    margin: 0 auto;
    line-height: 2
}

@media (max-width: 960px) {
    .recruit-top .catch {
        font-size:3rem
    }

    .recruit-top .txt {
        max-width: 420px
    }
}

@media (max-width: 640px) {
    .recruit-top {
        text-align:left
    }

    .recruit-top .catch {
        font-size: 2.2rem;
        margin-bottom: 20px
    }
}

.recruit-point .item {
    width: 50%;
    height: 100%;
    background: #f5f8ff
}

.recruit-point .item img {
    width: 100%
}

.recruit-point .flex {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.recruit-point .point {
    width: 20%;
    color: #224691;
    text-align: center;
    line-height: 1.2;
    font-family: "Sen"
}

.recruit-point .point span {
    font-size: 5rem;
    display: block
}

.recruit-point .contents {
    width: 80%;
    background: #224691;
    color: #fff;
    height: auto;
    padding: 5% 4%
}

.recruit-point .contents h2 {
    font-size: 2.6rem;
    font-size: calc(2rem + ((1vw - 0.64rem) * 0.8029));
    font-weight: 600;
    margin-bottom: 3%
}

.recruit-point .contents p {
    max-width: 640px
}

@media (max-width: 960px) {
    .recruit-point .point span {
        font-size:4rem
    }

    .recruit-point .contents h2 {
        font-size: 2rem
    }
}

@media (max-width: 640px) {
    .recruit-point .item {
        width:100%
    }

    .recruit-point .contents h2 {
        font-size: 1.8rem
    }
}

.recruit-contents {
    margin-bottom: 8%
}

.recruit-contents .bg1 {
    background-image: url(../img/recruit-img5.jpg)
}

.recruit-contents .bg2 {
    background-image: url(../img/recruit-img6.jpg)
}

.recruit-contents .box {
    width: 90%;
    padding: 6% 5%;
    min-height: 600px;
    margin: 0 0 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative
}

.recruit-contents .en {
    font-size: 10rem;
    line-height: 1;
    font-family: "Sen";
    margin-bottom: 5%
}

.recruit-contents .txt {
    width: 50%
}

.recruit-contents .link {
    width: 40%;
    max-width: 400px;
    text-align: center;
    padding: 15px 0;
    position: absolute;
    right: 5%;
    bottom: 8%;
    background: #ffe548;
    font-family: "Sen";
    z-index: 2;
    color: #224691
}

.recruit-contents .link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    width: 12px;
    height: 12px;
    border: 2px solid;
    border-color: #224691 #224691 transparent transparent;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -6px
}

@media (max-width: 960px) {
    .recruit-contents .box {
        min-height:400px
    }

    .recruit-contents .en {
        font-size: 8rem
    }
}

@media (max-width: 640px) {
    .recruit-contents .box {
        width:108%;
        margin-left: -4%;
        padding: 50px 5% 40px;
        min-height: inherit
    }

    .recruit-contents .en {
        font-size: 4rem
    }

    .recruit-contents .txt {
        width: 100%;
        margin-bottom: 30px
    }

    .recruit-contents .link {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        margin: 0 auto
    }
}

.recruit-mainav {
    text-align: center
}

.recruit-mainav a {
    display: inline-block
}

.recruit-bosyu {
    background: #f5f8ff;
    padding: 5% 0
}

.recruit-bosyu .link {
    margin-bottom: 5%
}

.recruit-bosyu .link li {
    width: 47%
}

.recruit-bosyu .link li:nth-child(1) a {
    background: #65bdeb
}

.recruit-bosyu .link li:nth-child(2) a {
    background: #5ec6b4
}

.recruit-bosyu .link a {
    display: block;
    position: relative;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    font-size: 2rem;
    font-weight: 600
}

.recruit-bosyu .link a:hover {
    opacity: .6
}

.recruit-bosyu .link a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    width: 12px;
    height: 12px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -6px
}

@media (max-width: 640px) {
    .recruit-bosyu {
        padding:40px 0
    }

    .recruit-bosyu .link a {
        padding: 15px 20px;
        text-align: left
    }

    .recruit-bosyu .link a:before {
        right: 15px
    }
}

.education-top {
    text-align: center;
    font-size: 2rem;
    line-height: 2;
    padding: 3% 0 5%
}

.education-top p {
    width: 92%;
    max-width: 720px;
    margin: 0 auto
}

@media (max-width: 960px) {
    .education-top {
        font-size:1.8rem
    }

    .education-top p {
        max-width: 620px
    }
}

@media (max-width: 640px) {
    .education-top {
        font-size:1.6rem;
        padding: 10px 0 50px;
        text-align: left
    }
}

.education-item {
    background: #cee1ff;
    padding: 4% 0
}

.education-item .flex {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.education-item:nth-of-type(even) {
    background: #eaf1ff
}

.education-item:nth-of-type(even) .flex {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.education-item .img {
    width: 47%
}

.education-item .txt {
    width: 47%;
    line-height: 2
}

.education-item .ti-blue {
    font-size: 3.6rem;
    margin-bottom: 5%
}

.education-item .ti-blue span {
    border-bottom: 5px solid #ffe548
}

@media (max-width: 960px) {
    .education-item {
        padding:6% 0
    }

    .education-item .ti-blue {
        font-size: 2.8rem
    }
}

@media (max-width: 640px) {
    .education-item {
        padding:35px 0
    }

    .education-item .img {
        width: 100%
    }

    .education-item .txt {
        width: 100%;
        margin-bottom: 20px
    }

    .education-item .ti-blue {
        font-size: 2.2rem
    }
}

.voice-menu li {
    width: 48%;
    margin-bottom: 4%
}

.voice-menu a {
    background: #eaf1ff;
    padding: 2%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.voice-menu a:hover,.voice-menu a.active {
    background: #8cadeb;
    color: #fff
}

.voice-menu .icon {
    width: 30%;
    text-align: center
}

.voice-menu .name {
    width: 60%;
    margin-left: 5%;
    font-size: 3rem;
    font-weight: 600
}

.voice-menu .name span {
    display: block;
    font-size: 1.6rem
}

@media (max-width: 960px) {
    .voice-menu a {
        padding:3%
    }

    .voice-menu .name {
        font-size: 2.4rem
    }
}

@media (max-width: 640px) {
    .voice-menu a {
        padding:10px 5%;
        display: block;
        height: 100%
    }

    .voice-menu .icon {
        width: 60%;
        margin: 0 auto 10px
    }

    .voice-menu .name {
        width: 100%;
        font-size: 2rem;
        margin: 0;
        text-align: center
    }

    .voice-menu .name span {
        font-size: 1.4rem
    }
}

.voice-main {
    padding: 8% 0;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover
}

.voice-main .txt {
    max-width: 1440px;
    width: 92%;
    margin: 0 auto 5%;
    line-height: 2
}

.voice-main .catch {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 300;
    font-size: 3.6rem;
    font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1029));
    font-weight: 600;
    margin-bottom: 2%
}

.voice-main .name {
    padding: 4% 6%;
    width: 50%;
    color: #fff;
    max-width: 700px;
    background: url(../img/voice-back.jpg) no-repeat center center;
    background-size: cover;
    font-weight: 600
}

.voice-main .name h2 {
    font-size: 3.4rem
}

.voice-main .name h2 span {
    font-family: "Sen";
    font-size: 1.8rem;
    font-weight: 400;
    display: inline-block;
    margin-left: 5%
}

@media (max-width: 640px) {
    .voice-main {
        max-width:500px;
        margin: 0 auto 40px;
        padding: 250px 0 0;
        background-size: auto 250px;
        background-position: top right;
        margin-bottom: 0
    }

    .voice-main .txt {
        background: #f5f8ff;
        width: 100%;
        margin: 0;
        padding: 5%
    }

    .voice-main .name {
        width: 100%
    }

    .voice-main .name h2 {
        font-size: 2.8rem
    }
}

.voice-interview {
    padding: 5% 0;
    background: #f5f8ff
}

.voice-interview .en {
    line-height: 1.2;
    font-family: "Sen";
    font-size: 7rem;
    color: #224691;
    padding: 0 3%;
    position: relative;
    z-index: 2
}

.voice-interview .en:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #fff;
    background-image: -webkit-linear-gradient(-45deg, transparent 25%, #ffe548 25%, #ffe548 50%, transparent 50%, transparent 75%, #ffe548 75%, #ffe548);
    background-size: 50px 50px;
    background-attachment: fixed
}

@media (max-width: 960px) {
    .voice-interview .en {
        font-size:5rem
    }
}

@media (max-width: 640px) {
    .voice-interview {
        padding:40px 0
    }

    .voice-interview .en {
        font-size: 4rem
    }
}

.voice-qa {
    padding: 5%;
    background: #fff
}

.voice-qa:nth-of-type(even) {
    padding: 0 5%
}

.voice-qa:nth-of-type(even) .a {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.voice-qa .a,.voice-qa .q {
    position: relative;
    padding: 0.5% 0 0 90px
}

.voice-qa .a:before,.voice-qa .q:before {
    line-height: 1;
    top: 0;
    position: absolute;
    left: 0;
    font-weight: 400;
    font-size: 5rem;
    font-family: "Sen";
    color: #224691
}

.voice-qa .q {
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 3%
}

.voice-qa .q:before {
    content: "Q."
}

.voice-qa .a:before {
    content: "A."
}

.voice-qa .txt,.voice-qa .img {
    width: 48%;
    line-height: 2
}

@media (max-width: 960px) {
    .voice-qa .a,.voice-qa .q {
        padding:0 0 0 60px
    }

    .voice-qa .a:before,.voice-qa .q:before {
        font-size: 4rem
    }

    .voice-qa .q {
        font-size: 2.4rem
    }

    .voice-qa .txt,.voice-qa .img {
        width: 100%
    }

    .voice-qa .txt {
        margin-bottom: 5%
    }
}

@media (max-width: 640px) {
    .voice-qa {
        padding:30px 5%
    }

    .voice-qa .a,.voice-qa .q {
        padding-left: 35px
    }

    .voice-qa .a:before,.voice-qa .q:before {
        font-size: 3rem
    }

    .voice-qa .q {
        font-size: 1.9rem;
        margin-bottom: 15px
    }
}

.requirements-item {
    padding: 2% 0 0
}

.requirements-item .title {
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
    padding: 1% 0;
    color: #fff;
    margin-bottom: 5%
}

.requirements-item .title.back1 {
    background: #65bdeb
}

.requirements-item .title.back2 {
    background: #5ec6b4
}

@media (max-width: 640px) {
    .requirements-item .title {
        font-size:2rem;
        padding: 8px 0
    }
}

.info-top {
    border-top: 1px solid #224691;
    border-bottom: 1px solid #224691;
    position: relative;
    padding: 2% 0;
    margin-bottom: 5%
}

.info-top.list {
    margin-bottom: 0;
    border-bottom: 0
}

.info-top.list:last-of-type {
    margin-bottom: 5%;
    border-bottom: 1px solid #224691
}

.info-top .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 1%
}

.info-top .data {
    font-family: "Sen";
    color: #658dda
}

.info-top .cat {
    margin-left: 20px;
    display: inline-block;
    padding: 0 40px;
    background: #ffe548
}

.info-top .title {
    font-size: 2.4rem;
    font-weight: 600
}

@media (max-width: 640px) {
    .info-top {
        padding:10px 0
    }

    .info-top .cat {
        margin-left: 10px;
        padding: 0 20px
    }

    .info-top .data {
        position: relative;
        padding: 2px 0
    }

    .info-top .title {
        margin: 10px 0 0;
        font-size: 2rem
    }
}

.info-contents {
    max-width: 1240px;
    margin: 0 auto 8%
}

.info-contents .txt {
    width: 65%
}

.info-contents .txt:last-child {
    width: 100%
}

.info-contents .txt p {
    line-height: 2;
    margin-bottom: 4rem
}

.info-contents .txt p:last-child {
    margin-bottom: 0
}

.info-contents .img {
    width: 30%
}

@media (max-width: 640px) {
    .info-contents p {
        margin-bottom:3rem
    }
}

.privacy p {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto 8%;
    line-height: 2
}

.privacy ol {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto 8%;
    line-height: 2;
    counter-reset: item
}

.privacy li {
    text-indent: -1.3em;
    padding-left: 1.3em
}

.privacy li:before {
    counter-increment: item;
    content: counter(item) ".";
    padding-right: .5em
}

@media (max-width: 640px) {
    .is-hamburger,.is-hamburger span {
        display:inline-block;
        transition: all .4s;
        -webkit-transition: all .4s;
        cursor: pointer
    }

    .is-hamburger {
        position: fixed;
        z-index: 999;
        top: 14px;
        right: 5%;
        width: 40px;
        height: 30px;
        padding: 2%
    }

    .is-hamburger span {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        height: 3px;
        background-color: #224691;
        border-radius: 5px
    }

    .is-hamburger.is-active span {
        background: #fff
    }

    .is-hamburger span:nth-of-type(1) {
        top: 0px
    }

    .is-hamburger span:nth-of-type(2) {
        top: 50%;
        margin-top: -2px
    }

    .is-hamburger span:nth-of-type(3) {
        bottom: 0px
    }
}

.is-hamburger.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(-45deg);
    transform: translateY(13px) rotate(-45deg)
}

.is-hamburger.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-13px) rotate(45deg);
    transform: translateY(-13px) rotate(45deg)
}

.is-hamburger.is-active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards
}

@-webkit-keyframes active-menu-bar02 {
    100% {
        height: 0
    }
}

@keyframes active-menu-bar02 {
    100% {
        height: 0
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    padding-top: 30%;
    width: 100%;
    position: relative;
    min-height: 1px;
    overflow: hidden;
    display: none
}

.slick-slide img {
    object-fit: cover;
    width: auto;
    height: 100%;
    min-width: auto;
    min-height: 100%;
    max-width: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block;
    width: 100%
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

@media (max-width: 960px) {
    .slick-slide {
        padding-top:25%
    }
}

@media (max-width: 640px) {
    .slick-slide {
        padding-top:45%
    }
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url('../img/../img/c-loader.gif?1658822162') center center no-repeat
}

.slide-arrow {
    position: absolute;
    top: 50%;
    background: none;
    z-index: 2
}

.slide-arrow:focus {
    outline: 0
}

.slide-arrow.prev-arrow {
    left: 2%;
    width: 30px;
    height: 30px;
    border: 5px solid;
    border-color: transparent transparent #658dda #658dda;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-width: 1px
}

.slide-arrow.next-arrow {
    right: 2%;
    width: 30px;
    height: 30px;
    border: 5px solid;
    border-color: #658dda #658dda transparent transparent;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-width: 1px
}

@media (max-width: 960px) {
    .slide-arrow.prev-arrow,.slide-arrow.next-arrow {
        width:24px;
        height: 24px
    }
}

@media (max-width: 640px) {
    .slide-arrow.prev-arrow,.slide-arrow.next-arrow {
        width:15px;
        height: 15px
    }
}

.slick-prev,.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
    opacity: 1
}

.slick-prev:before,.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -30px;
    list-style: none;
    display: block;
    text-align: right;
    padding: 0;
    margin: 0 3%;
    width: 94%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: #224691;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '●';
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #8cadeb;
    opacity: 1
}

@media (max-width: 640px) {
    .slick-dots {
        text-align:center;
        bottom: -25px
    }

    .slick-dots li {
        width: 12px;
        height: 12px
    }

    .slick-dots li button {
        width: 12px;
        height: 12px
    }

    .slick-dots li button:before {
        width: 12px;
        height: 12px;
        line-height: 12px
    }
}

.wp-pagenavi {
    clear: both;
    text-align: center;
    margin: 5% 0 10%
}

@media (max-width: 640px) {
    .wp-pagenavi {
        margin:40px 0 15%
    }
}

.wp-pagenavi a,.wp-pagenavi span {
    color: #333;
    background-color: #fff;
    padding: 10px 5px !important;
    margin: 0 10px !important;
    border: 0px !important;
    white-space: nowrap;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none
}

.wp-pagenavi a:hover {
    border-bottom: 3px solid #224691 !important;
    font-weight: bold
}

.wp-pagenavi span.current {
    border-bottom: 3px solid #224691 !important;
    font-weight: bold
}

.editor-area a {
    color: green;
    text-decoration: underline
}

strong {
    font-weight: bold
}

.editor-area p {
    margin: 0 0 1em 0
}

p.wp-caption-text {
    margin: 0
}

.alignleft {
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 1em
}

.aligncenter {
    display: block;
    margin: 0 auto
}

.alignright {
    display: block;
    float: right;
    margin-left: 10px;
    margin-bottom: 1em
}

.clear {
    clear: both
}

.space1em {
    clear: both;
    height: 1em
}

.space2em {
    clear: both;
    height: 2em
}

/************************/
/** 健康経営　202512追加 **/
/************************/
/****************************************
 * 0. 基本 health 全体
 ****************************************/
.health {
    background: #eaf1ff;
    padding: 6% 0;
}
.health .ti-blue {
    font-size: 2.8rem;
	text-align: center;
}
@media (max-width: 960px) {
    .health { padding: 50px 0; }
    .health .ti-blue {font-size: 1.5rem;}
}

/****************************************
 * 1. 健康宣言（青背景セクション）
 ****************************************/

/* 枠全体 */
.p-health__declaration {
    position: relative;
    padding: 5%;
    margin-bottom: 8%;
    background: linear-gradient(90deg, #8bd8ed, #57B3CE);
    border-radius: 8px;
    overflow: hidden;
    color: #000;
}

/* 内側 */
.p-health__declaration-inner {
    position: relative;
    z-index: 2;
}

/* タイトル */
.p-health__declaration-title .en {
    font-size: 18px;
    letter-spacing: .1em;
    margin-bottom: 5px;
    color: #ffffff !important;
}
.p-health__declaration-title h1 {
    font-size: ;
    margin-bottom: 30px;
    font-weight: bold;
    color: #ffffff;
}

/* キャッチ */
.p-health__declaration .catch {
    font-size: 3rem;
    line-height: 1.7;
    margin-bottom: 40px;
    font-weight: 300;
    text-align: left;
    font-family: "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho Pro",
                 "ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E",
                 "ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}

/* 本文 */
.p-health__declaration .message {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 40px;
    text-align: left;
}

/* サイン */
.p-health__declaration .name {
    font-size: 1.6em;
    line-height: 1.7;
    margin-bottom: 40px;
    font-weight: 300;
    text-align: left;
    font-family: "Zen Antique Soft","游明朝","Yu Mincho",YuMincho,"Hiragino Mincho Pro",
                 "ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E",
                 "ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}
.p-health__declaration .name span.post {
    font-size: .6em;
    padding-right: 10px;
}
.p-health__declaration .name .sign img {
    width: 300px;
    vertical-align: middle;
}

/* 画像（認定証） */
.flex-health {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 50px;
}
.health-text { width: 50%; }

.health-certificate {
    width: 40%;
    display: flex;
}
.health-certificate img {
    border-radius: 10px;
    background: #fff;
    object-fit: cover;
}
.health-certificate .img1 {
    width: 60%;
    margin: 10px;
}
.health-certificate .img2 {
    width: 150px;
    height: 190px;
    margin: 10px;
    padding: 5px;
    background: #fff;
}

/* 健康宣言レスポンシブ */
@media(max-width: 960px) {
    .flex-health { display: block; }
    .health-text, .health-certificate { width: 100%; }

    .health-certificate {
        text-align: center;
        margin-top: 30px;
    }
    /* キャッチ縮小 */
    .p-health__declaration-inner.health-text .catch {
        font-size: 1.3em !important;
    }

    .p-health__declaration .message {
        font-size: 14px;
        line-height: 1.6;
    }
    .p-health__declaration .name span.post {
    font-size: .6em;
    padding-right:0px;
    }
    .p-health__declaration .name .sign img {
        width: 180px;
        vertical-align: middle;
    }
    .health-certificate .img1 {
        width: 20%;
        min-width: 120px;
    }
    .health-certificate .img2 {
        width: 100px;
        height: 130px;
    }
}

/****************************************
 * 2. 健康管理（health-item1）
 ****************************************/

.health-item1 h2 {
    width: 60%;
    padding: 1% 40px;
    font-size: 3rem;
    text-align: center;
    background: #658dda;
    color: #fff;
    margin-bottom: -5%;
    font-weight: 600;
    letter-spacing: .3rem;
    position: relative;
    z-index: 2;
}

.health-item1 .flex {
    align-items: flex-end;
}

.health-item1 .txt {
    width: 55%;
    line-height: 2;
    position: relative;
    z-index: 1;
}
.health-item1 .bg {
    width: 96%;
    padding: 13% 6% 10%;
    background: #fff;
}

.health-item1 .img {
    width: 50%;
    margin-bottom: -5%;
}
.health-item1 .img p:nth-child(2) {
    margin-top: 4%;
    text-align: right;
}

/* box 調整 */
.health-item1 .box1 { margin-bottom: 6%; }
.health-item1 .box1 .img { margin-left: -15%; }
.health-item1 .box1 .bg { margin-left: 4%; }

.health-item1 .box2 .img { margin-right: -15%; }
.health-item1 .box2 .bg { margin-left: 4%; }

/* health-item1 レスポンシブ */
@media (max-width: 960px) {
    .health-item1 .flex { align-items: flex-start; }
    .health-item1 h2 { width: 70%; font-size: 2.4rem; }
    .health-item1 .txt { margin-top: 5%; }
}

@media (max-width: 640px) {
    .health-item1 h2 { width: 100%; margin: 0; font-size: 2.2rem; }
    .health-item1 .txt { width: 100%; margin: 0 !important; }

    .health-item1 .img {
        width: 100%;
        display: flex;
        margin: 0 !important;
    }
    .health-item1 .img p:first-child { width: 50%; }
    .health-item1 .img p:nth-child(2) { width: 50%; margin: 0; }

    .health-item1 .box2 { flex-direction: column-reverse; }

    .health-item1 .bg {
        width: 100%;
        padding: 25px 5%;
        margin: 0 !important;
    }
}

/****************************************
 * 3. health-item2（ブルー背景ボックス）
 ****************************************/
.health-item2 .box {
    padding: 5%;
    margin-bottom: 5%;
    background: #cee1ff;
    align-items: center;
}
.health-item2 .img { width: 47%; }
.health-item2 .txt {
    width: 47%;
    line-height: 2;
}

@media (max-width: 640px) {
    .health-item2 .img { width: 100%; }
    .health-item2 .txt {
        width: 100%;
        margin-bottom: 20px;
    }
    .health-item2 .box:last-child { flex-direction: column-reverse; }
}

/****************************************
 * 4. health-item3（3箱）
 ****************************************/
.health-item3 .box {
    width: 31%;
    margin: 3% 0;
    background: #fff;
}
.health-item3 .img img { width: 100%; }
.health-item3 .txt { padding: 5%; }

@media (max-width: 640px) {
    .health-item3 .box {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 5%;
    }
    .health-item3 .txt {padding: 10px 5%;}
}
