@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
.__sp{ display: none; }
.__pc{ display: block; }

#wpadminbar{
  display: none;
}

#content {
  margin-top: 0;
  background-color: #f9f9f9;
}

.go-to-top-button{
  font-size: 54px !important;
  width: 50px;
  height: 50px;
  -webkit-text-stroke: 1px #282828;
  border-radius: 0.3px;
}

.breadcrumb{
  margin-top: 60px;
  padding: 20px;
}

.breadcrumb-home a{
  color: #e8373d;
}

/* 固定ページのタイトル非表示 */
article.type-page .article-header h1.entry-title{
  display: none;
}

.wrap {
  width:100%;
  overflow : hidden;
}

.a-wrap{
  margin-bottom: 0;
  padding: 0;
}

main.main {
  padding:0;
  background-color: #f9f9f9;
}

#container {
  min-height: 100vh;
  position: relative;
  padding-bottom: 310px;
  box-sizing: border-box;
}

#footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-top:0;
}

#footer .footer-logo{
  width: 200px;
  height: 50px;
  margin-bottom: 20px
}

/* ヘッダー */
#header-container{
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header-container img{
  /* max-width: initial !important; */
}

.header-container-in.hlt-top-menu.hlt-tm-small .logo-header{
  height: auto;
}

#header-container .logo-header img{
  vertical-align: middle;
}


#contact-footer .contact {
	background: #424242;
}

#contact-footer .contact{
  color: #fff;
}

#contact-footer .contact .contact-inner{
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding-bottom: 65px;
  padding-left: 50px;
  padding-right: 50px;
}

#contact-footer .contact .title.sub {
  color: #fff;
  padding-top: 50px;
}

#contact-footer .contact .title-yomi.sub {
  color: #fff;
  padding-bottom: 30px;
}

#contact-footer .contact .text-area {
  text-align: center;
  padding: 0 10px 30px 10px;
}

#contact-footer .contact .text-area p{
  margin: 0;
  text-align: left;
  display: inline-block;
}

#contact-footer .contact .title.sub {
  color: #fff;
  padding-top: 40px;
  font-size: 32px;
}

#contact-footer .contact .title.sub span{
  font-size: 50px;
}

.entry-content {
	margin:0;
}

.entry-content > * {
	margin:0;
}

.article-footer,
.date-tags {
	display: none;
}

/* Top */
.video-container {
  position: relative;
  overflow: hidden;
  max-width: initial;
  background-color: #fff;
  min-height: 70vh;
  width: 100%;
}

.video-container video {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -300px;
  max-width: initial;
  min-height: 100vh;
  /* min-height: calc(var(--vh, 1vh) * 100); */
}

/* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */
*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */
*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */
/* This one works! */
*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

.video-container .video-sidebar {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  margin-left: 100px;
}

.video-container .video-sidebar h1{
  font-size: 42px;
  font-weight: 900;
}

.video-container .video-sidebar .p-button.mv-button{
  margin-top: 80px;
  margin-left: 0;
}

.video-containerc .video-sidebar h1{
  font-size: 32px;
  font-weight: 700;
}


/* Top サービス */
.article.type-page .service {
	background: #fff;
}

/* Top ニュース */
.article.type-page .news {
	background: #f9f9f9;
}

