@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;700&display=swap");

@-webkit-keyframes fadeOutLeft {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    to {
        -webkit-transform: translateX(-800px);
        transform: translateX(-800px)
    }
}

@keyframes fadeOutLeft {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    to {
        -webkit-transform: translateX(-800px);
        transform: translateX(-800px)
    }
}

@-webkit-keyframes fadeOutright {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    to {
        -webkit-transform: translateX(800px);
        transform: translateX(800px)
    }
}

@keyframes fadeOutright {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    to {
        -webkit-transform: translateX(800px);
        transform: translateX(800px)
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2%, 0);
        transform: translate3d(0, 2%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (print),
(prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }
}

@media all and (max-width: 769px) {

    .animated.delay-1s,
    .animated.delay-2s,
    .animated.delay-3s,
    .animated.delay-4s,
    .animated.delay-5s {
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s
    }
}

body {
    color: #1D1510;
    font-family: "Kiwi Maru", serif;
    font-size: 1.5rem;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
    overflow-x: hidden;
    font-weight: 400;
    position: relative;
    letter-spacing: 0.1rem;
    background: #FFFFFF
}

a {
    color: #005e73;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer
}

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

.bold {
    font-weight: 700
}

h2,
h3 {
    line-height: 1.4;
    font-weight: 400
}

.mincho {
    font-family: "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif
}

.mincho2 {
    font-family: "Kiwi Maru", serif
}

#wrapper {
    overflow: hidden
}

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

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

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

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

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

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

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

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

.animation {
    opacity: 0
}

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

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

.loader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fdfdfd;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    -webkit-perspective: 100px;
    perspective: 100px
}

.loader::after {
    -webkit-animation: rotate 2.5s linear infinite;
    animation: rotate 2.5s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    content: "";
    height: 100px;
    width: 100px;
    display: block;
    background: url(../img/character.png) no-repeat center/contain
}

.loader.off {
    display: none
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    25% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    75% {
        opacity: 0
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    25% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    75% {
        opacity: 0
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes hd-scrolled {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%)
    }

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

@keyframes hd-scrolled {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%)
    }

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

#l-header {
    width: 100%;
    position: relative;
    z-index: 200
}

#l-header:after {
    position: absolute;
    content: "";
    width: 210px;
    height: 70px;
    bottom: -60px;
    margin-left: -105px;
    left: 50%;
    background: url(../img/header_deco.png) no-repeat center top/contain
}

@media all and (max-width: 800px) {
    #l-header:after {
        bottom: -50px
    }
}

#l-header.is-fixed {
    background: #fefefe;
    left: 0;
    top: 0
}

#l-header .inner {
    max-width: 1200px;
    margin: 0 auto;
    min-width: 1000px;
    position: relative;
    padding: 40px 0;
    display: block
}

@media all and (max-width: 800px) {
    #l-header .inner {
        min-width: initial
    }
}

#logo {
    width: 170px;
    position: absolute;
    left: 50%;
    top: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

@media all and (max-width: 1200px) {
    #logo {
        width: 150px
    }
}

@media all and (max-width: 800px) {
    #logo {
        position: relative
    }
}

.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-right_contact {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width: 800px) {
    .header-right_contact {
        display: none
    }
}

.header-right_sns {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width: 800px) {
    .header-right_sns .sns-list {
        position: absolute;
        left: 5px;
        top: 15px
    }
}

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

.sns-list.type1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sns-list li:not(:last-child) {
    margin-right: 10px
}

.sns-list li a {
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 35px;
    color: #fff;
    position: relative;
    font-size: 1.8rem;
    border-radius: 50%
}

.sns-list li a:hover {
    opacity: 0.7
}

@media all and (max-width: 639px) {
    .sns-list li a {
        font-size: 1.5rem
    }
}

.sns-list li a.btn-facebook {
    background: #1877f2
}

.sns-list li a.btn-twitter {
    background: #1da1f2
}

.sns-list li a.btn-instagram {
    overflow: hidden;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat
}

.sns-list li a.btn-instagram i {
    position: relative;
    z-index: 2
}

.sns-list li a.btn-instagram:before {
    content: "";
    position: absolute;
    top: 18px;
    left: -10px;
    width: 50px;
    height: 50px;
    background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%)
}

.translate {
    position: fixed;
    right: 0;
    top: 120px;
    z-index: 200;
    padding: 4px;
    background: rgba(255, 243, 74, 0.4)
}

@media all and (max-width: 639px) {
    .translate {
        top: 80px;
        font-size: 12px;
        padding-right: 0
    }
}

.header-right_tel a,
.header-right_mail a,
.header-right_reserve a {
    display: block;
    padding: 5px 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
    letter-spacing: 0;
    font-weight: 600
}

.header-right_tel a span,
.header-right_mail a span,
.header-right_reserve a span {
    padding-right: 5px
}

.header-right_tel a:hover,
.header-right_mail a:hover,
.header-right_reserve a:hover {
    -webkit-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in
}

.header-right_tel {
    text-align: center;
    margin-right: 5px
}

.header-right_tel span {
    display: block;
    font-size: 12px;
    margin-top: -10px
}

.header-right_tel a {
    width: 100%;
    color: #00B2D9;
    font-size: 2rem;
    padding: 5px 10px;
    font-family: "Varela Round", sans-serif;
    font-weight: 600
}

.header-right_tel a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    font-weight: bold;
    margin-right: 5px;
    font-size: 1.6rem
}

.header-right_tel a:hover {
    color: #0088a6
}

.header-right_mail a {
    background: #fff;
    border: 1px solid #00B2D9;
    color: #00491f;
    padding: 6px 10px;
    border-radius: 20px
}

.header-right_mail a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: bold;
    margin-right: 5px
}

.header-right_mail a:hover {
    background: rgba(0, 178, 217, 0.5)
}

.header-right_reserve {
    margin-right: 8px
}

.header-right_reserve.type1 a {
    background: #fff;
    border: 1px solid #1D1510;
    color: #1D1510
}

.header-right_reserve a {
    background: #fff34a;
    color: #222;
    padding: 6px 10px;
    border-radius: 20px;
    width: 180px
}

.header-right_reserve a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f073";
    font-weight: bold;
    margin-right: 5px
}

@media all and (max-width: 800px) {
    .header-right_reserve {
        display: none
    }
}

.header-right_fax {
    display: block;
    padding: 6px 15px;
    border-radius: 40px;
    line-height: 1.4;
    font-size: 1.8rem;
    color: #fff;
    max-width: 350px;
    font-weight: 600;
    background: #007C35
}

.header-right_fax:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1ac";
    font-weight: bold;
    margin-right: 5px
}

#header_nav {
    display: none;
    position: relative;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

#header_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#header_nav ul li {
    position: relative;
    width: calc((100% - 150px) / 6);
    text-align: center
}

#header_nav ul li a {
    display: block;
    position: relative;
    line-height: 1.3;
    font-size: 1.4rem;
    color: #1D1510;
    font-weight: 700;
    padding: 12px 0;
    -webkit-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in
}

#header_nav ul li a span {
    display: block;
    color: #00B2D9;
    font-size: 1.3rem;
    font-family: "Varela Round", sans-serif;
    font-weight: 600;
    -webkit-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
    margin-bottom: 3px
}

#header_nav ul li a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background: #FFD20E;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0px;
    -webkit-transition: 0.2s width ease-in;
    transition: 0.2s width ease-in
}

#header_nav ul li a:hover span,
#header_nav ul li a.active span {
    color: #00B2D9
}

#header_nav ul li a:hover:after,
#header_nav ul li a.active:after {
    width: 60%
}

#header_nav ul li:nth-child(3) {
    margin-right: 75px
}

#header_nav ul li:nth-child(4) {
    margin-left: 75px
}

#header_nav .dropdown {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    top: 55px;
    z-index: 310;
    background: #f0efec
}

#header_nav .dropdown .dropdown-li {
    padding: 7px 10px;
    margin: 0
}

#header_nav .dropdown .dropdown-li a {
    display: block;
    width: 140px;
    text-align: center;
    font-size: 1.4rem;
    padding: 10px 0;
    border-right: 0;
    color: #555;
    border-radius: 30px;
    background: #fff
}

#header_nav .dropdown .dropdown-li a:after {
    display: none
}

#header_nav .dropdown .dropdown-li a:hover {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #821800
}

#header_nav .dropdown .dropdown-li.foot_only {
    display: none
}

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

#page-top a {
    display: block;
    background: #dab100;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 1.8rem;
    text-align: center
}

#page-top a:hover {
    opacity: 0.6
}

@media all and (max-width: 639px) {
    #page-top {
        bottom: 105px
    }
}

@-webkit-keyframes zoom-in {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.12);
        transform: scale(1.12)
    }
}

@keyframes zoom-in {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.12);
        transform: scale(1.12)
    }
}

.swiper-slide {
    position: relative
}

.swiper-slide:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    z-index: -1;
    border-radius: 30px
}

.swiper-slide.slide1:before {
    background-image: url(../img/1.jpg)
}

@media all and (max-width: 639px) {
    .swiper-slide.slide1:before {
        background-position: 25% center
    }
}

.swiper-slide.slide2:before {
    background-image: url(../img/2.jpg)
}

@media all and (max-width: 639px) {
    .swiper-slide.slide2:before {
        background-position: 20% center
    }
}

.swiper-slide.slide3:before {
    background-image: url(../img/3.jpg)
}

.swiper-slide.slide4:before {
    background-image: url(../img/4.jpg)
}

.slide-img {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slide-img img {
    width: 600px
}

@media all and (max-width: 1200px) {
    .slide-img {
        height: 55vw
    }
}

@media all and (max-width: 800px) {
    .slide-img {
        height: 60vh
    }

    .slide-img img {
        width: 60%
    }
}

@media all and (max-width: 639px) {
    .slide-img {
        height: 60vh
    }

    .slide-img img {
        width: 80%
    }
}

#slide-bg {
    position: relative
}

#slideshow {
    max-width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    overflow: hidden
}

@media all and (max-width: 800px) {
    #slideshow {
        max-width: calc(100% - 15px)
    }
}

@media all and (max-width: 1200px) {
    #slideshow {
        min-width: initial
    }
}

@media all and (max-width: 639px) {
    #slideshow {
        margin-top: 5px;
        margin-bottom: 10px;
        width: 95%
    }
}

#mainview-name {
    padding: 40px 0;
    text-align: center;
    font-family: "Varela Round", sans-serif;
    font-weight: 300;
    letter-spacing: 0.2em
}

#catch {
    z-index: 150;
    position: absolute;
    left: 50%;
    bottom: 20%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    opacity: 0;
    width: 40%
}

#catch.on {
    opacity: 1;
    -webkit-transition: 2s;
    transition: 2s
}

@media all and (max-width: 1200px) {
    #catch {
        width: 40%
    }
}

@media all and (max-width: 800px) {
    #catch {
        width: 60%
    }
}

@media all and (max-width: 639px) {
    #catch {
        width: 70%
    }
}

.contact_lead {
    font-size: 1.3em;
    color: #1D1510;
    text-align: center
}

@media all and (max-width: 639px) {
    .contact_lead {
        font-size: 1em
    }
}

.contact_wrap {
    max-width: 1200px;
    border-top: 3px solid #fff;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact_wrap .contact_left,
.contact_wrap .contact_right {
    width: 49%;
    padding: 20px
}

.contact_wrap .contact_right {
    text-align: right
}

.contact_wrap .contact_left {
    margin-right: 2%;
    border-right: 3px solid #fff
}

@media all and (max-width: 639px) {
    .contact_wrap {
        margin-top: 30px;
        width: 94%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contact_wrap .contact_left,
    .contact_wrap .contact_right {
        width: 100%;
        padding: 10px;
        font-size: 0.9em;
        letter-spacing: 0;
        font-weight: normal
    }

    .contact_wrap .contact_right {
        text-align: left
    }

    .contact_wrap .contact_left {
        margin-right: auto;
        border-right: 0;
        border-bottom: 3px solid #fff
    }
}

.contact_bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px auto
}

.contact_bnr>li:not(:last-of-type) {
    margin-bottom: 5px
}

.contact_bnr>li:first-of-type {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media all and (max-width: 639px) {
    .contact_bnr>li {
        margin-bottom: 8px
    }
}

.contact_bnr>li .bnr_tel,
.contact_bnr>li .bnr_fax {
    white-space: nowrap;
    color: #00B2D9;
    line-height: 1.1;
    font-size: 3.5rem
}

.contact_bnr>li .bnr_tel:before,
.contact_bnr>li .bnr_fax:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: bold;
    font-size: 2.8rem;
    color: #00B2D9
}

.contact_bnr>li .bnr_tel:hover,
.contact_bnr>li .bnr_fax:hover {
    text-shadow: 3px 3px 2px rgba(255, 255, 255, 0.9);
    color: #f4c600
}

.contact_bnr>li .bnr_tel:hover:before,
.contact_bnr>li .bnr_fax:hover:before {
    color: #f4c600
}

@media all and (max-width: 800px) {

    .contact_bnr>li .bnr_tel,
    .contact_bnr>li .bnr_fax {
        font-size: 2.3rem
    }
}

@media all and (max-width: 639px) {

    .contact_bnr>li .bnr_tel,
    .contact_bnr>li .bnr_fax {
        font-size: 2.6rem;
        width: 100%
    }

    .contact_bnr>li .bnr_tel:before,
    .contact_bnr>li .bnr_fax:before {
        font-size: 1.8rem
    }
}

.contact_bnr>li .bnr_fax:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1ac";
    font-weight: bold;
    font-size: 2.8rem;
    color: #FFD20E
}

.contact_bnr>li .bnr_mobile {
    background: #007C35
}

.contact_bnr>li .bnr_mobile:before {
    font-family: "Font Awesome 5 Free";
    content: "\f3cd";
    font-weight: bold
}

.contact_bnr>li .bnr_mobile:hover {
    background: #821800
}

.contact_bnr>li .bnr_free {
    color: #222;
    margin-top: -10px;
    margin-bottom: 10px
}

.contact_bnr>li .bnr_free:before {
    content: "Free";
    font-family: "Varela Round", sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    margin-right: 5px
}

.contact_bnr>li .bnr_reserve {
    background: #fff34a;
    color: #111
}

.contact_bnr>li .bnr_reserve.type1 {
    background: #fff;
    border: 0.9px solid #1D1510
}

.contact_bnr>li .bnr_reserve:before {
    font-family: "Font Awesome 5 Free";
    content: "\f073";
    font-weight: bold;
    margin-right: 5px
}

