﻿@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html {
    font-size: 62.5%
}

body {
    font-family: 'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    font-weight: 300;
    font-style: normal;
    color: #333;
    font-size: 150%;
    line-height: 1.8;
    font-weight: normal;
    background-color: #fff
}

html,
body {
    position: relative;
    height: 100%
}

h1 {
    font-weight: 900;
    font-style: normal;
    float: left;
    background-size: 55px;
    font-size: 30px;
    letter-spacing: -0.02em;
    margin-top: 10px;
    line-height: 1.3
}

h1 a {
    color: #007bc6
}

h1 span {
    font-size: 18px
}

h2,
h3 {
    font-style: normal;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 0.08em
}

a {
    color: #ea580f;
    text-decoration: none
}

a:hover {
    opacity: 0.8
}

::selection,
::-moz-selection {
    background-color: #D8E6BD
}

img {
    max-width: 100%
}

header {
    padding: 0 20px;
    background-color: rgba(255, 255, 255, 0.6);
    margin: auto;
    width: 960px
}

footer {
    font-size: 1.3rem;
    line-height: 1.5
}

.sp,
.sp_s {
    display: none
}

a.hover_ptn01:hover img {
    transform: translateY(-1px)
}

.shadow {
    text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
    font-size: 25px;
    font-weight: 700
}

.swiper-container {
    width: 100%;
    height: calc(100% - 90px)
}

.swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
    background-position: center;
    background-size: cover
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center
}

.swiper-slide .title {
    font-size: 41px;
    font-weight: 300
}

.swiper-slide .subtitle {
    font-size: 21px
}

.swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3
}

.logo_area img {
    max-width: 430px;
    width: 100%
}

.heder_contact {
    background-color: #fff;
    border: 1px solid;
    padding: 7px 7px 0;
    position: relative;
    box-sizing: border-box;
    border-radius: 3px;
    margin-bottom: 0;
    line-height: 1.6
}

.heder_contact .contact_bnr_ttl {
    background: #44a5cb;
    padding: 0px 10px;
    font-size: 17px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 700
}

.heder_contact .contact_bnr_tel {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.3
}

.heder_contact .btn_02 {
    background-color: #edad0b;
    border: 2px solid #edad0b;
    color: #fff;
    font-weight: 700;
    padding: 5px 15px;
    box-sizing: border-box;
    border-radius: 30px;
    display: inline-block;
    letter-spacing: 0.08em;
    float: right;
    font-size: 12px
}

.slide2_img {
    width: 37%
}

.slide2_img>img {
    position: absolute;
    width: 42%;
    left: 0;
    top: 38%
}

.slide3_img {
    width: 29%
}

.slide3_img>img {
    position: absolute;
    left: 0;
    top: 50%;
    width: 45%
}

.nav-wrapper {
    background-color: #005AA1
}

.nav_box,
.nav_box02 {
    margin: 0 auto;
    width: 960px;
    box-sizing: border-box
}

.inner_box {
    max-width: 960px;
    margin: 0 auto;
    padding: 30px 10px;
    box-sizing: border-box
}

.bg_yellow {
    position: relative
}

.bg_yellow:before {
    content: "";
    background-image: linear-gradient(135deg, #FDEB71 10%, #F8D800 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -3
}

.slide1_img {
    position: absolute;
    z-index: 999;
    top: 44%;
    left: 50%;
    color: #fff;
    text-shadow: 2px 4px 15px rgba(0, 0, 0, 0.8);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 25px 50px;
    width: 100%;
    font-weight: 700;
    line-height: 1.7;
    font-size: 4rem;
    -moz-box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.3)
}

.slide1_img span>span {
    font-size: 0.6em
}

.slide1 {
    position: relative;
    background-image: url(../img/slide/001.png), linear-gradient(135deg, #FDEB71 10%, #F8D800 100%);
    background-repeat: no-repeat;
    background-size: contain
}

.bg_white {
    background-color: #ffffff
}

.bg_gray {
    background-color: #f0f0f0
}

.bg_black {
    background-color: #1a1a1a
}

.top_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top
}

.nav_box li {
    position: relative;
    float: left;
    text-align: center;
    width: 24.8%;
    padding: 5px 0;
    border-left: dotted thin #bbb
}

.nav_box li:last-child {
    border-right: dotted thin #bbb
}

.nav_box a {
    display: block;
    padding: 0 5px;
    height: 37px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 37px;
    font-weight: 700;
    color: #fff;
    position: relative;
    transition: all .2s ease-out
}

.nav_box li a:after {
    font-size: 10px;
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    letter-spacing: 0.2em;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 400;
    font-style: normal
}

.nav_box a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
    margin-right: 10px;
    color: #fff
}

.nav_box02 li {
    position: relative;
    float: left;
    text-align: center;
    width: 19.8%;
    padding: 5px 0;
    border-left: dotted thin #bbb
}

.nav_box02 li:last-child {
    border-right: dotted thin #bbb
}

.nav_box02 a {
    display: block;
    padding: 0 5px;
    height: 37px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 37px;
    font-weight: 700;
    color: #fff;
    position: relative;
    transition: all .2s ease-out
}

.nav_box02 li a:after {
    font-size: 10px;
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    letter-spacing: 0.2em;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 400;
    font-style: normal
}

.nav_box02 a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
    margin-right: 10px;
    color: #fff
}

.top_ttl {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    padding: 15px 0 5px;
    position: relative;
    line-height: 1.2;
    color: #171863;
    text-align: center
}

.chara_block>li {
    width: 33.33%;
    float: left
}

.chara_block>li>div {
    box-sizing: border-box;
    padding: 10px
}

.chara_ttl {
    font-size: 1.1em;
    margin-bottom: 10px;
    color: #171863
}

.chara_ttl span {
    display: block;
    font-size: 2em;
    position: relative;
    line-height: 1.3;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.chara_ttl span:after {
    content: '';
    width: 50px;
    height: 3px;
    background: #ea580f;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.contact_bnr.mybox_intext {
    padding: 20px 35px
}

.top_2col_box .f_R,
.top_2col_box .f_L {
    width: 45%
}

.top_2col_box.ptn_01 .f_R,
.top_2col_box.ptn_02 .f_L {
    padding-top: 50px
}

.title_01 {
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 700;
    padding: 15px 0 5px;
    position: relative;
    line-height: 1.2;
    color: #171863;
    text-align: center
}

.title_01_sub {
    font-size: 10px;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 10px
}

.title_01 span {
    padding-left: 40px
}

.title_02 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #171863;
    border-bottom: 1px dashed #ea580f
}