/* Top コンテンツ幅 */
.article.type-page .service-inner{
	margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.article.type-page .news-inner{
	margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

/* タイトル */
div.title,
h1.title {
  margin: 0;
  font-weight: 700;
  font-size: 42px;
  color: #e8373d;
  padding: 75px 0 15px 0;
  text-align: center;
  background-color: transparent;
  border: none;
}

div.title span,
h1.title span{
  font-size: 60px;
}

div.title span:not(:first-child),
h1.title span:not(:first-child){
  padding-left: 10px;
}

div.title-yomi,
h2.title-yomi {
  padding: 0;
  margin-top: -10px;
  padding-bottom: 60px;
	text-align: center;
	font-weight: 500;
  font-size: 14px;
  color: #e8373d;
  background-color: transparent;
}

div.title.sub,
h1.title.sub {
  padding-top: 50px;
  padding-bottom: 0;
}

div.title-yomi.sub,
h2.title-yomi.sub {
  padding-bottom: 30px;
}


.underlayer div.title,
.underlayer h1.title {
  font-size: 30px;
  padding-top: 45px;

}

.underlayer div.title span,
.underlayer h1.title span{
  font-size: 42px;
}

/* 記事関連 */
.article.type-page .widget-entry-card{
  display: flex;
  justify-content: start;
}

.article.type-page .widget-entry-cards{
  max-width: 900px;
  margin: 0 auto;
}

.article.type-page .widget-entry-card-link.a-wrap{
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #e1e1e1;
}

.article.type-page .widget-entry-card figure {
  width: 100%;
  max-width: 230px;
  max-height: 142px;
}

.article.type-page .widget-entry-card figure img{
  width: 100%;
  max-width: 230px;
  max-height: 142px;
}

.article.type-page .widget-entry-card-date {
  display: block;
}

.article.type-page .widget-entry-card-post-date {
  display: none;
}

.article.type-page .widget-entry-card-update-date {
  display: none;
}

.article.type-page .widget-entry-card-meta-area .widget-entry-card-post-date {
  font-size: 14px;
  display: block;
}

.article.type-page .widget-entry-card-content .cat-label {
  font-size: 14px;
  position: static;
  background: #e8373d;
  color: #fff;
  border-radius: 1em;
  padding: 1px 14px;
  margin-right: 14px;
  line-height: 1.8;
}


.article.type-page .widget-entry-card-title {
  font-weight: 700;
  margin-top: 10px;
}

.article.type-page .widget-entry-card-text {
  margin-top: 6px;
}

.article.type-page .widget-entry-card-content {
  margin-left: 40px;
}

.article.type-page .widget-entry-card-meta-area {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.article.type-page .widget-entry-cards .a-wrap {
  line-height: 1.6;
  padding: 0;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* 記事詳細 */
.article.type-post{
  width: 100%;
  max-width: 1200px;
  margin: 80px auto;
  padding: 100px 80px;
  /* padding-left: 30px;
  padding-right: 30px; */
  background-color: #fff;
}

.article.type-post .entry-title{
  font-size: 24px;
  padding-bottom: 20px;
  padding-left: 0;
  border-bottom: 1px solid #e1e1e1;
}

.article.type-post .cat-label {
  position: static;
  background: #e8373d;
  color: #fff;
  border-radius: 1em;
  padding: 1px 14px;
  margin-right: 8px;
  line-height: 1.8;
  float: left;
  margin-right: 20px;
  font-size: 14px;
}

.article.type-post .widget-entry-card-date {
  display: block;
}

.article.type-post .widget-entry-card-post-date {
  display: block;
  font-size: 14px;
}

.article.type-post .widget-entry-card-update-date {
  display: none;
}

.new-entry-card-thumb{
  margin-right: 0;
}

.article.type-post figure{
  max-width: 900px;
  max-height: 556px;
  margin: 20px auto;
}

.article.type-post figure img{
  width: 100%;
  max-width: 900px;
  max-height: 556px;
}

.article.type-post figure .cat-label{
  display: none;
}

.article.type-post .entry-content h1,
.article.type-post .entry-content h2,
.article.type-post .entry-content h3,
.article.type-post .entry-content h4,
.article.type-post .entry-content h5,
.article.type-post .entry-content h6{
  position: relative;
  display: inline-block;
  padding: 0 65px;
  background-color: #fff;
  margin: 0;
  border: none;
}

.article.type-post .entry-content h1::before,
.article.type-post .entry-content h2::before,
.article.type-post .entry-content h3::before,
.article.type-post .entry-content h4::before,
.article.type-post .entry-content h5::before,
.article.type-post .entry-content h6::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #e8373d;
  left: 0;
}

.article.type-post .entry-content h1::before{
  height: 3px;
}


/* Top Service */
.service .content .text-area{
  padding: 0 30px 50px 30px;
}

.box-menu-area {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}

.box-menu-area a {
  color: #000;
  text-decoration: none;
}

.box-menu-area .figure {
  width: 100%;
  max-width: 320px;
  max-height: 240px;
  display: block;
  margin: 0 auto;
}

.box-menu-area .figure img{
  width: 100%;
  max-width: 320px;
  max-height: 240px;
}


.box-menu-area .box-menu {
  width: 100%;
  max-width: 320px;
  padding: 0;
  color: #000;
  box-shadow: #e0ddd1 0px 0px 0px 0.5px;
  border: 1px #e0ddd1;
  border-radius: 10px;
}


.box-menu-area .box-menu:last-child {
  margin-right: 0;
}

.box-menu-area .box-menu.floating:hover {
  border: 1px #e0ddd1;
  box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
  transform: translate(0, -3px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.triangle {
  width: 0;
  height: 0;
  margin: 10px;
  border-left: 30px solid #e8373d;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.box-menu-area .box-menu p {
  margin: 0.6em 0;
}

.box-menu-area .box-menu-title,
.box-menu-area .box-menu-text {
  padding: 0 15px;
}

.box-menu-area .box-menu-title {
  /* margin-top: 0.6em; */
  padding-top: 10px;
  padding-bottom: 10px;
}

.box-menu-title img.creative{
  width: 120px;
  /* height: 25px; */
  vertical-align: middle;
  margin: 0 auto;
}
.box-menu-title img.system{
  width: 100px;
  /* height: 25px; */
  vertical-align: middle;
  margin: 0 auto;
}
.box-menu-title img.media{
  width: 80px;
  /* height: 25px; */
  vertical-align: middle;
  margin: 0 auto;
}

.box-menu-area .box-menu-text {
  text-align: left;
  margin-bottom: 0.6em;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer{
  padding: 0;
}

.footer-bottom {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  height: 310px;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  justify-content: space-around;
  align-items: center;
}

#footer .cf::after{
  display: none;
}

#footer a:hover{
  opacity: 0.5;
}

#footer .footer-logo a{
  opacity: 1;
}

.footer-copylight {
  margin-top: 5px;
}

ul.footer-menu {
  display:table;
  table-layout:fixed;
  width: 700px;
  margin: 0;
}

ul.footer-menu ul {
  padding-left: 40px;
  list-style: disc;
}

ul.footer-menu > li {
  display:table-cell;
}

ul.footer-menu > li:first-child {
  border:none;
}

ul.footer-menu > li a {
  display:block;
  text-decoration:none;
  color: #fff;
}

.navi-in .language-switch {
  display: flex !important;
  justify-content: center;
}

.mobile-menu-buttons .menu-item a span.menu-caption,
.navi-in .language-switch a{
  font-weight: 500;
  color: #999596;
  display: none !important; /* 言語切り替えOFF */
}

.mobile-menu-buttons .menu-item.current a span.menu-caption,
.navi-in .language-switch a.current{
  color: #000;
}

.navi-in .language-switch a:first-child{
  padding-right: 20px;
}

.navi-in ul li {
  width: initial !important;
  padding-right: 50px;
}

.navi-in ul li:last-child {
  padding-right: 40px;
}

.navi-in ul li a.current {
  color: #e8373d;
}

.navi-in > ul{
  margin: 1em 0;
}

.navi-in a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #e8373d;
}

.navi-in .navi-contact {
  line-height: 1;
  background-color: #e8373d;
  color: #fff;
  border-radius: 0.5em;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity:1;
  border: medium solid #e8373d;
  padding: 10px;
}

.navi-in .navi-contact:hover {
  background-color: #e8373d;
  border-color: #e8373d;
  color: #fff;
  opacity: 0.8;
}

.navi-in > ul .sub-menu {
  top: 50px;
}

/* 下層ページ */
.underlayer{
  width: 100%;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  /* background-color: #fff; */
  background-color: #f9f9f9;
}

.underlayer.max-w-1000{
  max-width: 1000px;
}

.eye-catch{
  width: 100%;
}

.eye-catch img{
  width: 100%;
}

/* お問い合わせページ */
.underlayer .process-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 25px 0;
}

.underlayer .process-menu .box{
  width: 25%;
  height: 50px;
  background: #fff;
  box-shadow: #e0ddd1 0px 0px 0px 0.5px;
  border-radius: 0.5em;
  position: relative;
  font-weight: 600;
}

.underlayer .process-menu .box.process{
  background-color: #282828;
  color: #fff;
}

.underlayer .process-menu .virtical{
  border-top: 1px solid #e8373d;
  flex-grow: 1;
  margin-left: 2%;
  margin-right: 2%;
}

.underlayer .process-menu .box{
  display: flex;
  align-items: center;
}

.underlayer .process-menu .box div:first-child{
  /* position: absolute;
  display: block;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); */
  padding-left: 10px;
}

.underlayer .process-menu .box div:nth-child(2){
  margin: 0 auto;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); */
}

