@charset "UTF-8";

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

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> base -> _normalize.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style-type: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}


blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Iphoneでタップすると拡大されないように */
input, textarea, select {
  font-size: 16px!important;
}

/* ==================================================
   Base Style
   ================================================== */
html {
  font-size: 62.5%;
  /*-
  @include min-width(md){
    font-size: 71.42857142%;
  }
  -*/
}

body {
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif!important;
  font-weight: 400;
  font-weight: 400;
  letter-spacing: 0.09em;
  color: #231B0F;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a {
  color: #59ABF3;
  text-decoration: none;
}

a, a:before, a:after {
  -webkit-transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
  color: #1D78C7;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
  color: #59ABF3;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

p {
  font-weight: 400;
}

img {
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.tel{
  pointer-events: none;
}

.pc-only{
  display: block;
}

.sp-only{
  display: none;
}

.tab-only{
  display: none;
}

.en{
  font-family: "Figtree", sans-serif;
}


.no-link{
  pointer-events: none;
}


#luxy{
  position: relative;
  will-change: transform;
}

@media screen and (max-width: 821px){
  .tab-only{
    display: block;
  }
}

@media screen and (max-width: 767px){
  .pc-only{
    display: none;
  }

  .sp-only{
    display: block;
  }

  .tel{
    pointer-events:auto;
  } 
}

/**
 * テキストの選択
 */
::-moz-selection {
  background: #dedede;
}
::selection {
  background: #dedede;
}

::-moz-selection {
  background: #dedede;
}

/**
 * Scroll Bar
 */
/*-
// 縦スクロールバー（幅）
::-webkit-scrollbar {
	width: 4px; }

// 横スクロールバー（幅）
::-webkit-scrollbar:horizontal {
	height: 12px; }

// スクロールバー軌道（色）
::-webkit-scrollbar-track {
  background: $color-scrollbar;
}

// 軌道のコーナー（色）
::-webkit-scrollbar-corner {
	background: $color-scrollbar;
}

// 移動タブ（色・角丸み）
::-webkit-scrollbar-thumb {
  background: $color-scrollbar;
	border-radius: 12px;
}
-*/
/**
 * iOS
 */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}




/* ==================================================
   Header
================================================== */



.l-header {
  width: 100%;
  max-width: 100vw;
  -webkit-transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
}

.l-header .inner {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3%;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}



.l-header-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 3;
  -webkit-transition: 0.4s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: 0.4s cubic-bezier(0.17, 0.935, 0.305, 1);
}

.l-header-bar.fixed {
  -webkit-transition: none;
  transition: none;
  padding: 0;
  -webkit-backdrop-filter: blur(10px) saturate(100%);
  backdrop-filter: blur(10px) saturate(100%);
  background-color: rgba(255, 255, 255, 0.8);
  transition: .5s ease-out;
}


.l-header-bar-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.5em;
}


.l-header-left {
  display: block;
  width: 100%;
  max-width: 310px;
  position: relative;
}

.l-header-left .c-logo{
  display: block;
  width: 100%;
  max-width: 310px;
  height: 86px;
  position: relative;
  transition: 0.3s ease-in-out;
}

.l-header-bar.fixed .l-header-left .c-logo {
  max-width: 100%;
  transition: 0.3s ease-in-out;
}

.l-header-left .c-logo img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}


.open .l-header-bar,
.open .l-header-bar.fixed{
  background-color: transparent;
}

/*.open .l-header-left .c-logo,
.open .l-header .l-header-right .nav-header{
  visibility: hidden;
}*/

.l-header .l-header-right{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 79%;
  transition: 0.3s ease-in-out;
}

.l-header .l-header-right .header-nav{
  width: 100%;
  display: flex;
  align-items: center;
}

.l-header .l-header-right .header-nav li a{
  color: #000;
  padding: 0 1.5em;
  display: block;
  line-height: 1;
}


.btn-right-wrapper{
  width: 28%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 101;
}


.btn-right-wrapper .login-btn {
  color: #fff;
  border: 1px solid #1971A4;
  padding: 0.8em 1.2em;
  display: block;
  border-radius: 24px;
  font-size: 1.3rem;
  transition: 0.3s ease-in-out;
  max-width: 170px;
  width: 100%;
  text-align: center;
  background-color: #1971A4;
}

#drawer-menu .p-drawer-nav {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
  flex-wrap: wrap;
}

#drawer-menu .p-drawer-nav .p-drawer-inner{
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  padding: 0 1em;
  margin: 0 auto;
  flex-flow: row-reverse;
}

#drawer-menu .p-drawer-nav .drawer-right{
  width: 35%;
  color: #fff;
}

#drawer-menu .p-drawer-nav .drawer-right .f-logo{
  margin-bottom: 0.5em;
}

#drawer-menu .p-drawer-nav .drawer-right span{
  display: block;
  margin-top: 0.3em;
}

#drawer-menu .p-drawer-nav .drawer-left{
  width: 50%;
  display: flex;
  justify-content: space-between;
}


#drawer-menu .p-drawer-nav ul {
  width: 100%;
}

#drawer-menu .p-drawer-nav ul li a{
  color: #fff;
  font-size: 1.6rem;
  padding: 0.4em 0;
  display: table;
}

#drawer-menu .p-drawer-nav ul li.small a{
  font-size: 1.4rem;
  padding: 0.2em 0;
}

#drawer-menu .p-drawer-nav ul li.small.mt{
  margin-top: 1em;
}

#drawer-menu .drawer-left,
#drawer-menu .drawer-right{
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .5s ease, transform .5s ease;
}

/* OPEN中に表示 */
.open #drawer-menu .drawer-left.is-in,
.open #drawer-menu .drawer-right.is-in{
  opacity: 1;
  transform: translateY(0);
}

/* rightのliは段階表示（右側がinになってから使う） */
#drawer-menu .drawer-left li{
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .5s ease, transform .5s ease;
}
#drawer-menu .drawer-left li.is-show{
  opacity: 1;
  transform: translateY(0);
}



 
#drawer-menu {
  width: 100%;
  height: 100vh;
  background-color: rgba(38, 65, 123, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transform: scaleY(0);
  transform-origin: bottom;
  /*transition: transform 0.6s cubic-bezier(.7,0,.3,1);*/
   transition: transform .6s cubic-bezier(.22,1,.36,1);
  pointer-events: none;
}

/* 開いているとき */
.open #drawer-menu{
  transform-origin: bottom;
  transform: scaleY(1);
  pointer-events: auto;
}

/* 閉じるとき（上に引っ張る） */
.closing #drawer-menu{
  transform-origin: top;
  transform: scaleY(0);
  pointer-events: none;
}
  
  /* ナビゲーションボタン（開く） */
#navbtn{
  /*top: 0;
  right: 0;*/
  outline: none;
  border: none;
  background: transparent;
  width: 100px;
  height: 86px;
  cursor: pointer;
  display: block;
  position: relative;
}

/*.open #navbtn{
  background: #fff;
}*/

#navbtn::before{
  content: '';
  left: 0;
  top: 50%;
  height: 58%;
  width: 1px;
  background-color: #000;
  transform: translate(-0%,-50%);
  position: absolute;
}

#navbtn span.cross {
  position: absolute;
  right: 26%;
  width: 82%;
  height: 1px;
  background-color: #000;
  /*transform: translate(-0%,-50%);*/
}

.open #navbtn span.cross {
  background-color:#fff;
}

.open #navbtn::before {
  background-color: #fff;
}

#navbtn span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}

#navbtn span.cross:nth-of-type(1) {
  top: 36px;
  width: 41%;
}

#navbtn span.cross:nth-of-type(2) {
  top: 50px;
  width: 41%;
}

#navbtn span.cross:nth-of-type(3) {
  width: 41%;
}



.open #navbtn span.cross {
  position: absolute;
  left: 32%;
}

.open #navbtn span.cross:nth-of-type(1) {
  -webkit-transform: translateY(2px) rotate(-25deg);
  transform: translateY(2px) rotate(-25deg);
  width: 41%;
  top: 42px;
}

.open #navbtn span.cross:nth-of-type(2) {
  -webkit-transform: translateY(-4px) rotate(25deg);
  transform: translateY(-4px) rotate(25deg);
  width: 41%;
  top: 47px;
}

.open #navbtn span.cross:nth-of-type(3) { 
  display: none;
}

.l-header .navbtn-contact{
    display: none;
}




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

  .l-header-left {
    max-width: 225px;
  }

  .l-header .l-header-right .header-nav li a {
    padding: 0 0.7em;
  }
}


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

  .l-header .l-header-right .header-nav li a {
    font-size: 1.4rem;
    padding: 0 0.5em;
  }

  #navbtn {
    width: 76px;
  }

  .btn-right-wrapper {
    width: 21%;
  }

}

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

  .l-header-left {
    max-width: 202px;
  }
}


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

  .l-header .inner {
    padding: 0;
  }

  .l-header-bar{
    height: 60px;
  }
  

  .l-header-bar-container {
    padding: 0 0 0 0.9em;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .l-header-left {
    max-width:200px;
  }

  .l-header-left .c-logo{
    max-width:200px;
    height: 60px;
    width: 100%;
  }

  .btn-right-wrapper {
    width: 38%;
  }

  .l-header-left .c-logo img {
    width: 100%;
  }

  .l-header .l-header-right{
    display: none;
  }

  #navbtn{
    width: 60px;
    height: 60px;
  }

  #navbtn span.cross:nth-of-type(1) {
    top: 26px;
    right: 15px;
  }

  #navbtn span.cross:nth-of-type(2) {
    top: 34px;
    right: 15px;
  }

  .open #navbtn span.cross:nth-of-type(1) {
    top: 28px;
  }

  .open #navbtn span.cross:nth-of-type(2) {
    top: 34px;
  }

  .btn-right-wrapper .login-btn{
    font-size: 1.2rem;
  }



  #drawer-menu .p-drawer-nav {
    display: block;
    height: 80vh;
    overflow-y: scroll;
    padding-top: 0;
    top: 6em;
    position: relative;
  }

  #drawer-menu .p-drawer-nav::-webkit-scrollbar{
    width: 5px;
  }
  #drawer-menu .p-drawer-nav::-webkit-scrollbar-track{
    background-color: #ccc;
  }
  #drawer-menu .p-drawer-nav::-webkit-scrollbar-thumb{
    background-color: #252E47;
  }

  .btn-right-wrapper .login-btn {
    padding: 0.5em 1em;
    font-size: 1.2rem;
    max-width: 118px;
    letter-spacing: 0.1em;
  }

  #drawer-menu .p-drawer-nav .p-drawer-inner {
    display: block;
  }

  #drawer-menu .p-drawer-nav .drawer-left {
    width: 100%;
  }

  #drawer-menu .p-drawer-nav .drawer-right {
    width: 100%;
    margin-top: 3em;
  }

  #drawer-menu .p-drawer-nav .drawer-right .f-logo {
    margin-bottom: 0.5em;
    max-width: 249px;
    width: 100%;
  }

  #drawer-menu .drawer-left li {
    opacity: 1;
    transform: translateY(0);
  }

  #drawer-menu .drawer-left, #drawer-menu .drawer-right {
    opacity: 0;
    transform: translateY(0px);
  }

}



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

  .l-header-left {
    max-width: 157px;
  }

  .btn-right-wrapper {
    width: 52%;
    gap: 3%;
  }

  .btn-right-wrapper .login-btn {
    padding: 0.5em 0.4em;
    max-width: 106px;
    letter-spacing: 0;
  }

  #navbtn {
    width: 49px;
  }

  #navbtn span.cross {
    right: 30%;
  }

  #drawer-menu .p-drawer-nav ul li a {
    font-size: 1.4rem;
  }

  #drawer-menu .p-drawer-nav ul li.small a {
    font-size: 1.2rem;
  }
  
}




/* ==================================================
   Footer
================================================== */

.lower-footer{
  background-color: #26417B;
  padding: 11em 0em 0em;
  position: relative;
}

.lower-footer::before {
  content: '';
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 130px 130px;
}

.loop-wrap{
  overflow:hidden;
  white-space: nowrap;
}

.loop-area{
  display: inline-flex;
  flex-wrap: nowrap;
  list-style:none;
  margin:0;
  padding:0;
  gap: 120px;               
  animation: loop-slide 150s linear infinite;
  will-change: transform;
}

.loop-area li{
  font-size: 18rem;
  line-height: 1;
  color:rgba(255, 255, 255, 0.4);
  font-weight:800;
  white-space: nowrap;
  flex: 0 0 auto;
}

@keyframes loop-slide{
  from{ transform: translateX(0); }
  to  { transform: translateX(-50%); }
}


.l-footer{
  position: relative;
  padding: 7em 1em 4em;
  background-color: #26417B;
}

.l-footer .f-inner{
  display: flex;
  justify-content: space-between;
}

.l-footer .footer-left{
  width: 40%;
}

.l-footer .footer-left .f-logo{
  max-width: 310px;
  width: 100%;
  display: block;
  margin: 0 0 1em;
}

.l-footer .footer-left .address{
  color: #fff;
}

.l-footer .footer-left .address .tel{
  display: table;
  margin-top: 0.5em;
}

.l-footer .footer-right{
  width: 50%;
}

.l-footer .footer-right ul li a{
  color: #fff;
  display: table;
  padding: 0.5em 0;
  font-size: 1.6rem;
}

.l-footer .footer-right ul li.small.mt{
  margin-top: 0.5em;
}

