﻿body {
    color: #2D2D2D;
    font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: .1rem
}

a {
    color: #52A0E7;
    text-decoration: none;
    transition: all 0.3s ease
}

a:hover {
    color: #acd1f3
}

.opacity img {
    transition: all 0.3s ease
}

.opacity:hover img {
    opacity: .6
}

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

@keyframes view-zoomin {
    0% {
        opacity: 0;
        transform: scale(0.95)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes view-slideup {
    0% {
        opacity: 0;
        transform: translate(0, 35px)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

.animation {
    opacity: 0
}

.slideup.on {
    opacity: 1;
    animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1)
}

.zoomin.on {
    opacity: 1;
    animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1)
}

.loader {
    align-items: center;
    background: #fff;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999
}

.loader::after {
    animation: loader .5s linear infinite;
    border: 1px solid #52A0E7;
    border-radius: 50%;
    border-right: 1px solid rgba(82, 160, 231, 0.2);
    border-top: 1px solid rgba(82, 160, 231, 0.2);
    content: '';
    height: 70px;
    width: 70px
}

.loader.off {
    display: none
}

@keyframes loader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

#header {
    background: #FFFFFF;
    border-top: 2px solid #52A0E7
}

#header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 1120px;
    padding: 20px 0
}

#header .inner #logo {
    width: 450px
}

#header .inner #head_right #tel {
    line-height: 1.1;
    text-align: right
}

#header .inner #head_right #tel span {
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 0
}

#header .inner #head_right #tel span:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900;
    margin-right: 10px;
    color: #52A0E7
}

#navi {
    position: relative;
    background: #52A0E7;
    text-align: center
}

#navi ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 1120px
}

#navi ul li {
    box-sizing: border-box;
    border-left: 1px solid #EEEEEE;
    width: 186.66667px
}

#navi ul li:last-child {
    border-right: 1px solid #EEEEEE
}

#navi ul li a {
    display: block;
    position: relative;
    color: #FFFFFF;
    font-weight: bold;
    padding: 15px 0
}

#navi ul li a:hover:before,
#navi ul li a.active:before {
    width: 100%
}

#navi ul li a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease
}

#navi ul li a:hover:after {
    right: 10px
}

#navi ul li a.l2 {
    font-size: 1.3rem;
    padding: 7px 0
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999
}

#page-top a {
    display: block;
    background: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    color: #52A0E7;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #52A0E7;
    text-align: center
}

#page-top a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    font-weight: 900
}

#page-top a:hover {
    background-color: #52A0E7;
    color: #FFFFFF
}

.foot_navi {
    padding: 20px 0;
    border-top: 1px solid #EEEEEE;
    text-align: center
}

.foot_navi ul {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1120px
}

.foot_navi ul li {
    width: 224px
}

.foot_navi ul li a {
    position: relative;
    padding-left: 20px;
    color: #2D2D2D
}

.foot_navi ul li a:before {
    content: "";
    background-color: #52A0E7;
    width: 10px;
    height: 3px;
    position: absolute;
    top: .7em;
    left: 0
}

.foot_navi ul li a:hover {
    color: #52A0E7
}

#footer {
    text-align: center
}

#footer .inner {
    width: 1120px;
    margin: 0 auto;
    padding-bottom: 40px
}

#footer .inner .copyright {
    font-size: 1.2rem
}

#sp_navi,
#humberger,
#drawernav {
    display: none
}

.slideshow {
    position: relative
}

.slideshow #catch {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 600px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    text-align: center
}

.swiper-slide {
    padding: 28rem 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-sizing: border-box
}

.slide01 {
    background-image: url(../img/bg_slide_01.jpg)
}

.slide02 {
    background-image: url(../img/bg_slide_02.jpg)
}

.slide03 {
    background-image: url(../img/bg_slide_03.jpg)
}

.contact_btn {
    display: block;
    justify-content: center;
    text-align: center;
    margin-top: 30px
}

.contact_btn li {
    width: 70%;
    margin: 0 auto 2%
}

.contact_btn li a {
    display: block;
    background: #FFFFFF;
    padding: .7em 0;
    border-radius: 50px;
    color: #52A0E7;
    text-align: center;
    font-size: 2rem
}

.contact_btn li a:before {
    margin-right: 10px
}

.contact_btn li a.tel_btn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900
}

.contact_btn li a.mail_btn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900
}

.contact_btn li.fax_btn {
    display: block;
    background: #FFFFFF;
    padding: .7em 0;
    border-radius: 50px;
    color: #52A0E7;
    text-align: center;
    font-size: 2rem
}

.contact_btn li.fax_btn:before {
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    content: "\f1ac";
    font-weight: 900
}

.contact_btn.contact_btn_02 li {
    width: 100%
}

.contact_btn.contact_btn_03 li a {
    font-size: 1.5rem
}

.contact_btn_2 {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 30px
}

.contact_btn_2 li {
    width: 40%;
    margin: 0 2%
}

.contact_btn_2 li a {
    display: block;
    background: #fff;
    padding: .7em 0;
    border-radius: 50px;
    color: #52A0E7;
    text-align: center;
    font-size: 2rem
}

.contact_btn_2 li a:before {
    margin-right: 10px
}

.contact_btn_2 li a.tel_btn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900
}

.contact_btn_2 li a.mail_btn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900
}

.contact_btn_2 li a:hover {
    background: #E4F4FF
}

.contact_btn_2 li a.mtr {
    background: #fff;
    box-shadow: 0 0 3px #aaa
}

.contact_btn_2 li a.mtr:hover {
    background: #fff;
    box-shadow: 0 0 15px #aaa
}

.contact_btn_2 li.fax_btn {
    display: block;
    background: #52A0E7;
    padding: .7em 0;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 2rem
}