/* ニュース一覧 */
.underlayer .category_list ul.list{
  font-size: 12px;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
  padding-bottom: 20px;
}

.underlayer .category_list div.title{
  font-weight: 600;
  font-size: 16px;
  float: left;
  padding: 0;
  padding-right: 20px;
  color: #000;
}

.underlayer .category_list ul.list li{
  cursor: pointer;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  padding: 1px 14px;
}

.underlayer .category_list ul.list li{
  background-color: #999596;
  color: #fff;
  border-radius: 1em;
  padding: 0 15px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity:1;
  border: 1px solid #999596;
}

.underlayer .category_list ul.list li.active{
  background-color: #e8373d;
  border: 1px solid #e8373d;
}

.underlayer .category_change{
  display: none;
}

.underlayer .category_change.ALL{
  display: block;
}


/* ページネーション */
.pagination{
  display: none;
  padding: 0;
  height: 2.5em;
  position: relative;
}

.pagination ul{
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  position: relative;
  left: 50%;
}

.pagination ul li{
  position: relative;
  left: -50%;
  float: left;
}

.pagination a,
.pagination span{
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  line-height: 2.5;
  border: 1px solid #282828;
  border-radius: 0.3em;
  margin:0;
  float:left;
}

.pagination span{
  line-height: 2;
  cursor: pointer;
}

.pagination li.current a{
  background-color:#282828;
  color:#fff;
}

.pagination p {
  margin: 0;
}

.pagination button:focus{
  outline:0;
}

.pagination .prev-page.disabled,
.pagination .next-page.disabled{
  display: none !important;
}

.pagination .prev-page button {
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  line-height: 2.5;
  border: 1px solid #282828;
  border-radius: 0.3em;
}

.pagination .next-page button {
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  line-height: 2.5;
  border: 1px solid #282828;
  border-radius: 0.3em;
}

