@charset "UTF-8";
/*========================================================

  1.インポートファイル
  2.基本設定

========================================================*/
/*========================================================

  インポートファイル

========================================================*/
/* 必須 */
/*——————— ▼ MacBook・ノートPC ———————*/
/*——————— ▼ iPad(横)・iPadPro　———————*/
/*——————— ▼ iPad mini(横) ———————*/
/*——————— ▼ iPad mini(縦) ———————*/
/*——————— ▼ スマホ ———————*/
/*========================================================

  1.transform
  2.flex-box
  3.gradient
  4.position
  5.other

========================================================*/
/*========================================================

  1.transform

========================================================*/
/*——————— ▼ transition ———————*/
/*——————— ▼ translate ———————*/
/*——————— ▼ scale ———————*/
/*——————— ▼ rotate ———————*/
/*——————— ▼ rotateX ———————*/
/*——————— ▼ rotateY ———————*/
/*==================================================

  2.flex-box

==================================================*/
/*——————— ▼ flexbox ———————*/
/*——————— ▼ justify-content ———————*/
/*——————— ▼ align-items ———————*/
/*——————— ▼ flex-wrap ———————*/
/*——————— ▼ flex ———————*/
/*==================================================

  3.gradient

==================================================*/
/*——————— ▼ 明 → 暗 ———————*/
/*——————— ▼ 暗 → 明 ———————*/
/*==================================================

  4.position

==================================================*/
/*——————— ▼ 上 真ん中 ———————*/
/*——————— ▼ 左上 ———————*/
/*——————— ▼ 右上 ———————*/
/*——————— ▼ 下 真ん中 ———————*/
/*——————— ▼ 左下 ———————*/
/*——————— ▼ 右下 ———————*/
/*——————— ▼ 上下中央 ———————*/
/*==================================================

  5.other

==================================================*/
/*——————— ▼ 天地中央 ———————*/
/*——————— ▼ opacity ———————*/
/*——————— ▼ border-radius ———————*/
/*——————— ▼ 正円 ———————*/
/*——————— ▼ 矢印 ———————*/
/* 必須 */
/*========================================================

  1.コンテンツレイアウト
  2.フォントサイズ

========================================================*/
/*========================================================

  1.コンテンツレイアウト

========================================================*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
.col-container {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /*——————— ▼ PC ———————*/
  /*——————— ▼ tab ———————*/
  /*——————— ▼ phab ———————*/
  /*——————— ▼ sp ———————*/
}
.col-container .col-l-12 {
  width: 100%;
}
.col-container .col-l-11 {
  width: 91.66667%;
}
.col-container .col-l-10 {
  width: 83.33333%;
}
.col-container .col-l-9 {
  width: 75%;
}
.col-container .col-l-8 {
  width: 66.66667%;
}
.col-container .col-l-7 {
  width: 58.33333%;
}
.col-container .col-l-6 {
  width: 50%;
}
.col-container .col-l-5 {
  width: 41.66667%;
}
.col-container .col-l-4 {
  width: 33.33333%;
}
.col-container .col-l-3 {
  width: 25%;
}
.col-container .col-l-2 {
  width: 16.66667%;
}
.col-container .col-l-1 {
  width: 8.33333%;
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-12 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-11 {
    width: 91.66667%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-10 {
    width: 83.33333%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-9 {
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-8 {
    width: 66.66667%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-7 {
    width: 58.33333%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-6 {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-5 {
    width: 41.66667%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-4 {
    width: 33.33333%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-3 {
    width: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-2 {
    width: 16.66667%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-1 {
    width: 8.33333%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-12 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-11 {
    width: 91.66667%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-10 {
    width: 83.33333%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-9 {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-8 {
    width: 66.66667%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-7 {
    width: 58.33333%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-6 {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-5 {
    width: 41.66667%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-4 {
    width: 33.33333%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-3 {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-2 {
    width: 16.66667%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-1 {
    width: 8.33333%;
  }
}
@media screen and (max-width: 414px) {
  .col-container .col-s-12 {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .col-container .col-s-11 {
    width: 91.66667%;
  }
}
@media screen and (max-width: 414px) {
  .col-container .col-s-10 {
    width: 83.33333%;
  }
}
@media screen and (max-width: 414px) {
  .col-container .col-s-9 {
    width: 75%;
  }
}
@media screen and (max-width: 414px) {
  .col-container .col-s-8 {
    width: 66.66667%;
  }
}
@media screen and (max-width: 414px) {
  .col-container .col-s-7 {
    width: 58.33333%;
  }
}
@media screen and (max-width: 414px) {
  .col-container .col-s-6 {
    width: 50%;
  }
}
@media screen and (max-width: 414px) {
  .col-container .col-s-5 {
    width: 41.66667%;
  }
}
@media screen and (max-width: 414px) {
  .col-container .col-s-4 {
    width: 33.33333%;
  }
}
@media screen and (max-width: 414px) {
  .col-container .col-s-3 {
    width: 25%;
  }
}
@media screen and (max-width: 414px) {
  .col-container .col-s-2 {
    width: 16.66667%;
  }
}
@media screen and (max-width: 414px) {
  .col-container .col-s-1 {
    width: 8.33333%;
  }
}

/*========================================================

  2.フォントサイズ

========================================================*/
/* 必須 */
/*========================================================

  【初期設定】

  1.コンテンツ幅
  2.カラー設定
  3.フォント設定

========================================================*/
/*========================================================

  1.コンテンツ幅

========================================================*/
/*——————— ▼ TOPページ ———————*/
article#top div.main-content section {
  padding: 10rem 0;
  background: #fff;
}
@media screen and (max-width: 414px) {
  article#top div.main-content section {
    padding: 5rem 0;
  }
}
article#top div.main-content section:nth-child(even) {
  background: #f0f0f0;
}
article#top div.main-content section div.inner {
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  article#top div.main-content section div.inner {
    width: 100%;
    padding: 0 2rem;
  }
}

/*——————— ▼ 下層ページ ———————*/
article.page div.main-content {
  margin-top: 500px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 1024px) {
  article.page div.main-content {
    margin-top: calc(100vh / 2);
  }
}
article.page div.main-content section {
  padding: 10rem 0;
  background: #fff;
}
@media screen and (max-width: 414px) {
  article.page div.main-content section {
    padding: 5rem 0;
  }
}
article.page div.main-content section div.inner {
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  article.page div.main-content section div.inner {
    width: 100%;
    padding: 0 2rem;
  }
}

/*========================================================

  2.カラー設定

========================================================*/
/*——————— ▼ ベースカラー（背景や余白） ———————*/
/*——————— ▼ メインカラー（navや見出し） ———————*/
/*——————— ▼ サブカラー（リンクやアクセント部分） ———————*/
/*========================================================

  3.フォント設定

========================================================*/
/*——————— ▼ フォント設定 ———————*/
html {
  width: 100%;
  font-size: 62.5%;
}
html body {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP',"メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1;
  color: #333;
  letter-spacing: 1px;
}
@media screen and (max-width: 414px) {
  html body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
html body a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@font-face {
  font-family: 'myfont';
  src: url(../../common/font/ファイル名);
}
/* 必須 */
/*========================================================

  common

========================================================*/
.min {
  font-family: 'Noto Serif JP', serif;
}

.sp-content {
  display: none;
}
@media screen and (max-width: 414px) {
  .sp-content {
    display: block;
  }
}

div.section_title {
  position: relative;
  margin-bottom: 5rem;
}
div.section_title.page {
  text-align: center;
}
div.section_title h2 {
  font-size: 86px;
  font-size: 8.6rem;
  color: #ccc;
}
@media screen and (max-width: 768px) {
  div.section_title h2 {
    font-size: 70px;
    font-size: 7rem;
  }
}
@media screen and (max-width: 414px) {
  div.section_title h2 {
    font-size: 60px;
    font-size: 6rem;
  }
}
div.section_title h2 span {
  color: #4379bf;
}
div.section_title strong {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  div.section_title strong {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  div.section_title strong {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 1rem;
  }
}

/* 下層ページmv */
section.page-mv {
  width: 100%;
  height: 500px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  section.page-mv {
    height: calc(100vh / 2);
  }
}
section.page-mv div.page-mv_bg {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 1024px) {
  section.page-mv div.page-mv_bg {
    height: calc(100vh / 2);
  }
}
section.page-mv div.page-mv_bg.recruit {
  background: url(../../images/recruit/mv.png) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
section.page-mv div.page-mv_bg.company {
  background: url(../../images/company/mv.png) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
section.page-mv div.page-mv_bg.contact {
  background: url(../../images/contact/mv.png) no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}

.inview {
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translate(0, 30%);
  -moz-transform: translate(0, 30%);
  -ms-transform: translate(0, 30%);
  -o-transform: translate(0, 30%);
  transform: translate(0, 30%);
}
@media screen and (max-width: 414px) {
  .inview {
    -webkit-transform: translate(0, 15%);
    -moz-transform: translate(0, 15%);
    -ms-transform: translate(0, 15%);
    -o-transform: translate(0, 15%);
    transform: translate(0, 15%);
  }
}
.inview.move {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* 必須 */
/*========================================================

  header

========================================================*/
/*——————— ▼ pc-header ———————*/
header.top-header {
  position: absolute;
  top: 100vh;
  left: 0;
  width: 100%;
  background: white;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  z-index: 111;
}
@media screen and (max-width: 768px) {
  header.top-header {
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
  }
}
header.top-header.fixed {
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
}
header.top-header.fixed div.inner {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header.top-header.fixed div.inner h1 {
  position: initial;
}
header.top-header div.inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  padding: 2rem;
  height: 75px;
}
@media screen and (max-width: 768px) {
  header.top-header div.inner {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  header.top-header div.inner {
    padding: 1rem;
    height: 65px;
  }
}
header.top-header div.inner h1 {
  position: fixed;
  top: 1rem;
  left: 2rem;
  z-index: 1111;
}
@media screen and (max-width: 768px) {
  header.top-header div.inner h1 {
    position: initial;
  }
}
@media screen and (max-width: 414px) {
  header.top-header div.inner h1 {
    width: 50%;
  }
}
header.top-header div.inner div.aco_btn {
  display: none;
  width: 50px;
  height: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  header.top-header div.inner div.aco_btn {
    display: block;
  }
}
header.top-header div.inner div.aco_btn.close span:nth-child(1) {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header.top-header div.inner div.aco_btn.close span:nth-child(2) {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header.top-header div.inner div.aco_btn span {
  display: block;
  width: 100%;
  height: 5px;
  background: #4379bf;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  margin: auto;
  border-radius: 5px;
}
header.top-header div.inner div.aco_btn span:nth-child(1) {
  top: 0;
}
header.top-header div.inner div.aco_btn span:nth-child(2) {
  bottom: 0;
}
@media screen and (max-width: 768px) {
  header.top-header div.inner nav.gNav {
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    padding: 2rem;
    background: #fff;
    border-top: 1px solid #ccc;
    display: none;
  }
}
@media screen and (max-width: 414px) {
  header.top-header div.inner nav.gNav {
    top: 65px;
  }
}
header.top-header div.inner nav.gNav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 414px) {
  header.top-header div.inner nav.gNav ul {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  header.top-header div.inner nav.gNav ul li + li {
    border-top: 1px solid #ccc;
  }
}
header.top-header div.inner nav.gNav ul li a {
  color: #7B8083;
  display: block;
  text-align: center;
  padding: 0 2rem;
}
@media screen and (max-width: 414px) {
  header.top-header div.inner nav.gNav ul li a {
    padding: 1.5rem 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}
header.top-header div.inner nav.gNav ul li a:hover {
  color: #4379bf;
}
header.top-header div.inner nav.gNav ul li a h2 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 414px) {
  header.top-header div.inner nav.gNav ul li a h2 {
    margin-right: 2rem;
  }
}
header.top-header div.inner nav.gNav ul li a span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: .5rem;
}
@media screen and (max-width: 414px) {
  header.top-header div.inner nav.gNav ul li a span {
    color: #4379bf;
  }
}

header.page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  z-index: 111;
}
header.page-header div.inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 2rem;
  height: 75px;
}
@media screen and (max-width: 414px) {
  header.page-header div.inner {
    height: 65px;
    padding: 1rem;
  }
}
@media screen and (max-width: 414px) {
  header.page-header div.inner h1 {
    width: 50%;
  }
}
header.page-header div.inner div.aco_btn {
  display: none;
  width: 50px;
  height: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  header.page-header div.inner div.aco_btn {
    display: block;
  }
}
header.page-header div.inner div.aco_btn.close span:nth-child(1) {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header.page-header div.inner div.aco_btn.close span:nth-child(2) {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header.page-header div.inner div.aco_btn span {
  display: block;
  width: 100%;
  height: 5px;
  background: #4379bf;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  margin: auto;
  border-radius: 5px;
}
header.page-header div.inner div.aco_btn span:nth-child(1) {
  top: 0;
}
header.page-header div.inner div.aco_btn span:nth-child(2) {
  bottom: 0;
}
@media screen and (max-width: 768px) {
  header.page-header div.inner nav.gNav {
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    padding: 2rem;
    background: #fff;
    border-top: 1px solid #ccc;
    display: none;
  }
}
@media screen and (max-width: 414px) {
  header.page-header div.inner nav.gNav {
    top: 65px;
  }
}
header.page-header div.inner nav.gNav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 414px) {
  header.page-header div.inner nav.gNav ul {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  header.page-header div.inner nav.gNav ul li + li {
    border-top: 1px solid #ccc;
  }
}
header.page-header div.inner nav.gNav ul li a {
  color: #7B8083;
  display: block;
  text-align: center;
  padding: 0 2rem;
}
@media screen and (max-width: 414px) {
  header.page-header div.inner nav.gNav ul li a {
    padding: 1.5rem 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}
header.page-header div.inner nav.gNav ul li a:hover {
  color: #4379bf;
}
header.page-header div.inner nav.gNav ul li a h2 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 414px) {
  header.page-header div.inner nav.gNav ul li a h2 {
    margin-right: 2rem;
  }
}
header.page-header div.inner nav.gNav ul li a span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: .5rem;
}
@media screen and (max-width: 414px) {
  header.page-header div.inner nav.gNav ul li a span {
    color: #4379bf;
  }
}

/*——————— ▼ sp-header ———————*/
/*——————— ▼ アコーディオンメニューボタン ———————*/
#panel-btn {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  background: #333;
}

#panel-btn:hover {
  background: #333;
}

#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #fff;
  transition: .2s;
}

#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: #fff;
  transition: .3s;
}

#panel-btn-icon:before {
  margin-top: -6px;
}

#panel-btn-icon:after {
  margin-top: 4px;
}

#panel-btn .close {
  background: transparent;
}

#panel-btn .close:before, #panel-btn .close:after {
  margin-top: 0;
}

#panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/* 必須 */
/*========================================================

  footer

========================================================*/
div.page-top {
  border-top: 1px solid #ccc;
  background: #fff;
}
div.page-top a {
  display: block;
  text-align: center;
  color: #ccc;
  padding: 1rem 0 2rem;
}
div.page-top a:hover {
  color: #4379bf;
}
div.page-top a i {
  font-size: 30px;
  font-size: 3rem;
}
div.page-top a span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}

footer {
  padding: 5rem 0;
  background: #4379bf;
}
footer a {
  color: #fff;
}
footer div.inner {
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  footer div.inner {
    width: 100%;
    padding: 0 2rem;
  }
}
footer div.inner nav.footer_nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 414px) {
  footer div.inner nav.footer_nav ul {
    display: block;
    padding-left: 2rem;
  }
}
footer div.inner nav.footer_nav ul li + li {
  margin-left: 5rem;
}
@media screen and (max-width: 414px) {
  footer div.inner nav.footer_nav ul li + li {
    margin-left: 0;
    margin-top: 2rem;
  }
}
footer div.inner nav.footer_nav ul li a {
  display: block;
  position: relative;
}
footer div.inner nav.footer_nav ul li a:hover {
  text-decoration: underline;
}
footer div.inner nav.footer_nav ul li a:before {
  content: "⬟";
  width: 15px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
}
footer div.inner div.sns {
  margin: 10rem 0 2rem;
}
@media screen and (max-width: 768px) {
  footer div.inner div.sns {
    margin: 5rem 0 2rem;
  }
}
footer div.inner div.sns ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
footer div.inner div.sns ul li + li {
  margin-left: 2rem;
}
footer div.inner div.sns ul li a {
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #3766a4;
}
footer div.inner div.sns ul li a:hover {
  text-decoration: underline;
}
footer div.inner div.logo {
  text-align: center;
  background: #3766a4;
  width: 50%;
  padding: 5rem 0;
  margin: 10rem auto 2rem;
}
@media screen and (max-width: 768px) {
  footer div.inner div.logo {
    width: 70%;
    margin: 5rem 0 2rem;
  }
}
@media screen and (max-width: 414px) {
  footer div.inner div.logo {
    width: 100%;
    padding: 2rem 0;
  }
}
footer div.inner div.logo p {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 1rem;
  color: #fff;
}
@media screen and (max-width: 414px) {
  footer div.inner div.logo p {
    line-height: 1.5;
  }
}

p.copyright {
  padding: 1rem 2rem;
  text-align: right;
  background: #3766a4;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

/* 必須 */
/*========================================================

  TOP

========================================================*/
article#top div.main-content {
  /* mv */
  /* business */
  /* epsilon */
}
article#top div.main-content section.mv {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 0;
}
article#top div.main-content section.mv div.mv_bg {
  width: 100%;
  height: 100vh;
  background: url(../../images/index/bg_logo.png) no-repeat;
  background-size: 60%;
  background-position: 110% 50%;
  position: relative;
}
@media screen and (max-width: 1500px) {
  article#top div.main-content section.mv div.mv_bg {
    height: 100vh;
    background-size: 65%;
    background-position: 120% 50%;
  }
}
@media screen and (max-width: 1024px) {
  article#top div.main-content section.mv div.mv_bg {
    background-position: 50% 50%;
  }
}
@media screen and (max-width: 768px) {
  article#top div.main-content section.mv div.mv_bg {
    background-position: 50% 20%;
  }
}
@media screen and (max-width: 414px) {
  article#top div.main-content section.mv div.mv_bg {
    background-size: 60%;
  }
}
article#top div.main-content section.mv div.mv_bg div.txt-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 50%;
}
@media screen and (max-width: 1024px) {
  article#top div.main-content section.mv div.mv_bg div.txt-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  article#top div.main-content section.mv div.mv_bg div.txt-wrapper {
    top: auto;
    bottom: 20%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
article#top div.main-content section.mv div.mv_bg div.txt-wrapper div.txt {
  color: #2a4b75;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  article#top div.main-content section.mv div.mv_bg div.txt-wrapper div.txt {
    color: #2a4b75;
  }
}
article#top div.main-content section.mv div.mv_bg div.txt-wrapper div.txt ul.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 414px) {
  article#top div.main-content section.mv div.mv_bg div.txt-wrapper div.txt ul.flex {
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}
article#top div.main-content section.mv div.mv_bg div.txt-wrapper div.txt ul.flex li {
  text-align: center;
  letter-spacing: 5px;
}
@media screen and (max-width: 414px) {
  article#top div.main-content section.mv div.mv_bg div.txt-wrapper div.txt ul.flex li {
    -webkit-flex: 1;
    flex: 1;
  }
}
article#top div.main-content section.mv div.mv_bg div.txt-wrapper div.txt ul.flex li + li {
  margin-left: 3rem;
}
@media screen and (max-width: 414px) {
  article#top div.main-content section.mv div.mv_bg div.txt-wrapper div.txt ul.flex li + li {
    margin: 0;
  }
}
article#top div.main-content section.mv div.mv_bg div.txt-wrapper div.txt ul.flex li p {
  font-size: 45px;
  font-size: 4.5rem;
}
@media screen and (max-width: 1024px) {
  article#top div.main-content section.mv div.mv_bg div.txt-wrapper div.txt ul.flex li p {
    text-shadow: rgba(255, 255, 255, 0.7) 1px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  article#top div.main-content section.mv div.mv_bg div.txt-wrapper div.txt ul.flex li p {
    text-shadow: none;
  }
}
@media screen and (max-width: 414px) {
  article#top div.main-content section.mv div.mv_bg div.txt-wrapper div.txt ul.flex li p {
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin: auto;
    font-size: 30px;
    font-size: 3rem;
  }
}
article#top div.main-content section.mv div.mv_bg div.txt-wrapper div.txt ul.flex li span {
  display: block;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  article#top div.main-content section.mv div.mv_bg div.txt-wrapper div.txt ul.flex li span {
    text-shadow: rgba(255, 255, 255, 0.7) 1px 0 5px;
  }
}
@media screen and (max-width: 768px) {
  article#top div.main-content section.mv div.mv_bg div.txt-wrapper div.txt ul.flex li span {
    text-shadow: none;
  }
}
@media screen and (max-width: 414px) {
  article#top div.main-content section.mv div.mv_bg div.txt-wrapper div.txt ul.flex li span {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }
}
article#top div.main-content section.mv div.mv_bg div.txt-wrapper div.txt h2 {
  font-size: 60px;
  font-size: 6rem;
  letter-spacing: 5px;
  text-align: center;
  margin-top: 5rem;
}
@media screen and (max-width: 1024px) {
  article#top div.main-content section.mv div.mv_bg div.txt-wrapper div.txt h2 {
    font-weight: bold;
    text-shadow: rgba(255, 255, 255, 0.7) 1px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  article#top div.main-content section.mv div.mv_bg div.txt-wrapper div.txt h2 {
    text-shadow: none;
  }
}
@media screen and (max-width: 414px) {
  article#top div.main-content section.mv div.mv_bg div.txt-wrapper div.txt h2 {
    font-size: 40px;
    font-size: 4rem;
  }
}
article#top div.main-content section.business {
  margin-top: calc(100vh + 75px);
}
@media screen and (max-width: 414px) {
  article#top div.main-content section.business {
    margin-top: 100vh;
  }
}
article#top div.main-content section.business div.inner div.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 414px) {
  article#top div.main-content section.business div.inner div.flex {
    display: block;
  }
}
article#top div.main-content section.business div.inner div.flex div {
  -webkit-flex: 1;
  flex: 1;
}
article#top div.main-content section.business div.inner div.flex div.fl {
  padding-right: 2rem;
}
@media screen and (max-width: 414px) {
  article#top div.main-content section.business div.inner div.flex div.fl {
    padding: 0;
  }
}
article#top div.main-content section.business div.inner div.flex div.fr {
  padding-left: 2rem;
}
@media screen and (max-width: 414px) {
  article#top div.main-content section.business div.inner div.flex div.fr {
    padding: 0;
  }
}
article#top div.main-content section.business div.inner div.flex div.txt_box {
  position: relative;
}
@media screen and (max-width: 414px) {
  article#top div.main-content section.business div.inner div.flex div.txt_box {
    margin-bottom: 5rem;
  }
}
article#top div.main-content section.business div.inner div.flex div.txt_box div.txt {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 414px) {
  article#top div.main-content section.business div.inner div.flex div.txt_box div.txt {
    position: initial;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