.title_02:before {
    content: "\f303";
    font-family: "Font Awesome 5 Free";
    color: #E60012;
    font-weight: 700;
    margin-right: 10px
}

.title_02_sub {
    font-size: 12px;
    color: #d50057;
    letter-spacing: 0.4em;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 400;
    font-style: normal
}

.title_03 {
    font-weight: 700;
    font-size: 24px;
    color: #171863;
    border-bottom: solid 1px
}

.title_03._pink {
    color: #3a63b9;
    border-bottom: solid 1px #3a63b9
}

.title_04 {
    color: #fff;
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 35px;
    margin-bottom: 0
}

.title_06 {
    font-weight: 700;
    font-size: 18px;
    color: #d70055;
    margin-bottom: 10px
}

.title_06._pink {
    color: #d50057
}

.title_06._blue {
    color: #0069ba;
    border-bottom: solid 1px
}

.title_06._blue:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a9";
    margin-right: 5px;
    color: #ea580f
}

.idea_text {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #13b74e
}

.title_bg01 {
    background: #fbffe7;
    box-shadow: 0px 0px 0px 5px #fbffe7;
    border: dashed 2px #a38563;
    padding: 0.2em 0.5em
}

.ribbon_box {
    display: block;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto 30px;
    padding: 10px;
    max-width: 980px;
    background: #fff
}

.maile_area {
    background-color: #F8D800;
    box-sizing: border-box;
    padding: 84px 10px 10px;
    position: relative;
    background-image: linear-gradient(135deg, #FDEB71 10%, #F8D800 100%);
    width: 162px;
    margin: 0 auto 15px
}

.maile_area:before {
    content: '';
    position: absolute;
    background-image: url(../img/ico_mail.png);
    background-size: 50px;
    background-repeat: no-repeat;
    top: 42px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 39px;
    width: 50px
}

.maile_area .btn {
    background-color: #ffffff;
    border: 1px solid #000;
    color: #000;
    font-weight: normal;
    font-size: 85%;
    padding: 5px 20px;
    box-sizing: border-box;
    border-radius: 30px;
    display: inline-block;
    letter-spacing: 0.08em;
    float: none
}

.tel_area,
.mobile_area {
    font-weight: 700;
    text-align: center
}

.tel_area {
    font-size: 34px;
    color: #a28d5a;
    line-height: 1.3
}

.mobile_area {
    font-size: 177%
}

.tel_area a,
.mobile_area a {
    position: relative;
    color: #ea580f;
    letter-spacing: 0.1em;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 900;
    font-style: normal
}

.tel_area a:before {
    background-image: url(../img/ico_tel.png)
}

.mobile_area a:before {
    background-image: url(../img/ico_mobile.png)
}

.tel_area a:before,
.mobile_area a:before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left center;
    top: 5px;
    left: -30px;
    width: 30px;
    height: 32px
}

.faq_list dt {
    border-bottom: 1px dashed #999;
    margin-bottom: 5px;
    font-weight: 700;
    color: #0069ba
}

.faq_list dt:before {
    content: 'Q';
    font-size: 2.5rem;
    margin-right: 5px;
    color: #0069ba;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 700;
    font-style: normal
}

.faq_list dd {
    margin-bottom: 20px;
    background-color: #efefef;
    box-sizing: border-box;
    padding: 5px 15px 10px
}

.faq_list dd:before {
    content: 'A';
    font-size: 2.5rem;
    margin-right: 5px;
    color: #ea580f;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 700;
    font-style: normal
}

.check_list {
    border: 1px solid #ea580f;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 3px;
    background-color: #f3f3f3;
    margin-bottom: 30px
}

.check_list li {
    position: relative;
    padding-left: 3rem;
    font-weight: 500
}

.check_list li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    position: absolute;
    left: 0.5em;
    color: #ea580f;
    font-weight: 700
}

.dotted_list {
    border: 1px solid #007bc6;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 3px;
    background-color: #f3f3f3
}

.dotted_list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 3rem;
    font-weight: 500
}

.dotted_list li:before {
    content: "●";
    color: #007bc6;
    left: 0.5em;
    position: absolute
}

.service_block dt {
    font-weight: 700;
    border-bottom: 1px solid;
    margin-bottom: 5px;
    font-size: 1.6rem;
    color: #0069ba
}

.service_block dd {
    margin-bottom: 20px
}

.contact_flow_ttl {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 1.7rem;
    font-weight: 700;
    border-radius: 20px 0 0 20px;
    overflow: hidden
}

.contact_flow_ttl dt {
    float: left;
    background-color: #0069ba;
    box-sizing: border-box;
    padding: 5px 15px;
    color: #fff
}

.contact_flow_ttl dd {
    padding: 5px 10px 5px 95px
}

.contact_flow_txt {
    margin-bottom: 30px
}

.border_dashed {
    border: 1px dashed #ea580f;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 3px;
    font-size: 14px
}

.list_style01 {
    line-height: 1.6;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 3px
}

.list_style01._yellow dt {
    background-color: #f9db00
}

.list_style01._blue dt {
    background-color: #3a63b9;
    color: #fff
}

.list_style01._blue dd {
    color: #000
}

.list_style01 dt {
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative
}

.list_style01 dt:before {
    font-family: "Font Awesome 5 Free";
    content: "\f303";
    position: absolute;
    left: 0
}

.list_style01 dd {
    font-size: 14px;
    margin-bottom: 15px;
    box-sizing: border-box
}

.list_check {
    border: solid 2px #f9db00;
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
    margin-bottom: 20px
}

.list_check li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none !important
}

.list_check li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    position: absolute;
    left: 1em;
    color: #f9db00
}

.table_style01 {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px
}

.table_style01 tr {
    border-bottom: solid 2px #efefef;
    border-top: solid 2px #efefef
}

.table_style01 th {
    position: relative;
    text-align: left;
    background-color: #fff100;
    padding: 10px 20px;
    font-weight: 700
}

.table_style01 th:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(50% - 10px);
    right: -10px;
    border-left: 10px solid #fff100;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
}

.table_style01 td {
    text-align: left;
    background-color: #fff;
    padding: 10px 10px 10px 20px
}

.table_style02 {
    width: 100%;
    margin-bottom: 40px
}

.table_style02 th {
    vertical-align: middle;
    border-top: 3px solid #f3f7f9;
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    background-color: #fff100;
    line-height: 1.2;
    padding: 0 20px
}

.table_style02 td {
    border-top: 3px solid #f3f7f9;
    height: 40px;
    font-size: 14px;
    vertical-align: middle;
    padding: 10px 20px;
    background-color: #fff;
    font-weight: normal
}

.table_style02 tr:last-child th,
.table_style02 tr:last-child td {
    border-bottom: 3px solid #f3f7f9
}

