<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Author: 株式会社 hm solution
*/

/* Base
---------------------------------------------------------- */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
}
body:not(.top) {
  background: url(img/top_bg_flare.png) no-repeat left -40px top -40px fixed,url(img/pc_rectangle.png) fixed, #0f1219;
  background-size: 350px auto,360px auto;
  color: #fff;
}

body,
input,
select,
textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #fff;
}

@media (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}
input,
select,
textarea {
  width: 100%;
  border: 1px solid #bbc0cd;
  padding: 5px;
  font-size: 1.6rem;
}
input[type="radio"],
input[type="checkbox"],
input[type="submit"][class="search-submit"] {
  width: auto;
}
textarea {
  height: 10em;
}

input[type="submit"],
a {
  transition: .2s;
}
a {
  display: inline-block;
  text-decoration: none;
  color: #3f9ad1;
}
a:hover {
  opacity: .7;
}

img {
  max-width: 100%;
  height: auto;
}


/* Common
---------------------------------------------------------- */
/*--------------------
header
--------------------*/
body:not(.top, .top_new) {
  padding-top: 60px;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

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

.u-fc-red {
  color: #c00;
}
.p-site-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #04132b;
  color: #fff;
  z-index: 30003;
}
.site-title a {
  display: block;
}
.site-title img {
  width: 120px;
}
.p-header a:hover {
  opacity: 1;
}

.p-site-wrap__trigger {
  position: absolute;
  top: 52%;
  left: 15px;
  transform: translateY(-50%);
  height: 40px;
}
.p-site-wrap__trigger__line,
.p-site-wrap__trigger__line::before,
.p-site-wrap__trigger__line::after {
  display: block;
  width: 30px;
  height: 2px;
}
.p-site-wrap__trigger__line {
  background: transparent;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  transition: all .3s ease-out;
}
.p-site-wrap__trigger__line::before,
.p-site-wrap__trigger__line::after {
  background-color: #fff;
  position: absolute;
  content: '';
}
.p-site-wrap__trigger__line::before {
  top: -7px;
}
.p-site-wrap__trigger__line::after {
  bottom: -7px;
}
.p-site-wrap__trigger__line.js-gnav-trigger-on {
  background-color: transparent;
  transform: rotate(360deg);
}
.p-site-wrap__trigger__line.js-gnav-trigger-on::before {
  top: 0;
  transform: rotate(45deg);
}
.p-site-wrap__trigger__line.js-gnav-trigger-on::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.p-site-wrap__trigger__txt {
  margin-top: 30px;
  width: 30px;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  font-family: 'Rajdhani', sans-serif;
  letter-spacing: .15em;
}

.p-header-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transform: translateY(-100vh);
  transition: transform .3s ease;
  z-index: 30002;
}
.p-header-nav-container {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #535864;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  font-size: 1.6rem;
  color: #fff;
}
.p-header-nav-container__contents {
  padding-top: 60px;
  padding-bottom: 100px;
}

.p-header-nav-list a {
  display: block;
  background: #535864 url(img/ico2_arrow_1.png) right 4% center/12px no-repeat;
  border-bottom: 1px solid rgba(255,255,255,.2);
  padding: 1rem 4%;
  padding-right: calc(4% + 2rem);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #fff;
}

.p-header-nav-list1__item--contact .u-dis--sp {
  display: inline-block;
}

.p-header-nav__en {
  margin-right: .7rem;
  font-size: 2rem;
  letter-spacing: .15em;
}
.p-header-nav__jp {
  font-size: 1.4rem;
}

.p-header-nav-list--sub__item a {
  padding-left: calc(4% + 2rem);
  font-size: 14px;
  background-color: rgba(255,255,255,.1);
}
.p-header-nav-list--2__item &gt; a {
  position: relative;
}
.p-header-nav-list--2__item &gt; a.p-snav-trigger {
  background-image: none;
}
.p-header-nav-list--2__item &gt; a.p-snav-trigger::before {
  content: '+';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3%;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.p-header-nav-list--2__item &gt; a.p-snav-trigger.active::before {
  content: '-';
}
.p-header-nav-list--3 {
  display: none;
}
.p-header-nav-list--3 a {
  background-color: rgba(30,38,55,.5);
}


@media (min-width: 769px) {
  body {
    /* padding-top: 80px; */
  }
  body:not(.top) {
    padding-top: 80px;
    background: url(img/top_bg_flare.png) no-repeat left top -40px fixed,url(img/pc_rectangle.png) fixed, #0f1219;
    background-size: 700px auto,720px auto;
  }

  .p-site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 0 calc((100% - 1200px) / 2);
    background-color: #04132b;
    display: flex;
    justify-content: space-between;
    z-index: 30003;
  }
  body.top .p-site-header {
    background-color: transparent;
  }

  .p-site-wrap {
    padding: 0 1rem;
    position: static;
    width: calc(180px + 2rem);
    height: auto;
    background-color: transparent;
  }
  .site-title img {
    width: 180px;
  }
  .p-header-nav-list a:hover,
  .p-header-nav-list1__item--service:hover  {
    background-color: rgba(131,143,165,.9);
  }

  .p-header-nav {
    position: static;
    width: auto;
    height: auto;
    transform: translateY(0);
  }
  .p-header-nav-container {
    position: static;
    background-color: transparent;
    overflow-y: visible;
  }
  .p-header-nav-container__contents {
    padding: 0;
    height: 100%;
  }

  .p-header-nav-list a {
    background: none;
    border: none;
    padding: 0;
  }

  .p-header-nav-list1__item--contact .u-dis--sp {
    display: none;
  }

  .p-header-nav-list--1 {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .p-header-nav-list1__item {
    height: 100%;
  }
  .p-header-nav-list1__item &gt; a {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    padding: 0 1.3rem;
  }

  .p-header-nav__en,
  .p-header-nav__jp {
    text-align: center;
    line-height: 1;
  }
  .p-header-nav__en {
    margin-right: 0;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: .15em;
  }
  .p-header-nav__jp {
    margin-top: .5rem;
    font-size: 1.2rem;
    font-weight: normal;
  }

  .p-header-nav-list1__item--service,
  .p-header-nav-list--2__item {
    position: relative;
  }
  .p-header-nav-list--2,
  .p-header-nav-list--3 {
    opacity: 0;
    transform: translateY(-100vh);
    position: absolute;
  }
  .p-header-nav-list--2 {
    top: 80px;
    left: 0;
  }
  .p-header-nav-list--3 {
    top: 0;
    left: 100%;
  }
  .p-header-nav-list--2__item:hover .p-header-nav-list--3 {
    display: block;
  }
  .p-header-nav-list1__item--service:hover .p-header-nav-list--2,
  .p-header-nav-list--2__item:hover .p-header-nav-list--3 {
    opacity: 1;
    transform: translateY(0);
  }
  .p-header-nav-list--sub__item &gt; a {
    min-width: 350px;
    padding: 1.5rem;
    font-weight: normal;
  }
  .p-header-nav-list--2__item &gt; a,
  .p-header-nav-list--3__item &gt; a:hover {
    background-color: rgba(30,38,55,.8);
  }
  .p-header-nav-list--3__item &gt; a,
  .p-header-nav-list--2__item:hover &gt; a {
    background-color: rgba(131,143,165,.9);
  }
  .p-header-nav-list--2__item &gt; a.p-snav-trigger::before {
    content: none;
  }
/*   .p-header-nav-list--2__item:nth-child(1) &gt; a,
  .p-header-nav-list--2__item:nth-child(4) &gt; a,
  .p-header-nav-list--2__item:nth-child(5) &gt; a,
  .p-header-nav-list--2__item:nth-child(6) &gt; a {
    background-image: url(img/ico2_arrow_1.png);
    background-position: right 4% center;
    background-size: 12px;
    background-repeat: no-repeat;
  } */
  .p-header-nav-list--3__item &gt; a {
    font-size: 1.6rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: normal;
  }

  .p-header-nav-list1__item--contact {
    padding: 0 1rem;
    height: 43px;
  }
  .p-header-nav-list1__item--contact a {
    background: #fff;
    padding: 1rem;
    letter-spacing: 1px;
    color: #000;
  }
  .p-header-nav-list1__item--contact a:hover {
    color: #fff;
  }
  .p-header-nav-list1__item--contact .p-header-nav__en {
    display: none;
  }
  .p-header-nav-list1__item--contact .p-header-nav__jp {
    margin-top: 0;
    font-size: 1.4rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
  }
}


@media (min-width: 769px) and (max-width: 1024px) {
  _:-ms-lang(x)::-ms-backdrop, .p-site-header {
    padding: 0;
  }
}


@media (min-width: 1025px) {
  .p-header-nav-list1__item:not(.p-header-nav-list1__item--contact) &gt; a {
    padding: 0 3rem;
  }
  .p-header-nav-list1__item--contact {
    width: calc(163px + 2rem);
  }
  .p-header-nav-list1__item--contact a {
    background-position: 2.3rem center;
    background-size: 16px;
  }
  .p-header-nav-list1__item--contact .u-dis--sp {
    display: block;
  }
}


/*--------------------
footer
--------------------*/
.p-footer-content {
  margin-top: 7rem;
  margin-bottom: 3rem;
}
.home .p-footer-content {
/*   margin-bottom: 0; */
}

.p-footer-contact {
  background-color: #bbc0cd;
  padding: 2.5rem 1rem 3rem;
}

.p-vissel-bnr {
  margin-top: 3rem;
  color: #282828;
  display: inline-flex;
  align-items: center;
  text-align: left;
}
.p-vissel-bnr__img {
  margin-right: 1rem;
  width: calc(348px / 2);
}
.p-vissel-bnr-tit {
  margin-bottom: .7rem;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #A01535;
}
.p-vissel-bnr-tit + p {
  font-size: 1rem;
}

.p-footer-video {
  margin-top: 2.5rem;
  background: url(img/pc_movie_bg.png) left top/1440px auto no-repeat;
}
.p-footer-video video {
  max-width: 800px;
}

.p-site-footer {
  border-top: 1px solid #bbc0cd;
  background-image: url(img/pc_rectangle.png);
  background-repeat: repeat;
  background-position: left top;
  background-attachment: fixed;
  background-size: 360px auto;
  background-color: #0f1219;
  color: #fff;
}
body:not(.top) .p-site-footer {
  background: none;
}
.p-site-footer__wrap {  
  padding: 30px 25px;
}
.p-site-footer__content + .p-site-footer__content {
  margin: 30px 0 0;
}
.p-site-footer__tit {
  color: #fff;
  display: block;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  letter-spacing: .4em;
  width: fit-content;
}
.p-site-footer__detail p,
.p-site-footer__detail a {
  color: #bbc0cd;
}
.p-site-footer__office__detail p,
.p-site-footer__office__detail a {
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 2;
}
.p-site-footer__office__detail p:last-of-type a {
  position: relative;
}
.p-site-footer__office__detail p:last-of-type a::before {
  position: absolute;
  content: "";
  background: url(img/ico_link.svg) no-repeat center/contain;
  display: inline-block;
  width: 10px;
  height: 10px;
  right: -22px;
  bottom: 5px;
}
.p-site-footer__service__detail {
  display: flex;
}
.p-site-footer__service__detail__item:first-of-type {
  margin: 0 10px 0 0;
}
.p-site-footer__service__detail a {
  display: block;
  font-size: 12px;
  letter-spacing: .2em;
  line-height: 2;
  width: fit-content;
}
.p-site-footer__links a {
  color: #fff;
  letter-spacing: .2em;
}
.p-site-footer__links a + a {
  margin: 6px 0 0;
}
.p-site-footer__bottom {
  margin: 20px 0 0;
  text-align: center;
}
.site-copyright {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  letter-spacing: .1em;
}

.p-pagetop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  position: fixed;
  bottom: -100px;
  right: 5%;
  z-index: 1000;
}
.p-pagetop img {
  width: 100%;
}

/* .site-info {
  background-color: #04132b;
  padding: 2.5rem 1rem 1rem;
  text-align: center;
  color: #fff;
}
.site-logo a:hover {
  opacity: 1;
}
.site-logo img {
  width: calc(280px / 2);
}
.site-copyright {
  display: block;
  margin-top: 2rem;
  font-size: 1rem;
} */


@media (min-width: 769px) {
  .p-footer-content {
    margin-top: 10rem;
    margin-bottom: 9rem;
  }

  .p-footer-contact {
    padding: 8rem 1rem;
    font-size: 2.4rem;
  }

  .p-vissel-bnr {
    margin-top: 6rem;
  }
  .p-vissel-bnr__img {
    margin-right: 4rem;
    width: 400px;
  }
  .p-vissel-bnr-tit {
    margin-bottom: 1rem;
    font-size: 3.4rem;
  }
  .p-vissel-bnr-tit + p {
    font-size: 2rem;
  }

  .p-footer-video {
    margin-top: 5.5rem;
  }

  .p-site-footer {  
    background-image: url(img/pc_rectangle.png);
    background-size: 720px auto;
  }
  .p-site-footer__wrap {  
    margin: 0 auto;
    max-width: 1320px;
    padding: 60px 20px;
  }
  .p-site-footer__content + .p-site-footer__content {
    margin: 50px 0 0;
  }
  .p-site-footer__tit {
    font-size: 24px;
  }
  .p-site-footer__detail {
    margin: 25px 0 0;
  }
  .p-site-footer__office__detail p,
  .p-site-footer__office__detail a {
    font-size: 16px;
  }
  .p-site-footer__office__detail p:last-of-type a::before {
    width: 20px;
    height: 20px;
    right: -35px;
    bottom: 7px;
  }

  .p-site-footer__service__detail a {
    font-size: 14px;
    line-height: 2.5;
  }
  .p-site-footer__links a + a {
    margin: 13px 0 0;
  }
  .p-site-footer__bottom {
    margin: 60px 0 0;
    text-align: center;
  }
  .site-copyright {
    font-size: 14px;
  }
  

  .p-pagetop {
    width: 80px;
  }

  /* .site-info {
    padding: 4rem 1rem 2rem;
  }
  .site-logo img {
    width: 193px;
  }
  .site-copyright {
    margin-top: 3rem;
    font-size: 1.2rem;
  } */
}
@media (min-width: 1025px) {
  .p-site-footer__top {  
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
  .p-site-footer__content + .p-site-footer__content {
    margin: 0 0 0 50px;
  }
  .p-site-footer__service__detail__item:first-of-type {
    margin: 0 40px 0 0;
  }
}
@media (min-width: 1200px) {
  .p-site-footer__content + .p-site-footer__content {
    margin: 0 0 0 100px;
  }
  .p-site-footer__service__detail__item:first-of-type {
    margin: 0 100px 0 0;
  }
}


/* Post
---------------------------------------------------------- */
.entry-content p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.p-post-list--topics .p-post-list__item {
  margin-top: 2rem;
}

.p-post-link {
  display: block;
  background: #ECF0F5 url(img/ico2_arrow_3.png) right 1rem center/12px no-repeat;
  padding: 1.7rem 3rem 2rem 1.5rem;
  font-size: 1.4rem;
  color: #535864;
}

.p-post-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-post-time {
  font-size: 1.4rem;
  letter-spacing: .1em;
}
.p-post-link .c-ico--cate {
  background-color: #fff;
}

.p-post-title {
  margin-top: 1rem;
}
.p-post-title--single {
  margin-bottom: 4rem;
  font-size: 2rem;
}
.p-post-title--list {
  font-size: 1.4rem;
}

.p-post-content h2 { font-size: 2em; }
.p-post-content h3 { font-size: 1.5em; }
.p-post-content h4 { font-size: 1.17em; }
.p-post-content h5 { font-size: 1em; }
.p-post-content h6 { font-size: .83em; }

.p-post-content h1,
.p-post-content h2,
.p-post-content h3,
.p-post-content h4,
.p-post-content h5,
.p-post-content h6 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}