article#top div.main-content section.business div.inner div.flex div.txt_box div.txt ul li + li {
  margin-top: 2rem;
}
article#top div.main-content section.business div.inner div.flex div.img_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
article#top div.main-content section.business div.inner div.flex div.img_box figure:nth-child(1) {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 414px) {
  article#top div.main-content section.business div.inner div.flex div.img_box figure:nth-child(1) {
    margin-bottom: 1rem;
  }
}
article#top div.main-content section.business div.inner div.flex div.img_box figure:nth-child(2) {
  width: 50%;
  padding-right: 1rem;
}
@media screen and (max-width: 1024px) {
  article#top div.main-content section.business div.inner div.flex div.img_box figure:nth-child(2) {
    padding-right: .5rem;
  }
}
article#top div.main-content section.business div.inner div.flex div.img_box figure:nth-child(3) {
  width: 50%;
  padding-left: 1rem;
}
@media screen and (max-width: 1024px) {
  article#top div.main-content section.business div.inner div.flex div.img_box figure:nth-child(3) {
    padding-left: .5rem;
  }
}
article#top div.main-content section.business div.inner div.flex div.img_box figure img {
  width: 100%;
}
article#top div.main-content section.epsilon div.inner div.section_title {
  text-align: center;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  article#top div.main-content section.epsilon div.inner div.section_title {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 414px) {
  article#top div.main-content section.epsilon div.inner div.section_title {
    text-align: left;
    line-height: 1.2;
  }
}
article#top div.main-content section.epsilon div.inner div.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  article#top div.main-content section.epsilon div.inner div.flex {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
article#top div.main-content section.epsilon div.inner div.flex div {
  -webkit-flex: 1;
  flex: 1;
}
@media screen and (max-width: 768px) {
  article#top div.main-content section.epsilon div.inner div.flex div {
    -webkit-flex: none;
    flex: none;
    width: 100%;
  }
}
article#top div.main-content section.epsilon div.inner div.flex div.fl {
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  article#top div.main-content section.epsilon div.inner div.flex div.fl {
    padding: 0;
  }
}
article#top div.main-content section.epsilon div.inner div.flex div.fr {
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  article#top div.main-content section.epsilon div.inner div.flex div.fr {
    padding: 0;
  }
}
article#top div.main-content section.epsilon div.inner div.flex div.txt_box {
  position: relative;
}
@media screen and (max-width: 768px) {
  article#top div.main-content section.epsilon div.inner div.flex div.txt_box {
    order: 1;
  }
}
article#top div.main-content section.epsilon div.inner div.flex div.txt_box div.txt {
  width: 100%;
}
article#top div.main-content section.epsilon div.inner div.flex div.txt_box div.txt h3 {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  color: #4379bf;
  margin-bottom: 2rem;
  margin-top: 5rem;
}
@media screen and (max-width: 1500px) {
  article#top div.main-content section.epsilon div.inner div.flex div.txt_box div.txt h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  article#top div.main-content section.epsilon div.inner div.flex div.txt_box div.txt h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 414px) {
  article#top div.main-content section.epsilon div.inner div.flex div.txt_box div.txt h3 {
    margin-top: 0;
  }
}
article#top div.main-content section.epsilon div.inner div.flex div.txt_box div.txt h3 strong span {
  display: block;
  text-align: left;
}
article#top div.main-content section.epsilon div.inner div.flex div.txt_box div.txt h3 strong span + span {
  margin-top: 2rem;
}
article#top div.main-content section.epsilon div.inner div.flex div.txt_box div.txt h3 strong span:nth-child(2) {
  text-align: center;
}
article#top div.main-content section.epsilon div.inner div.flex div.txt_box div.txt h3 strong span:nth-child(3) {
  text-align: right;
}
article#top div.main-content section.epsilon div.inner div.flex div.txt_box div.txt p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 414px) {
  article#top div.main-content section.epsilon div.inner div.flex div.txt_box div.txt p {
    margin-top: 5rem;
  }
}
article#top div.main-content section.epsilon div.inner div.flex div.txt_box figure {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  article#top div.main-content section.epsilon div.inner div.flex div.txt_box figure {
    display: none;
  }
}
article#top div.main-content section.epsilon div.inner div.flex div.img_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  article#top div.main-content section.epsilon div.inner div.flex div.img_box {
    order: 2;
    width: 60%;
    margin: 10rem auto 0;
  }
}
@media screen and (max-width: 414px) {
  article#top div.main-content section.epsilon div.inner div.flex div.img_box {
    margin: 5rem 0 0;
    width: 100%;
  }
}
article#top div.main-content section.epsilon div.inner div.flex div.img_box figure:nth-child(1) {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 414px) {
  article#top div.main-content section.epsilon div.inner div.flex div.img_box figure:nth-child(1) {
    margin-bottom: 1rem;
  }
}
article#top div.main-content section.epsilon div.inner div.flex div.img_box figure:nth-child(2) {
  width: 50%;
  padding-right: 1rem;
}
@media screen and (max-width: 1024px) {
  article#top div.main-content section.epsilon div.inner div.flex div.img_box figure:nth-child(2) {
    padding-right: .5rem;
  }
}
article#top div.main-content section.epsilon div.inner div.flex div.img_box figure:nth-child(3) {
  width: 50%;
  padding-left: 1rem;
}
@media screen and (max-width: 1024px) {
  article#top div.main-content section.epsilon div.inner div.flex div.img_box figure:nth-child(3) {
    padding-left: .5rem;
  }
}
article#top div.main-content section.epsilon div.inner div.flex div.img_box figure img {
  width: 100%;
}