.contact_bnr>li .bnr_reserve:hover {
    background: #fff67d
}

@media all and (max-width: 639px) {
    .contact_bnr>li .bnr_reserve {
        font-size: 1.3rem;
        width: 280px
    }
}

.contact_bnr>li .bnr_mail {
    background: #007C35;
    color: #fefefe
}

.contact_bnr>li .bnr_mail:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: bold
}

.contact_bnr>li .bnr_mail:hover {
    background: #00632a
}

.contact_bnr>li a,
.contact_bnr>li span {
    display: block;
    margin: 0 auto;
    color: #ffffff;
    width: 280px;
    font-weight: bold;
    text-align: center;
    font-size: 1.7rem;
    padding: 8px 0
}

.contact_bnr>li a:before,
.contact_bnr>li span:before {
    margin-right: 5px
}

@media all and (max-width: 639px) {

    .contact_bnr>li a,
    .contact_bnr>li span {
        font-size: 1.3rem
    }
}

@media all and (max-width: 320px) {

    .contact_bnr>li a,
    .contact_bnr>li span {
        width: 250px
    }
}

#l-footer {
    font-size: 1.3rem;
    position: relative
}

#l-footer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 178, 217, 0.1)
}

#l-footer .inner {
    position: relative;
    z-index: 3;
    padding: 40px 10px
}

@media all and (max-width: 639px) {
    #l-footer .inner {
        padding: 40px 10px 20px
    }
}

#l-footer .inner.type2 {
    background: #00B2D9
}

#l-footer .footer-box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.7)
}

@media all and (max-width: 639px) {
    #l-footer .footer-box {
        padding: 25px 10px;
        margin: 0 auto 20px
    }
}

@media all and (max-width: 639px) {
    #l-footer {
        font-size: 12px
    }
}

.footer-column-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 20px auto;
    margin-bottom: 15px
}

.footer-column-wrap .footer-column-left {
    width: 48%
}

.footer-column-wrap .footer-column-right {
    width: 48%
}

@media all and (max-width: 1200px) {
    .footer-column-wrap {
        width: 90%
    }
}

@media all and (max-width: 639px) {
    .footer-column-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0px
    }

    .footer-column-wrap .footer-column-left,
    .footer-column-wrap .footer-column-middle,
    .footer-column-wrap .footer-column-right {
        width: 100%;
        margin-top: 40px
    }

    .footer-column-wrap .footer-column-left {
        margin-top: 0px
    }
}

.footer_navi {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 20px auto 0;
    width: 100%
}

.footer_navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2%;
    max-width: 850px;
    margin: 0 auto
}

.footer_navi ul li {
    margin: 0 1%
}

.footer_navi ul li a {
    color: #0088a6;
    font-size: 1.2rem;
    position: relative;
    padding-left: 20px;
    font-weight: 600
}

.footer_navi ul li a span {
    display: none
}

.footer_navi ul li a:after {
    content: "";
    background-color: #00B2D9;
    width: 1px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer_navi ul li a:hover {
    color: #FFD20E
}

.footer_navi ul li:first-child a:after {
    display: none
}

.footer_navi ul li .dropdown {
    display: none
}

.footer_navi ul li .dropdown .dropdon-li a {
    font-size: 1.2rem
}

@media all and (max-width: 800px) {
    .footer_navi {
        display: none
    }

    .footer_navi ul li {
        width: 48%
    }
}

@media all and (max-width: 639px) {
    .footer_navi {
        width: 100%
    }
}

.footer-insta a {
    width: 35px;
    height: 35px;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 35px;
    border-radius: 100%;
    font-size: 1.8rem;
    background: #222;
    color: #fefefe
}

.flogo {
    width: 200px;
    margin: 0 auto;
    min-height: 0;
    margin-top: -80px
}

.flogo a {
    display: block
}

@media all and (max-width: 639px) {
    .flogo {
        width: 120px;
        margin-top: -60px
    }
}

.copyright {
    padding: 10px 0;
    background: #00B2D9;
    color: #fff;
    font-size: 1.2rem
}

@media all and (max-width: 639px) {
    .copyright {
        font-size: 12px;
        padding: 20px 0
    }
}

@media all and (max-width: 800px) {
    .address {
        font-size: 1rem;
        font-family: "YakuHanJP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
    }
}

.board-box {
    background: #ccc;
    padding: 20px
}

.item-list .slick-slide {
    padding: 0px 15px !important
}

.item-list a {
    display: block;
    width: 100%;
    height: 18vw;
    overflow: hidden
}

.item-list a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

@media all and (max-width: 1200px) {
    .item-list a {
        height: 25vw
    }
}

@media all and (max-width: 639px) {
    .item-list a {
        height: 200px
    }
}

@media all and (max-width: 639px) {
    .item-list {
        padding: 0 14px
    }
}

.works-gallery a {
    width: 100%;
    height: 350px;
    display: block;
    overflow: hidden
}

.works-gallery a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

@media all and (max-width: 639px) {
    .works-gallery a {
        height: 240px
    }
}

.top-lead {
    position: relative
}

.top-lead-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top-lead-box.type1 .top-lead-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.top-lead-box .top-lead-img {
    width: 35%;
    position: relative
}

.top-lead-box .top-lead-txt {
    width: 60%;
    padding: 10px
}

.top-lead-box .top-lead-txt .top-lead-catch {
    text-align: center;
    line-height: 2;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    color: #00B2D9;
    font-weight: 600
}

@media all and (max-width: 800px) {
    .top-lead-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .top-lead-box .top-lead-img {
        width: 80%
    }

    .top-lead-box .top-lead-txt {
        width: 80%
    }
}

@media all and (max-width: 639px) {
    .top-lead-box .top-lead-img {
        width: 100%
    }

    .top-lead-box .top-lead-txt {
        width: 100%;
        padding: 0 15px
    }

    .top-lead-box .top-lead-txt .top-lead-catch {
        font-size: 1.4rem
    }
}

.sec2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

@media all and (max-width: 800px) {
    .sec2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.sec2-txt-box {
    width: 350px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    letter-spacing: 0.15em;
    position: relative
}

@media all and (max-width: 800px) {
    .sec2-txt-box {
        margin: 30px auto
    }
}

@media all and (max-width: 639px) {
    .sec2-txt-box {
        width: 90%
    }

    .sec2-txt-box .top-animation2 {
        opacity: 0
    }

    .sec2-txt-box .top-animation2.is-on {
        opacity: 1;
        -webkit-animation: fadeInUp 0.4s ease-in-out;
        animation: fadeInUp 0.4s ease-in-out;
        z-index: 2
    }
}

.sec2-img-box {
    width: calc((100% - 600px) / 2);
    -webkit-column-gap: 50px;
    column-gap: 50px;
    row-gap: 50px
}

@media all and (max-width: 1400px) {
    .sec2-img-box {
        width: calc((100% - 400px) / 2);
        -webkit-column-gap: 30px;
        column-gap: 30px;
        row-gap: 30px
    }
}

@media all and (max-width: 800px) {
    .sec2-img-box {
        width: 80%
    }
}

@media all and (max-width: 639px) {
    .sec2-img-box {
        width: 100%
    }
}

.sec2-img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    border-radius: 20px
}

.sec2-img-box.img-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr)
}

@media all and (max-width: 639px) {
    .sec2-img-box.img-1 {
        display: none
    }
}

.sec2-img-box.img-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr)
}

.sec2-img-box.img-2 .img-2-01 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3
}

.sec2-img-box.img-2 .img-2-02 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1
}

.sec2-img-box.img-2 .img-2-03 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2
}

.sp-sec2 {
    display: none
}

@media all and (max-width: 639px) {
    .sp-sec2 {
        display: block;
        position: relative;
        height: 50px;
        margin-bottom: -40px;
        width: 100%
    }

    .sp-sec2 .trigger1 {
        content: "";
        position: absolute;
        width: 47%;
        height: 100%;
        left: 0;
        top: 0;
        -webkit-transition: -webkit-transform 1s ease-in;
        transition: -webkit-transform 1s ease-in;
        transition: transform 1s ease-in;
        transition: transform 1s ease-in, -webkit-transform 1s ease-in
    }

    .sp-sec2 .trigger1 img {
        margin-bottom: 30px;
        border-radius: 20px
    }

    .sp-sec2 .trigger1.is-on {
        -webkit-transform: translateX(-700px);
        transform: translateX(-700px)
    }

    .sp-sec2 .trigger2 {
        content: "";
        position: absolute;
        width: 47%;
        height: 100%;
        right: 0;
        top: 0;
        -webkit-transition: -webkit-transform 1s ease-in;
        transition: -webkit-transform 1s ease-in;
        transition: transform 1s ease-in;
        transition: transform 1s ease-in, -webkit-transform 1s ease-in
    }

    .sp-sec2 .trigger2 img {
        margin-bottom: 30px;
        border-radius: 20px
    }

    .sp-sec2 .trigger2.is-on {
        -webkit-transform: translateX(700px);
        transform: translateX(700px)
    }
}

.deco {
    position: relative
}

.deco:before {
    position: absolute;
    content: ""
}

.deco:before {
    right: -20px;
    top: 0;
    width: 300px;
    height: 172px;
    background: url(../img/deco01.png) no-repeat center/contain
}

@media all and (max-width: 639px) {
    .deco:before {
        right: -10px;
        width: 170px;
        height: 97px;
        top: 30px;
        opacity: 0.7
    }
}

.top-menu-bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 30px
}

@media all and (max-width: 1200px) {
    .top-menu-bnr {
        width: 80%
    }
}

@media all and (max-width: 639px) {
    .top-menu-bnr {
        width: 75%
    }
}

.top-menu-bnr li {
    width: 23%
}

.top-menu-bnr li:nth-child(2n) {
    -webkit-transform: translateY(25px);
    transform: translateY(25px)
}

@media all and (max-width: 639px) {
    .top-menu-bnr li:nth-child(2n) {
        -webkit-transform: none;
        transform: none
    }
}

.top-menu-bnr li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

.top-menu-bnr li a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 16px;
    left: 0;
    background: #fff;
    border-radius: 50% 50% 50% 50%/60% 60% 40% 40%
}

.top-menu-bnr li a:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
}

.top-menu-bnr li a:hover .top-menu-img img {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    opacity: 0.9
}

.top-menu-bnr li a:hover .top-menu-title .eng {
    color: #fff34a
}

@media all and (max-width: 1200px) {
    .top-menu-bnr li {
        width: 47%;
        margin-bottom: 40px
    }
}

@media all and (max-width: 639px) {
    .top-menu-bnr li {
        width: 90%;
        margin-bottom: 30px
    }
}

.top-menu-bnr .top-menu-img {
    width: 100%;
    height: 340px;
    overflow: hidden;
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00B2D9), to(#483b33));
    background-image: linear-gradient(to bottom, #00B2D9, #483b33);
    border-radius: 50% 50% 50% 50%/60% 60% 40% 40%
}

.top-menu-bnr .top-menu-img img {
    width: 100%;
    height: 100%;
    opacity: 0.9;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    display: block;
    margin: 0 auto;
    opacity: 0.7
}

@media all and (max-width: 639px) {
    .top-menu-bnr .top-menu-img {
        height: 260px
    }
}

.top-menu-bnr .top-menu-title {
    position: absolute;
    left: 0;
    bottom: 45px;
    display: block;
    -webkit-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
    width: 100%;
    text-align: center;
    z-index: 2;
    font-weight: 600;
    letter-spacing: 0.15em
}

.top-menu-bnr .top-menu-title .ja {
    font-size: 2rem;
    color: #fff;
    padding: 8px 0
}

.top-menu-bnr .top-menu-title .eng {
    font-size: 1.5rem;
    font-family: "Varela Round", sans-serif;
    font-weight: 600;
    -webkit-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
    color: #fff;
    border-radius: 15px
}

@media all and (max-width: 639px) {
    .top-menu-bnr .top-menu-title .ja {
        font-size: 1.6rem
    }

    .top-menu-bnr .top-menu-title .eng {
        font-size: 1.2rem
    }
}

.top-bnr-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1500px;
    margin: 0 auto
}

.top-bnr-list>li {
    width: 23.5%
}

