@charset "UTF-8";
/*-----------------------------------

	common

-----------------------------------*/
html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
    overflow-x: hidden;
}
body {
    font-family: "Noto Sans JP", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 16px;
    font-size: 1.6em;
    color: #3e3a39;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin: 0 !important;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    z-index: 999;
}
::selection {
    background: #02a5b5;
    color: #fff;
}
//Firefox
::-moz-selection {
    background: #02a5b5;
    color: #fff;
}
img {
    max-width: 100%;
    height: auto;
}
a,
a:link,
a:visited {
    color: #3e3a39;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #3e3a39;
    text-decoration: none;
    opacity: 0.7;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
a img {
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
}
.min {
    font-family: 'Noto Serif JP', serif;
}
.noto {
    font-family: 'Noto Sans JP', sans-serif;
}
.min2 {
    font-family: 'Shippori Mincho', serif;
}
.row_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;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"],
input[type="reset"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
input[type="reset"]::focus {
    outline-offset: -2px;
}
/* device */
img.sp {
    display: none !important;
}
img.pc {
    display: block !important;
}
/* contents */
.contents_inner {
    width: 1100px;
    margin: 0 auto;
}
.w900_inner {
    width: 900px;
    margin: 0 auto;
}
.w720_inner {
    width: 720px;
    margin: 0 auto;
}
/*h2_style*/
.h2_style {
    font-size: 50px;
    font-weight: normal;
    color: #0080c6;
    line-height: 1;
    letter-spacing: normal;
    padding-bottom: 60px;
}
.h2_style span {
    font-size: 22px;
    color: #000;
    display: block;
    padding-bottom: 12px;
}
/* head_title */
h2.head_title img {
    display: block;
    margin: 0 auto;
    padding-bottom: 40px;
}
/* line_decoration */
img.line_decoration {
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    .contents_inner {
        width: 90%;
        margin: 0 auto;
    }
    .w900_inner {
        width: 80%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 840px) {
    body {
        font-size: 14px;
        font-size: 1.4em;
        line-height: 1.8em;
        font-weight: normal;
        letter-spacing: 0.05rem;
    }
    .w900_inner {
        width: 90%;
        margin: 0 auto;
    }
    /*h2_style*/
    .h2_style {
        text-align: center;
    }
}
@media screen and (max-width: 740px) {
    .w720_inner {
        width: 90%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 640px) {
    body {
        font-size: 13px;
        font-size: 1.3em;
        line-height: 1.8em;
        font-weight: normal;
        letter-spacing: 0.05rem;
    }
    /*h2_style*/
    .h2_style span {
        font-size: 16px;
    }
    .h2_style {
        font-size: 35px;
        padding-bottom: 30px;
    }
    /* head_title */
    h2.head_title img {
        padding-bottom: 30px;
    }
    /* device */
    img.pc {
        display: none !important;
    }
    img.sp {
        display: block !important;
    }
}
/*-----------------------------------

	clearfix

-----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/*-----------------------------------

	header

-----------------------------------*/
/* グラデーション */
.gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#033e78+0,005fa4+49,0081c5+100 */
    background: rgb(3, 62, 120);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(3, 62, 120, 1) 0%, rgba(0, 95, 164, 1) 49%, rgba(0, 129, 197, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(3, 62, 120, 1) 0%, rgba(0, 95, 164, 1) 49%, rgba(0, 129, 197, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(3, 62, 120, 1) 0%, rgba(0, 95, 164, 1) 49%, rgba(0, 129, 197, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#033e78', endColorstr='#0081c5', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}
.gradient:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1a72c5+0,0c6bb6+0,068ed3+50,0fabde+100 */
    background: rgb(26, 114, 197);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(26, 114, 197, 1) 0%, rgba(12, 107, 182, 1) 0%, rgba(6, 142, 211, 1) 50%, rgba(15, 171, 222, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(26, 114, 197, 1) 0%, rgba(12, 107, 182, 1) 0%, rgba(6, 142, 211, 1) 50%, rgba(15, 171, 222, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(26, 114, 197, 1) 0%, rgba(12, 107, 182, 1) 0%, rgba(6, 142, 211, 1) 50%, rgba(15, 171, 222, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a72c5', endColorstr='#0fabde', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    opacity: 1;
}
header {
    position: relative;
}
.header_box {
    padding: 15px 160px 15px 20px;
    z-index: 1;
}
.nav_pc_01 {
    margin: auto 0;
}
.nav_pc_01 li {
    border-left: 1px solid #e2e2e2;
    font-size: 13px;
    letter-spacing: 0.01px;
}
.nav_pc_01 li a {
    padding: 6px 27px;
}
.nav_pc_01 li:nth-child(1) {
    border-left: none;
}
.tel_box {
    align-self: center;
}
.tel_box a {
    font-size: 39px;
    color: #0080c6;
    line-height: 0.8;
}
#company_bloxk ul li iframe {
    width: 100%;
}
.contact_area {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    width: 138px;
    height: 105px;
    padding: 29px 18px;
}
.contact_area p {
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
}
.contact_area img {
    margin: 0 auto 5px;
    display: block;
}
/* 下層ページ */
#lower_main_block {
    background: #05609a;
}
#lower_main_block .text_box {
    color: #fff;
    text-align: center;
    padding: 40px 0;
}
#lower_main_block .text_box h2 {
    font-size: 20px;
    font-weight: 500;
}
#lower_main_block .text_box h2 span {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
    .header_box h1 img {
        width: 200px;
    }
    .nav_pc_01 li {
        font-size: 11px;
    }
    .tel_box a {
        font-size: 22px;
    }
    .tel_box a img {
        width: 20px;
    }
    .contact_area p {
        font-size: 12px;
    }
    .contact_area {
        width: 120px;
    }
    .header_box {
        padding: 15px 140px 15px 20px;
    }
}
@media screen and (max-width: 768px) {
    .tel_box a img {
        width: 18px;
    }
    .contact_area {
        height: 123px;
        padding: 35px 17px;
    }
    .header_box h1 {
        padding: 5px 0;
    }
}
@media screen and (max-width: 640px) {
    .contact_area {
        display: none;
    }
    .nav_pc_01 {
        display: none;
    }
    .tel_box {
        display: none;
    }
    /* 下層ページ */
    #lower_main_block .text_box {
        padding: 25px 0;
    }
    #lower_main_block .text_box h2 {
        font-size: 16px;
    }
    #lower_main_block .text_box h2 span {
        font-size: 14px;
        margin-bottom: 5px;
    }
}
/*-----------------------------------

	pagetop

-----------------------------------*/
#pagetop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 27px;
    bottom: 33px;
    cursor: pointer;
    z-index: 999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
#pagetop img {
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}
#pagetop_sp {
    display: none;
}
#pagetop:hover {
    opacity: 0.9;
}
@media screen and (max-width: 640px) {
    #pagetop {
        display: none !important;
    }
    #pagetop_sp {
        height: 40px;
        background: url(../img/common/sp/pagetop.png) #0080c6;
        background-size: 18px 10px;
        background-repeat: no-repeat;
        background-position: center;
        transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        cursor: pointer;
        display: block;
    }
}
/*-----------------------------------

	footer

-----------------------------------*/
footer {
    border-top: 1px solid #e2e2e2;
    padding-top: 40px;
}
footer .contents_inner {
    width: 531px;
}
footer .contents_inner .logo_area img {
    width: 240px;
    margin: 0 auto;
    display: block;
}
footer .contents_inner .logo_area img:hover {
    opacity: 0.7;
}
footer .contents_inner .btn_box li a img {
    width: 30px;
    margin: 0;
    margin: 10px;
}
footer .contents_inner .btn_box li a p {
    font-size: 20px;
    padding-top: 10px;
    color: #fff;
}
footer nav ul {
    padding: 23px 0;
    margin: 0 auto;
    display: block;
}
footer nav li {
    float: left;
}
footer nav li:not(:last-child) {
    border-right: solid 1px #a3a3a3;
}
footer nav li a {
    padding: 0 24px;
    display: block;
    letter-spacing: 0.1em;
    font-size: 14px;
}
.contact_link a {
    padding: 16px 0;
    text-align: center;
    letter-spacing: 0.1em;
    width: 252px;
    font-size: 23px;
    color: #fff;
}
.contact_link a img {
    margin-right: 5px;
    margin-top: 2px;
}
.contact_link a:nth-child(1) {
    margin-right: 27px;
}
.contact_link a:nth-child(2) img {
    padding: 5px 0;
}
.contact_link {
    padding-bottom: 35px;
    display: flex;
}
footer .stafffing_link {
    margin-bottom: 40px;
}
footer .stafffing_link a {
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0;
    text-align: center;
    padding: 17px 30px;
    border: solid 1px #aeaeae;
    border-radius: 50px;
    margin: 0 auto;
    width: 530px;
    max-width: 85%;
    display: block;
}
footer .stafffing_link img {
    display: block;
    margin: 0 auto;
    padding-bottom: 5px;
}
footer .stafffing_link br {
    display: none;
}
footer .stafffing_link img:hover {
    opacity: 0.7;
}
#footer_copy {
    padding: 12px 0;
    text-align: center;
}
#footer_copy small {
    font-size: 10px;
    color: #fff;
    letter-spacing: 0.12em;
}
hr {
    margin: 0 !important;
}
@media screen and (max-width: 1100px) {
    #footer_copy small {
        font-size: 10px;
    }
    footer nav ul {
        font-size: 11px;
        width: 412px;
    }
    .contact_link {
        padding-bottom: 20px;
    }
    footer nav li a {
        padding: 0 12px;
    }
}
@media screen and (max-width: 640px) {
    .contact_link a img :nth-child(1) {
        margin-top: 0px;
    }
    .contact_link a img :nth-child(2) {
        margin-top: 2px;
    }
    footer .contact_link {
        display: none;
    }
    footer nav ul {
        padding: 15px 0;
    }
    #footer_copy {
        padding: 10px 0;
    }
    footer .contents_inner {
        width: 100%;
    }
    footer nav ul {
        width: 350px;
    }
}
@media screen and (max-width: 640px) {
    footer {
        margin-bottom: 61px;
        padding-top: 15px;
    }
    footer nav li a {
        font-size: 11px;
    }
    footer .stafffing_link {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    footer .stafffing_link a {
        font-size: 11px;
    }
    footer .stafffing_link br {
        display: block;
    }
}
@media screen and (max-width: 320px) {
    footer nav li a {
        font-size: 11px;
        padding: 0 9px;
    }
}
/*-----------------------------------

sp_fixed

-----------------------------------*/
#sp_fixed {
    display: none;
    width: 100%;
}
#sp_fixed .contact_link a {
    display: block;
    width: 50%;
    position: relative;
}
#sp_fixed .contact_link {
    padding: 0;
}
#sp_fixed .contact_link a:nth-child(1) {
    margin-right: 0;
}
#sp_fixed .contact_link .min2::after {
    content: '';
    width: 1px;
    border-right: 1px solid #fff;
    position: absolute;
    right: 0;
    top: 5px;
    height: 54px;
    opacity: 0.5;
}
@media screen and (max-width: 640px) {
    #sp_fixed {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
    }
    #sp_fixed .contact_link a:nth-child(2) img {
        padding: 0;
    }
    .contact_link a {
        padding: 19px 0;
        font-size: 1.8rem;
    }
    .contact_link a:nth-child(1) img {
        margin-top: 0;
        ;
    }
    .contact_link a:nth-child(2) img {
        padding: 2px 0;
    }
}
@media screen and (max-width: 425px) {
    #sp_fixed .contact_link a {
        font-size: 1.5rem;
    }
    #sp_fixed .contact_link a:nth-child(1) img {
        width: 15px;
        margin-right: 1px;
    }
    #sp_fixed .contact_link a:nth-child(2) img {
        width: 20px;
        margin-right: 1px;
        padding: 4px 0;
    }
}
/*-----------------------------------

	ハンバーガーメニュー用

-----------------------------------*/
.sp_hamburger {
    display: none;
}
.hamburger {
    background-color: #0080c6;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: fixed;
    z-index: 3;
    right: 12px;
    top: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
}
.hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 10px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
    top: 15px;
}
.hamburger span:nth-child(2) {
    top: 25px;
}
.hamburger span:nth-child(3) {
    top: 35px;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
    top: 24px;
    left: 10px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 24px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
nav.globalMenuSp {
    position: fixed;
    z-index: -999;
    top: 0;
    left: 0;
    color: #fff;
    background: #0080c6;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity .5s ease, visibility .5s ease;
}
nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .3s all;
}
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
}
nav.globalMenuSp ul li:hover {
    background: #1d6288;
}
nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    font-size: 12px;
    padding: 1.8em 0;
    text-decoration: none;
}
nav.globalMenuSp span {
    display: block;
    letter-spacing: 0.1em;
    font-size: 16px;
    padding-bottom: 3px;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    opacity: 100;
    z-index: 2;
}
@media screen and (max-width: 840px) {
    .sp_hamburger {
        display: block;
    }
}
