/*********************************/


/*            PC Base            */


/*********************************/

html {
    font-size: 10px;
}

@media (max-width: 1200px) {
    html {
        font-size: 9px;
    }
}

@media (max-width: 1024px) {
    html {
        font-size: 8px;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 7px;
    }
}

.forSp {
    display: none;
}

.forPc {
    display: block;
}

body {
    position: relative;
    color: #000;
    font-family: ’ヒラギノ角ゴ Pro W3′, ’ヒラギノ角ゴ W3′, “Hiragino Kaku Gothic Pro”, ‘メイリオ’, ‘ＭＳ Ｐゴシック’, sans-serif;
}

.en {
    font-family: 'Lato', sans-serif;
    ;
}

h1,
h2,
h3,
h4 {
    font-weight: bold;
}

p {
    line-height: 1.8;
}

.ttl_fw-bold {
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
}

section {
    position: relative;
}

span.marker {
    background: linear-gradient(transparent 50%, #38BFE9 50%);
    font-style: unset;
}

em.marker {
    background: linear-gradient(transparent 70%, #FFD657 70%);
    font-style: unset;
}

em.marker_yellow {
    background: linear-gradient(transparent 70%, #FFD657 70%);
    font-style: unset;
}

.text_shadow {
    text-shadow: 0px 0px 5px black;
}

.text_shadow_white {
    text-shadow: 0px 0px 20px white;
}

img {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

@media (max-width: 768px) {
    img {
        width: 100%;
        height: auto;
    }
}

.container {
    margin: 0 auto;
    position: relative;
    width: 1080px;
}

@media (max-width: 1099px) {
    .container {
        width: 95%;
    }
}

@media (max-width: 768px) {
    .container {
        width: 100%;
    }
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.hover {
    transition: 0.3s;
}

.hover:hover {
    opacity: 0.5;
}

.inview {
    opacity: 0;
    position: relative;
    top: 2rem;
    transition: 0.6s;
    transition-delay: 0.2s;
}

.inview.in {
    opacity: 1;
    top: 0;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

#index {
    margin-top: 0px;
}

sup {
    font-size: 40%;
    vertical-align: top;
    position: relative;
    top: -0.7em;
}

.fs11 {
    font-size: 11px;
    font-size: 1.1rem;
}

.fs12 {
    font-size: 12px;
    font-size: 1.2rem;
}

.fs13 {
    font-size: 13px;
    font-size: 1.3rem;
}

.fs14 {
    font-size: 14px;
    font-size: 1.4rem;
}

.fs16 {
    font-size: 16px;
    font-size: 1.6rem;
}

.fs18 {
    font-size: 18px;
    font-size: 1.8rem;
}

.fs20 {
    font-size: 20px;
    font-size: 2rem;
}

.fs21 {
    font-size: 21px;
    font-size: 2.1rem;
}

.fs22 {
    font-size: 22px;
    font-size: 2.2rem;
}

.fs23 {
    font-size: 23px;
    font-size: 2.3rem;
}

.fs24 {
    font-size: 24px;
    font-size: 2.4rem;
}

.fs26 {
    font-size: 26px;
    font-size: 2.6rem;
}

.fs27 {
    font-size: 27px;
    font-size: 2.7rem;
}

.fs28 {
    font-size: 28px;
    font-size: 2.8rem;
}

.fs30 {
    font-size: 30px;
    font-size: 3rem;
}

.fs32 {
    font-size: 32px;
    font-size: 3.2rem;
}

.fs34 {
    font-size: 34px;
    font-size: 3.4rem;
}

.fs36 {
    font-size: 36px;
    font-size: 3.6rem;
}

.fs38 {
    font-size: 38px;
    font-size: 3.8em;
}

.fs39 {
    font-size: 39px;
    font-size: 3.9em;
}

.fs42 {
    font-size: 42px;
    font-size: 4.2rem;
}

.fs44 {
    font-size: 44px;
    font-size: 4.4rem;
}

.fs46 {
    font-size: 46px;
    font-size: 4.6rem;
}

.fs48 {
    font-size: 48px;
    font-size: 4.8rem;
}

.fs56 {
    font-size: 56px;
    font-size: 5.6rem;
}

.fs58 {
    font-size: 58px;
    font-size: 5.8rem;
}

.fs60 {
    font-size: 60px;
    font-size: 6rem;
}

.fs65 {
    font-size: 65px;
    font-size: 6.5rem;
}

.fs96 {
    font-size: 96px;
    font-size: 9.6rem;
}

@media (max-width: 768px) {
    .fs18 {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .fs20 {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .fs22 {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .fs23 {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .fs24 {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .fs26 {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .fs27 {
        font-size: 20px;
        font-size: 2.0rem;
    }
    .fs28 {
        font-size: 22px;
        font-size: 2.2rem;
    }
    .fs30 {
        font-size: 22px;
        font-size: 2.2rem;
    }
    .fs32 {
        font-size: 22px;
        font-size: 2.2rem;
    }
    .fs34 {
        font-size: 22px;
        font-size: 2.2rem;
    }
    .fs36 {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .fs38 {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .fs39 {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .fs42 {
        font-size: 28px;
        font-size: 2.8rem;
    }
    .fs44 {
        font-size: 28px;
        font-size: 2.8rem;
    }
    .fs46 {
        font-size: 30px;
        font-size: 3rem;
    }
    .fs48 {
        font-size: 30px;
        font-size: 3.0rem;
    }
    .fs56 {
        font-size: 30px;
        font-size: 3.0rem;
    }
    .fs58 {
        font-size: 32px;
        font-size: 3.2rem;
    }
    .fs60 {
        font-size: 36px;
        font-size: 3.6rem;
    }
    .fs96 {
        font-size: 42px;
        font-size: 4.2rem;
    }
}

@media (max-width: 390px) {
    .fs56 {
        font-size: 27px;
        font-size: 2.7rem;
    }
}

.lh22 {
    line-height: 22px;
    line-height: 2.2rem;
}

.lh24 {
    line-height: 24px;
    line-height: 2.4rem;
}

.lh27 {
    line-height: 27px;
    line-height: 2.7rem;
}

.lh28 {
    line-height: 28px;
    line-height: 2.8rem;
}

.lh33 {
    line-height: 33px;
    line-height: 3.3rem;
}

.lh42 {
    line-height: 42px;
    line-height: 4.2rem;
}

.lh48 {
    line-height: 48px;
    line-height: 4.8rem;
}

.lh56 {
    line-height: 56px;
    line-height: 5.6rem;
}

.lh66 {
    line-height: 66px;
    line-height: 6.6rem;
}

.lh68 {
    line-height: 68px;
    line-height: 6.8rem;
}

@media (max-width: 768px) {
    .lh24 {
        line-height: 18px;
        line-height: 1.8rem;
    }
    .lh27 {
        line-height: 18px;
        line-height: 1.8rem;
    }
    .lh28 {
        line-height: 22px;
        line-height: 2.2rem;
    }
    .lh33 {
        line-height: 26px;
        line-height: 2.6rem;
    }
    .lh42 {
        line-height: 26px;
        line-height: 2.6rem;
    }
    .lh48 {
        line-height: 34px;
        line-height: 3.4rem;
    }
    .lh56 {
        line-height: 32px;
        line-height: 3.2rem;
    }
    .lh66 {
        line-height: 38px;
        line-height: 3.8rem;
    }
    .lh68 {
        line-height: 48px;
        line-height: 4.8rem;
    }
}

.is-center {
    text-align: center;
}

.fw-bold {
    font-weight: bold;
}

.bg_white {
    background: #fff;
}

.bg_mizuiro {
    background: #38BFE9;
}

.bg_orange {
    background: #E08801;
}

.bg_black {
    background: #222;
}

.bg_black_deep {
    background: #242424;
}

.bg_gray {
    background: #767676;
}

.cl_white {
    color: #fff;
}

.cl_black {
    color: #222;
}

.cl_yellow {
    color: #FFD800;
}

.cl_orange01 {
    color: #E08801;
}

body section {
    padding: 160px 0 80px;
}

.titleBox {
    margin-bottom: 50px;
}

.titleBox span {
    display: block;
}

.titleBox span.jp {
    margin-bottom: 10px;
}


/* ------------------------- */

a {
    transition: 0.3s;
}

a.link_underline {
    text-decoration: underline;
    color: #3879e9;
}

a.link_underline:hover {
    opacity: 0.8;
    transition: 0.3s;
}


/* ------------------------- */


/* ---  ボタンの挙動  ----- */


/* ------------------------- */

a.btn {
    margin: 0 auto;
    text-align: center;
    display: block;
    max-width: 448px;
}

a.btn_animation {
    position: relative;
    transition: all 0.2s ease;
}

a.btn_animation:hover {
    position: relative;
    transition: all 0.2s ease;
}


/* ボタン共通設定 */

.btn_animation {
    position: relative;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background: transparent;
    outline: none;
    transition: all 0.2s ease;
}


/*hoverをした後のボタンの形状*/

.btn_animation:hover {
    border-color: transparent;
}


/*ボタンの中のテキスト*/

.btn_animation span {
    position: relative;
    z-index: 2;
    border-radius: 5px;
    /*テキストの形状*/
    display: block;
    padding: 30px 0px;
    padding-left: 50px;
    /*アニメーションの指定*/
    transition: all 0.3s ease;
}

.btn_animation span::before {
    content: "";
    display: inline-block;
    background: url(../img/btn_mail.svg) no-repeat;
    width: 40px;
    height: 28px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15%;
    margin: auto;
}

@media (max-width: 960px) {
    .btn_animation span::before {
        left: 10%;
    }
}


/*影の設定*/

.pushbottom:before {
    content: "";
    /*絶対配置で影の位置を決める*/
    position: absolute;
    top: 8px;
    right: 0px;
    /*影の形状*/
    width: 100%;
    height: 100%;
    border-radius: 0 0 5px 5px;
    background-color: #8B5C00;
}


/*hoverの際にX軸に-4px・Y軸に4pxずらす*/

.pushbottom:hover span {
    background-color: #8B5C00;
    color: #fff;
    transform: translate( 0px, 8px);
}

@media (max-width: 768px) {
    .btn_animation span {
        padding: 25px 0px;
        padding-left: 50px;
    }
    .btn_animation span::before {
        background: url(../img/btn_mail.svg) no-repeat;
        background-size: 100%;
        width: 30px;
        height: 22px;
        left: 30px;
    }
}


/*-------------------------
.bgImg.img01 {
  background: url(../img/png/bgimg_01.png) no-repeat;
  background-size: cover;
  padding: 173px 0;
  display: flex;
  justify-content: center;
  align-items: center;

  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
------------------------- */


/*********************************/


/*        SP Responsive          */


/*********************************/

@media (max-width: 940px) {
    #index {
        margin-top: 0px;
    }
}

@media (max-width: 768px) {
    .forSp {
        display: block;
    }
    .forPc {
        display: none;
    }
    .forPc-medium {
        display: none;
    }
    html {
        font-size: 10px;
    }
    body section {
        padding: 100px 20px 50px;
    }
    #index {
        margin-top: 0px;
    }
    .titleBox {
        margin-bottom: 30px;
    }
    .bgImg.img01 {
        padding: 0px 0;
    }
}

@media (max-width: 450px) {
    .forPc-medium {
        display: block;
    }
}

@media (max-width: 390px) {
    h2.title__text {
        font-size: 2.6rem;
        line-height: 3.6rem;
        padding-bottom: 3rem;
    }
}


/*== ボタン共通設定 */

.btn {
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
    overflow: hidden;
    /*ボタンの形状*/
    text-decoration: none;
    display: inline-block;
    border: 1px solid #555;
    /* ボーダーの色と太さ */
    padding: 8px 30px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/
    transition: ease .2s;
}


/*ボタン内spanの形状*/

.btn span {
    position: relative;
    z-index: 3;
    /*z-indexの数値をあげて文字を背景よりも手前に表示*/
    color: #333;
}

.btn:hover span {
    color: #fff;
}


/*== 背景が流れる（左から右） */

.bgleft:before {
    content: '';
    /*絶対配置で位置を指定*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /*色や形状*/
    background: #333;
    /*背景色*/
    width: 100%;
    height: 100%;
    /*アニメーション*/
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}


/*hoverした際の形状*/

.bgleft:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}