.top-bnr-list>li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.top-bnr-list>li a:hover {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

.top-bnr-list>li a:hover .btn-arrow {
    background: #821800
}

.top-bnr-list>li a:hover .btn-arrow i {
    border-bottom-color: #fefefe
}

.top-bnr-list>li a:hover .btn-arrow i:before {
    border-right-color: #fefefe
}

.top-bnr-list>li a:hover .top-bnr-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

@media all and (max-width: 1200px) {
    .top-bnr-list {
        width: 85%;
        margin: 0 auto
    }

    .top-bnr-list>li {
        width: 48%;
        margin-bottom: 20px
    }
}

@media all and (max-width: 639px) {
    .top-bnr-list {
        width: 95%
    }

    .top-bnr-list>li {
        width: 100%
    }
}

.top-bnr-list .top-bnr-img {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 20px
}

.top-bnr-list .top-bnr-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

@media all and (max-width: 639px) {
    .top-bnr-list .top-bnr-img {
        height: 180px
    }
}

.top-bnr-list .btn-arrow {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 20px;
    bottom: 30px;
    text-align: center;
    line-height: 60px;
    background: #fefefe;
    border: 2px solid #821800;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

@media all and (max-width: 639px) {
    .top-bnr-list .btn-arrow {
        bottom: 25px
    }
}

.top-bnr-list .btn-arrow i {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: 2px solid #821800;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 5px
}

.top-bnr-list .btn-arrow i:before {
    position: absolute;
    width: 10px;
    height: 8px;
    content: "";
    right: 3px;
    bottom: -2px;
    border-right: 3px solid #821800;
    -webkit-transform: skew(45deg);
    transform: skew(45deg)
}

.top-bnr-list .top-bnr-title {
    font-weight: 600;
    padding: 15px;
    line-height: 1.4
}

.top-bnr-list .top-bnr-title .eng {
    font-family: "Varela Round", sans-serif;
    font-weight: 300;
    font-size: 2rem;
    color: #821800;
    display: block
}

.top-bnr-list .top-bnr-title .ja {
    font-size: 1.7rem;
    display: block;
    color: #333
}

@media all and (max-width: 639px) {
    .top-bnr-list .top-bnr-title {
        padding: 10px 5px
    }

    .top-bnr-list .top-bnr-title .eng {
        font-size: 1.5rem
    }

    .top-bnr-list .top-bnr-title .ja {
        font-size: 1.3rem
    }
}

.top-img-box {
    position: relative;
    background: url(../img/top-bg01.jpg) no-repeat center/cover
}

.top-img-box:before {
    position: absolute;
    content: "";
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    opacity: 0.8;
    border-radius: 20px
}

@media all and (max-width: 639px) {
    .top-img-box:before {
        width: calc(100% - 20px);
        height: calc(100% - 30px)
    }
}

.top-broadcast {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top-broadcast .broadcast-left {
    width: 33%
}

.top-broadcast .broadcast-right {
    width: 63%
}

@media all and (max-width: 639px) {
    .top-broadcast {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .top-broadcast .broadcast-left,
    .top-broadcast .broadcast-right {
        width: 100%
    }

    .top-broadcast .broadcast-right {
        padding: 0 15px;
        margin-top: 20px
    }
}

.top-bnr-list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto
}

.top-bnr-list2>li {
    width: 31%;
    position: relative;
    margin-bottom: 20px
}

.top-bnr-list2>li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2
}

.top-bnr-list2>li a:hover {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

.top-bnr-list2>li a:hover .btn-arrow {
    background: #00B2D9
}

.top-bnr-list2>li a:hover .btn-arrow i {
    border-bottom-color: #fefefe
}

.top-bnr-list2>li a:hover .btn-arrow i:before {
    border-right-color: #fefefe
}

.top-bnr-list2>li a:hover .top-bnr-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

@media all and (max-width: 1200px) {
    .top-bnr-list2 {
        width: 85%;
        margin: 0 auto;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .top-bnr-list2>li {
        width: 48%;
        margin-bottom: 20px
    }
}

@media all and (max-width: 639px) {
    .top-bnr-list2 {
        width: 95%
    }

    .top-bnr-list2>li {
        width: 100%
    }
}

.top-bnr-list2 .top-bnr-img {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1)
}

.top-bnr-list2 .top-bnr-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

@media all and (max-width: 639px) {
    .top-bnr-list2 .top-bnr-img {
        height: 200px
    }
}

.top-bnr-list2 .btn-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 5px;
    top: 200px;
    text-align: center;
    line-height: 60px;
    border: 1px solid #00B2D9;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

@media all and (max-width: 639px) {
    .top-bnr-list2 .btn-arrow {
        top: 180px
    }
}

.top-bnr-list2 .btn-arrow i {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: 1px solid #00B2D9;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 5px
}

.top-bnr-list2 .btn-arrow i:before {
    position: absolute;
    width: 10px;
    height: 8px;
    content: "";
    right: 3px;
    bottom: -1px;
    border-right: 2px solid #00B2D9;
    -webkit-transform: skew(45deg);
    transform: skew(45deg)
}

.top-bnr-list2 .top-bnr-title {
    font-weight: 500;
    padding: 15px;
    line-height: 1.4
}

.top-bnr-list2 .top-bnr-title .eng {
    font-family: 'Caveat', cursive;
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    color: #00B2D9;
    display: block
}

.top-bnr-list2 .top-bnr-title .ja {
    font-size: 1.6rem;
    display: block;
    color: #222;
    font-weight: bold
}

@media all and (max-width: 639px) {
    .top-bnr-list2 .top-bnr-title .eng {
        font-size: 1.2rem
    }

    .top-bnr-list2 .top-bnr-title .ja {
        font-size: 1.4rem
    }
}

.top-bnr-list2 .top-bnr-txt {
    color: #222;
    padding: 10px;
    font-size: 1.2rem;
    letter-spacing: -.01rem;
    font-family: "YakuHanJP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.menu-btn-list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 auto
}

.menu-btn-list2 .child {
    width: 31%
}

.menu-btn-list2 .child a {
    display: block;
    position: relative;
    height: 250px;
    overflow: hidden;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#111), to(#555));
    background-image: linear-gradient(to right bottom, #111, #555)
}

.menu-btn-list2 .child a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    opacity: 0.4;
    -webkit-transition: 0.2s all ease-in;
    transition: 0.2s all ease-in
}

.menu-btn-list2 .child a:hover img {
    opacity: .8;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.menu-btn-list2 .child:nth-child(even) a {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#555), to(#111));
    background-image: linear-gradient(to right bottom, #555, #111)
}

@media all and (max-width: 1200px) {
    .menu-btn-list2 .child {
        margin-bottom: 25px
    }

    .menu-btn-list2 .child a {
        height: 30vmin
    }
}

@media all and (max-width: 800px) {
    .menu-btn-list2 .child a {
        height: 30vmin
    }
}

@media all and (max-width: 639px) {
    .menu-btn-list2 .child {
        width: 100%;
        margin-bottom: 25px
    }

    .menu-btn-list2 .child a {
        height: 60vmin
    }
}

.menu-btn-list2 .menu-btn-title {
    position: absolute;
    line-height: 1.2;
    left: 30px;
    top: 20px;
    left: 35px;
    bottom: 30px;
    color: #fefefe;
    font-weight: 500;
    z-index: 2;
    font-size: 2.3rem
}

@media all and (max-width: 800px) {
    .menu-btn-list2 .menu-btn-title {
        font-size: 2rem
    }
}

.menu-btn-list2 .menu-btn-title span {
    font-size: 1.8rem;
    line-height: 1;
    padding-bottom: 3px;
    border-bottom: 1px solid #fefefe;
    font-family: "Varela Round", sans-serif;
    font-weight: 600;
    font-weight: 400;
    display: block
}

@media all and (max-width: 800px) {
    .menu-btn-list2 .menu-btn-title span {
        font-size: 1.4rem
    }
}

@media all and (max-width: 639px) {
    .menu-btn-list2 .menu-btn-title {
        -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
        writing-mode: initial;
        font-size: 1.8rem;
        left: 15px;
        font-weight: bold
    }

    .menu-btn-list2 .menu-btn-title span {
        font-size: 1.4rem;
        margin-right: 20px;
        margin-bottom: 10px
    }
}

.arrow {
    position: absolute;
    stroke-miterlimit: 5;
    stroke-width: 1;
    stroke: #fefefe;
    right: 20px;
    bottom: 30px;
    z-index: 4;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 13px
}

.arrow:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 2px solid #fefefe;
    border-radius: 100%
}

@media all and (max-width: 639px) {
    .arrow {
        width: 35px;
        height: 35px;
        padding-top: 5px
    }

    .arrow .arrow-svg {
        -webkit-transform: scale(0.6);
        transform: scale(0.6)
    }
}

.news-box {
    padding: 15px;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px
}

.news-box.type1 {
    background: #fff;
    padding: 20px;
    border: 1px solid #00B2D9;
    -webkit-box-shadow: 10px 10px rgba(0, 178, 217, 0.3);
    box-shadow: 10px 10px rgba(0, 178, 217, 0.3)
}

@media all and (max-width: 639px) {
    .news-box.type1 {
        padding: 20px 3px
    }
}

@media all and (max-width: 639px) {
    .news-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: -10px auto 25px;
        width: 90%;
        padding: 10px
    }
}

.news-title {
    text-align: center;
    font-weight: 600;
    border-right: 1px dashed #00B2D9;
    padding: 5px 20px;
    color: #111
}

.news-title span {
    font-size: 2.5rem;
    display: block;
    font-family: 'Caveat', cursive;
    font-weight: 500;
    margin-bottom: 5px;
    color: #00B2D9
}

@media all and (max-width: 639px) {
    .news-title {
        padding: 5px 10px;
        width: 100%;
        font-size: 1.2rem;
        border-right: 0
    }

    .news-title span {
        font-size: 2rem
    }
}

.news-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
    margin-left: 20px
}

@media all and (max-width: 639px) {
    .news-right {
        width: 100%;
        margin: 10px 0 0
    }
}

.top-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.top-blog li {
    width: 32%;
    margin: 0 1.5% 10px;
    position: relative
}

.top-blog li>a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2
}

.top-blog li>a:hover~.top-blog_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.top-blog li:nth-child(3n) {
    margin-right: 0
}

.top-blog .top-blog_img {
    margin-bottom: 10px;
    overflow: hidden;
    height: 180px
}

.top-blog .top-blog_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in
}

.top-blog .top-blog_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.top-blog .top-blog_time {
    background: #00B2D9;
    padding: 8px 5px;
    color: #fff;
    width: 25%;
    text-align: center;
    line-height: 1.2
}

.top-blog .top-blog_time span {
    display: block;
    font-size: 1.3rem;
    letter-spacing: 0.1rem
}

.top-blog .top-blog_time span.day {
    font-size: 2.5rem;
    font-weight: bold
}

.top-blog .top-blog_detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px
}

.top-blog .top-blog_ttl {
    font-size: 1.7rem;
    font-weight: bold
}

@media all and (max-width: 800px) {
    .top-blog li {
        width: 49%;
        margin-right: 2%
    }

    .top-blog li:nth-child(3n) {
        margin-right: 2%
    }

    .top-blog li:nth-child(2n) {
        margin-right: 0
    }
}

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

    .top-blog li:nth-child(2n),
    .top-blog li:nth-child(3n) {
        margin-right: auto
    }

    .top-blog .top-blog_time span {
        font-size: 1.1rem
    }

    .top-blog .top-blog_time span.day {
        font-size: 1.8rem
    }

    .top-blog .top-blog_ttl {
        font-size: 1.3rem
    }
}

.greet-txt {
    letter-spacing: 0;
    line-height: 2;
    padding: 15px;
    font-weight: normal
}

.img-gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in
}

.img-gray:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0)
}

.article {
    position: relative;
    padding: 100px 0
}

.article .article-img {
    width: 70%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0
}

.article .article-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.article .article-txt {
    background: #fefefe;
    padding: 30px 20px;
    width: 50%;
    position: relative;
    font-weight: 600;
    margin-left: auto;
    z-index: 2
}

@media all and (max-width: 639px) {
    .article {
        padding: 0
    }

    .article .article-img {
        position: static;
        width: 100%;
        height: auto
    }

    .article .article-txt {
        width: 100%
    }
}

.single {
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 0;
    position: relative
}

@media all and (max-width: 1200px) {
    .single {
        width: 94%
    }
}

.single02 {
    margin: 0 auto;
    padding: 80px 0
}

.single03 {
    max-width: 1500px;
    margin: 0 auto;
    padding: 90px 0;
    position: relative
}

.margin-top {
    margin-top: -80px
}

@media all and (max-width: 639px) {
    .margin-top {
        margin-top: -30px
    }
}

.lsingle,
.rsingle {
    width: 48.44%
}

.lsingle {
    float: left
}

.rsingle {
    float: right
}

.mbox {
    background: #fefefe;
    padding: 40px 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2
}

.mbox.transparent {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.mbox.transparent:before {
    display: none
}

.mbox.bd-r {
    border-radius: 30px
}

.mbox.sdw-bd {
    -webkit-box-shadow: 3px 3px rgba(255, 157, 29, 0.1);
    box-shadow: 3px 3px rgba(255, 157, 29, 0.1);
    border-radius: 15px;
    padding: 40px 35px
}

.mbox.sdw-bd:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
    border: 1px solid rgba(255, 210, 14, 0.2);
    z-index: -2;
    border-radius: 15px
}

@media all and (max-width: 639px) {
    .mbox {
        padding: 20px 15px
    }
}

.mbox2 {
    background: rgba(255, 255, 255, 0.8);
    margin-right: auto;
    margin-left: auto;
    border-radius: 15px 0 15px 0;
    padding: 30px
}

@media all and (max-width: 639px) {
    .mbox2 {
        padding: 15px
    }
}

.small-box {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto
}

.small-box2 {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto
}

.bg-white {
    background: #fff
}

.bg-white.type1 {
    background: transparent;
    position: relative
}

.bg-white.type1:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fefefe
}

@media all and (max-width: 800px) {
    .bg-white.type1:after {
        width: calc(100% - 20px);
        height: calc(100% - 20px)
    }
}

.bg-white.type1 .inner {
    position: relative;
    z-index: 3
}

.bg-grid {
    background: rgba(255, 255, 255, 0.9);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(95%, transparent), color-stop(50%, rgba(204, 204, 204, 0.2)), to(rgba(204, 204, 204, 0.2))), -webkit-gradient(linear, left bottom, left top, color-stop(95%, transparent), color-stop(50%, rgba(204, 204, 204, 0.2)), to(rgba(204, 204, 204, 0.2)));
    background-image: linear-gradient(90deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2)), linear-gradient(0deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2));
    background-size: 20px 20px;
    background-repeat: repeat
}

.bg-fixed {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 480px
}

@media all and (max-width: 800px) {
    .bg-fixed {
        background-attachment: scroll;
        height: 270px
    }
}

.bg-fixed.fixed01 {
    background-image: url(../img/fixed01.jpg);
    background-position: center
}

.bg-map {
    background: url(../img/map.png) no-repeat right bottom
}

@media all and (max-width: 639px) {
    .bg-map {
        background-size: auto 200px;
        background-position: right top
    }
}

#main {
    float: left;
    width: 76%
}

@media all and (max-width: 800px) {
    #main {
        float: none;
        width: 100%
    }
}

#side {
    float: right;
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    top: 0;
    width: 21%;
    padding-right: 10px
}

@media all and (max-width: 800px) {
    #side {
        float: none;
        width: 100%;
        position: static;
        margin-top: 40px
    }
}

#col2-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto
}

#col2-wrap #col2-main {
    width: 78%
}

@media all and (max-width: 800px) {
    #col2-wrap #col2-main {
        width: 100%;
        margin: 0 auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

#col2-wrap #col2-side {
    width: 20%;
    padding: 60px 0 0
}

@media all and (max-width: 800px) {
    #col2-wrap #col2-side {
        width: 95%;
        margin: 0 auto 20px;
        padding-top: 30px
    }
}

.mtitle {
    line-height: 2.5;
    font-weight: 400;
    margin-bottom: 25px;
    padding-top: 60px;
    font-size: 2.5rem;
    position: relative;
    text-align: center;
    letter-spacing: 0.2rem
}

.mtitle span {
    display: block;
    font-size: 1.7rem;
    margin-bottom: -5px;
    line-height: 1.5;
    font-family: 'Caveat', cursive;
    font-weight: 500;
    color: #00B2D9;
    letter-spacing: 0.01rem
}

.mtitle:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    color: #fdfdfd;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80px;
    height: 64px;
    background: url(../img/character.png) no-repeat center/contain;
    text-shadow: 0 0 4px #FFD20E
}