.l-footer .footer-right ul li.small a{
  font-size: 1.4rem;
  padding: 0.3em 0;
}

.l-footer .footer-right .nav-wrap{
  display: flex;
  gap: 4em;
}

.l-footer .footer-right .f-catch{
  font-size: 2.3rem;
  font-weight: 500;
}

.l-footer .copyright{
  margin-top: 7em;
  text-align: right;
  border-top: 1px solid #fff;
  padding-top: 1.5em;
  color: #fff;
}




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

  .lower-footer {
    padding: 6em 0em 0em;
  }

  .loop-area {
    gap: 44px;
  }

  .loop-area li{
    font-size: 6rem;
  }

  .l-footer {
    padding: 4em 1em 4em;
  }

  .lower-footer::before {
    height: 36px;
    border-radius: 0 0 60px 60px;
  }
}

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

  .l-footer .f-inner{
    display: block;
  }

  .l-footer .footer-right {
    width: 100%;
  }

  .l-footer .footer-left {
    width: 100%;
    margin-bottom: 2em;
  }

}

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

  .lower-footer::before {
    width: 100%;
    height: 24px;
    border-radius: 0 0 40px 40px;
  }

  .lower-footer {
    padding: 4em 0em 0em;
  }

  .loop-wrap li {
    font-size: 3rem;
  }

  .l-footer .footer-right ul li a {
    font-size: 1.4rem;
  }

  .l-footer .footer-right ul li.small a {
    font-size: 1.3rem;
  }

  .l-footer {
    padding: 3em 0 1em;
  }

  .l-footer .f-inner{
    display: block;
  }

  .l-footer .footer-left{
    width: 100%;
    text-align: center;
  }

  .l-footer .footer-right {
    margin-top: 2em;
    width: 100%;
  }

  .l-footer .footer-right .f-catch {
    font-size: 1.5rem;
    line-height: 1.7;
    text-align: center;
  }

  .l-footer .footer-left .f-logo {
    max-width: 240px;
    margin: 0 auto 0.5em;
  }

  .l-footer .footer-left .address .tel {
    margin: 0.5em auto 0;
  }

  .l-footer .footer-left .address{
    text-align: center;
  }

  .l-footer .footer-right .nav-wrap {
    justify-content: space-between;
    gap: 0;
  }

  .l-footer .copyright {
    margin-top: 3em;
    text-align: center;
    font-size: 1.3rem;
  }
  
  .loop-area{
    gap: 42px;
  }
  
}


/* ==================================================
   Common
================================================== */



.inner{
  width: 100%;
  max-width: calc(1550px + 5% * 2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3%;
  padding-right: 3%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.inner2{
  width: 100%;
  max-width: calc(1200px + 5% * 2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3%;
  padding-right: 3%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.btn{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 1em 1em 1em 2.2em;
  border-radius: 999px;
  /*background: #1971A4;*/
  background: linear-gradient(145deg, #1971A4, #1971A4);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  max-width: 240px;
  width: 100%;
  transition: 0.3s ease-in-out;
}

.btn:hover{
  color: #fff;
  opacity: 1;
 background: linear-gradient(145deg, #135d88, #166ea2);
box-shadow:  7px 7px 21px #b0bec6,
             -7px -7px 21px #c6d6e0;
}

.btn__ico{ width:40px; height:40px; }
.btn__ico svg{ width:100%; height:100%; }

.btn__ring{
  fill:none;
  stroke:#fff;
  stroke-width:1;
  opacity:1;
  transition:opacity .2s ease;
}

.btn__prog{
  fill:none;
  stroke:#156A9B;              /* hover時の色 */
  stroke-width:3;
  stroke-linecap:round;
  transform:rotate(-90deg);
  transform-origin:26px 26px;

  stroke-dasharray: 151;       /* 2πr ≒ 2*3.1416*24 = 150.8 */
  stroke-dashoffset: 151;      /* 最初は見えない */
  transition:stroke-dashoffset .6s cubic-bezier(.2,1,.2,1);
}

.btn__arrow{
  fill:none;
  stroke:#fff;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.c-btn-box:hover .btn__prog,
.btn:hover .btn__prog{ 
  stroke-dashoffset:0; 
} /* 青リングが描画される */



.page-ttl{
  padding: 9em 0em 4em;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.page-ttl.bb{
  border-bottom: 1px solid #D8D8D8;
}

.page-ttl .pt-inner{
  width: 100%;
  max-width: calc(1550px + 5% * 2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3%;
  padding-right: 3%;
  margin: 0 auto;
}

.page-ttl .pt-heading{
  font-size: 3rem;
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  align-items: center;
  font-weight: 500;
}

.page-ttl .pt-heading span{
  display: block;
}

.page-ttl .pt-heading .en{
  font-size:9rem;
  margin-bottom: 0.2em;
  line-height: 1.2;
  font-weight: 800;
}

.c-ttl {
  font-size: 3rem;
  font-weight: 600;
}

.c-ttl span.mask-bg{
  display: table;
}

.c-ttl .en{
  font-size: 8rem;
  display: block;
  line-height: 1.1;
  font-weight: 800;
}

.c-ttl.center{
  text-align: center;
}

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

  .page-ttl .pt-heading .en{
    font-size:5rem;
  }

  .page-ttl .pt-heading {
    font-size: 2rem;
  }

}


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

  .inner{
    padding-left: 5%;
    padding-right: 5%;
  }

  .btn{
    font-size: 1.4rem;
    max-width: 266px;
  }

  .page-ttl {
    padding: 7em 0em 2em;
  }

  .page-ttl .pt-heading{
    display: block;
  }

  .page-ttl .pt-heading .en {
    font-size: 4rem;
  }

  .page-ttl .pt-heading {
    font-size: 1.4rem;
  }

  .c-ttl {
    font-size: 2rem;
  }

  .c-ttl .en{
    font-size: 3rem;
  }

  .btn__ico{ 
    width:29px; 
    height:29px; 
  }

}

/* ==================================================
   Pagination
================================================== */


.wp-pagenavi {
	/*margin: 0 auto;*/
	font-size: 0;
	text-align: center;
}
.wp-pagenavi .pages{
	display: none;
}
.wp-pagenavi .last{
	display: none;
}
.wp-pagenavi a, .wp-pagenavi span{
	margin: 0;
	padding: 0;
  border-radius: 100%;
  padding: 12px 5px!important;
}

.wp-pagenavi .page, .wp-pagenavi .extend {
	display: inline-block;
	width: 45px;
	height: auto;
	line-height: 1;
	font-size: 1.6rem;
	color: #A3A3A3;
	text-decoration: none;
	text-align: center;
  border: none;
  font-weight: 500;
  background-color: #E6E6E6;
  border: 2px solid transparent;
}

.wp-pagenavi .page:hover, .wp-pagenavi .extend:hover {
	opacity: 0.8;
  border-color: transparent;
}

.wp-pagenavi .current {
	display: inline-block;
	color: #FFFFFF;
  font-size: 1.6rem;
	width: 45px;
	height: auto;
	line-height: 1;
	text-align: center;
  border: none;
  font-weight: 500!important;
  border: 2px solid #1971A4!important;
  background-color: #1971A4;
}

.nextpostslink{
  width: 30px;
  position: relative;
  border: none!important;
  padding: 17px 6px 8px!important;
}


.previouspostslink{
  width: 30px;
  position: relative;
  border: none!important;
  padding: 17px 6px 8px!important;
}

.aroundbox{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0;
  padding-top: 24px;
}



.aroundbox .wp-pagenavi{
  width: auto;
}

.aroundbox div.prev{
  padding-left: 20px;
}

.aroundbox div.prev a{
  padding-left: 1.5em;
}

.aroundbox div.prev a::before{
  content: '';
  position: absolute;
  top: 56%;
  left: 0;
  background: url(../images/common/page_left.svg) no-repeat;
	width: 15px;
  height: 15px;
  background-size: cover;
  transform: translate(0, -50%);
}

.aroundbox div.all{
  text-align: center;
  font-weight: bold;
}

.aroundbox div.next{
  text-align: right;
  position: relative;
  padding-right: 20px;
}

.aroundbox div.next a{
  padding-right: 1.5em;
}

.aroundbox div.next a::before{
  content: '';
  position: absolute;
  top: 50%;
  right:0;
	background: url(../images/common/page_right.svg) no-repeat;
	width: 15px;
  height: 15px;
  background-size: cover;
  transform: translate(0, -50%);
}

.aroundbox a{
  color: #000;
  position: relative;
}

.aroundbox.article-nav{
  justify-content: space-between;
}

.aroundbox.article-nav div.next a,
.aroundbox.article-nav div.prev a{
  font-size: 0;
}

.aroundbox.single-p div{
  width: 33.33%;
}

.aroundbox.single-p div.next {
 text-align: right;
}

.aroundbox.single-p div.prev {
  text-align: left;
}

.aroundbox.single-p div.next a {
  padding-right: 3em;
}

.aroundbox.single-p div.prev a{
  padding-left: 3em;
}


.aroundbox.single-p div.next a::before {
  content: '';
  background: url(../images/common/arrow_small.svg) no-repeat;
  width: 27px;
  height: 28px;
  background-size: contain;
  position: absolute;
  background-size: 100%;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  border: none;
}

.aroundbox.single-p div.prev a::before {
  content: '';
  background: url(../images/common/arrow_small.svg) no-repeat;
  width: 27px;
  height: 28px;
  background-size: contain;
  position: absolute;
  background-size: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%) rotate(-180deg);
  border: none;
}


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

  

}

@media screen and (max-width: 767px) {
    .wp-pagenavi .page, .wp-pagenavi .extend, .wp-pagenavi .current {
    /*width: auto;*/
  }

  .aroundbox{
    margin: 20px 0 0;
  }

  .aroundbox div.next a{
    padding-right: 1em;
  }


  .aroundbox div.prev  {
    display: none;
  }

  .aroundbox div.next{
    display: none;
  }
}


/* ==================================================
   Bread Crumb
   ================================================== */
.c-breadcrumb {
  padding: 14px 0 30px;
}

.c-breadcrumb ul {
  padding: 1em 0 1em 5em;
  background: transparent;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      
}

.c-breadcrumb ul li{
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  color: #888888;
      margin-right: 3.2em;
}

.c-breadcrumb ul li:first-child{
}

.c-breadcrumb ul li::after{
  content: '';
  width: 13px;
  height: 1px;
  background-color: #888888;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  right: -31px;
}

.c-breadcrumb ul li:last-child:after{
  content: none;
}

 .c-breadcrumb ul li:last-child{
  margin-right: 0;
 }
 
 .c-breadcrumb ul li a {
   color: #888888;
 }
 
 .c-breadcrumb ul li i {
   margin-left: 10px;
 }

@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 0 0 50px;
  }

  .c-breadcrumb ul {
    padding: 12px 5%;
  }
}


/* ==================================================
   アニメーション
================================================== */

.matrix .bg-wrap,
.matrix .bg-wrap .inn {
  display: block;
}
 
.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0;
}
 
/*.matrix .bg-wrap + .bg-wrap {
  margin-top: 10px;
}*/

 
.matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.9s cubic-bezier(0.22, 1, 0.36, 1);
}
 
.matrix.is-animated .bg-wrap {
  opacity: 1;
}
 
.matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

/* fadeUp */
.element {
  /* 最初は非表示 */
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}

.first-fade {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}

/* フェードイン時に入るクラス */
.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  z-index:1;
}

@keyframes fadeinfirst {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mask-bg {
  color: transparent;
  display: inline-block;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
}
.mask-bg::after {
  /*background: linear-gradient(to right, #362ae0 0%,#3b79cc 50%,#42d3ed 100%);*/
  background: #fff;
  bottom: -1px;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}
 
.is-fadein .mask-bg,
.mask-bg.is-animated {
  color: #000;
}

.is-fadein .mask-bg::after,
.mask-bg.is-animated::after {
  animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.170, 1);
}
 
@keyframes mask-bg {
  0% {
    transform: translate(0, 101%)
  }
  40%, 60% {
    transform: translate(0, 0%)
  }
  100% {
    transform: translate(0, -100%)
  }
}


/* ページトップボタン */
#page-top {
  bottom: 5px;
  position: fixed;
  right: 6px;
  z-index: 3;
}


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

  #page-top {
    max-width: 47px;
    width: 100%;
  }

}


/* ==================================================
   TOP
================================================== */

.mv-area{
  position: relative;
  /*height: 100lvh;          
  width: 100%;
  overflow: visible;
  clip-path: inset(0); */    
  z-index: 1;
  background-color:#F5F5F5 ;
  padding-top: 5em;
}

/*.mv-inner{
  position: fixed;
  top: 90px;
  left: 30px;
  width: calc(100% - 60px);
  height: calc(100lvh - 93px);
  overflow: hidden;
  object-fit: cover;       
  object-position: center;
  z-index: 0;
}*/


.mv-inner video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mv-area .catch{
  /*position: fixed;
  top: 8%;
  left: 5%;*/
  z-index: 2;
  color: #000;
  font-size: 2.3rem;
  padding: 3em 0 4em;
}

.mv-area .mv-slide{
  overflow: hidden;
}

.mv-area .catch .big{
  margin-bottom: 0.5em;
}

.mv-area .catch .big span{
  font-size: 9rem;
  font-weight: 700;
  line-height: 1.3;
}

.mv-slide .slick-slide {
  padding: 0 12px;
  box-sizing: border-box;
}

