@charset "UTF-8";
/*
Theme Name: BEACON
Theme URL: https://beacon-jp.com
Description: BEACON
Author: BEACON
Version: BEACON1.0
Tags: BEACON
License: BEACON
License URI: https://beacon-jp.com
*/
@-webkit-keyframes Shake {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    -webkit-transform: translate(0px, -5px) rotateZ(5deg);
            transform: translate(0px, -5px) rotateZ(5deg); }
  50% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg); }
  75% {
    -webkit-transform: translate(0px, -5px) rotateZ(-5deg);
            transform: translate(0px, -5px) rotateZ(-5deg); } }
@keyframes Shake {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    -webkit-transform: translate(0px, -5px) rotateZ(5deg);
            transform: translate(0px, -5px) rotateZ(5deg); }
  50% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg); }
  75% {
    -webkit-transform: translate(0px, -5px) rotateZ(-5deg);
            transform: translate(0px, -5px) rotateZ(-5deg); } }

/*====================
 *   Base
 *====================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  background: #fff;
  color: #282823;
  position: relative;
  z-index: 1; }

body {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

div, h1, h2, h3, h4, h5, p, a, hr, dl, dt, dd, img, video, article, ul, li, section {
  margin: 0;
  padding: 0;
  font-weight: normal; }

p {
  font-size: 1.6rem;
  line-height: 2.0;
  font-weight: normal; }
  @media screen and (max-width: 520px) {
    p {
      font-size: 1.4rem;
      line-height: 1.75; } }

.noHide {
  display: block; }

.pcHide {
  display: none; }
  @media screen and (max-width: 960px) {
    .pcHide {
      display: block; } }

.tbpcHide {
  display: none; }
  @media screen and (max-width: 520px) {
    .tbpcHide {
      display: block; } }

.sptbHide {
  display: block; }
  @media screen and (max-width: 960px) {
    .sptbHide {
      display: none; } }

.spHide {
  display: block; }
  @media screen and (max-width: 520px) {
    .spHide {
      display: none; } }

.tbHide {
  display: none; }
  @media screen and (max-width: 960px) {
    .tbHide {
      display: block; } }
  @media screen and (max-width: 520px) {
    .tbHide {
      display: none; } }

a {
  text-decoration: none;
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer; }
  a:hover {
    opacity: 0.5; }

*:focus {
  outline: none; }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

.noBoder {
  border: none !important; }

.noPadding {
  padding: 0 !important; }

.textCenter {
  text-align: center !important; }

.textLeft {
  text-align: left !important; }

/*====================
 *   COMMON
 *====================*/
.fadein {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s; }

.fadein.scrollin {
  opacity: 1; }

.pc72px {
  font-size: 7.2rem;
  line-height: 1.0; }
  @media screen and (max-width: 960px) {
    .pc72px {
      font-size: 5.0rem; } }
  @media screen and (max-width: 520px) {
    .pc72px {
      font-size: 4.6rem; } }

.pc60px {
  font-size: 6.0rem;
  line-height: 1.0; }
  @media screen and (max-width: 960px) {
    .pc60px {
      font-size: 4.5rem; } }
  @media screen and (max-width: 520px) {
    .pc60px {
      font-size: 4.0rem; } }

.pc52px {
  font-size: 5.2rem;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .pc52px {
      font-size: 4.0rem; } }
  @media screen and (max-width: 520px) {
    .pc52px {
      font-size: 3.6rem; } }

.pc48px {
  font-size: 4.8rem;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .pc48px {
      font-size: 4.4rem; } }
  @media screen and (max-width: 520px) {
    .pc48px {
      font-size: 3.2rem; } }

.pc44px {
  font-size: 4.4rem;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .pc44px {
      font-size: 4.0rem; } }
  @media screen and (max-width: 520px) {
    .pc44px {
      font-size: 2.6rem; } }

.pc40px {
  font-size: 4.0rem;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .pc40px {
      font-size: 3.6rem; } }
  @media screen and (max-width: 520px) {
    .pc40px {
      font-size: 2.6rem; } }

.pc36px {
  font-size: 3.6rem;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .pc36px {
      font-size: 2.8rem; } }
  @media screen and (max-width: 520px) {
    .pc36px {
      font-size: 2.6rem; } }

.pc32px {
  font-size: 3.2rem;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .pc32px {
      font-size: 2.8rem; } }
  @media screen and (max-width: 520px) {
    .pc32px {
      font-size: 2.4rem; } }

.pc30px {
  font-size: 3.0rem;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .pc30px {
      font-size: 2.6rem; } }
  @media screen and (max-width: 520px) {
    .pc30px {
      font-size: 2.4rem; } }