@media all and (max-width: 639px) {
    .mtitle:before {
        width: 50px;
        height: 40px
    }
}

.mtitle.white {
    color: #fff
}

.mtitle.white:after {
    background-image: -webkit-gradient(linear, left top, right top, from(#ddd), to(#fefefe));
    background-image: linear-gradient(to right, #ddd, #fefefe)
}

.mtitle.white span {
    color: #fefefe
}

.mtitle.center {
    text-align: center
}

.mtitle.mtitle_left {
    text-align: left
}

.mtitle.mtitle_left:after {
    left: 0;
    -webkit-transform: inherit;
    transform: inherit
}

@media all and (max-width: 639px) {
    .mtitle {
        font-size: 1.8rem;
        text-align: center;
        padding-top: 40px
    }

    .mtitle span {
        font-size: 2rem;
        line-height: 1.4;
        margin-bottom: 0px
    }
}

.mtitle1 {
    margin: 0 auto 40px;
    text-align: center
}

.mtitle1 .eng {
    font-size: 3.5rem;
    color: #00B2D9;
    position: relative;
    display: block;
    line-height: 1.2;
    font-family: "Varela Round", sans-serif;
    font-weight: 600
}

.mtitle1 .eng:first-letter {
    color: #FFD20E
}

.mtitle1 .ja {
    font-size: 1.8rem;
    color: #c3cbcd
}

.mtitle1.white {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.1)
}

.mtitle1.white span {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.1)
}

.mtitle1.white span:after {
    background-color: #eee
}

.mtitle1.white span.eng:first-letter {
    color: #FFFCF8
}

.mtitle1.black {
    color: #333
}

.mtitle1.black span {
    color: #555
}

.mtitle1.black span:after {
    background-color: #555
}

.mtitle1.mtitle_left {
    text-align: left;
    margin-left: 0;
    margin-right: 0
}

.mtitle1.mtitle_left span:after {
    left: 0;
    -webkit-transform: none;
    transform: none
}

@media all and (max-width: 639px) {
    .mtitle1 {
        text-align: center
    }

    .mtitle1 .eng {
        font-size: 3rem
    }

    .mtitle1 .ja {
        font-size: 1.3rem
    }
}

.mtitle2 {
    font-size: 3rem;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    line-height: 1.3;
    font-weight: 500;
    padding-bottom: 5px
}

.mtitle2:after {
    position: absolute;
    left: 50%;
    bottom: -15px;
    content: "●●●";
    letter-spacing: 0.8em;
    font-size: 8px;
    color: #00B2D9;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mtitle2 .en {
    font-size: 1.2rem;
    display: block;
    letter-spacing: 0.1rem;
    font-family: 'Caveat', cursive;
    font-weight: 500;
    color: #00B2D9
}

.mtitle2 .ja {
    font-size: 1.2rem;
    display: block;
    letter-spacing: 0.1rem;
    font-family: "Kiwi Maru", serif;
    margin-bottom: 12px;
    color: #00B2D9
}

.mtitle2 .small {
    font-size: 2rem
}

@media all and (max-width: 639px) {
    .mtitle2 {
        padding-bottom: 5px
    }

    .mtitle2 .en {
        font-size: 1.6rem;
        display: block
    }
}

.mtitle2.white {
    color: #fefefe
}

.mtitle2.white span {
    color: #40ddff
}

.mtitle2_1 {
    font-size: 3rem;
    text-align: center;
    position: relative;
    line-height: 1.3;
    font-weight: 600;
    padding-bottom: 5px
}

.mtitle2_1 .en {
    font-size: 1.2rem;
    display: block;
    letter-spacing: 0.1rem;
    font-family: 'Caveat', cursive;
    font-weight: 500;
    color: #00B2D9
}

.mtitle2_1 .ja {
    font-size: 1.2rem;
    display: block;
    letter-spacing: 0.1rem;
    font-family: "Kiwi Maru", serif;
    color: #00B2D9
}

.mtitle2_1 .ja.lh-5 {
    line-height: .5rem
}

.mtitle2_1 .small {
    font-size: 2rem
}

@media all and (max-width: 639px) {
    .mtitle2_1 {
        padding-bottom: 5px
    }

    .mtitle2_1 .en {
        font-size: 1.6rem;
        display: block
    }
}

.mtitle2_1.white {
    color: #fefefe
}

.mtitle2_1.white span {
    color: #40ddff
}

.mtitle3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #007C35;
    margin-bottom: 15px
}

.mtitle3 span {
    display: block;
    color: #1D1510;
    font-size: 1.4rem;
    margin-top: 4px
}

@media all and (max-width: 800px) {
    .mtitle3 {
        font-size: 1.4rem
    }

    .mtitle3 span {
        font-size: 13px
    }
}

.mtitle-bll {
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 2px solid #f0efec;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #00B2D9
}

.mtitle-bll:after {
    position: absolute;
    content: "";
    display: block;
    bottom: -2px;
    width: 100px;
    height: 2px;
    left: 0;
    background: #00B2D9
}

@media all and (max-width: 639px) {
    .mtitle-bll {
        font-size: 1.4rem
    }
}

.mtitle4 {
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    font-weight: 600
}

.mtitle4 span {
    position: relative;
    display: inline-block;
    min-width: 10%
}

.mtitle4 span:before,
.mtitle4 span:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 3rem;
    background-color: #00B2D9
}

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

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

.mtitle4.white span:before,
.mtitle4.white span:after {
    background-color: #fff34a
}

@media all and (max-width: 639px) {
    .mtitle4 {
        font-size: 1.4rem
    }
}

@media all and (max-width: 320px) {
    .mtitle4 span:before {
        left: -3px
    }

    .mtitle4 span:after {
        right: -3px
    }
}

.mtitle5 {
    margin: -74px -30px 40px;
    text-align: center;
    position: relative
}

.mtitle5:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 100%;
    height: 3px;
    z-index: 1;
    background: #269892;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mtitle5 span {
    display: inline-block;
    padding: 8px 15px;
    background: #269892;
    font-size: 3.5rem;
    color: #fff;
    position: relative;
    z-index: 2
}

@media all and (max-width: 639px) {
    .mtitle5 {
        margin: -42px -15px 30px
    }

    .mtitle5 span {
        font-size: 1.7rem;
        line-height: 1.4
    }
}

.mtitle_sub {
    padding-left: 0.5em;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    border-left: 6px solid #00B2D9;
    margin: 8px 0 10px;
    font-family: "Kiwi Maru", serif
}

.mtitle_sub:before {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: "";
    width: 6px;
    height: 50%;
    background-color: #FFD20E
}

.mtitle_box {
    background: #00B2D9;
    color: #fff;
    font-size: 1.7rem;
    position: relative;
    padding: 10px;
    margin-bottom: 20px;
    font-weight: bold
}

.mtitle_box span {
    font-size: 1.4rem;
    color: #fff34a
}

.mtitle_box:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f001";
    font-weight: bold;
    display: block;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.4);
    font-size: 6rem
}

@media all and (max-width: 639px) {
    .mtitle_box {
        font-size: 1.4rem
    }

    .mtitle_box span {
        font-size: 1.6rem
    }
}

.mtitle_box2 {
    background: #205474;
    font-size: 2.2rem;
    color: #fff;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.1rem;
    padding: 15px 10px 15px 20px;
    margin-bottom: 25px
}

.mtitle_box2 span {
    position: absolute;
    font-size: 5rem;
    opacity: 0.5;
    left: 0;
    top: -75px;
    color: #555;
    letter-spacing: 0.2rem
}

.mtitle_box2 .small-cap {
    font-weight: normal;
    font-size: 14px
}

@media all and (max-width: 639px) {
    .mtitle_box2 {
        font-size: 15px;
        line-height: 1.5;
        padding: 10px 10px 10px 15px;
        padding-right: 40px
    }

    .mtitle_box2 span {
        font-size: 3rem;
        top: -40px;
        opacity: 0.3
    }
}

.mtitle6 {
    position: relative;
    padding: 1.5rem 10px;
    font-size: 1.8rem;
    border-bottom: 1px solid #00B2D9;
    margin-bottom: 30px
}

.mtitle6:before {
    position: absolute;
    bottom: -15px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #00B2D9 transparent transparent transparent
}

.mtitle6:after {
    position: absolute;
    bottom: -13px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #FEFEFE transparent transparent transparent
}

.mtext1 {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.5
}

@media all and (max-width: 639px) {
    .mtext1 {
        font-size: 1.5rem;
        line-height: 1.4
    }
}

.mtext2 {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    line-height: 1.4
}

@media all and (max-width: 639px) {
    .mtext2 {
        font-size: 1.8rem
    }

    .mtext2 sapn {
        font-size: 1.4rem
    }
}

.mtitle_category {
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: normal
}

.mtitle_category:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0ca";
    font-weight: bold;
    margin-right: 5px;
    color: #00B2D9
}

.btn01 a {
    background: #fefefe;
    border: 1px solid #00B2D9;
    text-align: center;
    width: 300px;
    margin: 20px auto;
    color: #00B2D9;
    display: block;
    padding: 8px 5px;
    font-weight: bold;
    border-radius: 35px
}

.btn01 a:hover {
    background: #0dd4ff;
    color: #fff
}

@media all and (max-width: 639px) {
    .btn01 a {
        width: 95%
    }
}

.btn01.type1 a {
    margin: 20px 0
}

.btn02 {
    width: 350px;
    margin: 20px auto 20px
}

.btn02 a {
    display: block;
    position: relative;
    padding: 15px 0;
    background-color: #00B2D9;
    line-height: 24px;
    letter-spacing: 0.1rem;
    font-size: 1.6rem;
    text-align: center;
    color: #ffffff
}