.table_style02._type02 th {
    background-color: #3a63b9;
    color: #fff;
    border-top: 1px solid;
    font-weight: normal
}

.table_style02._type02 tr:first-child th {
    border-top: 1px solid #333
}

.table_style02._type02 th:after {
    background-color: #fff
}

.table_style02._type02 td {
    color: #000
}

.table_style02._type02 td:nth-of-type(1) {
    font-size: 15px;
    font-weight: 700
}

.table_style03 {
    width: 100%;
    margin: 0 auto 30px;
    border-width: 0;
    width: 100%;
    font-variant-ligatures: no-common-ligatures
}

.table_style03 td {
    border: 1px solid #b3b3b3;
    border-width: 1px 0;
    font-size: 1.4rem;
    background-color: transparent;
    word-break: break-all;
    vertical-align: top;
    padding-right: 0
}

.table_style03 th {
    border: 1px solid #b3b3b3;
    border-width: 1px 0;
    font-size: 1.4rem;
    background-color: transparent;
    word-break: break-all;
    vertical-align: top;
    padding-right: 0;
    width: 23.5%;
    padding: 1rem;
    padding-left: 3rem;
    text-align: left;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: .2em
}

.table_style03 td {
    padding: 1rem;
    padding-left: 4rem;
    text-align: left
}

.table_style04 {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px
}

.table_style04 tr {
    border-bottom: solid 2px #efefef
}

.table_style04 tr:last-child {
    border-bottom: none
}

.table_style04 th {
    text-align: left;
    background-color: #edad0b;
    color: white;
    padding: 10px;
    font-weight: 700;
    vertical-align: middle
}

.table_style04 td {
    text-align: left;
    background-color: #fff;
    padding: 10px
}

.table_style05 {
    min-width: 600px;
    width: 100%;
    border: 1px solid
}

.table_style05 th,
.table_style05 td {
    border: 1px solid;
    text-align: center;
    vertical-align: middle;
    padding: 5px 7px
}

.table_style05 th {
    width: 16%
}

.table_style05 th:first-child {
    width: 4%
}

.table_style05 td {
    font-size: 11px
}

.news-lb {
    margin: 50px 0 30px;
    line-height: 1.8
}

.news-lb dt {
    float: left;
    width: 8em;
    border-right: 2px solid #ea580f;
    padding: 5px 0px;
    padding-left: 4rem;
    font-weight: bold
}

.news-lb dd {
    padding-left: 13em;
    padding-top: 7px;
    padding-bottom: 15px;
    margin: 0px 0 15px;
    border-bottom: 1px solid #333
}

.news-lb dd:nth-of-type(1) {
    position: relative
}

.news-lb dd:nth-of-type(1):before {
    border-top: 1px solid;
    position: absolute;
    content: '';
    width: 100%;
    top: -13px;
    left: 0
}

.scroll {
    overflow: auto
}

.border_dotted {
    border-bottom: 5px dotted #26bd4a
}

.half_box li {
    width: 49%;
    float: left;
    margin-right: 2%
}

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

.box_01 {
    box-sizing: border-box;
    padding: 30px 10px;
    max-width: 960px;
    margin: 0 auto
}

.box_02 li {
    width: 30%;
    float: left;
    margin-right: 5%
}

.box_02 li:last-child {
    margin-right: 0
}

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

.inner_service {
    padding: 50px 0 100px
}

.bg_l,
.bg_r {
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
    background: #fff
}

.photobx-l {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.pbx_img {
    position: relative;
    overflow: hidden;
    width: 50%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.pbx_img img {
    max-width: 100%;
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    position: relative;
    display: inline-block;
    vertical-align: bottom
}

.bg_r .pbx_img {
    left: 50%
}

.pbx {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    height: auto;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px
}

.bg_r .pbx {
    left: 0
}

.pbx_inner {
    width: 100%
}

.mttl_cl {
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 35px;
    position: relative;
    letter-spacing: 0.14em;
    color: #0069ba;
    font-weight: 700
}

.d_menu_btn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-image: url(../img/top_img05.jpg);
    background-size: cover;
    background-position: bottom center
}

.d_menu_btn li {
    float: left;
    width: 33.3%;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden
}

.d_menu_btn li:last-child {
    margin-right: 0
}

.d_menu_btn a {
    display: block;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 1.5em;
    padding: 60px 10px;
    opacity: 0.8;
    position: relative
}

.d_menu_btn a:hover {
    opacity: 1
}

.d_menu_btn a:after {
    content: '';
    position: absolute;
    width: 97%;
    height: 90%;
    border: 1px solid;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.d_menu_btn a:before {
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 800px) {
    .d_menu_btn a {
        font-size: 1em
    }
}

.section_box_text_r {
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-shadow: #000 0 0 0 1px;
    background-color: rgba(255, 255, 255, 0.6)
}

.section_box_text_l {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-shadow: #000 0 0 0 1px;
    background-color: rgba(255, 255, 255, 0.6)
}

.section_box_text_box {
    width: 50%;
    vertical-align: middle;
    padding: 20px 35px;
    box-sizing: border-box;
    font-size: 18px
}

.section_box_img {
    flex: 1;
    width: 50%
}

.section_box_img img {
    vertical-align: bottom
}

.topbottom_menu_btn {
    background-image: url(../img/top1.jpg);
    background-size: cover;
    background-position: center;
    border: 1px solid #ccc;
    padding: 30px 0
}

.topbottom_menu_text {
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    -moz-box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.3)
}

.topbottom_menu_text ._ttl {
    font-weight: 700;
    font-size: 24px;
    color: #171863;
    border-bottom: solid 1px;
    line-height: 1.3;
    padding-bottom: 10px
}

.topbottom_menu_text ._ttl:before {
    content: '';
    background-image: url(../img/logo03.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 50px;
    width: 50px;
    margin: 0 auto
}

.footer_box {
    max-width: 960px;
    margin: 0 auto;
    padding: 14px 10px;
    box-sizing: border-box;
    font-size: 10px;
    color: #383735;
    text-align: center
}

.site_map_wrap {
    background: #383735
}

.site_map li {
    float: left;
    color: #fff;
    font-size: 1.4rem;
    width: 20%;
    position: relative;
    text-align: center;
    height: 42px;
    display: table
}

.site_map a {
    position: relative;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    color: #fff
}

.site_map li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    width: 1px;
    height: 15px;
    background-color: #fff
}

.site_map li:last-child:after {
    width: 0
}

.site_map02 li {
    float: left;
    color: #fff;
    font-size: 1.4rem;
    width: 16.7%;
    position: relative;
    text-align: center;
    height: 42px;
    display: table
}

.site_map02 a {
    position: relative;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    color: #fff
}

.site_map02 li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    width: 1px;
    height: 15px;
    background-color: #fff
}