.mv-slide .slick-active {
  padding: 0 12px;
}

.mv-slide .slick-center {
  padding: 0 12px;
}

.mv-area .mv-slide .slick-slide > div {
  overflow: hidden;
  border-radius: 12px 0 12px 0;
}

.mv-area .mv-slide .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 0 12px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.mv-area .mv-slide .slick-active img {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.mv-area .mv-slide .slick-center img {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.mv-slide .slick-list {
  overflow: visible;
  margin: 0 -12px;
}

.topabout-area{
  padding: 14em 0 17em;
  position: relative;
  overflow: hidden;
   position: relative;
  z-index: 2; 
  background-color:#F5F5F5 ;    
}

.topabout-area .inner{
  z-index: 1;
}

.topabout-area .graph-box{
  max-width: 1208px;
  width: 100%;
  margin: 0 auto 4em;
}

.topabout-area .text-box{
  text-align: center;
}

.topabout-area .text-box .c-heading{
  font-size: 4rem;
  margin-bottom: 1em;
  font-weight: 800;
}

.visualization-area .btn,
.topabout-area .btn{
  max-width: 366px;
  margin: 2.6em auto 0;
}

.topabout-area .loop-wrap{
  position: absolute;
  top: 32%;
}

.green{
  color: #19A47E;
}

.topabout-area .loop-area li {
  font-size: 12rem;
}

.visualization-area{
  background-color: #fff;
  padding: 8em 0 9em;
  border-radius: 0 155px 0 0;
  position: relative;
  margin-top: -8em;
  z-index: 3;
}

.visualization-area .text-box{
  text-align: center;
  margin-top: 5em;
}

.visualization-area .text-box .c-heading{
  font-size: 4rem;
  margin-bottom: 0.7em;
  font-weight: 800;
}

.visualization-area .graph-box{
  max-width: 412px;
  width: 100%;
  margin: 4em auto 1em;
}

.visualization-area .text-vis{
  margin: 3em auto 6em;
  display: block;
}


.top-page .interview-area{
  background-color: #fff;
  padding: 3em 0 10em;
  position: relative;
}

.interview-area .slick-img img {
  height: auto;
  opacity: .3;
  transform: scale(.9);
  transition: opacity .5s, transform .5s;
  width: 100%;
}
/* 中央のスライド */
.interview-area .slick-center img {
  opacity: 1;
  transform: scale(1);
}

.top-page .interview-area::before{
  content: '';
  width: 100%;
  height: 123px;
  background-color: #1971A4;
  position: absolute;
  left: 0;
  bottom: 0;
}
.top-page .interview-area:after {
  content: '';
  width: 100%;
  height: 125px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;

  border-radius: 0 0 0px 155px;
}

.interview-area .interview-slide{
  margin-top: 7em;
  z-index: 2;
  overflow: hidden;
}

.interview-area .slick-dots {
  bottom: 5px;
}

.interview-area .slick-dots li button:before {
  font-size: 8px;
  color: #000;
}

.interview-area  .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #1971A4;
}

.interview-slide li a{
  color: #000;
}

.interview-slide li{
  margin: 0 25px;
}

.interview-slide li a .int-ttl{
  font-size: 2.3rem;
  font-weight: 700;
  margin: 0.3em 0 1em;
}

.interview-slide li a .text-box{
  padding: 0 1.6em;
}

.interview-area .slick-center .text-box{
  padding: 1em 0em 0;
}

.interview-slide li a .int-wrapper{
  display: flex;
  gap: 2%;
  color:#9E9E9E;
}

.topbusiness-area{
  background-color: #1971A4;
  padding: 3em 0 10em;
  position: relative;
  border-radius:  0 155px 0 0;
}

.topbusiness-area .loop-area{
  margin-bottom: 1.5em;
}

.message-area .loop-area li,
.topbusiness-area .loop-area li {
  color: rgba(255, 255, 255, 0.7);
}

.topbusiness-area::before{
  content: '';
  width: 100%;
  height: 125px;
  background-color: #F5F5F5;
  position: absolute;
  left: 0;
  bottom: 0;
}
.topbusiness-area:after {
  content: '';
  width: 100%;
  height: 125px;
  background-color: #1971A4;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 0px 155px;
}

.topbusiness-area .c-ttl{
  color: #fff;
}

.topbusiness-area .b-boxes{
  max-width: 1200px;
  width: 100%;
  margin: 3em auto 0;
}

.topbusiness-area .b-boxes a{
  background-color: #fff;
  padding: 3em 3em 3em 5em;
  border-radius: 38px;
  margin-bottom: 2em;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  transition: transform 0.55s cubic-bezier(.34, 1.56, .64, 1);
}

.topbusiness-area .b-boxes a:hover{
  transform: translateY(-6px);
  opacity: 1;
}

.topbusiness-area .b-boxes a:last-child{
  margin-bottom: 0em;
}

.box .btn__ico{
  position:absolute;
  right:30px;
  bottom:30px;
}

.news-list li a .btn__ico{
  position:absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
}

.news-list li a .btn__ico {
  width: 35px;
  height: 35px;
}

.news-list li a .btn__ring,
.box .btn__ring{
  fill:none;
  stroke:#000;
  stroke-width:2;
  opacity:1;
  transition:opacity .2s ease;
}

.news-list li a .btn__prog,
.box .btn__prog{
  fill:none;
  stroke:#ccc;    /* hover時の色 */
  stroke-width:4;
  stroke-linecap:round;
  transform:rotate(-90deg);
  transform-origin:26px 26px;
  stroke-dasharray: 151;       
  stroke-dashoffset: 151;      /* 最初は見えない */
  transition:stroke-dashoffset .6s cubic-bezier(.2,1,.2,1);
}

.news-list li a .btn__arrow,
.box .btn__arrow{
  fill:none;
  stroke:#000;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.news-list li a:hover .btn__prog,
.box:hover .btn__prog{ 
  stroke-dashoffset:0; 
} /* 青リングが描画される */



.box .card-arrow{
  position:absolute;
  right:30px;
  bottom:30px;
  width:52px;
  height:52px;
  overflow:visible;
}

.card-arrow__fill{
  fill:transparent;
  transform-origin:26px 26px;
  transition:fill .3s ease, transform .45s cubic-bezier(.2,1,.2,1);
}

.box:hover .card-arrow__fill{
  fill:#e5e5e5;          /* 中をグレーに */
  transform:scale(1.12); /* 少しだけ大きく（切れにくい） */
}

.card-arrow__base{
  fill:none;
  stroke:#000;
  stroke-width:1.5;
  stroke-linecap:round;

  /* r=24 の円周 ≒ 150.8 */
  stroke-dasharray:151;
  stroke-dashoffset:0;          /* 最初は全部見える */

  transform:rotate(-90deg);
  transform-origin:26px 26px;

  transition:stroke-dashoffset .6s cubic-bezier(.2,1,.2,1),
             transform .45s cubic-bezier(.2,1,.2,1);
}

.box:hover .card-arrow__base{
  stroke-dashoffset:151;         /* だんだん消える（progress逆） */
  transform:rotate(-90deg) scale(1.12);
}

/* ==========
  ③ 矢印
========== */
.card-arrow__icon{
  fill:none;
  stroke:#000;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .3s ease;
}

.box:hover .card-arrow__icon{
  transform:translateX(4px);
}


.topbusiness-area .img-box{
  width: 44%;
  position: relative;
  padding-left: 0.8em;
  border-left: 1px solid  #D2D2D2;
  border-radius: 0 30px 30px 0;
}

.topbusiness-area .img-box img{
  display: block;
}

.topbusiness-area .box:nth-child(1) .img-box::before{
  content: '';
  background: url(../images/top/text_business.svg) no-repeat;
  width: 11px;
  height: 156px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -1.4em;
}

.topbusiness-area .box:nth-child(2) .img-box::before{
  content: '';
  background: url(../images/top/text_visual.svg) no-repeat;
  width: 12px;
  height: 149px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -1.4em;
}

.topbusiness-area .img-box:after {
  content: "";
  position: absolute;
  left: -1.5px;
  top: 0;
  height: 5%;
  width: 2px;
  display: block;
  background: #1971A4;
  z-index: 1;
  transition: .5s;
}

.topbusiness-area a:hover .img-box:after{
  height: 100%;
  z-index: 2;
}

.topbusiness-area .text-box{
  width: 51%;
}

.topbusiness-area .text-box .c-heading{
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  letter-spacing: 0;
}

.newscolumn-area{
  background-color: #F5F5F5;
  padding: 7em 0 9em;
  position: relative;
  border-radius: 0 0 0 155px;
}

.newscolumn-area .inner{
  z-index: 1;
}

.newscolumn-area::before{
  content: '';
  width: 100%;
  height: 125px;
  background-color: #1971A4;
  position: absolute;
  left: 0;
  top: 0;
}

.newscolumn-area:after {
  content: '';
  width: 100%;
  height: 125px;
  background-color:#F5F5F5;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 155px 0 0px ;
}

.newsTabs{
  display:flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  align-items:start;
  margin-top: 5em;
}

.newsTabs__nav{
  width: 25%;
}

.newsTabs__nav .btn:first-child{
  margin-bottom: 1em;
}

.newsTabs__btn{
  opacity: 0.6;
  cursor: pointer;
  border: none;
  margin-bottom: 1em;
}

.newsTabs__btn:last-child{
  margin-bottom: 0;
}

.newsTabs__btn.is-active{
  opacity: 1;
}

.newsTabs__body{
  width: 70%;
}

/* パネル：フェード */
.newsTabs__panel{
  display:none;
  opacity:0;
  transform: translateY(10px);
}

.newsTabs__panel.is-active{
  display:block;
}

.newsTabs__panel.is-show{
  opacity:1;
  transform: translateY(0);
  transition: opacity .35s ease, transform .35s ease;
}


.lower-banner-area{
  padding: 7em 0 5em;
  background-color: #fff;
}

.lower-banner-area .banner-wrap{
  display: flex;
  justify-content: center;
  gap: 2%;
}

.lower-banner-area .banner-wrap a{
  display: block;
  width: 32%;
  transition: transform 0.55s cubic-bezier(.34, 1.56, .64, 1);
}

.lower-banner-area .banner-wrap a:hover {
  transform: translateY(-6px);
  opacity: 1;
}

.lower-banner-area .banner-wrap a img{
  display: block;
  width: 100%;
}

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

  .mv-area .catch .big span {
    font-size: 7rem;
  }

  .mv-area .lower-catch span{
    font-size: 1.6rem;
  }
 
}

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

  .interview-slide li{
    margin: 0 8px;
  }

  .interview-slide li a .int-ttl {
    font-size: 1.8rem;
  }


  .newsTabs {
    display: block;
  }
  
  .newsTabs__body {
    width: 100%;
  }

  .newsTabs__nav {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 2%;
  }

  .newsTabs__nav .btn:first-child {
    margin-bottom: 0;
  }
}

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

  /*.mv-inner {
    position: fixed;
    top: 66px;
    left: 13px;
    width: calc(100% - 30px);
  }*/

  .mv-area {
    position: relative;
    padding: 3em 0 5em;
  }

  .mv-area .catch .big span{
    font-size: 3rem;
  }

  .mv-area .lower-catch span {
    font-size: 1.3rem;
  }

  .mv-area .catch {
    font-size: 1.4rem;
  }

  .topabout-area {
    padding: 9em 0 13em;
  }

  .topabout-area .loop-area li {
    font-size: 5rem;
  }

  .topabout-area .loop-wrap{
    top: 6%;
  }

  .topabout-area .text-box .c-heading {
    font-size: 3rem;
  }

  .topabout-area .btn {
    max-width: 275px;
  }

  .visualization-area {
    padding: 6em 0 5em;
    border-radius: 0 53px 0 0;
  }

  .visualization-area .text-box .c-heading {
    font-size: 3rem;
  }

  .top-page .interview-area {
    padding: 3em 0 6em;
  }

  .top-page .interview-area:after {
    border-radius: 0 0 0px 53px;
  }

  .topbusiness-area::before{
    height: 75px;
  }

  .interview-area .interview-slide {
    margin-top: 3em;
      padding-bottom: 4em;
  }

  .interview-slide li a .int-ttl {
    font-size: 2rem;
  }

  .interview-slide li a .int-wrapper {
    display: block;
  }

  .interview-slide li a .text-box {
    padding: 0 0;
  }

  .topbusiness-area {
    padding: 3em 0 6em;
    border-radius: 0 53px 0 0;
  }

  .topbusiness-area:after {
    border-radius: 0 0 0px 53px;
    height: 75px;
  }

  .topbusiness-area .b-boxes a {
    display: block;
  }

  .topbusiness-area .box:nth-child(1) .img-box::before{
    width: 10px;
    height: 137px;
  }

  .topbusiness-area .box:nth-child(2) .img-box::before{
    width: 11px;
    height: 129px;
  }

  .newscolumn-area {
    padding: 5em 0 5em;
    border-radius: 0 0 0 53px;
  }

  .newscolumn-area::before {
    height: 75px;
  }

  .newscolumn-area:after {
    height: 75px;
    border-radius: 0 53px 0 0px;
  }

  .newsTabs {
    display: block;
    margin-top: 4em;
  }

  .newsTabs__nav .btn:first-child{
    margin-bottom: 0em;
  }

  .newsTabs__nav {
    width: 100%;
    display: block;
    margin-top: 2em;
  }

  .newsTabs__nav .btn{
    margin: 0 auto;
  }

  .newsTabs__nav .btn:last-child{
    margin-top: 0.8em;
  }

  .newsTabs__btn {
    margin-bottom: 0em;
    font-size: 1.2rem;
    padding: 1em 1em;
  }

  .newsTabs__body {
    width: 100%;
    margin-top: 2em;
  }

  .topbusiness-area .text-box {
    width: 100%;
  }

  .topbusiness-area .text-box .c-heading {
    font-size: 2.3rem;
    margin-bottom: 0.5em;
  }

  .topbusiness-area .b-boxes a {
    padding: 3em 1em 6em 1em;
    border-radius: 13px;
  }

  .topbusiness-area .img-box {
    width: 95%;
    padding-left: 0.5em;
    margin: 0 0 1em auto;
  }

  .topbusiness-area .text-box {
    width: 100%;
  }

  .box .card-arrow {
    right: 12px;
    bottom: 13px;
    width: 40px;
    height: 40px;
  }

  .lower-banner-area .banner-wrap {
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
  }

  .lower-banner-area .banner-wrap a {
	  width: 90%;
	  max-width: 20em;
	/* width: 49%; */
    /* margin-bottom: 0.5em; */
  }
  .lower-banner-area .banner-wrap a:nth-child(n+2) {
    margin-top: 0.5em;
  }
  .lower-banner-area {
    padding: 2em 0 2em;
  }

  .mv-area .mv-slide .slick-list,
  .mv-area .mv-slide .slick-track,
  .mv-area .mv-slide .slick-slide,
  .mv-area .mv-slide .slick-slide > div {
    height: clamp(360px, 62vh, 560px);
  }

  .mv-slide .slick-slide {
    padding: 0 8px;
  }

  .mv-slide .slick-active {
    padding: 0 8px;
  }

  .mv-slide .slick-center {
    padding: 0 8px;
  }

  .mv-slide .slick-list {
    margin: 0 -8px;
  }

  .mv-area .mv-slide .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

}



