@charset "UTF-8";

@import 'https://fonts.googleapis.com/css?family=Roboto';

/* ===================================================================
CSS information

 File Name  : module.css
 Style Info : 見出し、ボタン、表など繰り返し使うパーツのスタイルを定義
=================================================================== */

html {
    overflow-y: scroll;
    line-height: 1;
    font-size: 62.5%;
}

body {
    background: #fff;
    color: #333;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
    font-weight: 500;
    word-break: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
}

/*----------------------------------------------------
  link要素
--------------------------------------------------- */
a {
    transition: all 0.2s ease-in-out 0s;
    -ms-transition: none;
}

a:link {
    color: #29b1c8;
}

a:visited {
    color: #29b1c8;
}

a:hover {
    text-decoration: none;
    color: #29b1c8;
}

a:active {
    color: #29b1c8;
}

/*----------------------------------------------------
  img要素
--------------------------------------------------- */
img {
    line-height: 1;
    font-size: 0;
    vertical-align: top;
    height: auto;
    max-width: 100%;
    transition: all 0.2s ease-in-out 0s;
    -ms-transition: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*----------------------------------------------------
  見出し
--------------------------------------------------- */
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
    letter-spacing: 0.1rem;
}

/*----------------------------------------------------
 フォントファミリー
--------------------------------------------------- */
.mincho {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.ff01 {
    font-family: 'Roboto', sans-serif;
}

/*----------------------------------------------------
 フォントカラー
--------------------------------------------------- */
.fc01 {
    color: #249baf;
}

.fc02 {}

.fc03 {}

/*----------------------------------------------------
 共通カラム
--------------------------------------------------- */
#page {
    min-width: 960px;
    overflow: hidden;
    margin: 0 auto;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    font-feature-settings: "palt";
}

.inner {
    width: 960px;
}

.wrapper {
    width: 1050px;
}

#contents {}

#contents a:hover img {
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}

@media screen and (max-width: 768px) {

    /* 左右 +10px */
    html,
    body,
    #page {
        min-width: 1020px;
    }
}

@media screen and (max-width: 767px) {

    html,
    body,
    #page {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }

    #page {
        padding-top: 60px;
    }

    #contents .inner {
        padding: 0 20px;
    }
}

/*----------------------------------------------------
  ヘッダー
----------------------------------------------------*/
#header {
    position: relative;
    width: 100%;
    height: 155px;
    height: 165px;
    padding-bottom: 70px;
}

#header .logo {
    display: inline-block;
    margin-top: 20px;
}

.hd_tel {
    position: absolute;
    right: 0;
    top: 12px;
    line-height: 1;
    color: #249baf;
    text-align: center;
    font-weight: 600;
}

.hd_tel dt {
    position: relative;
    font-size: 3rem;
    margin-bottom: 5px;
    padding-left: 30px;
}

.hd_tel dt::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f2a0";
    font-weight: 900;
}

.hd_tel dd {
    border: solid 1px #249baf;
    padding: 4px 10px;
    font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
    #header {
        position: fixed;
        top: 0;
        height: 63px;
        padding-bottom: 0;
        background: #fff;
        z-index: 1000;
        border-bottom: solid 3px #29B1C8;
        padding-right: 125px;
    }

    #header .logo {
        margin: 0;
        display: block;
    }

    #header .logo a {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        flex-direction: column;
        /* 子要素をflexboxにより縦方向に揃える */
        justify-content: center;
        /* 子要素をflexboxにより中央に配置する */
        align-items: center;
        /* 子要素をflexboxにより中央に配置する */
        max-width: 360px;
        height: 60px;
        margin-top: 0;
        margin-left: 12px;
    }

    .sp_tel {
        position: absolute;
        right: -58px;
        top: 8px;
        width: 42px;
        height: 42px;
        text-align: center;
        border-radius: 50%;
        background: #29B1C8;
    }

    .sp_tel i {
        font-size: 2.8rem;
        color: #fff;
        line-height: 42px;
    }
}