.btn02 a i {
    display: block;
    position: absolute;
    top: 50%;
    right: -10px;
    width: 50px;
    height: 1px;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.btn02 a:hover i {
    width: 34px
}

@media all and (max-width: 800px) {
    .btn02 {
        width: 280px
    }

    .btn02 a {
        font-size: 1.2rem
    }

    .btn02.m-non {
        margin: 0 auto
    }
}

.btn-img01 {
    margin: 15px auto;
    text-align: center
}

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

.news dt {
    width: 7em;
    padding: 5px;
    text-align: center;
    background: #fff;
    font-weight: 600
}

.news dd {
    padding: 5px;
    width: calc(100% - 8em);
    margin-left: 10px;
    line-height: 1.6
}

.news dd a {
    color: #333
}

.news dt:not(:last-of-type),
.news dd:not(:last-of-type) {
    margin-bottom: 5px
}

.news-bl dt {
    float: left;
    width: 8em;
    padding: 5px 5px;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
    font-size: 0.9em;
    border: 1px solid #00B2D9;
    border-radius: 20px;
    color: #00B2D9;
    font-weight: bold
}

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

.news-bl dd a {
    color: #333;
    background-image: -webkit-gradient(linear, left top, right top, from(#00B2D9), to(#FFD20E));
    background-image: linear-gradient(to right, #00B2D9, #FFD20E);
    padding-bottom: 0.25em;
    background-position: 100% 100%;
    background-size: 0% 1px;
    background-repeat: no-repeat;
    -webkit-transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-weight: 700
}

.news-bl dd a:hover {
    color: #00B2D9;
    background-position: 0 100%;
    background-size: 100% 1px
}

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

@media all and (max-width: 639px) {
    .news-bl dt {
        float: none
    }

    .news-bl dd {
        padding: 5px
    }
}

.page-title {
    position: relative;
    z-index: 1;
    max-width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    overflow: hidden;
    background: #112147
}

@media all and (max-width: 800px) {
    .page-title {
        max-width: calc(100% - 15px)
    }
}

.page-title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../img/page-title.png) no-repeat center bottom/cover;
    opacity: .4
}

.page-title .inner {
    margin: 10px auto 0;
    padding: 200px 0 40px;
    max-width: 1200px
}

.page-title .page-lead {
    margin: 0 auto;
    padding: 20px 0;
    position: relative
}

.page-title .page-lead .mtitle {
    margin-bottom: 0;
    color: #fff;
    padding-top: 0;
    line-height: 1.4;
    font-size: 3rem
}

.page-title .page-lead .mtitle:before {
    display: none
}

.page-title .page-lead .mtitle span {
    font-size: 1.8rem;
    line-height: 1.8;
    font-family: 'Caveat', cursive;
    font-weight: 500;
    color: #fff;
    opacity: .6
}

@media all and (max-width: 800px) {
    .page-title {
        background-attachment: scroll
    }

    .page-title .inner {
        width: 99%;
        height: auto;
        padding: 120px 0 40px;
        margin-bottom: 20px
    }

    .page-title .page-lead {
        width: 90%;
        padding: 0
    }
}

@media all and (max-width: 639px) {
    .page-title .page-lead {
        padding: 20px 0 0
    }

    .page-title .page-lead .mtitle {
        font-size: 2rem
    }

    .page-title .page-lead .mtitle span {
        font-size: 1.3rem;
        letter-spacing: 0;
        margin-bottom: -5px
    }
}

.bg-01 {
    background: url(../img/bg-01.png) no-repeat center bottom/cover
}

.bg-02 {
    position: relative
}

.bg-02:before {
    position: absolute;
    content: "";
    width: 90%;
    height: 70%;
    right: 0;
    bottom: 0;
    background: #edf1ef;
    opacity: 0.7
}

@media all and (max-width: 639px) {
    .bg-02:before {
        width: 95%;
        height: 90%
    }
}

.bg-gradient {
    background-image: -webkit-gradient(linear, left top, right top, from(#fff3e4), to(#fcfcfc));
    background-image: linear-gradient(to right, #fff3e4 0%, #fcfcfc 100%)
}

.bg-contents {
    position: relative
}

.bg-contents:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
    z-index: -1;
    background: #FFD20E;
    opacity: 0.8
}

@media all and (max-width: 800px) {
    .bg-contents:before {
        height: 78%;
        opacity: 0.5;
        bottom: 2%
    }
}

.bg-maru1 {
    background: rgba(255, 243, 74, 0.1);
    max-width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
    margin: 50px auto;
    border-radius: 20px
}

@media all and (max-width: 800px) {
    .bg-maru1 {
        max-width: calc(100% - 15px)
    }
}

@media all and (max-width: 639px) {
    .bg-maru1 {
        border-radius: 10px
    }
}

.bg-maru2 {
    position: relative;
    margin: 50px auto
}

.bg-maru2:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: calc(100% - 60px);
    height: 100%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #f0efec;
    opacity: 0.7
}

@media all and (max-width: 639px) {
    .bg-maru2:before {
        width: 100%
    }
}

.bg-base {
    position: relative
}

.bg-base:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00B2D9;
    opacity: 0.2
}

.bg-yellow {
    background: rgba(255, 243, 74, 0.5)
}

.bg-sub {
    background: #FFD20E
}

.bg-blue {
    background: rgba(0, 178, 217, 0.1)
}

.bg-gray {
    position: relative;
    background: rgba(240, 239, 236, 0.7)
}

.bg-gray.bg-half {
    position: relative;
    margin-bottom: 40px;
    background: transparent
}

.bg-gray.bg-half:after {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 60px);
    height: 60%;
    bottom: 0;
    background: #edf1ef;
    opacity: 0.7;
    z-index: -2
}

@media all and (max-width: 639px) {
    .bg-gray.bg-half:after {
        height: 80%;
        width: calc(100% - 30px)
    }
}

.bg-gray2 {
    background: #555
}

.bg-beige {
    background: #FFFCF8
}

.bg-beige2 {
    background: #FFFCF8;
    max-width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    margin-bottom: 50px
}

@media all and (max-width: 800px) {
    .bg-beige2 {
        max-width: calc(100% - 15px)
    }
}

@media all and (max-width: 639px) {
    .bg-beige2 {
        border-radius: 10px
    }
}

.tbl {
    width: 100%;
    margin: 0 auto
}

.tbl th,
.tbl td {
    padding: 15px;
    vertical-align: middle;
    border: 1px solid #00B2D9;
    font-size: 1.4rem;
    text-align: center;
    font-family: "YakuHanJP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.tbl th {
    background: rgba(0, 178, 217, 0.2);
    color: #00B2D9
}

.tbl th span {
    font-size: 1.4rem
}

.tbl th.th-1 {
    width: 25%
}

.tbl th.cell02 {
    width: 20%
}

.tbl th.cell03 {
    width: 22.5%
}

.tbl th.col01 {
    background: rgba(0, 178, 217, 0.8);
    color: #fff
}

.tbl td {
    background: #fff;
    font-weight: 400
}

.tbl td.td-1 {
    width: 25%;
    line-height: 1.5
}

.tbl .circle {
    font-weight: 900;
    font-size: 1.1em;
    color: #821800
}

.tbl .cross {
    font-weight: 700;
    font-size: 1.1em;
    color: #205474
}

.tbl .col01 {
    background: rgba(0, 178, 217, 0.1);
    font-weight: 600
}

@media all and (max-width: 639px) {

    .tbl th,
    .tbl td {
        padding: 5px;
        font-size: 12px
    }
}

.tbl .cell01 {
    width: 45%
}

.tbl .cell02 {
    width: 25%
}

.tbl-border {
    width: 100%
}

.tbl-border th,
.tbl-border td {
    padding: 15px;
    vertical-align: middle;
    border-bottom: 1px solid #00B2D9
}

.tbl-border th {
    width: 20%;
    text-align: left;
    color: #00B2D9;
    border-bottom-color: #00B2D9;
    font-weight: 700
}

@media all and (max-width: 639px) {
    .tbl-border th {
        width: 30%
    }
}

.tbl-border2 {
    width: 80%;
    margin: 0 auto
}

@media all and (max-width: 1200px) {
    .tbl-border2 {
        width: 90%
    }
}

.tbl-border2 th,
.tbl-border2 td {
    padding: 8px 5px;
    vertical-align: middle;
    border-bottom: 1px solid #00B2D9;
    font-family: "YakuHanJP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1rem;
    text-align: left
}

.tbl-border2 th {
    width: 30%;
    color: #00B2D9;
    border-bottom-color: #00B2D9
}

@media all and (max-width: 639px) {
    .tbl-border2 th {
        width: 25%
    }
}

.tbl-border2 .ftbr {
    display: none
}

@media all and (max-width: 800px) {
    .tbl-border2 .ftbr {
        display: block
    }
}

@media all and (max-width: 639px) {
    .tbl-border2 .ftbr {
        display: none
    }
}

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

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

.company th {
    text-align: left;
    width: 25%;
    position: relative;
    background: #333;
    color: #FFD20E;
    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: #f9f9f9;
    border-width: 10px;
    border-left-color: #333;
    margin-top: -10px
}

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

.tbl0 {
    width: 100%
}

.tbl0 th,
.tbl0 td {
    padding: 3px 5px;
    border: 0;
    border-bottom: 1px dashed #ddd
}

.tbl0 th {
    padding-left: 0;
    background: none;
    text-align: left;
    width: 35%;
    color: #111
}

.tbl0 th:after,
.tbl0 th:before {
    display: none
}

.tbl_new {
    width: 100%
}

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

.tbl_new tr th {
    font-weight: 700;
    width: 25%;
    text-align: left;
    padding-left: 30px;
    letter-spacing: 0
}

@media all and (max-width: 639px) {
    .tbl_new tr th {
        width: 40%
    }
}

.tbl_new tr:nth-child(odd) th,
.tbl_new tr:nth-child(odd) td {
    background: rgba(255, 210, 14, 0.2)
}

.google-txt {
    margin-bottom: 20px;
    letter-spacing: 0;
    font-size: 1.2em;
    font-weight: 600;
    text-align: center
}

.google-txt span {
    color: #176bef
}

.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%
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 10px
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important
}

.list_common.caution li {
    position: relative;
    padding-left: 1.5em;
    color: #333
}

.list_common.caution li:before {
    content: "※";
    color: #821800;
    position: absolute;
    left: 0;
    top: 1px
}

.list_common li {
    padding-bottom: 5px;
    padding-left: 1rem;
    margin-bottom: 8px;
    border-bottom: 1px dotted #cccccc
}

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

.list_common li .check_num {
    width: 30px;
    height: 30px;
    background: #00B2D9;
    color: #fff;
    border-radius: 100px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px
}

.list_check li {
    padding-bottom: 8px;
    font-weight: bold
}

.list_check li span {
    font-weight: normal;
    font-size: 0.9em;
    display: block;
    padding: 10px;
    background: rgba(255, 252, 248, 0.2);
    margin-top: 10px
}

.list_check li:not(:last-child) {
    margin-bottom: 8px;
    border-bottom: 1px dashed #FFD20E
}

.list_check li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: bold;
    margin-right: 8px;
    color: #00B2D9
}

.list_check li a {
    color: #ff9d1d
}

.list_check li a:hover {
    opacity: .5;
    color: #00B2D9
}

.list_check li a.col2 {
    margin-left: 10px;
    color: #ee8a97;
    border-bottom: 1px solid #ee8a97;
    font-size: 1.2rem;
    font-weight: 400
}

.list_check li a.col2:hover {
    color: #ff9d1d;
    opacity: .8
}

@media all and (max-width: 639px) {
    .list_check li {
        width: 98%;
        margin: 0 auto 10px;
        font-size: 1.3rem
    }
}

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

.list_check2 li {
    width: 48%;
    padding: 5px 5px 5px 22px;
    margin-bottom: 5px;
    margin-right: 4%;
    position: relative
}

.list_check2 li:nth-child(2n) {
    margin-right: 0
}

@media all and (max-width: 639px) {
    .list_check2 li:nth-child(2n) {
        margin-right: auto
    }
}

.list_check2 li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 3px;
    top: 14px;
    left: 0;
    background: #00B2D9
}

@media all and (max-width: 639px) {
    .list_check2 li {
        width: 100%;
        margin: 0 auto 5px
    }
}

.ol-list {
    counter-reset: number;
    list-style: none;
    padding: 10px
}

.ol-list>li {
    line-height: 2;
    border-bottom: 1px dashed #eee;
    margin-bottom: 10px;
    padding: 5px 0 8px;
    padding-left: 50px;
    font-weight: bold;
    position: relative;
    line-height: 1.6;
    font-weight: bold;
    font-size: 1.8rem
}

.ol-list>li .small {
    font-weight: normal;
    display: block;
    padding: 10px;
    line-height: 1.6;
    font-size: initial
}

.ol-list>li:before {
    counter-increment: number;
    content: counter(number);
    background: #00B2D9;
    position: absolute;
    width: 2em;
    height: 2em;
    text-align: center;
    font-family: "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-size: 2rem;
    line-height: 2em;
    color: #fefefe;
    left: 0;
    top: 0px;
    border-radius: 100%
}

@media all and (max-width: 639px) {
    .ol-list>li {
        font-size: 1.3rem
    }

    .ol-list>li span {
        font-size: 0.9em
    }

    .ol-list>li:before {
        font-size: 1.8rem
    }
}

.list-type1 li {
    display: inline-block;
    padding: 2px 8px;
    margin-right: 10px;
    font-weight: 600;
    letter-spacing: 0.2rem;
    margin-bottom: 10px
}

.list-type1 li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: bold;
    margin-right: 5px;
    color: #205474
}

.list-inline li {
    display: inline-block;
    padding: 3px
}

.list-inline li:not(:last-of-type):after {
    content: "/";
    margin: 0 5px;
    color: #FFD20E;
    font-weight: normal
}

.blog-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto
}

.blog-wrap * {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.blog-wrap>li {
    width: 32%;
    margin: 0 0.5% 3%;
    background: #fefefe;
    position: relative
}

@media all and (max-width: 800px) {
    .blog-wrap>li {
        width: 48%;
        margin: 0 1% 3%
    }
}

.blog-wrap>li>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3
}

.blog-wrap>li>a:hover~.blog-img img {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

@media all and (max-width: 639px) {
    .blog-wrap>li {
        width: 80%;
        margin: 0 auto 3%
    }
}

.blog-img {
    width: 100%;
    height: 180px;
    overflow: hidden
}

.blog-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-family: "object-fit: cover;"
}

.blog-img:hover img {
    opacity: 1 !important;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.blog-date {
    color: #205474;
    display: block;
    font-size: 13px
}

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

.blog-date2 {
    color: #00738d;
    font-size: 0.9em;
    margin-bottom: 5px;
    margin-right: 5px
}

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

.blog-detail {
    padding: 10px
}

@media all and (max-width: 639px) {
    .blog-detail {
        padding: 10px
    }
}

.blog-title {
    font-weight: bold;
    margin-bottom: 10px;
    color: #111;
    line-height: 1.5
}

.blog-txt {
    font-size: 14px;
    line-height: 1.5;
    color: #555
}

@media all and (max-width: 639px) {
    .blog-txt {
        font-size: 12px
    }
}

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

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

.pages .page_next a,
.pages .page_prev a {
    color: #005e73;
    padding: 3px 5px;
    background: #fff
}

.category_nav {
    border: 1px solid #dddddd
}

.category_nav li a {
    display: block;
    padding: 15px;
    border-bottom: 1px dotted #dddddd;
    background-color: #ffffff
}

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

.category_nav li a:hover {
    background: #f0efec
}

.category_nav li:last-child a {
    border-bottom: none
}

.cut {
    overflow: hidden;
    zoom: 1
}

.w300 {
    width: 300px
}

.spbr {
    display: none
}

.br_tablet {
    display: none
}

@media all and (max-width: 800px) {
    .br_tablet {
        display: block
    }
}

.round-box {
    border-radius: 20px;
    overflow: hidden;
    border: 1px dashed #00B2D9
}

.bigger {
    font-size: 1.1em
}

.sentence p+p {
    margin-top: 20px
}

.color1 {
    color: #009dc0
}

.color2 {
    color: #77c3d0
}

.color3 {
    color: #821800
}

.num {
    text-align: center
}

.num a {
    color: #205474;
    font-weight: bold;
    font-size: 3.5rem
}

.num a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: bold;
    margin-right: 5px
}

.num a:hover {
    color: #FFD20E
}

@media all and (max-width: 639px) {
    .num a {
        font-size: 2.4rem
    }
}

.telbox {
    max-width: 700px;
    margin: 0 auto 20px;
    padding: 20px;
    background: #eee
}

.telbox .inner {
    background: #fff;
    padding: 10px
}

.telbnr {
    max-width: 700px;
    margin: 30px auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.telbnr li {
    width: 48%;
    border: 3px solid #00B2D9;
    padding: 10px 10px;
    text-align: center;
    border-radius: 30px
}

.telbnr li a {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    color: #ff9d1d
}

.telbnr li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    font-weight: bold;
    margin-right: 5px
}

.telbnr li a:hover {
    color: #205474
}

.telbnr li:last-of-type {
    margin-left: 4%
}

@media all and (max-width: 639px) {
    .telbnr {
        max-width: 90%
    }

    .telbnr li {
        width: 100%;
        margin: 0 auto 30px
    }

    .telbnr li:last-of-type {
        margin-left: auto
    }

    .telbnr li a {
        font-size: 2rem
    }
}

.telbnr-ttl {
    font-weight: 700;
    font-size: 1.8rem;
    color: #1D1510;
    margin-top: -30px
}

.telbnr-ttl span {
    background: #f9f9f9;
    padding: 0 20px
}

@media all and (max-width: 639px) {
    .telbnr-ttl {
        font-size: 1.5rem
    }
}

.breadcrumb {
    max-width: 1200px;
    margin: 20px auto 30px;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    z-index: 5
}

.breadcrumb li {
    display: inline;
    color: #1D1510
}

.breadcrumb li a {
    color: #00B2D9
}

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

.total-box {
    max-width: 400px;
    margin: 30px auto 50px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 15px;
    background: url(../img/body_bg.png);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.total-box .textarea {
    width: 60% !important
}

.total-box span {
    color: #1D1510;
    font-weight: 700;
    margin-right: 10px
}

.form {
    margin: 0 auto;
    width: 90%
}

.form dl dt {
    float: left;
    width: 280px;
    padding-top: 20px;
    font-weight: 500;
    color: #1D1510
}

.form dl dt span,
.form .form-pattern-1 dl dt:not(.pattern-exclusion) span.required::before {
    color: #fff;
    background: #FFD20E;
    padding: 5px;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 2px;
    position: relative;
    top: -2px
}

.form dl dt span.nini {
    background: #ccc
}

.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: 0;
    padding: 10px;
    background: #f3f3f3;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    font-family: "Kiwi Maru", serif
}

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

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

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

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

.form .form-contents {
    padding: 0;
}

.form .form-contents dl {
    margin-bottom: 0;
}

.form button,
.form .form-pattern-1 .submit-btn {
    cursor: pointer;
    display: block;
    color: #111;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 8px 5px;
    margin: 0 auto;
    width: 250px;
    background: #00B2D9;
    border: 1px solid #00B2D9;
    border-radius: 25px;
    color: #fff
}