/* ==================================================
    事業内容
================================================== */

.p-business .upper-business {
  padding: 4em 0;
  text-align: center;
}

.p-business .upper-business .c-heading{
  font-size: 4rem;
  font-weight: bold;
}

.p-business .upper-business figure{
  max-width: 1058px;
  width: 100%;
  margin: 0 auto 0;
}

.p-business .upper-business p{
  line-height: 1.8;
  margin: 1.8em 0 7em;
}

.p-business .topbusiness-area{
  background-color: #fff;
}

.p-business .topbusiness-area::after,
.p-business .topbusiness-area::before{
  content: none;
}

.p-business .topbusiness-area .b-boxes a {
  background-color: #F6F6F6;
}

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

  .p-business .upper-business .c-heading{
    font-size: 2.8rem;
  }

}


/* ==================================================
    事業内容 詳細ページ
================================================== */

.p-business.lower .page-ttl{
  color: #fff;
  margin-top: 7em;
  width: 97%;
  border-radius: 0 55px 55px 0;
  padding: 2em 0em 9em;
}

.p-business.lower .c-breadcrumb ul li {
  color: #fff;
}

.p-business.lower .c-breadcrumb ul li a {
  color: #fff;
}

.p-business.lower .c-breadcrumb ul li::after {
  background-color: #fff;
}

.p-business.lower .page-ttl .pt-heading {
  flex-flow: wrap;
  margin-bottom: 1em;
}

.p-business.lower .page-ttl .pt-inner {
  width: 100%;
  max-width: calc(1200px + 5% * 2);
}