.pc28px {
  font-size: 2.8rem;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .pc28px {
      font-size: 2.4rem; } }
  @media screen and (max-width: 520px) {
    .pc28px {
      font-size: 2.2rem;
      line-height: 1.5; } }

.pc24px {
  font-size: 2.4rem;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .pc24px {
      font-size: 2.0rem; } }
  @media screen and (max-width: 520px) {
    .pc24px {
      font-size: 2.0rem; } }

.pc22px {
  font-size: 2.2rem;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .pc22px {
      font-size: 2.0rem; } }
  @media screen and (max-width: 520px) {
    .pc22px {
      font-size: 1.6rem; } }

.pc20px {
  font-size: 2.0rem;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .pc20px {
      font-size: 1.8rem; } }
  @media screen and (max-width: 520px) {
    .pc20px {
      font-size: 1.4rem; } }

.pc18px {
  font-size: 1.8rem;
  line-height: 1.75; }
  @media screen and (max-width: 960px) {
    .pc18px {
      font-size: 1.6rem; } }
  @media screen and (max-width: 520px) {
    .pc18px {
      line-height: 1.5;
      font-size: 1.4rem; } }

.pc16px {
  font-size: 1.6rem;
  line-height: 2.0; }
  @media screen and (max-width: 960px) {
    .pc16px {
      font-size: 1.4rem; } }
  @media screen and (max-width: 520px) {
    .pc16px {
      font-size: 1.3rem;
      line-height: 1.5; } }

.pc15px {
  font-size: 1.5rem;
  line-height: 1.75; }
  @media screen and (max-width: 960px) {
    .pc15px {
      font-size: 1.3rem; } }
  @media screen and (max-width: 520px) {
    .pc15px {
      font-size: 1.3rem; } }

.pc14px {
  font-size: 1.4rem;
  line-height: 1.75; }
  @media screen and (max-width: 960px) {
    .pc14px {
      font-size: 1.2rem; } }

.pc13px {
  font-size: 1.3rem;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .pc13px {
      font-size: 1.1rem; } }

.pc12px {
  font-size: 1.2rem;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .pc12px {
      font-size: 1.0rem; } }

.pc10px {
  font-size: 1.0rem;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .pc10px {
      font-size: 1.0rem; } }

.justify {
  text-align: justify; }

.en {
  font-family: "Lexend Zetta", sans-serif;
  font-weight: 400; }

.noMargin {
  margin: 0 0 0 0 !important; }

/*====================
 *   HEADER
 *====================*/
.headerPc {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 105;
  width: 100%; }
  @media screen and (max-width: 960px) {
    .headerPc {
      display: none; } }

.headerWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.headerLogo {
  width: 11%;
  margin: 30px 0 0 2%; }
  .headerLogo a {
    fill: #ffffff; }
  @media screen and (max-width: 960px) {
    .headerLogo {
      width: 20%;
      margin: 30px 0 0 5%; } }
  @media screen and (max-width: 520px) {
    .headerLogo {
      width: 30%;
      margin: 30px 0 0 5%; } }

.subPage .headerLogo a {
  fill: #007094; }

.headerList {
  width: 15%;
  margin: 30px 2% 0 auto;
  text-align: right;
  position: fixed;
  right: 0; }
  .headerList li {
    margin: 0 0 10px 0;
    line-height: 1.25;
    list-style: none; }
    .headerList li a {
      color: #fff;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font-weight: 600; }

.subPage li a {
  color: #007094; }

.spMenu {
  display: none; }
  @media screen and (max-width: 960px) {
    .spMenu {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 30;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.header {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999; }

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
  position: relative; }

/* ヘッダーのナビ部分 */
.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #fff;
  -webkit-transition: ease .8s;
  transition: ease .8s; }

.nav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0; }
  .nav-items li {
    list-style: none;
    margin: 0 0 20px 0; }
    .nav-items li a {
      color: #007094; }

/* ハンバーガーメニュー */
.header__hamburger {
  width: 60px;
  height: 100%;
  margin: 30px 5% 0 0; }

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999; }

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: relative;
  -webkit-transition: ease .4s;
  transition: ease .4s;
  display: block; }

.subPage .hamburger span {
  background-color: #007094; }

.hamburger span:nth-child(1) {
  top: 0; }

.hamburger span:nth-child(2) {
  margin: 8px 0; }

.hamburger span:nth-child(3) {
  top: 0; }

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.hamburger.active span:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #007094 !important; }

.hamburger.active span:nth-child(2) {
  opacity: 0;
  background-color: #007094 !important; }

.hamburger.active span:nth-child(3) {
  top: -13px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #007094 !important; }

/*====================
 *  FOOTER
 *====================*/
.footer {
  position: relative;
  width: 100%;
  height: 1000px;
  margin: 0 auto;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("./images/footerBack.jpg"); }
  @media screen and (max-width: 520px) {
    .footer {
      height: 500px; } }

.footerCredit {
  position: absolute;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  left: 0.7%;
  top: 15px;
  opacity: 0.3; }

.footerLogo {
  position: absolute;
  width: 10%;
  margin: 0 auto;
  text-align: center;
  bottom: 90px;
  left: 0;
  right: 0; }
  @media screen and (max-width: 520px) {
    .footerLogo {
      width: 20%;
      left: 5%;
      right: auto;
      bottom: 30px; } }

.footerText {
  position: absolute;
  color: #fff;
  text-align: right;
  bottom: 90px;
  right: 3%; }
  @media screen and (max-width: 520px) {
    .footerText {
      bottom: 30px; } }

.footerTextname {
  font-family: "見出ゴMB31", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold; }

.footerTextAddres {
  margin: 30px 0 0 0; }

.footerTextCopy {
  margin: 40px 0 0 0; }
  @media screen and (max-width: 520px) {
    .footerTextCopy {
      margin: 10px 0 0 0; } }

/*====================
 *  FIRSTVIEW
 *====================*/
.firstview {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("./images/topMv.jpg");
  z-index: 10;
  -webkit-box-shadow: 0 1px 0 #007094;
          box-shadow: 0 1px 0 #007094; }
  @media screen and (max-width: 960px) {
    .firstview {
      background-image: url("./images/topMvTb.jpg"); } }
  @media screen and (max-width: 520px) {
    .firstview {
      background-image: url("./images/topMvSp.jpg"); } }

.firstviewCopyBox {
  position: absolute;
  width: 19.6%;
  bottom: 80px;
  left: 2%; }
  @media screen and (max-width: 960px) {
    .firstviewCopyBox {
      width: 30%; } }
  @media screen and (max-width: 520px) {
    .firstviewCopyBox {
      width: 50%;
      left: 5%;
      bottom: 10vh; } }

.firstviewCopy {
  width: 100%; }

.firstviewCopySmall {
  margin: 15px 0 0 0;
  color: #fff; }

.firstviewCredit {
  position: absolute;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  right: 0.7%;
  bottom: 15px;
  opacity: 0.1; }

/* fadeUp */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
  -webkit-animation-delay: 1.0s;
          animation-delay: 1.0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.fadeUpTrigger {
  opacity: 0; }

/*ローディング設定　*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  text-align: center;
  color: #fff; }

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center; }

#splash_logo img {
  width: 60%; }

.loadingFade {
  -webkit-animation-name: loadingFadeAnime;
          animation-name: loadingFadeAnime;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0; }

@-webkit-keyframes loadingFadeAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes loadingFadeAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/*====================
 *  TOP  ABOUT
 *====================*/
.topAbout {
  background: #E7F4F7;
  width: 100%;
  margin: 0 auto;
  padding: 150px 0; }
  @media screen and (max-width: 520px) {
    .topAbout {
      padding: 80px 0; } }

.topAboutInner {
  width: 82%;
  margin: 0 15% 0 3%; }
  @media screen and (max-width: 960px) {
    .topAboutInner {
      width: 90%;
      margin: 0 5% 0 5%; } }
  @media screen and (max-width: 520px) {
    .topAboutInner {
      width: 90%;
      margin: 0 5% 0 5%; } }

.menuTitle {
  line-height: 1.0;
  font-weight: 600;
  color: #007094;
  letter-spacing: -0.05rem; }

.menuTitleJp {
  margin: 35px 0 0 0;
  line-height: 1.0;
  font-family: "見出ゴMB31", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold; }
  @media screen and (max-width: 960px) {
    .menuTitleJp {
      margin: 20px 0 0 0; } }
  @media screen and (max-width: 520px) {
    .menuTitleJp {
      margin: 20px 0 0 0; } }

.topAboutPurpose {
  width: 82%;
  margin: 180px 0 0 17%; }
  @media screen and (max-width: 960px) {
    .topAboutPurpose {
      width: 90%;
      margin: 80px 0 0 0; } }
  @media screen and (max-width: 520px) {
    .topAboutPurpose {
      width: 100%;
      margin: 50px 0 0 0; } }

.topAboutTitleSmall {
  color: #007094;
  font-weight: 600; }

.topAboutPurposeHeading {
  margin: 180px 0 0 0;
  font-family: "見出ゴMB31", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 5.2rem; }
  @media screen and (max-width: 960px) {
    .topAboutPurposeHeading {
      margin: 50px 0 0 0;
      font-size: 3.2rem; } }
  @media screen and (max-width: 520px) {
    .topAboutPurposeHeading {
      margin: 30px 0 0 0;
      font-size: 2.6rem; } }

.topAboutPurposeTextBox {
  margin: 80px 0 0 0; }
  .topAboutPurposeTextBox span {
    font-family: "見出ゴMB31", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 1.8rem; }
    @media screen and (max-width: 520px) {
      .topAboutPurposeTextBox span {
        font-size: 1.6rem; } }
  @media screen and (max-width: 960px) {
    .topAboutPurposeTextBox {
      margin: 40px 0 0 0; } }
  @media screen and (max-width: 520px) {
    .topAboutPurposeTextBox {
      margin: 20px 0 0 0; } }

.topAboutPurposeText {
  margin: 40px 0 0 0; }
  @media screen and (max-width: 960px) {
    .topAboutPurposeText {
      margin: 20px 0 0 0; } }
  @media screen and (max-width: 520px) {
    .topAboutPurposeText {
      text-align: justify;
      margin: 20px 0 0 0; } }

.topAboutPurposeNameBox {
  margin: 60px 0 0 0; }
  @media screen and (max-width: 960px) {
    .topAboutPurposeNameBox {
      margin: 40px 0 0 0; } }
  @media screen and (max-width: 520px) {
    .topAboutPurposeNameBox {
      margin: 40px 0 0 0; } }

.topAboutPurposeName {
  width: 16%; }
  @media screen and (max-width: 520px) {
    .topAboutPurposeName {
      width: 40%;
      margin: 10px 0 0 0; } }

.topAboutTItleSmall {
  margin: 100px 0 0 0;
  color: #007094; }
  @media screen and (max-width: 960px) {
    .topAboutTItleSmall {
      margin: 50px 0 0 0; } }
  @media screen and (max-width: 520px) {
    .topAboutTItleSmall {
      margin: 50px 0 0 0; } }

.topAboutWhyHeading {
  margin: 50px 0 0 0;
  font-family: "見出ゴMB31", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold; }
  @media screen and (max-width: 960px) {
    .topAboutWhyHeading {
      margin: 20px 0 0 0; } }
  @media screen and (max-width: 520px) {
    .topAboutWhyHeading {
      margin: 20px 0 0 0; } }

.topAboutWhyTextBox {
  margin: 30px 0 0 0; }
  @media screen and (max-width: 960px) {
    .topAboutWhyTextBox {
      margin: 20px 0 0 0; } }
  @media screen and (max-width: 520px) {
    .topAboutWhyTextBox {
      text-align: justify;
      margin: 20px 0 0 0; } }

.topAboutWhyText {
  margin: 15px 0 0 0; }
  @media screen and (max-width: 960px) {
    .topAboutWhyText {
      margin: 10px 0 0 0; } }
  @media screen and (max-width: 520px) {
    .topAboutWhyText {
      text-align: justify;
      margin: 10px 0 0 0; } }
  .topAboutWhyText span {
    position: relative;
    padding-top: 0.7rem; }
  .topAboutWhyText span::before {
    position: absolute;
    content: "";
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background-color: #282823;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }

/*全共通*/
.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0; }

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes bgextendAnimeBase {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/*中の要素*/
.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0; }

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*左から右*/
.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #007094;
  /*伸びる背景色の設定*/ }

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right; }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0); } }

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right; }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0); } }

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0; }

