/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */

/*--------------------------------------------------------------
 onePressテンプレートのオーバーライド
--------------------------------------------------------------*/

.footer-widgets a[target="_blank"] {
  position: relative;
}

.footer-widgets a[target="_blank"]::after {
  content: url(./assets/images/common/newtab.png);
  position: relative;
  bottom: -0.19em;
  margin-left: 0.3em;
}

@media (max-width: 767px) {
.site-footer {
  text-align: center;
}

.footer-widgets ul {
  max-width: 940px;
  border-top: 2px solid #ffffff;
}

.footer-widgets li {
  border-bottom: 1px solid #bbbbbc;
}

.footer-widgets li a {
  display: inline-block;
  padding: 17px 17px;
}
}

.template-fullwidth-stretched #primary {
  padding-bottom: 40px;
}

/*--------------------------------------------------------------
 404ページ
--------------------------------------------------------------*/
.error-404__item {
  text-align: center;
  margin-top: 160px;
  margin-bottom: 210px;
  font-weight: bold;
}

.error-404__item H1 {
  margin-top: 31px;
  font-size: 26px;
  font-weight: 400;
  color: #111;
}

.error-404__item p {
  margin-top: 14px;
  font-size: 14px;
  color: #888;
}

.error-404__item img {
  border: 0;
  vertical-align: top;
}

/*--------------------------------------------------------------
 googleマップ
--------------------------------------------------------------*/
.google-maps iframe {
  width: 100%;
}

/*--------------------------------------------------------------
 トップページ
--------------------------------------------------------------*/
.top-section__title {
  font-size: 34px;
  color: #0a50a1;
  text-align: center;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 48em) {
.top-section__title {
  width: 100%;
  font-size: 2.1em;
  text-align: center;
  margin: 0 0 1em 0;
}
}

.top-section__title span {
  display: block;
  font-size: 16px;
  color: #007bc9;
  font-weight: normal;
}

@media screen and (max-width: 48em) {
.top-section__title span {
  font-size: 0.5em;
}
}

.top-section__button a {
  display: block;
  margin: 0 auto;
  width: 400px;
  border: solid 1px #01b0dc;
  border-radius: 50px;
  padding: 16px 0;
  text-align: center;
  color: #01b0dc;
  position: relative;
}
.top-section__button a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.top-section__button a::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 36px;
  width: 9px;
  height: 9px;
  border-top: solid 2px #01b0dc;
  border-right: solid 2px #01b0dc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 48em) {
.top-section__button p a {
  width: 80%;
}
}

/*--------------------------------------------------------------
 共通
--------------------------------------------------------------*/
/* コンテンツページのメインビジュアル */

.mv_container {
  padding: 0 2%;
  -webkit-box-sizing: boder-box;
  box-sizing: boder-box;
}
.mainvisual {
  background: url(./assets/images/content/contents_head_02.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  margin-bottom: 7%;
  overflow: hidden;
}
.mainvisual .mv_container {
  height: auto;
  padding: 7% 0;
}
.mainvisual .mv_container h2 {
  width: 100%;
  position: relative;
  z-index: 9;
  text-align: center;
  line-height: 35px;
}
.mainvisual .mv_container h2 span {
  font-size: 30px;
  font-weight: 100;
  display: block;
}
.mainvisual .mv_container h2 strong {
  display: block;
  font-size: 15px;
  font-weight: 100;
}

@media only screen and (min-width: 768) {
.mainvisual {
  background: url(./assets/images/content/contents_head_02.jpg) no-repeat center top;
}

.mainvisual .mv_container {
  height: 190px;
}

.mainvisual .mv_container h2 {
  line-height: 45px;
}

.mainvisual .mv_container h2 span {
  font-size: 55px;
}

.mainvisual .mv_container h2 strong {
  font-size: 24px;
}
}

/* タイトル */

.pageTitleStyle1 {
  background: #ebebeb;
  padding: 20px 20px 20px 18px;
  border-left: 3px solid #01789A;
  overflow: auto;
  margin: 0 0 25px;
}

.pageTitleStyle1 h1 {
  font-size: 150%;
  font-weight: bold;
  line-height: 130%;
  color: #595959;
  margin: 0;
  padding: 0;
}

.pageTitleStyle1 .subTitle {
  margin: 0;
  font-size: 90%;
  line-height: 130%;
  color: #777;
}

.pageTitleStyle1 .subTitle strong {
  color: #595959;
}

/* サブタイトル */

.pageSubTitleStyle1 {
  margin: 0px 0 15px;
  padding: 14px 9px 10px;
  border-left: 4px solid #036F96;
  border-bottom: 1px solid #036F96;
  background: #F6F6F6;
  color: #595959;
  font-size: 100%;
  font-weight: bold;
  line-height: 130%;
}

.pageSubTitleStyle2 {
  margin-bottom: 50px;
  padding-bottom: 14px;
  color: #023f74;
  font-weight: bold;
  font-size: 2.0rem;
  text-align: center;
  position: relative;
}
.pageSubTitleStyle2:after {
  content: '';
  display: block;
  margin-left: -24px;
  width: 48px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-radius: 2px;
  background: #023f74;
}

.pageSubTitleStyle3 {
  margin: 0px 0 15px;
  padding: 14px 9px 10px;
  border-left: 4px solid #f0ad4e;
  background: #F6F6F6;
  color: #595959;
  font-size: 120%;
  font-weight: bold;
  line-height: 130%;
}

@media screen and (max-width: 767px) {
.pageSubTitleStyle2 {
  margin-bottom: 26px;
  font-size: 1.5rem;
}
.pageSubTitleStyle2:after {
  width: 40px;
  height: 5px;
  margin-left: -20px;
}
}

/* h2 */

.h2_black {
  line-height: 1.2;
  font-weight: bold;
  font-size: 2.0rem;
  text-align: center;
}

.h2_orange {
  margin-bottom: 50px;
  padding-bottom: 14px;
  color: #f0ad4e;
  font-weight: bold;
  font-size: 2.0rem;
  text-align: center;
  position: relative;
}
.h2_orange:after {
  content: '';
  display: block;
  margin-left: -24px;
  width: 48px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-radius: 2px;
  background: #f0ad4e;
}

@media screen and (max-width: 767px) {
.h2_black {
  font-size: 2.8rem;
  line-height: 1.4;
}
.h2_black span {
  font-size: 1.4rem;
}
.h2_orange {
  margin-bottom: 26px;
  font-size: 1.5rem;
}
.h2_orange:after {
  width: 40px;
  height: 5px;
  margin-left: -20px;
}
}

/* h3 */

.h3_blue {
  margin-top: 64px;
  margin-bottom: 30px;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  color: #023f74;
  line-height: 1.56;
  text-align: center;
  padding-bottom: 8px;
}

.h3_blue:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  height: 1px;
  margin-left: -40px;
  background: #023f74;
}