.p-post-content ul,
.p-post-content ol,
.p-post-content pre {
  margin: 1em 0px;
}
.p-post-content ul,
.p-post-content ol,
.p-post-content blockquote {
  padding-left: 4rem;
}
.p-post-content ul {
  list-style: disc;
}
.p-post-content ol {
  list-style: decimal;
}
.p-post-content pre {
  font-family: Consolas, Monaco, monospace;
  white-space: pre;
}

.p-post-content a[target="_blank"]::after {
  content: '';
  display: inline-block;
  margin-left: 2px;
  width: 12px;
  height: 12px;
  background: url(img/ico3_link_2.png) center/cover no-repeat;
}

div.addtoany_content {
  margin-top: 4rem;
}
.addtoany_content a[target="_blank"]::after {
  display: none;
}
.a2a_button_copy_link .a2a_svg {
  background-color: rgba(131,143,165,.8) !important;
}


@media (min-width: 769px) {
  a.p-post-link {
    background-position: right 3rem center;
    padding: 4rem;
    padding-right: 6rem;
  }

  .p-post-time {
    font-size: 1.6rem;
  }
  .p-post-title--single {
    font-size: 2.4rem;
  }
  .p-post-title--list {
    font-size: 1.8rem;
  }

  .p-post-content {
    line-height: 2;
  }
}


/*--------------------
pagination
--------------------*/
.screen-reader-text,
.nav-prev-text,
.nav-next-text {
  display: none;
}

.nav-links {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.nav-links &gt; * {
  display: inline-block;
  padding: .7rem 1.2rem;
}
.nav-links &gt; *:not(:first-child) {
  margin-left: .7rem;
}

.page-numbers {
  border: 1px solid #bbc0cd;
  color: #bbc0cd;
}
.page-numbers.current {
  background-color: #bbc0cd;
  color: #000;
}

.page-numbers.prev,
.page-numbers.next {
  padding: .7rem .85rem;
}

.page-numbers .svg-icon {
  vertical-align: middle;
  height: 16px;
  width: 16px;
  fill: #fff;
}


@media (min-width: 769px) {
  .nav-links {
    margin-top: 5rem;
    font-size: 2rem;
  }
  .nav-links &gt; *:not(:first-child) {
    margin-left: 1rem;
  }
  .page-numbers .svg-icon {
    height: 20px;
    width: 20px;
  }
}


/* Page
---------------------------------------------------------- */
/*--------------------
index
--------------------*/
.p-mv {
  position: relative;
  min-height: 100vh; /* カスタムプロパティ未対応ブラウザ用のフォールバック */
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  /* background: url(img/sp_top_bg.jpg) center/cover no-repeat; */
}
/* .p-mv {
  position: relative;
  margin-bottom: 3rem;
  height: calc(100vw * 1.2);
  max-height: 900px;
} */
.p-mv-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -100;
  transform: translateY(0);
}
.p-top-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -10;
  transform: translateY(0);
}
.p-mv-txt {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  letter-spacing: .4em;
  position: absolute;
  bottom: 3%;
  right: 12%;
  width: fit-content;
  text-align: right; 
  opacity: 0;
}
.p-mv-txt.p-mv-txt--normal {
  z-index: 10;
  animation: fadeInMove 1s cubic-bezier(.24,.13,.26,1.01) 2s 1 forwards,
  clipPath 1s cubic-bezier(.24,.13,.26,1.01) 3.5s 1 forwards;
}
.p-mv-txt.p-mv-txt--mask {
  font-weight: bold;
  animation: fadeIn .25s cubic-bezier(.24,.13,.26,1.01) 2s 1 forwards,
  fadeInMove 1s cubic-bezier(.24,.13,.26,1.01) 2s 1 forwards,
  fadeOut 1s cubic-bezier(.24,.13,.26,1.01) 3.5s 1 forwards;
}
.p-mv-txt.p-mv-txt--mask,
.p-mv-txt.p-mv-txt--mask span {
  color: #000;
  z-index: 10;
}
 