.contact_btn_2 li.fax_btn:before {
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    content: "\f1ac";
    font-weight: 900
}

.single {
    margin: 0 auto;
    width: 1120px;
    padding-bottom: 50px
}

.single_02 {
    margin: 0 auto;
    width: 1024px;
    padding-bottom: 50px
}

.single_03 {
    margin: 0 auto;
    width: 1024px;
    padding: 80px 0
}

@media screen and (max-width: 667px) {
    .single_03 {
        padding: 50px 0
    }
}

.single_03_t {
    margin: 0 auto;
    width: 1024px;
    padding: 80px 0 50px
}

@media screen and (max-width: 667px) {
    .single_03_t {
        padding: 30px 0
    }
}

.single_03_b {
    margin: 0 auto;
    width: 1024px;
    padding: 0 0 80px
}

@media screen and (max-width: 667px) {
    .single_03_b {
        padding: 0 0 30px
    }
}

.single_04 {
    margin: 0 auto;
    width: 1024px;
    padding: 80px 0
}

@media screen and (max-width: 667px) {
    .single_04 {
        padding: 30px 0
    }
}

.bg_common {
    padding-top: 50px
}

.bg_b {
    margin-bottom: 50px
}

.bg_01 {
    background-image: url(../img/bg_01.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover
}

.bg_02 {
    background-color: #52A0E7;
    color: #FFFFFF
}

.bg_03 {
    background-image: url(../img/bg_02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media screen and (max-width: 667px) {
    .bg_03 {
        background-position: left
    }
}

.bg_04 {
    background: #d8eafa
}

.half {
    display: flex;
    justify-content: space-between
}

.half .child {
    width: 50%
}

.triple {
    display: flex;
    justify-content: space-between
}

.triple .child {
    width: 33.3%
}

.column2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -3%
}

.column2 .child {
    width: 48.44%;
    margin: 0 3% 3% 0
}

.column2 .child:nth-child(2n) {
    margin: 0 0 3% 0
}

.column2 .child2 {
    width: 48.44%;
    margin: 3% 3% 3% 0
}

.column2 .child2:nth-child(2n) {
    margin: 0 0 3% 0
}

.column3 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: -3%
}

.column3 .child {
    width: 31.3%;
    margin: 0 3% 3% 0
}

.column3 .child:nth-child(3n) {
    margin: 0 0 3% 0
}

.column4 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap
}

.column4 .child {
    width: 22.7%;
    margin: 0 3% 3% 0
}

.column4 .child:nth-child(4n) {
    margin: 0 0 3% 0
}

.column5 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: -2%
}

.column5 .child {
    width: 18.4%;
    margin: 0 2% 2% 0
}

.column5 .child:nth-child(5n) {
    margin: 0 0 2% 0
}

.mtitle_big {
    position: relative;
    margin-bottom: 20px;
    font-family: "YakuHanJP", "Caveat", cursive;
    font-size: 5rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.5
}

.mtitle_big span {
    display: block;
    color: #52A0E7;
    font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: bold
}

.mtitle_big.mtitle_big_white span {
    color: #FFFFFF
}

.mtitle {
    font-family: "YakuHanJP", Noto Serif JP, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: center
}

.mtitle_middle {
    font-size: 2.2rem;
    font-weight: bold;
    border-bottom: 2px solid #DDDDDD;
    position: relative;
    margin-bottom: 15px
}

.mtitle_middle:after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 2px solid #52A0E7;
    bottom: -2px;
    width: 100px;
    color: #aaa
}

.mtitle_middle.wt {
    border-bottom: 2px solid #FFFFFF
}

.mtitle_middle.mm {
    font-size: 1.8rem
}

.mtitle_small {
    margin-bottom: 20px;
    padding: 10px;
    background: #FAFAFA;
    border-left: 8px solid #52A0E7;
    font-size: 2rem;
    font-weight: bold
}

.mtitle_ballon {
    margin: 20px 0;
    font-size: 2.5rem;
    padding-left: 15px
}

.mtitle_ballon span {
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    font-weight: bold
}

.mtitle_ballon span:before,
.mtitle_ballon span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 13px;
    background-color: #252729
}

.mtitle_ballon span:before {
    left: -11px;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg)
}

.mtitle_ballon span:after {
    right: -11px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

@media screen and (max-width: 667px) {
    .mtitle_ballon {
        font-size: 2rem;
        padding-left: 0px
    }
}

.mtile_news {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2
}

.mtile_news span {
    display: block;
    font-family: "YakuHanJP", "Caveat", cursive;
    font-size: 1.4rem
}

.mtitle_sub {
    position: relative;
    padding-left: 20px;
    font-size: 1.8rem;
    font-weight: bold
}

.mtitle_sub:before {
    content: "";
    background-color: #52A0E7;
    width: 10px;
    height: 4px;
    position: absolute;
    top: .6em;
    left: 0
}

.mtitle_sub span {
    display: block;
    font-size: .7em;
    font-weight: initial
}

.mtitle_mid {
    font-size: 2.2rem;
    font-weight: bold;
    border-bottom: 2px solid #FFFFFF;
    position: relative;
    margin-bottom: 15px;
    color: #fff
}

.mtitle_mid:after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 2px solid #E4F4FF;
    bottom: -2px;
    width: 100px;
    color: #aaa
}

.mtitle_s {
    font-size: 1.8rem;
    font-weight: bold
}

.mtitle_s span {
    background: #52A0E7;
    color: #fff;
    padding: 3px 11px;
    margin: 5px;
    border-radius: 50px
}

.cbtn a,
.cbtn button {
    display: table;
    background: #52A0E7;
    border: 1px solid #52A0E7;
    color: #FFFFFF;
    padding: .5em 3em;
    border-radius: 100px;
    margin: 0 auto;
    font-size: 2rem
}