/*====================
 *  TOP  SERVICE
 *====================*/
.topService {
  width: 100%;
  margin: 0 auto;
  padding: 150px 0; }
  @media screen and (max-width: 520px) {
    .topService {
      padding: 80px 0; } }

.topServiceInner {
  width: 82%;
  margin: 0 15% 0 3%; }
  @media screen and (max-width: 960px) {
    .topServiceInner {
      width: 90%;
      margin: 0 5% 0 5%; } }
  @media screen and (max-width: 520px) {
    .topServiceInner {
      width: 90%;
      margin: 0 5% 0 5%; } }

.topServiceLead {
  margin: 50px 0 0 0; }
  @media screen and (max-width: 520px) {
    .topServiceLead {
      margin: 30px 0 0 0; } }

.topServiceIntroBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0 0 0; }
  @media screen and (max-width: 520px) {
    .topServiceIntroBox {
      display: block;
      margin: 30px 0 0 0; } }

.topServiceIntroWrap {
  width: 33.3%;
  margin: 0 4.4% 0 0;
  border: 3px solid #DBDBDB;
  text-align: center;
  padding: 40px;
  position: relative; }
  @media screen and (max-width: 960px) {
    .topServiceIntroWrap {
      margin: 0 2% 0 0;
      padding: 20px;
      font-size: 1.6rem !important; } }
  @media screen and (max-width: 520px) {
    .topServiceIntroWrap {
      width: 100%;
      border: 1px solid #DBDBDB;
      padding: 20px;
      margin: 0 0 40px 0; } }