.page-ttl.steel{
  background: url(../images/business/bg_steel.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.page-ttl.cfp{
  background: url(../images/business/bg_cfp.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.p-business .about-business{
  padding: 6em 0 0em;
}

.p-business .about-business .about-wrap{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}

.p-business .about-business .about-wrap.reverse{
  flex-flow: row-reverse;
  margin-top: 7em;
}

.p-business .about-business .about-wrap .text-box{
  width: 47%;
}

.p-business .about-business .about-wrap .text-box .c-heading{
  font-size: 3.2rem;
  font-weight: 800;
  margin-bottom: 0.7em;
}

.p-business .about-business .about-wrap figure{
  width: 47%;
}

.steel-wrap{
  margin: 8em 0 0;
}

.steel-wrap .c-heading{
  font-size: 3.2rem;
  text-align: center;
  font-weight: 500;
}

.steel-wrap .steel-list{
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  margin-top: 3.8em;
}

.steel-wrap .steel-list::after{
  content: '';
  width: 31.8%;
}

.steel-wrap .steel-list li{
  width: 31.8%;
  margin-bottom: 4em;
}

.steel-wrap .steel-list li .text-box{
  margin-top: 0.8em;
}

.steel-wrap .steel-list li .text-box .ttl{
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.6em;
}

.steel-wrap .steel-list li .text-box .desc{
  margin: 0 0 1.4em;
}

.steel-wrap .steel-list li .text-box .detail{
  color: #696969;
}

.reason-area{
  padding: 8em 0 6em;
  position: relative;
  background: url(../images/business/bg_reason.png) no-repeat;
  background-position: center 72%;
}

.reason-area .inner {
  max-width: calc(1600px + 5% * 2);
}

.reason-area .c-heading{
  font-size: 2.2rem;
  text-align: center;
  font-weight: 500;
}

.reason-area .c-heading .big{
  font-size: 3.2rem;
  display: block;
}

.reason-area .reason-wrap{
  display: flex;
  justify-content: space-between;
  margin: 5em 0 6em;
} 

.reason-area .reason-wrap .r-box{
  width: 21%;
  text-align: center;
}

.reason-area .reason-wrap .r-box:nth-child(odd){
  margin-top: 5em;
}

.reason-area .reason-wrap .r-box .r-ttl{
  font-size: 2.5rem;
  letter-spacing: 0;
  font-weight: bold;
}

.reason-area .last-catch{
  font-size: 3.3rem;
  font-weight: 800;
  text-align: center;
}

.co2-area{
  padding: 3em 0 8em;
}

.co2-wrap{
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  background-color: #F5F5F5;
  border-radius: 25px;
  padding: 2em 2em;
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
   font-weight: 500;
}

.co2-wrap figure{
  width: 49%;
}

.co2-wrap figure img{
  display: block;
  width: 100%;
}

.co2-wrap .text-box{
  width: 49%;
  text-align: center;
} 

.co2-wrap .text-box .c-heading{
  display: flex;
  gap: 2%;
  font-size: 2rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5em;
}

.co2-wrap .text-box .c-heading .big{
  font-size: 3.2rem;
  font-weight: 500;
}

.co2-wrap .text-box ul{
  display: table;
  margin: 0 auto;
}

.co2-wrap .text-box ul li{
  position: relative;
  margin: 0.5em 0;
  padding-left: 2em;
  text-align: left;
}

.co2-wrap .text-box ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 7px;
}

.co2-wrap .text-box .btn{
  max-width: 286px;
  margin: 1em auto 0;
}


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

  .p-business.lower .page-ttl {
    margin-top: 5em;
    border-radius: 0 25px 25px 0;
    padding: 1em 0em 5em;
  }

  .p-business.lower .page-ttl .pt-heading{
    font-size: 2.5rem;
  }

  .p-business .about-business .about-wrap {
    display: block;
  }

  .p-business .about-business .about-wrap .text-box {
    width: 100%;
  }

  .p-business .about-business .about-wrap figure {
    width: 100%;
    margin-top: 2em;
  }

  .p-business .about-business .about-wrap .text-box .c-heading {
    font-size: 2.3rem;
  }

  .p-business .about-business .about-wrap.reverse {
    margin-top: 5em;
  }

  .reason-area .c-heading {
    font-size: 1.8rem;
  }

  .reason-area .c-heading .big {
    font-size: 2.8rem;
  }

  .reason-area .reason-wrap {
    display: block;
    margin: 4em 0 3em;
  }

  .reason-area .reason-wrap .r-box {
    width: 100%;
    margin-bottom: 4em;
  }

  .reason-area .reason-wrap .r-box .r-ttl {
    font-size: 2rem;
  }

  .reason-area .reason-wrap .r-box:nth-child(odd) {
    margin-top: 0;
  }

  .reason-area .last-catch {
    font-size: 1.8rem;
  }

  .co2-wrap .text-box .c-heading .big {
    font-size: 2.5rem;
    display: block;
  }

  .co2-wrap{
    display: block;
    padding: 2em 1.5em;
  }

  .co2-wrap figure {
    width: 100%;
    margin-top: 2em;
  }

  .co2-wrap .text-box {
    width: 100%;
  }

  .co2-wrap .text-box .c-heading {
    display: block;
  }

  .steel-wrap .c-heading {
    font-size: 2.5rem;
  }

  .steel-wrap .steel-list li .text-box .ttl {
    font-size: 1.8rem;
  }

  .steel-wrap .steel-list li {
    width: 100%;
  }

  .steel-wrap .steel-list::after {
    content: none;
  }

  .reason-area {
    padding: 3em 0 3em;
    background: none;
  }
}


/* ==================================================
    Co2見える化支援
================================================== */

.p-visual .page-ttl{
  background-color: #F0F0F0;
}

.p-visual .visual-area{
  background-color: #F0F0F0;
  padding: 5em 0 10em;
  border-radius: 0 0 0 155px;
  position: relative;
}



.p-visual .visual-wrap .v-box{
  display: flex;
  justify-content: space-between;
  margin-bottom: 3em;
  flex-flow: row-reverse;
  align-items: center;
}

.p-visual .visual-wrap .v-box figure{
  width: 48%;
}

.p-visual .visual-wrap .v-box .v-text{
  width: 45%;
}

.p-visual .visual-wrap .v-box .v-text .c-heading{
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 1em;
  letter-spacing: 0;
}

.p-visual .visual-wrap .v-box .v-text .c-heading span{
  color: #1971A3;
  display: block;
  font-size: 1.8rem;
  margin-bottom: 1em;
  position: relative;
  padding-left: 1.5em;
}

.p-visual .visual-wrap .v-box .v-text .c-heading span::before{
  content: '';
  background: url(../images/common/img_wheel.svg) no-repeat;
  width: 18px;
  height: 18px;
  background-size: cover;
  position: absolute;
  top: 7px;
  left: 0;
}

.p-visual .topbusiness-area .last-catch,
.p-visual .project-area .last-catch,
.p-visual .visual-area .last-catch{
  text-align: center;
  font-weight: 800;
  font-size: 3.2rem;
  margin-top: 2em;
}

.p-visual .topbusiness-area .last-catch{
  color: #fff;
}

.p-visual .topbusiness-area::before{
  background-color: #fff;
}

.p-visual .topbusiness-area:after {
  border-radius: 0 0 155px 155px;
}

.p-visual .topbusiness-area .box{
  pointer-events: none;
}

.p-visual .topbusiness-area .box .img-box::before{
  content: '';
  background: url(../images/visual/text_reason.svg) no-repeat;
  width: 15px;
  height: 209px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -1.4em;
}

.p-visual .topbusiness-area .img-box:after {
  content: none;
}

.p-visual .topbusiness-area .img-box {
  padding-left: 0.3em;
  border-left: none;
}

.p-visual .topbusiness-area .b-boxes a:hover{
  transform: translateY(0);
}

.p-visual .topbusiness-area .loop-area {
  animation: loop-slide 450s linear infinite;
}

.p-visual .project-area{
  padding: 7em 0 0em;
  position: relative;
  background-color: #fff;
}

.p-visual .project-area .inner2{
  z-index: 1;
}

.p-visual .project-area::before {
  content: '';
  width: 100%;
  height: 125px;
  background-color: #F0F0F0;
  position: absolute;
  left: 0;
  top: 0;
}

.p-visual .project-area:after {
  content: '';
  width: 100%;
  height: 125px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 155px 0 0px;
}

.p-visual .project-area .support-wrap{
  text-align: center;
  margin-bottom: 5em;
}

.p-visual .project-area .c-heading{
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 1.4em;
}

.p-visual .project-area .c-heading span{
  display: block;
  font-size: 3.2rem;
}

.p-visual .project-area .support-wrap .graph-box{
  max-width: 412px;
  width: 100%;
  margin: 3em auto 3em;
}

.p-visual .project-area .flow-wrap{
  padding: 5em 0 8em;
  text-align: center;
}

.p-visual .project-area .flow-wrap .graph-box{
  max-width: 1126px;
  width: 100%;
  margin: 4em auto 0em;
}

.p-visual .project-area .contribute-wrap{
  text-align: center;
  position: relative;
  padding: 0 0 9em;
}

.p-visual .project-area .contribute-wrap::before {
  content: '';
  width: 100%;
  height: 125px;
  background-color: #1971A4;
  position: absolute;
  left: 0;
  bottom: 0;
}

.p-visual .project-area .contribute-wrap::after {
  content: '';
  width: 100%;
  height: 125px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 0px 155px;
}


.p-visual .project-area .contribute-wrap .graph-box{
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.p-visual .project-area .contribute-wrap  .text-vis{
  margin: 2em auto 4em;
}

.p-visual .co2-area {
    padding: 6em 0 5em;
}

.p-visual .co2-area .co2-wrap{
  box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.35);
} 

.p-visual .example-area{
  padding: 4em 0 5em;
}

.p-visual .example-area .c-heading{
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}

.p-visual .example-area .example-list{
  margin-top: 4em;
}

.p-visual .example-area .top-text{
  text-align: center;
  margin: 1.5em 0 1.5em;
}

.p-visual .example-area .e-box{
  display: flex;
  justify-content: space-between;
  margin-bottom: 3em;
}

.p-visual .example-area .e-box:last-child{
  margin-bottom: 0;
}

.p-visual .example-area .e-box figure{
  width: 43%;
}

.p-visual .example-area .e-box figure img{
  display: block;
}

.p-visual .example-area .e-box .desc-box{
  width: 54%;
}

.p-visual .example-area .e-box .company-name{
  font-size: 1.8rem;
  margin: 1em 0;
}

.p-visual .example-area .e-box .desc-box .e-ttl{
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.p-visual .example-area .gray-box{
  
  background-color: #F4F4F4;
  padding: 1.5em 1.5em;
}

.p-visual .example-area .gray-box.flex{
  display: flex;
  justify-content: space-between;
}

.p-visual .example-area .gray-box.flex .text-box{
  width: 62%;
}

.p-visual .example-area .gray-box .text-box .ttl{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.8em;
}

.p-visual .example-area .gray-box.flex .img-box{
  width: 28%;
}

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

  .p-visual .visual-area {
    padding: 5em 0 6em;
    border-radius: 0 0 0 53px;
  }

  .p-visual .visual-wrap .v-box {
    display: block;
  }

  .p-visual .visual-wrap .v-box .v-text .c-heading {
    font-size: 2rem;
  }

  .p-visual .visual-wrap .v-box .v-text {
    width: 100%;
  }

  .p-visual .visual-wrap .v-box .v-text .c-heading span {
    font-size: 1.4rem;
  }

  .p-visual .visual-wrap .v-box .v-text .c-heading span::before {
    width: 13px;
    height: 13px;
    top: 5px;
  }

  .p-visual .visual-wrap .v-box figure {
    width: 100%;
    margin-top: 2em;
  }

  .p-visual .topbusiness-area .last-catch, 
  .p-visual .project-area .last-catch, 
  .p-visual .visual-area .last-catch {
    white-space: nowrap;
    text-align: center;
    font-weight: 800;
    line-height: 1.3;
    font-size: clamp(2.8rem, 5.2vw, 3.2rem);
  }

  .p-visual .project-area {
    padding: 4em 0 0em;
  }

  .p-visual .project-area .c-heading {
    font-size: clamp(1.6rem, 3.8vw, 20px);
  }

  .p-visual .project-area .c-heading span {
    font-size: 1.5em;
    line-height: 1.3;
    white-space: nowrap;
  }

  .p-visual .project-area:after {
    border-radius: 0 53px 0 0px;
  }

  .p-visual .project-area .contribute-wrap {
    padding: 0 0 6em;
  }

  .p-visual .project-area .contribute-wrap::after {
    border-radius: 0 0 0px 53px;
  }

  .p-visual .project-area .flow-wrap {
    padding: 2em 0 6em;
  }

  .p-visual .project-area .contribute-wrap .text-vis {
    margin: 2em auto 3em;
  }

  .p-visual .topbusiness-area:after {
    border-radius: 0 0 53px 53px;
  }

  .p-visual .co2-area {
    padding: 4em 0 2em;
  }

  .p-visual .example-area .c-heading {
    font-size: 2.5rem;
  }

  .p-visual .example-area .e-box {
    display: block;
  }

  .p-visual .example-area .e-box .desc-box {
    width: 100%;
  }

  .p-visual .example-area .e-box .desc-box .e-ttl {
    font-size: 2rem;
  }

  .p-visual .example-area .e-box .company-name {
    font-size: 1.6rem;
  }

  .p-visual .example-area .e-box figure {
    width: 100%;
    margin-bottom: 1em;
  }

  .p-visual .example-area .gray-box.flex {
    display: block;
  }

  .p-visual .example-area .gray-box.flex .text-box {
    width: 100%;
  }

  .p-visual .example-area .gray-box.flex .img-box {
    width: 100%;
    margin-top: 2em;
  }

  .p-visual .example-area .gray-box.flex .img-box img{
    display: block;
    margin: 0 auto;
  }

  .p-visual .topbusiness-area .box .img-box::before {
    width: 12px;
    height: 180px;
  }
  .p-visual .c-desc {
    text-align: left;
  }

}

.p-visual .project-area .text-vis-copy {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-visual .project-area .text-vis {
    display: none;
  }

  .p-visual .project-area .text-vis-copy {
    display: block;
    margin: 2.2em auto 0;
    text-align: center;
    line-height: 1.35;
    font-weight: 800;
    color: #111;
    width: min(92vw, 680px);
  }

  .p-visual .project-area .text-vis-copy .text-vis-copy__line {
    margin: 0;
    font-size: clamp(1.6rem, 5.1vw, 2.8rem);
    letter-spacing: 0.01em;
    font-weight: 800;
  }

  .p-visual .project-area .text-vis-copy .text-vis-copy__green {
    color: #19A47E;
    font-weight: 800;
  }

  .p-visual .project-area .text-vis-copy .text-vis-copy__green sub {
    font-size: 0.6em;
    vertical-align: baseline;
    position: relative;
    bottom: -0.12em;
  }

  .p-visual .project-area .text-vis-copy .dot-char {
    display: inline-block;
    position: relative;
    margin-right: 0.02em;
    font-weight: 800;
  }

  .p-visual .project-area .text-vis-copy .dot-char::before {
    content: "";
    position: absolute;
    top: -0.1em;
    left: 50%;
    width: 0.2em;
    height: 0.2em;
    border-radius: 50%;
    transform: translateX(-50%);
    background: #F3C537;
  }

  .p-visual .project-area .text-vis-copy .text-vis-copy__nowrap {
    white-space: nowrap;
  }

  .p-visual .project-area .text-vis-copy--02 {
    margin: 2em auto 3em;
  }

  .p-visual .project-area .text-vis-copy .sp480-br {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .p-visual .project-area .text-vis-copy {
    width: 100%;
    line-height: 1.35;
  }

  .p-visual .project-area .text-vis-copy .text-vis-copy__line {
    font-size: clamp(2rem, 6.6vw, 2.8rem);
    line-height: 1.35;
  }

  .p-visual .project-area .text-vis-copy .sp480-br {
    display: block;
  }
}

/* ==================================================
    会社情報
================================================== */

.p-company .page-ttl{
  background-color: #F0F0F0;
}

.p-company .company-nav-wrap{
  background-color: #F0F0F0;
}

.p-company .company-nav-wrap .company-nav{
  display: flex;
  gap: 3%;
  border-bottom: 1px solid #D8D8D8;
  padding: 1em 0 1em;
  flex-wrap: wrap;
}

.p-company .company-nav-wrap .company-nav a{
  color: #000;
  font-size: 1.8rem;
  position: relative;
  padding-right: 2em;
  font-weight: 500;
}

.p-company .company-nav-wrap .company-nav a::before{
  content: '';
  background: url(../images/common/arrow_down_b.svg) no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
}

.p-company .mission-area{
  padding: 9em 0 18em;
  text-align: center;
  background-color: #F0F0F0;
  position: relative;
}

.p-company .mission-area .text-box{
  margin-top: 4em;
}

.p-company .mission-area .c-heading{
  font-size: 3.7rem;
  margin: 0 0 1em;
  font-weight: 500;
}

.p-company .mission-area .text-box p{
  line-height: 1.8;
}

.p-company .mission-area  figure{
  margin-top: 4em;
}

.p-company .possible-area{
  background-color: #DFDFDF;
  padding: 7em 0 9em;
  text-align: center;
  border-radius: 0 155px 0 155px;
  position: relative;
  margin-top: -10em;
}

.p-company .possible-area figure{
  margin: 3em auto 2.5em;
}

.p-company .possible-area p{
  line-height: 1.8;
  margin-top: 2em;
}

.p-company .profile-area{
  background-color: #fff;
  padding: 6em 0 6em;
  position: relative;
}

.p-company .profile-area .inner2{
  z-index: 1;
}

.p-company .profile-area::before {
  content: '';
  width: 100%;
  height: 125px;
  background-color: #DFDFDF;
  position: absolute;
  left: 0;
  top: 0;
}

.p-company .profile-area:after {
  content: '';
  width: 100%;
  height: 125px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 155px 0 0px;
}

.p-company .table-wrap{
  margin-top: 4em;
}

.p-company .access-area{
  padding: 6em 0 8em;
  background-color: #fff;
  position: relative;
}

.p-company .access-area .inner2{
  z-index: 1;
}

.p-company .access-area::before {
  content: '';
  width: 100%;
  height: 125px;
  background-color: #99BAFC;
  position: absolute;
  left: 0;
  bottom: 0;
}

.p-company .access-area:after {
  content: '';
  width: 100%;
  height: 125px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 0px 155px;
}

.p-company .access-area .access-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4em;
  position: relative;
  z-index: 1;
}

.p-company .access-area .access-wrap .gmap-box{
  width: 54%;
}

.p-company .access-area .access-wrap .gmap-box iframe{
  width: 100%;
  height: 450px;
}

.p-company .access-area .access-wrap .add-box{
  width: 40%;
}

.p-company .access-area .access-wrap .add-box .c-heading{
  font-size: 2rem;
  font-weight: bold;
}

.p-company .access-area .access-wrap .add-box p{
  line-height: 1.8;
  margin: 1.8em 0 2em;
}

.p-company .access-area .access-wrap .add-box .btn{
  max-width: 366px;
}

.p-company .message-area{
  position: relative;
  padding: 3em 0 10em;
  border-radius: 0 155px 0 155px;
  background: #99BAFC;
  background: linear-gradient(126deg,rgba(153, 186, 252, 1) 23%, rgba(153, 164, 252, 1) 67%);
}

.p-company .profile-box{
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  align-items: center;
}

.p-company .message-wrap{
  max-width: 920px;
  width: 100%;
  margin: 2em auto 0;
}

.p-company .profile-box figure{
  width: 40%;
}

.p-company .profile-box .prof-desc{
  width: 53%;
  font-weight: bold;
}

.p-company .profile-box .prof-desc .catch{
  font-size: 4.5rem;
  margin-bottom: 1.1em;
}

.p-company .profile-box .prof-desc .profile-name span{
  display: block;
  font-size: 2.4rem;
}

.p-company .profile-box .prof-desc .desc-cont{
  line-height: 1.8;
  margin-top: 4em;
}

.p-company .history-area{
  background-color: #fff;
  padding: 6em 0 7em;
  position: relative;
}

.p-company .history-area::before {
  content: '';
  width: 100%;
  height: 125px;
  background-color: #99A4FC;
  position: absolute;
  left: 0;
  top: 0;
}

.p-company .history-area:after {
  content: '';
  width: 100%;
  height: 125px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 155px 0 0px;
}

.p-company .history-area .inner2{
  z-index: 1;
}

.p-company .history-area .history-list{
  position: relative;
  width: 57%;
  margin: 5em 0 0 auto;
}

.p-company .history-area .history-list::before{
  content: '';
  height: 100%;
  width: 1px;
  background-color: #1971A4;
  position: absolute;
  left: 0;
}

.p-company .history-area .history-list .h-box{
  margin-bottom: 4em;
  position: relative;
  padding-left: 6em;
}

.p-company .history-area .history-list .h-box::before{
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #1971A4;
  position: absolute;
  top: 26px;
  left: -9px;
}

.p-company .history-area .history-list .h-box:last-child::after{
  content: '';
  height: 66.5%;
  width: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.p-company .history-area .history-list .h-box .year{
  font-size: 6rem;
  font-weight: 800;
  color: #E3F2FF;
  line-height: 1.2;
}

.p-company .history-area .history-list .h-desc{
  display: flex;
  gap: 2%;
  font-size: 2rem;
  align-items: center;
  margin-top: 1em;
}

.p-company .history-area .history-list .h-desc .month{
  font-weight: bold;
  font-size: 2.8rem;
}

.p-company .history-area .history-list .h-desc .month span{
  font-weight: 800;
}


.table-wrap dl{
  display: flex;
  justify-content: space-between;
 
}


.table-wrap dl.wide{
  display: block;
}

.table-wrap dl dt{
  width: 22%;
  padding: 2em 1em;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 2px solid #1971A4;
}

.table-wrap dl dd{
  width: 78%;
  padding: 2.6em 1em 2em 4em;
  border-bottom: 1px solid #D2D2D2;
}

.table-wrap dl.wide{
  padding: 2em 1em 0;
}

.table-wrap dl.wide dt{
  font-weight: bold;
  font-size: 1.7rem;
  width: 100%;
  padding: 0em 1em 0;
}

.table-wrap dl.wide dd{
  width: 100%;
}

.table-wrap .ti-wrap{
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
  font-weight: 500;
}

.table-wrap .ti-wrap:last-child{
  margin-bottom: 0;
}

.table-wrap .ti-wrap .ttl{
  width: 32%;
}

.table-wrap .ti-wrap .cont{
  width: 66%;
}

.table-wrap .ti-wrap a{
  color: #000;
  text-decoration: underline;
}

.table-wrap .ti-wrap a:hover{
  text-decoration: none;
}

.table-wrap .gmap{
  max-width: 420px;
  width: 100%;
  margin: 1em 0;
}

.table-wrap .gmap iframe{
  width: 100%;
  height: 274px;
}

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

  .p-company .company-nav-wrap .company-nav{
    justify-content: space-between;
  }

  .p-company .company-nav-wrap .company-nav a {
    font-size: 1.4rem;
    width: 48%;
    padding: 0.5em 0;
  }

  .p-company .company-nav-wrap .company-nav a::before {
    width: 18px;
    height: 18px;
    top: 50%;
    transform: translate(0,-50%);
  }

  .p-company .mission-area {
    padding: 6em 0 14em;
  }

  .p-company .mission-area .text-box {
    margin-top: 2em;
  }

  .p-company .mission-area .c-heading {
    font-size: 2rem;
  }

  .p-company .possible-area {
    padding: 6em 0 7em;
    border-radius: 0 53px 0 53px;
  }

  .p-company .profile-area:after {
    border-radius: 0 53px 0 0px;
  }

  .p-company .access-area .access-wrap {
    display: block;
    margin-top: 3em;
  }

  .p-company .access-area .access-wrap .add-box {
    width: 100%;
    margin-top: 2em;
  }

  .p-company .access-area .access-wrap .gmap-box {
    width: 100%;
  } 

  .p-company .access-area .access-wrap .gmap-box iframe {
    height: 319px;
  }

  .p-company .access-area:after {
    border-radius: 0 0 0px 53px;
  }

  .p-company .message-area {
    padding: 2em 0 8em;
    border-radius: 0 53px 0 53px;
  }

  .p-company .profile-area {
    padding: 4em 0 2em
  }

  .p-company .profile-box {
    display: block;
  }

  .p-company .table-wrap {
    margin-top: 2em;
  }

  .p-company .profile-box .prof-desc {
    width: 100%;
    margin: 2em 0 2em;
  }

  .p-company .profile-box .prof-desc .catch {
    font-size: 2.8rem;
    margin-bottom: 0.7em;
    line-height: 1.4;
  }

  .p-company .profile-box .prof-desc .profile-name span {
    font-size: 1.6em;
  }

  .p-company .profile-box figure {
    width: 56%;
    margin: 0 auto;
  }

  .p-company .history-area {
    padding: 5em 0 2em;
  }

  .p-company .history-area:after {
    border-radius: 0 53px 0 0px;
  }

  .p-company .history-area .history-list {
    width: 100%;
    margin: 4em 0 0 auto;
  }

  .p-company .history-area .history-list .h-box {
    margin-bottom: 3em;
    padding-left: 3em;
  }

  .p-company .history-area .history-list .h-box .year {
    font-size: 3rem;
  }

  .p-company .history-area .history-list .h-desc .month {
    font-size: 1.8rem;
    width: 16%;
  }

  .p-company .history-area .history-list .h-desc .exp{
    width: 75%;
  }

  .p-company .history-area .history-list .h-desc {
    font-size: 1.4rem;
    margin-top: 0em;
  }

  .p-company .history-area .history-list .h-box::before {
    width: 13px;
    height: 13px;
    left: -6px;
  }

  .p-company .history-area .history-list .h-box:last-child::after {
    height: 50.5%;
  }

  .table-wrap dl{
    display: block;
  }

  .table-wrap dl dt {
    width: 100%;
    padding: 1.5em 0.5em 1em;
    text-align: left;
    font-size: 1.4rem;
  }

  .table-wrap dl dd {
    width: 100%;
    padding: 1em 0.5em 1em;
  } 

  .table-wrap dl.wide {
    padding: 1em 0 0;
  }

  .table-wrap dl.wide dt {
    padding: 0 0.5em;
  }

  .table-wrap .ti-wrap {
    display: block;
  }

  .table-wrap .ti-wrap .ttl {
    width: 100%;
  }

  .table-wrap .ti-wrap .cont {
    width: 100%;
    font-weight: 400;
  }

  .table-wrap .gmap iframe {
    height: 188px;
  }


}

/* ==================================================
   お知らせ
================================================== */

.p-column{
  padding: 0 0 16em;
  position: relative;
}

.p-column.p-single{
  padding-bottom: 10em;
}


.news-list li:last-child{
  margin-bottom: 0;
}

.news-list li a{
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D2D2D2;
  position: relative;
  padding: 2em 4em 2em 0;
}

/*.news-list li a::before{
  content: '';
  background: url(../images/common/arrow_small.svg) no-repeat;
  width: 35px;
  height: 35px;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translate(0, -50%);
  transition: 0.3s ease-in-out;
}*/

.news-list li a::after{
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 5%;
  height: 2px;
  display: block;
  background: #1971A4;
  z-index: 1;
  transition: .5s;
}

.news-list li a .upper-block{
  display: flex;
  gap: 7%;
  width: 31%;
  align-items: center;
}

.news-list li a .upper-block .date-block{
  color: #1971A4;
  font-weight: bold;
  width: 37%;
}

.news-list li a .upper-block .cat-block{
  width: 50%;
}

.news-list li a .upper-block .cat-block span{
  display: table;
  margin-bottom: 0.3em;
}

.news-list li a .upper-block .cat-block span:last-child{
  margin-bottom: 0;
}

.news-list li a .c-title{
  font-size: 1.6rem;
  font-weight:400;
  width: 69%;
}


.news-list li a .detail-block{
  width: 67%;
}



.s-blog-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.s-blog-list li{
  width: 48%;
  margin-bottom: 5em;
}

.s-blog-list li a{
  color: #000;
  display: block;
  border-bottom: 1px solid #D2D2D2;
  padding: 0 0 2em;
  position: relative;
}

.s-blog-list li a:after{
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 5%;
  height: 2px;
  display: block;
  background: #1971A4;
  z-index:1;
  transition: .5s;
}

.s-blog-list li a:hover:after{
  width: 100%;
  z-index: 2;
}


.s-blog-list li a figure {
  margin: 0 0 1em;
  width: 100%;
  padding-top: 67.14%;
  overflow: hidden;
  position: relative;
}

.s-blog-list li a figure img{
  max-width: initial;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.date-block{
  font-size: 1.4rem;
  color: #1971A4;
  font-weight: 800;
  font-family: "Figtree", sans-serif;
}

.s-blog-list li a figure{
  overflow: hidden;
}

.s-blog-list li a figure img{
  display: block;
  transition-duration: 0.5s;
  width: 100%;
}

.s-blog-list li a:hover figure img{
  width: 105%;
  transition-duration: 0.5s;
}

.s-blog-list li a .upper-block{
  display: flex;
  gap: 1%;
  margin-bottom: 1em;
  align-items: center;
}

.cat-block span{
  color: #000;
  margin-right: 0.5em;
  font-size: 1.2rem;
  padding: 0.3em 1em 0.5em;
  margin-bottom: 0.5em;
  border-radius: 13px;
  background-color: transparent;
  font-weight: bold;
  border: 1px solid #000;
}

.p-column .column-area{
  margin-top: 4em;
}

.p-column .column-wrap{
  display: flex;
  justify-content: space-between;
  margin-top: 5em;
}

.p-column .column-wrap .k-left{
  width: 71%;
}

.p-column .column-wrap .k-right{
  width: 24%;
}



.blog-side .side-box{
  margin-bottom: 3em;
}

.blog-side .side-box:last-child{
  margin-bottom: 2em;
}

.blog-side .side-box .side-ttl{
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 0.8em;
}

.blog-side .side-category{
  padding-left: 1em;
  margin-top: 0.5em;
}
    
.blog-side .side-category li a{
  color: #000;
  padding: 0.4em 0 0.4em 2.4em;
  position: relative;
  display: block;
}

.blog-side .side-category li a::before{
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #D2D2D2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.blog-side .side-category li.is-current a::after{
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #1971A4;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.side-kiji li {
  margin-bottom: 0.6em;
}

.side-kiji li a{
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  color: #000;
  align-items: flex-start;
  padding: 1em 1em;
  background-color: #F9F9F9;
}

.side-kiji li a .img-area{
  margin: 0;
  /*order: 1;*/
  width: 32%;
  padding-top: 34.14%;
  overflow: hidden;
  position: relative;
}

.side-kiji li a .img-area img{
  max-width: initial;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition-duration: .9s;
}

/*.column-wrap ul li a:hover figure img {
  transform: scale(1.01) translate(-50%, -50%);
  transition-duration: .9s;
}*/

.side-kiji li a .text-area{
  width:62%;
}

.side-kiji li a .text-area .ttl{
  line-height: 1.5;
  font-size: 1.4rem;
}

.side-kiji li a .text-area .date{
  color: #1971A4;
  font-size: 1.2rem;
  margin-top: 0.7em;
  font-weight: 800;
  font-family: "Fredoka", sans-serif;
}

.p-column .side-box .t-archive{
  width: 100%;
  position: relative;
  margin-top: 0.8em;
}

.p-column .side-box .t-archive select{
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.95556;
  width: 100%;
  display: block;
  border: none;
  padding: 7px 15px 7px 15px;
  position: relative;
  border: 1px solid #D2D2D2;
  border-radius: 3px;
}

.p-column .side-box .t-archive:after {
  content: '';
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../images/common/page_right.svg) no-repeat;
  width: 11px;
  height: 11px;
  background-size: cover;
}

.p-column .banner-wrapper{
  margin-top: 5em;
}

.p-column .side-banner{
  display: block;
  transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
  margin-bottom: 1em;
}

.p-column .side-banner:last-child{
  margin-top: 1em;
}

.p-column .side-banner:hover{
  transform: translateY(-6px);
  opacity: 1;
}

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

  .p-column {
    padding: 0 0 7em;
  }

  .news-list li a {
    display: block;
  }

  .news-list li a .upper-block {
    gap: 3%;
    width: 100%;
    margin-bottom: 1em;
  }

  .news-list li a::before {
    width: 25px;
    height: 26px;
    background-size: contain;
  }

  .news-list li a .c-title {
    font-size: 1.4rem;
    width: 95%;
  }

}

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

  .p-column.p-single {
    padding-bottom: 5em;
  }

  .p-column .column-wrap {
    display: block;
  }

  .p-column .column-wrap .k-left {
    width: 100%;
  }

  .p-column .column-wrap .k-right {
    width: 100%;
    margin-top: 3em;
  }

  .cat-block {
    font-size: 1.4rem;
  }

  .s-blog-list li a .img-box {
    margin: 0.3em 0 0.5em;
  }

  .news-list li a {
    display: block;
    padding: 1em 4em 2em 0;
  }

  .news-list li a .upper-block {
    gap: 4%;
    width: 100%;
  }

  .news-list li a .c-title {
    font-size: 1.4rem;
    width: 100%;
    margin-top: 1em;
  }

  .news-list li a .btn__ico {
    width: 29px;
    height: 29px;
  }

  .s-blog-list li {
    width: 100%;
    margin-bottom: 2em;
  }

}