.site_map02 li:last-child:after {
    width: 0
}

.btn_01 {
    background-color: #ea580f;
    border: 2px solid #ea580f;
    color: #fff;
    font-weight: 700;
    padding: 5px 40px;
    box-sizing: border-box;
    border-radius: 30px;
    display: inline-block;
    letter-spacing: 0.08em
}

a.btn_01:hover {
    background-color: #fff;
    color: #ea580f;
    opacity: 1 !important
}

a.btn_01:after {
    position: absolute;
    line-height: 1.7;
    margin-left: 10px;
    content: "\f105";
    font-size: 1.1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.btn_02 {
    background-color: #edad0b;
    border: 2px solid #edad0b;
    color: #fff;
    font-weight: 700;
    padding: 5px 40px;
    box-sizing: border-box;
    border-radius: 30px;
    display: inline-block;
    letter-spacing: 0.08em;
    float: right
}

a.btn_02:hover {
    background-color: #fff;
    color: #edad0b
}

.slicknav_menu {
    display: none
}

.li_style01:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 1em;
    height: 1em;
    background: #14b13d;
    border-radius: 50%;
    margin-right: 8px
}

.news_wrap {
    background-color: #0069ba;
    color: #fff;
    text-align: left
}

.news_ttl {
    float: left;
    font-size: 1.5em;
    margin-right: 50px
}

.news_box {
    overflow: auto;
    height: 70px;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    border-left: 1px solid
}

.news_box dt {
    float: left;
    margin-right: 20px;
    box-sizing: border-box;
    padding: 3px 20px;
    border-radius: 30px;
    font-style: normal
}

.news_box dt:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    margin-right: 0.5em
}

.news_box dd {
    padding: 3px 10px 7px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5
}

.news_box a {
    color: #fff
}

.marker01 {
    background: linear-gradient(transparent 70%, #fdf4b1 70%)
}

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

#flash2 {
    max-width: 980px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 30px
}

.topicpath {
    font-size: small;
    position: absolute;
    z-index: 1;
    padding-top: 14px
}

.topicpath li {
    display: inline;
    list-style-type: none;
    font-size: small
}

.topicpath a,
.topicpath span {
    letter-spacing: .1em;
    font-weight: 300
}

.topicpath li:after {
    content: " > ";
    font-size: small
}

.kanban {
    max-width: 380px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    padding: 20px;
    background-image: url(../img/ttl_bg02.png);
    background-repeat: no-repeat;
    background-position: center 80px;
    background-size: 120px
}

.kanban .ja {
    letter-spacing: .15em;
    font-size: 26px;
    text-align: center;
    display: block;
    line-height: 1.5;
    font-weight: 700;
    color: #171863
}

.kanban .en {
    font-size: 12px;
    text-align: center;
    display: block;
    letter-spacing: 0.4em;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ea580f
}

.photo li {
    float: left;
    margin-right: 1%;
    width: 24%
}

.blog_box {
    width: 100%;
    position: relative
}

.blog_box .blog_cat {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #fc3349;
    line-height: 1;
    padding: 6px 10px 8px;
    min-width: 50px;
    text-align: center;
    color: #fff;
    font-weight: lighter;
    font-size: 13px;
    letter-spacing: 0.1em
}

.blog_img {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    width: 100%;
    display: block;
    padding-top: 56.25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.blog_img img {
    backface-visibility: hidden;
    vertical-align: top;
    position: absolute;
    top: 50%;
    right: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.blog_img * {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.blog_img *:before,
.blog_img *:after {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.blog_info {
    position: relative
}

.blog_box .blog_date {
    width: 90px;
    color: #151818;
    background-color: #FFF;
    padding: 2px 0 1px 0;
    font-style: italic;
    font-size: 11px;
    text-align: center;
    position: absolute;
    top: -30px;
    left: -7px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3)
}

.blog_date {
    width: 50%;
    float: left;
    font-style: italic;
    font-size: 11px;
    text-align: right
}

.blog_box .blog_ttl {
    width: 100%;
    margin-top: 56.25%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.blog_box .blog_ttl a {
    color: #151818;
    font-size: 12px;
    line-height: 190%
}

.ptn_02 {
    text-align: center
}

.staff_ttl {
    text-align: center;
    font-size: 2rem;
    border: 1px solid;
    font-weight: 700
}

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

.staff_block li {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    padding: 20px
}

.staff_img {
    position: relative;
    text-align: center
}

.staff_img>img {
    border: 2px solid #333;
    border-radius: 50%
}

.staff_img h3 {
    position: absolute;
    bottom: 0;
    left: 15px;
    background-color: #fff;
    border: 1px solid;
    box-sizing: border-box;
    padding: 5px;
    line-height: 1.4
}

.staff_txt {
    font-size: 14px;
    line-height: 1.5
}

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

.works_list li {
    float: left;
    width: 49%;
    margin-right: 1%;
    border-bottom: 1px dotted #b3b3b3;
    margin-bottom: 10px;
    padding-left: 3rem;
    box-sizing: border-box
}

.works_list li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    color: #f9db00;
    margin-right: 0.5em
}

.fm-text {
    text-align: center;
    border: 1px solid;
    box-sizing: border-box;
    padding: 10px
}

#page-top {
    position: fixed;
    bottom: 5px;
    right: 5px;
    font-size: 12px;
    font-weight: bold;
    z-index: 9999
}

#page-top a {
    color: #fff;
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-decoration: none;
    padding: 5px 15px;
    text-align: center;
    display: block;
    background: #0069ba;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px
}

.item_btn li {
    width: 24%;
    float: left;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-right: 1%;
    margin-bottom: 1%;
    text-align: center;
    overflow: hidden
}

.item_btn li a {
    display: block
}

.item_btn img {
    vertical-align: bottom;
    width: 80%
}

.item_btn_box {
    float: left;
    width: 50%
}

.item_btn_box._cat {
    font-size: 18px;
    text-align: center;
    padding: 60px 0;
    margin-bottom: 0
}

.item_series {
    background-color: #eee;
    font-size: 125%;
    box-sizing: border-box;
    padding-left: 14px
}

.item_list>li {
    width: 33.333%;
    float: left;
    box-sizing: border-box;
    padding: 0 20px
}

.item_list_block {
    box-sizing: border-box;
    padding: 10px
}

.item_img {
    overflow: hidden;
    position: relative
}

.item_img li {
    position: absolute
}

.item_img li:first-child {
    position: inherit;
    width: 100%;
    height: 264px
}

.item_img li:first-child img {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: inherit
}

.item_name {
    box-sizing: border-box;
    padding: 0 10px;
    font-weight: 700;
    font-size: 1.1em;
    border-bottom: 1px solid #bbb
}

.item_txt {
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: #383735
}

.item_spec>li {
    display: inline-block;
    margin-right: 5px
}

.item_chara {
    font-size: 14px;
    letter-spacing: -0.01em;
    line-height: 1.5;
    font-weight: 300;
    box-sizing: border-box;
    border: 1px solid #bbb;
    padding: 15px 15px;
    border-radius: 3px;
    color: #383735
}

.ac_c {
    display: none
}

.item_chara_ttl {
    letter-spacing: 0.15em;
    text-decoration: underline;
    cursor: default;
    color: #383735;
    padding-left: 10px
}

.item_chara_ttl:hover {
    text-decoration: none
}

.ttl_itembox._pink {
    background-color: #fc3349
}

.ttl_itembox._black {
    background-color: #000
}

.ttl_itembox._orange {
    background-color: #fc7433
}

.ttl_itembox._blue {
    background-color: #209cbe
}

.itembox_inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 50px 15px;
    box-sizing: border-box
}