.cbtn a:after,
.cbtn button:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-left: 10px
}

.cbtn a:hover,
.cbtn button:hover {
    background: #FFFFFF;
    color: #52A0E7
}

@media screen and (max-width: 667px) {

    .cbtn a,
    .cbtn button {
        font-size: 1.5rem
    }
}

.cbtn.cbtn_white a {
    background: #FFFFFF;
    color: #52A0E7
}

.cbtn.cbtn_white a:hover {
    background: #52A0E7;
    color: #FFFFFF
}

.cbtn_tel {
    margin-top: 10px
}

.cbtn_tel a,
.cbtn_tel button {
    display: table;
    background: #52A0E7;
    border: 1px solid #52A0E7;
    color: #FFFFFF;
    padding: .2em 3em;
    border-radius: 100px;
    margin: 0 auto;
    font-size: 1.5em
}

.cbtn_tel a:hover,
.cbtn_tel button:hover {
    background: #FFFFFF;
    color: #52A0E7
}

.cbtn_tel a:before,
.cbtn_tel button:before {
    margin-right: 10px
}

.cbtn_tel a.tel_btn:before,
.cbtn_tel button.tel_btn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900
}

.cbtn_mail {
    margin-top: 10px
}

.cbtn_mail a,
.cbtn_mail button {
    display: table;
    background: #52A0E7;
    border: 1px solid #52A0E7;
    color: #FFFFFF;
    padding: .2em 3em;
    border-radius: 100px;
    margin: 0 auto;
    font-size: 1.5em
}

.cbtn_mail a:hover,
.cbtn_mail button:hover {
    background: #FFFFFF;
    color: #52A0E7
}

.cbtn_mail a:before,
.cbtn_mail button:before {
    margin-right: 10px
}

.cbtn_mail a.mail_btn:before,
.cbtn_mail button.mail_btn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900
}

.news_box {
    display: flex;
    background: #F2F2F2
}

.news_box .news_ttile {
    background: #52A0E7;
    color: #FFFFFF;
    width: 230px;
    padding: 20px 0
}

.news_box .news_bx {
    width: 100%;
    box-sizing: border-box;
    padding: 20px
}

.news-top dt {
    float: left;
    width: 7em;
    background: #52A0E7;
    color: #fff;
    text-align: center
}

.news-top dd {
    padding: 0 0 10px 8em;
    border-bottom: 1px dotted #aaa;
    margin: 0 0 10px
}

.news-top dd:last-child {
    margin: 0;
    border-bottom: none
}

.news-bl dt {
    float: left;
    width: 7em;
    margin-bottom: 10px;
    padding: 3px 5px;
    background: #52A0E7;
    color: #FFFFFF;
    text-align: center
}

.news-bl dd {
    padding: 0 0 10px 9em;
    line-height: 1.6;
    border-bottom: 1px dotted #CCCCCC;
    margin: 0 0 10px
}

.news-bl dd:last-child {
    margin: 0;
    border-bottom: none
}

.tbl {
    width: 100%;
    background-color: #FFFFFF
}

.tbl th,
.tbl td {
    vertical-align: middle;
    border: 1px solid #CCCCCC;
    padding: 10px
}

.tbl th {
    background: #FAFAFA;
    font-weight: bold
}

.tbl td {
    text-align: center
}

.tbl_new {
    width: 100%;
    background-color: #FFFFFF
}

.tbl_new tr th,
.tbl_new tr td {
    vertical-align: top;
    padding: 10px
}

.tbl_new tr th {
    width: 20%;
    font-weight: bold
}

.tbl_new tr:nth-child(odd) th,
.tbl_new tr:nth-child(odd) td {
    background: #FAFAFA
}

.company {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px
}

.company th,
.company td {
    padding: 10px;
    vertical-align: middle
}

.company th {
    text-align: left;
    width: 20%;
    position: relative;
    background: #52A0E7;
    color: #FFFFFF;
    font-weight: bold
}

.company th::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #FFFFFF;
    border-width: 10px;
    border-left-color: #52A0E7;
    margin-top: -10px
}

.company td {
    background: #FFFFFF;
    padding-left: 20px
}

.tbl_01 th {
    width: 20%
}

.list_common li {
    padding-bottom: 10px;
    padding-left: 1.5em;
    margin-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC
}

.list_common li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.list_common li:before {
    margin: 0 5px 0 -1.5em;
    padding: 1px
}

.list_check li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: 900;
    color: #52A0E7
}

.list_note li {
    margin-bottom: 5px
}

.list_note li:last-child {
    margin-bottom: 0
}

.list_note li:before {
    content: "※";
    color: #FF0000
}

.list_disc li {
    margin-bottom: 5px
}

.list_disc li:last-child {
    margin-bottom: 0
}

.list_disc li:before {
    content: "・";
    color: #52A0E7
}

.list_line li {
    position: relative;
    display: inline-block;
    padding: 0 10px 0 0
}

.list_line li:after {
    position: absolute;
    right: 0;
    content: "/"
}

.list_line li:last-child:after {
    display: none
}

.list_macker {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold
}

.list_macker li {
    width: 18.4%;
    margin: 0 2% 1% 0
}

.list_macker li:nth-child(5n) {
    margin: 0 0 1% 0
}

.rounded-list {
    counter-reset: li;
    padding-left: 1em;
    list-style: none
}

.rounded-list li {
    position: relative;
    padding: .4em .4em .4em 2em;
    margin: .5em 0;
    background: #fafafa;
    border-radius: .3em;
    transition: all .3s ease-out;
    box-sizing: border-box
}

.rounded-list li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #52A0E7;
    color: #FFFFFF;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out
}

.ol_list {
    padding-left: 1.5em;
    counter-reset: item;
    list-style-type: none
}

.ol_list li {
    font-size: 1.5rem;
    font-weight: initial;
    margin-top: 5px
}