.p-mv-txt p {
  line-height: 1.3;
  margin: 16px 0 0;
}
.p-mv-txt span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  letter-spacing: .18em;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInMove {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes clipPath {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(0 100% 100% 0);
    clip-path: inset(0 100% 100% 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);  
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.p-mv-vertical__txt {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  letter-spacing: .2em;
  color: #fff;
  position: absolute;
  z-index: 40000;
  right: 13px;
  bottom: 46px;
  writing-mode: vertical-lr;
  opacity: 0;
  pointer-events: none;
  animation: fadeIn 2s ease-in 3s 1 forwards;
  -webkit-animation: fadeIn 2s ease-in 3s 1 forwards;
}
.p-mv-vertical__line {
  position: absolute;
  z-index: 40000;
  right: 21px;
  bottom: 0;
  display: block;
  width: 1px;
  height: 35px;
  background-color:#535864;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  opacity: 0;
  animation: fadeIn 2s ease-in 3s 1 forwards;
  -webkit-animation: fadeIn 2s ease-in 3s 1 forwards;
}
.p-mv-vertical__line::after {
  transform: translateY(-100%);
  animation: scroll-line 1.5s linear infinite forwards;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@keyframes scroll-line {
  0% {transform:translateY(-100%)} 
  80%{transform:translateY(100%)}
  100%{transform:translateY(100%)}
}
.p-post-list--top .p-post-list__item {
  margin-top: 1rem;
}


/* p-top */
body.top {
  background: #0f1219;
  color: #fff;
}

/* .p-top-loading {
  position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background:#333;
	text-align:center;
	color:#fff;
}
.p-top-loading-txt {
	position: absolute;
	top: 50%;
	left: 50%;
  z-index: 999;
	width: 100%;
	transform: translate(-50%, -50%);
}
/* IE11*/
/* .p-top-loading-txt svg{
    height: 2px;
} */


.p-top-contents {
  background: url(img/pc_rectangle.png) repeat left top/360px fixed;
  background-color: #0f1219;
}
body.top .p-site-header {
  background-color: transparent;
}
.p-top-intro {
  background: url(img/top_bg_flare.png) no-repeat left top -30px / 250px auto;
  padding: 36px 0 0;
}
.p-top-wrap {
  padding: 0 25px;
}
.p-top-desc {
  font-size: 13px;
  font-feature-settings: "palt";
  letter-spacing: .075em;
  line-height: 2.2;
  margin: 15px 0 0;
}
.p-top-intro__desc {
  font-size: 14px;
  line-height: 3.3;
}
.p-top-section {
  padding: 50px 0;
  position: relative;
  z-index: 10;
}
.p-top-tit {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  text-align: center;
  letter-spacing: .4em;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-top-contents {
    background: url(img/pc_rectangle.png) repeat left top/720px auto fixed;
    background-color: #0f1219;
  }
  .p-mv {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
  .p-mv-video {

  }
  .p-mv-txt {
    font-size: 48px;
    letter-spacing: .4em;
    bottom: 20%;
    right: 9%;
  }
  .p-mv-txt p {
    margin: 30px 0 0;
  }
  .p-mv-txt span {
    font-size: 24px;
  }
  .p-mv-vertical__txt {
    font-size: 26px;
    right: 22px;
    bottom: 84px;
  }
  .p-mv-vertical__line {
    right: 40px;
    width: 2px;
    height: 70px;
  }
  .p-post-list--top .p-post-list__item {
    margin-top: 2rem;
  }

  .p-top-intro {
    background: url(img/top_bg_flare.png) no-repeat left bottom -40px / 800px auto;
    padding: 75px 0 0;
  }
  .p-top-wrap {
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .p-top-desc {
    font-size: 16px;
    text-align: center;
    letter-spacing: .1em;
    margin: 75px 0 0;
  }
  .p-top-intro__desc {
    font-size: 18px;
    line-height: 4;
  }
  .p-top-section {
    /* padding: 150px 0 0; */
    padding: 100px 0;
  }
  .p-top-tit {
    font-size: 48px;
    letter-spacing: .6em;
  }
}

.p-top-service {
  background: url(img/top_service_bg.jpg) no-repeat center / cover;
}
.p-top-service__slider {
  margin: 45px 0 0;
}
.p-top-service__slider__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.p-top-service__slider__item {
  flex: 0 0 auto;
  position: relative;
  background-color: rgba(255, 255, 255, .3);
  cursor: grab;
  width: 150px;
  height: 150px;
  /* border: 1px solid #fff; */
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* margin: 0 -7px; */
  transition: background-color .3s, border .3s, z-index .3s ;
}
.p-top-service__slider__item:hover {
  background-color: #3e4451;
  border: none;
  z-index: 10;
}
.p-top-service__slider__item:first-of-type {
  /* margin: 0 -7px 0 25px; */
}
.p-top-service__slider__item:last-of-type {
  /* margin: 0 25px 0 -7px; */
}
.p-top-service__slider__content,
.p-top-service__slider__desc {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 87%;
  text-align: center;
  transition: opacity .3s;
}
.p-top-service__slider__item:hover .p-top-service__slider__content {
  opacity: 0;
}
.p-top-service__slider__img {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.p-top-service__slider__img img {
  height: 100%;
  object-fit: contain;
}
.p-top-service__slider__tit {
  font-size: 12px;
  font-feature-settings: "palt";
  letter-spacing: .1em;
  margin: 16px 0 0;
  text-align: center;
}
.p-top-service__slider__desc {
  font-size: 12px;
  font-feature-settings: "palt";
  letter-spacing: .1em;
  opacity: 0;
}
.p-top-service__slider__item:hover .p-top-service__slider__desc {
  opacity: 1;
}
.p-top-service .swiper-scrollbar {
  position: relative;
  margin: 30px auto 0;
  width: 160px;
  background-color: transparent;
}
.p-top-service .swiper-scrollbar::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(100% - 10px);
  margin: auto;
  height: 1px;
  background-color: #fff;
}
.p-top-service .drag {
  position: relative;
  height: 10px;
  width: 10px !important;
  cursor: grab;
}
.p-top-service .drag::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto 0;
  border-radius: 50%;
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .p-top-service__slider {
    margin: 40px 0 0;
  }
  .p-top-service__slider__item {
    width: 240px;
    height: 240px;
    /* margin: 0 -18px; */
  }
  .p-top-service__slider__img {
    width: 80px;
    height: 80px;
  }
  .p-top-service__slider__tit {
    font-size: 18px;
    margin: 16px 0 0;
  }
  .p-top-service__slider__desc {
    font-size: 18px;
  }
  .p-top-service .swiper-scrollbar {
    margin: 80px auto 0;
    width: 320px;
  }
  .p-top-service .swiper-scrollbar::before {
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(100% - 10px);
    height: 2px;
  }
  .p-top-service .drag {
    height: 20px;
    width: 20px !important;
  }
  .p-top-service .drag::before {
    width: 20px;
    height: 20px;
  }
}

.p-top-topics {
  background: url(img/top_topics_bg.jpg) no-repeat center / cover;
}
.p-top-topics__bnr {
  max-width: 450px;
  margin: 20px auto 0;
  background: #fff;
}
.p-top-topics__bnr.archive__bnr {
  margin: 0 auto 30px;
}
.p-top-topics__bnr a {
  display: block;
}
.p-top-topics__list {
  border-top: 1px solid #bbc0cd;
  margin: 30px 0 0;
}
.p-top-topics__link {
  color: #fff;
  display: inline-block;
  width: 100%;
  /* border-bottom: 1px solid #bbc0cd; */
  position: relative;
}
.p-top-topics__link:hover {
  opacity: 1;
}
.p-top-topics__link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #000;
  transform: scaleX(0);
  transform-origin: right;
  opacity: .5;
  transition: transform .5s cubic-bezier(.08,.92,.35,1),-webkit-transform .5s cubic-bezier(.08,.92,.35,1);
}
.p-top-topics__link:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.p-top-topics__item {
  padding: 23px 0;
}
.p-top-topics__cate {
  color: #c1c4cb;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: .1em;
  line-height: 1.2;
}
.p-top-topics__detail {
  margin: 10px 0 0;
}
.p-top-topics__tit {
  font-size: 13px;
  letter-spacing: .1em;
}
.p-top-topics__time {
  color: #bbc0cd;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  letter-spacing: .1em;
  line-height: 1.2;
  position: absolute;
  right: 0;
  top: 25px;
}
.c-btn--circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 115px;
  margin: 30px auto 0;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 0 4px;
  position: relative;
}
.c-btn--circle:not(.p-top-contact__btn){
  transition: background-color .3s;
}
.c-btn--circle:not(.p-top-contact__btn)::after{
  content:'';
  position:absolute;
  z-index:1;
  top:-10px;
  right:-10px;
  bottom:-10px;
  left:-10px;
  background-color:transparent;
  border:1px solid rgba(255,255,255,0.2);
  border-radius:50%;
  display:none;
}
.c-btn--circle:not(.p-top-contact__btn)::before{
  content:'';
  position:absolute;
  z-index:1;
  top:-20px;
  right:-20px;
  bottom:-20px;
  left:-20px;
  background-color:transparent;
  border:1px solid rgba(255,255,255,0.4);
  border-radius:50%;
  display:none;
}
.c-btn--circle:not(.p-top-contact__btn):hover::before{
  display:block;
  -webkit-animation: circle-1 1s linear infinite;
  animation: circle-1 1s linear infinite;
}
.c-btn--circle:not(.p-top-contact__btn):hover::after{
  display:block;
  -webkit-animation: circle-2 1s linear infinite;
  animation: circle-2 1s linear infinite;
}
@-webkit-keyframes circle-1 {
100% { 
top:-10px; 
right:-10px; 
bottom:-10px; 
left:-10px; 
opacity:0.3;
}
}
@keyframes circle-1 {
100% { 
top:-10px; 
right:-10px; 
bottom:-10px; 
left:-10px; 
opacity:0.3;
}
}
@-webkit-keyframes circle-2 {
100% { 
top:0px; 
right:0px; 
bottom:0px; 
left:0px; 
opacity:0.1;
}
}
@keyframes circle-2 {
100% { 
top:0px; 
right:0px; 
bottom:0px; 
left:0px; 
opacity:0.1;
}
}
.c-btn--circle:not(.p-top-contact__btn):hover {
  opacity: 1;
  background-color: #fff;
  transition: background-color .3s;
}
.c-btn--circle span {
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
.c-btn--circle:not(.p-top-contact__btn) span {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  transition: color .3s;
}
.c-btn--circle:not(.p-top-contact__btn):hover span {
  opacity: 1;
  color: #000;
  transition: color .3s;
}
@media screen and (min-width: 769px) {
  .p-top-topics__bnr {
    margin: 50px auto -20px;
  }
  .p-top-topics__bnr.archive__bnr {
    margin: -30px auto 60px;
  }
  .p-top-topics__list {
    border-top: none;
    margin: 85px 0 0;
  }
  .p-top-topics__link {
    border-bottom: none;
  }
  .p-top-topics__item {
    border-bottom: none;
    display: flex;
    padding: 0;
  }
  .p-top-topics__cate,
  .p-top-topics__detail {
    border-bottom: 1px solid #bbc0cd;
    padding: 20px 0;
    padding: 50px 0;
    position: relative;
  }
  .p-top-topics__link:first-of-type .p-top-topics__cate,
  .p-top-topics__link:first-of-type .p-top-topics__detail {
    border-top: 1px solid #bbc0cd;
    position: relative;
  }
  .p-top-topics__link .p-top-topics__cate::before,
  .p-top-topics__link .p-top-topics__detail::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #000;
    transform: scaleX(0);
    transform-origin: right;
    opacity: .5;
    transition: transform .5s cubic-bezier(.08,.92,.35,1),-webkit-transform .5s cubic-bezier(.08,.92,.35,1);
  }
  .p-top-topics__link:hover .p-top-topics__cate::before,
  .p-top-topics__link:hover .p-top-topics__detail::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .p-top-topics__cate {
    font-size: 18px;
    margin: 0 14px 0 0;
    width: 20%;
  }
  .p-top-topics__detail {
    margin: 0;
    width: calc(80% - 14px);
  }
  .p-top-topics__tit {
    font-size: 16px;
  }
  .p-top-topics__time {
    font-size: 18px;
    line-height: 1.2;
    position: unset;
    margin: 40px 0 0;
  }
  .c-btn--circle {
    width: 230px;
    height: 230px;
    margin: 100px auto 0;
    padding: 8px 4px 0;
  }
  .c-btn--circle span {
    font-size: 18px;
    letter-spacing: .2em;
  }
}

.p-top-company__video {
  margin: 5px 0 0;
  position: relative;
  width: 100%;
  padding-top: 56%;
}
.p-top-company__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ytp-chrome-top {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .p-top-company__desc {
    font-size: 26px;
  }
  .p-top-company__video {
    margin: 5px 0 0;
    position: relative;
    width: 100%;
    padding-top: 56%;
  }
  .p-top-company__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.p-top-group {
  background: url(img/top_bg_flare.png) no-repeat right top -20px / 250px auto;
}
.p-top-group__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 375px;
  margin: 30px auto 0;
  padding: 0 18px 0 0;
}
.p-top-group__item {
  width: 42%;
  margin: 0 0 6%;
}
.p-top-group__item a {
  padding: 10px 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.p-top-group__item a:hover {
  opacity: 1;
}
.p-top-group__item a::before {
  position: absolute;
  content: "";
  background: url(img/ico_link.svg) no-repeat center/contain;
  display: inline-block;
  width: 10px;
  height: 10px;
  right: -25px;
  bottom: -4px;
}
.p-top-group__item a img {
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .3s;
}
.p-top-group__item a:hover img:nth-child(2) {
  opacity: 0;
}

@media (min-width: 769px) {
  .p-top-group {
    background: url(img/top_bg_flare.png) no-repeat right top -70px / 800px auto;
  }
  .p-top-group__list {
    max-width: unset;
    margin: 90px auto 0;
    padding: 0 18px 0 0;
    justify-content: center;
  }
  .p-top-group__item {
    max-width: 26%;
    margin: 5% 3%;
  }
  .p-top-group__item a {
    padding: 10px 0;
  }
  .p-top-group__item a::before {
    width: 19px;
    height: 17px;
    right: -30px;
    bottom: -20px;
  }
}
@media (min-width: 1025px) {

}

.p-top-best-players {
  background: url(img/top-bg-best-player-sp.png) no-repeat center / 100% auto;
  /* margin: 30px 0 0; */
}
.p-top-best-players__img {
  margin: 15px auto 0;
}
@media (min-width: 769px) {
  .p-top-best-players {
    background: url(img/top-bg-best-player-pc.png?v2) no-repeat center / cover;
  }
  .p-top-best-players__img {
    margin: 45px auto 0;
    width: 703px;
  }
}
.p-top-contact {
  position: relative;
  z-index: 20;
}
body:not(.top) .p-top-contact {
  padding-top: 80px;
}
.p-top-contact__desc {
  text-align: center;
}
.p-top-contact__cta {
  margin: 30px auto 0;
  width: fit-content;
}
.p-top-contact__btn {
  margin: 0;
  background: #fff;
  transition: transform .5s;
  transform: rotateY( 0deg ) ;
}
.p-top-contact__btn span {
  color: #000;
  letter-spacing: .1em;
  position: relative;
}
.p-top-contact__btn span::before {
  position: absolute;
  content: "";
  background: url(img/ico_contact.svg) no-repeat center/contain;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  display: inline-block;
  width: 22px;
  height: 10px;
}

@media (min-width: 769px) {
  body:not(.top) .p-top-contact {
    padding-top: 160px;
  }
  .p-top-contact__desc {
    margin: 30px 0 0;
  }
  .p-top-contact__cta {
    margin: 35px auto 0;
  }
  .p-top-contact__cta:hover .p-top-contact__btn {
    transform: rotateY( 360deg ) ;
  }
  .p-top-contact__btn span {
    font-size: 24px;
  }
  .p-top-contact__btn span::before {
    bottom: -35px;
    width: 43px;
    height: 21px;
  }
}

.p-top-sponsor {
  padding-bottom: 70px;
}
.p-top-sponsor.u-pt--none {
  padding-top: 0;
}
.p-top-sponsor__tit {
  line-height: 1.2;
}
.p-top-sponsor__bnr {
  margin: 20px auto 0;
  display: grid;
  gap: 20px;
  place-content: center;
  max-width: 900px;
}
.p-top-sponsor__bnr-item-img {
  max-width: 250px;
  margin: 0 auto;
}
.p-top-sponsor__bnr-item-desc {
  color: #fff;
  font-size: 13px;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  margin: 12px 0 0;
  text-align: center;
}

@media (min-width: 769px) {
  .p-top-sponsor {
    padding-bottom: 170px;
  }
  .p-top-sponsor__bnr {
    margin: 75px auto 0;
    /* place-content: space-between;
    grid-template-columns: repeat(2, minmax(0, 400px)); */
  }
  .p-top-sponsor__bnr-item-img {
    max-width: 100%;
  }
  .p-top-sponsor__bnr-item-desc {
    font-size: 16px;
    margin: 25px 0 0;
  }
}

/*--------------------
service
--------------------*/

/*↓202201 renew↓*/
.p-service-desc {
  margin: 0 0 10px;
}
.p-service-block {
  border-bottom: 1px solid #bbc0cd;
  padding: 40px 0;
}
.p-service-block__tit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-service-block__desc {
  margin: 15px 0 0;
}
.p-service-block__tit img {
  margin: 0 0 15px;
}
.p-service-block__tit span {
  font-size: 1.8rem;
}

.p-service-box {
  background: #ECF0F5;
  padding: 15px;
  margin: 20px 0 0;
  color: #000;
  font-size: 14px;
}
.p-service-box h3 {
  font-size: 18px;
  margin: 0 0 10px;
}
.p-service-box__more {
  text-align: right;
  margin: 5px 0 0;
}
.p-service-box__movie {
  margin: 15px 0 0;
}
.p-service-box__movie video {
  max-width: 100%;
}
.p-service-box__more a {
  display: inline-block;
  background: #535864;
  color: #fff;
  letter-spacing: .2em;
  padding: 5px 5px 5px 10px;
}
.p-service-box__more a::after {
  content: "→";
}

@media (min-width: 769px) {
  .p-service-desc {
    text-align: center;
    margin: 0 0 20px;
  }
  .p-service-block {
    padding: 60px 0;
    margin: 0 0 50px;
  }
  .p-service-block__desc {
    margin: 30px 0 0;
    text-align: center;
  }
  .p-service-block__tit img {
    margin: 0 0 20px;
  }
  .p-service-block__tit span {
    font-size: 2.2rem;
  }
  
  .p-service-box {
    padding: 30px;
    margin: 30px 0 0;
    font-size: 16px;
  }
  .p-service-box h3 {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .p-service-box__movie {
    margin: 30px 0 0;
  }
  .p-service-box__movie video {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .p-service-box__more a {
    display: inline-block;
    background: #535864;
    color: #fff;
    letter-spacing: .2em;
    padding: 5px 5px 5px 10px;
  }
  .p-service-box__more a::after {
    content: "→";
  }
}

 
/*↑202201 renew↑*/


.p-service-nav {
  display: flex;
  flex-direction: column;
}
.p-service-box1 {
  margin-top: 5rem;
}
.p-service-box1 .c-tit--3 span {
  display: block;
}

.p-service-thumb {
  padding-top: 43.47%;
  transition: .2s;
  display: block;
}
.p-service-thumb--sputum {
  background-image: url(img/service_img_sputum.jpg);
}
.p-service-thumb--stress-check {
  background-image: url(img/service_img_stress-check.jpg);
}
.p-service-thumb--mental-health {
  background-image: url(img/service_img_mental-health.jpg);
}
.p-service-thumb--skillup {
  background-image: url(img/service_img_skillup.jpg);
}
.p-service-thumb--electrical {
  background-image: url(img/service_img_electrical.jpg?2);
}
.p-service-thumb--battery {
  background-image: url(img/service_img_battery.jpg?2);
}
.p-service-thumb--mobile {
  background-image: url(img/service_img_mobile.jpg);
}
.p-service-thumb--internet {
  background-image: url(img/service_img_internet.jpg?2);
}
.p-service-thumb--costhack {
  background-image: url(img/service_img_costhack.jpg);
}
.p-service-thumb--fireinsurance {
  background-image: url(img/service_img_fireinsurance.jpg);
}
.p-service-thumb--local-seo {
  background-image: url(img/service_img_local-seo.jpg);
}

.p-service-thumb--welfare {
  background-image: url(img/service_img_welfare.jpg);
}
.p-service-thumb--insurance {
  background-image: url(img/service_img_insurance.jpg);
}
.p-service-thumb--proxy {
  background-image: url(img/service_img_proxy.jpg);
}
.p-service-thumb--sns {
  background-image: url(img/service_img_sns.jpg);
}
.p-service-thumb--drone {
  background-image: url(img/service_img_drone.jpg);
}
.p-service-thumb--shipping {
  background-image: url(img/service_img_shipping.jpg);
}
.p-service-thumb--construction_materials {
  background-image: url(img/service_img_construction_materials.jpg);
}

@media (min-width: 769px) {
  .p-service-nav {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-service-nav__item.c-list--nav__item {
    margin-top: 0;
    width: calc((100% / 2) - (1.3rem / 2));
  }

  .p-service-box1 .c-box--2 {
    width: 49%;
    display: flex;
    flex-direction: column;
  }
  .p-service-box1 .c-box--2__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .p-service-wrap1,
  .p-service-wrap1 .c-box--2 {
    width: 100%;
  }
}

/*--------------------
service1 (stress-check, mental-health)
--------------------*/
.p-stress-check-img1 img {
  width: calc(150px / 2);
}
.p-mental-health-img1 img {
  width: calc(218px / 2);
}

.p-service1 section {
  margin-top: 4rem;
}

.p-service1-subsidy {
}

.p-adviser-name {
  margin-bottom: 1em;
}
.p-adviser-name__main {
  margin-top: 1rem;
  font-size: 2.2rem;
}
.p-adviser-name__main span {
  font-weight: normal;
}
.p-service1-adviser-img1 {
  margin-top: 2rem;
}
.p-service1-adviser-img1 img {
  width: calc(520px / 2);
}


@media (min-width: 769px) {
  .p-stress-check-img1 img {
    width: 150px;
  }
  .p-mental-health-img1 img {
    width: 218px;
  }

  .p-service1 section {
    margin-top: 10rem;
  }

  .p-mental-health-list1.c-list--disc {
    padding-left: 0;
    list-style: none;
  }
  .p-mental-health-list1__item {
    background-color: #fff;
    border: 1px solid #FF6666;
    border-radius: 3px;
    padding: 3px 15px;
    font-size: 1.8rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    color: #FF6666;
  }
  .p-mental-health-list1__item:not(:first-child) {
    margin-left: 1rem;
  }

  .p-service1-subsidy {
  }

  .p-service1-adviser-wrap1 {
    align-items: center;
  }
  .p-service1-adviser-text1 {
    flex: 1;
  }
  .p-adviser-name.u-ta--c {
    margin-bottom: 1.5em;
    text-align: left;
  }
  .p-service1-adviser-img1 {
    margin-top: 0;
    margin-left: 5rem;
  }
}


/*--------------------
sputum
--------------------*/
.p-sputum-tit1 {
  padding: 6rem 0 2rem !important;
}
.p-sputum-tit1__main {
  line-height: 1.4;
  text-align: center;
}
.p-sputum-tit1__main h1 {
  font-size: 2.4rem;
}
.p-sputum-tit1__sub {
  margin: 3rem 0;
  font-size: 1.6rem;
  text-align: center;
}

.p-sputum-merit-list1 .c-list--merit-tit2 {
  color: #048686;
  font-weight: bold;
}

.p-sputum-tit2 {
  padding: 4rem 1rem 6rem !important;
}
.p-sputum-tit2__main {
  font-size: 2.3rem;
  text-shadow: 0 3px 6px rgba(0,0,0,.1);
  color: #fff;
  text-align: center;
}
.p-sputum-tit2__sub {
  margin-top: 2rem !important;
  background: #fff;
  color: #000;
  border: none;
}
.p-sputum-tit2 .c-list--disc {
  margin: 0;
}

.p-sputum-flow-tit1.c-tit {
  background-position: 0 center;
  background-size: calc(72px / 2);
  background-repeat: no-repeat;
  padding-left: 5rem;
  min-height: calc(72px / 2);
  text-align: left;
  font-size: 2rem;
}
.p-sputum-flow-list1 .c-list--step__item {
  border: 1px solid #bbc0cd;
}
.p-sputum-flow-list1 .u-img {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.p-sputum-flow-list1__item--1 .p-sputum-flow-tit1 {
  background-image: url(img/sputum_step1.png);
}
.p-sputum-flow-list1__item--2 .p-sputum-flow-tit1 {
  background-image: url(img/sputum_step2.png);
}
.p-sputum-flow-list1__item--3 .p-sputum-flow-tit1 {
  background-image: url(img/sputum_step3.png);
}
.p-sputum-flow-list1__item--4 .p-sputum-flow-tit1 {
  background-image: url(img/sputum_step4.png);
}
.p-sputum-flow-list1__item.c-list--step__item:not(:first-child)::before {
  border-top-color: #058686;
}
.p-sputum-certificate__inner {
  border: 1px solid #bbc0cd;
  padding: 2rem;
}
.p-sputum-certificate__inner .u-img {
  margin-top: 2rem;
}
.p-sputum-curriculum {
  margin-top: 4rem;
}
.p-sputum-curriculum-img1 img {
  width: calc(1000px / 2);
}

.p-sputum-subsidy .c-box-inner--1 {
  padding-top: 4rem;
  padding-bottom: 0;
}
.p-sputum-subsidy-box1 {
  margin-top: 2.5rem;
  border: 3px solid #099;
  padding: 3rem 1rem 1.5rem;
}
.p-sputum-subsidy-list1 {
  font-size: 1.8rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #EB9C3F;
}
dd.p-sputum-subsidy-list1__item {
  margin-bottom: 2.5rem;
}
.p-sputum-subsidy-list1__1000 {
  font-size: 3.4rem;
}
.p-sputum-subsidy-list1 .u-fs--s {
  font-size: 1rem;
}

.p-sputum-subsidy .u-indent {
  text-indent: -2em;
  padding-left: 2em;
}
.p-sputum-simulation {
  margin-top: 4rem;
}
.p-sputum-detail-list {
  margin: 2.5rem 0 5rem;
  justify-content: space-between;
}
.p-sputum-detail-list__item {
  padding: 1.5rem 1rem;
  background: #fff;
  color: #000;
}
.p-sputum-detail-list__item:not(:first-of-type) {
  margin-top: 2rem;
}
.p-sputum-detail-list__item .c-tit--1 {
  margin: 0;
}
.p-sputum-detail-list__item p {
  font-weight: bold;
  font-size: 16px;
  margin-top: .5rem;
}

.p-sputum-recruit {
  background-color: #861010;
  font-size: 2rem;
  line-height: 1.3;
}
.p-sputum-recruit:hover {
  background-color: #af4141;
}
.p-sputum-recruit__btn {
  margin-top: .5rem;
  display: inline-block;
  width: 155px;
  background: #fff url(img/ico2_arrow_3.png) right .5rem center/8px no-repeat;
  padding: .2rem;
  font-size: 1.6rem;
  color: #282828;
}

.sputum .p-site-footer {
  padding-bottom: 80px;
}


@media (min-width: 769px) {
  .p-sputum-tit1 {
    background-size: 300px !important;
    background-position: top 6px right -5px !important;
    padding: 10rem 0 2rem !important;
  }
  .p-sputum-tit2 {
    padding: 4rem 1rem 8rem !important;
  }
  .p-sputum-tit2__main {
    font-size: 3rem;
  }
  .p-sputum-tit2__sub {
    margin-top: 5rem;
  }

  .p-sputum-merit .c-box-inner--1 {
    padding-top: 4rem;
  }
  .p-sputum-flow-list1__item {
    width: calc(50% - 2.5rem);
    display: flex;
    flex-direction: column;
  }
  .p-sputum-flow-list1__item.c-list--step__item:not(:first-child),
  .p-sputum-flow-list1__item.c-list--step__item:first-child {
    margin-top: 6rem;
  }
  .p-sputum-flow-list1__item.c-list--step__item:not(:first-child)::before {
    top: 50%;
    transform: translateY(-50%);
    left: -32px;
    border-bottom-width: 15px;
    border-top-color: transparent;
    border-left-color: #058686;
    border-right-width: 0;
  }
  .p-sputum-flow-list1__item.c-list--step__item:nth-child(3)::before {
    display: none;
  }
  .p-sputum-flow-list1__item__inner {
    margin-bottom: auto;
  }
  .p-sputum-flow-tit1.c-tit {
    margin-bottom: 2rem;
    background-size: calc(72px / 1.5);
    min-height: calc(72px / 1.5);
    padding-left: 6.5rem;
    display: flex;
    align-items: center;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .p-sputum-flow-list1 .u-img {
    margin-top: 3rem;
  }
  .c-list--cap.u-dis--pc {
    margin-top: 3rem;
  }

  .p-sputum-curriculum {
    margin-top: 10rem;
  }

  .p-sputum-subsidy-wrap1 {
    align-items: flex-end;
  }
  .p-sputum-subsidy-wrap1 &gt; p {
    flex: 1;
    order: 2;
    font-size: 1.8rem;
    line-height: 2;
  }
  .p-sputum-subsidy-box1.l-pc--3 {
    margin-top: 0;
    margin-bottom: 5rem;
    width: 100%;
    padding: 3.5rem 5rem 2rem;
  }
  .p-sputum-subsidy-list1 {
    font-size: 2.6rem;
  }
  .p-sputum-subsidy-list1__1000 {
    font-size: 4.8rem;
  }
  .p-sputum-subsidy-list1 .u-fs--s {
    font-size: 1.6rem;
  }
  .p-sputum-subsidy-wrap1 .u-img {
    margin-top: 0;
    margin-right: 4rem;
  }
  .p-sputum-simulation {
    margin-top: 8rem;
  }
  .p-sputum-detail-list {
    margin-top: 4rem;
    margin-bottom: 6rem;
  }
  .p-sputum-detail-list__item {
    padding: 2.5rem 3rem;
    width: calc(50% - 1rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .p-sputum-detail-list__item p {
    font-size: 1.8rem;
  }
  .p-sputum-detail-list__item:first-of-type {
    margin-top: 2rem;
  }

  .p-sputum-recruit {
    font-size: 2.4rem;
  }
  .p-sputum-recruit__btn {
    margin-top: 0;
    margin-left: 2rem;
    width: auto;
    background-size: 13px;
    padding: .7rem 1.5rem;
    padding-right: 3rem;
  }
}


@media (min-width: 1025px) {
  .p-sputum-tit1__main.u-ta--c {
    text-align: left;
  }
  .p-sputum-tit1__main h1 {
    font-size: 4rem;
  }
  .p-sputum-tit1__main p {
    font-size: 2rem;
  }
  .p-sputum-tit1__sub {
    margin: 3rem 0 5rem;
    font-size: 2.4rem;
  }
  .p-sputum-detail-list__item {
    width: calc(25% - 2rem);
  }
}


/*--------------------
skillup
--------------------*/
.p-skillup-tit1 {
  background-image: url(img/mv_skillup.jpg);
  color: #fff;
}
.p-skillup-tit1__main h1 {
  font-size: 3rem;
}
.p-skillup-tit1__sub {
  width: 70%;
  margin-top: 2rem;
}

.p-skillup-menu-tit1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-skillup-menu-tit1 .c-tit--service {
  margin-bottom: 0;
  text-align: left;
  line-height: 1.4;
}
.p-skillup-menu-tit1__place {
  margin-left: .5rem;
  width: 87px;
  height: 87px;
  background-color: #F5BA19;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.p-skillup-menu-list1 {
  margin: 2rem auto;
  max-width: 400px;
}

.p-skillup-menu-list1__item {
  font-size: 1.4rem;
}
.p-skillup-menu-list1__item &gt; li {
  margin-top: 1rem;
  background-position: 0 0;
  background-size: 22px;
  background-repeat: no-repeat;
  padding-left: 2.5em;
}
.p-skillup-menu-list1__item--1 &gt; li:nth-child(1) { background-image: url(img/skillup_no1@2x.png); }
.p-skillup-menu-list1__item--1 &gt; li:nth-child(2) { background-image: url(img/skillup_no2@2x.png); }
.p-skillup-menu-list1__item--1 &gt; li:nth-child(3) { background-image: url(img/skillup_no3@2x.png); }
.p-skillup-menu-list1__item--1 &gt; li:nth-child(4) { background-image: url(img/skillup_no4@2x.png); }
.p-skillup-menu-list1__item--2 &gt; li:nth-child(1) { background-image: url(img/skillup_no5@2x.png); }
.p-skillup-menu-list1__item--2 &gt; li:nth-child(2) { background-image: url(img/skillup_no6@2x.png); }
.p-skillup-menu-list1__item--2 &gt; li:nth-child(3) { background-image: url(img/skillup_no7@2x.png); }
.p-skillup-menu-list1__item--2 &gt; li:nth-child(4) { background-image: url(img/skillup_no8@2x.png); }
.p-skillup-menu-list1__item--2 &gt; li:nth-child(5) { background-image: url(img/skillup_no9@2x.png); }
.p-skillup-menu-list1__item--2 &gt; li:nth-child(6) { background-image: url(img/skillup_no10@2x.png); }
.p-skillup-menu-list1__item--2 &gt; li:nth-child(7) { background-image: url(img/skillup_no11@2x.png); }

.p-skillup-menu-list2 {
  margin-top: 1rem;
}
.p-skillup-menu-list2__item:not(:first-child) {
  margin-top: 1rem;
}

.p-skillup-merit__inner {
  position: relative;
  overflow: hidden;
  background-color: #EDF4F8;
}
.p-skillup-merit-list1 .c-list--merit-tit2 {
  color: #F5BA19;
}

.p-skillup-subsidy {
  margin-top: 4rem;
}
.p-skillup-subsidy-img1 {
  margin-bottom: 2rem;
}
.p-skillup-subsidy-img1 img {
  width: calc(700px / 2);
}
.p-skillup-subsidy-img2 {
  margin: 2rem 0 4rem;
}


@media (min-width: 481px) {
  .p-skillup-tit1__main h1 {
    font-size: 6vw;
  }
  .p-skillup-tit1__main p {
    font-size: 3.3vw;
  }
}


@media (min-width: 769px) {
  .p-skillup-tit1 {
    background-image: url(img/pc_mv_skillup.jpg);
  }
  .p-skillup-tit1__sub {
    width: 100%;
    margin-top: 3rem;
    font-size: 2rem;
    line-height: 1.8;
  }

  .p-skillup-menu-tit1 {
    margin-bottom: 3rem;
    position: relative;
  }
  .p-skillup-menu-tit1 .c-tit--service {
    font-size: 3.2rem;
    text-align: center;
  }
  .p-skillup-menu-tit1__place {
    width: 105px;
    height: 105px;
    font-size: 2.1rem;
    line-height: 1.3;
  }
  .p-skillup-menu-tit1__place {
    position: absolute;
    right: 0;
  }

  .p-skillup-menu-list1 {
    margin: 0;
    max-width: initial;
    flex-wrap: nowrap;
    justify-content: center;
    border: 4px solid #023399;
    padding: 2.5rem 1rem 4rem;
  }
  .p-skillup-menu-list1__item {
    width: 46%;
  }
  .p-skillup-menu-list1__item--2 {
    margin-left: 3rem;
  }
  .p-skillup-menu-list1__item &gt; li {
    margin-top: 1.5rem;
    padding-left: 3.5rem;
  }

  .p-skillup-subsidy {
    margin-top: 8rem;
  }
  .p-skillup-subsidy-img1 {
    margin-bottom: 2rem;
  }
  .p-skillup-subsidy-img1 img {
    width: 700px;
  }

  .p-skillup-subsidy .c-tit--service:last-of-type {
    margin-top: 8rem;
  }
}


@media (min-width: 1025px) {
  .p-skillup-tit1__main h1 {
    font-size: 6rem;
  }
  .p-skillup-tit1__main p {
    font-size: 3rem;
  }
}


/*--------------------
electrical
--------------------*/
.p-electrical-tit1 {
  background-image: url(img/mv_electrical.jpg);
  padding-top: 106.6%;
}
.p-electrical-tit1__main {
  padding-left: 16px;
}
.p-electrical-tit1__main img {
  width: calc(532px / 2);
}
.p-electrical-tit1__sub {
  margin-top: 2rem;
}

.p-electrical-point-box1 {
  background: url(img/line1.png) center bottom/347px no-repeat;
  padding: 5.5rem 0 4rem;
}

.p-electrical-point-tit1 {
  margin-bottom: 2rem;
  position: relative;
  width: 220px;
  height: 220px;
  background-color: #fff;
  border: 6px solid #FFD517;
  border-radius: 50%;
  padding-top: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.8rem;
}
.p-electrical-point-tit1::before {
  content: '';
  position: absolute;
  top: -2.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(156px / 2);
  height: calc(154px / 2);
  background-position: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-electrical-point-tit1--1::before {
  background-image: url(img/electrical_point1.png);
}
.p-electrical-point-tit1--2::before {
  background-image: url(img/electrical_point2.png);
}
.p-electrical-point-tit1--3::before {
  background-image: url(img/electrical_point3.png);
}
.p-electrical-point-tit1--4::before {
  background-image: url(img/electrical_point4.png);
}
.p-electrical-point-tit1 .c-tit {
  margin-bottom: 1rem;
  font-size: 4.2rem;
  line-height: 1;
}

.p-electrical-point-img1 {
  margin: 3rem 0 2rem;
}
.p-electrical-point-img1 img {
  width: calc(620px / 2);
}

.p-electrical-point-box2.c-box--7 {
  position: relative;
  background-color: #FCF1D0;
  padding-top: 2.3rem;
}
.p-electrical-point-box2::before {
  content: '';
  position: absolute;
  top: -15px;
  left: calc(50% + 7rem);
  width: 0;
  border: 15px solid transparent;
  border-top-width: 0;
  border-bottom-color: #FCF1D0;
}
.p-electrical-point-box2 .c-tit--service {
  font-size: 2rem;
  line-height: 1;
}
.p-electrical-point-img2 {
  display: block;
}
.p-electrical-point-img2 img {
  width: calc(396px / 2);
}

.p-electrical-step.c-box--6 {
  margin-top: 6rem;
  padding-bottom: 7rem;
}
.p-electrical-step .c-tit--service {
  font-size: 3rem;
  line-height: 1.5;
}

.p-electrical-step-list1__item.c-box--4 {
  background-color: #fff;
  background-position: 6px 6px;
  background-size: calc(110px / 2);
  background-repeat: no-repeat;
  border: 4px solid #FFD517;
  padding-top: 2.5rem;
}
.p-electrical-step-list1__item--1 {
  background-image: url(img/electrical_step1.png);
}
.p-electrical-step-list1__item--2 {
  background-image: url(img/electrical_step2.png);
}
.p-electrical-step-list1__item--3 {
  background-image: url(img/electrical_step3.png);
}
.p-electrical-step-list1__item.c-list--step__item:not(:first-child)::before {
  top: calc(-27px - 4px);
  border-top-color: #FFD517;
}

.p-electrical-step-img1 img {
  width: calc(170px / 2);
}
.p-electrical-step-tit1.c-tit--1 {
  margin: 1.5rem 0 .3rem;
  font-size: 3rem;
  line-height: 1.3;
  color: #F0AC11;
}
.p-electrical-step__box1 {
  font-size: 1.8rem;
  line-height: 1.4;
}

.electrical .p-footer-content {
  margin-top: 0;
}
.electrical .p-site-footer {
  padding-bottom: 80px;
}

.p-electrical-contact {
  background-color: #DF4363;
  border-color: #DF4363;
}
.p-electrical-contact:hover {
  color: #DF4363;
}
.p-electrical-contact:hover .c-btn--fixed--contact-number::before {
  background-image: url(img/ico5_free-dial_2.png);
}


@media (min-width: 769px) {
  .p-electrical-tit1 {
    background-image: url(img/pc_mv_electrical.jpg);
  }

  .p-electrical-point-box1 {
    background-image: none;
    background-color: #f5f5f5;
  }
  .p-electrical-point-box1,
  .p-electrical-point-box1--4__item--1 {
    width: calc((100% / 3) - ((2% * 2)) / 3);
  }

  .p-electrical-point-box1--4.l-pc {
    margin-top: 4rem;
    width: 100%;
    padding: 0;
    flex-wrap: nowrap;
  }
  .p-electrical-point-box1--4__item--1 {
    padding: 5.5rem 0 4rem;
  }
  .p-electrical-point-box1--4__item--2.l-pc {
    flex-wrap: nowrap;
    align-items: center;
    flex: 1;
    background: url(img/line1_v.png) 1% center/8px no-repeat;
    padding: 4%;
    padding-left: 5%;
  }

  .p-electrical-point-img1 {
    margin: 0;
    margin-right: 6%;
    flex-shrink: 0;
  }

  .p-electrical-point-box2.c-box--7 {
    margin-top: 0;
    width: auto;
    min-height: 302px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .p-electrical-point-box2::before {
    top: 6rem;
    left: -15px;
    border-top-width: 15px;
    border-bottom-color: transparent;
    border-right-color: #FCF1D0;
    border-left-width: 0;
  }

  .p-electrical-step.c-box--6 {
    margin-top: 8rem;
    padding-bottom: 10rem;
  }
  .p-electrical-step-list1__item.c-list--step__item:not(:first-child)::before {
    top: 50%;
    transform: translateY(-50%);
    left: calc(-27px - 4px);
    border-bottom-width: 15px;
    border-top-color: transparent;
    border-left-color: #FFD517;
    border-right-width: 0;
  }
}


@media (min-width: 1025px) {
  .p-electrical-tit1__main img {
    width: 532px;
  }
  .p-electrical-tit1__sub {
    font-size: 2.4rem;
    line-height: 2;
  }
}


/*--------------------
battery
--------------------*/
.p-battery-tit1 {
  margin-bottom: 4rem;
  background-image: url(img/mv_battery.jpg);
  padding-top: 78.4%;
}
.p-battery-tit1__main img {
  width: calc(510px / 2);
}

.p-battery-2019-box1 {
  margin-top: 4rem;
}
.p-battery-2019-tit1 {
  position: relative;
  background-color: #000;
  padding: 1rem;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #fff;
}
.p-battery-2019-tit1::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 11px 0 11px;
  border-color: #000 transparent transparent transparent;
}

.p-battery-2019-box1__inner {
  background: url(img/battery_bg1.jpg) center bottom/cover no-repeat;
  padding: 3.5rem 4% 10rem;
  color: #000;
}
.p-battery-2019-tit2 {
  margin-bottom: 1.5em;
  display: inline-block;
  font-size: 2rem;
}
.p-battery-2019-tit2 .u-fs--l {
  font-size: 2.4rem;
}

.p-battery-box1.u-img {
  margin-top: 2em;
  margin-bottom: 2em;
  background: #F3F6F7;
  padding: 1em;
}
.p-battery-img__saiji {
  background: none !important;
  padding: 0 !important;
}
.p-battery-img2.u-img--2 img {
  width: calc(840px / 2);
}

@media (min-width: 769px) {
  .p-battery-tit1 {
    background-image: url(img/pc_mv_battery.jpg);
  }

  .p-battery-2019-tit1 {
    padding: 1.5rem 1rem;
    font-size: 2.6rem;
  }
  .p-battery-2019-box1__inner {
    background-image: url(img/pc_battery_bg1.jpg);
    padding: 4rem 4% 16rem;
  }
  .p-battery-2019-tit2 {
    font-size: 2.4rem;
  }
  .p-battery-2019-tit2 .u-fs--l {
    font-size: 2.8rem;
  }
  .p-battery-2019-text1 {
    line-height: 2;
    text-align: center;
  }

  .p-battery-img1.u-img--2 img,
  .p-battery-img3.u-img--2 img {
    width: 690px;
  }
  .p-battery-img2.u-img--2 img {
    width: 100%;
  }
}


@media (min-width: 1025px) {
  .p-battery-tit1__main img {
    width: 510px;
  }
}



/*--------------------
internet
--------------------*/
.p-internet-logo {
  margin: -10px 0 30px;
  text-align: center;
}
.p-internet-logo img {
  width: 150px;
  vertical-align: middle;
}

.p-internet-contents {}

.p-internet-tit1 {
  background-image: url(img/mv_internet.jpg);
  padding-top: 64%;
}
.p-internet-tit1__main img {
  width: calc(486px / 2);
}

.p-internet-img1.u-img {
  margin-top: 1rem;
}
.p-internet-img1 + p {
  margin-top: 2rem;
}
.p-internet-hikari.c-box--3 {
  padding-bottom: 0;
  background: none;
  margin-top: 3rem;
}
.p-internet-hikari-title1 {}
.p-internet-hikari-title2 {
  margin-top: 3rem;
}
.p-internet-hikari .u-img {
  margin-top: 2rem;
}
.p-internet-hikari .u-img img{
  margin: 0 auto;
}
.p-internet-air {
  margin-top: 5rem;
}
.p-internet-air h3 {
  margin: 0 0 10px;
}
.p-internet-air .u-img {
  margin-top: 2rem;
}
.p-internet-air .u-img--2 img {
  margin: 0 auto;
}
.p-internet-air--list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1rem auto 0;
  max-width: 345px;
}
.p-internet-air--list__item {
  width: 32%;
  max-width: 107px;
  margin-right: 2%;
  margin-top: 1rem;
}
.p-internet-air--list__item:nth-child(3),
.p-internet-air--list__item:nth-child(5) {
  margin-right: 0;
}
.p-internet-air--list + p {
  margin-top: 2rem;
}

@media (min-width: 769px) {
  .p-site-header--internet {
    align-items: flex-end;
    height: 150px;
  }
  .p-site-wrap--internet {
    width: auto;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 4rem;
  }
  .p-internet-logo {
    margin: -20px 0 40px;
    text-align: center;
  }
  .p-internet-logo img {
    width: 187px;
  }

  .p-site-header--internet .p-header-nav {
    height: 80px;
    margin-bottom: 1.8rem;
  }

  .p-internet-tit1 {
    margin-top: 7rem;
    background-image: url(img/pc_mv_internet.jpg);
  }

  .p-internet-contents {}
  .p-internet-softbank {}
  .p-internet-img1 {}
  .p-internet-img1.u-img--2 img {
    width: 100%;
    max-width: 1000px;
  }
  .p-internet-hikari.c-box--3 {
    padding-bottom: 6rem;
  }
  .p-internet-hikari .c-tit--1 {
    margin-bottom: 0;
  }
  .p-internet-hikari .c-box--pc-2 {
    margin-top: 4rem;
  }
  .p-internet-hikari .c-box--pc-2__text1 {
    flex: none;
    width: 50%;
  }
  .p-internet-hikari .c-box--pc-2__img.u-img {
    flex: none;
    width: 46%;
    margin: 0;
  }
  .p-internet-hikari .u-img--2 img {
    width: 100%;
    max-width: 460px;
  }
  .p-internet-hikari .c-tit--3 {
    line-height: 1.5;
    margin-top: 60px;
  }
  .p-internet-hikari .c-box--pc-2:last-of-type .c-box--pc-2__img.u-img {
    width: 44%;
  }
  .p-internet-hikari .c-box--pc-2:last-of-type .u-img--2 img {
    max-width: 440px;
  }
  .p-internet-hikari .c-box--pc-2:last-of-type .c-box--pc-2__text1 {
    padding-top: 2.5rem;
  }

  .p-internet-air .c-tit--1 {
    margin-bottom: 0;
  }
  .p-internet-air .c-box--pc-2 {
    margin-top: 2rem;
  }
  .p-internet-air .c-tit--9 {
    text-align: left;
    margin-top: 1rem;
  }
  .p-internet-air .c-tit--9 + p {
    margin-top: 1rem;
  }
  .p-internet-air .c-box--pc-2__text1 {
    flex: none;
    width: 50%;
  }
  .p-internet-air .c-box--pc-2__img.u-img {
    flex: none;
    width: 40.4%;
    margin: 0;
  }
  .p-internet-air .u-img--2 img {
    width: 100%;
    max-width: 404px;
  }
  .p-internet-air--list {
    flex-wrap: nowrap;
    max-width: initial;
    justify-content: space-between;
    margin-top: 3rem;
  }
  .p-internet-air--list__item {
    width: 17.4%;
    margin: 0;
    max-width: 174px;
  }
}

@media (min-width: 1025px) {
  .p-internet-tit1__main img {
    width: 40%;
  }
}



/*--------------------
fireinsurance
--------------------*/
.p-fi-tit1 {
  background-image: url(img/mv_fireinsurance.jpg);
  padding-top: 70%;
}
.p-fi-tit1 .c-box--1__inner {
  background: rgba(5,185,185,.8);
  padding: 30px 20px;
  width: calc(100% - 40px);
}
.p-fi-tit1__main {
  font-size: 22px;
  color: #FCFABF;
  white-space: nowrap;
}
.p-fi-tit1__sub {
  color: #fff;
  margin: 10px 0 15px;
  white-space: nowrap;
}
.p-fi-tit1__sub2 {
  color: #05B9B9;
  background: #fff;
  display: inline-block;
  padding: 10px 30px;
}
.p-fi-contents .c-box--3 {
  background-color: #E3F8F8;
}
.p-fi-contents .c-tit--3 em {
  color: #05B9B9;
  font-size: 152%;
  font-style: normal;
}

.p-fi-point__box {
  border: 2px solid #05B9B9;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-fi-point__box:not(:first-of-type) {
  margin: 20px 0 0;
}
.p-fi-point__txt {
  width: 100%;
}
.p-fi-point__tit {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 15px;
  color: #05B9B9;
}
.p-fi-point__subtit {
  margin: 0 0 15px;
  font-weight: bold;
}
.p-fi-point__subtit span {
  color: #EB2D86;
}
.p-fi-point__desc {
  font-size: 12px;
}
.p-fi-point__img {
  width: 100%;
  margin: 20px 0 0;
  text-align: center;
}
.p-fi-point__img img {
  max-width: 240px;
}

.p-fi-case__desc {
  text-align: center;
  margin: 0 0 30px;
}

.p-fi-qa {
  margin: 5rem 0 0;
}
.p-fi-qa__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -10px 0 0;
}
.p-fi-qa__box {
  border: 2px solid #05B9B9;
  padding: 10px;
  width: 100%;
  margin: 10px 0 0;
}
.p-fi-qa__q {
  font-weight: bold;
  color: #05B9B9;
  position: relative;
  padding: 0 0 0 30px;
  font-size: 18px;
  margin: 0 0 10px 0;
  line-height: 1.4;
}
.p-fi-qa__a {
  position: relative;
  padding: 0 0 0 30px;
}
.p-fi-qa__q::before,
.p-fi-qa__a::before {
  content: 'Q.';
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 18px;
}
.p-fi-qa__a::before{
  content: 'A.';
  color: #EB2D86;
}

.p-fi-flow {
  margin-bottom: -7rem;
}
.p-fi-flow__wap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -15px 0 0;
}
.p-fi-flow__box {
  width: calc((100% - 15px) / 2);
  margin: 15px 0 0;
}
.p-fi-flow__box img {
  width: 100%;
  margin: 0 0 10px 0;
}
.p-fi-flow__box p {
  font-size: 14px;
}


@media (min-width: 480px) {
  
  .p-fi-tit1__main {
    font-size: 36px;
  }
  .p-fi-tit1__sub {
    font-size: 24px;
    margin: 10px 0 20px;
  }
  .p-fi-tit1__sub2 {
    font-size: 24px;
    padding: 10px 30px;
  }
  
}

@media (min-width: 767px) {
  .p-fi-point__box {
    padding: 30px;
  }
  .p-fi-point__box:not(:first-of-type) {
    margin: 30px 0 0;
  }
  .p-fi-point__txt {
    width: 56%;
  }
  .p-fi-point__tit {
    font-size: 26px;
    margin: 0 0 15px;
  }
  .p-fi-point__subtit {
    margin: 0 0 15px;
    font-size: 20px;
  }
  .p-fi-point__desc {
    font-size: 16px;
  }
  .p-fi-point__img {
    width: 38%;
    margin: 0;
  }
  .p-fi-point__img img {
    max-width: 100%;
  }
  .p-fi-case__desc {
    margin: 0 0 50px;
  }
  .p-fi-qa__wrap {
    margin: -20px 0 0;
  }
  .p-fi-qa__box {
    padding: 20px;
    width: 49%;
    margin: 20px 0 0;
  }
  .p-fi-qa__q {
    font-size: 22px;
  }
  .p-fi-qa__a {
    padding-top: .3em;
  }
  .p-fi-qa__q::before,
  .p-fi-qa__a::before {
    font-size: 22px;
  }
  .p-fi-flow {
    margin-bottom: -10rem;
  }
  .p-fi-flow__wap {
    margin: 0;
  }
  .p-fi-flow__box {
    width: calc((100% - 60px) / 4);
  }
  .p-fi-flow__box img {
    margin: 0 0 15px 0;
  }
  .p-fi-flow__box p {
    font-size: 16px;
  }
}

@media (min-width: 1025px) {
  .p-fi-tit1 .c-box--1__inner {
    padding: 40px;
    width: 1000px;
  }
  .p-fi-tit1__main {
    font-size: 50px;
  }
  .p-fi-tit1__sub {
    font-size: 30px;
  }
  .p-fi-tit1__sub2 {
    font-size: 30px;
  }
}


/*--------------------
local-seo
--------------------*/
.p-local-seo-tit1 {
  background-image: url(img/mv_local-seo.png);
  padding-top: 66.6%;
}
.p-local-seo-tit1__main img {
  max-width: 775px;
  width: 80%;
}

.p-local-seo-sec {
  margin-top: 4rem;
}
.p-local-seo-sec-ico1 {
  overflow: hidden;
  padding-bottom: 2rem;
}
.p-local-seo-sec-ico1 span {
  position: relative;
  display: inline-block;
}
.p-local-seo-sec-ico1 span::before,
.p-local-seo-sec-ico1 span::after {
  content: '';
  position: absolute;
  top: 55%;
  width: 500px;
  height: 2px;
  background-color: #ffdd46;
}
.p-local-seo-sec-ico1 span::before {
  left: 4rem;
}
.p-local-seo-sec-ico1 span::after {
  right: 4rem;
}
.p-local-seo-sec-ico1 img {
  width: calc(50px / 2);
}

.p-local-seo-head-box1 {
  display: flex;
}
.p-local-seo-head-box1__img1 {
  width: 30%;
  flex-shrink: 0;
  margin-right: 2rem;
}
.p-local-seo-head-box1--2 {
  margin-top: 7rem;
  position: relative;
}
.p-local-seo-head-box1--2::before {
  content: '';
  width: calc(28px / 2);
  height: calc(55px / 2);
  background: url(img/local-seo_ico2.png) center/cover no-repeat;
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
}

.p-local-seo-equation-img1 img {
  width: calc(780px / 2);
}
.p-local-seo-equation-share {
  width: 85%;
  margin: 3rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-local-seo-equation-share__img1 img {
  width: calc(366px / 2);
}
.p-local-seo-equation-share__text1 {
  flex-shrink: 0;
  margin-left: 5%;
  font-size: 1.2rem;
}
.p-local-seo-equation-share__text1 .c-tit {
  line-height: 1.2;
}
.p-local-seo-equation-share__text1 .c-tit span {
  font-size: 1.6rem;
}

.p-local-seo-equation-box1.c-box--8 {
  border-color: #6cb189;
}
.p-local-seo-equation-box1-tit1.c-tit {
  background: url(img/local-seo_point.png) 0 center/calc(110px / 2) no-repeat;
  min-height: calc(110px / 2);
  padding-left: 7rem;
  font-size: 2rem;
  text-align: left;
  line-height: 1.4;
  color: #c4493c;
}
.p-local-seo-equation-box1__text1 p {
  line-height: 1.8;
}
.p-local-seo-equation-box1__popin {
  color: #6cb189;
}

.p-local-seo-equation-box1__img1 {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-local-seo-equation-img2 {
  margin-right: 1rem;
}
.p-local-seo-equation-img2 img {
  width: calc(156px / 2);
}

.p-local-seo-effect-box1.c-box--8 {
  margin-top: 4rem;
  position: relative;
  padding-top: 2.3rem;
}
.p-local-seo-effect-box1__inner {
  position: absolute;
  top: -3rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}
.p-local-seo-effect-img1 img {
  width: calc(130px / 2);
}
.p-local-seo-effect-img2 img {
  width: calc(144px / 2);
}

.p-local-seo-effect-list2__item::before {
  content: '●';
  margin-right: 7px;
  font-size: 1rem;
  color: #cf8484;
}
.p-local-seo-effect-box1--2 .p-local-seo-effect-list2__item::before {
  color: #6586a8;
}

.p-local-seo-cost-img1 img {
  width: calc(710px / 2);
}

.p-local-seo-flow-list1__item {
  box-shadow: 3px 3px 0 0 #f5cb47;
  display: flex;
  align-items: center;
}
.p-local-seo-flow-list1__item.c-list--step__item:not(:first-child)::before {
  top: -30px;
  transform: translateX(-50%) rotate(45deg);
  border: 0;
  border-bottom: 5px solid #f5cb47;
  border-right: 5px solid #f5cb47;
  border-radius: 2px;
  width: 15px;
  height: 15px;
}

.p-local-seo-flow-img1 {
  flex-shrink: 0;
  margin-right: 2rem;
}
.p-local-seo-flow-img1 img {
  width: calc(156px / 2);
}

.p-local-seo-fee-img1 img {
  width: calc(710px / 2);
}

.p-local-seo-point-list1__item {
  border: solid 2px #c3c3c3;
}
.p-local-seo-point-list1__item:not(:first-child) {
  margin-top: 2rem;
}
.p-local-seo-sec-ico2 {
  background-color: #6685a7;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-local-seo-sec-ico2 img {
  width: calc(68px / 2);
}

.p-local-seo-point-list1__item__inner.c-box--4:not(:first-of-type) {
  margin-top: 0;
}
.p-local-seo-point-list2 {
  font-size: 2rem;
  line-height: 1.8;
}
.p-local-seo-point-list2__item {
  background-position: 0 center;
  background-size: calc(60px / 2);
  background-repeat: no-repeat;
  min-height: 30px;
  padding-left: 4rem;
}
.p-local-seo-point-list2__item--1 {
  background-image: url(img/local-seo_ico13.png);
}
.p-local-seo-point-list2__item--2 {
  background-image: url(img/local-seo_ico14.png);
}

.p-local-seo-point-list1__item__inner--5 {
  display: flex;
}
.p-local-seo-point-img1 {
  margin-left: 1rem;
  flex-shrink: 0;
}
.p-local-seo-point-img1 img {
  width: calc(172px / 2);
  border: 1px solid #c3c3c3;
}


@media (min-width: 769px) {
  .p-local-seo-sec {
    margin-top: 10rem;
  }
  .p-local-seo-sec-ico1 {
    padding-bottom: 3rem;
  }
  .p-local-seo-sec-ico1 span::before {
    left: 7rem;
  }
  .p-local-seo-sec-ico1 span::after {
    right: 7rem;
  }
  .p-local-seo-sec-ico1 img {
    width: 50px;
  }

  .p-local-seo-head-wrap1 {
    align-items: flex-end;
  }
  .p-local-seo-head-box1 {
    flex-direction: column;
  }
  .p-local-seo-head-box1__img1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5em;
  }
  .p-local-seo-head-box1--2 {
    margin-top: 0;
    margin-left: 10rem;
  }
  .p-local-seo-head-box1--2::before {
    width: 28px;
    height: 55px;
    top: 31%;
    left: -6.3rem;
    transform: rotate(-90deg);
  }
  .p-local-seo-head-box1__text1 {
    text-align: center;
  }

  .p-local-seo-equation-img1 img {
    width: 781px;
  }

  .p-local-seo-equation-wrap1 {
    margin-top: 8rem;
  }
  .p-local-seo-equation-share {
    width: auto;
    margin: 0 auto;
    flex-direction: column;
  }
  .p-local-seo-equation-share__text1 {
    margin-left: 0;
    font-size: 1.2rem;
  }
  .p-local-seo-equation-share__text1 .c-tit {
    margin: 2rem 0 1rem;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .p-local-seo-equation-box1.l-pc {
    width: 65%;
    flex-wrap: nowrap;
    align-items: center;
  }
  .p-local-seo-equation-box1__text1 {
    width: 80%;
    margin-right: 2rem;
    padding-bottom: 1rem;
  }
  .p-local-seo-equation-box1-tit1.c-tit {
    margin-bottom: 1em;
    display: flex;
    align-items: center;
  }
  .p-local-seo-equation-box1__img1 {
    margin-top: 0;
    flex-direction: column;
    text-align: center;
  }
  .p-local-seo-equation-img2 {
    margin-right: 0;
  }
  .p-local-seo-equation-img2 img {
    width: 156px;
  }
  .p-local-seo-equation-box1__popin {
    margin-top: 1rem;
    line-height: 1.4;
  }

  .p-local-seo-effect-box1.c-box--8 {
    margin-top: 1rem;
    width: 47%;
    padding: 3.5rem 3rem 2.5rem;
    font-size: 1.8rem;
    line-height: 2;
  }
  .p-local-seo-effect-box1__inner {
    top: -5rem;
    width: 95%;
  }
  .p-local-seo-effect-img1 img {
    width: 130px;
  }
  .p-local-seo-effect-img2 img {
    width: 144px;
  }

  .p-local-seo-cost-img1 img {
    width: 100%;
  }

  .p-local-seo-flow-list1__item.c-box--8 {
    padding: 4rem 1rem;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .p-local-seo-flow-list1__item.c-list--step__item:not(:first-child) {
    margin-left: 5.4rem;
  }
  .p-local-seo-flow-list1__item.c-list--step__item:not(:first-child)::before {
    top: 50%;
    left: -45px;
    transform: translateY(-50%) rotate(-45deg);
    width: 25px;
    height: 25px;
    border-width: 7px;
  }
  .p-local-seo-flow-list1__item .u-fs--l {
    font-size: 2.2rem;
  }
  .p-local-seo-flow-img1 {
    margin-right: 0;
    margin-bottom: 4rem;
  }
  .p-local-seo-flow-img1 img {
    width: 156px;
  }

  .p-local-seo-fee-img1 img {
    width: 100%;
  }

  .p-local-seo-point-list1__item.l-pc {
    flex-wrap: nowrap;
  }
  .p-local-seo-sec-ico2 {
    width: 100px;
    min-height: 100px;
    flex-shrink: 0;
  }
  .p-local-seo-sec-ico2 img {
    width: 68px;
  }
  .p-local-seo-point-list1__item__inner.c-box--4 {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1rem 3rem;
  }
  .p-local-seo-point-list1__item__inner--3,
  .p-local-seo-point-list1__item__inner--5 {
    justify-content: space-between;
  }
  .p-local-seo-point-list2 {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-local-seo-point-list2__item {
    margin: 0 1rem;
  }
}


/*--------------------
about
--------------------*/
.p-outline-list1__item:not(:first-child) {
  margin-top: 3rem;
}
.p-outline-list1__item .c-list--disc {
  margin-left: 1em;
}
.p-outline-list1__item li:not(:first-child) {
  margin-top: 1rem;
}
.p-about-list1 {
  margin: .5em 0 1em;
}
.p-about-list2 {
  margin: 1rem;
  margin-left: 3em;
}
.p-about-list2 li {
  position: relative;
}
.p-about-list2 li::before {
  content: '―';
  position: absolute;
  top: 0;
  left: -1em;
}

.p-about-office .c-tit--1 {
  margin-bottom: .5em;
}
.p-office-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: none;
}
.p-office-nav__item {
  width: calc((100% / 2) - 5px);
}
.p-office-nav__item:first-child {
  width: 100%;
}
.p-office-nav__item .c-btn--secondary {
  font-size: 1.4rem;
}

.p-office {
  margin-top: 4rem;
}
.p-office-address {
  font-size: 1.4rem;
  margin: 1rem 0;
}
.p-office-cap {
  margin-top: 1rem;
  background-color: #ECF0F5;
  padding: 1rem;
  color: #000;
}
.p-hap {
  background: #fff;
  margin: -20px auto 60px;
  width: 320px;
  max-width: 100%;
  color: #000;
  padding: 20px;
  font-size: 14px;
}
.p-hap span {
  font-size: .8em;
}
.p-hap img {
  width: 300px;
  margin: 20px 0 0;
}

@media (min-width: 769px) {
  .p-about-list2 {
    margin-left: 4em;
  }

  .p-about-office {
    margin-top: 10rem;
  }
  .p-about-office .c-tit--1 {
    margin-bottom: 1em;
  }

  .p-office-nav__item {
    width: calc((100% / 4) - ((1.3rem * 3) / 4));
  }
  .p-office-nav__item:first-child {
    margin-bottom: 0;
    letter-spacing: 2px;
  }

  .p-office {
    width: 48%;
    border: 1px solid #bbc0cd;
    padding: 2rem;
  }
  .p-office__item {
    width: 50%;
    padding-right: 2rem;
  }
  .p-office-tit1 {
    font-size: 1.8rem;
  }

  .p-office--kobe {
    margin-top: 5rem;
    width: 100%;
  }
  .p-office--kobe .p-office__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .p-office--kobe .p-office-tit1 {
    position: relative;
    margin-bottom: 4rem;
    font-size: 2.2rem;
  }
  .p-office--kobe .p-office-tit1::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1.5rem;
    width: 10rem;
    height: 3px;
    background-color: #bbc0cd;
  }
  .p-office--kobe .p-office-address {
    font-size: 1.8rem;
  }
  .p-hap {
    margin-top : 0;
  }
}


/*--------------------
group
--------------------*/
.p-group-chart-wrap1 {
  background: url(img/group_img3_epr.png) center 51px/calc(428px / 2) repeat-y;
}

.p-group-chart-epr {
  display: block;
}
.p-group-chart-epr img,
.p-group-chart-img1 img {
  width: calc(428px / 2);
}

.p-group-chart-img1 {
  margin: 2.7rem 0 5rem;
  background: #fff;
}
.p-group-chart-img1:hover {
  opacity: 1;
}
.p-group-chart-img1:hover img {
  opacity: .7;
  transition: all .5s ease;
}

.p-chart-tab1 {
  display: flex;
  justify-content: space-between;
}
.p-chart-tab1__item {
  width: calc(50% - 3px);
  border-radius: 5px 5px 0 0;
  padding: 1rem;
  padding-bottom: .8rem;
  font-size: 2rem;
}

.p-chart-tab1__item--headquarters,
.p-chart-tab1-contents__item--headquarters {
  background-color: #D1E7F5;
}
.p-chart-tab1__item--group,
.p-chart-tab1-contents__item--group {
  background-color: #91C4D8;
}
.p-chart-tab1-contents__item {
  padding: 1rem;
}

.p-chart-nav {
  margin: 0 auto;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
}
.p-chart-nav .c-ico--link--1 img {
  width: 13px;
}

.p-chart-nav-sub {
  margin: 1.8rem 0 .5rem 1rem;
}
.p-chart-nav-sub__item {
  position: relative;
  margin-top: .5rem;
  padding-left: 3rem;
  font-size: 1.8rem;
}
.p-chart-nav-sub__item::before,
.p-chart-nav-sub__item::after {
  content: '';
  position: absolute;
  background-color: #707070;
}
.p-chart-nav-sub__item::before {
  width: 15px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
}
.p-chart-nav-sub__item::after {
  width: 2px;
  height: 31px;
  bottom: 15px;
  left: 1rem;
}


/*group-company*/
.p-group-company.c-box--3 {
  padding-top: 0;
  margin-top: 0;
  background: none;
}
.p-group-list1 {
  border: 3px solid #C9D2DE;
  padding: 15px;
}
.p-group-list1__item.c-box--4 {
  background-color: #fff;
  padding-top: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.p-group-list1 a {
  width: 100%;
  height: 100%;
  color: #282828;
}
.p-group-list1__logo img {
  padding-top: .5rem;
  width: calc(590px / 2);
}
.p-group-list1__txt p {
  font-size: 14px;
}
.p-group-list1__name {
  border-top: 1px solid #707070;
  margin: 1.5rem 0 .5rem;
  padding-top: 2rem;
}
.p-group-list1__name .c-ico--link {
  margin-left: 5px;
}

.group .p-footer-content {
  margin-top: 0;
}


@media (min-width: 769px) {
  .p-group-chart-wrap1 {
    background-image: url(img/pc_group_img3_epr.png);
    background-position: center 70px;
    background-size: 504px;
  }
  .p-group-chart-epr img,
  .p-group-chart-img1 img {
    width: 300px;
  }

  .p-group-chart-img1 {
    margin: 3.5rem 0 6.6rem;
  }

  .p-chart-tab1__item {
    width: calc(50% - 5px);
    font-size: 2.3rem;
  }

  .p-chart-nav {
    max-width: 830px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-chart-nav__item {
    width: 47%;
  }

  .p-group-list1 {
    padding: 25px;
  }
  .p-group-list1__item.c-box--4 {
    width: calc((100% / 2) - 1rem);
    padding-top: 2.5rem;
  }
  .p-group-list1__item.c-box--4:nth-child(-n+2) {
    margin-top: 0;
  }
  .p-group-list1__txt p {
    font-size: 16px;
  }
}

/*--------------------
maxhub
--------------------*/
.p-maxhub-feature--block {
  margin: 0 0 60px;
}
.p-maxhub-feature--box {
  border-bottom: 1px solid #bbc0cd;
  padding: 0 0 30px;
  margin: 0 0 30px;
}
.p-maxhub-feature--img {
 text-align: center;
 margin: 0 0 10px;
}
.p-maxhub-feature--txt h3 {
  font-size: 1.8rem;
  margin: 0 0 5px;
}
.p-maxhub-feature--txt p:not(:last-child),
.p-maxhub-feature--txt ul:not(:last-child) {
  margin-bottom: 15px;
}

.p-maxhub-feature--txt ul {
  list-style: disc;
  padding-left: 1.5em;
}

.p-maxhub-lineup--img {
  text-align: center;
  margin: 0 0 30px;
}
.p-maxhub-lineup--info {
  width: 100%;
  margin: 0 auto;
}
.p-maxhub-lineup--info th,
.p-maxhub-lineup--info td {
  border: 1px solid #bbc0cd;
  padding: 5px;
  font-weight: normal;
  text-align: center;
}

@media (min-width: 769px) {
  .p-maxhub-feature--block {
    margin: 0 0 120px;
  }
  .p-maxhub-feature--box {
    padding: 0 0 50px;
    margin: 0 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-maxhub-feature--box:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  .p-maxhub-feature--img {
    width: 425px;
  }
  .p-maxhub-feature--txt {
    width: calc(100% - 480px);
  }
  .p-maxhub-feature--txt h3 {
    font-size: 2.2rem;
    margin: 0 0 10px;
  }
  .p-maxhub-feature--txt p:not(:last-child),
  .p-maxhub-feature--txt ul:not(:last-child) {
    margin-bottom: 25px;
  }
  
  .p-maxhub-feature--txt ul {
    list-style: disc;
    padding-left: 1.5em;
  }
  
  .p-maxhub-lineup--img {
    text-align: center;
    margin: 0 0 50px;
  }
  .p-maxhub-lineup--info {
    max-width: 600px;
  }
  .p-maxhub-lineup--info th,
  .p-maxhub-lineup--info td {
    padding: 10px;
  }
}


/*--------------------
message
--------------------*/
.p-message-tit {
  font-size: 2.8rem;
  margin: 0 0 1em;
  line-height: 1.4;
}
.p-message-info {
  width: 360px;
  float: right;
  margin: 0 0 2em 2em;
}
.p-message-img img.pc {
  display: block;
}
.p-message-img img.sp {
  display: none;
}
.p-message-name {
  text-align: center;
  font-size: 1.8rem;
  margin: 1em 0 0;
}
.p-message-name span {
  font-size: 1.4rem;
  color: #ddd;
  display: block;
}
.p-message-contents p {
  margin: 0 0 1.5em;
}

@media (max-width: 768px) {
  .p-message-tit {
    font-size: 2.2rem;
  }
  .p-message-info {
    width: auto;
    float: none;
    margin: 0 0 1.5em;
    position: relative;
  }
  .p-message-img img.pc {
    display: none;
  }
  .p-message-img img.sp {
    display: block;
  }
  .p-message-name {
    text-align: left;
    font-size: 1.6rem;
    margin: 1em 0 0;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px;
    background: rgba(0,0,0,.6);
    z-index: 1;
    line-height: 1;
  }
  .p-message-name span {
    font-size: 1.2rem;
    margin: 0 0 8px;
  }
}


/*--------------------
best-players
--------------------*/
.p-best-players-tit1.c-tit--1 {
  background-image: url(img/mv_bestplayer.jpg?3);
  padding-top: 66.6%;
}
.p-best-players-tit1 .c-box--1__inner {
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
}
.p-best-players-tit1__main img {
  width: calc(692px / 2);
}
.p-best-players-contents {
  overflow-x: hidden;
}

.p-best-players-about__img {
  text-align: center;
}
.p-best-players-about__img img {text-align: center;
}
.p-best-players-about-text1 {
  margin-top: 3rem;
}

.p-best-players-about-box1 {
  margin: 5rem 0 8rem;
}
.p-best-players-about-box1__img {
  margin: auto;
  width: 400px;
  max-width: 90%;
  padding: 2.5rem 1rem;
  background: #fff;text-align: center;
}
.p-best-players-about-box1__img img {
  width: 240px;
}

.p-best-players-member-tit1.c-tit--3 {
  margin-bottom: 2em;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: calc(198px / 2);
  padding-top: 11rem;
}
.p-best-players-member-tit1--swat-biz.c-tit--3 {
  background-image: url(img/swat-biz_logo.png?2004);
}
.p-best-players-member-tit1--ace.c-tit--3 {
  background-image: url(img/ace_logo.png?2004);
}
.p-best-players-member-tit1--trinity.c-tit--3 {
  background-image: url(img/trinity_logo.png?2004);
}
.p-swat-biz.c-box--3 {
  margin-top: 3rem;
  padding-bottom: 0;
  background: none;
}
.p-best-players-member {
  padding-bottom: 8rem;
}
.p-swat-biz-member {
  position: relative;
}
.p-swat-biz-member::after {
  content: '';
  display: block;
  width: 120%;
  height: 20rem;
  position: absolute;
  z-index: 1;
  background-color: #ECF0F5;
  bottom: 0;
  left: 50%;
  transform: rotate(-10deg) translateX(-50%);
}
.p-swat-biz-member:nth-of-type(2n),
.p-swat-biz-member:nth-of-type(2n)::after {
  background-color: #fff;
}
.p-swat-biz-member:nth-of-type(2n)::after {
  bottom: -15rem;
  transform: rotate(10deg) translateX(-50%);
}
.p-swat-biz-member:last-child::after {
  display: none;
}

.p-swat-biz-member__inner {
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,.4);
  position: relative;
  z-index: 2;
  background-color: #c5c5c5;
  background-repeat: no-repeat;
  background-image: url(img/swat_bg_logo.png),url(img/swat_bg_l.png),url(img/swat_bg_r.png);
  background-position: 100% 100%, 0 20px, 100% 140px;
  background-size: 150px,100px,100px;
}
.p-swat-biz-member__inner:before {
  content: "";
  width: 90px;
  height: 90px;
  background: url(img/swat_bg_stamp.png) no-repeat;
  background-size: 90px;
  position: absolute;
  top:10px;
  right: 0;
}
.member02 .p-swat-biz-member__inner {
  background-color: #F1F8F1;
}
.member03 .p-swat-biz-member__inner {
  background-color: #E8DFE7;
}
.member04 .p-swat-biz-member__inner {
  background-color: #F6FAFB;
}

.p-best-players-member-img1 {
  max-width: 345px;
  margin: auto;
}

.p-swat-biz-member-img1__inner {
  position: relative;
  display: inline-block;
  padding: 30px 50px 0 0;
}
.p-swat-biz-member-img1__inner:before {
  content: '';
  height: 6px;
  width: calc(100% - 60px);
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}
.p-swat-biz-member-img1__inner:after {
  content: '';
  height: calc(100% - 60px);
  width: 6px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-swat-biz-member-img1__name {
  position: absolute;
  right: -2rem;
  top: -.5rem;
  display: none;
}
.p-swat-biz-member-captain .p-swat-biz-member-img1__name {
  top: -1rem;
}
.p-swat-biz-member-img1__name__text {
  width: calc(192px / 2.6);
  position: relative;
  z-index: 2;
}
.p-swat-biz-member-img1__name__text--captain {
  width: calc(102px / 2.6);
}
.p-swat-biz-member-img1__name__bg {
  width: calc(162px / 2.6);
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: -2px;
}
.p-swat-biz-member-img1__name__bg--captain {
  width: calc(68px / 2.6);
}
.p-best-players-member-img1__photo {
  max-width: 330px;
}
.p-swat-biz-member .p-best-players-member-img1__photo {
  border: 8px solid #000;
}
/*.p-swat-biz-member .p-best-players-member-img1__photo:after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(img/icon_swat.png) no-repeat;
  background-size: 60px;
  position: absolute;
  top:15px;
  left: 15px;
}*/
.p-best-players-member-name {
  margin: 1.3rem 0 1.7rem;
  line-height: 1.8;
}
.p-best-players-member-name__main {
  font-size: 2rem;
}
.p-swat-biz-member .p-best-players-member-name__main {
  font-size: 3rem;
}
.p-swat-biz-member .p-best-players-member-name {
  text-align: left;
}
.p-swat-biz-member .p-best-players-member-name__sub {
  font-size: 2rem;
}
.swat_en {
  display: inline-block;
  padding: 0 .5em;
  background: #000;
  color: #fff;
  font-weight: bold;
  margin: 0 0 10px 0;
  font-size: 2.6rem;
  line-height: 1.6;
}

@media screen and (min-width: 1025px) {
  .p-swat-biz.c-box--3 {
    margin-bottom: -20em;
  }
}

/*モーダル*/
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50000;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #000;
    left: 50%;
    padding: 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-height: 90%;
    overflow: auto;
}
.modal__img {
  width: 240px;
  height: 200px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto 15px;
}
.modal__img img {
  width: 100%;
}
.modal__txt h3{
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}
.modal__txt h4{
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.3;
}
.modal__txt h4 .u-dis--ib {
  font-size: .8em;
}
.modal__txt p{
  font-size: .9em;
}
.modal__close{
    position:absolute;
    display:inline-block;
    top:0px;
    right:0px;
    width:40px;
    height:40px;
    border:0;
    background-color:black;
    border-radius:40px;
    margin:0;
    padding:0;
    transform:scale(0.5);
    cursor:pointer;
}
.modal__close:before{
    content:"";
    position:absolute;
    display:inline-block;
    top:8px;
    left:17px;
    width:6px;
    height:24px;
    border:0;
    margin:0;
    padding:0;
    background-color:white;
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}
.modal__close:after{
    content:"";
    position:absolute;
    display:inline-block;
    top:8px;
    left:17px;
    width:6px;
    height:24px;
    border:0;
    margin:0;
    padding:0;
    background-color:white;
    -moz-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
/*モーダル*/


.p-ace {
  /* padding-top: 9rem; */
  padding-top: 4rem;
}
.p-ace .p-best-players-member-name__sub {
  line-height: 1.4;
}
.p-ace .p-best-players-member-name__sub .u-dis--ib {
  font-size: .8em;
}
.p-ace-member {
  padding-bottom: 4rem;
}
.p-ace-member__inner .p-best-players-member-img1 {
  max-width: 240px;
}
.p-ace-member__inner .p-best-players-member-img1__photo {
  text-align: center;
  max-width: inherit;
}
.p-ace-member__inner .p-best-players-member-img1__photo img{
  box-shadow: 2px 2px 6px rgba(0,0,0,.1);
}


.p-trinity {
  padding-top: 5rem;
}
.p-trinity-member {
  padding-bottom: 2em;
  display: inline-block;
  width: 48%;
  float: left;
}
.p-trinity-member:nth-of-type(2n) {
  float: right;
}
.p-trinity-member__inner .p-best-players-member-img1__photo a{
  display: block;
}
.p-trinity-member__inner .p-best-players-member-img1__photo img{
}
.p-trinity .p-best-players-member-name__main {
  font-size: 1.6rem;
}
.p-trinity .p-best-players-member-name__sub {
  line-height: 1.3;
  font-size: 1.4rem;
  margin: 5px 0 0;
}


.best-players .p-footer-content {
  margin-top: 0;
}


@media (min-width: 769px) {
  .p-best-players-tit1.c-tit--1.c-tit--mv--pc {
    margin-bottom: 5rem;
    background-image: url(img/pc_mv_bestplayer.jpg?3);
    padding-top: 29.5%;
  }
  .p-best-players-tit1__main img {
    width: 692px;
  }

  .p-best-players-about-box1 {
    margin: 8rem 0 10rem;
  }
  .p-best-players-about-box1 .c-tit--1 {
    margin-bottom: 3rem;
  }
  .p-best-players-about-box1__img {
    width: 630px;
    padding: 5rem 3rem;
  }
  .p-best-players-about-box1__img img {
    width: calc(766px / 2);
  }

  .p-best-players-member-tit1.c-tit--3 {
    margin-bottom: 2em;
    background-size: 199px;
    padding-top: 21.5rem;
    position: relative;
  }
  .p-best-players-member-tit1--trinity.c-tit--3 {
    background-size: 160px !important;
    padding-top: 18.5rem;
  }

  .p-best-players-member {
    padding-bottom: 0;
  }
  .p-swat-biz-member:not(.p-swat-biz-member-captain) {
    padding-top: 15rem;
  }
  .p-swat-biz-member-captain {
    padding-top: 3rem;
  }
  .p-swat-biz-member:nth-of-type(2n) {
    padding-top: 10rem;
  }
  .p-best-players-member:last-of-type {
    padding-bottom: 15rem;
  }
  .p-swat-biz-member::after {
    transform: rotate(-3deg) translateX(-50%);
  }
  .p-swat-biz-member:nth-of-type(2n)::after {
    bottom: -10rem;
    transform: rotate(3deg) translateX(-50%);
  }
  .p-swat-biz-member .l-pc {
    align-items: center;
  }
  .p-swat-biz-member:nth-of-type(2n) .l-pc--2 {
    flex-direction: row-reverse;
  }

  .p-best-players-member-img1 {
    max-width: 420px;
  }
  .p-swat-biz-member-img1__name {
    right: 0;
    top: -1rem;
  }
  .p-swat-biz-member-img1__name__text {
    width: calc(192px / 2);
  }
  .p-swat-biz-member-img1__name__text--captain {
    width: calc(102px / 2);
  }
  .p-swat-biz-member-img1__name__bg {
    width: calc(162px / 2);
  }
  .p-swat-biz-member-img1__name__bg--captain {
    width: calc(68px / 2);
  }
  .p-best-players-member-img1__photo {
    max-width: initial;
  }
  .p-best-players-member-name.u-ta--c {
    margin: 0 0 2rem;
    line-height: 2.2;
    text-align: left;
  }
  .p-best-players-member-name__main {
    font-size: 2.4rem;
  }
  .p-swat-biz-member .p-best-players-member-name {
    font-size: 3rem;
  }
  .p-best-players-member-text1 {
    flex: 1;
    margin-left: 4vw;
    line-height: 1.8;
  }
  .p-swat-biz-member:nth-of-type(2n) .p-best-players-member-text1 {
    margin-left: 0;
    margin-right: 4vw;
  }

  
  /*デザイン変更部分*/
  
  .p-swat-biz-member__inner {
    background-image: url(img/swat_bg_logo.png),url(img/swat_bg_t.png),url(img/swat_bg_b.png);
    background-position: 100% 100%, 90% top,80% bottom;
    background-size: auto,auto,auto;
    padding: 40px;
  }
  .member02 .p-swat-biz-member__inner,
  .member04 .p-swat-biz-member__inner {
    background-position: 0 100%, 10% top,80% bottom;
  }
  .p-swat-biz-member__inner:before {
    content: "";
    width: 180px;
    height: 180px;
    background-size: 180px;
    top:40px;
    right: 0;
  }
  .member02 .p-swat-biz-member__inner:before,
  .member04 .p-swat-biz-member__inner:before {
    left: 0;
  }
  
  
  .p-swat-biz-member__inner:after {
    content: '';
    height: 12px;
    width: calc(100% - 220px);
    background: #000;
    position: absolute;
    top: 40px;
    left: 44px;
  }
  .member02 .p-swat-biz-member__inner:after,
  .member04 .p-swat-biz-member__inner:after {
    left: auto;
    right: 44px;
  }
  
  .member02 .p-swat-biz-member__inner .p-best-players-member-text1,
  .member04 .p-swat-biz-member__inner .p-best-players-member-text1 {
    margin-top: 100px;
  }
  
  .p-swat-biz-member-img1__inner {
    padding: 50px 0 0 50px;
  }
  .member02 .p-swat-biz-member-img1__inner,
  .member04 .p-swat-biz-member-img1__inner {
    padding: 50px 50px 0 0;
  }
  .p-swat-biz-member-img1__inner:before {
    display: none;
  }
  .p-swat-biz-member-img1__inner:after {
    width: 12px;
    height: 100%;
    left: 0;
  }
  .member02 .p-swat-biz-member-img1__inner:after,
  .member04 .p-swat-biz-member-img1__inner:after {
    left: auto;
    right: 0;
  }

  .swat_en {
    display: block;
  }
  
  
  /*ace*/
  .p-ace {
    /* padding-top: 12rem; */
    /* padding-top: 40rem; */
  }
  .p-ace-wrap1 {
    
    display: flex;
    flex-wrap: wrap;
  }
  .p-ace-member {
    width: calc(100% / 2);
    margin: 0 0 4rem;
  }
  .p-ace-member:last-of-type {
    padding-bottom: 8rem;
  }
  .p-ace-member__inner .p-best-players-member-img1 {
    max-width: 350px;
  }
  .p-ace-member__inner .p-best-players-member-img1__photo img {

  }
  .p-ace-member__inner .p-best-players-member-text1 {
    margin-left: 0;
    margin-top: 3rem;
  }
  .p-ace-member__inner .p-best-players-member-name {
    line-height: 2;
    text-align: center;
  }
  .p-ace-member__inner .p-best-players-member-name__main {
    font-size: 2rem;
  }
  /*trinity*/

  .p-trinity {
    padding-top: 7rem;
  }
  .p-trinity-wrap1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .p-trinity-member {
    float: none !important;
    width: calc(25% - 15px);
    margin: 0 20px 30px;
  }
  .p-trinity-member:nth-of-type(4n) {
    margin: 0 0 30px 0;
  }
  .p-trinity-member__inner {
    flex-direction: column;
    align-items: center;
  }

  .p-trinity-member__inner .p-best-players-member-text1{
    margin-left: 0;
  }
  .p-trinity-member__inner .p-best-players-member-name {
    margin: 1em 0 0;
    text-align: center;
  }
  .p-trinity-member__inner .p-best-players-member-name__main {
    line-height: 2;
    font-size: 1.8rem;
    line-height: 1.3;
    
  }
  .p-trinity-member__inner .p-best-players-member-name__sub {
    margin: .5em 0 0;
    line-height: 1.3;
  }
  
  .p-trinity .p-best-players-member:last-of-type {
    padding-bottom: 5rem;
  }
  

  /*モーダル*/
  .modal{
  }
  .modal__bg{
  }
  .modal__content{
    width: 760px;
    overflow: auto;
    display: table;
  }
  .modal__img {
    display: table-cell;
    width: 300px;
    height: auto;
    vertical-align: middle;
    overflow: auto;
    margin: 0;
  }
  .modal__txt {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 20px;
    
  }
  .modal__txt h3,
  .modal__txt h4{
    display: inline;
    margin-right: 10px;
  }
  .ace-modal .modal__txt h3 {
    display: block;
    margin: 0;
    text-align: left;
  }
  .modal__txt p{
    margin: 10px 0 0;
    font-size: 1em;
  }
  
  
  
}

@media (min-width: 1025px) {
  .p-swat-biz-member-img1__name {
    right: -3rem;
  }
}


/*--------------------
contact
--------------------*/
.p-form-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wpcf7 .wpcf7-radio {
  line-height: 1.8;
}
.wpcf7 .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.wpcf7-mail-sent-ok {
  display: none !important;
}


/*--------------------
privacy
--------------------*/
.privacy .entry-content &gt; *:not(.c-tit):not(:first-child) {
  margin-left: 2rem;
}


/*--------------------
404
--------------------*/
.p-404-tit {
  margin: 5rem 0 4rem;
}
.p-404-tit__1 {
  display: block;
  font-size: 10rem;
  line-height: 1;
}
.p-404-tit__2 {
  letter-spacing: .15em;
  color: #bbc0cd;
}

@media (min-width: 769px) {
  .p-404-tit {
    margin: 8rem 0 6rem;
  }
  .p-404-tit__1 {
    font-size: 15rem;
  }
  .p-404-tit__2 {
    font-size: 2.5rem;
  }
  
}



/*----------
bestplayer New 202010
----------*/

.p-swatblock-in {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 1270px;
}
.p-swatblock03 .p-swatblock-in {
  height: 1040px;
}

.p-swatblock01 {
  background:
    url(img/swat-bg-captain.png) no-repeat top center,
    url(img/swat-bg-hayakawa.png) no-repeat bottom center;
}
.p-swatblock02 {
  background:
    url(img/swat-bg-okada-epr.png) no-repeat top center;
    /* url(img/swat-bg-shirayama-epr.png) no-repeat bottom center;
    url(img/swat-bg-okada-epr.png) no-repeat bottom center; */
}
.p-swatblock03 {
  background:
    url(img/swat-bg-okada-epr_new.png?v3) no-repeat top center;
    position: relative;
}

.p-swatbox-img {display: none;}
.p-swatbox-img,
.p-swatbox-txt {
  position: absolute;
}
.p-swatbox-txt {
  width: 500px;
}
.p-swatbox01 {
  color: #fff;
}
.p-swatbox02,
.p-swatbox03,
.p-swatbox04,
.p-swatbox05 {
  color: #000;
}
.p-swatbox-txt h4 {
  font-size: 30px;
  margin: 0 0 20px;
}
.p-swatbox-txt h5 {
  margin: 0 0 20px;
}
.p-swatbox01 .p-swatbox-img { top: 42px; left: 10px; }
.p-swatbox01 .p-swatbox-txt { top: 12%; right: 10px; width: auto;}
.p-swatbox02 .p-swatbox-img { bottom: 0; right: 10px; }
.p-swatbox02 .p-swatbox-txt { bottom: 100px; left: 10px; }
.p-swatbox03 .p-swatbox-img { top: 61px; left: 10px; }
.p-swatbox03 .p-swatbox-txt { top: 10%; right: 10px; }
.p-swatbox04 .p-swatbox-img { bottom: 0; right: 10px; }
.p-swatbox04 .p-swatbox-txt { bottom: 100px; left: 10px; }
.p-swatbox05 .p-swatbox-img { top: 61px; left: 10px; }
.p-swatbox05 .p-swatbox-txt { top: 10%; right: 10px; }


@media (max-width: 1024px) {
  .p-swatblock {
    background: none;
  }
  .p-swatblock-in {
    width: 100%;
    height: auto;
    position: static;
  }
  .p-swatblock03 .p-swatblock-in {
    height: auto;
  }
  .p-swatbox01 {
    background: url(img/swat-bg-captain-sp.jpg) no-repeat top center;
  }
  .p-swatbox02 {
    background: url(img/swat-bg-hayakawa-sp.jpg) no-repeat top center;
  }
  .p-swatbox03 {
    background: url(img/swat-bg-okada-epr-sp.jpg) no-repeat top center;
  }
  .p-swatbox04 {
    /* background: url(img/swat-bg-shirayama-epr-sp.jpg) no-repeat top center; */
    background: url(img/swat-bg-okada-sp.jpg) no-repeat top center;
  }
  /* .p-swatbox05 {
    background: url(img/swat-bg-okada-epr-sp.jpg) no-repeat top left calc(50% - 130px);
  } */
  .p-swatbox {
    height: calc( 100vw * .76 );
    background-size: 180%;
    position: relative;
  }
  .p-swatbox05 .p-swatbox {
    height: calc( 100vw * .76 );
  }
  .p-swatbox01 .p-swatbox-txt { right: 20px; }
  .p-swatbox02 .p-swatbox-txt { left: 20px; }
  .p-swatbox03 .p-swatbox-txt { right: 20px; }
  .p-swatbox04 .p-swatbox-txt { left: 20px; }
  .p-swatbox05 .p-swatbox-txt { right: 20px; }
  .p-swatbox-txt {
    width: 50% !important;
    transform: translate(0, -50%) !important;
    top: 50% !important;
    bottom: auto !important;
  }
}

@media (max-width: 560px) {
  .p-swatbox {
    height: auto;
    background-size: 240%;
    padding: 0;
    /* border-top: 1px solid #000; */
    border-top: unset;
    padding-top: 1px;
  }
  .p-swatbox01 { background-position: top left calc(50% - 26%) }
  .p-swatbox02 { background-position: top right calc(50% - 17%) }
  .p-swatbox03 { background-position: top left calc(50% - 20%) }
  .p-swatbox04 { background-position: top right calc(50% - 17%) }
  .p-swatbox05 { background-position: top left calc(50% - 20%) }
  
  .p-swatbox01 .p-swatbox-txt,
  .p-swatbox02 .p-swatbox-txt,
  .p-swatbox04 .p-swatbox-txt {background-color: #000;}
  .p-swatbox02 .p-swatbox-txt,
  .p-swatbox03 .p-swatbox-txt,
  .p-swatbox05 .p-swatbox-txt {background-color: #fff;}

  .p-swatbox-txt {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    width: 100% !important;
    margin-top: calc(100vw * .98) !important;
    padding: 15px;
    font-size: 90%;
  }
  .p-swatbox-txt::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 240% !important;
  }
  .p-swatbox01 .p-swatbox-txt::after {
    background: url(img/swat-bg-captain-sp2.jpg) no-repeat top left calc(50% - 26%);
    opacity: .5;
  }
  .p-swatbox02 .p-swatbox-txt::after {
    background: url(img/swat-bg-hayakawa-epr-sp2.jpg) no-repeat top -25px right calc(50% - 17%);
    opacity: .3;
  }
  .p-swatbox03 .p-swatbox-txt::after {
    background: url(img/swat-bg-okada-sp2.jpg) no-repeat top -40px left calc(50% - 19%);
    opacity: .4;
  }
  .p-swatbox04 .p-swatbox-txt::after {
    /* background: url(img/swat-bg-shirayama-epr-sp2.jpg) no-repeat top -28px right calc(50% - 17%); */
    background: url(img/swat-bg-okada-sp2.jpg) no-repeat top -28px right calc(50% - 17%);
    /* opacity: .3; */
    opacity: .9;
  }
  /* .p-swatbox05 .p-swatbox-txt::after {
    background: url(img/swat-bg-okada-epr-sp2.jpg) no-repeat top -23px left calc(50% - 20%);
    opacity: .4;
  } */

  .p-swatbox-txt h4,
  .p-swatbox-txt h5,
  .p-swatbox-txt p {
    position: relative;
    z-index: 1;
  }
  .p-swatbox-txt h4 {
    font-size: 20px;
    margin: 0 0 5px;
  }
  .p-swatbox-txt h5 {
    margin: 0 0 10px;
  }
  .p-swatbox-txt p {
    font-size: 14px;
  }

}


/*202106 フッター固定バナー*/

.fixed-bnr {
  display: none;/*2108非表示*/
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,.7);
  text-align: center;
  padding: 10px 0 0 5px;
  z-index: 1;
}
.fixed-bnr a:hover {
  opacity: 1;
}
@media (max-width: 560px) {
  .fixed-bnr {
    padding: 5px 0 0 5px;
  }
}

/* 202112 新規トップページ用ヘッダー */
.p-top-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 calc((100% - 1200px) / 2);
  z-index: 30003;
  opacity: 0;
  animation: fadeIn .25s cubic-bezier(.24,.13,.26,1.01) 2s 1 forwards;
}
.p-top-header__logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.p-top-header__logo a {
  display: block;
  padding: 0 1rem;
  position: static;
  width: calc(180px + 2rem);
  height: auto;
  background-color: transparent;
}

.p-top-header__toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: max-content;
  text-align: center;
  z-index: 100;
  position: absolute;
  z-index: 110;
  right: 13px;
  top: 50vh;
  transform: translateY(-50%);
}
.p-top-header__toggle__line {
  display: inline-block;
  width: 20px;
  height: 2px;
  position: relative;
  backface-visibility:hidden;
}
.p-top-header__toggle__line::before,
.p-top-header__toggle__line::after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 20px;
  position: absolute;
  right: 0;
  transition: transform .5s, top .5s, right .5s;
  backface-visibility:hidden;
  background-color: #fff;
}
.p-top-header__toggle__line::before {
  transform: rotate(90deg);
  right: -10px;
}
.p-top-header__toggle__line::after {
  transform: rotate(90deg);
  right: 5px;
}
.p-top-header__toggle.active .p-top-header__toggle__line::before {
  transform: rotate(405deg);
  right: -3px;
}
.p-top-header__toggle.active .p-top-header__toggle__line::after {
  transform: rotate(495deg);
  right: -2px;
}
.p-top-header__gnav {
  position: absolute;
  z-index: 10;
  min-height: 100vh; /* カスタムプロパティ未対応ブラウザ用のフォールバック */
  min-height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background: rgba(47, 52, 65, .8);
  transform: translateX(calc(100% - 40px));
  transition: transform .5s;
  z-index: 100;
  padding: 0 50px;
  cursor: pointer;
}
.p-top-header__gnav.active {
  cursor: default;
}
.p-top-header__gnav__list {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 0;
}
.p-top-header__gnav__item + .p-top-header__gnav__item {
  margin: 16px 0 0;
}
.p-top-header__gnav__item:nth-of-type(2) {
  margin: 30px 0 0;
}
.p-top-header__gnav__item a {
  color: #fff;
  letter-spacing: .2em;
}
.p-top-header__gnav__item a:hover {
  opacity: .7;
}
.p-top-header__gnav__item &gt; a {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}
.p-top-header__gnav__item__sub {
  display: flex;
}
.p-top-header__gnav__item__sub &gt; div {
  display: flex;
  flex-direction: column;
}
.p-top-header__gnav__item__sub &gt; div + div {
  margin: 0 0 0 16px;
}
.p-top-header__gnav__item__sub &gt; div &gt; a {
  font-size: 14px;
  margin: 12px 0 0;
}

@media screen and (min-width: 769px) {
  .p-top-header__logo {
    height: 80px;
    padding: 0 calc((100% - 1200px) / 2);
  }
  .p-top-header__logo a {
    width: calc(180px + 2rem);
  }
  
  .p-top-header__toggle {
    right: 28px;
  }
  .p-top-header__toggle__line {
    width: 40px;
  }
  .p-top-header__toggle__line::before,
  .p-top-header__toggle__line::after {
    width: 40px;
  }
  .p-top-header__toggle__line::before {
    right: -19px;
  }
  .p-top-header__toggle__line::after {
    right: 2px;
  }
  .p-top-header__toggle.active .p-top-header__toggle__line::before {
    right: 0;
  }
  .p-top-header__toggle.active .p-top-header__toggle__line::after {
    right: 0;
  }
  .p-top-header__gnav {
    width: 720px;
    transform: translateX(calc(100% - 80px));
    padding: 0;
  }
  .p-top-header__gnav__list {
    align-items: flex-start;
    justify-content: center;
    padding: 0 90px;
  }
  .p-top-header__gnav__item + .p-top-header__gnav__item {
    margin: 24px 0 0;
  }
  .p-top-header__gnav__item:nth-of-type(2) {
    margin: 100px 0 0;
  }
  .p-top-header__gnav__item a {
    color: #fff;
  }
  .p-top-header__gnav__item &gt; a {
    font-size: 30px;
  }
  .p-top-header__gnav__item__sub {
    display: flex;
  }
  .p-top-header__gnav__item__sub &gt; div {
    display: flex;
    flex-direction: column;
  }
  .p-top-header__gnav__item__sub &gt; div &gt; a {
    font-size: 18px;
    margin: 20px 0 0;
  }
}


/* ローディング */
.p-top-bar {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	background:#0f1219;
	text-align: center;
	color:#fff;
}
.p-top-bar-txt {
	position: absolute;
	top: 50%;
	left: 50%;
  z-index: 999;
	width: 100%;
	transform: translate(-50%, -50%);
	color: #fff;
  font-family: 'Rajdhani', sans-serif;
}</pre></body></html>