.topServiceIntroWrap:nth-of-type(3) {
  margin: 0 0 0 0; }

.topServiceIntroNum {
  width: 14.5%;
  margin: 0 auto;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0; }
  @media screen and (max-width: 960px) {
    .topServiceIntroNum {
      width: 25%;
      top: -30px; } }
  @media screen and (max-width: 520px) {
    .topServiceIntroNum {
      width: 12%;
      top: -25px; } }

.topServiceIntroNum02 {
  width: 18%;
  top: -30px; }
  @media screen and (max-width: 960px) {
    .topServiceIntroNum02 {
      width: 30%;
      top: -25px; } }
  @media screen and (max-width: 520px) {
    .topServiceIntroNum02 {
      width: 14%;
      top: -20px; } }

.topServiceIntroText {
  color: #007094;
  font-family: "見出ゴMB31", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold; }
  @media screen and (max-width: 960px) {
    .topServiceIntroText {
      font-size: 1.8rem; } }
  @media screen and (max-width: 520px) {
    .topServiceIntroText {
      font-size: 1.6rem; } }

.topServiceDetailBox {
  margin: 100px 0 0 0; }
  @media screen and (max-width: 960px) {
    .topServiceDetailBox {
      margin: 50px 0 0 0; } }
  @media screen and (max-width: 520px) {
    .topServiceDetailBox {
      margin: 50px 0 0 0; } }

.topServiceDetailContainer {
  margin: 150px 0 0 0; }
  @media screen and (max-width: 960px) {
    .topServiceDetailContainer {
      margin: 70px 0 0 0; } }
  @media screen and (max-width: 520px) {
    .topServiceDetailContainer {
      margin: 50px 0 0 0; } }

.topServiceDetailNum01 {
  width: 21.4%;
  margin: 0 0 0 -6%; }
  @media screen and (max-width: 520px) {
    .topServiceDetailNum01 {
      width: 25%;
      margin: 0 0 0 0; } }

.topServiceDetailNum02 {
  width: 26.3%;
  margin: 0 0 0 auto; }

.topServiceDetailNum03 {
  width: 21.2%;
  margin: 0 0 0 -6%; }

.topServiceDetailWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 0 0; }
  @media screen and (max-width: 960px) {
    .topServiceDetailWrap {
      display: block;
      margin: 30px 0 0 0; } }
  @media screen and (max-width: 520px) {
    .topServiceDetailWrap {
      margin: 10px 0 0 0; } }

.topServiceDetailWrap02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.topServiceDetailImage {
  width: 47%;
  margin: 0 4% 0 0; }
  @media screen and (max-width: 960px) {
    .topServiceDetailImage {
      width: 100%;
      margin: 0 0 0 0; } }

.topServiceDetailImage02 {
  width: 47%;
  margin: 0 0 0 4%; }
  @media screen and (max-width: 960px) {
    .topServiceDetailImage02 {
      width: 100%;
      margin: 0 0 0 0; } }

.topServiceDetailTextBox {
  width: 53%;
  margin: 40px 0 0 0; }
  @media screen and (max-width: 960px) {
    .topServiceDetailTextBox {
      width: 100%;
      margin: 30px 0 0 0; } }

.topServiceDetailTextBoxNoMargin {
  margin: 0 0 0 0; }
  @media screen and (max-width: 960px) {
    .topServiceDetailTextBoxNoMargin {
      width: 100%;
      margin: 30px 0 0 0; } }

.topServiceDetailHeading {
  display: inline-block;
  color: #007094;
  font-family: "見出ゴMB31", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  border-bottom: 2px solid #007094;
  padding: 0 0 1.2rem 0; }
  @media screen and (max-width: 520px) {
    .topServiceDetailHeading {
      border-bottom: 1px solid #007094;
      padding: 0 0 5px 0; } }

.topServiceDetailTextWrap {
  margin: 30px 0 0 0; }
  @media screen and (max-width: 520px) {
    .topServiceDetailTextWrap {
      margin: 15px 0 0 0; } }