.ol_list li:before {
    counter-increment: item;
    content: counters(item, "-") ". "
}

.ol_first_list>li {
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: bold
}

.works-area {
    display: table;
    width: 100%;
    margin-bottom: 40px
}

.works-area .before-img,
.works-area p,
.works-area .after-img {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.works-area .before-img,
.works-area .after-img {
    background-color: #f8f8f8;
    width: 45%
}

.works-area p {
    padding: 0 2%
}

.works-area div img {
    width: auto;
    max-width: 470px;
    height: 100%;
    max-height: 330px
}

.works-area:last-child {
    margin-bottom: 0
}

.ggmap {
    position: relative;
    padding-bottom: 46.25%;
    height: 0;
    overflow: hidden
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.concept-wrap {
    position: relative;
    padding: 50px 0
}

.concept-wrap .bg-back {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/bg_01.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    width: 100%;
    height: 100%
}

.concept-wrap .concept-inner {
    position: relative;
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 1120px
}

.concept-wrap .figure {
    position: absolute;
    top: 0;
    right: 0;
    display: table-cell;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 60%;
    height: 100%
}

.concept-wrap .fig01 {
    background-image: url("../img/fig_01.jpg")
}

.concept-wrap .in-wrap {
    position: relative;
    float: left;
    width: 530px;
    padding: 50px 0
}

.concept-wrap .in-wrap .concept-box {
    background-color: #E4F4FF;
    width: 570px;
    padding: 50px 30px
}

.concept-wrap .in-wrap .concept-box .conts-ttl {
    width: 250px;
    margin: 0 auto 20px
}

.concept-wrap .in-wrap .concept-box .conts-sub_ttl {
    font-family: "YakuHanJP", Noto Serif JP, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 2.5rem;
    color: #52A0E7;
    margin-bottom: 15px
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px
}

.flex li {
    width: 33.33%
}

.snip figure.snip1432 {
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    min-width: 230px;
    max-width: 50%;
    width: 100%;
    background: #52A0E7
}

.snip figure.snip1432 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease
}

.snip figure.snip1432 img {
    opacity: 0.8;
    width: 100%;
    vertical-align: top;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s
}

.snip figure.snip1432 figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.snip figure.snip1432 figcaption>div.one {
    height: 40%;
    overflow: hidden;
    width: 100%;
    position: relative
}

.snip figure.snip1432 figcaption>div.two {
    height: 60%;
    overflow: hidden;
    width: 100%;
    position: relative
}

.snip figure.snip1432 figcaption>div.two h3,
.snip figure.snip1432 figcaption>div.two p {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center
}

.snip figure.snip1432 figcaption>div.two h3 {
    bottom: 0;
    font-family: "YakuHanJP", "Caveat", cursive;
    font-size: 4rem;
    font-weight: 400
}

.snip figure.snip1432 figcaption>div.two h3 span {
    display: block;
    font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.5rem
}

.snip figure.snip1432 figcaption>div.two p {
    display: none;
    top: 100px
}

.snip figure.snip1432:hover {
    background: #52A0E7
}

.snip figure.snip1432:hover figcaption>div.one {
    height: 25%;
    overflow: hidden;
    width: 100%;
    position: relative
}

.snip figure.snip1432:hover figcaption>div.two {
    height: 75%;
    overflow: hidden;
    width: 100%;
    position: relative
}

.snip figure.snip1432:hover figcaption>div.two p {
    display: block
}

.snip figure.snip1432:hover img {
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.snip figure.snip1432 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute
}

.box_style {
    overflow: hidden;
    padding: 40px;
    background: #FFFFFF;
    margin-bottom: 40px
}

.box_style:last-child {
    margin-bottom: 0
}

.article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #FAFAFA
}

.article .article_image {
    width: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.article .article_detail {
    width: 40%;
    box-sizing: border-box;
    padding: 50px 0
}

.article .article_detail .inner {
    margin: 0 auto;
    width: 80%
}

.article.article_01 .article_image {
    background-image: url(../img/article_01.jpg)
}

.article.article_02 .article_image {
    background-image: url(../img/article_02.jpg)
}

.article.article_03 .article_image {
    background-image: url(../img/article_03.jpg)
}

.article.article_04 .article_image {
    background-image: url(../img/article_04.jpg)
}

.article.article_05 .article_image {
    background-image: url(../img/article_05.jpg)
}

.article.article_06 .article_image {
    background-image: url(../img/article_06.jpg)
}

.date {
    display: block;
    margin-bottom: 15px
}

.date:before {
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    font-weight: 900;
    margin-right: 5px
}

.pages {
    text-align: center;
    margin-top: 30px
}

.pages .page_next,
.pages .page_prev {
    display: inline;
    margin: 0 20px
}

.icon_top {
    display: block;
    margin: 0 auto 10px;
    width: 100px
}

.top_link {
    display: block;
    box-shadow: 0px 0px 5px 1px #EEEEEE
}

.top_link .top_link_mtitle {
    position: relative;
    background: #FFFFFF;
    color: #2D2D2D;
    padding: 15px 0;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold
}

.top_link .top_link_mtitle:after {
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    color: #52A0E7
}

.top_link:hover .top_link_mtitle:after {
    right: 5px
}

.gallery_ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap
}

.gallery_ul li {
    width: 31.3%;
    margin: 0 3% 3% 0;
    text-align: center
}

.gallery_ul li:nth-child(3n) {
    margin: 0 0 3% 0
}

.gallery_ul li a {
    display: block;
    overflow: hidden;
    height: 270px;
    position: relative
}

.gallery_ul li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto
}

.gallery_ul li span {
    display: block;
    margin-top: 5px
}

.item_flow {
    padding: 20px
}