@media screen and (max-width: 767px) {
.h3_blue {
  margin-top: 60px;
  font-size: 1.8rem;
}
.h3_blue:after {
  width: 60px;
  margin-left: -30px;
}
}

/* title */

.title_sub {
  font-size: 120%;
  font-weight: bold;
}

/* text */

p.text_right {
  text-align: right;
}

p.text_center {
  text-align: center;
}

p.text_red {
  color: #F00000;
}

.comrade-title {
  color: #f76a0c;
}

/* テーブルレイアウト */

.pageDetailStyle1 {
  background: #fafafa;
  padding: 2em;
  margin: 0;
}

.detail_orange {
  background: #ffe7d7;
  padding: 2em;
  margin: 0;
}

/* ボタン */

.pageBtnStyle1 {
  margin-top: 20px;
}

.pageBtnStyle1 a {
  color: #fff;
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 1em;
  background: #023f74;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s ease;
}

.pageBtnStyle1 a:hover {
  color: #13293b;
  text-decoration: none;
  opacity: .8;
}

.pageBtnStyle1 a:hover::before {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
}

.pageBtnStyle1 a::before {
  color: #fff;
  content: attr(data-hover);
  position: absolute;
  padding: 0 1em;
  left: 0;
  right: 0;
  line-height: 1.4;
  margin: auto;
  transition: transform 0.3s, opacity 0.3s;
  text-decoration: none;
}

.btn_orange {
  margin-top: 20px;
}

.btn_orange a {
  color: #fff;
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 1em;
  background: #f0ad4e;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s ease;
}

.btn_orange a:hover {
  color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
  opacity: .8;
}

.btn_orange a:hover::before {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
}

.btn_orange a::before {
  color: #fff;
  content: attr(data-hover);
  position: absolute;
  padding: 0 1em;
  left: 0;
  right: 0;
  line-height: 1.4;
  margin: auto;
  transition: transform 0.3s, opacity 0.3s;
  text-decoration: none;
}

@media only screen and (min-width:1024px) {

.pageBtnStyle1 {
  margin-top: 30px;
}

.pageBtnStyle1 a {
  width: auto;
  padding: 1em 2em;
}

.btn_orange {
  margin-top: 30px;
}

.btn_orange a {
  width: auto;
  padding: 1em 2em;
}
}

/*--------------------------------------------------------------
 コンテンツページ
--------------------------------------------------------------*/
.entry-content {
  font-family: "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
  color: #333;
  letter-spacing: 1px;
  font-feature-settings: "palt";
  font-weight: 300;
}
@media only screen and (min-width:896px) {
.entry-content {
  line-height: 2;
}
.inner {
  padding-bottom: 45px;
}
}
.contents_title{
  color: #999;
  font-size: 12px;
  font-weight: 500;
}
.contents_title_en {
  font-family: 'Montserrat';
  font-size: 40px;
  color: #333;
  display: block;
  line-height: 1;
}