.topServiceDetailText {
  margin: 15px 0 0 0; }
  @media screen and (max-width: 520px) {
    .topServiceDetailText {
      margin: 10px 0 0 0;
      text-align: justify; } }
  @media screen and (max-width: 520px) {
    .topServiceDetailText span {
      letter-spacing: -0.05em; } }

.serviceBtn {
  width: 360px;
  height: 60px;
  color: #007094;
  text-align: center;
  line-height: 60px;
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
  border: 1px solid #007094;
  border-radius: 30px;
  margin: 40px 0 0 0;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  .serviceBtn:hover {
    opacity: 0.5; }
  .serviceBtn img {
    width: 23px;
    height: 11px;
    margin: 0 0 0 20px; }
  @media screen and (max-width: 960px) {
    .serviceBtn {
      font-size: 1.6rem; } }
  @media screen and (max-width: 520px) {
    .serviceBtn {
      font-size: 1.6rem;
      width: 360px;
      height: 60px;
      line-height: 60px;
      margin: 20px 0 0 0; } }

.open {
  cursor: pointer; }

#pop-up01, #pop-up02, #pop-up03, #pop-up04 {
  display: none;
  /* label でコントロールするので input は非表示に */ }

.overlay {
  display: none;
  /* input にチェックが入るまでは非表示に */ }

#pop-up01:checked + .overlay, #pop-up02:checked + .overlay, #pop-up03:checked + .overlay, #pop-up04:checked + .overlay {
  display: block;
  z-index: 9999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  animation: fadeIn 0.3s ease 0s 1 normal;
  -webkit-animation: fadeIn 0.3s ease 0s 1 normal; }

.window {
  width: 65%;
  height: 90vh;
  padding: 50px 0;
  border-radius: 6px;
  background: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: scroll;
  text-align: center; }
  @media screen and (max-width: 960px) {
    .window {
      width: 70%;
      height: auto;
      max-height: 70vh; } }
  @media screen and (max-width: 520px) {
    .window {
      width: 90%;
      height: auto;
      max-height: 70vh;
      overflow-y: scroll; } }

.close {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff; }

.close::before, .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #282823; }

.close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg); }

.close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg); }

.topService01Figure {
  width: 60%;
  margin: 0 auto 0; }
  @media screen and (max-width: 520px) {
    .topService01Figure {
      width: 90%;
      margin: 4% auto 0; } }

