@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
html, body {
  /*height: 100%;*/
  font-family: "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif !important;
  color: #262626;
  font-weight: 500;
  line-height: 1.6;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
*, * :before, *:after {
  box-sizing: border-box;
}
.en {
    font-family: Helvetica;
    word-break: keep-all;
    overflow-wrap: normal;
    white-space: normal;
}
/*-------------------------
  基本パーツ
--------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  letter-spacing: 0.03em;
}
ul {
  list-style: none;
}
img { /* Fluid-img */
  max-width: 100%;
  display: block;
  margin: 0 auto 0 auto;
  vertical-align: middle;
}
td img {
  vertical-align: baseline;
}
strong {
  font-weight: 800;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  margin: 0 0 0 0px;
  padding: 0 0 0 0;
  line-height: 1.7;
  word-break: break-all /*行末で改行 （単語の途中であっても改行させる）*/ ;
}
blockquote {
  margin: 0 30px 0 30px;
}
a {
  color: #333;
  text-decoration: none;
  display: block;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
a:hover {
  text-decoration: none;
  color: #999;
}
a.anchor {
    display: block;
    padding-top: 90px;
    margin-top: -90px;
}
a.a-adm{
	display: inline;

}
/*--- clearfix --- */
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
/* floatをクリア */
.clear {
  clear: both;
}
/*-------------------------
  ==共通レイアウト
--------------------------- */
body {
  font-size: 1.4rem;
  ;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
section {
  width: 96%;
  margin: 0 auto 20px auto;
}
.basic-flame {
  width: 100%;
  margin: 0px auto 0px auto;
}
.narrow-flame {
  width: 90%;
  margin: 0px auto 0px auto;
}
.bottom-margin {
  margin: 0 auto 30px auto;
}
/*--- 文字装飾 --- */
.top-catch {
  color: #be90e0;
  background: -webkit-linear-gradient(-90deg, #60bdd9, #be90e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.4rem;
  letter-spacing: 0.2em;
  margin: 0 auto 30px auto;
  text-align: center;
}
.underline-gradient2 {
  background-image: linear-gradient(90deg, #60bdd9, #be90e0);
  background-repeat: no-repeat;
  background-size: 100% 3%;
  background-position: bottom;
}
.underline-line {
  border-bottom: 1px solid #ccc;
	margin: 15px 0;
}
.dot-line {
  border-bottom: 1px solid #ccc;
  display: inline-block;
}
/*--- 文字サイズ --- */
.text-l {
  font-size: 1.8rem;
}
.text-ss {
  font-size: 1.8rem;
}
/*--- 文字種類 --- */
.character-h {
  font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
}
/*--- 外部リンクボタン --- */
/* ボタン5 */
.button {
  padding: 30px 20px;
  margin: 10px 20px;
  position: relative;
  color: #ecf0f1;
  text-align: center;
}
/* BUTTON 1 */
.button-1 {
  width: 380px;
  border: 3px solid;
  border-image: linear-gradient(to right, #60bdd9, #be90e0) 1;
  color: transparent;
  background: -webkit-linear-gradient(0deg, #60bdd9, #be90e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 2.2rem;
  font-weight: 600;
}
.button-1:before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: -moz-linear-gradient(left, #60bdd9, #be90e0);
  background: -webkit-linear-gradient(left, #60bdd9, #be90e0);
  background: linear-gradient(to right, #60bdd9, #be90e0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button-1:hover {
  background: -webkit-linear-gradient(0deg, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.button-1:hover:before {
  left: 0;
}
/*== リンクボタン共通設定 */
.btn-flame {
  position: absolute;
  bottom: 0px;
  width: 90%;
}
.btn {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  border: 2px solid;
  border-image: linear-gradient(to right, #60bdd9, #be90e0) 1;
  padding: 20px 20px;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease .2s;
  width: 100%;
  font-size: 1.8rem;
  margin: 20px 0px;
  font-weight: 600;
  background: #fff;
}
/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: transparent;
  background: -webkit-linear-gradient(0deg, #60bdd9, #be90e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn:hover span {
  color: transparent;
  background: -webkit-linear-gradient(0deg, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*== 背景が流れる（左から右） */
.bgleft:before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: -moz-linear-gradient(left, #60bdd9, #be90e0);
  background: -webkit-linear-gradient(left, #60bdd9, #be90e0);
  background: linear-gradient(to right, #60bdd9, #be90e0);
  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);
}
/*-------------------------
  header
--------------------------- */
header {}
.header-flame {
  -webkit-justify-content: space-between; /*左右中央寄せ*/
  justify-content: space-between; /*左右中央寄せ*/
  display: -webkit-box; /* Android4.3以前ブラウザ用 */
  display: -webkit-flex; /* iOS8以前Safari用 */
  display: flex;
  -webkit-align-items: center; /*上下中央寄せ*/
  align-items: center; /*上下中央寄せ*/
  -webkit-flex-wrap: wrap; /*折り返し(mac safari用)*/
  flex-wrap: wrap; /*折り返し*/
  margin: 0px;
  height: 100px;
  border-bottom: 1px solid #ccc;
}
.header-logo {
  width: 430px;
  margin: 0px;
  padding: 10px 0 0 10px;
}
/*--- ヘッダーメニュー --- */
.h-menu {
  display: none;
}
/*-------------------------
  見出し
--------------------------- */
h2.gradation {
  color: #be90e0;
  background: -webkit-linear-gradient(-90deg, #60bdd9, #be90e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.8rem;
  letter-spacing: 0.2em;
  font-weight: 500;
}
h2.gradation-s {
  color: #be90e0;
  background: -webkit-linear-gradient(-90deg, #60bdd9, #be90e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.8rem;
  margin: 0 0 20px 0;
}
h2.basic {
  margin: 0 0 20px 0;
  font-weight: 500;
  font-size: 2.6rem;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}
h3.en-h3 {
  font-weight: 500;
  font-size: 2.4rem;
  margin: 0 0 30px 0;
}
h3.en-h3 span {
  margin-left: 20px;
  font-size: 1.8rem;
  color: #7e8ec9;
  position: relative;
  top: 0px;
}
h3.basic {
  margin: 0 0 20px 0;
  font-weight: 500;
  font-size: 2.6rem;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}
h4.basic {
  margin: 0 0 10px 0;
  font-weight: 500;
  font-size: 1.6rem;
  background: #96CEE5;
  padding: 5px 10px;
}
/*--- コンテンツトップ見出し --- */
.heading05 {
  position: relative;
  padding-bottom: 50px;
  font-size: 2.0rem;
  margin: 0px 0 0 10px;
  padding: 30px 0 0 0;
  line-height: 1.6em;
}
.heading05::before {
  content: attr(data-en);
  display: block;
  color: #cccccc;
  font-size: 7.0rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2em;
  padding: 0px 0 20px 0;
}
/*-------------------------
  footer
--------------------------- */
footer {
  border-top: 1px solid #ccc;
  padding: 30px 0 10px 0;
  background: #f6f6f6;
  margin: 40px 0 0 0;
}
.footer-flame {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px 0 5px 0;
}
.f-company {
  width: 95%;
  margin: 0;
}
.f-menu {
  display: none;
  width: 95%;
  margin: 0;
}
.f-logo {
  width: 55%;
  margin: 0 auto 10px auto;
}
.f-ad {
  font-size: 13px;
  text-align: center;
  margin: 0 0 30px 0;
}
.copyright {
  font-size: 12px;
}
/*-------------------------
  UIパーツ
--------------------------- */
#to-top {
  position: fixed;
  right: 5px;
  bottom: 45px;
  margin-left: 50%;
  width: 50px;
  z-index: 1000;
}
@media print, screen and (max-width : 767px) {
  /* ==スマホテーブル用
------------------------------------------------------------------ */
  /* テーブル基本設定 */
  table.basic {
    margin: 20px auto 0 auto;
    background: #fff;
    border: #333 1px solid;
    width: 90%;
  }
  table.basic td {
    border-bottom: #333 1px solid;
    padding: 10px;
    vertical-align: top;
    display: block;
  }
  table.basic th {
    background: #ededed;
    vertical-align: middle;
    font-weight: 600;
    display: block;
    padding: 10px 0px 10px 0px;
    text-indent: 0.7em;
  }
}
@media print, screen and (min-width : 768px) {
  body {
    font-size: 1.4rem;
    ;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /*-------------------------
  ==共通レイアウト
--------------------------- */
  section {
    width: 100%;
    margin: 0px auto 30px auto;
  }
  .bg-gr {
    background: #f2f2f2;
    padding: 40px 0;
  }
  .basic-flame {
    width: 90%;
    margin: 0px auto 0px auto;
  }
  .bottom-margin {
    margin: 0 auto 20px auto;
  }
  /*--- 文字装飾 --- */
  .top-catch {
    font-size: 6.0rem;
    letter-spacing: 0.2em;
  }
  /*--- 文字サイズ --- */
  /*--- リンクボタン --- */
  /*== リンクボタン共通設定 */
  .btn-flame {
    position: absolute;
    bottom: 0px;
    width: 80%;
  }
  /*-------------------------
  header
--------------------------- */
  header {
    width: 100%;
    margin: 0px auto 0px auto;
    position: fixed;
    background: #fff;
    padding: 0px 0px;
    z-index: 10;
  }
  .header-flame {
    margin: 0px;
    padding: 10px 0;
    height: 69px;
  }
  .header-logo {
    width: 600px;
    padding: 0;
    margin: 0 0 0 20px;
  }
  /*--- ヘッダーメニュー --- */
  .h-menu {
    display: none;
  }
  /*-------------------------
  見出し
--------------------------- */
  h2.basic {
    font-size: 38px;
    margin: 0 0 40px 0;
  }
  /*--- コンテンツトップ見出し --- */
  .heading05 {
    position: relative;
    padding-bottom: 60px;
    font-size: 2.6rem;
    margin: 40px 0 0px 0;
  }
  .heading05::before {
    content: attr(data-en);
    display: block;
    color: #cccccc;
    font-size: 12.0rem;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  /*-------------------------
  footer
--------------------------- */
  footer {
    padding: 30px 0 20px 0;
    margin: 60px 0 0 0;
  }
  .footer-flame {
    width: 90%;
    margin: 20px auto 0 auto;
  }
  .f-company {
    width: 50%;
    margin: 0;
  }
  .f-company img {
    width: 100%;
    margin: 0;
  }
  .f-logo {
    width: 75%;
    margin: 0 0 10px 0;
  }
  .f-ad {
    font-size: 14px;
    text-align: left;
    margin: 0;
  }
  .f-menu-flame {
    width: 100%;
  }
  .f-menu {
    display: none;
  }
  .copyright {
    font-size: 12px;
    margin: 40px 0 0 0;
  }
  /*-------------------------
  UIパーツ
--------------------------- */
  #to-top {
    position: fixed;
    left: 490px;
    bottom: 65px;
    margin-left: 50%;
    z-index: 100000;
  }
}
@media print, screen and (min-width : 1200px) {
  body {
    font-size: 1.6rem;
    ;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .basic-flame {
    width: 1200px;
    margin: 0px auto 0px auto;
  }
  .narrow-flame {
    width: 930px;
    margin: 0px auto 0px auto;
  }
  .bottom-margin {
    margin: 0 auto 60px auto;
  }
  /*--- 文字装飾 --- */
  .top-catch {
    font-size: 6.0rem;
    letter-spacing: 0.2em;
    margin: 0 0 0 80px;
  }
  /*--- 外部リンクボタン --- */
  /* ボタン5 */
  .button {
    padding: 35px 20px;
    margin: 20px 10px;
    position: relative;
    color: #ecf0f1;
    text-align: center;
  }
  /*-------------------------
  ヘッダーメニュー
--------------------------- */
  .h-menu {
    display: none;
  }
  /*-------------------------
  見出し
--------------------------- */
  h2.basic {
    font-size: 38px;
    margin: 0 0 40px 0;
  }
  /*-------------------------
  footer
--------------------------- */
  .footer-flame {
    width: 1200px;
    margin: 20px auto 0 auto;
  }
  .f-company {
    width: 40%;
    margin: 0;
  }
  .f-menu-flame {
    width: 60%;
  }
  .f-menu {
    display: block;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .f-menu li {
    font-size: 1.5rem;
    margin: 0 30px 10px 0px;
    width: 28%;
  }
  .f-menu li ul li {
    width: 100%;
	font-size: 1.5rem;
	  margin: 5px 0px 5px 0px;
  }
}
@media print, screen and (min-width : 1400px) {
  /*-------------------------
  共通レイアウト
--------------------------- */
  /*--- 文字装飾 --- */
  .top-catch {
    margin: 0 0 0 240px;
  }
  /*-------------------------
  スマホ用メニュー
--------------------------- */
  div.sp-drawer {
    display: none;
  }
  /*-------------------------
  header
--------------------------- */
  header {
    width: 100%;
    margin: 0px auto 0px auto;
    position: fixed;
    background: #fff;
    padding: 0px 0px;
    z-index: 10;
  }
  .header-flame {
    margin: 0px;
    padding: 10px 0;
    height: auto;
  }
  .header-logo {
    width: 400px;
    margin: 0 0 0 20px;
  }
  /*--- ヘッダーメニュー --- */
  .h-menu {
    display: block;
    display: flex; /*justify-content: space-between;*/
    align-items: center;
  }
  .h-menu li {
    list-style-type: none;
    background-color: #fff;
    color: #000;
    flex-grow: 1;
    text-align: center;
    margin: 0 20px;
    font-size: 1.6rem;
  }
  .h-menu li a {
    display: block;
    padding: 0 0px;
    line-height: 1.8;
  }
}