/* ===================================
Foundation
=================================== */
/*
 * _setting.scss
 */
/* -----------------------------------
Color
------------------------------------ */
/*
 * _mixin.scss
 */
/* -----------------------------------
media query ver1
------------------------------------ */
/* -----------------------------------
ie
------------------------------------ */
/* -----------------------------------
transition
------------------------------------ */
/* -----------------------------------
clearfix
------------------------------------ */
/* -----------------------------------
formFocus
------------------------------------ */
/* -----------------------------------
shadow
------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Noto Sans CJK JP Thin"), url("/assets/fonts/NotoSansCJKjp-Thin.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Thin.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Noto Sans CJK JP Light"), url("/assets/fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Light.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: local("Noto Sans CJK JP DemiLight"), url("/assets/fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-DemiLight.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Noto Sans CJK JP Regular"), url("/assets/fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Noto Sans CJK JP Medium"), url("/assets/fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Medium.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans CJK JP Bold"), url("/assets/fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Noto Sans CJK JP Black"), url("/assets/fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Black.woff") format("woff");
}

@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
}

/*
 * _base.scss
 */
/* -----------------------------------
base Setting
------------------------------------ */
.Main {
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .Main {
    font-size: 12px;
  }
}

.Main p {
  line-height: 2;
}

.Main img {
  vertical-align: top;
}

.Main a {
  color: #00758e;
}

.Main a:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .Main a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.Main ::-moz-selection {
  background: #00758e;
  color: #fff;
}

.Main ::selection {
  background: #00758e;
  color: #fff;
}

.Main ::-moz-selection {
  background: #00758e;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .Footer {
    margin-bottom: 45px;
  }
}

.Footer__pageTop {
  display: none !important;
}

/* ===================================
Layout
=================================== */
/*
 * _layout.scss
 */
/* -----------------------------------
wrapper
------------------------------------ */
/* -----------------------------------
section
------------------------------------ */
.l-sec {
  overflow: hidden;
  position: relative;
  padding: 50px 20px;
}

@media screen and (max-width: 768px) {
  .l-sec {
    padding: 40px 4%;
  }
}

.l-sec_in {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-sec_in {
    max-width: 500px;
  }
}

/* ===================================
Object
=================================== */
/* -----------------------------------
Component
------------------------------------ */
/* -----------------------------------
Project
------------------------------------ */
/*
 * _project.scss
 */
/* -----------------------------------
p-mainv
------------------------------------ */
.p-mainv {
  position: relative;
  background: url(../img/mainv_bg.jpg) no-repeat center;
  background-size: cover;
}

.p-mainv_in {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 700px;
}

@media screen and (max-width: 1200px) {
  .p-mainv_in {
    height: 600px;
  }
}

@media screen and (max-width: 768px) {
  .p-mainv_in {
    height: auto;
  }
}

@media screen and (min-width: 769px) {
  .p-mainv_in h1 {
    position: absolute;
    z-index: 1;
    top: 140px;
    left: 80px;
  }
}