@media screen and (max-width: 375px) {
    #header {
        padding-right: 105px;
    }

    .sp_tel {
        right: -47px;
        top: 12px;
        width: 36px;
        height: 36px;
    }

    .sp_tel i {
        font-size: 2.4rem;
        line-height: 36px;
    }
}

/*----------------------------------------------------
  グローバルナビ
----------------------------------------------------*/
#gNavi {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    height: 85px;
    text-align: center;
    background: var(--color-primary);
    border-bottom: 1px solid #eee;
    z-index: 1000;
}

#gNavi.is-animation {
    position: fixed;
    bottom: auto;
    top: 0;
}

#gNavi ul {
    padding-top: 5px;
}

#gNavi li {
    height: 60px;
    margin-left: 5px;
}

#gNavi li:first-child {
    margin-left: 0;
}

#gNavi li a {
    position: relative;
    display: table-cell;
    text-decoration: none;
    color: #fff;
    width: 123px;
    width: 149px;
    height: 60px;
    height: 75px;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.15);
    padding-bottom: 7px;
    border-radius: 5px;
    line-height: 1.2;
    font-size: 1.6rem;
    transition: all 0.03s ease-in-out 0s;
}

#gNavi li a:hover {
    background: #ed9b03;
}

#gNavi li.active a {
    background: #ed9b03;
}

#gNavi li:first-child a {
    width: 192px;
}

#gNavi li a small {
    font-size: 1.4rem;
}

#gNavi li a::before {
    position: absolute;
    left: 50%;
    bottom: 2px;
    margin-left: -8px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    line-height: 1;
    font-size: 1.6rem;
    font-weight: 600;
    transition: all 0.1s ease-in-out 0s;
}

#gNavi li a:hover::before {
    bottom: 0;
}

#gNavi li.active a::before {
    bottom: 0;
}

/*----------------------------------------------------
  パンくずリスト
----------------------------------------------------*/
#crumbs {
    margin-bottom: 30px;
}

#crumbs li {
    display: inline;
}

@media screen and (max-width: 767px) {
    #crumbs {
        padding: 0 20px;
        font-size: 1.2rem;
        margin-bottom: 20px;
    }
}

/*----------------------------------------------------
  フッター
----------------------------------------------------*/
.ft_contact {
    text-align: center;
    padding: 25px 0 30px;
    border-top: solid 1px #29b1c8;
    border-bottom: solid 1px #29b1c8;
}

.ft_contact dl {
    display: inline-block;
    line-height: 1.2;
    color: #249baf;
    text-align: center;
    font-weight: 600;
    padding: 0 60px;
}

.ft_contact dt {
    position: relative;
    font-size: 3rem;
    margin-bottom: 5px;
}

.ft_tel dt {
    padding-left: 30px;
}

.ft_tel dt::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f2a0";
    font-weight: 900;
}

.ft_contact dd {
    border: solid 1px #249baf;
    padding: 4px 10px;
    font-size: 1.3rem;
}

.ft_fax dt {
    padding-left: 35px;
}

.ft_fax dt::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f1ac";
    font-weight: 900;
    font-size: 2.6rem;
}

.ft_info {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 40px 0;
}

.copyright {
    text-align: center;
    font-size: 1.2rem;
    background: #29b1c8;
    padding: 10px;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .ft_contact dl {
        padding: 0 10px;
    }

    .ft_contact dt a {
        text-decoration: none;
        color: #249baf;
    }

    .ft_info {
        -webkit-display: block;
        -moz-display: block;
        -ms-display: block;
        -o-display: block;
        display: block;
        font-size: 1.4rem;
        line-height: 1.6;
        padding: 35px 20px;
        text-align: center;
    }

    .ft_info h2 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 510px) {
    .ft_contact {
        padding-bottom: 10px;
    }

    .ft_contact dl {
        margin-bottom: 20px;
    }
}

/*----------------------------------------------------
  2カラム用
----------------------------------------------------*/
#main {
    float: left;
    width: 700px;
    padding-bottom: 90px;
}

