﻿@charset "utf-8";

/*-------------------------*/
/*  root
/*-------------------------*/
:root,
:host {
    --color_bg: #fff;
    --color_bg2: #f7fbff;
    --color_bg_white: #fff;
    --color_bg_foot: #265ba2;
    --color_font: #333;
    --color_01: #265ba2;
    --color_02: #ff5674;
    --color_04: #fff;
    --color_bg_foot_g: #3a730a;
    --color_01_g: #059900;
    --font_size_s: 14px;
    --font_size_m: 16px;
    --font_size_m2: 24px;
    --font_size_l: 40px;
    --font_size_logo: 60px;
    --tablet_width: 1365px;
    --mobile_width: 750px;
    --inner_width_s: 800px;
    --inner_width_m: 1000px;
    --inner_width_l: 1200px;
    --lh_s: 1;
    --lh_m: 1.8;
    --lh_l: 2.3;
}

@media (max-width: 780px) {

    :root,
    :host {
        --font_size_s: 14px;
        --font_size_m: 16px;
        --font_size_m2: 18px;
        --font_size_l: 29px;
        --font_size_logo: 35px;
    }
}

body {
    font-family: "メイリオ", Meiryo, 'Kosugi Maru', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: var(--font_size_m);
    background: var(--color_bg);
    color: var(--color_font);
    line-height: var(--lh_m);
    font-weight: 600;
    font-style: normal;
}

.center {
    text-align: center;
}

.col2 {
    max-width: 1000px;
    width: 100%;
    text-align: left;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: 3em;
    gap: 30px 15px;
}

.col2>* {
    width: calc(50% - 10px);
    margin-right: 15px;
}

.col2.rev {
    grid-row-end: revert;
}

/*-------------------------*/
/*  common
/*-------------------------*/
header {
    background: var(--color_bg_foot);
}

main {
    position: relative;
}

section {
    position: relative;
    box-sizing: border-box;
    margin-top: 6em;
}

.inner {
    width: var(--inner_width_m);
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    padding: 2em 1em;
    z-index: 11;
    border-radius: 10px;
}

h1 {
    width: 100%;
    max-width: 200px;
    z-index: 9999;
}

h2 {
    font-size: var(--font_size_l);
    text-align: center;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    position: relative;
}

h2:after {
    display: block;
    content: "";
    width: 100px;
    height: 6px;
    background: var(--color_bg_foot);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    /* Safari用 */
    transform: translateX(-50%);
}

h3 {
    font-size: var(--font_size_m2);
    color: var(--color_01);
    font-weight: bold;
    margin-bottom: 0.5em;
}

h4 {
    font-size: 20px;
    color: var(--color_01);
    font-weight: bold;
    margin-bottom: 20px;
}

.img {
    text-align: center;
}

@media (max-width: 780px) {}

/*-------------------------*/
/*  glid  
/*-------------------------*/
.glid_02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
}

.glid_03 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1em;
}

.glid_04 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1em;
}

@media (max-width: 780px) {
    .glid_02 {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }

    .col4,
    .col3,
    .col2 {
        display: block !important;
        margin-right: 0 !important;
    }

    .col4>*,
    .col3>*,
    .col2>* {
        width: 100% !important;
        box-sizing: border-box;
    }
}

.txt {
    position: relative;
}

.trans_c {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
}

.btn a {
    display: block;
    color: #fff;
    background: #059900;
    width: 100%;
    max-width: 300px;
    padding: 0.5em;
    border-radius: 40px;
    margin: 1em auto 0;
    font-weight: bold;
    box-sizing: border-box;
}

.btn a img {
    position: relative;
    top: 3px;
    height: 100%;
    max-height: 20px;
}

/*-------------------------*/
/*  header  
/*-------------------------*/
header {
    background: var(--color_bg_foot);
    padding: 2em;
}

header .inner {
    text-align: center;
    width: 100%;
    background-color: #fff;
    border-radius: 40px;
    padding: 30px 0 0;
}