/*個別*/



.kiji-wrap .blog-date{
  display: flex;
  align-items: center;
  gap: 2%;
}

.kiji-wrap .blog-date .date{
  color: #1971A4;
  font-weight: 800;
  font-size: 1.5rem;
}

.kiji-wrap{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 4em;
  display: block;
}

.kiji-wrap h1{
  text-align: left;
  position: relative;
  font-size: 2.5rem;
  margin: 1em 0;
}

.kiji-wrap .eyecatch{
  z-index: 1;
  position: relative;
  margin: 3em 0;
}

.kiji-wrap .eyecatch img{
  display: block;
  margin:0 auto;
  height: auto;
}

.kiji-wrap .kiji-box {
  padding: 0px 0 0;
  overflow: hidden;
}

.kiji-wrap .kiji-box p{
  margin: 1.5em 0;
  line-height: 1.8;
}

.kiji-wrap .kiji-box h2{
  padding: 0.8em 0.5em;
  border-bottom:2px solid #3484C6;
  border-top: 2px solid #3484C6;
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 2em;
  font-weight: 500;
  position: relative;
}

.kiji-wrap .kiji-box h3{
  padding: 0.5em 0.5em;
  font-size: 2rem;
  line-height: 2.2;
  margin-bottom: 1em;
  margin-top: 2em;
  font-weight: 500;
  background-color: #EEF7FF;
}

.kiji-wrap .kiji-box h4{
  font-size: 1.8rem;
  padding: 0.5em 0.5em;
  border-bottom:1px solid #000;
  margin-bottom: 1em;
  margin-top: 2em;
  position: relative;
  display: block;
  font-weight: 500;
}

.kiji-wrap .kiji-box img.aligncenter{
  display: block;
  margin: 1em auto;
} 



.kiji-wrap .kiji-box a{
  color: #000;
  text-decoration: underline;
}

.kiji-wrap .kiji-box a:hover{
  text-decoration: none;
}

.kiji-wrap .kiji-box ol{
  padding-left: 1.8em;
  margin-bottom: 0.5em!important;
}

.kiji-wrap .kiji-box ol li{
  list-style-type:decimal!important;
  
}

.kiji-wrap .kiji-box ul{
  padding-left: 1.8em;
  margin-bottom: 0.5em!important;
}

.kiji-wrap .kiji-box ul li{
  list-style-type: disc!important;
}


.p-blog .related-series{
  background-color: #DBD5CD;
  padding: 4em 0 3em;
}

.p-blog .related-wrap{
  max-width: 95%;
  width: 100%;
  margin: 4em 0 0 auto;
}