.h2_title {padding: 5px 0 5px 15px;;/*上下 左右の余白*/
  color: #333;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 2px #f0ad4e;/*左線*/
}
.sectionHeader {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: url(../images/content/bg_title.png) repeat-x bottom;
  margin-bottom: 20px;
}
.sectionHeader h2 {
  float: left;
  font-size: 130%;
  font-weight: bold;
  line-height: 2.0;
  padding: 0 25px 0 15px;
  border-left: 9px solid #023a96;
  margin-bottom: 5px;
}
.sectionHeader {
  margin-bottom: 20px;
  padding: 15px 20px 10px;
  background-color: #002562;
  background-image: none;
}
.dlTable {
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: 50px;
}
.dlTable > dt {
  margin: 0;
  padding: 10px;
  border-top: 1px solid #ddd;
  background: #f5f5f5;
}
.dlTable > dd {
  margin: 0;
  padding: 10px;
  border-top: 1px solid #ddd;
}
@media only screen and (min-width:1024px) {
.dlTable {
  display: flex;
  flex-wrap: wrap;
}
.dlTable > dt {
  width: 20%;
  padding: 25px;
  background: none;
}
.dlTable > dd {
  width: 80%;
  padding: 25px;
}
}
.inner {
  padding-bottom: 45px;
}
@media only screen and (min-width:896px) {
.inner {
  padding-bottom: 45px;
}
}
.flow {
  margin-bottom: 2em;
}
.flow > dd {
  margin: 0;
}
.flow_ttl {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.flow_ttl span {
  font-size: 150%;
  color: #f0ad4e;
  margin-right: .5em;
}
.flow_detail {
  background: #fafafa;
  padding: 2em;
}
@media only screen and (min-width:1024px) {
.flow_ttl {
  font-size: 24px;
}
.flow_detail {
  padding: 3em;
}
.btnMore {
  margin-top: 30px;
}
.btnMore a {
  width: auto;
  padding: 1em 2em;
}
}
.mt0 {
  margin-top: 0 !important;
}
.listDisc {
  margin: 20px 0 20px;
}
.btnMore {
  margin-top: 20px;
}
.btnMore a {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 1em;
  background: #f0ad4e;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s ease;
}
.btnMore a:hover {
  text-decoration: none;
  opacity: .8;
}
.btnMore a:hover::before {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
}
.btnMore a::before {
  color: #fff;
  content: attr(data-hover);
  position: absolute;
  padding: 0 1em;
  left: 0;
  right: 0;
  line-height: 1.4;
  margin: auto;
  transition: transform 0.3s, opacity 0.3s;
  text-decoration: none;
}
@media only screen and (min-width:1024px) {
.btnMore {
  margin-top: 30px;
}
.btnMore a {
  width: auto;
  padding: 1em 2em;
}
}
.result {
  padding: 2em;
  background: #fafafa;
}
.result p {
  color: #14a0dc;
  font-size: 16px;
  margin-bottom: 1em;
}
.result_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.result_list li {
  list-style: none;
  width: 48%;
  line-height: 1.3;
  margin-left: initial;
}
.fadein {
  transition: all 0.875s ease-in-out;
  transform: translate(0, 0px);
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*--------------------------------------------------------------
 求める人物像
--------------------------------------------------------------*/
.ideal-subHead {
  margin-bottom: 0;
}
.ideal-subTitle {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 6px;
  line-height: 1.4;
  margin: 0 0 16px;
  text-align: center;
}
.ideal-text {
  padding: 0 5.5%;
  margin-bottom: 35px;
}
.ideal-text p {
  font-size: 12px;
  font-size: 3.75vw;
  line-height: 2;
}
.ideal-list .ideal-item {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  padding: 9% 5.5% 0;
  margin-bottom: 34px;
  min-height: 258px;
  opacity: 0;
}
.ideal-list .ideal-item h3 {
  font-size: 30px;
  font-size: 7.375vw;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 3px;
  margin-bottom: 5%;
}
.ideal-list .ideal-item h3 span {
  display: inline-block;
  position: relative;
}
.ideal-list .ideal-item h3 span em {
  font-style: normal;
  z-index: 1;
  position: relative;
}
.ideal-list .ideal-item h3 span:after {
  content: "";
  height: 15%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9%;
  background-color: #f0ad4e;
  z-index: 0;
}
.ideal-list .ideal-item p {
  font-size: 12px;
  font-size: 3.75vw;
  line-height: 2;
}

@media screen and (min-width: 768px) {
.ideal-subHead {
  margin-bottom: 24px;
}
.ideal-subTitle {
  font-size: 40px;
  letter-spacing: 10px;
  margin-bottom: 20px;
}
.ideal-list {
  padding-bottom: 160px;
}
.ideal-list .ideal-item {
  min-height: 444px;
  padding: 65px 0 0 0;
  opacity: 0;
}
.ideal-list .ideal-item h3 {
  font-size: 50px;
  line-height: 1.44;
  margin-bottom: 3%!important;
}
.ideal-list .ideal-item h3 span:after {
  height: 10px;
  bottom: 10px;
}
.ideal-list .ideal-item p {
  font-size: 20px;
  line-height: 2.1;
  margin-left: 185px;
}
.ideal-text {
  padding: 0;
  margin-bottom: 50px;
}
.ideal-text p {
  font-size: 20px;
  text-align: center;
}
.ideal-list .ideal-item:nth-child(2n) h3 {
  margin-left: 0;
  margin-bottom: -76px;
}
.ideal-list .ideal-item:nth-child(2),
.ideal-list .ideal-item:nth-child(4) {
  margin-left: 336px;
}
}

/*--------------------------------------------------------------
 社員紹介
--------------------------------------------------------------*/
.meet-the-team .sow-features-feature .sow-icon-image {
  border-radius: 50%;
}

.h2_interview {
  margin: 42px 0 20px;
  color: #f0ad4e;
  font-weight: bold;
  font-size: 24px;
  word-break: break-all;
}

.c-page-leadcopy {
  font-size: 1.0rem;
  line-height: 2;
  text-align: center
}

@media screen and (max-width: 480px) {
.c-page-leadcopy {
  font-size: 1.4rem;
  line-height: 2;
  text-align: left
}
}

.l-innerwrap {
  margin-left: auto;
  margin-right: auto
}
.c-column {
  margin-left: -3%
}

.c-column .col {
  float: left;
  margin-left: 3%;
  display: block
}

@media screen and (max-width: 480px) {
.c-column4 {
  margin-left: 0%
}
}

.c-column4 .col {
  width: 22%;
  display: block
}

@media screen and (max-width: 1024px) {
.c-column4 .col {
  width: 47%
}
}

@media screen and (max-width: 480px) {
.c-column4 .col {
  float: none;
  width: 100%;
  margin-left: 0%
}
.c-column4 .col:last-child {
  margin-bottom: 0
}
}

@media screen and (max-width: 480px) {
.c-column2 {
  margin-left: 0%
}
}

.l-innerwrap {
  margin-left: auto;
  margin-right: auto
}

.l-innerwrap--maxwide {
  padding-left: 20px;
  padding-right: 20px
}

@media screen and (max-width: 1024px) {
.l-innerwrap--wide {
  padding-left: 20px;
  padding-right: 20px
}
}

.l-innerwrap--narrow {
  max-width: 768px
}

@media screen and (max-width: 896px) {
.l-innerwrap--narrow {
  padding-left: 20px;
  padding-right: 20px
}
}

.l-innerwrap--wide {
  max-width: 1080px
}

.l-innerwrap--maxwide {
  padding-left: 20px;
  padding-right: 20px
}

@media screen and (max-width: 1024px) {
.l-innerwrap--wide {
  padding-left: 20px;
  padding-right: 20px
}
}

.clearfix:after {
  content: "";
  display: block;
  clear: both
}

.p-block {
  margin-bottom: 80px
}

.p-block:last-child {
  margin-bottom: 0
}

.person-list__item {
  position: relative;
  display: block;
  margin-bottom: 40px
}

.person-list__item img {
  transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.person-list__item:hover img {
  transform: scale(1.03);
  opacity: 0.9
}

.person-list__thumb {
  position: relative;
  overflow: hidden
}

.person-list__caption {
  position: relative;
  width: 92%;
  height: auto;
  padding: 15px 15px 28px 15px;
  margin: -30px auto 0;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center
}

.person-list__caption:after {
  content: '';
  position: absolute;
  width: 92%;
  height: 3px;
  left: 50%;
  bottom: 12px;
  transform: translate(-50%, 0);
  background: #009e96;
  background: -moz-linear-gradient(left, #f0ad4e 0%, #e3b605 100%);
  background: -webkit-linear-gradient(left, #f0ad4e 0%, #e3b605 100%);
  background: linear-gradient(to right, #f0ad4e 0%, #e3b605 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0ad4e', endColorstr='#e3b605', GradientType=1)
}

.person-list__depart {
  font-size: 1.0rem;
  line-height: 1.5;
  font-weight: normal;
  margin: 0 auto 3px;
  color: #000000;
}

.person-list__depart span {
  font-size: 60%
}

.person-list__meta {
  font-size: 0.7rem;
  line-height: 1.5;
  margin: 0;
  color: #000000;
}

.person-hero__cover {
  width: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
.person-hero__cover {
  background-size: cover
}
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
.person-hero__cover {
  background-size: cover
}
}

.person-hero__cover__onlayer {
  max-width: 600px;
  width: 50%;
  position: absolute;
  bottom: 50%;
  padding: 30px
}

.person-hero__cover__onlayer.col-left {
  left: 50%;
  text-align: left;
  transform: translate(-100%, 50%)
}

.person-hero__cover__onlayer.col-right {
  right: 50%;
  text-align: left;
  transform: translate(100%, 50%)
}

@media screen and (max-width: 480px) {
.person-hero__cover__onlayer__written {
  max-width: 220px
}
}

.person-hero__cover__onlayer__depart {
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin: 0 0 20px;
  padding: 10px;
  display: inline-block;
  background: #009e96;
  background: -moz-linear-gradient(left, #f0ad4e 0%, #e3b605 100%);
  background: -webkit-linear-gradient(left, #f0ad4e 0%, #e3b605 100%);
  background: linear-gradient(to right, #f0ad4e 0%, #e3b605 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0ad4e', endColorstr='#e3b605', GradientType=1)
}

.person-hero__cover__onlayer__depart span {
  font-size: 75%
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
.person-hero__cover__onlayer {
  text-align: center !important;
  width: 70%;
  left: 50% !important;
  right: unset !important;
  bottom: 100px;
  transform: translate(-50%, 0);
  display: none
}
}

@media screen and (max-width: 896px) {
.person-hero__cover__onlayer {
  text-align: center !important;
  width: 70%;
  left: 50% !important;
  right: inherit !important;
  bottom: 100px;
  transform: translate(-50%, 0);
  display: none
}
}

.person-data {
  margin: 60px auto;
  text-align: center
}

.person-data__heading {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center
}

.person-data__heading__bk {
  max-width: 400px;
  margin: 0 auto
}

@media screen and (max-width: 480px) {
.person-data__heading__bk {
  max-width: 280px
}
}

.person-data__meta {
  font-size: 0.8rem;
  line-height: 1.5;
  text-align: center
}

.person-data__content {
  text-align: center
}

.person-data__content dt {
  position: relative;
  top: 35px;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 10px;
  display: inline-block;
  background: #009e96;
  background: -moz-linear-gradient(left, #f0ad4e 0%, #e3b605 100%);
  background: -webkit-linear-gradient(left, #f0ad4e 0%, #e3b605 100%);
  background: linear-gradient(to right, #f0ad4e 0%, #e3b605 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0ad4e', endColorstr='#e3b605', GradientType=1)
}

.person-data__content dt span {
  font-size: 75%
}

.person-data__content dd {
  font-size: 0.8rem;
  line-height: 2;
  background-color: #ddd;
  padding: 40px 30px 30px 30px;
  margin: 0;
  text-align: left
}

.person-interview {
  position: relative;
  overflow: hidden
}

.person-interview__heading-wrap {
  position: relative
}

.person-interview__heading-wrap.col-left {
  text-align: left
}

.person-interview__heading-wrap.col-right {
  text-align: right
}

@media screen and (max-width: 896px) {
  .person-interview__heading-wrap.col-left, .person-interview__heading-wrap.col-right {
    text-align: left
  }
}

.person-interview__heading-en span {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  padding: 10px;
  display: inline-block;
  background: #009e96;
  background: -moz-linear-gradient(left, #f0ad4e 0%, #e3b605 100%);
  background: -webkit-linear-gradient(left, #f0ad4e 0%, #e3b605 100%);
  background: linear-gradient(to right, #f0ad4e 0%, #e3b605 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0ad4e', endColorstr='#e3b605', GradientType=1)
}

.person-interview__heading-first {
  clear: none;
}

.person-interview__heading-first span {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  padding: 10px;
  display: inline-block;
  background: #009e96;
  background: -moz-linear-gradient(left, #f0ad4e 0%, #e3b605 100%);
  background: -webkit-linear-gradient(left, #f0ad4e 0%, #e3b605 100%);
  background: linear-gradient(to right, #f0ad4e 0%, #e3b605 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0ad4e', endColorstr='#e3b605', GradientType=1)
}

.person-interview__heading-second {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5
  clear: none;
}

.person-interview__thumb {
  width: 47%;
  position: relative
}

.person-interview__thumb img {
  width: 100%;
  height: auto
}

.person-interview__thumb:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  background: url(./assets/images/interview/pt-stripe.png) center center repeat scroll
}

.person-interview__thumb.col-left {
  float: left
}

.person-interview__thumb.col-right {
  float: right
}

@media screen and (max-width: 896px) {
.person-interview__thumb {
  width: 100%
}
.person-interview__thumb.col-left, .person-interview__thumb.col-right {
  float: none;
  margin: 0 0 40px 0
}
}

.person-interview__text {
  width: 47%
}

.person-interview__text.col-left {
  float: left
}

.person-interview__text.col-right {
  float: right
}

.person-interview__text p {
  font-size: 1rem;
  line-height: 2.2
}

@media screen and (max-width: 896px) {
.person-interview__text {
  width: 100%
}
.person-interview__text.col-left, .person-interview__text.col-right {
  float: none;
  margin: 0
}
}

.u-mb60 {
  margin-bottom: 60px
}

.sp, .tab {
  display: none
}

.pc {
  display: block
}

@media screen and (max-width: 1024px) {
.sp, .tab {
  display: none
}
.pc {
  display: block
}
}

@media screen and (max-width: 896px) {
.sp, .pc {
  display: none
}
.tab {
  display: block
}
}

@media screen and (max-width: 480px) {
.pc, .tab {
  display: none
}
.sp {
  display: block
}
}

#ym {
  background-image: url("./assets/images/interview/ym/main-landscape.jpg")
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
#ym {
  background-image: url("./assets/images/interview/ym/main-landscape.jpg")
}
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
#ym {
  background-image: url("./assets/images/interview/ym/main-portrait.jpg")
}
}

#ra {
  background-image: url("./assets/images/interview/ra/main-landscape.jpg")
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
#ra {
  background-image: url("./assets/images/interview/ra/main-landscape.jpg")
}
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
#ra {
  background-image: url("./assets/images/interview/ra/main-portrait.jpg")
}
}

#ih {
  background-image: url("./assets/images/interview/ih/main-landscape.jpg")
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
#ih {
  background-image: url("./assets/images/interview/ih/main-landscape.jpg")
}
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
#ih {
  background-image: url("./assets/images/interview/ih/main-portrait.jpg")
}
}

#rn {
  background-image: url("./assets/images/interview/rn/main-landscape.jpg")
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
#rn {
  background-image: url("./assets/images/interview/rn/main-landscape.jpg")
}
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
#rn {
  background-image: url("./assets/images/interview/rn/main-portrait.jpg")
}
}

#yt {
  background-image: url("./assets/images/interview/yt/main-landscape.jpg")
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
#yt {
  background-image: url("./assets/images/interview/yt/main-landscape.jpg")
}
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
#yt {
  background-image: url("./assets/images/interview/yt/main-portrait.jpg")
}
}

/*--------------------------------------------------------------
 キャリアプラン
--------------------------------------------------------------*/
.hexagon {
  margin-top: 60px;
  margin-bottom: 60px;
  width: 190px;
  height: 109px;
  display: block;
  position: relative;
  background: #f0ad4e;
  transition: all 0.2s linear;
  left: calc(50% - 95px); /* 中央に配置 */
}
 
.hexagon span {
  width: 100%;
  height: 90px;
  line-height: 109px;
  color: #FFFFFF;
  font-size: 50px;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
}
 
.hexagon:before,
.hexagon:after {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f0ad4e;
  transition: all 0.2s linear;
  z-index: 0;
}
 
.hexagon:before {
  transform: rotate(60deg);
}
 
.hexagon:after {
  transform: rotate(-60deg);
}

:root {
  --down-arrow-height: 40px;
  --down-arrow-half-width: calc(var(--down-arrow-height) / 2 * 1.73205081);
  --down-arrow-margin: 10px;

  --right-arrow-width: 30px;
  --right-arrow-half-height: calc(var(--right-arrow-width) / 2);
  --right-arrow-margin: 10px;
}

.wrapper {
  background: #fff; /* 背景色をグラデーションと合わせる */
  font-size: 24px;
  text-align: center;
}

.down-arrow {
  position: relative;
  height: calc(var(--down-arrow-height) + var(--down-arrow-margin) * 2);
}

.down-arrow::before,
.down-arrow::after {
  content: '';
  position: absolute;
  top: 10px;
  left: calc(50% - var(--down-arrow-half-width)); /* 中央に配置 */
}

.down-arrow::before {
  width: 0;
  height: 0;
  border-top: var(--down-arrow-height) solid #f0ad4e;
  border-right: var(--down-arrow-half-width) solid transparent;
  border-left: var(--down-arrow-half-width) solid transparent;
}

.down-arrow::after {
  width: calc(var(--down-arrow-half-width) * 2);
  height: var(--down-arrow-height);
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%);
}

.right-arrow {
  display: inline-block;
  position: relative;
  vertical-align: middle; /* こうしておくと中央に矢印の上端が揃う模様 */
  width: calc(var(--right-arrow-width) + var(--right-arrow-margin) * 2);
}

.right-arrow::before,
.right-arrow::after {
  content: '';
  position: absolute;
  top: calc(var(--right-arrow-half-height) * -1); /* 矢印の高さの半分ずらす */
  left: calc(50% - (var(--right-arrow-width) / 2)); /* 中央に配置 */
}

.right-arrow::before {
  width: 0;
  height: 0;
  border-top: var(--right-arrow-half-height) solid transparent;
  border-bottom: var(--right-arrow-half-height) solid transparent;
  border-left: var(--right-arrow-width) solid #609;
}

.right-arrow::after {
  width: var(--right-arrow-width);
  height: calc(var(--right-arrow-half-height) * 2);
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%);
}

/*--------------------------------------------------------------
 フォーム（お問い合わせ・エントリー）
--------------------------------------------------------------*/
/* ステップバー */

.wizard {
  margin-top: 40px;
  margin-right: -15px;
  margin-left: -15px;
}
.wizard > .wizard-step {
  /* border-bottom: solid 1px #e0e0e0; */
  padding: 0 0 10px 0;
  width: 33.3%;
  padding: 0;
  position: relative;
}
.wizard > .wizard-step + .wizard-step {}
.wizard > .wizard-step .wizard-stepnum {
  color: #595959;
  font-size: 16px;
  margin-bottom: 5px;
}
.wizard > .wizard-step .wizard-info {
  color: #999;
  font-size: 14px;
}
.wizard > .wizard-step > .wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #fbe8aa;
  top: 45px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
} 
.wizard > .wizard-step > .wizard-dot:after {
  content: ' ';
  width: 14px;
  height: 14px;
  background: #fbbd19;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
} 
.wizard > .wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  box-shadow: none;
  margin: 10px 0;
}
.wizard > .wizard-step > .progress > .progress-bar {
  width:0px;
  box-shadow: none;
  background: #fbe8aa;
}
.wizard > .wizard-step.complete > .progress > .progress-bar {
  width:100%;
}
.wizard > .wizard-step.active > .progress > .progress-bar {
  width:50%;
}
.wizard > .wizard-step:first-child.active > .progress > .progress-bar {
  width:0%;
}
.wizard > .wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}
.wizard > .wizard-step.disabled > .wizard-dot {
  background-color: #f5f5f5;
}
.wizard > .wizard-step.disabled > .wizard-dot:after {
  opacity: 0;
}
.wizard > .wizard-step:first-child  > .progress {
  left: 50%;
  width: 50%;
}
.wizard > .wizard-step:last-child  > .progress {
  width: 50%;
}
.wizard > .wizard-step.disabled a.wizard-dot{
  pointer-events: none;
}

@media only screen and (max-width:767px) {
.wizard > .wizard-step > .progress {
  margin: 14px 0;
}
}

/* フォーム */

.badge-must {
  color: #fff;
  font-size: 80%;
  margin-right: 5px;
  padding: 2px 4px;
  background: #f0ad4e;
  border-radius: 5px;
}

.badge-free {
  color: #fff;
  font-size: 80%;
  margin-right: 5px;
  padding: 2px 4px;
  background: #424242;
  border-radius: 5px;
}

.attention{
  font-size: 80%;
  color: red;
}

input[type="text"],
 text {
  width: 100%;
 }

input[type="select"],
 select {
  width: 100%;
  vertical-align: middle;
 }

input[type="textarea"],
 textarea {
  width: 100%;
 }

input[type="email"],
 textarea {
  width: 100%;
 }

.birth-year select {
  width: 85px;
  margin-left: 3px;
}

.birth-month select {
  width: 65px;
  margin-left: 3px;
}

.birth-date select {
  width: 65px;
  margin-left: 3px;
}

.zip input {
  width: 65px;
  margin-left: 3px;
}

.grad-year select {
  width: 85px;
  margin-left: 3px;
}

.grad-plans select {
  width: 120px;
  margin-left: 3px;
}

.submit, .back {
  text-align: center;
  margin: 20px 0 20px;
}

.submit input {
  width: 90%;
  max-width: 400px;
  height: 60px;
  font-size: 1.4rem;
  outline: none;
  display: inline-block;
  border: none;
  color: #fff;
  ackground: #f0ad4e;
  font-weight: bold;
  cursor: pointer;
}

.back input {
  width: 90%;
  max-width: 400px;
  eight: 60px;
  font-size: 1.4rem;
  outline: none;
  display: inline-block;
  border: none;
  color: #fff;
  background: #B3BCB2;
  font-weight: bold;
  cursor: pointer;
}

.tableOrg {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.thOrg {
  padding: 5px 5px;
  border: 1px solid #ddd;
  background: #eeeeee;
  width: 20%;
  text-align: left;
  color: #424242;
}

.tdOrg {
  padding: 5px 5px;
  border: 1px solid #ddd;
}

.formThanksStyle1 {
  font-size: 1.5rem;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: #023f74;
}

.h2_form_thanks {
  font-size: 1.5rem;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: #f0ad4e;
}

@media only screen and (max-width:767px) {

.tableOrg {
  width: 100%;
}

.thOrg {
  width: 100%;
  display:block;
  border-top: none;
  padding: 10px 10px;
}

.tdOrg {
  display:block;
  border-top: none;
}

.tableOrg tr:first-child th{
  border-top: 1px solid #d5d5d5;
}

}

/*--------------------------------------------------------------
 FAQ
--------------------------------------------------------------*/
.m_section_001 + .m_section_001 {
  margin-top: 100px;
}

.l_inner {
  margin: 0 auto;
  width: 1100px;
}

@media screen and (max-width: 767px) {
.l_inner,
.l_sinner {
  width: 100%;
}
.m_section_001 + .m_section_001 {
  margin-top: 60px;
}
}

.list_faq {
  list-style: none;
  padding-left: 0;
  border-bottom: 1px solid #dcdcdc;
}
.list_faq li {
  padding: 15px 0 15px 0;
  margin-left: 0;
  border-top: 1px solid #dcdcdc;
  position: relative;
}

.list_faq_q,
.list_faq_a {
  padding-left: 94px;
  position: relative;
}
.list_faq_q {
  padding-right: 56px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: bold;
  font-size: 1.2rem;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.list_faq_q:hover {
  color: #f0ad4e;
}
.list_faq_q:before,
.list_faq_a:before {
  display: block;
  width: 38px;
  height: 38px;
  font-size: 1.6rem;
  line-height: 1.35;
  font-family: 'Ubuntu', sans-serif;
  position: absolute;
  top: 0;
  left: 16px;
  font-weight: normal;
  border-radius: 3px;
  text-align: center;
}
.list_faq_q:before {
  content: 'Q';
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
  top: 50%;
  margin-top: -19px;
}
.list_faq_q:after {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -12px;
  background: url(./assets/images/faq/close.png) no-repeat;
  background-size: 24px 24px;
}
.list_faq li.is_active .list_faq_q:after {
  height: 2px;
  background: url(./assets/images/faq/open.png) no-repeat;
  margin-top: -1px;
  background-size: 24px 2px;
}
.list_faq_a {
  display: none;
  margin-top: 16px;
  padding-top: 10px;
  padding-bottom: 12px;
  padding-right: 20px;
  background: #ffe7d7;
  border-radius: 3px;
}
.list_faq_a p {
  min-height: 46px;
}
.list_faq_a:before {
  content: 'A';
  background: #f0ad4e;
  color: #ffffff;
  line-height: 1.68;
  top: 16px;
}

@media screen and (max-width: 767px) {
.list_faq li {
  padding: 14px 0 12px 0;
}
.list_faq_q,
.list_faq_a {
  padding-left: 60px;
}
.list_faq_q {
  padding-top: 6px;
  padding-bottom: 5px;
  font-size: 1.0rem;
  line-height: 1.6;
  padding-right: 50px;
}
.list_faq_q:hover {
  color: #222222;
}
.list_faq_q:before,
.list_faq_a:before {
  width: 32px;
  height: 32px;
  left: 12px;
  font-size: 1.6rem;
  line-height: 1.25;
}
.list_faq_q:before {
  margin-top: -16px;
}
.list_faq_q:after {
  width: 20px;
  height: 20px;
  right: 0;
  margin-top: -10px;
  background-size: 20px 20px;
}
.list_faq li.is_active .list_faq_q:after {
  background-size: 20px 2px;
}
.list_faq_a {
  padding-top: 14px;
}
.list_faq_a p {
  min-height: 30px;
}
.list_faq_a:before {
  top: 12px;
  line-height: 1.6;
}
}

/*--------------------------------------------------------------
 フッター
--------------------------------------------------------------*/
/*
footer#colophon.site-footer {
  padding: 0 0 50px;
}
@media print, screen and (max-width: 1023px) {
footer#colophon.site-footer {
  padding: 0 0 40px;
}
}
footer#colophon.site-footer a {
  color: #000;
}
@media print, screen and (max-width: 1023px) {
footer#colophon.site-footer {
  height: 140px;
}
}
*/
footer#colophon.site-footer div.site-info div.container div.footer-inner {
  max-width: 940px;
  border-top: 1px solid #ffffff;
}
@media print, screen and (max-width: 1023px) {
footer#colophon.site-footer div.site-info div.container div.footer-inner {
  margin: 0 28px;
}
}
@media print, screen and (min-width: 1024px) {
footer#colophon.site-footer div.site-info div.container div.footer-inner {
  margin: 0 auto;
  padding: 20px 0 0;
}
}
footer#colophon.site-footer div.site-info div.container div.footer-inner nav.footer-nav {
  position: relative;
}
footer#colophon.site-footer div.site-info div.container div.footer-inner nav.footer-nav ul {
  padding-left: 0;
}
@media print, screen and (min-width: 1024px) {
footer#colophon.site-footer div.site-info div.container div.footer-inner nav.footer-nav ul.secondary-nav {
  letter-spacing: -0.4em;
  text-align: center;
}
}
footer#colophon.site-footer div.site-info div.container div.footer-inner nav.footer-nav ul.secondary-nav li {
  font-size: 12px;
  position: relative;
}
@media print, screen and (max-width: 1023px) {
footer#colophon.site-footer div.site-info div.container div.footer-inner nav.footer-nav ul.secondary-nav li {
  display: block;
  border-bottom: 1px solid #bbbbbc;
}
}
@media print, screen and (min-width: 1024px) {
footer#colophon.site-footer div.site-info div.container div.footer-inner nav.footer-nav ul.secondary-nav li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 13px;
}
}
footer#colophon.site-footer div.site-info div.container div.footer-inner nav.footer-nav ul.secondary-nav li a {
  color: #ffffff;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
footer#colophon.site-footer div.site-info div.container div.footer-inner nav.footer-nav ul.secondary-nav li a:hover {
  /*color: #cc0033;*/
}
@media print, screen and (max-width: 1023px) {
footer#colophon.site-footer div.site-info div.container div.footer-inner nav.footer-nav ul.secondary-nav li a {
  display: inline-block;
  padding: 13px 17px;
}
}
footer#colophon.site-footer div.site-info div.container div.footer-inner nav.footer-nav ul.secondary-nav li.group_ethic a {
  display: inline-block;
  padding-left: 28px;
  position: relative;
}
footer#colophon.site-footer div.site-info div.container div.footer-inner nav.footer-nav ul.secondary-nav li.group_ethic a:before, footer#colophon.site-footer div.site-info div.container div.footer-inner nav.footer-nav ul.secondary-nav li.group_ethic a:after {
  content: "";
  width: 17px;
  height: 13px;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #ffffff;
  position: absolute;
  display: block;
  -moz-transition: border 0.4s ease;
  -o-transition: border 0.4s ease;
  -webkit-transition: border 0.4s ease;
  transition: border 0.4s ease;
}
footer#colophon.site-footer div.site-info div.container div.footer-inner nav.footer-nav ul.secondary-nav li.group_ethic a:before {
  top: -2px;
  left: 0;
}
footer#colophon.site-footer div.site-info div.container div.footer-inner nav.footer-nav ul.secondary-nav li.group_ethic a:after {
  top: 2px;
  left: 4px;
}
footer#colophon.site-footer div.site-info div.container div.footer-inner nav.footer-nav ul.secondary-nav li.group_ethic a:hover:before, footer#colophon.site-footer div.site-info div.container div.footer-inner nav.footer-nav ul.secondary-nav li.group_ethic a:hover:after {
  /*border: 1px solid #cc0033;*/
}
@media print, screen and (max-width: 1023px) {
footer#colophon.site-footer div.site-info div.container div.footer-inner nav.footer-nav ul.secondary-nav li.group_ethic a {
  padding-left: 46px;
}
footer#colophon.site-footer div.site-info div.container div.footer-inner nav.footer-nav ul.secondary-nav li.group_ethic a:before {
  top: 10px;
  left: 17px;
}
footer#colophon.site-footer div.site-info div.container div.footer-inner nav.footer-nav ul.secondary-nav li.group_ethic a:after {
  top: 14px;
  left: 21px;
}
}
footer#colophon.site-footer div.site-info div.container div.footer-inner p.copyright {
  font-size: 11px;
  text-align: center;
  line-height: 1.8;
  font-family: arial;
  font-weight: 400;
}
@media print, screen and (max-width: 1023px) {
footer#colophon.site-footer div.site-info div.container div.footer-inner p.copyright {
  height: 85px;
  padding-top: 33px;
}
}
@media print, screen and (min-width: 1024px) {
footer#colophon.site-footer div.site-info div.container div.footer-inner p.copyright {
  margin-top: 35px;
}
}
footer#colophon.site-footer div.site-info div.container div.footer-inner p.copyright img.miffy {
  width: auto;
}