#side {
    float: right;
    width: 220px;
    padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
    #main {
        float: none;
        width: 100%;
        padding-bottom: 60px;
    }

    #side {
        float: none;
        width: 100%;
        padding-bottom: 0;
    }
}

/*サイドナビ*/
.side_menu {
    border: solid 1px #dedede;
    margin-bottom: 40px;
}

.side_menu h2 {
    color: #fff;
    background: #4d4d4d;
    padding: 11px 16px;
    font-size: 1.7rem;
}

.side_menu ul {
    padding: 0 16px;
}

.side_menu li {
    border-bottom: solid 1px #d7d7d7;
}

.side_menu li:last-child {
    border: none;
}

.side_menu li a {
    position: relative;
    display: block;
    padding: 15px 25px 15px 0;
    text-decoration: none;
    color: #000;
    font-size: 1.4rem;
    font-weight: 600;
}

.page-template-default .side_menu li a {
    font-size: 1.5rem;
}

.side_menu li a:hover {
    color: #ed9b03;
}

.side_menu li a::after {
    position: absolute;
    right: 5px;
    top: 50%;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    line-height: 1;
    margin-top: -8px;
    font-size: 1. rem;
}

/*----------------------------------------------------
  共通タイトル
--------------------------------------------------- */
#lowerVisual {
    position: relative;
    background: url(../img/main/main_bg_pc.jpg) center center no-repeat;
    background-size: cover;
    height: 220px;
    margin-bottom: 20px;
}

.page_ttl {
    font-size: 3.6rem;
    height: 220px;
    color: #249baf;
    text-shadow: 2px 2px 0px #fff;
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
}

.page_ttl small {
    font-size: 2rem;
}

@media screen and (max-width: 767px) {
    #lowerVisual {
        height: 150px;
        margin-bottom: 15px;
    }

    .page_ttl {
        font-size: 3rem;
        height: 150px;
        padding: 20px;
    }

    .page_ttl small {
        font-size: 1.8rem;
    }
}

.sub_ttl01 {
    line-height: 1.3;
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 45px;
}

.sub_ttl01 span {
    position: relative;
    display: block;
    width: 100%;
}

.sub_ttl01 span::after {
    position: absolute;
    left: 50%;
    bottom: 50%;
    width: 860px;
    height: 7px;
    margin-left: -430px;
    margin-bottom: -7px;
    content: "";
    background: #29b1c8;
    border-radius: 3.5px;
}

.sub_ttl01 small {
    position: relative;
    display: inline-block;
    color: #249baf;
    background: #fff;
    padding: 0 15px;
    font-size: 2.8rem;
    z-index: 10;
}

@media screen and (max-width: 767px) {
    .sub_ttl01 {
        font-size: 2.6rem;
        margin-bottom: 30px;
    }

    .sub_ttl01 span {
        position: relative;
        display: block;
        width: 100%;
    }

    .sub_ttl01 span::after {
        position: absolute;
        left: 0;
        width: 100%;
        height: 6px;
        border-radius: 3px;
        margin-bottom: -3px;
        margin-left: 0;
    }

    .sub_ttl01 small {
        padding: 0 12px;
        font-size: 2.4rem;
    }
}

.sub_ttl02 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 15px;
}

/*----------------------------------------------------
  共通ボタン
--------------------------------------------------- */
.pagetop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 500;
    display: none;
}

.pagetop a {
    position: relative;
    display: block;
    width: 47px;
    line-height: 32px;
    padding-top: 15px;
    text-align: center;
    background-color: rgba(237, 155, 3, 0.95);
    font-size: 1.3rem;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-decoration: none;
    transition: none;
    border-radius: 50%;
}

.pagetop a:hover {
    background-color: rgba(237, 155, 3, 0.8);
}

.pagetop a:after {
    position: absolute;
    left: 50%;
    top: 4px;
    margin-left: -5px;
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 7px solid #fff;
}

.btn01 {
    position: relative;
    z-index: 5;
    /*text-align: center;*/
    font-size: 0;
}