/* 必須 */
/*========================================================

  recruit

========================================================*/
article#recruit div.main-content section.recruit div.inner ul.tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 5rem;
}
@media screen and (max-width: 414px) {
  article#recruit div.main-content section.recruit div.inner ul.tabs {
    display: block;
  }
}
article#recruit div.main-content section.recruit div.inner ul.tabs li {
  -webkit-flex: 1;
  flex: 1;
}
article#recruit div.main-content section.recruit div.inner ul.tabs li + li {
  margin-left: 5rem;
}
@media screen and (max-width: 414px) {
  article#recruit div.main-content section.recruit div.inner ul.tabs li + li {
    margin-top: 1rem;
    margin-left: 0;
  }
}
article#recruit div.main-content section.recruit div.inner ul.tabs li.active a {
  background: #4379bf;
  color: #fff;
}
article#recruit div.main-content section.recruit div.inner ul.tabs li:hover a {
  background: #4379bf;
  color: #fff;
}
article#recruit div.main-content section.recruit div.inner ul.tabs li a {
  display: block;
  padding: 2rem 0;
  color: #4379bf;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  border: 2px solid #4379bf;
  border-radius: 50px;
}
@media screen and (max-width: 414px) {
  article#recruit div.main-content section.recruit div.inner ul.tabs li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
article#recruit div.main-content section.recruit div.inner div.tab_content div.tab-inner p {
  text-align: center;
}

