@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/*---------------------
カラム幅設定
----------------------*/
/*---------------------
カラー設定
----------------------*/
/*---------------------
ベンダープレフィックス初期設定
----------------------*/
/*---------------------
透明度　初期設定
----------------------*/
/*---------------------
フォントサイズ初期設定
----------------------*/
/*---------------------
フォントファミリー初期設定
----------------------*/
/*----------------
Retina,高解像度 対策
-----------------*/
/*---------------------
角丸　初期設定
----------------------*/
/*
.box {
     @include circle(100px);
     background: #fc0;
}
*/
/*---------------------
ボックスシャドウ　mixin
----------------------*/
/*
div { @include box-shadow(8px, 8px);}
*/
 /*---------------------
グラデーション　mixin
----------------------*/
 /* 使用例
 div { @include gradient(#ff00ff, #ff00cc, vertical);}
*/
/*---------------------
デュレーション　mixin
----------------------*/
/*
.move{
    @include transition(0.5s);
}
*/
/*---------------------
キーフレーム　mixin
----------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+SC:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap");
@-webkit-keyframes $animation-name {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes $animation-name {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes $animation-name {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes $animation-name {
  0% {
    color: #fff; }
  100% {
    color: #0094d5; } }
@-moz-keyframes $animation-name {
  0% {
    color: #fff; }
  100% {
    color: #0094d5; } }
@keyframes $animation-name {
  0% {
    color: #fff; }
  100% {
    color: #0094d5; } }
/*---------------------
カラムグリッド mixin
----------------------*/
/*---------------------
カラムグリッド mixin
----------------------*/
/*　使用例 
div { @include ghost-button(“Trebuchet”, 12px, #ffffff, 5px, #34dec6, 4px, 300ms, #000000 );}
*/
/*---------------------
リンクカラー初期設定
----------------------*/
/*---------------------
汎用BOX用　マージンMIXIN リセット
----------------------*/
.m_0 {
  margin: 0 !important; }

.p_0 {
  padding: 0 !important; }

/*---------------------
汎用ボタンリンク用　
----------------------*/
.btn {
  -moz-user-select: none;
  background-image: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap; }