.topService0201Scroll {
  margin: 0 0 0 2%;
  line-height: 30px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .topService0201Scroll img {
    width: 60px;
    margin: 0 0 0 10px; }

.topService0201Figure {
  width: 200%;
  margin: 0 auto 0; }
  @media screen and (max-width: 960px) {
    .topService0201Figure {
      width: 300%; } }
  @media screen and (max-width: 520px) {
    .topService0201Figure {
      width: 400%; } }

.topService0202Figure {
  width: 90%;
  margin: 8% auto 0; }
  @media screen and (max-width: 960px) {
    .topService0202Figure {
      width: 90%;
      margin: 8% 5% 0; } }
  @media screen and (max-width: 520px) {
    .topService0202Figure {
      width: 90%;
      margin: 8% 5% 0; } }

.topService04Figure {
  width: 80%;
  margin: 2% auto 0; }
  @media screen and (max-width: 960px) {
    .topService04Figure {
      width: 100%; } }
  @media screen and (max-width: 520px) {
    .topService04Figure {
      width: 150%; } }

.serviceBtn03 {
  margin: 20px 0 0 0; }

/*====================
 *  TOP  CASESTUDY
 *====================*/
.topCasestudy {
  width: 100%;
  margin: 0 auto;
  padding: 150px 0;
  background: #F7F7F7; }
  @media screen and (max-width: 520px) {
    .topCasestudy {
      padding: 80px 0; } }

.topCasestudyInner {
  width: 82%;
  margin: 0 15% 0 3%; }
  @media screen and (max-width: 960px) {
    .topCasestudyInner {
      width: 90%;
      margin: 0 5% 0 5%; } }
  @media screen and (max-width: 520px) {
    .topCasestudyInner {
      width: 90%;
      margin: 0 5% 0 5%; } }

.topCasestudyContainer {
  margin: 100px 0 0 0; }
  @media screen and (max-width: 520px) {
    .topCasestudyContainer {
      margin: 50px 0 0 0; } }

.topCasestudyContainer02 {
  margin: 70px 0 0 0; }

.topCasestudyTitle {
  color: #007094;
  font-family: "見出ゴMB31", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold; }

.topCasestudyBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  margin: 35px 0 0 0;
  padding: 30px; }
  @media screen and (max-width: 960px) {
    .topCasestudyBox {
      display: block;
      margin: 20px 0 0 0; } }
  @media screen and (max-width: 520px) {
    .topCasestudyBox {
      margin: 15px 0 0 0;
      padding: 15px; } }

.topCasestudywrap01 {
  width: 55%;
  margin: 0 2.8% 0 0; }
  @media screen and (max-width: 960px) {
    .topCasestudywrap01 {
      width: 100%;
      margin: 0 0 0 0; } }

.topCasestudywrap02 {
  width: 45%;
  margin: 90px 0 0 0; }
  @media screen and (max-width: 960px) {
    .topCasestudywrap02 {
      width: 70%;
      margin: 20px auto 0; } }
  @media screen and (max-width: 520px) {
    .topCasestudywrap02 {
      width: 100%;
      margin: 20px 0 0 0; } }

.topCasestudyNum {
  font-family: "見出ゴMB31", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  border-right: solid 1px #282823;
  border-bottom: solid 1px #282823;
  padding: 13px;
  display: inline-block;
  line-height: 1.0; }
  @media screen and (max-width: 520px) {
    .topCasestudyNum {
      padding: 5px; } }

.topCasestudyTitle {
  color: #007094;
  line-height: 1.5;
  font-family: "見出ゴMB31", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  margin: 25px 0 0 0; }
  @media screen and (max-width: 520px) {
    .topCasestudyTitle {
      margin: 10px 0 0 0; } }

.topCasestudyTextContainer {
  margin: 40px 0 0 0; }
  @media screen and (max-width: 520px) {
    .topCasestudyTextContainer {
      margin: 20px 0 0 0; } }

.topCasestudyTextBox {
  margin: 25px 0 0 0;
  text-align: justify; }
  @media screen and (max-width: 520px) {
    .topCasestudyTextBox {
      margin: 15px 0 0 0; } }

.topCasestudyTextItem {
  font-family: "見出ゴMB31", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold; }

.topCasestudyTextNote {
  margin: 40px 0 0 0; }
  @media screen and (max-width: 520px) {
    .topCasestudyTextNote {
      margin: 15px 0 0 0; } }

/*====================
 *  TOP  COMPANY
 *====================*/
.topCompany {
  width: 100%;
  margin: 0 auto;
  padding: 150px 0; }
  @media screen and (max-width: 520px) {
    .topCompany {
      padding: 80px 0; } }

.topCompanyInner {
  width: 82%;
  margin: 0 15% 0 3%; }
  @media screen and (max-width: 960px) {
    .topCompanyInner {
      width: 90%;
      margin: 0 5% 0 5%; } }
  @media screen and (max-width: 520px) {
    .topCompanyInner {
      width: 90%;
      margin: 0 5% 0 5%; } }

.topCompanyBox {
  width: 82%;
  margin: 180px 0 0 17%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 1px solid #DBDBDB; }
  @media screen and (max-width: 960px) {
    .topCompanyBox {
      width: 90%;
      margin: 50px 0 0 0; } }
  @media screen and (max-width: 520px) {
    .topCompanyBox {
      width: 100%;
      margin: 50px 0 0 0; } }

.topCompanyBoxItem {
  width: 23%;
  padding: 30px 3% 30px 3%;
  border-bottom: 1px solid #DBDBDB; }
  @media screen and (max-width: 960px) {
    .topCompanyBoxItem {
      width: 25%;
      padding: 20px 3% 20px 3%; } }
  @media screen and (max-width: 520px) {
    .topCompanyBoxItem {
      padding: 10px 3% 10px 0; } }

.topCompanyBoxText {
  width: 68%;
  padding: 30px 3% 30px 0;
  border-bottom: 1px solid #DBDBDB; }
  @media screen and (max-width: 960px) {
    .topCompanyBoxText {
      width: 75%;
      padding: 20px 3% 20px 0; } }
  @media screen and (max-width: 520px) {
    .topCompanyBoxText {
      width: 74%;
      padding: 10px 0 10px 0; } }
  .topCompanyBoxText a {
    color: #282823;
    text-decoration: underline;
    margin-left: 1.6rem; }
    @media screen and (max-width: 520px) {
      .topCompanyBoxText a {
        margin: 0; } }

.topCompanyProfileBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82%;
  margin: 130px 0 0 17%; }
  @media screen and (max-width: 960px) {
    .topCompanyProfileBox {
      width: 100%;
      margin: 50px 0 0 0;
      display: block; } }
  @media screen and (max-width: 520px) {
    .topCompanyProfileBox {
      width: 100%;
      margin: 50px 0 0 0;
      display: block; } }

.topCompanyProfileImage {
  width: 42%;
  margin: 0 2.6% 0 0; }
  @media screen and (max-width: 960px) {
    .topCompanyProfileImage {
      width: 45%; } }
  @media screen and (max-width: 520px) {
    .topCompanyProfileImage {
      width: 60%; } }

.topCompanyProfileTextBox {
  width: 58%;
  margin: 80px 0 0 0; }
  @media screen and (max-width: 960px) {
    .topCompanyProfileTextBox {
      width: 100%;
      margin: 20px 0 0 0; } }
  @media screen and (max-width: 520px) {
    .topCompanyProfileTextBox {
      width: 100%;
      margin: 30px 0 0 0; } }

.topCompanyProfileName {
  font-family: "見出ゴMB31", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold; }

.topCompanyProfileTextWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 50px 0 0 0; }
  @media screen and (max-width: 960px) {
    .topCompanyProfileTextWrap {
      margin: 20px 0 0 0; } }
  @media screen and (max-width: 520px) {
    .topCompanyProfileTextWrap {
      margin: 20px 0 0 0; } }

.topCompanyProfileYear {
  width: 12%;
  margin: 20px 1% 0 0; }
  @media screen and (max-width: 520px) {
    .topCompanyProfileYear {
      width: 15%;
      margin: 10px 0% 0 0; } }

.topCompanyProfileText {
  width: 85%;
  margin: 20px 0 0 0;
  text-align: justify; }
  @media screen and (max-width: 520px) {
    .topCompanyProfileText {
      margin: 10px 0% 0 0; } }

/*====================
 *  CONTACT
 *====================*/
.contact {
  padding: 350px 0 150px 0; }
  @media screen and (max-width: 960px) {
    .contact {
      padding: 150px 0 150px 0; } }

.contactInner {
  width: 82%;
  margin: 0 15% 0 3%; }

.contactPolicy {
  display: inline;
  width: 100%;
  margin: 25px 0 0 25%;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #007094; }
  @media screen and (max-width: 960px) {
    .contactPolicy {
      margin: 25px 0 0 22%; } }
  @media screen and (max-width: 520px) {
    .contactPolicy {
      margin: 15px 0 0 0; } }
  .contactPolicy a {
    color: #007094; }

/*====================
 *  PRIVACY POLICY
 *====================*/
.policy {
  padding: 350px 0 150px 0; }
  @media screen and (max-width: 960px) {
    .policy {
      padding: 150px 0 150px 0; } }

.policyInner {
  width: 82%;
  margin: 0 15% 0 3%; }
  @media screen and (max-width: 960px) {
    .policyInner {
      width: 90%;
      margin: 0 15% 0 5%; } }

.policyContainer {
  width: 82%;
  margin: 180px 0 0 17%;
  text-align: justify; }
  @media screen and (max-width: 960px) {
    .policyContainer {
      width: 100%;
      margin: 100px 0 0 0; } }

.policyBox {
  margin: 50px 0 0 0; }

.policyTitle {
  font-family: "見出ゴMB31", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold; }

.policyTextA {
  margin: 30px 0 0 0;
  text-indent: -1.0em;
  padding-left: 1em; }

.policyTextA2 {
  margin: 20px 0 0 0;
  text-indent: 0em;
  padding-left: 1em; }

.policyTextA3 {
  margin: 20px 0 0 0;
  text-indent: 0em;
  padding-left: 0em; }

.policyTitleB {
  font-family: "見出ゴMB31", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  margin: 30px 0 0 0; }

.policyTextB {
  margin: 10px 0 0;
  text-indent: -1.0em;
  padding-left: 1em; }

.policySign {
  margin: 100px 0 0 0; }

/*====================
 *   THANKS
 *====================*/
.thanks {
  width: 82%;
  margin: 0 auto;
  text-align: center;
  padding: 200px 0 200px 0; }

.thanksText {
  margin: 40px 0 0 0; }

.thanksButton {
  width: 360px;
  height: 60px;
  color: #007094;
  text-align: center;
  line-height: 60px;
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
  border: 1px solid #007094;
  border-radius: 30px;
  margin: 80px auto 0;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  .thanksButton a {
    color: #007094; }
  .thanksButton:hover {
    opacity: 0.5; }
  .thanksButton img {
    width: 23px;
    height: 11px;
    margin: 0 0 0 20px; }
  @media screen and (max-width: 960px) {
    .thanksButton {
      font-size: 1.6rem; } }
  @media screen and (max-width: 520px) {
    .thanksButton {
      font-size: 1.6rem;
      width: 300px;
      height: 60px;
      line-height: 60px;
      margin: 50px auto 0; } }