.p-blog .related-wrap .s-blog-list{
  display: block;
}


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

  .kiji-wrap .blog-date-wrap {
    margin-top: 0.5em;
  }

  .kiji-wrap h1 {
    font-size: 2rem;
  }

  .kiji-wrap .kiji-box h2 {
    font-size: 1.8rem;
  }

  .kiji-wrap .kiji-box h2::before {
    left: 8px;
  }

  .kiji-wrap .kiji-box h3 {
    font-size: 1.6rem;
  }

  .kiji-wrap .kiji-box h4 {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 0.5em;
    margin-top: 1em;
    font-weight: 500;
  }

  .p-blog .archive-wrap {
    padding: 3em 0 8em;
    margin: 2em 0 6em;
  }


  .p-single .blog-area {
    padding: 8em 0px 5em;
  }

  .p-blog .related-wrap {
    max-width: 100%;
    margin: 3em 0 0 auto;
  } 

  .kiji-wrap .kiji-box p{
    padding: 0 0em;
  }

  .kiji-wrap .kiji-box ul {
    margin-left: 0em;
  }

  .kiji-wrap .kiji-box ol {
    margin-left: 0em;
  }

  
}

/* ==================================================
    インタビュー
================================================== */

.interview-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.interview-list li{
  width: 48%;
  margin-bottom: 5em;
}

.interview-list li a .int-ttl{
  font-size: 2.3rem;
  font-weight: 700;
  margin: 0.3em 0 1em;
}

.interview-list li a .int-company{
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.4em;
}

.interview-list li a .int-wrapper{
  color: #9E9E9E;
  font-size: 1.4rem;
}

.interview-list li a{
  color: #000;
  display: block;
  padding: 0 0 2em;
  position: relative;
}

.interview-list li a figure {
  margin: 0 0 1em;
  width: 100%;
  padding-top: 67.14%;
  overflow: hidden;
  position: relative;
}

.interview-list li a figure img{
  max-width: initial;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.interview-list li a figure{
  overflow: hidden;
}

.interview-list li a figure img{
  display: block;
  transition-duration: 0.5s;
  width: 100%;
}

.interview-list li a:hover figure img{
  width: 103%;
  transition-duration: 0.5s;
}


/* 詳細 */

.p-column .int-info{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.p-column .int-info .left-box{
  width: 45%;
}

.p-column .int-info .left-box img{
  height: auto;
}

.p-column .int-info .right-box{
  width: 50%;
}

.p-column .int-info .right-box .ttl{
 font-size: 3rem;
 font-weight: bold;
} 

.p-column .int-info .right-box .int-logo{
  display: flex;
  margin: 2.5em 0 1em;
  align-items: center;
  gap: 4%;
}

.p-column .int-info .right-box .int-logo .logo-box{
  max-width: 200px;
}

.p-column .int-info .right-box .int-logo .logo-name{
  font-size: 2rem;
}

.p-column .int-info .right-box .int-detail{
  color: #9E9E9E;
}

.p-column .int-info .right-box .int-detail dl{
  display: flex;
  gap: 2%;
}

.p-column .int-info .right-box .int-detail dl a{
  color:#9E9E9E;
  text-decoration: underline;
}

.p-column .int-info .right-box .int-detail dl a:hover{
  text-decoration: none;
}

.int-gray-area{
  background-color: #F9F9F9;
  padding: 3em 3em;
}

.int-gray-area .gray-box{
  margin-bottom: 2.2em;
}

.int-gray-area .g-ttl{
  display: flex;
  gap: 2%;
  margin-bottom: 1.1em;
  align-items: flex-start;
}

.int-gray-area .g-ttl .g-blue{
  color: #257BFB;
  border: 1px solid #257BFB;
  text-align: center;
  padding: 0.3em 1em;
  font-weight: bold;
  border-radius: 52px;
  max-width: 181px;
  width: 100%;
  font-size: 1.4rem;
}

.int-gray-area .g-ttl .g-text{
  font-size: 2rem;
  font-weight: bold;
}

.int-gray-area .g-desc{
  display: flex;
  gap: 2%;
  justify-content: space-between;
}

.int-gray-area .g-desc.flex .desc-text{
  width: 72%;
}

.int-gray-area .g-desc.flex .desc-img{
  width: 25%;
}

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

  .int-gray-area .g-ttl {
    display: block;
  }

  .int-gray-area .g-ttl .g-text {
    margin-top: 0.5em;
  }

  .p-column .int-info .right-box .ttl {
    font-size: 2.7rem;
  }
}

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

  .p-column .int-info {
    display: block;
  }

  .p-column .int-info .right-box .ttl {
    font-size: 2rem;
  }

  .p-column .int-info .right-box {
    width: 100%;
  }

  .p-column .int-info .left-box {
    width: 100%;
    margin-bottom: 2em;
  }

  .p-column .int-info .right-box .int-logo {
    display: block;
  }

  .p-column .int-info .right-box .int-logo .logo-name {
    font-size: 1.8rem;
  }

  .int-gray-area {
    padding: 2em 1.5em;
  }

  .int-gray-area .g-ttl .g-text {
    font-size: 1.8rem;
  }

  .int-gray-area .g-desc{
    display: block;
  }

  .int-gray-area .g-desc.flex .desc-text{
    width: 100%;
    margin-bottom: 1.3em;
  }

  .int-gray-area .g-desc.flex .desc-img{
    width: 100%;
  }

  .int-gray-area .g-desc.flex .desc-img img{
    display: block;
    margin: 0 auto;
  }

  .interview-list{
    display: block;
  }

  .interview-list li a .int-ttl {
    font-size: 1.8rem;
  }

  .interview-list li {
    width: 100%;
    margin-bottom: 2em;
  }

}

/* ==================================================
    お問い合わせ
================================================== */


.p-contact{
  position: relative;
}

.p-contact .contphone-area{
  padding: 4em 0 13em;
}

.p-contact .contphone-area .top-text{
  font-size: 2rem;
}

.p-contact .contphone-area .top-text.download{
  font-size: 1.6rem;
}

.p-contact .contphone-area .top-text.download .c-heading{
  font-size: 2rem;
  margin-bottom: 0.7em;
}

.p-contact .cform-wrap{
  display: flex;
  justify-content: space-between;
  margin-top: 5em;
}

.p-contact .cform-wrap .w-left{
  width: 27%;
}

.p-contact .cform-wrap .w-left .document-list .c-heading,
.p-contact .cform-wrap .w-left .faq-list .c-heading{
  font-size: 2rem;
  margin-bottom: 0.8em;
  font-weight: 500;
}

.p-contact .cform-wrap .w-left .document-list li,
.p-contact .cform-wrap .w-left .faq-list li{
  margin-bottom: 0.8em;
}

.p-contact .cform-wrap .w-left .document-list li,
.p-contact .cform-wrap .w-left .faq-list li a{
  position: relative;
  color: #000;
  padding-left: 1.2em;
  font-size: 1.6rem;
  font-weight: 500;
}

.p-contact .cform-wrap .w-left .document-list li::before,
.p-contact .cform-wrap .w-left .faq-list li a::before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 7px;
}

.p-contact .cform-wrap .w-left .side-banner{
  margin-top: 6em;
}

.p-contact .cform-wrap .w-left .side-banner a{
  display: block;
}

.p-contact .cform-wrap .w-left .side-banner a.hvr{
  display: block;
  transition: transform 0.55s cubic-bezier(.34, 1.56, .64, 1);
  margin-top: 1em;
}

.p-contact .cform-wrap .w-left .side-banner a.hvr:hover{
  transform: translateY(-6px);
  opacity: 1;
}

.p-contact .cform-wrap .w-right{
  width: 65%;
}
  
.c-form {
  max-width: 100%;
  width: 100%;
}
  
.c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.c-form select,
.c-form textarea {
  background-color:#E3EAEC;
  font-size: 1.4rem;
  padding: 11px 13px;
}
  
.c-form input[type="text"] {
  width: 60%;
}
  
.c-form .required {
  font-size: 1.4rem;
  color: #218BCF;
  font-weight: 500;
  margin-left: 0.3em;
  line-height: 2;
}

.c-form table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  table-layout: fixed;
}
  
.c-form table td {
  font-size: 1.4rem;
  padding: 1.5em 1.5em;
  font-weight: normal;
  color:#000 ;
}
  
.c-form table th {
  width: 305px;
  text-align: left;
  font-size: 1.6rem;
  padding: 2em 1em;
  vertical-align: top;
}

.c-form table th p{
  font-weight: 500;
}


.c-form .select-wrap{
  width: 72%;
  position: relative;
}
  
.c-form .select-wrap:after {
  content: '';
  top: 50%;
  right: 20px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 7px solid #3D3D3D;
  position: absolute;
  transform: rotate(90deg) translate(0,-50%);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
}