/* 必須 */
/*========================================================

  company

========================================================*/
article#company div.main-content {
  /*over view*/
  /*access*/
}
article#company div.main-content section.overview div.inner table {
  width: 100%;
  border: solid #ccc;
  border-width: 1px 0 0 1px;
}
article#company div.main-content section.overview div.inner table tr th, article#company div.main-content section.overview div.inner table tr td {
  border: solid #ccc;
  border-width: 0 1px 1px 0;
}
@media screen and (max-width: 414px) {
  article#company div.main-content section.overview div.inner table tr th, article#company div.main-content section.overview div.inner table tr td {
    display: block;
    width: 100%;
  }
}
article#company div.main-content section.overview div.inner table tr th {
  text-align: center;
  color: #fff;
  background-color: #417bbf;
}
@media screen and (max-width: 414px) {
  article#company div.main-content section.overview div.inner table tr th {
    padding: 2rem 0;
  }
}
article#company div.main-content section.overview div.inner table tr td {
  text-align: left;
  padding: 2rem;
  line-height: 2;
  position: relative;
}
article#company div.main-content section.overview div.inner table tr td a {
  width: 20%;
  text-align: center;
  margin-left: 5rem;
  border: 2px solid #417bbf;
  border-radius: 50px;
  background-color: #417bbf;
  color: #fff;
  position: absolute;
  top: 30%;
  left: 50%;
}
article#company div.main-content section.access {
  padding: 0;
}
article#company div.main-content section.access div.inner {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  article#company div.main-content section.access div.inner {
    padding: 0;
  }
}
article#company div.main-content section.access div.inner div.section_title {
  text-align: center;
  padding-top: 5rem;
}
@media screen and (max-width: 414px) {
  article#company div.main-content section.access div.inner div.map iframe {
    height: 350px;
  }
}