.item_flow:last-child {
    margin-bottom: 0
}

.item_flow:nth-child(even) {
    background: #FAFAFA
}

.item_flow .cut {
    position: relative
}

.item_flow .item_flow_num {
    position: absolute;
    top: 20px;
    left: 20px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    background-color: #52A0E7;
    color: #FFFFFF;
    text-align: center;
    transform: rotate(-45deg);
    text-align: center
}

.item_flow .item_flow_num span {
    display: block;
    font-size: 2.5rem;
    transform: rotate(45deg)
}

.item_flow .item_flow_ttl {
    margin: 20px 0;
    font-size: 2.5rem;
    font-weight: bold;
    padding-left: 90px
}

.merit {
    border: 1px solid #DDDDDD;
    font-size: .9em;
    box-sizing: border-box
}

.merit .inner {
    padding: 15px
}

.cut {
    overflow: hidden;
    zoom: 1
}

.group_bnr {
    margin: 0 auto 20px;
    width: 200px
}

.page_title_box {
    padding: 100px 0;
    background-image: url(../img/bg_03.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.breadcrumb_box {
    margin-bottom: 20px;
    padding-top: 20px;
    text-align: right
}

.breadcrumb_box .breadcrumb {
    width: 1024px;
    margin: 0 auto;
    padding-left: 0;
    font-size: 1.3rem
}

.breadcrumb_box .breadcrumb li {
    display: inline
}

.breadcrumb_box .breadcrumb li+li:before {
    margin: 0 10px;
    content: ">"
}

.breadcrumb_box .breadcrumb li .home:before {
    font-family: "Font Awesome 5 Free";
    content: "\f015";
    font-weight: 900
}

.form dl dt {
    float: left;
    width: 280px;
    padding-top: 20px
}

.form dl dt span {
    color: #fff;
    background: #FF4F4F;
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 2px;
    position: relative;
    top: -2px
}

.form dl dd {
    padding-left: 280px;
    padding-bottom: 20px;
    padding-top: 23px;
    line-height: 1.5;
    border-bottom: 1px dotted #CCCCCC
}

.form dl dd:last-child {
    border-bottom: none
}

.form .textarea,
.form textarea {
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    box-sizing: border-box
}

.form .textarea {
    height: 30px
}

.form .textarea02 {
    width: 48.5%;
    margin-right: 3%
}

.form .textarea02:last-child {
    margin-right: 0
}

.form .textarea03 {
    width: 20%;
    margin-right: 1%
}

.form button {
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
    font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem
}

.form .select-wrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 192px;
    min-width: 12em;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #333
}

.form .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    display: block;
    width: 200%;
    width: -webkit-calc(100% + 5em);
    margin: 0;
    padding: 11px 35px 11px 11px;
    padding: .6875rem 2.1875rem .6875rem .6875rem;
    background: transparent;
    border: 0;
    outline: none;
    line-height: 1.5
}

.form .entypo-down-open-mini:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0ab";
    font-weight: 900;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 12px;
    right: .75rem;
    margin-top: -8px;
    margin-top: -.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #52A0E7
}

.form label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding-left: 20px;
    display: inline-block
}

.form label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 0px;
    top: 2px;
    content: '';
    z-index: 3
}

.form label.radio_text:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 3px;
    top: 5px;
    background-color: #52A0E7;
    z-index: 1
}

.form label.radio_text input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
    box-shadow: 20px -1px #FFFFFF
}

.form label.radio_text input[type="radio"]:checked {
    box-shadow: none
}

.form label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    box-shadow: 20px -1px #eeebda
}

.form label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box
}

.form label.checkbox_text:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
    border: 1px solid #ccc;
    z-index: 3
}

.form label.checkbox_text:after {
    content: '';
    position: absolute;
    top: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #52A0E7;
    border-bottom: 3px solid #52A0E7;
    transform: rotate(45deg);
    z-index: 1
}

.form label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px
}

.form label.checkbox_text input[type="checkbox"]:checked {
    box-shadow: none
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
    box-shadow: 40px 0px #666;
    opacity: 0.1
}

.form label.checkbox_text input[type="checkbox"]:focus {
    box-shadow: 41px 0px #EEE
}

.form {
    margin: 10px 0 10px
}

@media screen and (max-width: 667px) {
    .form {
        margin: 10px auto
    }
}

.form dt span {
    color: #fff;
    background: #FF4F4F;
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 2px;
    position: relative;
    top: -2px
}

.form dt strong {
    color: #fff;
    background: #999;
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 2px;
    position: relative;
    top: -2px
}

.form dl {
    margin: 10px 0;
    font-size: 16px
}

.form dt {
    float: left;
    width: 280px;
    padding-top: 20px
}

.form dd {
    padding-left: 280px;
    padding-bottom: 20px;
    padding-top: 23px;
    line-height: 1.5;
    border-bottom: 1px solid #eee
}

.form dd p {
    font-size: 14px;
    padding-top: 5px;
    color: #888
}

.form dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px
}

.dropdown {
    border-radius: 2px;
    border: 1px solid #ddd
}

.textarea,
.textarea2 {
    width: 95%;
    border-radius: 2px;
    border: 1px solid #ddd;
    padding: 5px
}

.form-button {
    border-radius: 5px;
    text-align: center
}

.tcen {
    text-align: center
}

#mailform button {
    cursor: pointer;
    display: block;
    margin: 0 auto 5px;
    padding: 10px 0 10px;
    color: #fff;
    text-align: center;
    width: 250px;
    border-radius: 5px;
    background: #52A0E7;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #52A0E7
}

#mailform button:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f0e0";
    margin-right: 6px
}

#mailform button:hover {
    background: #fff;
    color: #52A0E7
}

#mailform button * {
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

#mailform button.rst {
    color: #52A0E7;
    background: #fff;
    border: 1px solid #52A0E7
}