.itembox_inner._white {
    background: rgba(255, 255, 255, 0.7)
}

.bg_goods {
    background-image: url(../img/bg_goods.png)
}

.bg_car {
    background-size: 125%;
    background-image: url(../img/bg_car2.jpg);
    background-position: 20% 28%;
    background-repeat: no-repeat
}

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

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

.itembox_l {
    float: left;
    width: 48%
}

.itembox_r {
    float: right;
    width: 48%
}

.item_img_s li {
    width: 24%;
    float: left;
    position: relative
}

.itembox_ttl {
    font-size: 20px;
    box-sizing: border-box;
    padding: 0 10px;
    border-bottom: 3px solid;
    margin-bottom: 5px;
    line-height: 1.5
}

.item_img_main {
    height: 334px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    position: relative
}

.item_img_main img {
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.item_img_s li {
    width: 23.5%;
    float: left;
    height: 83px;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
    background: #fff;
    margin-right: 1.5%
}

.item_img_s li img {
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 960px) {
    .pc {
        display: none
    }

    .sp {
        display: block
    }

    header {
        width: 90%;
        padding-top: 60px
    }

    nav {
        display: none
    }

    .swiper-container {
        width: 100%;
        height: calc(100% - 90px)
    }

    .slide_box {
        padding: 80px 10px 20px
    }

    #menu {
        display: none
    }

    .slicknav_menu {
        display: block
    }

    .footer_box {
        max-width: 960px;
        margin: 0 auto;
        padding: 10px;
        box-sizing: border-box
    }

    .btn_02 {
        padding: 5px 20px;
        display: block;
        float: right;
        text-align: center;
        width: 100%
    }

    .contact_bnr .contact_bnr_tel span {
        font-size: 28px
    }
}

@media screen and (max-width: 768px) {
    header {
        height: 94px;
        padding: 0 30px
    }

    h1 {
        margin-top: 20px
    }

    .shadow {
        font-size: 26px
    }

    .slide2_img {
        width: 100%;
        padding-top: 73px;
        padding-left: 45px
    }

    .slide3_img {
        width: 60%
    }

    .slide_box {
        padding: 70px 10px 10px
    }

    .intro {
        font-size: 15px;
        width: 100%;
        padding: 60px 10px 0px
    }

    .top_2col_box .f_R,
    .top_2col_box .f_L {
        width: 100%
    }

    .top_2col_box.ptn_01 .f_R,
    .top_2col_box.ptn_02 .f_L {
        padding-top: 0
    }

    .topbottom_menu_btn {
        height: inherit
    }

    .topbottom_menu_btn._support {
        height: inherit
    }

    .topbottom_menu_text {
        width: 100%
    }

    .topbottom_menu_img {
        width: 100%;
        overflow: hidden
    }

    .topbottom_menu_img>img {
        width: 100%
    }

    .contact_area {
        text-align: center;
        margin-bottom: 40px
    }

    .footer_map {
        width: 100%;
        float: none
    }

    .site_map_wrap {
        float: none;
        width: 100%;
        height: inherit;
        padding: 20px 20px 10px;
        position: inherit;
        box-sizing: border-box
    }

    .site_map_wrap .site_map_block {
        position: inherit;
        bottom: 0;
        width: 100%;
        left: 0;
        padding: 0;
        box-sizing: border-box
    }

    .footer_box {
        padding: 0
    }

    .mybox_intext {
        padding: 20px !important
    }

    .news_box dt {
        float: none
    }

    .inner_box {
        padding: 30px 10px
    }

    .introduction .inner_box {
        padding-bottom: 40px
    }

    .box_02 li {
        width: 95%;
        float: none;
        margin: 0 auto 30px
    }

    .box_02 li img {
        max-width: 300px;
        width: 80%
    }

    .half_box li {
        width: 100%;
        float: none;
        margin: 0 auto 10px
    }

    .flex_box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }

    .facility_btnbox li:first-child {
        margin-right: 0
    }

    .topicpath {
        display: none
    }

    .table_style02 td {
        height: inherit;
        padding: 10px
    }

    .item_img_main {
        background-color: inherit
    }

    .item_btn_box._cat {
        padding: 43px 0
    }
}