.form button:hover,
.form .form-pattern-1 .submit-btn:hover {
    background: #fff;
    color: #00B2D9
}

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

.form .form-pattern-1 .submit-btn:hover::before {
    background: #00B2D9;
}

.form button:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: bold;
    margin-right: 10px
}

.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;
    padding-top: 8px
}

.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;
    background: transparent;
    border: 0;
    outline: none;
    line-height: 1.5
}

.form .entypo-down-open-mini:before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: bold;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 12px;
    right: 0.75rem;
    margin-top: -8px;
    margin-top: -0.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #00B2D9
}

.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: 2px;
    top: 4px;
    background-color: #00B2D9;
    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;
    -webkit-box-shadow: 20px -1px #fff;
    box-shadow: 20px -1px #fff
}

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

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

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

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

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

.form label.checkbox_text.type1:before {
    top: 6px
}

.form label.checkbox_text.type1:after {
    top: 55%
}

@media all and (max-width: 639px) {
    .form label.checkbox_text.type1:after {
        top: 60%
    }
}

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

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

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

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

.form input[type="text"],
.form textarea {
    font-size: 16px
}

@media all and (max-width: 639px) {

    .form input[type="text"],
    .form textarea {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        margin-left: -5px
    }
}

.select-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.select-group p {
    margin: 0 5px
}

@media all and (max-width: 639px) {
    .select-group .select-wrap {
        margin-top: 8px
    }
}

.fm-txt {
    font-size: 1.4rem;
    background: rgba(255, 255, 255, 0.5);
    padding: 5px
}

.select-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.select-content .select-txt {
    padding: 0 5px
}

@media all and (max-width: 639px) {
    .select-content {
        display: block
    }
}

.form-txt {
    font-size: 0.9em;
    margin-bottom: 5px
}

.memo {
    border: 2px solid #00B2D9;
    background: lemonchiffon;
    padding: 15px
}

.thanks {
    padding: 40px;
    max-width: 700px;
    margin: 0 auto;
    border: 4px double #0088a6;
    border-radius: 20px
}

@media all and (max-width: 639px) {
    .thanks {
        max-width: 90%;
        padding: 30px 20px
    }
}

.shadow {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}

.policy {
    padding: 20px;
    background: rgba(0, 178, 217, 0.2)
}

.mtitle_small {
    position: relative;
    font-size: 1.7rem;
    color: #00B2D9;
    margin-bottom: 20px;
    font-weight: 700
}

.mtitle_small:before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #00B2D9;
    position: absolute;
    left: 0;
    bottom: -10px
}

.mtitle_small2 {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    font-weight: bold;
    color: #333
}

.mtitle_small2:not(:first-of-type) {
    margin-top: 20px
}

.mtitle_small2:before {
    content: "";
    background-color: #00B2D9;
    width: 10px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mtitle_small3 {
    position: relative;
    letter-spacing: 0;
    padding: 10px;
    margin-bottom: 15px;
    color: #00B2D9;
    font-weight: 600;
    border-bottom: 1px solid #00B2D9;
    border-top: 1px solid #00B2D9
}

@media all and (max-width: 639px) {
    .mtitle_small3 {
        font-size: 1.4rem;
        line-height: 1.5
    }
}

.gallery_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.gallery_ul li {
    margin: 0 2% 2.5% 0;
    width: 32%
}

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

.gallery_ul li .photobox-wrap {
    width: 100%;
    height: 350px;
    text-align: center;
    overflow: hidden;
    background: rgba(255, 210, 14, 0.1);
    margin-bottom: 8px
}

.gallery_ul li .photobox-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

@media all and (max-width: 639px) {
    .gallery_ul li .photobox-wrap {
        height: 280px
    }
}

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

.product-gallery:not(:last-of-type) {
    margin-bottom: 40px
}

.product-gallery li {
    width: 24%;
    margin-right: calc(1% + (1% / 3));
    margin-bottom: 25px
}

.product-gallery li:nth-child(4n) {
    margin-right: 0
}

.product-gallery li a {
    background: rgba(0, 0, 0, 0.3);
    display: block;
    text-align: center;
    padding: 0px;
    height: 200px
}

.product-gallery li a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.product-gallery li p {
    line-height: 1.4;
    margin-top: 5px
}

@media all and (max-width: 639px) {
    .product-gallery li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 30px
    }

    .product-gallery li:nth-child(2n) {
        margin-right: 0
    }

    .product-gallery li a {
        height: 180px
    }
}

.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gallery li {
    width: 48%;
    margin: 0 calc(1.33% + (2.33% / 2)) 25px 0
}

.gallery li:nth-child(2n) {
    margin-right: 0
}

.gallery li a {
    background: rgba(0, 0, 0, 0.3);
    display: block;
    text-align: center;
    padding: 0px;
    height: 200px
}

.gallery li a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.gallery li p {
    line-height: 1.4;
    margin-top: 5px
}

@media all and (max-width: 800px) {
    .gallery li {
        width: 48%;
        margin: 0 4% 20px 0
    }

    .gallery li:nth-child(2n) {
        margin-right: 0
    }

    .gallery li a {
        height: 270px
    }

    .gallery li p {
        font-size: 1.1rem
    }
}

@media all and (max-width: 639px) {
    .gallery li {
        margin: 0 4% 10px 0
    }

    .gallery li:nth-child(2n) {
        margin-right: 0
    }

    .gallery li a {
        height: 100px
    }
}

.column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.column2 .child {
    width: 48%
}

@media all and (max-width: 639px) {
    .column2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .column2 .child {
        width: 100%
    }

    .column2 .child.column2-img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 30px
    }
}

.list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -45px
}

@media all and (max-width: 639px) {
    .list2 {
        margin-top: -30px
    }
}

.list2.ai-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list2>li,
.list2 .child {
    width: 48%;
    margin: 45px 4% 0 0
}

.list2>li:nth-child(2n),
.list2 .child:nth-child(2n) {
    margin-right: 0
}

@media all and (max-width: 639px) {

    .list2>li:nth-child(2n),
    .list2 .child:nth-child(2n) {
        margin-right: auto
    }
}

@media all and (max-width: 639px) {

    .list2>li,
    .list2 .child {
        width: 100%;
        margin: 30px auto 0
    }
}

.list2>li.order,
.list2 .child.order {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media all and (max-width: 639px) {

    .list2>li.order,
    .list2 .child.order {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

.list2.type1 .child {
    overflow: hidden;
    background: #f0f0f0;
    border-radius: 20px
}

.list2.type1 .child .inner {
    padding: 15px
}

.title-bg {
    background: #dab100;
    color: #fefefe;
    text-align: center;
    padding: 8px 5px;
    font-weight: 600;
    font-size: 1.7rem
}

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

.list3.jc-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.list3>li {
    width: 31%;
    margin: 0 3% 15px 0
}

.list3>li:nth-child(3n) {
    margin-right: 0
}

@media all and (max-width: 639px) {
    .list3>li {
        width: 48%;
        margin: 0 3% 15px 0
    }

    .list3>li:nth-child(3n) {
        margin: 0 3% 15px 0
    }

    .list3>li:nth-child(2n) {
        margin-right: 0
    }
}

.list3>li a:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.list3>li a:hover img {
    opacity: .5;
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.list4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.list4 li {
    width: 23%;
    margin: 0 2.5% 20px 0
}

.list4 li:nth-child(4n) {
    margin-right: 0
}

.list4 li a:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.list4 li a:hover img {
    opacity: .5;
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

@media all and (max-width: 800px) {
    .list4 {
        max-width: 600px
    }

    .list4 li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
        text-align: center
    }

    .list4 li img {
        width: 100%
    }

    .list4 li:nth-child(2n) {
        margin-right: 0
    }
}

.list5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.list5 li {
    width: 19%
}

@media all and (max-width: 639px) {
    .list5 li {
        width: 48%;
        margin-bottom: 15px
    }
}

.note {
    padding: 15px;
    margin-top: 10px;
    background: rgba(255, 252, 248, 0.6)
}

.flow-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 0
}

.flow-dl dt {
    background: #ff9d1d;
    font-size: 3rem;
    color: #fff;
    width: 80px;
    text-align: center;
    margin-right: 20px;
    height: 80px;
    padding-top: 10px;
    border-radius: 100%;
    font-family: "Varela Round", sans-serif;
    font-weight: 600
}

.flow-dl dt span {
    font-size: 1.5rem;
    margin-bottom: -16px
}

.flow-dl dt span.bc {
    display: block
}

@media all and (max-width: 639px) {
    .flow-dl dt {
        width: 60px;
        height: 60px;
        font-size: 2.2rem;
        padding-top: 6px
    }

    .flow-dl dt span {
        font-size: 1.3rem
    }
}

.flow-dl dd {
    width: calc(100% - 110px);
    margin-top: 10px
}

.flow-dl dd:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 3px solid #f0efec
}

@media all and (max-width: 639px) {
    .flow-dl dd {
        width: calc(100% - 95px)
    }
}

.flow-dl dt:not(:last-of-type),
.flow-dl dd:not(:last-of-type) {
    margin-bottom: 30px
}

.txt1 {
    padding-left: 10px
}

.blog-month {
    margin-bottom: 10px
}

.blog-month ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog-month ul li {
    background: #fefefe;
    width: 45%;
    padding: 3px 0;
    margin-bottom: 5px;
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 5px
}

.blog-month ul li:nth-child(even) {
    margin-left: 1%
}

.blog-month ul li a {
    color: #00B2D9
}

@media all and (max-width: 639px) {
    .blog-month ul li {
        width: 44%
    }
}

#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#entry {
    display: block;
    padding-top: 100px;
    margin-top: -100px
}

.menu-list {
    margin-bottom: 30px
}

.menu-list>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 4px
}

.menu-list>li p {
    display: inline-block;
    line-height: 1.5
}

.menu-list>li:before {
    background: radial-gradient(#aaa 20%, transparent 0) center center/8px 8px;
    content: "";
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 4px;
    margin: 0 1.2em
}

@media all and (max-width: 639px) {
    .menu-list>li:before {
        margin: 0 5px
    }
}

.menu-list>li .left {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    max-width: 60%
}

.menu-list>li .left .small {
    color: #FFD20E;
    padding-left: 5px;
    display: block
}

.menu-list>li .left .small:before {
    content: "["
}

.menu-list>li .left .small:after {
    content: "]"
}

@media all and (max-width: 639px) {
    .menu-list>li .left {
        max-width: 65%
    }
}

.menu-list>li .right {
    max-width: 35%;
    text-align: right
}

.price {
    font-weight: bold;
    color: #00491f;
    font-size: 1.3em
}

.price2 {
    text-align: center;
    margin: 8px 0
}

.price2 span {
    font-weight: 600;
    color: #FFD20E;
    font-size: 1.1em
}

.list-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.list-center li {
    max-width: 250px
}

.list-center li:not(:last-child) {
    margin: 0 5px 5px
}

@media all and (max-width: 639px) {
    .list-center li {
        width: 220px
    }

    .list-center li:not(:last-child) {
        margin: 0 0 5px
    }
}

.faq-dl .faq-inner:not(:last-of-type) {
    margin-bottom: 25px
}

.faq-dl dt,
.faq-dl dd {
    padding: 15px 15px 15px 60px;
    position: relative
}

.faq-dl dt:before,
.faq-dl dd:before {
    position: absolute;
    font-size: 3rem;
    font-weight: 700;
    font-family: "Varela Round", sans-serif;
    font-weight: 600;
    left: 15px;
    top: 0
}

@media all and (max-width: 639px) {

    .faq-dl dt,
    .faq-dl dd {
        padding: 10px 10px 10px 50px
    }

    .faq-dl dt:before,
    .faq-dl dd:before {
        font-size: 2rem
    }
}

.faq-dl dt {
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: 600;
    color: #1D1510
}

.faq-dl dt:before {
    content: "Q.";
    color: #00B2D9
}

.faq-dl dd {
    margin-left: auto;
    border-radius: 5px 0 5px 0;
    background: rgba(240, 239, 236, 0.7);
    border-radius: 10px
}

.faq-dl dd:before {
    content: "A.";
    color: #ff9d1d
}

.faq-dl dd:not(:last-child) {
    margin-bottom: 50px
}

.fukidashi {
    margin: 0.5em auto 1em;
    padding: 5px;
    text-align: center;
    max-width: 50%;
    border-radius: 10px;
    font-size: 2.2rem;
    background: #fefefe;
    border-radius: 5px;
    position: relative
}

.fukidashi a {
    color: #a71017
}

.fukidashi a:hover {
    color: #821800
}

.fukidashi:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fefefe;
    z-index: 2
}

.info-txt {
    width: 95%;
    margin: 10px auto 0;
    background: rgba(255, 210, 14, 0.3);
    padding: 10px;
    border-radius: 10px
}

.iframe {
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border-radius: 4px
}

.frames {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 6px
}

.frames:before,
.frames:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 85px;
    height: 50px;
    background: #fff;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.frames:before {
    -webkit-box-shadow: 0 10px 8px -12px rgba(29, 21, 16, 0.6);
    box-shadow: 0 10px 8px -12px rgba(29, 21, 16, 0.6);
    top: -24px;
    bottom: auto;
    right: auto;
    left: -26px
}

.frames:after {
    -webkit-box-shadow: 0 -10px 10px -10px rgba(29, 21, 16, 0.4);
    box-shadow: 0 -10px 10px -10px rgba(29, 21, 16, 0.4);
    top: auto;
    bottom: -22px;
    right: -25px;
    left: auto
}

.feature-list li {
    padding: 4px 4px 4px 8px;
    font-weight: 600;
    margin-bottom: 8px;
    background: #f0f0f0
}

.feature-list li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: bold;
    margin-right: 5px;
    color: #00B2D9
}

.mtitle-vertical {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    font-size: 1.8rem;
    font-weight: 600;
    color: #555
}

.mtitle-vertical span {
    display: block;
    font-size: 4rem;
    font-family: "Varela Round", sans-serif;
    font-weight: 600;
    color: #00B2D9
}

@media all and (max-width: 639px) {
    .mtitle-vertical {
        -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
        writing-mode: inherit;
        font-size: 1.3rem
    }

    .mtitle-vertical span {
        font-size: 2.5rem
    }
}

.vertical-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media all and (max-width: 639px) {
    .vertical-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.vertical-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10%
}