@media screen and (max-width: 768px) {
  .p-mainv_in h1 {
    padding-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .p-mainv_in h1 img {
    width: calc(796px / 2);
  }
}

@media screen and (max-width: 768px) {
  .p-mainv_in h1 img {
    max-width: calc(796px / 2.5);
    width: 50%;
    margin-left: 15%;
  }
}

@media screen and (min-width: 769px) {
  .p-mainv_in div {
    position: absolute;
    z-index: 1;
    top: 140px;
    left: 430px;
  }
}

@media screen and (max-width: 768px) {
  .p-mainv_in div {
    margin-top: 25px;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .p-mainv_in div img {
    width: calc(1032px / 2);
  }
}

@media screen and (max-width: 768px) {
  .p-mainv_in div img {
    max-width: calc(1032px / 2.5);
    width: 70%;
  }
}

.p-mainv_in p {
  color: #fff;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .p-mainv_in p {
    position: absolute;
    z-index: 1;
    bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-mainv_in p {
    margin-top: 30px;
    padding-bottom: 20px;
    font-size: 10px;
  }
}

/* -----------------------------------
sec
------------------------------------ */
.p-sec1 {
  padding-top: 60px;
  padding-bottom: 170px;
  background: #032149 url(../img/s1_bg.png) repeat-x center top;
}

@media screen and (max-width: 768px) {
  .p-sec1 {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

.p-sec1 .l-sec_in:after {
  content: '';
  display: block;
  width: 780px;
  height: 460px;
  background: url(../img/s1_before.jpg) no-repeat center;
  background-size: 100%;
  position: absolute;
  z-index: 0;
}

@media screen and (min-width: 769px) {
  .p-sec1 .l-sec_in:after {
    bottom: -144px;
    right: -172px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .p-sec1 .l-sec_in:after {
    width: calc(780px / 2);
    height: calc(460px / 2);
    top: 150px;
    left: 30%;
  }
}

.p-sec1_read {
  text-align: center;
  color: #fff;
  font-size: 20px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-sec1_read {
    font-size: 13px;
    text-align: left;
  }
}

.p-sec2 {
  padding-top: 80px;
  padding-bottom: 70px;
  background: url(../img/s2_bg.jpg) repeat-x center;
  background-size: cover;
}

.p-sec3 {
  padding-top: 150px;
  padding-bottom: 90px;
  background: #000D33 url(../img/s3_bg.png) repeat-x center top;
}

@media screen and (max-width: 768px) {
  .p-sec3 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.p-sec3 .l-sec_in:after {
  content: '';
  display: block;
  width: 770px;
  height: 460px;
  background: url(../img/s3_before.jpg) no-repeat center;
  background-size: 100%;
  position: absolute;
  z-index: 0;
}

@media screen and (min-width: 769px) {
  .p-sec3 .l-sec_in:after {
    top: -90px;
    left: -170px;
  }
}

@media screen and (max-width: 768px) {
  .p-sec3 .l-sec_in:after {
    width: calc(770px / 2);
    height: calc(460px / 2);
    top: -30px;
    right: 30%;
  }
}

.p-sec3_copy {
  margin-top: 65px;
  text-align: center;
}

.p-sec3_copy img {
  width: calc(656px / 2);
}

@media screen and (max-width: 768px) {
  .p-sec3_copy img {
    width: calc(656px / 2.5);
  }
}

/* -----------------------------------
box
------------------------------------ */
.p-boxStyle1 {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-boxStyle1 {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .p-boxStyle1 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-boxStyle1 ul li {
  -webkit-flex-basis: 294px;
      -ms-flex-preferred-size: 294px;
          flex-basis: 294px;
}

@media screen and (max-width: 768px) {
  .p-boxStyle1 ul li + li {
    margin-top: 30px;
  }
}

/* -----------------------------------
linkimg
------------------------------------ */
.p-linkimg {
  display: block;
  text-decoration: none;
}

.p-linkimg p:nth-of-type(1) {
  text-align: center;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

.p-linkimg div {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

.p-linkimg div:before {
  content: '';
  display: block;
  width: 34px;
  height: 34px;
  background: url(../img/ico_loupe.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.p-linkimg div img {
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (min-width: 769px) {
  .p-linkimg:hover div {
    background: #000;
  }
  .p-linkimg:hover div img {
    opacity: .6;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}

.p-linkimg p:nth-of-type(2) {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
}

/* -----------------------------------
title
------------------------------------ */
.p-titleBox {
  position: relative;
  z-index: 1;
  max-width: 750px;
  color: #fff;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .p-titleBox {
    padding-left: 190px;
  }
}

@media screen and (max-width: 768px) {
  .p-titleBox {
    padding-top: 110px;
  }
}

.p-titleBox:before {
  content: '';
  display: block;
  width: calc(310px / 2);
  height: calc(218px / 2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 10px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .p-titleBox:before {
    width: calc(310px / 2.5);
    height: calc(218px / 2.5);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: -25px;
  }
}

@media screen and (min-width: 769px) {
  .p-titleBox.-point1 {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .p-titleBox.-point1 {
    margin-top: 50px;
  }
}

.p-titleBox.-point1:before {
  background-image: url(../img/title_point1.png);
}

.p-titleBox.-point2:before {
  background-image: url(../img/title_point2.png);
}

.p-titleBox.-point3:before {
  background-image: url(../img/title_point3.png);
}

.p-titleBox.-message {
  margin-top: 70px;
  padding-left: 90px;
  padding-top: 70px;
}

@media screen and (max-width: 768px) {
  .p-titleBox.-message {
    margin-top: 70px;
    padding-left: 0px;
  }
}

.p-titleBox.-message:before {
  width: calc(490px / 2);
  height: calc(126px / 2);
  background-image: url(../img/title_message.png);
}

@media screen and (max-width: 768px) {
  .p-titleBox.-message:before {
    width: calc(490px / 2.5);
    height: calc(126px / 2.5);
    margin-left: 0px;
  }
}

.p-titleBox ._txt1 {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .p-titleBox ._txt1 {
    font-size: 16px;
    text-align: center;
  }
}

.p-titleBox ._txt2 {
  margin-top: 15px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .p-titleBox ._txt2 {
    margin-top: 5px;
    font-size: 14px;
  }
}

.p-titleBox ._txt3 {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .p-titleBox ._txt3 {
    text-align: right;
  }
}

/* -----------------------------------
message
------------------------------------ */
@media screen and (min-width: 769px) {
  .p-message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .p-message_left {
    -webkit-flex-basis: calc(100% - 294px);
        -ms-flex-preferred-size: calc(100% - 294px);
            flex-basis: calc(100% - 294px);
    padding-right: 70px;
  }
}

@media screen and (min-width: 769px) {
  .p-message_right {
    -webkit-flex-basis: 294px;
        -ms-flex-preferred-size: 294px;
            flex-basis: 294px;
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .p-message_right {
    margin-top: 40px;
  }
}

/* -----------------------------------
fixedBtn
------------------------------------ */
.p-fixedBtn {
  position: fixed;
  z-index: 10000;
}

@media screen and (min-width: 769px) {
  .p-fixedBtn {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-fixedBtn {
    left: 0;
    bottom: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-fixedBtn ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .p-fixedBtn ul li {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

.p-fixedBtn ul li a {
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  display: block;
  position: relative;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .p-fixedBtn ul li a:hover {
    opacity: .8;
  }
}

@media screen and (max-width: 768px) {
  .p-fixedBtn ul li a {
    text-align: center;
    padding: 10px 20px;
    min-height: 50px;
  }
}

@media screen and (min-width: 769px) {
  .p-fixedBtn ul li a img {
    width: calc(92px / 2);
    height: calc(430px / 2);
  }
}

@media screen and (max-width: 768px) {
  .p-fixedBtn ul li a img {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .p-fixedBtn ul li a span {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .p-fixedBtn ul li a span {
    font-size: 14px;
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .p-fixedBtn ul li._bnr1 a {
    background: #FF5C84;
    border-top: 5px solid #A14063;
  }
}

@media screen and (min-width: 769px) {
  .p-fixedBtn ul li._bnr2 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .p-fixedBtn ul li._bnr2 a {
    background: #30518C;
    border-top: 5px solid #1D3963;
  }
}

/* ---------------------------------------
animation index
--------------------------------------- */
.js-animation-main {
  opacity: 0;
  -webkit-transition: 1.0s ease-out;
  transition: 1.0s ease-out;
}

.js-animation-main.is-animation {
  opacity: 1;
}

.js-animation-main_child.-img1 {
  -webkit-transition: .5s ease-out;
  transition: .5s ease-out;
  opacity: 0;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.js-animation-main_child.-img1.is-animation {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.js-animation-main_child.-img2 {
  -webkit-transition: 1.0s ease-out;
  transition: 1.0s ease-out;
  opacity: 0;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.js-animation-main_child.-img2.is-animation {
  opacity: 1;
}

.js-animation-main_child.-txt1 {
  -webkit-transition: .5s ease-out;
  transition: .5s ease-out;
  opacity: 0;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.js-animation-main_child.-txt1.is-animation {
  opacity: 1;
}

.js-animation-main_child.-read {
  -webkit-transition: .5s ease-out;
  transition: .5s ease-out;
  opacity: 0;
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.js-animation-main_child.-read.is-animation {
  opacity: 1;
}

/* ---------------------------------------
animation common
--------------------------------------- */
.js-animation.-fadein {
  -webkit-transition: opacity .4s ease-out;
  transition: opacity .4s ease-out;
  opacity: 0;
}

.js-animation.-fadein.is-animation {
  opacity: 1;
}

.js-animation.-slideup {
  -webkit-transition: .5s ease-out;
  transition: .5s ease-out;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.js-animation.-slideup.is-animation {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

@media screen and (min-width: 769px) {
  .js-animation.-delay1 {
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
  .js-animation.-delay2 {
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
  }
  .js-animation.-delay3 {
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  .js-animation.-delay4 {
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
  }
  .js-animation.-delay5 {
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
  }
  .js-animation.-delay6 {
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
  }
  .js-animation.-delay7 {
    -webkit-transition-delay: .7s;
            transition-delay: .7s;
  }
  .js-animation.-delay8 {
    -webkit-transition-delay: .8s;
            transition-delay: .8s;
  }
  .js-animation.-delay9 {
    -webkit-transition-delay: .9s;
            transition-delay: .9s;
  }
  .js-animation.-delay10 {
    -webkit-transition-delay: 1.0s;
            transition-delay: 1.0s;
  }
}

/* -----------------------------------
Utility
------------------------------------ */
/*
 * _utility.scss
 */
/* -----------------------------------
font
------------------------------------ */
.u-fwb {
  font-weight: bold !important;
}

.u-fwn {
  font-weight: normal !important;
}

/* -----------------------------------
align
------------------------------------ */
.u-tc {
  text-align: center !important;
}

.u-tl {
  text-align: left !important;
}

.u-tr {
  text-align: right !important;
}

/* -----------------------------------
padding
------------------------------------ */
.u-mt0 {
  margin-top: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

/* -----------------------------------
font-size rem
------------------------------------ */
.u-fz10px {
  font-size: 1.0rem;
}

.u-fz11px {
  font-size: 1.1rem;
}

.u-fz12px {
  font-size: 1.2rem;
}

.u-fz13px {
  font-size: 1.3rem;
}

.u-fz14px {
  font-size: 1.4rem;
}

/* -----------------------------------
font-size em
------------------------------------ */
.u-fz09em {
  font-size: 0.9em;
}

.u-fz10em {
  font-size: 1.0em;
}

.u-fz11em {
  font-size: 1.1em;
}

.u-fz12em {
  font-size: 1.2em;
}

.u-fz13em {
  font-size: 1.3em;
}

.u-fz14em {
  font-size: 1.4em;
}

/* -----------------------------------
clerfix
------------------------------------ */
.sec::after,
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* -----------------------------------
display
------------------------------------ */
.u-d_b {
  display: block !important;
}

.u-d_n {
  display: none !important;
}

.u-d_ib {
  display: inline-block !important;
}

/* -----------------------------------
display adjust
------------------------------------ */
.u-smhide, .u-sphide, .u-middlehide, .u-tablethide, .u-basehide {
  display: block;
}

.u-smblock, .u-spblock, .u-middleblock, .u-tabletblock, .u-baseblock {
  display: none;
}

@media screen and (max-width: 1499px) {
  .u-baseblock {
    display: block;
  }
  .u-basehide {
    display: none !important;
  }
}

@media screen and (max-width: 959px) {
  .u-tabletblock {
    display: block;
  }
  .u-tablethide {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-middleblock {
    display: block;
  }
  .u-middlehide {
    display: none !important;
  }
}

@media screen and (max-width: 589px) {
  .u-spblock {
    display: block;
  }
  .u-sphide {
    display: none !important;
  }
}

@media screen and (max-width: 374px) {
  .u-smblock {
    display: block;
  }
  .u-smhide {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */