@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');
@import url("navi.css");
@charset "utf-8";
/***************************************************************** default settings */
html {
    font-size: 62.5%;
    /* scroll-behavior: smooth;*/
}
body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1.5rem;
    font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    color: #111;
    background: #fff;
    line-height: 2;
    -webkit-text-size-adjust: none;
}
* {
    box-sizing: border-box;
}
p {
    margin: 0 0 20px 0;
}
img {
    max-width: 100%;
}
a {
    color: #000;
    overflow: hidden;
    transition-property: all;
    transition: 0.2s linear;
}
a:hover {
    color: #1071B7;
}
img, a img, a:hover img, a:visited img {
    border: none;
    vertical-align: bottom;
    transition: all .6s ease;
}
ul, ol {
    margin: 0 0 30px 0;
    padding: 0 0 0 20px;
}
@media screen and (max-width: 800px) {
    body {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 1.3rem;
        line-height: 2;
        min-width: 0;
    }
}
/***************************************************************** common style */
.clear {
    clear: both;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.red {
    color: #E04447;
}
.big {
    font-size: 1.2em;
}
.small {
    font-size: 0.9em;
    color: #555;
    font-weight: normal;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.mb60 {
    margin-bottom: 60px;
}
.mb20 {
    margin-bottom: 20px;
}
.flex_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex_center {
    justify-content: center;
}
@media screen and (max-width: 800px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
/***************************************************************** basic layout */
#wrapper {}
.layout {
    width: 980px;
    max-width: 100%;
    margin: auto;
    text-align: left;
}
.layout_narrow {
    width: 800px;
    max-width: 100%;
    margin: auto;
    text-align: left;
}
.layout_wide {
    width: 1200px;
    max-width: 100%;
    margin: auto;
    text-align: left;
}
section {
    padding: 30px 0;
}
main {
    padding-top: 120px;
    padding-bottom: 80px;
}
#home main {
    padding-top: 120px;
    padding-bottom: 0px;
}
@media screen and (max-width: 800px) {
    .layout, .layout_narrow {
        width: 100%;
        padding: 0px 20px;
    }
    .layout_wide {
        width: 100%;
        padding: 0px;
    }
    section {
        padding: 20px 0;
    }
    main {
        padding-top: 60px;
    }
    #home main {
        padding-top: 60px;
        padding-bottom: 0px;
    }
}
/***************************************************************** header */
header {
    width: 100%;
    height: 120px;
    margin: 0;
    text-align: left;
    z-index: 99;
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
}
header h1, header .logo {
    margin: 0;
    padding: 0;
    font-weight: normal;
    position: absolute;
    left: 30px;
    bottom: 20px;
}
@media screen and (max-width: 800px) {
    header {
        position: fixed;
        width: 100%;
        height: 60px;
        top: 0;
        left: 0;
        margin: 0;
        z-index: 80;
    }
    header h1, header .logo {
        position: absolute;
        left: 20px;
        bottom: 16px;
    }
    header h1 img, header .logo img {
        width: 280px;
    }
}
/***************************************************************** footer */
footer {
    background: #444;
    padding: 60px 20px;
    color: #fff;
    clear: both;
    text-align: center;
}
.footer_logo {
    margin: 0 0 10px 0;
    font-size: 1.1em;
}
.copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8em;
}
.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 888;
}
.pagetop a {
    display: block;
    font-size: 20px;
    line-height: 60px;
    width: 60px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-decoration: none;
}
.pagetop a:hover {
    background: #00B2B2;
}
@media screen and (max-width: 800px) {
    footer {
        padding: 30px 20px;
    }
    .pagetop {
        display: none;
    }
}
/***************************************************************** headline */
h2 {
    text-align: center;
    font-size: 2em;
    padding: 0 0 30px 0;
    margin: 0 0 60px 0;
    background: url("../img/bg_h.png") no-repeat center bottom;
}
h2 span {
    display: block;
    font-size: 0.6em;
    font-weight: normal;
}
h3 {
    font-weight: normal;
    font-size: 1.4;
    margin: 30px 0 10px 0;
    padding: 0;
}
h4 {
    font-weight: normal;
    font-size: 1.3;
    margin: 0 0 10px 0;
    padding: ;
}
.headcopy {
    font-size: 1.1em;
    padding: 20px 0;
}
.h_bold {
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}
.h_box {
    background: #f7f7f7;
    padding: 8px 16px;
    border-bottom: 6px solid #ddd;
}
.h_blue {
    background: #3091BA;
    padding: 4px 20px;
    color: #fff;
    font-size: 1.1em;
    display: inline-block;
}
@media screen and (max-width: 800px) {
    h2 {
        font-size: 1.8em;
        margin: 0 0 60px 0;
    }
    .h_blue {
        display: block;
    }
}
/***************************************************************** top */
.slider {
    background: #00A3D9;
}
.box_mc_left {
    width: 45%;
    padding: 60px 0 0 0;
}
.box_mc_right {
    width: 45%;
}
.box_mc_left h2 {
    text-align: left;
    line-height: 1.4;
    padding: 10px 0 10px 30px;
    margin: 0;
    background: none;
    border-left: 5px solid #00A3D9;
}
.box_mc_left p {
    text-align: left;
    padding: 10px 0 10px 30px;
    border-left: 5px solid #ddd;
}
@media screen and (max-width: 800px) {
    .box_mc_left {
        width: 100%;
        padding: 0;
    }
    .box_mc_right {
        width: 100%;
        padding: 30px;
    }
    .box_mc_left h2 {
        text-align: center;
        padding: 0 0 30px 0;
        margin: 0 0 30px 0;
        background: url("../img/bg_h.png") no-repeat center bottom;
        border: none;
    }
    .box_mc_left p {
        text-align: left;
        padding: 10px;
        border: none;
    }
}
.pagelink {
    margin: 0 0 30px 0;
    padding: 20px;
    list-style: none;
}
.pagelink li {
    width: 30%;
    margin: 10px;
    padding: 0;
}
.pagelink li a {
    display: block;
    text-align: center;
    padding: 10px;
    color: #fff;
    background: #00A3D9;
    text-decoration: none;
    position: relative;
}
.pagelink li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 14px solid rgba(0, 0, 0, 0.3);
    border-left: 14px solid transparent;
}
.pagelink li a:hover {
    background: #555;
}
.group {
    background: #F7F7F7;
}
.box_g {
    width: 50%;
    padding: 0 100px;
    font-size: 0.9em;
}
.box_g:last-child {
    border-left: 1px solid #ddd;
}
.box_g h3 {
    font-size: 1.5em !important;
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px 0 !important;
    padding: 0 0 20px 0 !important;
    background: url("../img/bg_h.png") no-repeat center bottom;
}
@media screen and (max-width: 800px) {
    .pagelink li {
        width: 100%;
        margin: 5px;
        padding: 0;
    }
    .box_g {
        width: 100%;
        border-none;
        padding: 20px;
        text-align: center;
    }
    .box_g:last-child {
        border: none;
    }
}
/***************************************************************** pagetitle */
.pagetitle {
    background: url("../img/bg_pagetitle.jpg") no-repeat center center;
    background-size: cover;
    background-color: #00A3D9;
    padding: 40px 0;
    margin: 0 0 60px 0;
}
.pagetitle h1 {
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 800px) {
    .pagetitle {
        background: url("../img/bg_pagetitle_sp.jpg") no-repeat center center;
        padding: 30px 0;
    }
}
/***************************************************************** box */
.box01 {
    margin: 0 0 60px 0;
    padding: 40px 60px 20px 60px;
    background: #f7f7f7;
    position: relative;
}
.box01:before, .box01:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    display: inline-block;
}
.box01:before {
    border-left: solid 1px #999;
    border-top: solid 1px #999;
    top: 0;
    left: 0;
}
.box01:after {
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
    bottom: 0;
    right: 0;
}
@media screen and (max-width: 800px) {
    .box01 {
        margin: 0 0 30px 0;
        padding: 30px 30px 10px 30px;
    }
}
/***************************************************************** table */
.table {
    margin: 0 0 40px 0;
    padding: 0;
    border-collapse: collapse;
    width: 100%;
    border: none;
}
.table th {
    border-bottom: 1px solid #D1E2DD;
    padding: 10px 30px;
    width: 30%;
    text-align: left;
    font-weight: normal;
}
.table td {
    border-bottom: 1px solid #D1E2DD;
    padding: 10px 30px;
}
@media screen and (max-width: 800px) {
    .table th {
        padding: 6px 12px;
        width: 30%;
    }
    .table td {
        padding: 6px 12px;
    }
}
/***************************************************************** tab */
.tabs {
    overflow-x: hidden;
}
.tab_item {
    width: calc(100%/3);
    text-align: center;
    display: block;
    padding: 20px 0;
    float: left;
    transition: all 0.2s ease;
    cursor: pointer;
    color: #fff;
    position: relative;
}
input[name="tab_item"] {
    display: none;
}
.tab_content {
    display: none;
    padding: 20px 0px;
    clear: both;
    overflow: hidden;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    transition: all 0.2s ease;
}
#tab01:checked ~ #tab01_content, #tab02:checked ~ #tab02_content, #tab03:checked ~ #tab03_content {
    display: block;
}
.tabs input:checked + .tab_item::after {
    content: url("../img/icon_arrow.png");
    display: block;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.tab_content h3 {
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 1.8em;
    margin: 0;
    padding: 30px;
}
.tabs .box_cnt {
    background: rgba(0, 0, 0, 0.1);
    margin: 0 0 40px 0;
    padding: 10px;
    border-radius: 16px;
}
.tabs .box_cnt .inner {
    background: #fff;
    margin: 0;
    padding: 60px 60px 40px 60px;
    border-radius: 10px;
}
.tab_item01, #tab01_content {
    background: #99CA79;
}
.tab_item02, #tab02_content {
    background: #3091BA;
}
.tab_item03, #tab03_content {
    background: #4AADAD;
}
.tab_image {
    width: 30%;
    order: 2;
    text-align: center;
    font-size: 0.8em;
    color: #555;
}
.tab_body {
    width: 60%;
    order: 1;
}
.tab_body2 {
    width: 100%;
    order: 3;
}
.list_check li {
    list-style: none;
    padding: 0 0 0 26px;
    background: url("../img/icon_check.png") no-repeat left top;
    background-position: 0 6px;
}
.list_circle li {
    list-style: none;
    padding: 0 0 0 26px;
    background: url("../img/icon_circle.png") no-repeat left top;
    background-position: 0 8px;
}
.list_check li span {
    background: url("../img/bg_line.png") repeat-x bottom;
}
.btn_contact {
    padding: 10px;
    text-align: center;
}
.btn_contact a {
    display: inline-block;
    text-align: center;
    margin: auto;
    padding: 10px 140px;
    font-size: 1.6em;
    color: #4AACAC;
    text-decoration: none;
    background: #FFD24D;
}
.btn_contact a:hover {
    text-decoration: none;
    background: #444;
}
@media only screen and (max-width:800px) {
    .tab_ui {
        padding: 0 !important;
    }
    .tab_item {
        width: calc(100%/3);
        padding: 14px 0;
        line-height: 1.4;
    }
    .tab_content h3 {
        font-size: 1.6em;
        padding: 20px;
    }
    .tabs .box_cnt {
        margin: 0 10px 40px 10px;
        padding: 6px;
    }
    .tabs .box_cnt .inner {
        padding: 30px;
    }
    .tab_image {
        width: 100%;
        order: 1;
        text-align: center;
        font-size: 0.8em;
        color: #555;
        margin: 0 0 40px 0;
    }
    .tab_body {
        width: 100%;
        order: 2;
    }
    .btn_contact a {
        padding: 10px;
        font-size: 1.2em;
        width: 80%;
    }
    .list_check {
        padding: 0;
    }
}
/***************************************************************** Loader */
#loading-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00A3D9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.8s;
    z-index: 9999;
}
.completed {
    opacity: 0;
    visibility: hidden;
}
.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}
.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}
.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}
.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2) {
    animation-delay: -1.0s;
}
.sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}
.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2):before {
    animation-delay: -1.0s;
}
.sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}
@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes sk-chase-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}
@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }
    100%, 0% {
        transform: scale(1.0);
    }
}
@media screen and (max-width: 800px) {}