/* 必須 */
/*========================================================

  contact

========================================================*/
article#contact div.main-content section.contact div.inner div.head {
  margin-bottom: 10rem;
}
@media screen and (max-width: 414px) {
  article#contact div.main-content section.contact div.inner div.head {
    margin-bottom: 5rem;
  }
}
article#contact div.main-content section.contact div.inner div.head p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
article#contact div.main-content section.contact div.inner .screen-reader-response {
  display: none !important;
}
article#contact div.main-content section.contact div.inner .wpcf7-not-valid-tip {
  color: #9e1212;
  display: block;
  padding: 2rem;
}
@media screen and (max-width: 414px) {
  article#contact div.main-content section.contact div.inner .wpcf7-not-valid-tip {
    padding: 2rem 0;
  }
}
article#contact div.main-content section.contact div.inner .wpcf7-response-output {
  display: block;
  margin-top: 2rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 414px) {
  article#contact div.main-content section.contact div.inner .wpcf7-response-output {
    text-align: left;
  }
}
article#contact div.main-content section.contact div.inner div.form {
  background: #fff;
  border-radius: 20px;
  font-family: "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
}
article#contact div.main-content section.contact div.inner div.form div.row + div.row {
  margin-top: 5rem;
}
@media screen and (max-width: 414px) {
  article#contact div.main-content section.contact div.inner div.form div.row + div.row {
    margin-top: 2.5rem;
  }
}
article#contact div.main-content section.contact div.inner div.form div.row div.label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 2rem;
  font-family: 'Noto Sans JP',"メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
}
article#contact div.main-content section.contact div.inner div.form div.row div.label p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 1rem;
}
@media screen and (max-width: 414px) {
  article#contact div.main-content section.contact div.inner div.form div.row div.label p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
article#contact div.main-content section.contact div.inner div.form div.row div.label span {
  display: inline-block;
  padding: .5rem 1rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background: #333;
  border-radius: 50px;
}
@media screen and (max-width: 414px) {
  article#contact div.main-content section.contact div.inner div.form div.row div.label span {
    font-size: 10px;
    font-size: 1rem;
  }
}
article#contact div.main-content section.contact div.inner div.form div.row div.input input {
  border: none;
  outline: none;
  padding: 2rem;
  background: #eee;
  width: 100%;
  font-family: inherit;
  border-radius: 50px;
}
@media screen and (max-width: 414px) {
  article#contact div.main-content section.contact div.inner div.form div.row div.input input {
    padding: 1rem;
  }
}
article#contact div.main-content section.contact div.inner div.form div.row div.input textarea {
  border: none;
  outline: none;
  padding: 2rem;
  background: #eee;
  width: 100%;
  resize: vertical;
  font-family: inherit;
  border-radius: 20px;
}
@media screen and (max-width: 414px) {
  article#contact div.main-content section.contact div.inner div.form div.row div.input textarea {
    padding: 1rem;
  }
}
article#contact div.main-content section.contact div.inner div.form div.row div.input ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
article#contact div.main-content section.contact div.inner div.form div.row div.input ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-family: 'Noto Sans JP',"メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  position: relative;
}
article#contact div.main-content section.contact div.inner div.form div.row div.input ul li + li {
  margin-left: 2rem;
}
article#contact div.main-content section.contact div.inner div.form div.row div.input ul li input[type="radio"] {
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #eee;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  z-index: 111;
  display: none;
}
article#contact div.main-content section.contact div.inner div.form div.row div.input ul li input[type="radio"]:checked + label:after {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
article#contact div.main-content section.contact div.inner div.form div.row div.input ul li input[type="radio"] + label {
  position: relative;
  padding-left: 3.5rem;
  cursor: pointer;
}
article#contact div.main-content section.contact div.inner div.form div.row div.input ul li input[type="radio"] + label:before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #eee;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
article#contact div.main-content section.contact div.inner div.form div.row div.input ul li input[type="radio"] + label:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #777;
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  margin: auto;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  z-index: 1111;
}
article#contact div.main-content section.contact div.inner div.form div.submit {
  margin-top: 5rem;
  text-align: center;
  font-family: 'Noto Sans JP',"メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
}
article#contact div.main-content section.contact div.inner div.form div.submit input[type="submit"] {
  -webkit-appearance: none;
  width: 250px;
  padding: 1rem 0;
  background: #4379bf;
  color: #fff;
  border: none;
  outline: none;
  margin: 0;
  font-family: inherit;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 1rem;
  cursor: pointer;
  border: 3px solid #4379bf;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50px;
}
@media screen and (max-width: 414px) {
  article#contact div.main-content section.contact div.inner div.form div.submit input[type="submit"] {
    padding: 1rem 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
article#contact div.main-content section.contact div.inner div.form div.submit input[type="submit"]:hover {
  background: #fff;
  color: #4379bf;
}

/*========================================================

  基本設定

========================================================*/
div.wp-pagenavi {
  margin-top: 5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
div.wp-pagenavi span, div.wp-pagenavi a {
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  padding: 0;
  margin: 0 .5rem;
  border-radius: 50%;
  color: #ccc;
  border: 1px solid #ccc;
}
div.wp-pagenavi span.current {
  background: #ccc;
  color: #fff;
  border: 0;
}
div.wp-pagenavi a:hover {
  border-color: #ccc;
  background: #ccc;
  color: #fff;
}

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