.btn-info {
  background-color: #5bc0de;
  border-color: #46b8da;
  color: #fff; }

/*---------------------
    フォント個別 
----------------------*/
.montserrat {
  font-family: 'Montserrat', sans-serif; }

/*---------------------
    body設定 
----------------------*/
body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  letter-spacing: 0em;
  color: #222; }

/*---------------------
win対策　フォントアンチエイリアス 
//transform: rotate(0.001deg);
----------------------*/
/*---------------------
    リンク色 
----------------------*/
a, a:hover {
  text-decoration: none; }

a {
  color: #355a78; }

a:hover {
  color: #555; }

/*---------------------
    見出し設定 
----------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

/*---------------------
    フォントサイズ 
----------------------*/
h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
  line-height: 1; }

p {
  font-size: 14px; }

p {
  line-height: 1.8;
  letter-spacing: 0.02em; }

/*---------------------
トップ　キャッチ 
----------------------*/
.catchcopy h2 {
  font-size: 2.5em; }

/*---------------------
トップ　セクションヘッド 
----------------------*/
.section-head {
  font-size: 4.5rem;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  color: #01b5f0; }
  .section-head span.slash {
    color: #ccc;
    font-size: 2.2rem;
    margin: 0 1em; }
  .section-head span.rubi {
    font-size: 1.8rem;
    color: #222;
    font-family: 'Noto Sans JP', sans-serif; }

@media screen and (max-width: 767px) {
  .section-head {
    font-size: 3.8rem;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #01b5f0;
    text-align: center; }
    .section-head span.slash {
      display: none; }
    .section-head span.rubi {
      display: block;
      margin-top: 10px;
      text-align: center;
      font-size: 1.8rem;
      color: #222;
      font-family: 'Noto Sans JP', sans-serif; } }
.section-head2 {
  font-size: 4.5rem;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  color: #fff; }
  .section-head2 span.slash {
    color: #0a598b;
    font-size: 2.2rem;
    margin: 0 1em; }
  .section-head2 span.rubi {
    font-size: 1.8rem;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif; }

@media screen and (max-width: 767px) {
  .section-head2 {
    font-size: 3.8rem;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: center; }
    .section-head2 span.slash {
      display: none; }
    .section-head2 span.rubi {
      display: block;
      margin-top: 10px;
      text-align: center;
      font-size: 1.8rem;
      color: #fff;
      font-family: 'Noto Sans JP', sans-serif; } }
/*---------------------
トップ　INFORAMTION 
----------------------*/
.information-box dt {
  font-family: 'Roboto', sans-serif; }

/*---------------------
コンセプト　キャッチ 
----------------------*/
.concept-headline {
  position: absolute;
  background: linear-gradient(135deg, rgba(240, 240, 240, 0.8), rgba(240, 240, 240, 0.7));
  padding: 20px 30px;
  display: block;
  text-align: center;
  bottom: -11px;
  left: 50%;
  width: 60%;
  margin-left: -30%;
  float: right;
  color: #534b46;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-shadow: 0 0 1px #fff; }

@media screen and (max-width: 979px) {
  .concept-headline {
    position: absolute;
    padding: 10px 15px;
    display: block;
    text-align: center;
    bottom: -10px;
    left: 50%;
    width: 70%;
    margin-left: -35%;
    float: right; } }
@media screen and (max-width: 767px) {
  .concept-headline {
    position: absolute;
    padding: 10px 15px;
    display: block;
    text-align: center;
    bottom: -10px;
    left: 50%;
    width: 80%;
    margin-left: -40%;
    float: right; } }
/*---------------------
    見出しスタイル
----------------------*/
.headline1 {
  font-size: 2.5em;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif; }

.headline2 {
  font-size: 1.8em;
  line-height: 1.6;
  font-family: 'Noto Sans JP', sans-serif; }

.headline3 {
  font-size: 1.5em;
  line-height: 1.6;
  font-family: 'Noto Sans JP', sans-serif; }

.headline4 {
  font-size: 1.3em;
  line-height: 1.6;
  font-family: 'Noto Sans JP', sans-serif; }

.headline5 {
  font-size: 2.5em;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif; }

.en-headline1 {
  font-size: 1.5em;
  font-family: 'Montserrat', sans-serif; }

.sub-en {
  font-size: 0.5em;
  color: #999;
  font-family: 'Montserrat', sans-serif; }

@media screen and (max-width: 979px) {
  .headline1 {
    font-size: 1.5em;
    line-height: 1.5;
    letter-spacing: -0.02em; }

  .headline2 {
    font-size: 1.4em;
    line-height: 1.6;
    letter-spacing: -0.02em; }

  .headline3 {
    font-size: 1.3em;
    line-height: 1.6;
    letter-spacing: -0.02em; }

  .headline4 {
    font-size: 1.2em;
    line-height: 1.6;
    letter-spacing: -0.02em; }

  .headline5 {
    font-size: 2.1em;
    line-height: 1;
    letter-spacing: -0.02em; }

  .en-headline1 {
    font-size: 1.5em; }

  .sub-en {
    font-size: 0.5em;
    color: #999; } }
/*---------------------
コンテンツ見出し 下線あり
----------------------*/
.ch-head1,
.ch-head2,
.ch-head3,
.ch-head4 {
  position: absolute;
  display: inline-block;
  text-align: left;
  margin-top: 30px;
  color: #000;
  font-size: 3em;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  z-index: 15; }
  .ch-head1 span,
  .ch-head2 span,
  .ch-head3 span,
  .ch-head4 span {
    margin-left: 20px; }

.ch-head1:before,
.ch-head2:before,
.ch-head3:before,
.ch-head4:before {
  position: absolute;
  top: 0px;
  display: inline-block;
  width: 50px;
  height: 2px;
  left: -15px;
  text-align: left;
  font-size: 0.7em;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #223963; }

.ch-head1:before {
  content: '01'; }

.ch-head2:before {
  content: '02'; }

.ch-head3:before {
  content: '03'; }

.ch-head4:before {
  content: '04'; }

@media screen and (max-width: 979px) {
  .ch-head1,
  .ch-head2,
  .ch-head3,
  .ch-head4 {
    position: absolute;
    display: inline-block;
    text-align: left;
    margin-top: -30px;
    font-size: 2.4em;
    z-index: 15; }
    .ch-head1 span,
    .ch-head2 span,
    .ch-head3 span,
    .ch-head4 span {
      margin-left: 20px; }

  .ch-head1:before,
  .ch-head2:before,
  .ch-head3:before,
  .ch-head4:before {
    position: absolute;
    top: 10px;
    display: inline-block;
    width: 30px;
    height: 2px;
    left: 0;
    text-align: left;
    font-size: 0.7em; } }
@media screen and (max-width: 767px) {
  .ch-head1,
  .ch-head2,
  .ch-head3,
  .ch-head4 {
    position: absolute;
    display: inline-block;
    text-align: left;
    margin-top: -30px;
    font-size: 2.4em;
    z-index: 15; }
    .ch-head1 span,
    .ch-head2 span,
    .ch-head3 span,
    .ch-head4 span {
      margin-left: 20px; }

  .ch-head1:before,
  .ch-head2:before,
  .ch-head3:before,
  .ch-head4:before {
    position: absolute;
    top: 10px;
    display: inline-block;
    width: 30px;
    height: 2px;
    left: 0;
    text-align: left;
    font-size: 0.7em; } }
/*---------------------
    本文スタイル
----------------------*/
.txt1 {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.6; }

.txt2 {
  font-size: 0.8em; }

.txt3 {
  font-size: 1.2em;
  line-height: 2; }

.txt4 {
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.6; }

.t-center-pc {
  text-align: center; }

.t-left-pc {
  text-align: left; }

@media screen and (max-width: 979px) {
  .t-center-pc {
    text-align: left; }

  .t-left-pc {
    text-align: center; } }
/*---------------------
    ウェイト
----------------------*/
.fw-bold {
  font-weight: 600; }

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

/*---------------------
    ボックステキスト
----------------------*/
.box-round-txt {
  padding: 10px 15px;
  background: url(../img/stripe01.png), rgba(255, 255, 255, 0.3); }

/*---------------------
    MENU 見出し
----------------------*/
.ch-head-border {
  display: flex;
  align-items: center; }

.ch-head-border:before,
.ch-head-border:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #666; }

.ch-head-border:before {
  margin-right: 1rem; }

.ch-head-border:after {
  margin-left: 1rem; }

/*---------------------
TOP > お問い合わせ
----------------------*/
.contact-wrap .tel {
  font-family: 'Montserrat', sans-serif;
  font-size: 3em;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em; }
  .contact-wrap .tel i, .contact-wrap .tel svg {
    font-size: 0.8em; }
  .contact-wrap .tel span {
    font-size: 12px; }
.contact-wrap .tel a {
  color: #000; }

@media screen and (max-width: 979px) {
  .contact-wrap .tel {
    font-size: 2.5em;
    letter-spacing: 0.05em; }
    .contact-wrap .tel i, .contact-wrap .tel svg {
      font-size: 0.8em; } }
@media screen and (max-width: 768px) {
  .contact-wrap .tel {
    font-size: 2.2em;
    letter-spacing: 0.05em; }
    .contact-wrap .tel i, .contact-wrap .tel svg {
      font-size: 0.8em; } }

/*# sourceMappingURL=typo.css.map */