.btn01 a {
    position: relative;
    bottom: 0;
    display: inline-block;
    width: 100%;
    padding: 12px 10px;
    margin: 0 auto;
    text-align: center;
    background: #29b1c8;
    color: #fff;
    text-decoration: none;
    font-size: 1.7rem;
    font-weight: 600;
    border-radius: 5px;
    overflow: hidden;
}



.btn01 a::before {
    position: absolute;
    left: -100%;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #65cfe1;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
}

.btn01 a:hover::before {
    opacity: 1;
    left: 0;
}

.btn01 a span {
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 767px) {
    .btn01 a {
        width: 100%;
        /*max-width: 340px;*/
        font-size: 1.6rem;
    }
}

.btn02 {
    position: relative;
    z-index: 5;
    text-align: center;
    font-size: 0;
}

.btn02 a {
    position: relative;
    bottom: 0;
    display: inline-block;
    width: 100%;
    padding: 12px 10px;
    margin: 0 auto;
    text-align: center;
    color: #249baf;
    border: solid 2px #29b1c8;
    text-decoration: none;
    font-size: 1.7rem;
    font-weight: 600;
    border-radius: 5px;
    overflow: hidden;
}

.btn02 a:hover {
    color: #fff;
}

.btn02 a::before {
    position: absolute;
    left: -100%;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #29b1c8;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
}

.btn02 a:hover::before {
    opacity: 1;
    left: 0;
}

.btn02 a span {
    position: relative;
    z-index: 10;
}

.mb {
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .btn02 a {
        width: 100%;
        max-width: 340px;
        font-size: 1.6rem;
    }
}


.btn-gray {
    position: relative;
    z-index: 5;
    text-align: center;
    font-size: 0;
}

.btn-gray a {
    position: relative;
    bottom: 0;
    display: inline-block;
    width: 450px;
    padding: 12px 10px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    background: gray;
    text-decoration: none;
    font-size: 1.7rem;
    font-weight: 600;
    border-radius: 5px;
    overflow: hidden;
}

.btn-gray a span {
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 767px) {
    .btn-gray a {
        width: 100%;
        max-width: 340px;
        font-size: 1.6rem;
    }
}





.ico_link {
    padding-right: 25px;
}

.ico_link::before {
    position: absolute;
    right: 0;
    top: 2px;
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    font-weight: 900;
    line-height: 1;
}

.ico_mail {
    padding-right: 25px;
}

.ico_mail::before {
    position: absolute;
    right: 0;
    top: 2px;
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900;
    line-height: 1;
}

.ico_pdf {
    padding-right: 20px;
}

.ico_pdf::before {
    position: absolute;
    right: 0;
    top: 2px;
    font-family: "Font Awesome 5 Free";
    content: "\f1c1";
    font-weight: 900;
    line-height: 1;
}