@media all and (max-width: 639px) {
    .vertical-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin: 15px 0 0
    }
}

.link-txt {
    font-weight: 600;
    border-bottom: 1px dashed #1D1510;
    color: #1D1510
}

.lead01 {
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.4;
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 15px
}

.lead01 span {
    background: #003014;
    color: #fff;
    padding: 2px 4px;
    font-size: 1.8rem;
    font-weight: 600
}

.lead01 span em {
    font-style: normal;
    font-family: 'Caveat', cursive;
    font-weight: 500;
    font-size: 2rem;
    padding-right: 5px
}

.lead02 {
    font-weight: 600;
    margin-top: 15px;
    line-height: 1.5
}

.lead03 {
    margin-bottom: 20px
}

.lead03 span {
    padding: 2px 5px;
    background: #fff1df;
    color: #1D1510;
    font-size: 2rem;
    font-weight: 600
}

.lead03:before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-weight: bold;
    margin-right: 5px
}

@media all and (max-width: 639px) {
    .lead03 span {
        font-size: 1.4rem
    }
}

.title01 {
    font-weight: 700;
    color: #1D1510;
    font-size: 2rem;
    margin-bottom: 25px
}

.title01 .small {
    display: block;
    font-size: 1.4rem;
    color: #007C35
}

@media all and (max-width: 639px) {
    .title01 {
        font-size: 1.4rem
    }

    .title01 .small {
        font-size: 13px
    }
}

.title02 {
    margin-bottom: 10px
}

.title02 span {
    display: inline-block
}

@media all and (max-width: 639px) {
    .title02 span:not(.lead) {
        display: block
    }
}

.title02 .lead {
    background: #007C35;
    display: inline-block;
    margin-right: 4px;
    color: #fff;
    padding: 3px 8px;
    font-weight: 600;
    line-height: 1.3
}

.top-service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.top-service-list li {
    width: 19%;
    font-weight: 600;
    text-align: center;
    color: #00491f
}

.top-service-list .top-service-img {
    width: 120px;
    height: 120px;
    margin: 0 auto 10px
}

.top-service-list .top-service-img img {
    border-radius: 50%
}

@media all and (max-width: 639px) {
    .top-service-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .top-service-list li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 15px
    }

    .top-service-list li:nth-child(2n) {
        margin-right: 0
    }
}

.box1 {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto
}

.link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: -15px
}

@media all and (max-width: 639px) {
    .link-list {
        padding: 0 10px
    }
}

.link-list li {
    width: 15%;
    margin-top: 15px;
    border: 1px solid #f0f0f0;
    background: #fff;
    padding: 4px 0
}

.link-list li img {
    width: 100%
}

@media all and (max-width: 639px) {
    .link-list li {
        width: 31%
    }
}

.box-line {
    background-image: -webkit-gradient(linear, left top, right top, from(#1D1510), color-stop(30%, #1D1510), color-stop(30%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, from(#1D1510), color-stop(30%, #1D1510), color-stop(30%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(#1D1510), color-stop(30%, #1D1510), color-stop(30%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(#1D1510), color-stop(30%, #1D1510), color-stop(30%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, #1D1510, #1D1510 30%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, #1D1510, #1D1510 30%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%), linear-gradient(to bottom, #1D1510, #1D1510 30%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%), linear-gradient(to bottom, #1D1510, #1D1510 30%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
    background-size: 8px 1px, 8px 1px, 1px 8px, 1px 8px;
    background-position: left top, left bottom, left top, right top;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    padding: 25px;
    max-width: 800px;
    margin: 0 auto 40px;
    position: relative
}

.box-line:before {
    position: absolute;
    content: "";
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 50%;
    left: 50%;
    background: #205474;
    opacity: 0.1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media all and (max-width: 639px) {
    .box-line {
        max-width: 95%;
        padding: 15px
    }
}

.top-btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0
}

.top-btn-box a {
    display: block;
    width: 350px
}

.top-btn-box a:first-of-type {
    margin-right: 40px
}

@media all and (max-width: 800px) {
    .top-btn-box a {
        width: 45%
    }
}

@media all and (max-width: 639px) {
    .top-btn-box a {
        width: 90%
    }

    .top-btn-box a:first-of-type {
        margin: 0 auto 20px
    }
}

.slide_list {
    position: relative;
    display: none;
    margin: 0 auto
}

.slide_list li {
    margin-right: 1%
}

.slide_list li img {
    width: auto;
    height: 300px;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in
}

.slide_list li:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

@media all and (max-width: 639px) {
    .slide_list li img {
        height: 240px
    }
}

.price-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
}

.price-box .price-video {
    width: 30%
}

.price-box .price-txt {
    width: 65%
}

@media all and (max-width: 800px) {
    .price-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .price-box .price-video {
        width: 200px;
        margin-bottom: 20px
    }

    .price-box .price-txt {
        width: 80%
    }
}

@media all and (max-width: 639px) {
    .price-box .price-txt {
        width: 100%
    }
}

.box_bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.box_bnr li {
    width: 48%;
    margin: 0 2.5% 20px 0;
    position: relative;
    border-radius: 30px;
    padding: 30px
}

.box_bnr li:nth-child(2n) {
    margin-right: 0
}

@media all and (max-width: 1200px) {
    .box_bnr li {
        padding: 30px 10px
    }
}

@media all and (max-width: 639px) {
    .box_bnr li {
        padding: 20px 10px;
        border-radius: 10px
    }
}

.box_bnr li.co01 {
    background: #ee8a97
}

.box_bnr li.co03 {
    background: #ff9d1d
}

.box_bnr li p {
    font-size: 1.8rem;
    text-align: center;
    color: #00B2D9;
    font-weight: bold
}

@media all and (max-width: 639px) {
    .box_bnr li p {
        font-size: 1.5rem
    }
}

.box_bnr li p.title {
    font-size: 2.5rem
}

@media all and (max-width: 639px) {
    .box_bnr li p.title {
        font-size: 2rem
    }
}

.box_bnr li .bx-img {
    margin: 15px auto;
    width: 200px
}

.box_bnr li .bx-img img {
    width: 100%
}

@media all and (max-width: 1200px) {
    .box_bnr li .bx-img {
        width: 160px
    }
}

@media all and (max-width: 639px) {
    .box_bnr li .bx-img {
        width: 100px
    }
}

.box_bnr li .btn a {
    background: #fefefe;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    color: #00B2D9;
    display: block;
    padding: 8px 5px;
    font-weight: 600;
    border: 1px solid #00B2D9;
    border-radius: 50px
}

.box_bnr li .btn a:hover {
    background: #00B2D9;
    color: #fff
}

@media all and (max-width: 639px) {
    .box_bnr li .btn a {
        width: 100%;
        font-size: 1.3rem
    }
}

@media all and (max-width: 639px) {
    .box_bnr {
        max-width: 600px;
        margin: 0 auto
    }

    .box_bnr li {
        width: 100%;
        margin: 10px auto;
        text-align: center
    }

    .box_bnr li img {
        width: 100%
    }
}

.hr-image {
    width: 100%;
    height: 10px;
    background: url("../img/line01.png") repeat-x center/contain
}

.hr-image.a02 {
    background: url("../img/line02.png") repeat-x center/contain
}

.hr-image.a03 {
    background: url("../img/line03.png") repeat-x center/contain
}

.rel_box {
    position: relative;
    z-index: 2
}

.bubble {
    position: absolute;
    left: -150px;
    bottom: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -2
}

.bubble img {
    vertical-align: bottom;
    border: 0
}

@media all and (max-width: 639px) {
    .bubble {
        right: -10%
    }
}

.bubble-1 {
    position: absolute;
    top: 50%;
    right: -150px;
    z-index: -2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media all and (max-width: 639px) {
    .bubble-1 {
        top: -5%
    }
}

.bubble-1 img {
    vertical-align: bottom;
    border: 0
}

.bubble-2 {
    position: absolute;
    right: 30%;
    bottom: -400px;
    z-index: -2;
    margin-right: 250px
}

.bubble-2 img {
    vertical-align: bottom;
    border: 0
}

@media all and (max-width: 639px) {
    .bubble-2 {
        right: -10%
    }
}

.bubble-3 {
    position: absolute;
    right: -50%;
    bottom: 50%;
    z-index: -2;
    margin-right: 250px
}

.bubble-3 img {
    vertical-align: bottom;
    border: 0
}

@media all and (max-width: 639px) {
    .bubble-3 {
        right: -10%
    }
}

.bubble-4 {
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: -2
}

.bubble-4 img {
    vertical-align: bottom;
    border: 0
}

.bubble-5 {
    position: absolute;
    bottom: 10%;
    left: 50%;
    z-index: -2
}

.bubble-5 img {
    vertical-align: bottom;
    border: 0
}

.list_disc.type1 li {
    position: relative;
    font-weight: 600
}

.list_disc.type1 li:not(:last-of-type) {
    margin-bottom: 5px;
    border-bottom: 0
}

.list_disc.type1 li:not(:last-of-type):after {
    width: 90%;
    height: 2px;
    background: #f0efec;
    left: 50%;
    bottom: -3px;
    content: "";
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.list_disc.min li {
    text-align: left;
    font-weight: 600;
    padding: 5px 0;
    font-size: 1.2rem;
    font-family: "YakuHanJP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.list_disc.min li:not(:last-of-type) {
    margin-bottom: 5px;
    border-bottom: 1px dashed #ccc
}

.list_disc.min li:before {
    content: "●";
    margin-right: 5px;
    color: #00B2D9
}

.list_disc li {
    font-weight: 600;
    padding: 5px 0
}

.list_disc li:not(:last-of-type) {
    margin-bottom: 5px;
    border-bottom: 1px dashed #ccc
}

.list_disc li:before {
    content: "●";
    margin-right: 5px;
    color: #00B2D9
}

.list-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 700px;
    margin: 0 auto
}

.list-btn li {
    width: 48%;
    margin: 0 calc(1.33% + (1.33% / 2)) 10px 0
}

.list-btn li a {
    display: block;
    background: #00b2d9;
    border: 1px solid #00B2D9;
    color: #fff;
    font-weight: 500;
    padding: 12px 3px;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 1.5;
    font-size: 1.5rem;
    letter-spacing: 0;
    border-radius: 50px;
    -webkit-transition: background-color, 0.2s ease-in;
    transition: background-color, 0.2s ease-in
}

.list-btn li a:hover {
    background: rgba(0, 178, 217, 0.8)
}

.list-btn li:nth-child(2n) {
    margin-right: 0
}

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

    .list-btn li a {
        font-size: 1.2rem
    }

    .list-btn li:nth-child(2n) {
        margin-right: auto
    }
}

.list-btn.type1 {
    margin: 0 auto 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1000px
}

.list-btn.type1 li a {
    background: #007C35;
    border: 1px solid #0088a6
}

.list-btn.type1 li a:hover {
    background: #00af4b
}

.list-btn.type1 li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f13a";
    font-weight: bold;
    margin-right: 5px
}

.list-btn2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.list-btn2 li {
    width: 100%;
    margin: 0 auto 10px
}

.list-btn2 li a {
    display: block;
    background: rgba(255, 210, 14, 0.2);
    border: 1px solid #FFD20E;
    color: #1D1510;
    font-weight: 600;
    padding: 12px 3px;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 1.5;
    font-size: 1.5rem;
    letter-spacing: 0;
    -webkit-transition: background-color, 0.2s ease-in;
    transition: background-color, 0.2s ease-in
}

.list-btn2 li a:hover {
    background: rgba(255, 210, 14, 0.5)
}

.list-btn2 li:nth-child(3n) {
    margin-right: 0
}

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

    .list-btn2 li a {
        font-size: 1.2rem
    }

    .list-btn2 li:nth-child(3n) {
        margin-right: auto
    }
}

.list-btn2.type1 {
    max-width: 1000px;
    margin: 0 auto 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.list-btn2.type1 li a {
    background: #007C35;
    border: 1px solid #0088a6
}

.list-btn2.type1 li a:hover {
    background: #00af4b
}

.list-btn2.type1 li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f13a";
    font-weight: bold;
    margin-right: 5px
}

.tcen {
    text-align: center
}

@media all and (max-width: 800px) {
    .tcen {
        text-align: left
    }
}

#blog_flexwrap {
    color: #222222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin: 40px auto
}

@media (max-width: 960px) {
    #blog_flexwrap {
        width: calc(100% - 16px)
    }
}

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

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

#blog_flexwrap #blog_main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

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

.blog_sttl01 {
    text-indent: 5px;
    border-top: 1px solid #00B2D9;
    border-bottom: 1px solid #00B2D9;
    color: #00B2D9;
    background: #fff;
    padding: 5px 0;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: center
}

.blog_mttl {
    width: calc(100% - 20px);
    color: #00B2D9;
    font-size: 2.3rem;
    letter-spacing: 0.1rem;
    overflow: hidden;
    font-weight: bold;
    margin: 0px 0 16px;
    line-height: 1.8
}

@media (max-width: 1200px) {
    .blog_mttl {
        font-size: 1.8rem
    }
}

.blog_time {
    padding-top: 0px;
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
    margin-bottom: 10px;
    text-align: right
}

@media (max-width: 479px) {
    .blog_time {
        font-size: 1.2rem
    }
}

.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: 16px 0
}

.pages {
    width: calc(100% - 20px);
    margin-top: 40px;
    font-size: 1.2rem
}