@media screen and (max-width: 480px) {
    .sp_s {
        display: block
    }

    .swiper-container {
        width: 100%;
        height: 50%
    }

    .slide1_img {
        font-size: 18px;
        padding: 20px 15px
    }

    .slide2_img {
        width: 123%;
        padding-top: 73px;
        padding-left: 0
    }

    .slide3_img {
        width: 88%
    }

    header {
        height: 55px;
        padding: 10px
    }

    h1 {
        margin-top: 0;
        font-size: 23px;
        background-size: 40px
    }

    h1 span {
        font-size: 0.7em
    }

    .shadow {
        font-size: 15px;
        font-weight: 700
    }

    .intro {
        font-size: 15px;
        width: 100%;
        padding: 10px;
        margin: 0 auto
    }

    .box_01 {
        box-sizing: border-box;
        padding: 20px 10px;
        max-width: 960px;
        margin: 0 auto
    }

    .news_ttl {
        float: none;
        font-size: 1.5em;
        margin-right: 0
    }

    .news_box {
        overflow: auto;
        height: 100px;
        box-sizing: border-box;
        padding: 0 0 0 10px;
        border-left: 1px solid
    }

    .chara_block>li {
        width: 100%;
        float: none
    }

    .inner_service {
        padding: 50px 0
    }

    .section_box_text_r,
    .section_box_text_l {
        flex-wrap: wrap
    }

    .section_box_img {
        flex: inherit;
        width: 100%
    }

    .section_box_text_box {
        width: 100%;
        vertical-align: middle;
        padding: 20px;
        box-sizing: border-box;
        font-size: 15px
    }

    .mttl_cl {
        font-weight: normal;
        font-size: 2rem;
        line-height: 1.4;
        margin-bottom: 15px;
        position: relative;
        letter-spacing: 4px;
        font-weight: 700
    }

    .pbx_img {
        width: 100%;
        left: 0 !important
    }

    .pbx {
        box-sizing: border-box;
        position: relative !important;
        left: 0;
        top: 0;
        width: 100%;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .list_style01 {
        margin-bottom: 50px
    }

    .table_style02 th,
    .table_style02 td {
        line-height: 1.5;
        padding: 10px;
        border: none
    }

    .table_style02 tr:last-child th,
    .table_style02 tr:last-child td {
        border-bottom: none;
        width: 100%;
        display: block;
        box-sizing: border-box
    }

    .table_style01 th,
    .table_style01 td {
        padding: 10px
    }

    .table_style01 tr,
    .table_style01 th,
    .table_style01 td {
        border: none
    }

    .table_style01 th:after {
        display: block;
        content: "";
        width: 0px;
        height: 0px;
        position: absolute;
        top: inherit;
        bottom: -10px;
        left: 30px;
        border-top: 10px solid #fff100;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        right: inherit;
        border-bottom: inherit
    }

    .table_style03 td {
        border: none;
        padding-left: 3rem
    }

    .table_style03 th {
        padding-left: 15px;
        width: 100%
    }

    .table_style03 th:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0d7";
        color: #a28d5a;
        margin-right: 0.5em
    }

    .news-lb dt {
        width: 10rem;
        padding-left: 1rem
    }

    .news-lb dd {
        padding-left: 13rem
    }

    .staff_ttl {
        font-size: 2rem
    }

    .staff_block li {
        width: 100%;
        float: none
    }

    .works_list li {
        float: none;
        width: 100%
    }

    .inner_box {
        padding: 30px 10px;
        margin-bottom: 0
    }

    .slide_box {
        padding: 60px 10px 0
    }

    .title_01 {
        font-size: 24px
    }

    .title_02 {
        font-size: 1.5rem
    }

    .title_03 {
        line-height: initial
    }

    .table_style04 th {
        width: 25%
    }

    .topicpath {
        display: none
    }

    .kanban .ja {
        font-size: 20px;
        padding-bottom: 0px
    }

    .kanban .en {
        font-size: 14px
    }

    .d_menu_btn li {
        float: none;
        margin-right: 0;
        margin-bottom: 4%;
        width: 100%
    }

    .d_menu_btn._sale li {
        float: none;
        margin-right: 0;
        width: 100%;
        box-sizing: border-box
    }

    .topbottom_menu_btn {
        height: inherit;
        margin-bottom: 30px
    }

    .topbottom_menu_img,
    .topbottom_menu_text {
        width: 100%
    }

    .tel_area {
        font-size: 25px
    }

    .tel_area a:before {
        background-size: 25px;
        top: 0px;
        left: -25px;
        width: 24px;
        height: 27px
    }

    .mobile_area a:before {
        background-size: 25px;
        top: 0px;
        left: -25px;
        width: 24px;
        height: 27px
    }

    .btn_01 {
        font-weight: normal;
        padding: 5px 30px 5px 15px
    }

    form table th,
    form table td {
        display: block;
        width: 100% !important;
        box-sizing: border-box
    }

    .contact_bnr .contact_bnr_tel span {
        font-size: 25px
    }

    .about_img {
        width: 80%;
        text-align: center;
        float: none;
        line-height: 1.4;
        margin: 0 auto
    }

    .about_text {
        float: none;
        width: 100%;
        font-size: 13px
    }

    .site_map_wrap {
        float: none;
        width: 100%;
        height: inherit;
        padding: 20px 20px 10px;
        position: inherit;
        box-sizing: border-box
    }

    .site_map a {
        font-weight: normal;
        font-size: 14px;
        color: #fff
    }

    .site_map a:after {
        content: "";
        position: static;
        right: 40px;
        top: 0px;
        width: 1px;
        height: 24px;
        background-color: #15bf43
    }

    .site_map li {
        float: none;
        font-size: 1.5rem;
        border-bottom: 1px dotted #ddd;
        margin-bottom: 5px;
        padding-bottom: 5px;
        width: 100%
    }

    .site_map li:after {
        position: absolute;
        right: 22%;
        top: 10px;
        background-color: inherit;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f105";
        color: #fff
    }

    .item_list>li {
        width: 100%;
        float: none
    }

    .itembox_inner {
        padding: 15px 15px
    }

    .item_img_main {
        height: 220px
    }

    .itembox_l,
    .itembox_r {
        float: none;
        width: 100%;
        margin-bottom: 20px
    }

    .item_img_s li {
        width: 48.5%;
        float: left;
        height: 105px;
        overflow: hidden;
        margin-bottom: 10px;
        text-align: center;
        background: #fff;
        margin-right: 1.5%
    }

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

    .item_btn_box._cat {
        font-size: 15px;
        text-align: center;
        padding: 60px 0;
        margin-bottom: 0;
        padding: 32px 0
    }

    .item_btn li {
        width: 49%;
        margin-right: 1%
    }

    .title_03 {
        font-size: 18px
    }
}

.k-bgBase {
    background-color: #005AA1
}

.k-bgSub {
    background-color: #E60012
}

.k-txtBase {
    color: #005AA1
}

.k-txtSub {
    color: #E60012
}

.k-border {
    border: solid thin #005AA1
}

.k-scroll {
    overflow-y: auto
}

@media screen and (min-width: 701px) {
    .k-pcNone {
        display: none
    }

    .k-spNone {
        display: block
    }
}

@media screen and (max-width: 700px) {
    .k-pcNone {
        display: block
    }

    .k-spNone {
        display: none
    }
}

.k-imgFrame {
    border: 3px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px 2px
}

