html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

body {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    /* color: #626262; */
    background: #fff;
    letter-spacing: .05em;
    -webkit-text-size-adjust: 100%;
    min-width: 1080px
}

body * {
    outline: none;
    box-sizing: border-box;
    font-feature-settings: "palt"1
}

body *:before,
body *:after {
    box-sizing: border-box
}

hr {
    border-top: 1px solid #ccc;
    width: 30%;
    margin: 20 auto;
}

#head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    background: transparent;
    width: 100%;
    height: 80px;
    margin: 0 auto;
    padding: 10px 30px;
    text-align: center;
    transition: transform .5s;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.7);
}

#head .logo a img {
    width: 200px;
}

#head .right {
    text-align: right;
    width: 100%;
}

#container {
    position: relative;
    z-index: 1
}

#container .councelling_link {
    position: fixed;
    width: 55px;
    height: 250px;
    top: 35%;
    right: 0;
    background: #DEA7AE;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 2;
    text-align: center;
    border: 1px solid #fff;
    border-right: none
}

#container .councelling_link a {
    display: block;
    padding: 25px 15px
}

#container .councelling_link a img {
    width: 20px
}

#main_visual {
    position: relative;
    height: calc(100vh - 100px);
    overflow: hidden
}

#main_visual .vidage {
    position: relative;
    text-align: center;
}

#main_visual .vidage::before {
    background-image: url('img/main-visual.jpg')
}

#main_visual .main_txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

#main_visual .main_txt .row {
    max-width: 700px;
    height: 100%;
    margin: 0 auto;
    text-align: center
}

#main_visual .main_txt .row .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 150px 0 80px 0
}

#main_visual .main_txt .inner h2 img {
    max-width: 520px
}

#main_visual .main_txt .inner p {
    margin-top: 40px
}

#main_visual .main_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
    z-index: 1
}

#main_visual .main_txt .row .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 100px 0 80px 0
}

#main_visual .main_txt .inner h2 img {
    max-width: 700px;
}

#main_visual .main_txt .inner p {
    margin-top: 40px
}

.pc_only {
    display: block;
}

.sp_only {
    display: none;
}

#contents {
    padding: 50px;
}

#contents div {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

#contents h2 {
    font-size: 2.5rem;
    font-weight: 700;
    padding: 20px 0px;
}

#contents h3 {
    font-size: 1.5rem;
    font-weight: 300;
    padding: 10px 0px;
}

#contents p {
    padding-top: 20px;
    line-height: 2;
}

.fade {
    text-align: center;
    opacity: 0;
    transition: opacity 3s;
}

.fade.view {
    opacity: 1;
}

.bg_white {
    background-color: #fff;
}

.bg_black {
    background-color: #000;
}

.bg_wood {
    background-color: #f5deb3;
}

.bg_beige {
    background-color: #f5f5dc;
}
.bg_green {
    background-color: #c9f9ba;
}
.txt_center {
    text-align: center;
}

.txt_brown {
    color: #58330d;
}

.btn--gray,
a.btn--gray {
    color: #fff !important;
    background-color: #666;
}

.btn--gray:hover,
a.btn--gray:hover {
    color: #000;
    background: #ccc;
}
.btn--green,
a.btn--green {
    color: #fff;
    background-color: #007dcb;
}

.btn--green:hover,
a.btn--green:hover {
    color: #fff;
    background: #f56500;
}

.btn,
a.btn,
button.btn {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
    color: #fff;
    background-color: #eb6100;
}

.btn--orange:hover,
a.btn--orange:hover {
    color: #fff;
    background: #f56500;
}

a.btn--radius {
    border-radius: 100vh;
}

.col2_left_70 {
    width: 70% !important;
    float: left;
    display: inline;
}

.col2_left_30 {
    width: 30% !important;
    float: left;
    display: inline;
}

.col2_left_50 {
    width: 50% !important;
    float: left;
    display: inline;
}

.col3 {
    width: 100% !important;
    float: left;
    width: calc(100%);
    margin: 5px auto;
}

.box3 {
    width: 100% !important;
}

.box3-child {
    margin-top: 10px !important;
    float: left;
    width: calc(100% / 3) !important;
    display: inline;
}

.box3-child-child {
    width: 90% !important;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
    min-height: 220px;
    text-align: left;
}

.box3-child,
.box3-child-child h4 {
    text-align: center;
    margin-bottom: 5px;
    font-weight: bolc;
}

.flow {
    border: 1px solid #eb6100;
    background-color: white;
    padding: 0px;
    text-align: center;
}

.flow h3 {
    background-color: #eb6100;
    color: white;
}

.flow p {
    padding: 5px;
}

.clear {
    clear: both;
}

@media screen and (max-width: 767px) {
    body {
        min-width: 100%;
        font-size: 14px
    }

    #contents {
        padding: 40px 5px;
    }

    #head {
        justify-content: start;
        padding: 10px;
    }

    #head .logo a img {
        width: 100px;
    }

    #main_visual {
        height: calc(100vh - 60px)
    }

    #main_visual .main_txt .row {
        max-width: initial;
        width: 100%;
        padding: 0 40px
    }

    #main_visual .main_txt .row .inner {
        padding-top: 70%;
    }

    #main_visual .main_txt .row .inner p {
        text-align: center
    }

    #main_visual .main_txt .row .inner p img {
        width: 260px
    }

    #main_visual .main_txt .inner h2 img {
        max-width: 350px;
    }

    #main_visual .vidage::before {
        background-image: url('img/main-visual.jpg')
    }

    .pc_only {
        display: none;
    }

    .sp_only {
        display: block;
    }

    .btn,
    a.btn,
    button.btn {
        padding: 1rem;
    }

    .col2,
    .col2_left_70,
    .col2_left_30,
    .col2_left_50,
    .col2_right_70,
    .col2_right_30 {
        width: 100% !important;
        display: inline;
    }

    .box3-child,
    .box3-child-child {
        width: 100% !important;
        min-height: auto;
    }

    .flow {
        width: 100% !important;
    }

    #contents h2 {
        font-size: 1.5rem;
        font-weight: 400;
        padding: 10px 0px;
    }
}