.pages a {
    display: block;
    padding: 5px 10px;
    border: 1px solid #00B2D9;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pages a:link,
.pages a:visited {
    color: #00B2D9
}

.pages a:hover {
    opacity: 0.6
}

.pages .page_next {
    float: left;
    width: calc(45% - 20px)
}

.pages .page_prev {
    float: right;
    text-align: right;
    width: calc(45% - 20px)
}

.archive * {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.archive ul {
    margin: 8px 0 0
}

.archive li {
    background: #FFFCF8;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px;
    background: #fff
}

.archive li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px
}

.archive li a:link,
.archive li a:visited {
    color: #333
}

.archive li a:hover {
    color: #00B2D9
}

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

.blog_side_list .blog_bx {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 100% !important;
    border-bottom: 1px solid #00B2D9;
    position: relative;
    padding: 8px;
    background: #FFFFFF
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

.blog_side_list .blog_bx:hover {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #F9F9F9
}

.blog_side_list .blog_bx figcaption {
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    margin-bottom: 0px;
    -webkit-box-shadow: rgba(0, 178, 217, 0.1) 0 0 1px 1px;
    box-shadow: rgba(0, 178, 217, 0.1) 0 0 1px 1px
}

.blog_side_list .blog_bx * {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

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

.blog_side_list .blog_bx:hover img {
    opacity: 1 !important
}

.blog_side_list .blog_bx .ttl {
    font-weight: bold;
    font-size: 1.2rem;
    color: #00B2D9;
    float: none;
    background: #fff;
    padding: 0 0px;
    border-bottom: 1px dashed #00B2D9
}

.blog_side_list .blog_bx .ttm {
    float: none;
    padding-top: 0px;
    font-size: 1.2rem;
    color: #888;
    font-weight: normal;
    text-align: right
}

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

@media all and (max-width: 639px) {
    .blog_side_list .blog_bx .ttm {
        font-size: .9rem
    }
}

.blog_side_list .blog_bx .ctg {
    float: none;
    font-weight: 600;
    border-bottom: 1px solid #00B2D9;
    color: #00B2D9;
    text-align: left;
    font-size: 1.2rem;
    width: 130px;
    padding: 0 0 3px 0;
    margin: 0 auto 8px 0;
    letter-spacing: .02rem
}

@media all and (max-width: 639px) {
    .blog_side_list .blog_bx .ctg {
        font-size: 1rem;
        width: 130px;
        line-height: 1.5;
        padding: 0 0 5px 0;
        border: none;
        border-bottom: 1px solid #00B2D9
    }
}

.blog_side_list .blog_bx .blog_ttl {
    clear: both;
    font-weight: bold;
    color: #00B2D9;
    font-size: 1.5rem;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "YakuHanJP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

@media all and (max-width: 639px) {
    .blog_side_list .blog_bx .blog_ttl {
        font-size: 1.1rem;
        letter-spacing: .02rem;
        line-height: 1.2
    }
}

.blog_side_list.list .ttl {
    display: none
}

.blog_top_list {
    position: relative;
    margin: 0 0px 16px 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog_top_list:after {
    content: "";
    display: block;
    width: 31%
}

.blog_top_list .blog_bx {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: calc(33.33% - 16px) !important;
    font-size: 12px;
    margin: 25px 0;
    position: relative;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background-color: #FFFFFF;
    border: 1px solid #00B2D9;
    padding: 10px
}

.blog_top_list .blog_bx:nth-child(3) {
    margin-right: 0px
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff
}

.blog_top_list .blog_bx .blog_bx_flex div {
    width: 100%;
    padding: 16px
}

.blog_top_list .blog_bx:hover {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-box-shadow: 3px 3px 10px rgba(17, 17, 17, 0.2);
    box-shadow: 3px 3px 10px rgba(17, 17, 17, 0.2)
}

.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
}

.blog_top_list .blog_bx * {
    -webkit-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%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

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

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

.blog_top_list .blog_bx .ttm {
    padding-top: 0px;
    font-size: 12px;
    font-weight: normal;
    color: #aaa;
    text-align: right
}

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

.blog_top_list .blog_bx .blog_ttl {
    clear: both;
    font-weight: bold;
    font-size: 1.5rem;
    color: #00B2D9;
    font-family: "YakuHanJP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

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

.blog_top_list .blog_bx .ctg {
    float: none;
    font-weight: 600;
    border-bottom: 1px solid #00B2D9;
    color: #00B2D9;
    text-align: left;
    font-size: 1.2rem;
    width: 130px;
    padding: 0 0 3px 0;
    margin: 0 auto 8px 0;
    letter-spacing: .02rem
}

@media all and (max-width: 639px) {
    .blog_top_list .blog_bx .ctg {
        font-size: 1rem;
        width: 130px;
        line-height: 1.5;
        padding: 0 0 5px 0;
        border: none;
        border-bottom: 1px solid #00B2D9
    }
}

@media (max-width: 960px) {
    .blog_top_list {
        position: relative;
        margin: 0 0 16px !important;
        padding: 0 !important;
        width: 100% !important;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .blog_top_list .blog_bx {
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        width: 100% !important;
        border-bottom: 1px solid #00B2D9;
        position: relative;
        padding: 8px;
        background: #FFFFFF
    }

    .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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .blog_top_list .blog_bx .blog_bx_flex div {
        width: calc(100% - 120px);
        padding: 0
    }

    .blog_top_list .blog_bx:hover {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: #F9F9F9
    }

    .blog_top_list .blog_bx figcaption {
        width: 100px;
        height: 100px;
        display: block;
        text-align: center;
        background-position: center center;
        background-repeat: no-repeat;
        float: left;
        margin-bottom: 0px;
        -webkit-box-shadow: rgba(0, 178, 217, 0.1) 0 0 1px 1px;
        box-shadow: rgba(0, 178, 217, 0.1) 0 0 1px 1px
    }

    .blog_top_list .blog_bx * {
        -webkit-transition: 0.3s;
        transition: 0.3s
    }

    .blog_top_list .blog_bx img {
        vertical-align: middle;
        height: 100px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover;"
    }

    .blog_top_list .blog_bx:hover img {
        opacity: 1 !important
    }

    .blog_top_list .blog_bx .ttl {
        font-weight: bold;
        font-size: 1.2rem;
        color: #00B2D9;
        float: none;
        background: #fff;
        padding: 0 0px;
        border-bottom: 1px dashed #00B2D9
    }

    .blog_top_list .blog_bx .ttm {
        float: none;
        padding-top: 0px;
        font-size: 1.2rem;
        color: #888;
        font-weight: normal;
        text-align: right
    }

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

@media all and (max-width: 960px) and (max-width: 639px) {
    .blog_top_list .blog_bx .ttm {
        font-size: .9rem
    }
}

@media (max-width: 960px) {
    .blog_top_list .blog_bx .ctg {
        float: none;
        font-weight: 600;
        border-bottom: 1px solid #00B2D9;
        color: #00B2D9;
        text-align: left;
        font-size: 1.2rem;
        width: 130px;
        padding: 0 0 3px 0;
        margin: 0 auto 8px 0;
        letter-spacing: .02rem
    }
}

@media all and (max-width: 960px) and (max-width: 639px) {
    .blog_top_list .blog_bx .ctg {
        font-size: 1rem;
        width: 130px;
        line-height: 1.5;
        padding: 0 0 5px 0;
        border: none;
        border-bottom: 1px solid #00B2D9
    }
}

@media (max-width: 960px) {
    .blog_top_list .blog_bx .blog_ttl {
        clear: both;
        font-weight: bold;
        color: #00B2D9;
        font-size: 1.5rem;
        margin-bottom: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: "YakuHanJP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
    }
}

@media all and (max-width: 960px) and (max-width: 639px) {
    .blog_top_list .blog_bx .blog_ttl {
        font-size: 1.1rem;
        letter-spacing: .02rem;
        line-height: 1.2
    }
}

@media (max-width: 960px) {
    .blog_top_list .blog_bx {
        width: calc(50% - 16px);
        margin: 3px 0
    }

    .blog_top_list .blog_bx figcaption {
        border-radius: 0
    }

    #blog_flexwrap {
        display: -webkit-block;
        display: block;
        width: 95%;
        margin: 20px auto 30px
    }

    #blog_flexwrap #blog_main {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 32px
    }

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

    .pages {
        width: 100%
    }

    .pages .page_next {
        float: none;
        width: calc(100% - 20px);
        margin-bottom: 8px
    }

    .pages .page_prev {
        float: none;
        text-align: left;
        width: calc(100% - 20px)
    }
}

.voice-list li {
    border-bottom: 1px dashed #00B2D9;
    padding: 20px 10px
}

.voice-list li:last-child {
    border-bottom: none
}

.voice-list.type1 li {
    padding: 40px;
    background: #fefefe;
    margin-bottom: 30px;
    border-bottom: none
}

.voice-list.type1 li:last-child {
    margin-bottom: 0px
}

.voice-list .title {
    color: #00B2D9;
    font-size: 1.8rem;
    border-bottom: 1px solid #00B2D9;
    margin-bottom: 15px
}

.sec1-wrap2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1800px;
    margin-right: auto;
    margin-left: auto
}

.sec1-wrap2+.sec1-wrap2 {
    margin-top: 120px
}

.sec1-wrap2 .sec1-img-box {
    width: 56%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative
}

.sec1-wrap2 .sec1-img-box img {
    width: 100%
}

.sec1-wrap2 .sec1-img-box .sec1-img01 {
    width: 70%
}

.sec1-wrap2 .sec1-img-box .sec1-img02 {
    width: 40%;
    position: absolute;
    bottom: -15%;
    right: 0
}

.sec1-wrap2 .sec1-img-box .sec1-img03 {
    width: 100%
}

@media all and (max-width: 1200px) {
    .sec1-wrap2 .sec1-img-box {
        width: 40%
    }

    .sec1-wrap2 .sec1-img-box .sec1-img01 {
        width: 80%
    }

    .sec1-wrap2 .sec1-img-box .sec1-img02 {
        width: 60%;
        position: absolute;
        bottom: -45%;
        right: 0
    }
}

@media all and (max-width: 800px) {
    .sec1-wrap2 .sec1-img-box {
        width: 56%
    }

    .sec1-wrap2 .sec1-img-box .sec1-img01 {
        width: 25%;
        position: absolute;
        left: -5%;
        top: 0
    }
}

@media all and (max-width: 800px) and (max-width: 639px) {
    .sec1-wrap2 .sec1-img-box .sec1-img01 {
        width: 35%
    }
}

@media all and (max-width: 800px) {
    .sec1-wrap2 .sec1-img-box .sec1-img02 {
        position: absolute;
        width: 35%;
        bottom: auto;
        right: -5%;
        top: -5%
    }
}

@media all and (max-width: 800px) and (max-width: 639px) {
    .sec1-wrap2 .sec1-img-box .sec1-img02 {
        width: 40%
    }
}

.sec1-wrap2 .sec1-box {
    width: 40%;
    padding: 40px
}

.sec1-wrap2 .sec1-box p {
    line-height: 2
}

@media all and (max-width: 1200px) {
    .sec1-wrap2 .sec1-box {
        width: 60%
    }
}

.sec1-wrap2.type1 .sec1-img-box {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.sec1-wrap2.type1 .sec1-img-box .sec1-img01 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media all and (max-width: 800px) {
    .sec1-wrap2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .sec1-wrap2+.sec1-wrap2 {
        margin-top: 60px
    }

    .sec1-wrap2 .sec1-img-box {
        width: 80%;
        margin-bottom: 20px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .sec1-wrap2 .sec1-box {
        width: 100%;
        padding: 20px;
        text-align: center
    }
}

@media all and (max-width: 639px) {
    .sec1-wrap2 .sec1-img-box {
        width: 95%
    }
}

.about_box {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fefefe;
    margin: 15px;
    -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
    height: 300px !important;
    border-radius: 30px
}

@media all and (max-width: 800px) {
    .about_box {
        height: 250px !important
    }
}

.about_box .inner {
    position: relative;
    padding: 25px;
    color: #333;
    max-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden
}

.about_box .inner::-webkit-scrollbar {
    overflow: hidden;
    width: 1px;
    background: #fafafa
}

.about_box .inner::-webkit-scrollbar:horizontal {
    height: 1px
}

.about_box .inner::-webkit-scrollbar-button {
    display: none
}

.about_box .inner::-webkit-scrollbar-piece {
    background: #eee
}

.about_box .inner::-webkit-scrollbar-piece:start {
    background: #eee
}

.about_box .inner::-webkit-scrollbar-thumb,
.about_box .inner::-webkit-scrollbar-corner {
    background: #eee
}

@media all and (max-width: 800px) {
    .about_box .inner {
        padding: 20px
    }
}

.top_image {
    position: relative;
    overflow: hidden;
    height: 240px
}

.top_image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle
}

.top_blog_title {
    margin-top: 15px;
    text-align: right;
    font-weight: 600;
    color: #1D1510;
    font-size: 1.5rem
}

@media all and (max-width: 800px) {
    .top_blog_title {
        font-size: 1.1rem
    }
}

.top_blog_txt {
    font-size: 1.5rem
}

@media all and (max-width: 800px) {
    .top_blog_txt {
        font-size: 1.3rem
    }
}

@media all and (max-width: 639px) {
    .top_blog_txt {
        font-size: 1.2rem
    }
}

.daily-dl {
    position: relative
}

.daily-dl.type1 .inner dt {
    color: #fff;
    background: #FFD20E
}

.daily-dl.type2 .inner dt {
    color: #fff;
    background: #ff9d1d
}

.daily-dl .daily-box {
    position: relative;
    background: rgba(0, 178, 217, 0.2);
    padding-left: 40px;
    padding: 15px 10px 15px 45px
}

.daily-dl .daily-box .daily-category {
    position: absolute;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    font-size: 1.7rem;
    left: 0;
    top: 0;
    padding: 20px 5px;
    color: #ff9d1d;
    height: 100%;
    border-right: 1px solid #fff34a
}

.daily-dl .daily-box.type1 {
    background: #FFD20E
}

.daily-dl .daily-box.type1 .daily-category {
    color: #00B2D9
}

.daily-dl .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative
}

.daily-dl .inner:before {
    position: absolute;
    content: "";
    height: 125%;
    width: 8px;
    top: 25px;
    left: 30px;
    background: #f0efec
}

.daily-dl .inner:last-child:before {
    display: none
}

@media all and (max-width: 639px) {
    .daily-dl .inner {
        width: 100%;
        margin: 0 auto 20px
    }

    .daily-dl .inner:before {
        width: 8px;
        height: 120%;
        left: 30px;
        top: 15px
    }
}

.daily-dl .inner dt {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #00B2D9;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    position: relative;
    z-index: 4
}

.daily-dl .inner dt.line2 {
    line-height: 1.2;
    padding-top: 18px
}

@media all and (max-width: 639px) {
    .daily-dl .inner dt {
        font-size: 1.2rem
    }
}

.daily-dl .inner dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    background: #fff;
    left: -10px;
    margin-top: 10px;
    padding: 15px 10px 15px 25px;
    font-weight: 400;
    z-index: 2;
    -webkit-box-shadow: 0 0 15px rgba(29, 21, 16, 0.1);
    box-shadow: 0 0 15px rgba(29, 21, 16, 0.1);
    border-radius: 10px 0 10px 0
}

.daily-dl .inner dd p {
    color: #FFD20E;
    font-weight: 600
}

@media all and (max-width: 639px) {
    .daily-dl .inner dd {
        margin-top: 10px
    }
}

/*# sourceMappingURL=basis.css.map */