.k-linegd {
    background: repeating-linear-gradient(-45deg, #fff 0, #fff 5px, green 5px, green 10px)
}

.txtLink {
    padding: 0 0.3em
}

.txtLink:before {
    font-family: FontAwesome;
    content: '\f138';
    margin-right: 0.2em;
    text-decoration: none !important
}

.txtLink:hover {
    opacity: 0.6
}

.k-btn1 a {
    border-radius: 50px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    padding: 10px 30px;
    margin: auto;
    color: #fff;
    border: solid thin #005AA1;
    background-color: #005AA1;
    transition: all 0.3s ease;
    text-decoration: none
}

.k-btn1 a:before {
    font-family: FontAwesome;
    content: "\f0a9";
    padding-right: 5px
}

.k-btn1 a:hover {
    transition: all 0.3s ease;
    background-color: #fff;
    color: #005AA1
}

.k-btnTel1 a {
    display: inline-block;
    margin: auto;
    text-align: center;
    font-size: 2em;
    line-height: 1;
    font-weight: bold;
    color: #E60012;
    transition: all 0.3s ease;
    text-decoration: none
}

.k-btnTel1 a:before {
    font-family: FontAwesome;
    content: "\f095";
    padding-right: 5px
}

.k-btnTel1 a:hover {
    transition: all 0.3s ease;
    opacity: 0.5
}

.k-btnTel2 a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    padding: 3px 30px;
    margin: auto;
    color: #fff;
    border: solid thin #005AA1;
    background-color: #005AA1;
    transition: all 0.3s ease;
    text-decoration: none
}

.k-btnTel2 a:before {
    font-family: FontAwesome;
    content: "\f095";
    padding-right: 5px
}

.k-btnTel2 a:hover {
    transition: all 0.3s ease;
    background-color: #fff;
    color: #005AA1
}

.k-btnMail1 a {
    display: inline-block;
    margin: auto;
    text-align: center;
    font-size: 2.5em;
    font-weight: bold;
    color: #005AA1;
    transition: all 0.3s ease;
    text-decoration: none
}

.k-btnMail1 a:before {
    font-family: FontAwesome;
    content: "\f003";
    padding-right: 5px
}

.k-btnMail1 a:hover {
    transition: all 0.3s ease;
    opacity: 0.5
}

.k-btnMail2 a {
    border-radius: 50px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    padding: 3px 30px;
    margin: auto;
    color: #fff;
    border: solid thin #E60012;
    background-color: #E60012;
    transition: all 0.3s ease;
    text-decoration: none
}

.k-btnMail2 a:before {
    font-family: FontAwesome;
    content: "\f003";
    padding-right: 5px
}

.k-btnMail2 a:hover {
    transition: all 0.3s ease;
    background-color: #fff;
    color: #E60012
}

.k-btnAnchor {
    position: relative;
    display: block;
    width: 100%;
    font-weight: bold;
    height: 50px;
    background-color: #005AA1;
    color: #fff;
    border: solid thin #005AA1;
    transition: all 0.3s ease;
    border-radius: 100px
}

.k-btnAnchor .btnTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold
}

.k-btnAnchor:hover {
    transition: all 0.3s ease;
    opacity: 0.5
}

.k-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.k-flex * {
    box-sizing: border-box
}

.k-flex img {
    vertical-align: middle;
    max-width: 100%
}

.k-flex.jc-left {
    justify-content: left
}

.k-flex.jc-center {
    justify-content: center
}

.k-flex.jc-right {
    justify-content: right
}

.k-flex.col-1>.k-fitem {
    width: 100%
}

.k-flex.col-2>.k-fitem {
    width: 50%
}

.k-flex.col-3>.k-fitem {
    width: 33.3333333%
}

.k-flex.col-4>.k-fitem {
    width: 25%
}

.k-flex.col-5>.k-fitem {
    width: 20%
}

.k-flex>.k-fitem.k-w5 {
    width: 5%
}

.k-flex>.k-fitem.k-w10 {
    width: 10%
}

.k-flex>.k-fitem.k-w15 {
    width: 15%
}

.k-flex>.k-fitem.k-w20 {
    width: 20%
}

.k-flex>.k-fitem.k-w25 {
    width: 25%
}

.k-flex>.k-fitem.k-w30 {
    width: 30%
}

.k-flex>.k-fitem.k-w33 {
    width: 33.3333333%
}

.k-flex>.k-fitem.k-w35 {
    width: 35%
}

.k-flex>.k-fitem.k-w40 {
    width: 40%
}

.k-flex>.k-fitem.k-w45 {
    width: 45%
}

.k-flex>.k-fitem.k-w50 {
    width: 50%
}

.k-flex>.k-fitem.k-w55 {
    width: 55%
}

.k-flex>.k-fitem.k-w60 {
    width: 60%
}

.k-flex>.k-fitem.k-w65 {
    width: 65%
}

.k-flex>.k-fitem.k-w70 {
    width: 70%
}

.k-flex>.k-fitem.k-w75 {
    width: 75%
}

.k-flex>.k-fitem.k-w80 {
    width: 80%
}

.k-flex>.k-fitem.k-w85 {
    width: 85%
}

.k-flex>.k-fitem.k-w90 {
    width: 90%
}

.k-flex>.k-fitem.k-w95 {
    width: 95%
}

.k-flex>.k-fitem.k-w100 {
    width: 100%
}

.k-flex>.k-fitem.order1 {
    order: 1
}

.k-flex>.k-fitem.order2 {
    order: 2
}

.k-flex>.k-fitem.order3 {
    order: 3
}

.k-flex>.k-fitem.order4 {
    order: 4
}

@media screen and (max-width: 700px) {
    .k-flex>.k-fitem {
        width: 100% !important
    }

    .k-flex>.k-fitem.order1,
    .k-flex>.k-fitem.order2,
    .k-flex>.k-fitem.order3,
    .k-flex>.k-fitem.order4 {
        order: 0 !important
    }

    .k-flex.col-4>.k-fitem {
        width: 50% !important
    }

    .k-flex.fix.col-1>.k-fitem {
        width: 100% !important
    }

    .k-flex.fix.col-2>.k-fitem {
        width: 50% !important
    }

    .k-flex.fix.col-3>.k-fitem {
        width: 33.3333333% !important
    }

    .k-flex.fix.col-4>.k-fitem {
        width: 25% !important
    }

    .k-flex.fix.col-5>.k-fitem {
        width: 20% !important
    }

    .k-flex.fix>.k-fitem.k-w5 {
        width: 5% !important
    }

    .k-flex.fix>.k-fitem.k-w10 {
        width: 10% !important
    }

    .k-flex.fix>.k-fitem.k-w15 {
        width: 15% !important
    }

    .k-flex.fix>.k-fitem.k-w20 {
        width: 20% !important
    }

    .k-flex.fix>.k-fitem.k-w25 {
        width: 25% !important
    }

    .k-flex.fix>.k-fitem.k-w30 {
        width: 30% !important
    }

    .k-flex.fix>.k-fitem.k-w33 {
        width: 33.3333333% !important
    }

    .k-flex.fix>.k-fitem.k-w35 {
        width: 35% !important
    }

    .k-flex.fix>.k-fitem.k-w40 {
        width: 40% !important
    }

    .k-flex.fix>.k-fitem.k-w45 {
        width: 45% !important
    }

    .k-flex.fix>.k-fitem.k-w50 {
        width: 50% !important
    }

    .k-flex.fix>.k-fitem.k-w55 {
        width: 55% !important
    }

    .k-flex.fix>.k-fitem.k-w60 {
        width: 60% !important
    }

    .k-flex.fix>.k-fitem.k-w65 {
        width: 65% !important
    }

    .k-flex.fix>.k-fitem.k-w70 {
        width: 70% !important
    }

    .k-flex.fix>.k-fitem.k-w75 {
        width: 75% !important
    }

    .k-flex.fix>.k-fitem.k-w80 {
        width: 80% !important
    }

    .k-flex.fix>.k-fitem.k-w85 {
        width: 85% !important
    }

    .k-flex.fix>.k-fitem.k-w90 {
        width: 90% !important
    }

    .k-flex.fix>.k-fitem.k-w95 {
        width: 95% !important
    }

    .k-flex.fix>.k-fitem.k-w100 {
        width: 100% !important
    }

    .k-flex.fix>.k-fitem.order1 {
        order: 1 !important
    }

    .k-flex.fix>.k-fitem.order2 {
        order: 2 !important
    }

    .k-flex.fix>.k-fitem.order3 {
        order: 3 !important
    }

    .k-flex.fix>.k-fitem.order4 {
        order: 4 !important
    }
}