/*スマホナビ*/
@media screen and (max-width: 767px) {

    /*transition*/
    .trs {
        -webkit-transition: all .1s ease;
        -moz-transition: all .1s ease;
        -ms-transition: all .1s ease;
        -o-transition: all .1s ease;
        transition: all .1s ease;
    }

    /*trp*/
    .trp {
        -webkit-transition: opacity .1s ease;
        -moz-transition: opacity .1s ease;
        -ms-transition: opacity .1s ease;
        -o-transition: opacity .1s ease;
        transition: opacity .1s ease;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .trp:hover {
        opacity: .6;
        filter: alpha(opacity=60);
    }

    /* trs-dr */
    .trs-dr02 {
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        -ms-transition-duration: .2s;
        -o-transition-duration: .2s;
        transition-duration: .2s;
    }

    .trs-dr03 {
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        -ms-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
    }

    .trs-dr05 {
        -webkit-transition-duration: .5s;
        -moz-transition-duration: .5s;
        -ms-transition-duration: .5s;
        -o-transition-duration: .5s;
        transition-duration: .5s;
    }

    .trs-dr06 {
        -webkit-transition-duration: .6s;
        -moz-transition-duration: .6s;
        -ms-transition-duration: .6s;
        -o-transition-duration: .6s;
        transition-duration: .6s;
    }

    .trs-dr08 {
        -webkit-transition-duration: .8s;
        -moz-transition-duration: .8s;
        -ms-transition-duration: .8s;
        -o-transition-duration: .8s;
        transition-duration: .8s;
    }

    .trs-dr12 {
        -webkit-transition-duration: 1.2s;
        -moz-transition-duration: 1.2s;
        -ms-transition-duration: 1.2s;
        -o-transition-duration: 1.2s;
        transition-duration: 1.2s;
    }

    /* trs-tf */
    .trs-tfCb {
        -webkit-transition-timing-function: cubic-bezier(0, .96, .4, .99);
        -moz-transition-timing-function: cubic-bezier(0, .96, .4, .99);
        -ms-transition-timing-function: cubic-bezier(0, .96, .4, .99);
        -o-transition-timing-function: cubic-bezier(0, .96, .4, .99);
        transition-timing-function: cubic-bezier(0, .96, .4, .99);
    }

    .gNav {
        box-sizing: border-box;
        position: fixed;
        top: 60px;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0 25px;
        background-color: rgba(41, 177, 200, 0.95);
        z-index: 50;
        overflow-y: visible;
        overflow-x: hidden;
        -webkit-overflow-scrolling: auto;
        overflow-scrolling: auto;
    }

    .gNav_inner {
        box-sizing: border-box;
        display: table;
        width: 100%;
        height: 100%;
        font-size: 2rem;
        padding: 5px 0 85px 0;
    }

    .gNav_inner a {
        display: block;
        color: #151515;
        text-decoration: none;
        font-weight: 500;
        text-align: center;
    }

    .menuTrigger {
        box-sizing: border-box;
        position: absolute;
        z-index: 50;
        top: 0;
        right: 0;
        display: block;
        width: 54px;
        height: 60px;
        cursor: pointer;
        transition: .3s;
        background: rgba(41, 177, 200, 1);
    }

    .menuTrigger.open {
        z-index: 60000;
        position: fixed;
        top: 0;
    }

    .menuIcon_line {
        position: absolute;
        left: 50%;
        margin-left: -19px;
        width: 38px;
        height: 4px;
        background: #fff;
    }

    .menuIcon_line:nth-of-type(1) {
        top: 15px;
    }

    .menuIcon_line:nth-of-type(2) {
        top: 29px;
    }

    .menuIcon_line:nth-of-type(3) {
        top: 42px;
    }

    /* open */
    .menuTrigger.open .menuIcon_line {
        background: #fff;
    }

    .menuTrigger.open .menuIcon_line:nth-of-type(1) {
        top: 28px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .menuTrigger.open .menuIcon_line:nth-of-type(2) {
        opacity: 0;
    }

    .menuTrigger.open .menuIcon_line:nth-of-type(3) {
        top: 28px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .sp_menu01 {
        margin-bottom: 20px;
    }

    .sp_menu01 li {
        border-bottom: solid 1px #fff;
    }

    .sp_menu01 li a {
        color: #fff;
        padding: 10px;
    }

    .close_btn {
        padding: 10px;
    }

    .close_btn a {
        width: 100%;
        margin: 0 auto;
        border: solid 1px #fff;
        color: #fff;
        text-align: center;
        line-height: 48px;
    }

    .close_btn a span {
        display: inline-block;
        background: url(../img/common/ico/close_btn.png) left center no-repeat;
        background-size: 22px auto;
        padding-left: 42px;
    }
}

@media screen and (max-width: 375px) {
    .menuTrigger {
        width: 50px;
    }

    .gNav {
        padding: 0 20px;
    }

    .gNav_inner {
        font-size: 1.6rem;
    }

    .sp_menu01 {
        margin-bottom: 15px;
    }

    .sp_menu01 li a {
        padding: 9px 10px;
    }

    .close_btn {
        padding: 5px 10px 10px 10px;
    }

    .close_btn a {
        line-height: 40px;
    }
}