#mailform button.rst:before {
    content: ""
}

#mailform button.rst:hover {
    background: #E4F4FF
}

.form-button * {
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding-left: 20px;
    display: inline-block
}

label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 0px;
    top: 2px;
    content: '';
    z-index: 3
}

label.radio_text:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 3px;
    top: 5px;
    background-color: #64BCFF;
    z-index: 1
}

label.radio_text input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
    box-shadow: 20px -1px #fff
}

label.radio_text input[type="radio"]:checked {
    box-shadow: none
}

label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    box-shadow: 20px -1px #FFF
}

label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box
}

label.checkbox_text:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
    border: 1px solid #ccc;
    z-index: 3
}

label.checkbox_text:after {
    content: '';
    position: absolute;
    top: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #64BCFF;
    border-bottom: 3px solid #64BCFF;
    transform: rotate(45deg);
    z-index: 1
}

label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px
}

label.checkbox_text input[type="checkbox"]:checked {
    box-shadow: none
}

label.checkbox_text input[type="checkbox"]:checked:focus {
    box-shadow: 40px 0px #666;
    opacity: 0.1
}

label.checkbox_text input[type="checkbox"]:focus {
    box-shadow: 41px 0px #EEE
}

.fm-text {
    padding: 10px;
    font-size: 11px;
    margin: 10px 0;
    text-align: center
}

.section_box_text_r {
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
    width: 100%
}

.section_box_text_l {
    display: -webkit-flex;
    display: flex;
    width: 100%
}

.section_box_text_box {
    width: 350px;
    background: #035395;
    background: linear-gradient(180deg, #035395, #032295);
    color: #fff;
    vertical-align: middle;
    padding: 40px 50px
}

.section_box_img {
    flex: 1
}

.section_box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.conts-ttl {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 15px
}

.conts-ttlB {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #FFE927
}

.photo ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 10px auto
}

.photo li {
    width: calc((100% - 50px) /3);
    box-sizing: content-box;
    margin: 0 5px 20px;
    background: #fff;
    box-shadow: 0px 0px 5px #aaa
}

.photo li a {
    background: #fff;
    display: block;
    text-align: center;
    padding: 5px;
    height: 230px;
    vertical-align: middle
}

.photo li a img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.photo li p {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    margin: 3px 0 10px;
    text-align: center;
    text-overflow: ellipsis;
    max-height: 45px
}

@media screen and (max-width: 800px) {
    .photo li {
        width: calc((100% - 20px) /2)
    }
}

.gallery a:nth-child(n+2) {
    display: none
}

.title_photo {
    background: #fff;
    padding: 5px 20px;
    color: #555;
    font-size: 1.7rem;
    line-height: 1.5
}

.top-halfmenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1300px;
    margin: 0 auto 20px
}

.top-halfmenu * {
    transition: all .2s ease-in-out
}

.top-halfmenu>li {
    position: relative;
    width: 32%;
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    padding: 5px;
    box-shadow: 0 0 5px rgba(82, 160, 231, 0.2)
}

.top-halfmenu>li a {
    position: absolute;
    z-index: 5;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.top-halfmenu>li .half-left {
    width: 60%;
    overflow: hidden
}

.top-halfmenu>li .half-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

@media screen and (max-width: 768px) {
    .top-halfmenu>li .half-left img {
        object-fit: contain
    }
}

.top-halfmenu>li .half-right {
    background-image: linear-gradient(to right, #52A0E7 0%, #52A0E7 25%, #3c94e4 25%, #3c94e4 50%, #E4F4FF 50%, #E4F4FF 100%);
    -webkit-background-size: 200% 100%;
    background-size: 200% 100%;
    background-position: 0 0;
    color: #fff;
    width: 40%;
    padding: 20px 15px 35px
}

.top-halfmenu>li:hover .half-left img {
    transform: scale(1.1)
}

.top-halfmenu>li:hover .half-right {
    background-position: 101% 0
}

.top-halfmenu>li:hover i {
    width: 50px
}

.top-halfmenu>li:hover i:before {
    right: 55px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.top-halfmenu>li i {
    position: absolute;
    display: block;
    width: 100px;
    height: 1px;
    background: #fff;
    right: 5px;
    bottom: 20px;
    z-index: 3
}

.top-halfmenu>li i:before {
    content: "More";
    font-family: "YakuHanJP", "Josefin Sans", "Barlow Condensed", "Noto Sans Japanese", "sans-serif";
    color: #fff;
    position: absolute;
    top: -18px;
    right: 105px;
    font-size: 18px
}

.top-halfmenu .half-title span {
    font-size: 1.9rem;
    display: block;
    font-weight: bold;
    letter-spacing: 2px
}

@media all and (max-width: 639px) {
    .top-halfmenu li {
        width: 90%;
        margin: 0 auto
    }

    .top-halfmenu li .half-left,
    .top-halfmenu li .half-right {
        width: 100%
    }

    .top-halfmenu li .half-left {
        height: 130px
    }

    .top-halfmenu li:not(:last-child) {
        margin-bottom: 15px
    }
}

.top-3menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1300px;
    margin: 0 auto 20px
}

.top-3menu * {
    transition: all .2s ease-in-out
}

.top-3menu>li {
    position: relative;
    width: 32%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    box-shadow: 0 0 5px rgba(82, 160, 231, 0.2)
}

.top-3menu>li a {
    position: absolute;
    z-index: 5;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.top-3menu>li .half-left {
    width: 60%;
    overflow: hidden
}

.top-3menu>li .half-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.top-3menu>li .half-right {
    background-image: linear-gradient(to right, #52A0E7 0%, #52A0E7 25%, #3c94e4 25%, #3c94e4 50%, #E4F4FF 50%, #E4F4FF 100%);
    -webkit-background-size: 200% 100%;
    background-size: 200% 100%;
    background-position: 0 0;
    color: #fff;
    width: 40%;
    padding: 20px 10px
}

.top-3menu>li:hover .half-left img {
    transform: scale(1.1)
}

.top-3menu>li:hover .half-right {
    background-position: 101% 0
}

.top-3menu>li:hover i {
    width: 50px
}

.top-3menu>li i {
    position: absolute;
    display: block;
    width: 100px;
    height: 1px;
    background: #fff;
    right: 5px;
    bottom: 20px;
    z-index: 3
}

.top-3menu .half-title span {
    font-size: 3rem;
    display: block;
    font-family: "YakuHanJP", "Josefin Sans", "Barlow Condensed", "Noto Sans Japanese", "sans-serif"
}

@media all and (max-width: 639px) {
    .top-3menu li {
        width: 90%;
        margin: 0 auto;
        flex-direction: column
    }

    .top-3menu li .half-left,
    .top-3menu li .half-right {
        width: 100%
    }

    .top-3menu li .half-left {
        height: 170px
    }

    .top-3menu li:not(:last-child) {
        margin-bottom: 15px
    }
}

.slider1 {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-repeat: repeat;
    margin-bottom: 20px;
    height: 300px
}

.slider1 .viewport {
    width: 100%;
    margin: 0 auto;
    height: 230px;
    position: relative
}

.slider1 .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 100%;
    color: #52A0E7;
    text-decoration: none;
    margin: auto;
    z-index: 5;
    cursor: pointer;
    font-size: 50px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    vertical-align: bottom
}

.slider1 .next {
    right: 0;
    left: auto
}

.slider1 .buttons:hover {
    opacity: 0.6
}

.slider1 .disable {
    visibility: hidden
}

.slider1 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: -1px
}

.slider1 .overview li {
    width: 350px;
    height: 230px;
    float: left;
    text-align: center;
    vertical-align: middle;
    display: table;
    z-index: 99999;
    overflow: hidden;
    font-weight: bold;
    padding: 10px 0 0;
    margin: 0px 1px
}

.slider1 .overview li p {
    text-align: center;
    color: #555 !important;
    font-weight: normal;
    font-size: 13px !important;
    background: #f2f2f2
}

.slider1 img {
    background: #fff;
    width: 100%;
    height: 230px;
    vertical-align: middle;
    text-align: center;
    object-fit: cover
}

#blog_flexwrap {
    display: -webkit-flex;
    display: flex;
    width: 1120px;
    margin: 20px auto 100px
}

#blog_flexwrap #blog_side {
    width: 300px;
    margin-left: 20px
}

#blog_flexwrap #blog_main {
    flex: 1
}

#blog_flexwrap #blog_main section {
    margin-bottom: 25px
}

.blog_sttl01 {
    color: #52A0E7;
    text-indent: 5px;
    font-family: main_font2;
    font-size: 1.3em;
    padding: 5px 0 5px 10px;
    text-align: left;
    margin-bottom: 10px;
    font-weight: normal;
    border-bottom: 2px solid #52A0E7
}

.blog_sttl01:before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    content: "\f0c9";
    margin-right: 5px
}

.blog_mttl {
    width: calc(100% - 20px);
    background: #f1f1f1;
    color: #52A0E7;
    font-size: 1.7rem;
    overflow: hidden;
    font-weight: bold;
    border-left: 2px solid #52A0E7;
    margin: 0px 0 20px;
    padding: 5px 10px;
    line-height: 1.8
}

.blog_time {
    padding-top: 0px;
    font-weight: normal
}

.blog_time:before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.blog_box {
    min-height: 500px;
    position: relative
}

.blog_box img {
    max-width: 100%;
    padding: 15px 0
}

.pages {
    position: absolute;
    bottom: -100px;
    width: 100%;
    right: 0
}

.page_next {
    float: left;
    text-align: left;
    width: 45%
}

.page_prev {
    float: right;
    text-align: right;
    width: 45%
}

.page_prev a {
    display: block;
    padding: 5px 10px;
    background: #52A0E7
}

.page_next a {
    display: block;
    padding: 5px 10px;
    background: #52A0E7
}

.page_prev a:hover,
.page_next a:hover {
    opacity: 0.6
}

.page_prev a:link,
.page_prev a:visited,
.page_prev a:hover {
    color: #fff
}

.page_next a:link,
.page_next a:visited,
.page_next a:hover {
    color: #fff
}

.list_flex {
    padding: 5px 0;
    font-size: 15px;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.list_flex li {
    width: calc(33% - 20px);
    background: #52A0E7;
    color: #fff;
    padding: 15px 10px;
    margin-bottom: 5px;
    border-radius: 5px
}

.list_flex li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a9";
    margin-right: 5px
}

.list_flex li:nth-child(3n+2):last-child {
    margin-right: 33.4%
}

@media screen and (max-width: 768px) {
    .list_flex li {
        width: calc(100% - 0px)
    }

    .list_flex li:nth-child(3n+2):last-child {
        margin-right: 100%
    }
}

.listFlow li {
    margin-bottom: 9px;
    padding-bottom: 9px
}

.listFlow .lastItem {
    margin-bottom: 0;
    padding-bottom: 0;
    background: none
}

.listFlow h4 {
    font-size: 20px;
    font-weight: normal;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
    overflow: hidden
}

.listFlow dl {
    display: table;
    width: 100%
}

.listFlow dl dt {
    display: table-cell;
    padding: 10px 0;
    border: 1px solid #52A0E7;
    width: 100px;
    background: #52A0E7;
    font-size: 1.8rem;
    font-weight: normal;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2
}

.listFlow dl dt .num {
    display: block;
    font-size: 3rem
}

.listFlow dl dd {
    display: table-cell;
    padding: 15px 20px;
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    vertical-align: middle;
    background-color: white
}

@media screen and (max-width: 800px) {
    .listFlow h4 {
        font-size: 18px;
        font-weight: normal;
        border-bottom: solid 1px #ccc;
        margin-bottom: 5px;
        overflow: hidden
    }

    .listFlow dl {
        display: block;
        width: 100%
    }

    .listFlow dl dt {
        display: block;
        padding: 5px 0;
        width: 100%;
        border: none
    }

    .listFlow dl dt .num {
        display: block
    }

    .listFlow dl dd {
        display: block;
        padding: 15px 10px;
        border: none
    }
}

.blog_side_list {
    position: relative;
    margin: 0 0 0px !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.blog_side_list .blog_bx {
    transition: .3s ease-in-out;
    width: calc(100% - 0px) !important;
    font-size: 12px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    position: relative;
    padding: 10px 10px 10px
}

.blog_side_list .blog_bx a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.blog_side_list .blog_bx .blog_bx_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.blog_side_list .blog_bx .blog_bx_flex div {
    width: calc(100% - 120px)
}

.blog_side_list .blog_bx:hover {
    background: #f2f2f2
}

.blog_side_list .blog_bx figcaption {
    display: block;
    text-align: center;
    width: 100px;
    height: 100px;
    overflow: hidden;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    float: left
}

.blog_side_list .blog_bx * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.blog_side_list .blog_bx p {
    line-height: 1.6em;
    font-size: 13px
}

.blog_side_list .blog_bx img {
    vertical-align: middle;
    height: 100px;
    width: 100%;
    object-fit: cover
}

.blog_side_list .blog_bx:hover img {
    opacity: 1 !important;
    transform: scale(1.1)
}

.blog_side_list .blog_bx .ttl {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    float: left;
    background: #52A0E7;
    padding: 0 15px;
    margin-bottom: 5px
}

.blog_side_list .blog_bx .ttm {
    float: right;
    padding-top: 0px;
    font-size: 13px;
    font-weight: normal
}

.blog_side_list .blog_bx .ttm:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.blog_side_list .blog_bx .blog_ttl {
    clear: both;
    font-weight: normal
}

.blog_top_list {
    position: relative;
    margin: 0 0 0px !important;
    padding: 0 !important;
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.blog_top_list .blog_bx {
    transition: .3s ease-in-out;
    width: calc(33.33% - 42px) !important;
    font-size: 12px;
    margin: 10px;
    border: 1px solid #ccc;
    position: relative;
    padding: 10px 10px 10px;
    background: #fff
}

.blog_top_list .blog_bx a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.blog_top_list .blog_bx .blog_bx_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.blog_top_list .blog_bx .blog_bx_flex div {
    width: 100%
}

.blog_top_list .blog_bx:hover {
    background: #f2f2f2
}

.blog_top_list .blog_bx figcaption {
    display: block;
    text-align: center;
    width: 100%;
    height: 230px;
    overflow: hidden;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    float: none;
    margin-bottom: 15px
}

.blog_top_list .blog_bx * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.blog_top_list .blog_bx p {
    line-height: 1.6em;
    font-size: 13px
}

.blog_top_list .blog_bx img {
    vertical-align: middle;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.blog_top_list .blog_bx:hover img {
    opacity: 1 !important;
    transform: scale(1.1)
}

.blog_top_list .blog_bx .ttl {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    float: left;
    background: #E4F4FF;
    padding: 0 15px;
    margin-bottom: 5px
}

.blog_top_list .blog_bx .ttm {
    float: right;
    padding-top: 0px;
    font-size: 13px;
    font-weight: normal
}

.blog_top_list .blog_bx .ttm:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.blog_top_list .blog_bx .blog_ttl {
    clear: both;
    font-weight: normal
}

.blog_top_list .blog_bx .blog_text {
    margin-top: 5px
}

@media screen and (max-width: 768px) {
    .blog_top_list .blog_bx {
        width: calc(100% - 22px) !important;
        margin: 0px auto 20px
    }

    .blog_top_list .blog_bx figcaption {
        height: 200px
    }
}

@media screen and (max-width: 768px) {
    #blog_flexwrap {
        display: -webkit-block;
        display: block;
        width: 95%;
        margin: 20px auto 30px
    }

    #blog_flexwrap #blog_main {
        background: #fff;
        width: 100%;
        flex: 1;
        margin-bottom: 20px
    }

    #blog_flexwrap #blog_side {
        width: 100%;
        margin-left: 0px
    }

    .pages {
        position: static;
        bottom: 0;
        width: 100%;
        margin-top: 30px
    }

    .page_next {
        float: none;
        width: 100%;
        margin-bottom: 10px
    }

    .page_prev {
        float: none;
        text-align: left;
        width: 100%
    }
}

.pp {
    padding: 10px 0
}

.pp dt {
    color: #52A0E7;
    border-bottom: 1px solid #52A0E7;
    margin-bottom: 10px;
    font-size: 1.8rem
}

.pp dd {
    margin-bottom: 10px
}

.mbox {
    padding: 30px
}

@media screen and (max-width: 667px) {
    .mbox {
        padding: 40px 0
    }
}

.form .form-pattern-1 .submit-btn {
    cursor: pointer;
    display: block;
    margin: 0 auto 5px;
    padding: 10px 0 10px;
    color: #fff;
    text-align: center;
    width: 250px;
    border-radius: 5px;
    background: #52A0E7;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #52A0E7;
}

.form .form-pattern-1 .submit-btn:hover {
    background: #fff;
    color: #52A0E7;
}

.form .form-pattern-1 .submit-btn::before {
    transition: all .2s ease-in-out 0s;
  }
  
  .form .form-pattern-1 .submit-btn:hover::before {
    background: #52A0E7;
  }