.c-form .select-wrap select{
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
  
.c-btn-box{
  margin: 60px auto 0;
  position: relative;
  max-width: 240px;
}

.c-btn-box .btn__ico{
  position: absolute;
  top: -11px;
  right: 5%;
}

.c-btn-box .wpcf7-spinner{
  position: absolute;
}
  
.c-btn-box::before{
  content: '';
  background: url(../images/common/icon_arrow_w.svg) no-repeat;
  background-size: cover;
  width: 17px;
  height: 12px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 1;
}
  
.c-btn-box .btn{ 
  max-width: 240px;
  width: 100%;
  padding: 1.3em 1em 1.3em 2em;
  text-align: left;
  font-weight: bold;
  position: relative;
  margin: 0 auto;
  display: block;
  background: linear-gradient(145deg, #1971A4, #1971A4);
  color: #fff;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  border-radius: 100px;
  transition: 0.3s ease-in-out;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif !important;
}

.c-form input[type="submit"]:hover {
  opacity: 1;
  background: linear-gradient(145deg, #135d88, #166ea2);
}
  
.c-form .c-form.form-check .note{
  display: none;
}
  
.p-contact ::placeholder {
  color: #D2D2D2;
}
  /* 旧Edge対応 */
.p-contact ::-ms-input-placeholder {
  color: #D2D2D2;
}
  /* IE対応 */
.p-contact :-ms-input-placeholder {
    color: #D2D2D2;
}
  
.c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .c-form select, .c-form textarea {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  padding: 1em 0.6em;
  background-color: #fff;
  border: 1px solid #B8B8B8;
  border-radius: 4px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 1.6rem;
}
  
input[type=text], input[type=number], input[type=email], input[type=tel], textarea, .input-text, .state_select {
  box-shadow: none!important;
}

.t-archive {
  width: 100%;
  position: relative;
  margin-top: .8em;
}

.t-archive select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.t-archive:after {
  content: '';
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translate(0, -50%);
  width: 9px;
  height: 9px;
  background: url(../images/common/arrow_down.svg) no-repeat;
  background-size: cover;
}

.c-form .t-archive {
  width: 75%;
}

.c-form .t-archive select{
  width: 100%;
}

.c-form textarea{
  height: 141px;
  width: 100%;
}

.p-contact .cform-wrap .tab-only{
  display: none;
}

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

  .p-contact{
    position: relative;
  }

  .p-contact .contphone-area .top-text.download{
    font-size: 1.4rem;
  }

  .p-contact .contphone-area {
    padding: 4em 0 7em;
  }

  .p-contact .cform-wrap{
    display: block;
    margin-top: 3em;
  }

  .p-contact .contphone-area .top-text {
    font-size: 1.4rem;
    text-align: center;
  }

  .p-contact .cform-wrap .w-left{
    width: 100%;
    margin-bottom: 3em;
  }

  .p-contact .cform-wrap .w-right {
    width: 100%;
  }

  .c-form table th {
    width: 253px;
  }

  .p-contact .cform-wrap .w-left  .document-list,
  .p-contact .cform-wrap .w-left  .faq-list{
    display: table;
    margin: 0 auto;
  }

  .p-contact .cform-wrap .w-left  .faq-list,
  .p-contact .cform-wrap .w-left  .document-list{
    background-color: #EEF7FF;
    padding: 1em 3em;
    border-radius: 10px;
  }
      

  .p-contact .cform-wrap .w-left .document-list li, 
  .p-contact .cform-wrap .w-left .faq-list li {
    margin-bottom: 0.3em;
  }

  .p-contact .cform-wrap .w-left .document-list li, 
  .p-contact .cform-wrap .w-left .faq-list li a {
    font-size: 1.4rem;
    font-weight: 400;
  }

  .p-contact .cform-wrap .w-left  .faq-list .c-heading,
  .p-contact .cform-wrap .w-left .document-list .c-heading{
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
  }

  .p-contact .cform-wrap .w-left .faq-list li a{
    text-decoration: underline;
  }

  .p-contact .cform-wrap .w-left .faq-list li a:hover{
    text-decoration: none;
  }

  .p-contact .cform-wrap .w-left .side-banner .tel {
    max-width: 329px;
    width: 100%;
    margin: 0 auto;
  }

  .p-contact .cform-wrap .w-left .side-banner {
    margin-top: 2em;
  }

  .p-contact .cform-wrap .w-left .side-banner a.hvr{
    display: none;
  }

  .c-form .t-archive {
    width: 100%;
  }

  .p-contact .cform-wrap .tab-only{
    display: table;
    margin: 5em auto 0;
    transition: transform 0.55s cubic-bezier(.34, 1.56, .64, 1);
    max-width: 400px;
    width: 100%;
  }

}
  
@media screen and (max-width:768px) {

  .p-contact .contphone-area{
    padding: 2em 0 8em;
  }

  .c-form table tr.block th, .c-form table tr.block td {
    display: block;
    width: 100%;
  }

  .d-entry .circle02{
    right: 8%;
    top: 7%;
  }

  .d-entry .circle03{
    right: 2%;
    top: 12%;
  }

  .d-contact .circle02 {
    right: 2%;
    top: 9%;
  }

  .d-contact .circle03 {
    right: 18%;
    top: 7%;
  }
  
  .p-contact .cform-wrap .w-left .faq-list, 
  .p-contact .cform-wrap .w-left .document-list {
    padding: 1em 1.5em;
    width: 100%;
  }
  
  .p-contact .contact-wrap {
    padding: 0em 0 4em;
  }
  
  .p-contact .step-wrap {
    margin: 2em auto 1em;
  }

  .c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .c-form select, .c-form textarea {
    width: 100%;
  }
  
  .c-form {
    margin-top: 1em;
  }
  
  .c-form table th {
    padding: 1em 0em 0.5em;
  }
  
  .c-form table td{
    padding: 0em 0em 1em;
  }
  
  .c-form table tbody,
  .c-form table tr,
  .c-form table th,
  .c-form table td {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: block;
  }

  .c-form .time-wrap .time-block {
    width: 27%;
  }
  
  .c-form .namae td span {
    width: 68%;
    font-size: 1.4rem;
  }
  
  .c-form .z-date{
    width: 100%;
    margin-bottom: 1em;
  }
  
  .c-form .name-wrap {
    width: 100%;
  }
  
  .c-btn-box{
    margin: 30px auto 0;
  }
  
  .c-btn-box .btn{
    font-size: 1.4rem;
  }
  
  .c-form .select-wrap {
    width: 100%;
  }
  
  .c-form textarea {
     width: 100%;
  }
  
  .c-form .phone-wrap input{
    width: 100%!important;
  }
    
  .c-form .file-wrap input{
    width: 100%!important;
  }
  
  .c-form .name-wrap .name-box {
    width: 49%;
  }
  
  .c-form .zip-wrap input {
    width: 39%!important;
  }

  .c-form .t-archive {
    width: 100%;
  }

  .c-btn-box .btn__ico{
    position: absolute;
    top: -4px;
  }
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  border: none;
  background-color: #eeeeee;
  padding: 1em;
  width: 100%;
  margin: 0;
  border-radius: 4px;
  line-height: 1.3;
  display: none !important;
}

span.wpcf7-not-valid-tip {
  margin-top: 1em;
  font-size: 0.8em;
}


/* ==================================================
   よくあるご質問
================================================== */

.p-faq{
  position: relative;
}

.p-faq .faq-area{
  padding: 8em 0 7em;
}

.p-faq .top-text{
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: bold;
}

.p-faq .faq-wrap{
  margin: 0em 0 7em;
}

.p-faq .faq-nav{
  display: flex;
  flex-wrap: wrap;
  gap: 2.5%;
  background-color: #F9F9F9;
  padding: 0.8em 0.8em;
  margin-bottom: 12em;
}

.p-faq .faq-nav a{
  width: 23%;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 0.8em 0.5em;
  transition: 0.3s ease-in-out;
  border-radius: 30px;
  position: relative;
}

.p-faq .faq-nav a::before{
  content: '';
  width: 1px;
  height: 30px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: -19px;
  transform: translate(0,-50%);
}

.p-faq .faq-nav a:nth-child(4n)::before{
  content: none;
}

.p-faq .faq-nav a:hover{
  background-color: #1971A4;
  color: #fff;
  border-radius: 30px;
  opacity: 1;
}

.p-faq .faq-block{
  display: flex;
  justify-content: space-between;
  margin-bottom: 11em;
}

.p-faq .faq-block:last-child{
  margin-bottom: 0;
}

.p-faq .faq-block .faq-cat{
  width: 29%;
}

.p-faq .faq-block .faq-list{
  width: 68%;
}

.p-faq .faq-block .faq-cat{
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  padding-left: 1.3em;
  padding-top: 1em;
}

.p-faq .faq-block .faq-cat::before{
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #000;
  position: absolute;
  top: 36px;
  left: 0;
}

.p-faq .faq-box{
  margin-bottom: 2em;
}

.p-faq .faq-box:last-child{
  margin-bottom: 0em;
}

.p-faq .box-f.question{
  background-color: #F6F6F6;
  padding: 1.3em 1em;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

.p-faq .box-f.question::before{
  content: '';
  background: url(../images/common/arrow_small.svg) no-repeat;
  width:35px;
  height: 35px;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translate(0,-50%);
  transition: 0.3s ease-in-out;
}

.p-faq .box-f.question.open::before{
  transform: translate(0, -50%) rotate(90deg);
}

.p-faq .box-f.answer .desc,
.p-faq .box-f.question .desc{
  display: flex;
}

.p-faq .box-f.answer .desc{
  padding: 0 1em;
  line-height: 1.8;
}

.p-faq .box-f.answer .en,
.p-faq .box-f.question .en{
  font-size: 2.5rem;
  margin-right: 1em;
  font-weight: 800;
  line-height: 1;
}

.p-faq .box-f.answer{
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1.5em 0;
  display: none;
}

.banner-wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
}

.banner-wrapper a{
  width: 48%;
  display: block;
  margin-bottom: 1em;
  transition: transform 0.35s cubic-bezier(.34,1.56,.64,1);
}

.banner-wrapper a:hover{
  transform: translateY(-6px);
  opacity: 1;
}

.banner-wrapper a img{
  display: block;
}

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


  .p-faq .faq-area {
    padding: 3em 0 2em;
  }

  .p-faq .top-text{
    font-size: 1.6rem;
  }

  .p-faq .faq-nav a {
    font-size: 1.6rem;
  }

  .p-faq .faq-block .faq-cat {
    font-size: 1.8rem;
  }

  .p-faq .faq-block .faq-cat::before {
    top: 32px;
  }

  
  .p-faq .box-f.answer{
    font-size: 1.4rem;
  }
  
}

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

  .p-faq .faq-nav a {
    font-size: 1.6rem;
  }

  .p-faq .top-text {
    font-size: 1.6rem;
  }

  .p-faq .faq-nav a::before {
    right: -10px;
  }

  .p-faq .faq-block {
    margin-bottom: 7em;
  }

  .p-faq .faq-block .faq-cat {
    font-size: 1.6rem;
  }

  .p-faq .box-f.question::before {
    width: 25px;
    height: 25px;
  }

  .p-faq .faq-wrap {
    margin: 0em 0 7em;
  }

}

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

  .p-faq {
    padding: 2em 0 6em;
  }

  .p-faq .top-text {
    font-size: 1.4rem;
  }

  .p-faq .faq-area{
    padding: 0 0 0em;
  }

  .p-faq .faq-nav {
    margin-bottom: 3em;
    justify-content: space-between;
  }

  .p-faq .faq-wrap {
    margin: 3em 0 4em;
  }

  .p-faq .faq-nav a {
    width: 48%;
    font-size: 1.4rem;
  }

  .p-faq .faq-nav a::before {
    width: 1px;
    height: 17px;
    top: 50%;
    right: -12px;
  }

  .p-faq .faq-nav a:nth-child(2n)::before{
    content: none;
  }

  .p-faq .box-f.question::before {
    width: 18px;
    height: 18px;
    right: 8px;
  }

  .p-faq .box-f.answer {
    font-size: 1.4rem;
  }

  .p-faq .faq-block {
    display: block;
    margin-bottom: 4em;
  }
  

  .p-faq .faq-block .faq-cat {
    width: 100%;
    margin-bottom: 1em;
  }

  .p-faq .faq-block .faq-list {
    width: 100%;
  }

  .p-faq .box-f.question {
    font-size: 1.4rem;
    padding: 1.3em 2em 1.3em 0.7em;
  }

  .p-faq .faq-box {
    margin-bottom: 1em;
  }

  .p-faq .box-f.answer .en ,
  .p-faq .box-f.question .en {
    margin-right: 0.5em;
    font-size: 2rem;
  }

  .p-faq .box-f.answer .desc {
    padding: 0 0.7em;
  }

  .banner-wrapper {
    display: block;
  }

  .banner-wrapper a {
    width: 100%;
  }

  .banner-wrapper a:first-child{
    margin-bottom: 1em;
  }


}

  


/* ==================================================
   プライバシーポリシー
================================================== */

.p-privacy .privacy-area{
  padding: 8em 0 5em;
}

.p-privacy .privacy-wrap{
  padding: 0 0 10em;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.p-privacy .privacy-wrap .top-text{
  margin-bottom: 6em;
}

.p-privacy .privacy-wrap .priv-box{
  margin-bottom: 4em;
}

.p-privacy .privacy-wrap .priv-box:last-child{
  margin-bottom: 0;
}

.p-privacy .privacy-wrap .priv-box .priv-ttl{
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.p-privacy .privacy-wrap .priv-box .priv-ttl .num{
  color: #000;
  font-weight: 400;
  font-size: 2.8rem;
  margin-right: 0.5em;
}

.p-privacy .privacy-wrap .priv-box .priv-desc{
  margin-top: 1em;
  word-break: break-all;
  font-size: 1.4rem;
}

.p-privacy .privacy-wrap .priv-box .priv-desc a{
  color: #000;
  text-decoration: underline;
}

.p-privacy .privacy-wrap .priv-box .priv-desc a:hover{
  text-decoration: none;
}

.p-privacy .privacy-wrap .priv-box .priv-desc ul li{
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.5em;
}

.p-privacy .privacy-wrap .priv-box .priv-desc ul{
  margin-bottom: 1em;
}

.p-privacy .privacy-wrap .priv-box .priv-desc ul li::before{
  content: '';
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 7px;
}

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

  .p-privacy .privacy-wrap .top-text {
    margin-bottom: 4em;
  }

  .p-privacy .privacy-area {
    padding: 3em 0 1em;
  }

  .p-privacy .privacy-wrap{
    padding: 0 0 5em;
  }
}

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

  .p-privacy .privacy-area {
    padding: 2em 0 2em;
  }

  .p-privacy .privacy-wrap{
    padding: 0 0 5em;
  }

  .p-privacy .privacy-wrap .priv-box .priv-ttl .num {
    font-size: 2.3rem;
    margin-right: 0.4em;
  }

  .p-privacy .privacy-wrap .priv-box .priv-ttl {
    font-size: 1.6rem;
  }
}


/* ==================================================
   サイトマップ
================================================== */

.p-sitemap .sitemap-area{
  padding: 8em 0 5em;
  position: relative;
}

.p-sitemap .sitemap-wrapper{
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.p-sitemap .sitemap-wrapper .parent{
  display: flex;
  justify-content: space-between;
  margin-bottom: 4em;
}

.p-sitemap .sitemap-wrapper .parent > li{
  width: 48%;
}

.p-sitemap .sitemap-wrapper .child > li > a{
  color: #000;
  position: relative;
  padding-left: 2em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.3;
}

.p-sitemap .sitemap-wrapper .child{
  margin-top: 1em;
}

.p-sitemap .sitemap-wrapper .child > li > a::before{
  content: '';
  position: absolute;
  left: 0;
  top: 38%;
  transform: translate(0,-50%);
	width: 8px;
	height: 8px;
	border-top: 1px solid #8F8F8F;
	border-right: 1px solid #8F8F8F;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  transition: 0.3s ease-in-out;
}

.p-sitemap .sitemap-wrapper .parent > li > a{
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: 1px solid #D9D9D9;
  display: block;
  padding: 0.8em 0;
  position: relative;
  transition: 0.3s ease-in-out;
}

.p-sitemap .sitemap-wrapper .parent > li > a::before{
  content: '';
  position: absolute;
  right: 1%;
  top: 50%;
  transform: translate(0,-50%);
	width: 8px;
	height: 8px;
	border-top: 1px solid #8F8F8F;
	border-right: 1px solid #8F8F8F;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  transition: 0.3s ease-in-out;
}

.p-sitemap .sitemap-wrapper .parent > li > a.no-link::before{
  content: none;
}

.p-sitemap .sitemap-wrapper .parent > li > a:hover::before{
  right: 0;
}

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

  .p-sitemap .sitemap-area {
    padding: 2em 0 2em;
  }

  .p-sitemap .sitemap-wrapper .parent > li > a {
    font-size: 1.6rem;
  }

  .p-sitemap .sitemap-wrapper .child > li > a {
    font-size: 1.4rem;
  }

}

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

  .p-sitemap .sitemap-area {
    padding: 2em 0 6em;
  }

 .p-sitemap .sitemap-wrapper .parent {
    display: block;
    margin-bottom: 0em;
  }

  .p-sitemap .sitemap-wrapper .parent > li > a {
    font-size: 1.4rem;
    padding: 1.5em 0;
  }

  .p-sitemap .sitemap-wrapper .parent > li {
    width: 100%;
  }

  .p-sitemap .sitemap-wrapper .child > li > a {
    font-size: 1.4rem;
    line-height: 2;
    padding: 0.5em 0 0.5em 2em;
    display: table;
  }

  .p-sitemap .sitemap-wrapper .child > li > a::before {
    top: 42%;
  }

  .p-sitemap .sitemap-wrapper .child {
    margin-top: 0.4em;
  }
 
}

/* ==================================================
   404エラー
================================================== */

.p-error .inner{
  padding-top: 4em;
  padding-bottom: 4em;
  text-align: center;
}

.p-error .inner .btn{
  margin: 2em auto 0;
}


@media (max-width: 768px) {
  .input[type="submit"] {
    -webkit-tap-highlight-color: transparent;
  }
}