/* ドット斜め */
.bg_skew_dot {
    background-color: #fbfaff;
    background-image: radial-gradient(#ffffff 20%, transparent 20%), radial-gradient(#ffffff 20%, transparent 20%);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}

/* ドット色違い */
.is-mix {
    background-image:
        radial-gradient(#b4f3ea 20%, transparent 20%),
        radial-gradient(#ffbcbc 20%, transparent 20%);
}

/* ドットサイズ違い */
.is-size {
    background-image:
        radial-gradient(#ffbcbc 20%, transparent 20%),
        radial-gradient(#ffbcbc 35%, transparent 35%);
}

header .catch {
    font-weight: bold;
    font-size: 40px;
    color: var(--color_bg_foot);
    letter-spacing: 20px;
}

header .inner h1 {
    max-width: 350px;
    margin: 0 auto;
}


header .inner .text {
    position: relative;
    left: 20px;
}

header .inner .img img {
    display: block;
    margin: 0 auto;
}

header .glid_02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 1em;
}

@media (max-width: 780px) {
    header .inner .text {
        margin-bottom: 2em;
    }

    header .glid_02 {
        padding: 10px 10px 0;
    }
}

/*-------------------------*/
/*  intro  
/*-------------------------*/
#intro {
    margin-top: 0;
}
#intro .inner {
    padding: 6em 1em;
}
#intro .inner div {
    margin-top: 2em;
}
/*-------------------------*/
/*  cons  
/*-------------------------*/
#cons {}

#cons .col2 {
    position: relative;
    align-items: stretch;
}

.col2>* {
    width: calc(50% - 23px);
}

#cons .col2 .img {
    border-radius: 40px;
    background: #f6f6f6;
    padding: 3em 1em 0;
    box-sizing: border-box;
}

#cons .col2 .img img {
    display: block;
    margin: 0 auto;
}

#cons .col2 .text {
    position: relative;
}

#cons .col2 .textbox {
    background: #fff;
    width: 110%;
    position: absolute;
    right: 0;
    bottom: 10%;
    padding: 2em 3em;
}

.addshadow {
    box-shadow: 0px 0px 15px -5px #384b90;
    border-radius: 10px;
}

@media (max-width: 780px) {
    #cons .col2 .textbox {
        width: 100%;
        position: relative;
        right: 0;
        bottom: 0;
        box-sizing: border-box;
    }
}

/*-------------------------*/
/*  flow  
/*-------------------------*/
#function .col3>div {
    padding: 2em 3em;
}

#function h3 {
    text-align: center;
}

@media (max-width: 780px) {}

/*-------------------------*/
/*  function  
/*-------------------------*/

#function h2 {
    font-size: var(--font_size_l);
    text-align: center;
}

@media (max-width: 780px) {}

/*-------------------------*/
/*  contact  
/*-------------------------*/
#contact {
    background: var(--color_bg_foot);
}

#contact .col2 {
    margin-bottom: 0;
    gap: 0 15px;
}

#contact .col2>* {
    background: #fff;
    border-radius: 40px;
    padding: 3em 1em;
    box-sizing: border-box;
}

#contact .col2 .img {
    width: 120px;
    height: 120px;
    margin: 0 auto 2em;
}

@media (max-width: 780px) {
    section {
        position: relative;
        box-sizing: border-box;
        margin-top: 2em;
    }

    header .inner .text {
        position: relative;
        left: 0px;
    }
}

/*-------------------------*/
/*  faq_wrap  
/*-------------------------*/
.faq_wrap .inner {
    text-align: left;
    max-width: 900px;
}

.faq_wrap .inner .q_wrap span {
    display: inline-block;
    background: #336eaf;
    text-align: center;
    width: 20px;
    height: 20px;
    padding: 4px 10px 13px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    margin-right: 20px;
    margin-left: -60px;
}

.faq_wrap .inner .a_wrap span {
    display: inline-block;
    text-align: center;
    width: 20px;
    height: 20px;
    padding: 4px 10px 13px;
    background: #cae6f7;
    border-radius: 50%;
    font-weight: bold;
    margin-right: 20px;
    margin-left: -60px;
}

.faq_wrap .inner .q_wrap {
    padding: 20px 0;
    cursor: pointer;
    padding-left: 60px;
    text-decoration: underline;
}

.faq_wrap .inner .a_wrap {
    margin: 0;
    padding-bottom: 10px;
    padding-left: 60px;
    display: none;
}

.faq_block {
    border-bottom: 1px dotted #333;
    padding: 10px 0;
    margin-bottom: 10px;
}

.subt {
    font-size: 28px;
    font-weight: bold;
    color: #0663ca;
}

@media (max-width: 780px) {
    .faq_wrap .inner {
        width: 100%;
    }
}

/*-------------------------*/
/*  footer  
/*-------------------------*/
footer {
    width: 100%;
    background: #112643;
    color: var(--color_04);
    padding: 5em 0;
    box-sizing: border-box;
    text-align: center;
}

/*-------------------------*/
/*  table
/*-------------------------*/
table {
    border-top: 1px dotted var(--color_01);
    width: 100%;
}

td.name {
    width: 30%;
}

table tr {
    border-bottom: 1px dotted var(--color_01);
}

table td {
    padding: 1em;
}

#colamns .images img {
    max-width: 100%;
    display: inline-block;
    object-fit: cover;
    height: auto;
}

#colamns time {
    padding: 0 1em;
}
#colamns h3 {
    padding: 0 1em 1em;
    font-size: 1em;
}