.bg-top {
    background: url("../img/top1.jpg") no-repeat center center/cover
}

.k-defList1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.k-defList1 * {
    box-sizing: border-box
}

.k-defList1 dt {
    display: block;
    width: 8em;
    border-bottom: solid thin #ccc;
    padding: 5px 0;
    margin-bottom: 10px
}

.k-defList1 dt p {
    background-color: #005AA1;
    color: #fff;
    padding: 0 10px
}

.k-defList1 dd {
    width: calc(100% - 8em);
    padding: 5px 10px;
    margin-bottom: 10px;
    border-bottom: solid thin #ccc;
    display: block
}

@media screen and (max-width: 700px) {
    .k-defList1 dt {
        width: 100%;
        border-bottom: none;
        margin-bottom: 0
    }

    .k-defList1 dd {
        width: 100%
    }
}

.k-defList2 {
    width: 100%
}

.k-defList2 * {
    box-sizing: border-box
}

.k-defList2 dt {
    color: #777
}

.k-defList2 dd {
    margin-bottom: 10px;
    border-bottom: solid thin #ccc
}

.k-note {
    font-size: 0.8em
}

.k-note>li {
    text-indent: -1em;
    padding-left: 1em
}

.k-note>li::before {
    content: "※"
}

.k-listDesign1 {
    padding: 0.5em;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap
}

.k-listDesign1 * {
    box-sizing: border-box
}

.k-listDesign1.col-1>li {
    width: 100%
}

.k-listDesign1.col-2>li {
    width: 50%
}

.k-listDesign1.col-3>li {
    width: 33.3333333%
}

.k-listDesign1.col-4>li {
    width: 50%
}

.k-listDesign1 li {
    position: relative;
    padding: 0em 0.3em 0.3em 1.3em
}

.k-listDesign1 li:before {
    position: absolute;
    content: '';
    top: 0.5em;
    left: 0.2em;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #E60012
}

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

    .k-listDesign1.col-2>li,
    .k-listDesign1.col-3>li {
        width: 100%
    }

    .k-listDesign1.col-4>li {
        width: 50%
    }
}

.k-listDesign2 li:before {
    font-family: "FontAwesome";
    content: "\f2dc";
    color: #005AA1;
    padding-right: 5px
}

.k-listDesign3>li {
    display: inline-block
}

.k-listDesign3>li::after {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    padding-left: 5px
}

.k-listDesign3>li:last-child::after {
    content: " "
}

.k-listDesign4 {
    counter-reset: number;
    list-style-type: none !important;
    padding: 0.5em
}

.k-listDesign4>li {
    position: relative;
    padding-left: 30px;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 30px
}

.k-listDesign4>li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #005AA1;
    color: white;
    font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form .form-contents dd:not(.pattern-exclusion) input.textarea02 {
    width: 48%;
}

.form .form-contents dd:not(.pattern-exclusion) .textarea {
    border-radius: 0;
}

.form {
    margin: 10px 0 10px
}

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

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

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

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

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

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

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

.textarea {
    border-radius: 2px;
    border: 1px solid #ddd;
    height: 30px;
    padding: 0 5px
}

.form-button {
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    margin: 10px 0
}

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

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

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

#mailform button:hover,
.form .form-pattern-1 .submit-btn:hover {
    background: #fff;
    color: #005AA1
}

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

.form .form-pattern-1 .submit-btn:hover::before {
    background: #005AA1
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 700px) {
    .form dl {
        margin: 10px 0
    }

    .form dt {
        float: none;
        width: 100%;
        height: 20px;
        line-height: 20px;
        padding-top: 10px
    }

    .form dd {
        width: 100%;
        padding-left: 0;
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 0px solid #eee
    }

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

    .textarea,
    textarea {
        width: 93%;
        font-size: 16px
    }

    .dropdown {
        font-size: 16px
    }

    .fm-text {
        text-align: left
    }

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

    .form .form-contents dd:not(.pattern-exclusion) input.textarea02 {
        width: 45%;
    }
}

h1 {
    position: relative;
    z-index: 9999
}

.k-table1 {
    table-layout: fixed;
    width: 900px;
    border-collapse: collapse;
    border-spacing: 0
}

.k-table1 th {
    padding: 10px;
    border: solid thin #888;
    text-align: center;
    background-color: #005AA1;
    color: #fff;
    font-weight: 900;
    vertical-align: middle
}

.k-table1 td {
    padding: 10px;
    border: solid thin #888;
    text-align: center;
    vertical-align: middle
}

.k-table1 tr:nth-child(odd) {
    background-color: #eee
}

.k-table2 {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse
}

.k-table2 tr {
    border-bottom: solid 2px white
}

.k-table2 tr:last-child {
    border-bottom: none
}

.k-table2 th {
    position: relative;
    text-align: left;
    width: 40%;
    background-color: #005AA1;
    color: white;
    text-align: center;
    padding: 10px 0
}

.k-table2 th:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(50% - 10px);
    right: -10px;
    border-left: 10px solid #005AA1;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
}

.k-table2 td {
    text-align: left;
    width: 60%;
    text-align: center;
    background-color: #f0f0f0;
    padding: 10px 0
}

/*# sourceMappingURL=style.css.map */