/* 事業内容 */
.underlayer .box-menu-area{
  padding: 0;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.underlayer .box-menu-area .box-menu {
  box-shadow: none;
  background-color: transparent;
  cursor: unset;
}

.underlayer .title.other-service{
  padding-top: 0 !important;
  font-size: 20px;
}
.underlayer .title.other-service span{
  font-size: 32px;
}

.underlayer .title-yomi.other-service{
  margin: -3px;
}

.underlayer .title-yomi.other-service{
  position: relative;
  padding-bottom: 10px !important;
  margin-bottom: 80px;
  padding-bottom: 5px;
}

.underlayer .title-yomi.other-service::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #e8373d;
  width: 4em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.underlayer .service_discription{
  width: 100%;
  max-width: 1100px;
  margin-top: 40px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.underlayer .horizontal_box{
  position: relative;
  width: 97%;
  height: 315px;
  margin-bottom: 80px;
}

.underlayer .horizontal_box.right{
  float: left;
  box-shadow: 5px 13px 5px -13px rgba(0,0,0,.15), -2px 3px 10px rgba(0,0,0,.1);
}

.underlayer .horizontal_box.left{
  float: right;
  box-shadow: 5px 13px 5px -13px rgba(0,0,0,.15), 2px 3px 10px rgba(0,0,0,.1);
}

.underlayer .horizontal_box .image_area{
  width: 40%;
  position: absolute;
}

.underlayer .horizontal_box.left .image_area{
  left: 0;
}

.underlayer .horizontal_box.right .image_area{
  right: 0;
}

.underlayer .horizontal_box .image_area img{
  position: absolute;
  width: 470px;
  height: 314px;
}

.underlayer .horizontal_box.right .image_area img{
  top: -30px;
  right: -30px;
}

.underlayer .horizontal_box.left .image_area img{
  top: -30px;
  left: -30px;
}

.underlayer .horizontal_box .text_area{
  width: 60%;
  height: 100%;
  position: absolute;
  padding: 20px;
}

.underlayer .horizontal_box.left .text_area{
  right: 0;
  padding-left: 0;
}

.underlayer .horizontal_box.right .text_area{
  left: 0;
  padding-right: 0;
}

.underlayer .horizontal_box .title{
  position: relative;
  display: inline-block;
  padding: 0 65px;
  margin: 0;
  border: none;
  font-size: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.underlayer .horizontal_box .title .creative{
  width: 120px;
  /* height: 30px; */
  display: block;
}
.underlayer .horizontal_box .title .system{
  width: 100px;
  /* height: 30px; */
  display: block;
}
.underlayer .horizontal_box .title .media{
  width: 80px;
  /* height: 30px; */
  display: block;
}


.underlayer .horizontal_box .title::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #e8373d;
  left: 10px;
}

.underlayer .horizontal_box .text-area{
  padding: 10px;
  font-size: 16px;
}

.underlayer .horizontal_box .p-button{
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

/* 会社概要 */
.underlayer .company_profile{
  font-size: 16px;
}

.underlayer .company_profile .tr{
  display: flex;
  justify-content: start;
}

.underlayer .company_profile .tr .th{
  width: 185px;
  color: #e8373d;
  font-weight: 600;
  border-top: 1px solid #e8373d;
  padding-top: 35px;
  padding-bottom: 35px;
}

.underlayer .company_profile .tr .td{
  width: 100%;
  border-top: 1px solid #e1e1e1;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-left: 45px;
}

.underlayer .company_profile .tr .td ul{
  margin: 0;
}

.underlayer .company_profile iframe{
  width: 100%;
  margin-bottom: 30px;
}

/* プライバシーポリシー */
.underlayer .privacy-policy{
  font-size: 14px;
}

.underlayer .privacy-policy .text-right{
  text-align: right;
}

.underlayer .privacy-policy thead th,
.underlayer .privacy-policy thead td{
  color: #fff;
  background-color: #999596;
}

.underlayer .privacy-policy th{
  text-align: left;
  background-color: transparent;
}

.underlayer .privacy-policy th,
.underlayer .privacy-policy td{
  padding-left: 1.5em;
  font-weight: 400;
}

.underlayer .privacy-policy td ul,
.underlayer .privacy-policy td ul li{
  padding-left: 0;
  margin-left: 0;
}

.underlayer .privacy-policy ul{
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.underlayer .privacy-policy ul,
.underlayer .privacy-policy ul li{
  list-style: none;
  padding-left: 1.5em;
}

.underlayer .privacy-policy > ul,
.underlayer .privacy-policy > ul > ul,
.underlayer .privacy-policy > ul > li{
  padding: 0;
}

/* .underlayer .privacy-policy ul ul{
  margin: 0.2em;
} */

.underlayer .privacy-policy p.underline{
  border-bottom: 1px solid #e0ddd1;
  padding-bottom: 1.2em;
}

.underlayer .privacy-policy .title{
  position: relative;
  font-size: 22px;
  padding: 0;
  margin: 0 0 30px 0;
  padding-bottom: 5px;
}

.underlayer .privacy-policy .title::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #e8373d;
  width: 4em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #e8373d;
}


.underlayer .privacy-policy .sub-title{
  margin: 50px 0 0 0;
  font-size: 20px;
  padding: 0;
  text-align: left;
  color: #e8373d;
}

.underlayer .privacy-policy .help-desk,
.underlayer .privacy-policy .address{
  background-color: #fff;
  padding: 10px 30px;
  margin: 30px 0;
}


/************************************
** ボタン
************************************/
.p-button {
    margin: 0 auto;
    line-height: 1.5;
    width: 250px;
    height: 50px;
    font-weight: 700;
    font-size: 15px;
}

.p-button a {
  display: block;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0.5em;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity:1;
  color: #000;
  box-shadow:0px 0px 3px #e0ddd1;
  background: #fff;
  color: #e8373d;
}

.p-button a:hover{
  transform: translateY(3px);
  opacity:1;
  color: #fff;
  background: #e8373d;
  box-shadow:0px 0px 3px #e0ddd1;
}

.p-button a:hover span.arrow::before{
  background: #fff;
}
.p-button a:hover span.arrow::after{
  border-color: #fff;
}

.p-button a:hover span.arrow,
.p-button a:hover span.arrow{
  transform: translateX(3px);
}

.p-button a span.arrow{
  float: right;
  position: relative;
  display: inline-block;
  padding: 0;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.p-button a span.arrow::before,
.p-button a span.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.p-button a span.arrow::before{
  left: -51px;
  width: 30px;
  height: 2px;
  background: #e8373d;
}
.p-button a span.arrow::after{
  left: -33px;
  width: 10px;
  height: 6px;
  border-top: 2px solid #e8373d;
  border-right: 0px solid #e8373d;
  -webkit-transform: rotate(27deg);
  transform: rotate(27deg);
}

.p-button.large{
  width: 440px;
  height: 80px;
  font-size: 18px;
}

.p-button.large a{
  padding-top: 25px;
  padding-bottom: 25px;
  box-shadow: none;
}

.p-button.large a span{
  font-size: 18px;
}

.p-button.large a span.arrow::before{
  left: -92px;
  width: 40px;
  height: 3px;
  background: #e8373d;
}

.p-button.large a span.arrow::after{
  left: -67px;
  width: 14px;
  height: 6px;
  border-top: 3px solid #e8373d;
  border-right: 0px solid #e8373d;
  -webkit-transform: rotate(27deg);
  transform: rotate(27deg);
}
.p-button.large a:hover span.arrow::before{
  background: #fff;
}
.p-button.large a:hover span.arrow::after{
  border-color: #fff;
}


.p-button.mv-button a{
  text-align: center;
  font-size: 14px;
  background: #e8373d;
  color: #fff;
  padding: 15px 0;
  width: 300px;
}

.p-button.mv-button a span.arrow::before{
  left: -48px;
  background-color: #fff;
}
.p-button.mv-button a span.arrow::after{
  left: -29px;
  border-color: #fff;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*834px以下*/
@media screen and (max-width: 1023px){
  .__sp{ display: block; }
  .__pc{ display: none; }


  div.title.sub,
  h1.title.sub {
    padding-top: 40px;
    padding-bottom: 0;
    font-size: 28px;
  }

  div.title.sub span,
  h1.title.sub span{
    font-size: 40px;
  }


  div.title-yomi.sub,
  h2.title-yomi.sub {
    padding-bottom: 30px;
  }

  .underlayer div.title,
  .underlayer h1.title{
    font-size: 28px;
    padding-top: 10px;
  }
  .underlayer div.title span,
  .underlayer h1.title span{
    font-size: 40px;
  }

  .underlayer .div.title-yomi,
  .underlayer h2.title-yomi {
    padding-bottom: 30px;
  }


  #contact-footer .contact .title.sub{
    font-size: 24px;
  }

  #contact-footer .contact .title.sub span{
    font-size: 36px;
  }

  #contact-footer .contact .title-yomi{
    font-size: 12px;
  }

  #contact-footer .contact .title.sub {
    color: #fff;
    padding-top: 40px;
  }

  /* #contact-footer .contact .title.sub span{
  } */

  #contact-footer .contact .title-yomi.sub {
    color: #fff;
    padding-bottom: 40px;
  }

  /* .mobile-header-menu-buttons.mobile-menu-buttons{
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 60px;
  } */

  main.main{
    padding: 0;
  }


  .video-container {
    min-height: 90vh;
    /* min-height: 100vh; */
    /* min-height: calc(var(--vh, 1vh) * 100); */
  }

  /* .video-container video {
    min-height: 90vh;
  } */

  .video-container .video-sidebar {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-left: 0;
    padding: 10px;
  }

  .video-container .video-sidebar h1{
    font-size: 28px;
    font-weight: 900;
  }

  .video-container .video-sidebar p{
    font-weight: 500;
  }

  .video-container .p-button.mv-button{
    margin: 0;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 3;
  }

  .p-button.mv-button a {
    width: 100%;
    max-width: 668px;
    text-align: center;
    font-size: 15px;
    width: initial;
  }

  #footer .footer-logo {
    width: 130px;
    height: 25px;
  }

  #navi-menu-input:checked ~ #navi-menu-close, #sidebar-menu-input:checked ~ #sidebar-menu-close, #search-menu-input:checked ~ #search-menu-close, #share-menu-input:checked ~ #share-menu-close, #follow-menu-input:checked ~ #follow-menu-close {
    display: block;
    background-color: #fff;
    opacity: .5;
  }

  #header-container{
    display: none;
  }


  .box-menu-area{
    flex-direction: column;
    width: 100%;
    padding-top: 30px;
  }

  .box-menu-area .box-menu {
    width: 100%;
    max-width: 668px;
    margin: 0 auto;
  }

  .box-menu-area .box-menu-title{
    padding-top: 15px;
    padding-bottom: 15px;
  }


  .box-menu-area .figure{
    width: 100%;
    max-width: 668px;
    max-height: 436px;
  }

  .box-menu-area .figure img{
    width: 100%;
    max-width: 668px;
    max-height: 436px;
  }

  .box-menu-area .box-menu:last-child {
    margin-right: auto;
  }

  .box-menu-area .box-menu-text .__sp{
    text-align: right;
    padding-right: 25px;
  }

  .box-menu-area .box-menu-text span.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
  }


  .box-menu-area .box-menu-text span.arrow::before,
  .box-menu-area .box-menu-text span.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }

  .box-menu-area .box-menu-text span.arrow::before{
    left: 0;
    width: 30px;
    height: 2px;
    background: #e8373d;
  }
  .box-menu-area .box-menu-text span.arrow::after{
    left: 18px;
    width: 10px;
    height: 6px;
    border-top: 2px solid #e8373d;
    border-right: 0px solid #e8373d;
    -webkit-transform: rotate(27deg);
    transform: rotate(27deg);
  }



  .triangle{
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid #e8373d;
    border-bottom: 0;
    margin: 20px auto;
  }


  .article.type-page .widget-entry-card{
    flex-direction: column;
    justify-content: unset;
  }

  .article.type-page .widget-entry-card .widget-entry-card-content{
    padding: 20px 0;
  }

  .article.type-page .widget-entry-card-content {
    margin-left: 0;
  }

  .article.type-page .widget-entry-card .widget-entry-card-content .widget-entry-card-content{
    padding: 0;
  }

  .article.type-page .widget-entry-card-link.a-wrap{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .article.type-page .widget-entry-card figure {
    width: 100%;
    max-width: 668px;
    max-height: 436px;
    margin: 0 auto;
    border-radius: 1em;
  }

  .article.type-page .widget-entry-card figure img {
    width: 100%;
    max-width: 668px;
    max-height: 436px;
  }

  .p-button {
    width: 100% !important;
    max-width: 668px;
    padding: 0;
  }

  .p-button a{
    color: #fff;
    background-color: #e8373d;
  }

  .p-button.large a{
    color: #e8373d;
    background-color: #fff;
  }

  .p-button.large a:hover span.arrow::before{
    background: #e8373d;
  }
  .p-button.large a:hover span.arrow::after{
    border-color: #e8373d;
  }

  .p-button a span.arrow::before{
    /* left: 0px; */
    background: #fff;
  }
  .p-button a span.arrow::after{
    /* left: 0px; */
    border-color: #fff;
  }

  .p-button.large a span.arrow::before{
    left: -62px;
    width: 40px;
  }
  .p-button.large a span.arrow::after{
    left: -37px;
    width: 14px;
  }

  /* .p-button.mv-button a span.arrow::before{
    left: 202px;
    background: #fff;
  }
  .p-button.mv-button a span.arrow::after{
    left: 220px;
    border-color: #fff;
  } */

  .footer-bottom {
    display: block;
    width: 100%;
    max-width: 728px;
    margin: 0 auto;
    font-size: 14px;
    padding: 50px 0;
    padding-left: 20px;
    padding-right: 20px;

  }

  .footer-bottom ul.footer-menu{
    width: 100%;
    margin-bottom: 50px;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }

  .footer-bottom ul.footer-menu li:nth-child(1){
    /*display: none;*/
  }

  .article.type-page .service .service-inner,
  .article.type-page .news .news-inner,
  #contact-footer .contact .contact-inner{
    width: 100%;
    max-width: 728px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }


  /* 下層ページ */
  .underlayer{
    width: 100%;
    max-width: 728px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }

  .underlayer.max-w-1000{
    max-width: 728px;
  }

  /* 記事一覧 */
  .underlayer .category_list div.title{
    float: none;
    padding-right: 0;
    text-align: left;
    padding-bottom: 15px;
  }

  .underlayer .widget-entry-card .widget-entry-card-content{
    padding: 20px 0 !important;
  }
  .underlayer .category_change.items{
    max-width: 668px;
    margin: 0 auto;
  }

  /* 記事詳細 */
  /* 記事詳細　記事一覧へ戻るボタン */
  .article.type-post{
    width: 100%;
    max-width: 768px;
    padding: 70px 20px;
  }

  .article.type-post + .p-button{
    width: 100% !important;
    max-width: 728px !important;
  }

  /* ハンバーガーメニュー */
  #navi-menu-content.menu-content{
    width: initial;
  }

  #navi-menu-content.menu-content .navi-menu-close-button{
    padding: 0 15px 0 15px;
  }

  ul.menu-drawer{
    padding: 0 100px 0 20px !important;
  }

  ul.menu-drawer a{
    height: 100%;
    font-size: 18px !important;
  }

  ul.menu-drawer ul.sub-menu{
    padding-left: 40px;
    margin: 0;
  }
  ul.menu-drawer ul.sub-menu li{
    display: list-item;
    list-style: disc;
    color: #fff;
  }

  ul.menu-drawer ul.sub-menu li a{
    font-size: 14px !important;
  }

  ul.menu-drawer > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* モバイルヘッダー */
  /* ヘッダーロゴ　中央寄せ解除 */
  .logo-menu-button img{
    margin: 0;
  }

  .mobile-menu-buttons .menu-button:hover .menu-button-in{
    opacity: 1;
  }

  ul.mobile-menu-buttons li.logo-menu-button{
    position: relative;
  }

  ul.mobile-menu-buttons li.logo-menu-button > a{
    position: absolute;
    top: 50%;
    left: 0;
    padding-left: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  /* ul.mobile-menu-buttons .site-logo-image{
    width: 130px;
    height: 30px;
  } */

  .logo-menu-button img{
    /* max-height: initial; */
    max-width: 90% !important;
  }

  ul.mobile-menu-buttons .fa-star{
    display: none;
  }

  ul.mobile-menu-buttons li.menu-button:nth-child(2),
  ul.mobile-menu-buttons li.menu-button:nth-child(3){
    position: relative;
  }

  /* JP EN */
  ul.mobile-menu-buttons li.menu-button:nth-child(2) .menu-caption{
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  ul.mobile-menu-buttons li.menu-button:nth-child(3) .menu-caption{
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  /* スライドインメニューをカスタマイズ */
  .navi-menu-content{
    left: auto;
    right: 0;
    background-color: #282828;
    transform: translateX(101%);
  }

  .menu-drawer a{
    font-size: 1.1em;
    color: #fff;
    height: 3em;
  }

  .menu-drawer a:hover{
    color: rgba(255,255,255,0.7);
    background-color: rgba(30,124,209,0);
  }

  .menu-close-button{
    text-align: right;
    padding: 8px 15px 15px 15px;
  }

  .fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
    -webkit-text-stroke: 6px #282828;
    color: #fff;
  }

  .navi-menu-button.menu-button{
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* ハンバーガーメニュー　三本線 */
  .fa.fa-bars,
  .navi-menu-caption.menu-caption {
    display: none;
  }
  .navi-menu-icon.menu-icon{
    position: relative;
  }
  .navi-menu-icon.menu-icon::before{
    font-family: 'FontAwesome';
    content: '\f0c9';
    font-size: 2em;
    color: #e8373d;
    -webkit-text-stroke: 3px #fff;
  }

  /* 会社概要 */
  .underlayer .company_profile .tr .th{
    width: 186px;
    color: #e8373d;
    font-weight: 600;
    border-top: 1px solid #e8373d;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .underlayer .company_profile .tr .td{
    width: 500px;
    border-top: 1px solid #e1e1e1;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 40px;
  }

  /* サービス */
  .underlayer .horizontal_box{
    width: 100%;
    max-width: 728px;
    height: auto;
    margin-bottom: 0;
    background-color: #fff;
    padding-bottom: 30px;
    margin-bottom: 50px;
    margin-top: 0;
  }

  .underlayer .service_discription{
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .underlayer .horizontal_box:last-child{
    margin-bottom: 0;
  }

  .underlayer .service_discription{
    width: 100%;
    max-width: 728px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .underlayer .horizontal_box .title{
    padding-top: 0 !important;
    padding: 0 65px;
    margin-top: 20px;
  }


  .underlayer .horizontal_box .image_area{
    width: 100%;
    max-width: 728px;
    max-height: 436px;
    margin: 0 auto;
    position: static;
    left: initial !important;
    right: initial !important;
  }

  .underlayer .horizontal_box .image_area img{
    position: static;
    width: 100%;
    max-width: 728px;
    max-height: 436px;
    height: auto;
    top: initial !important;
    left: initial !important;
    right: initial !important;
  }

  .underlayer .horizontal_box .text_area{
    position: static;
    width: 100%;
    max-width: 668px;
    max-height: 436px;
    margin: 0 auto;
    padding: 0;
    height: auto;
    right: initial;
    padding-left: 20px;
    padding-right: 20px;
  }

  .underlayer .horizontal_box.left .text_area{
    padding-left: 20px;
  }
  .underlayer .horizontal_box.right .text_area{
    padding-right: 20px;
  }

  .underlayer .horizontal_box .p-button {
    position: static;
    bottom: initial;
    left: initial;
    transform: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
  }

  .underlayer .title-yomi.other-service{
    margin-bottom: 25px;
  }
}

/*480px以下*/
@media screen and (max-width: 688px){
  /*必要ならばここにコードを書く*/
  .video-container .p-button.mv-button{
    padding-left: 20px;
    padding-right: 20px;
  }
}



/************************************
** 2025.06.03 坂口直樹 追加
************************************/

.underlayer.type02 h2.title-yomi{
	padding-bottom: 0;
}
.underlayer.type02 .hdg{
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .underlayer.type02 .hdg{
    font-size: 36px;
  }
}

.underlayer.type02 .service_discription{
  text-align: center;
  font-size: 20px;
  margin-bottom: 160px;
}
@media screen and (max-width: 1023px) {
  .underlayer.type02 .service_discription{
    font-size: 18px;
  }
}

.profile-card-horizontal {
    display: flex;
    flex-direction: row;
    float: right; /* 必要に応じて */
    box-shadow: 5px 13px 5px -13px rgba(0,0,0,.15), 2px 3px 10px rgba(0,0,0,.1);
    margin-bottom: 80px; /* 必要に応じて */
    width: 97%; /* 必要に応じて */
    height: auto; /* 高さは自動調整 */
    position: relative; /* profile-image-area の基準 */
}
@media screen and (max-width: 1023px) {
  .profile-card-horizontal {
    flex-direction: column; /* 縦並び */
    float: none; /* float解除 */
  }
}

.profile-card-horizontal .profile-image-area {
    width: 40%;
    margin-left: -30px;
    margin-top: -30px;
    z-index: 1;
}
@media screen and (max-width: 1023px) {
  .profile-card-horizontal .profile-image-area {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 15px; /* 画像とテキストの間隔 */
  }
}

.profile-card-horizontal .profile-image-area img {
    display: block;
    width: auto;
    height: auto;
    max-width: 470px;
    max-height: none;
}
@media screen and (max-width: 1023px) {
  .profile-card-horizontal .profile-image-area img {
        width: 100%;
        height: auto;
        max-width: none;
        max-height: none;
    }
}

.profile-card-horizontal .profile-text-area {
    width: 60%;
    padding: 40px 0px 40px 68px;
    box-sizing: border-box;
    z-index: 2;
}
@media screen and (max-width: 1023px) {
  .profile-card-horizontal .profile-text-area {
        width: 100%;
        margin-left: 0;
        padding: 40px 16px;
    }
  
}

.underlayer.type02 div.title,
.profile-card-horizontal .title {
    position: relative;
    display: inline-block;
    padding: 0 65px;
    margin: 0;
    border: none;
    font-size: 20px;
}
@media screen and (max-width: 1023px) {
  .underlayer.type02 div.title.sub{
    padding: 0;
  }
}

.profile-card-horizontal .title .name {
    /* 必要に応じて */
}

.profile-card-horizontal .title .name .name-kanji {
  font-size: 36px;
  margin-right: 10px;
}
.profile-card-horizontal .title .name .name-alphabet {
  font-size: 20px;
}

.profile-card-horizontal .title::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: #e8373d;
    left: 10px;
}

.profile-card-horizontal .text-area {
    padding: 10px;
    font-size: 16px;
}

.profile-card-horizontal .text-area .position {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
}

.profile-card-horizontal .text-area .profile {
    margin-bottom: 24px; /* 必要に応じて */
}

.profile-card-horizontal .text-area .details {
    display: flex; /* 必要に応じて */
    gap: 20px; /* 必要に応じて */
}
@media screen and (max-width: 1023px) {
  .profile-card-horizontal .text-area .details {
        flex-direction: column; /* 学歴と現職を縦並び */
        gap: 10px;
    }
}

.profile-card-horizontal .text-area .details .education,
.profile-card-horizontal .text-area .details .current-job {
    flex: 1; /* 必要に応じて */
}

.profile-card-horizontal .text-area p {
    margin-top: 0; /* 必要に応じて */
    margin-bottom: 5px; /* 必要に応じて */
    font-weight: bold; /* 必要に応じて */
}

.profile-card-horizontal .text-area ul {
    margin-top: 0; /* 必要に応じて */
    padding-left: 0; /* 必要に応じて */
    list-style: none;

}

.profile-card-horizontal .text-area li {
    margin-bottom: 5px; /* 必要に応じて */
}

.underlayer.type02 div.title.other-service{
  display: block;
}
.underlayer.type02 div.title.sub{
  display: block;
  font-size: 30px;
}

.underlayer .horizontal_box.type02{
  height: 200px;
}
@media screen and (max-width: 1023px) {
  .underlayer .horizontal_box.type02{
    height: auto;
  }
}
.underlayer .horizontal_box.type02 .image_area img{
  height: auto;
}
.underlayer .horizontal_box.type02.left,
.underlayer .horizontal_box.type02.right{
  box-shadow: none;
}
@media screen and (max-width: 1023px) {
  .underlayer .horizontal_box.type02 > .text_area{
    padding-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  #footer{
    bottom: auto;
  }
  .footer-bottom {
    height: auto;
  }
  ul.footer-menu ul{
    padding-left: 13px;
  }
}
.footer-bottom div > ul.footer-menu{
  padding-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .footer-bottom div > ul.footer-menu{
    margin-bottom: 0;
  }
}

.btnONagato{
  position: absolute;
  z-index: 3;
  width: 100%;
  margin: auto;
  text-align: center;
  bottom: 10%;
}
.btnONagato img{
  width: 628px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.btnONagato img:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1023px) {
  .btnONagato img{
    width: 90%;
  }
}

@media screen and (min-width: 1024px) {
  .pt0{
    padding-top: 0 !important;
  }
  .pl64{
    padding-left: 64px !important;
  }
}

.pb80{
  padding-bottom: 80px !important;
}
.mt0{
  margin-top: 0 !important;
}
.mb120{
  margin-bottom: 120px !important;
}
.mb200{
  margin-bottom: 200px !important;
}