@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
body{
	font-family:
		"TBUDGothic E",
		"Helvetica Neue",
	 	Arial,
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		Meiryo,
		sans-serif;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 16px;
	min-height: 100vh;
	position: relative;
	box-sizing: border-box;
	background-color:#FFF;
	color:#000;
}
.sp-only{
	display: none;
}
img.ofit{
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
h1,h2,h3,h4{
	padding:0;
	margin:0;
	font-size:1em;
	font-weight: 400;
}
.bg-00{
	background-color:#0B5E95;
}
.bg-01{
	background-color:#F7F7F7;
}
.hide{
	display:none!important;
	transition:0.2s;
	top:-1000!important;
}
#company .top-section{
	padding-top:90px;
	padding-bottom:100px;
}
.wrap{
}
.header-box-pc{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height: 82px;
	background-color:rgba(11,94,149,0.8);
	display:flex;
	align-items: center;
	gap:0px 15px;
	z-index:5;
	transition: transform 0.5s ease-in-out; /* transitionをtransformに適用 */
	transform: translateY(0); /* 初期状態では表示 */
}
.header-box-pc-logo{
	width:27%;
	padding:17px 0px;
	margin-left:20px;
}
.header-box-pc-menu {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
}
.header-box-pc-menu ul,
.header-box-pc-menu li{
	list-style:none;
	margin:0;
	padding:0;
}
.header-box-pc-menu ul{
	text-align:right;
}
.header-box-pc-menu li{
	display:inline-block;
	position:relative;
}
.header-box-pc-menu a{
	text-decoration: none;
	font-weight:700;
	color:#DEDEDE;
	font-size:16px;
	transition: 0.2s;
	padding:8px 10px;
	font-family: "Open Sans", sans-serif;
}
.header-box-pc-menu a:hover{
	color:#FD8081;
}
.header-box-pc-menu-contact{
	width:200px;
	margin-left:20px;
}
.header-box-pc-menu-contact a{
	background-color:#FD8081;
	color:#FFF;
	padding-left:30px;
	padding-right:30px;
	display:block;
	font-size:14px;
	border:1px solid #FD8081;
	position:relative;
}
.header-box-pc-menu-contact a:after{
	content:"→";
	position:absolute;
	right:20px;
	font-family:"Midashi Go MB31";
	transition:0.2s;
}
.header-box-pc-menu-contact a:hover:after{
	right:10px;
}
.header-box-pc-menu-contact a:hover{
	background-color:#FFF;
	color:#FD8081;
	padding-left:30px;
	padding-right:30px;
	display:block;
	font-size:14px;
	border:1px solid #FD8081;
}
.header-box-sp{
	display:none;
}
.top-content{
	position:relative;
}
.top-content-in{
	width:1060px;
	margin:0 auto;
	max-width:100%;
	position:relative;
	padding:0px 20px;
}
#top-catch{
	padding-bottom:60px;
}
.top-headline{
	position:relative;
	top:-50px;
	margin-bottom:-50px;
	left:-35px;
}
.top-headline h2{
	font-size:70px;
	font-family:"Gothic MB101 Bold";
	color:#FD8081;
	line-height: 85px;
}
.top-headline-sub{
	font-family:"Midashi Go MB31";
	font-size:36px;
	color:#FFF;
	line-height:49px;
	padding-top:30px;
	padding-bottom:20px;
}
.top-headline-button{}
.top-headline-button a{
	display:inline-block;
	width:350px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	font-family:"Midashi Go MB31";
	padding:15px;
	background-color:#000;
	transition:0.2s;
	position:relative;
}
.top-headline-button a:hover{
	background-color:#FD8081;
}
.top-headline-button a:after{
	position:absolute;
	right:20px;
	transition:0.2s;
	content:"→";
	font-family:"Midashi Go MB31";
}
.top-headline-button a:hover:after{
	right:10px;
}
.btnpdt{
	padding-top:40px;
}
/* ==================================== */
.slider{
	height:780px;
}
.slider div img{
	width:100%;
	height:780px;
	object-position:bottom;
}
.add-anime {
    animation: zoom-anime 10s linear 0s normal both;
}

@keyframes zoom-anime {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.075); 
    }
}
#top{
	height:100%;
}
#top-service{
	padding-top:90px;
	background-color:#F7F7F7;
	padding-bottom:150px;
}
.section-headline{
	position:relative;
	height:150px;
}
.section-headline-en{
	font-family: "Open Sans", sans-serif;
	font-size:179px;
	font-weight:700;
	line-height:1em;
	color:#DEDEDE;
	position:relative;
	z-index:0;
	top:-30px;
	margin-bottom:-30px;
}
.section-headline-ja{
	font-family:"Gothic MB101 Bold";
	font-size:46px;
	font-weight:700;
	z-index:1;
	color:#FD8081;
	line-height:1em;
	top: -75px;
	bottom: -75px;
	position:relative;
}
.section-text{
	font-size:20px;
	line-height:36px;
	color:#000;
	width:800px;
	margin-bottom:70px;
}
.section-service-ph{}
.section-service-ph img{
	width:100%;
	height:auto;
}
.section-service-name{
	display:flex;
	margin-bottom:15px;
}
.section-service-name-no{
	width:22%;
	font-size:163px;
	font-weight:700;
	color:#0B5E95;
	position:relative;
	top:-85px;
	margin-bottom:-85px;
	line-height:1em;
	padding-left:15px;
}
.section-service-name-text{
	width:78%;
	color:#0B5E95;
	font-family:"Gothic MB101 Bold";
	font-size:30px;
	padding-top:16px;
}
#top-aboutus{
	padding-bottom: 70px;
	background-color: #F7F7F7;
}
.top-aboutus-ph{}
.top-aboutus-ph img{
	width:100%;
	height:auto;
}
.topm{
	position:relative;
	top:-30px;
	margin-bottom:-30px;
}
.top-aboutus-menu{
	width: 620px;
	position:relative;
	z-index:2;
	margin-bottom:40px;
}
.top-aboutus-menu ul,
.top-aboutus-menu li{
	list-style:none;
	margin:0;
	padding:0;
}
.top-aboutus-menu li a{
	display:block;
	border-bottom:1px solid #0B5E95;
	padding:13px 0px;
	color:#000;
	font-family:"Gothic MB101 Bold";
	text-decoration:none;
	z-index:2;
	position:relative;
	transition:0.2s;
}
.top-aboutus-menu li a:hover{
	color:#FD8081;
}
.top-aboutus-menu li a:after{
	content:"→";
	position:absolute;
	right:20px;
	transition:0.2s;
	font-family:"Midashi Go MB31";
}
.top-aboutus-menu li a:hover:after{
	right:10px;
	color:#FD8081;
}
.top-aboutus-img{
	margin-top:70px;
	margin-bottom:0px;
	display:flex;
}
.top-aboutus-img-ph{
	width:50%;
}
.top-aboutus-img-ph img{
	width:100%;
	height:auto;
}
footer{}
.footer-contact{
	background-color:#0B5E95;
	padding:60px 0px;
	color:#FFF;
}
.footer-contact-headline{
	font-family: "Open Sans", sans-serif;
	text-align:center;
	font-size:26px;
	font-weight:700;
}
.footer-contact-text{
	font-family:"Gothic MB101 Bold";
	font-size:38px;
	text-align:center;
	margin-bottom:30px;
}
.footer-contact-row{
	width:1060px;
	max-width:100%;
	margin:0 auto;
	display:flex;
}
.footer-contact-col{
	width:50%;
	text-align:center;
	padding:0px 70px;
}
.footer-contact-row-headline{
	font-family:"Gothic MB101 Bold";
	font-size:18px;
	padding-bottom:5px;
}
.footer-contact-row-tel{
	color:#FD8081;
	font-family: "Open Sans", sans-serif;
	font-size:59px;
	font-weight:700;
	line-height:1em;
}
.footer-contact-row-text{
	font-family:"Noto Sans JP", sans-serif;
	font-size:14px;
}
.bdr{
	border-right:1px solid #FFF;
}
.footer-contact-row-button{}
.footer-contact-row-button a{
	text-decoration:none;
	display:block;
	color:#FFF;
	background-color:#FD8081;
	text-align:center;
	padding:12px;
	font-size:22px;
	font-family:"Midashi Go MB31";
	position:relative;
	transition:0.2s;
	border:2px solid #FD8081;
}
.footer-contact-row-button a:hover{
	background-color:#FFF;
	color:#FD8081;
}
.footer-contact-row-button a:after{
	content:"→";
	position:absolute;
	right:20px;
	transition:0.2s;
	font-family:"Midashi Go MB31";
}
.footer-contact-row-button a:hover:after{
	right:10px;
}
.footer-logo{
	padding:70px 0px;
	background-color:#FFF;
}
.footer-logo-in{
	padding:0px 20px;
}
.footer-logo-in-copyright{
	padding-top:70px;
	font-family:"Gothic MB101 Bold";
	color:#0B5E95;
	font-size:10px;
}
/* ==================================== */
.page{
	padding-top:150px;
}
.page-in{
	width:1060px;
	margin:0 auto;
	max-width:100%;
	padding:0px 20px;
}
.page-in-headline{
	position:relative;
	z-index:1;
}
.page-in-headline-en{
	color:#FD8081;
	font-size:24px;
	font-weight:700;
	font-family: "Open Sans", sans-serif;
}
.page-in-headline-ja{
	color:#FD8081;
}
.page-in-headline-ja h2{
	font-family:"Gothic MB101 Bold";
	font-size:50px;
}
.page-headline-ph{
	position:relative;
	z-index:0;
	top:-37px;
	margin-bottom:-37px;
}
.page-headline-ph img{
	width:100%;
	height:auto;
}
.page-content-in{
	width:1060px;
	margin:0 auto;
	max-width:100%;
	padding:0px 20px;
}
.page-content-in-bread{
	text-align:right;
	padding:15px 0px;
	font-size:12px;
	color:#0B5E95;
	padding-right:50px;
}
.page-content-in-bread a{
	text-decoration:none;
	color:#0B5E95;
}
.page-content-in-x{
	padding:50px 0px;
}
.vision-headline{
	padding:0px 50px;
	font-family:"Midashi Go MB31";
	font-size:42px;
	line-height:60px;
}
.vision-ph{
	padding:0px 50px;
	margin:40px 0px;
	display:flex;
	gap:0px 20px;
	margin-bottom: 60px;
}
.vision-ph img{
	width:100%;
}
.vision-ph-item{
	width:calc(100%/3);
}
.vision-text{
	padding:0px 50px;
	font-family:"Noto Sans JP", sans-serif;
	font-size:18px;
	line-height:44px;
	padding-bottom:10px;
}
.company-predi{
	display: flex;
	padding:50px;
	background-color:#FFF;
	margin-bottom:50px;
}
.company-predi-info{
	width:75%;
}
.company-predi-ph{
	width:25%;
}
.company-predi-ph img{
	width:100%;
}
.predi01{
	font-family:"Midashi Go MB31";
	font-size:18px;
}
.predi02{
	font-family:"Midashi Go MB31";
	font-size:26px;
	padding-bottom:10px;
}
.predi03{
	font-family:"Noto Sans JP", sans-serif;
	font-size:14px;
	line-height:25px;
}
.page-content-headline{
	padding-bottom:30px;
}
.page-content-headline h3{
	font-size:26px;
	color:#FD8081;
	font-family:"Gothic MB101 Bold";
}
.page-content-ph{}
.page-content-ph img{
	width:100%;
	height:auto;
}
.page-content-service{
	display:flex;
}
.service-num{
	width:20%;
	color:#0B5E95;
	font-size:163px;
	font-weight:700;
	font-family: "Open Sans", sans-serif;
	line-height:1em;
	position:relative;
	top:-55px;
	margin-bottom:-55px;
}
.service-name{
	width:80%;
}
.service-name-headline{
	font-size:30px;
	color:#0B5E95;
	font-family:"Gothic MB101 Bold";
	padding-top:15px;
	padding-bottom:15px;
}
.service-name-text{
	font-size:20px;
	font-family:"Noto Sans JP", sans-serif;
	line-height:36px;
	padding-bottom:40px;
}
.page-content-about{
	padding-bottom:80px;
}
.page-content-about ul,
.page-content-about li{
	list-style:none;
	margin:0;
	padding:0;
}
.page-content-about li{
	display:flex;
	border-top:1px solid #0B5E95;
	padding:30px 0px;
}
.page-content-about li:last-child{
	border-bottom:1px solid #0B5E95;
}
.aboutus-item{
	width:15%;
	font-family:"Midashi Go MB31";
}
.aboutus-text{
	width:85%;
	font-family:"Noto Sans JP", sans-serif;
}
.page-content-about-2{
	display:flex;
	gap:50px;
	padding-bottom:70px;
}
.page-content-about-2-left{
	width:70%;
}
.page-content-about-2-left ul,
.page-content-about-2-left li{
	list-style:none;
	margin:0;
	padding:0;
}
.page-content-about-2-left li{
	display:flex;
	border-top:1px solid #0B5E95;
	padding:30px 0px;
}
.page-content-about-2-left li:last-child{
	border-bottom:1px solid #0B5E95;
}
.page-content-about-2-right{
	width:30%;
}
.page-content-about-2-right img{
	width:100%;
}
.page-content-gmap{
	padding-bottom:50px;
}
.page-content-gmap iframe{
	width:100%;
}
.ph-none{
	padding-bottom:80px;
}
.page-content-privacypo{}
.pp-text{
	font-family:"Noto Sans JP", sans-serif;
	font-size:18px;
	line-height:32px;
}
.pp-headline{
	font-family:"Midashi Go MB31";
	font-size:20px;
	padding:15px 0px;
}
.pp-history{
	padding:30px 0px;
	text-align:right;
	font-family:"Noto Sans JP", sans-serif;
	font-size:18px;
	line-height:32px;
}
.pp-button{
	margin-top:10px;
	margin-bottom:60px;
}
.pp-button a{
	display:block;
	width:200px;
	font-size:14px;
	background-color:#000;
	color:#FFF;
	text-decoration:none;
	transition:0.2s;
	font-family:"Midashi Go MB31";
	padding:8px;
	padding-left:15px;
	position:relative;
}
.pp-button a:after{
	position:absolute;
	content:"→";
	right:20px;
	font-family:"Midashi Go MB31";
	transition:0.2s;
}
.pp-button a:hover:after{
	right:10px;
}
.pp-button a:hover{
	background-color:#FD8081;
	color:#FFF;
}
.page-content-contact-tel{
	font-size:84px;
	font-weight:700;
	font-family: "Open Sans", sans-serif;
	line-height:1em;
	position:relative;
	top:-15px;
	margin-bottom:-15px;
}
.page-content-contact-tel-note{
	padding-top:10px;
	padding-bottom:60px;
	font-family:"Noto Sans JP", sans-serif;
	font-size:18px;
}
.page-content-contact-form{}
.form-an{
	font-family:"Noto Sans JP", sans-serif;
	font-size:18px;
	line-height:32px;
}
.form-list{
	padding:20px 0px;
}
.form-list ul,
.form-list li{
	list-style:none;
	margin:0;
	padding:0;
}
.form-list li{
	display:flex;
	gap:20px;
	padding-bottom:10px;
}
.form-item{
	width:20%;
	font-family:"Midashi Go MB31";
	padding:15px 0px;
}
.form-req{
	font-size:14px;
	padding:3px 15px;
	background-color:#0B5E95;
	color:#FFF;
	display:inline-block;
	border-radius:3px;
	margin-right:5px;
}
.form-input{
	width:80%;
}
.form-input input[type="text"]{
	height:60px;
	width:100%;
	padding:10px;
	border-radius:8px;
	border: none; /* 枠線を消去 */
	outline: none; /* フォーカス時のアウトラインを消去 */
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); /* 薄いボックスシャドウを追加 */
}
.form-input input[type="tel"]{
	height:60px;
	width:100%;
	padding:10px;
	border-radius:8px;
	border: none; /* 枠線を消去 */
	outline: none; /* フォーカス時のアウトラインを消去 */
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); /* 薄いボックスシャドウを追加 */
}
.form-input input[type="email"]{
	height:60px;
	width:100%;
	padding:10px;
	border-radius:8px;
	border: none; /* 枠線を消去 */
	outline: none; /* フォーカス時のアウトラインを消去 */
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); /* 薄いボックスシャドウを追加 */
}
.form-input textarea{
	width:100%;
	padding:10px;
	height:240px;
	border-radius:8px;
	border: none; /* 枠線を消去 */
	outline: none; /* フォーカス時のアウトラインを消去 */
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.pp-box{
	background-color:#FFF;
	padding:20px;
	display:inline-block;
	border:1px solid #000;
}
.pp-box a{
	text-decoration:underline;
	color:#0B5E95;
}
.pp-box span.arrow{
	color:#0B5E95;
	font-family:"Midashi Go MB31";
	padding-left:4px;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0!important;
}
.wpcf7-list-item-label{
	font-family:"Midashi Go MB31";
}
/* Submit ボタンのスタイル */
.wpcf7-submit {
  width: 100%;
  padding: 10px;
  background-color: #FD8081; /* 仮の色 */
  color: white;
  border: none;
  border-radius: 4px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  cursor: pointer;
  font-size: 30px;
  font-family:"Midashi Go MB31";
  transition: background-color 0.3s ease; /* 背景色の変更にアニメーションを追加 */
}

/* ホバー時のスタイル */
.wpcf7-submit:hover {
  background-color: #F35D5E; /* 仮の色 */
}

/* Disabled 状態のボタンのスタイル */
.wpcf7-submit:disabled,
.wpcf7-submit.disabled {
  background-color: #cccccc; /* グレー表示 */
  cursor: not-allowed; /* カーソルを禁止マークに */
}
/* ================================================== */
@media screen and (max-width: 1100px) {

}
/* ================================================== */
@media screen and (max-width: 1024px) {

}
/* ================================================== */
@media screen and (max-width: 768px) {
.pc-only{
	display:none;
}
.sp-only{
	display:block;
}
.header-box-pc {
	display:none;
}
.menu-button {
  position: fixed;
  width: 64px;
  height: 64px;
  background-color: #FD8081;
  color: #FFF;
  text-align: center;
  line-height: 64px;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index:6;
  transition:0.2s;
}
.menu-button span{
	font-size:13px;
	font-weight:700;
	font-family:'Open Sans';
	transition:0.2s;
	position: relative;
	    top: -12px;
}

.menu-button .lines .line1, .menu-button .lines .line2 {
  height: 4px;
  background-color: #FFF;
  margin-top: 8px;
  transition:0.2s;
}

.menu-button .lines .line1 {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  top: -39px;
  position:relative;
}
.menu-button .lines .line2 {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  top: -39px;
  position:relative;
}

.menu-button .lines .line2 {
  width: 30px;
  margin-left: 12px;
}
.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 4; /* メニューよりも背面に表示されるように */
}

.menu-content {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 500px;
  background-color: #FFF;
  overflow-x: hidden;
  transition: 0.2s;
  z-index: 5; /* オーバーレイよりも前面に表示されるように */
}

.menu-content.open {
  width: 90%;
}
.menu-content ul,
.menu-content li{
	list-style:none;
	margin:0;
	padding:0;
}
.sp-menu{
	padding:80px 30px;
	height:100%;
	position:relative;
}
.menu-content li:first-child{
	border-top:1px solid #0B5E95;
	border-bottom:1px solid #0B5E95;
	position:relative;
}
.menu-content li{
	border-bottom:1px solid #0B5E95;
	position:relative;
}
.menu-content li a{
	display:block;
	text-decoration:none;
	color:#0B5E95;
	padding:15px 15px;
	font-family: "Open Sans", sans-serif;
	font-weight:700;
	transition:0.2s;
}
.menu-content li a:hover{
	color:#FD8081;
}
.header-box-sp{
	display:block;
	height:45px;
	position:fixed;
	z-index:3;
	background-color:#0B5E95;
	top:0;
	left:0;
	width:100%;
}
.header-box-sp-logo{
	padding:8px;
}
.header-box-sp-logo img{
	width:228px;
}
.content-in {
    width: 100%;
    margin: 0 auto;
}
.content-in-head {
    padding: 60px 20px;
}
.content-in-head-headline-en {
    font-size: 15px;
}
.content-in-head-headline-ja {
    font-size: 30px;
}
.section-text {
    font-size: 14px;
    line-height: 25px;
    color: #000;
    width: 100%;
    margin-bottom: 20px;
    font-family:"Noto Sans JP", sans-serif;
}

.top-aboutus-menu {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}
.footer-logo-in-img img{
	width:100%;
}
.slider div img {
    width: 100%;
    height: 330px;
    object-position: bottom;
}
.slider {
    height: 330px;
}
.top-headline h2 {
    font-size: 32px;
    font-family: "Gothic MB101 Bold";
    color: #FD8081;
    line-height: 40px;
    padding-left: 15px;
}
.top-headline-sub {
    font-family: "Midashi Go MB31";
    font-size: 16px;
    color: #FFF;
    line-height: 28px;
    padding-top: 7px;
    padding-bottom: 10px;
}
.top-headline-button a {
    width: 100%;
    text-align: left;
}
#top-catch {
    padding-bottom: 60px;
}
.top-content-in {
    width: 100%;
    padding: 0px 15px;
}
.section-headline-en {
    font-size: 67px;
    top: 0px;
    margin-bottom: 0px;
}
#top-service {
    padding-top: 30px;
    background-color: #F7F7F7;
    padding-bottom: 60px;
}
.section-headline-ja {
    font-family: "Gothic MB101 Bold";
    font-size: 22px;
    font-weight: 700;
    z-index: 1;
    color: #FD8081;
    line-height: 1em;
    top: -37px;
    bottom: -37px;
    position: relative;
}
.section-headline {
    position: relative;
    height: 80px;
}
.section-service-name-no {
    width: 29%;
    font-size: 80px;
    font-weight: 700;
    color: #0B5E95;
    position: relative;
    top: -40px;
    margin-bottom: -40px;
    line-height: 1em;
    padding-left: 0px;
    left: -3px;
}
.section-service-name-text {
    width: 78%;
    color: #0B5E95;
    font-family: "Gothic MB101 Bold";
    font-size: 16px;
    padding-top: 3px;
}
.topm {
    position: relative;
    top: 3px;
    margin-bottom: 0px;
    height:67px;
}
.top-aboutus-menu li a {
    padding-left: 10px;
}
.top-aboutus-img {
    margin-top: 30px;
    margin-bottom: 60px;
    display: flex;
}
#top-aboutus {
	padding-bottom:10px;
    background-color: #F7F7F7;
}
.footer-contact {
    background-color: #0B5E95;
    padding: 30px 0px;
    color: #FFF;
}
.footer-contact-headline {
    font-family: "Open Sans", sans-serif;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding-bottom:10px;
}
.footer-contact-text {
    font-family: "Gothic MB101 Bold";
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    line-height:44px;
}
.footer-contact-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.footer-contact-col {
    width: 100%;
    text-align: center;
    padding: 0px;
    margin:0px 50px;
    display:inline-block;
}
.bdr {
    border-right: 0px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding-bottom: 25px;
}
.footer-contact-row-tel {
    font-size: 49px;
    display:inline-block;
}
.sppdt{
	padding-top:20px;
}
.footer-contact-row-button a {
    font-size: 18px;
    width: 100%;
    display:inline-block;
}
.footer-contact-row-button {
    padding: 5px 0px;
}
.footer-logo {
    padding: 30px 0px;
    background-color: #FFF;
}
.footer-logo-in-copyright {
    padding-top: 50px;
    font-size: 10px;
}
.page {
    padding-top: 70px;
}
.page-in-headline-en {
    color: #FD8081;
    font-size: 15px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}
.page-in-headline-ja h2 {
    font-family: "Gothic MB101 Bold";
    font-size: 26px;
}
.page-headline-ph {
    position: relative;
    z-index: 0;
    top: -18px;
    margin-bottom: -18px;
}
.page-content-in {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    padding: 0px 15px;
}
.page-content-in-x {
    padding: 20px 0px;
}
.vision-headline {
    padding: 0px;
    font-family: "Midashi Go MB31";
    font-size: 29px;
    line-height: 41px;
}
.vision-ph {
    padding: 0px;
    margin: 30px 0px;
    display: flex;
    gap: 0px 10px;
}
.sppdb{
	padding-bottom:30px;
}
.vision-text {
    padding: 0px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 10px;
}
.company-predi {
    display: flex;
    padding: 50px 15px;
    background-color: #FFF;
    margin-bottom: 50px;
}
.company-predi-ph {
    width: 100%;
}
.company-predi-info{
	width:100%;
}
.predi03 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    line-height: 24px;
    padding-top: 20px;
}
.page-content-in-bread {
    text-align: right;
    padding: 15px 0px;
    font-size: 12px;
    color: #0B5E95;
    padding-right: 0px;
}
.page-content-headline h3 {
    font-size: 16px;
    color: #FD8081;
    font-family: "Gothic MB101 Bold";
}
.page-content-headline {
    padding-bottom: 15px;
}
.service-num {
    width: 30%;
    color: #0B5E95;
    font-size: 80px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    line-height: 1em;
    position: relative;
    top: -44px;
    margin-bottom: -44px;
    left: -3px;
}
.service-name-headline {
    font-size: 16px;
    color: #0B5E95;
    font-family: "Gothic MB101 Bold";
    padding-top: 5px;
    padding-bottom: 5px;
}
.service-name {
    width: 70%;
}
.service-text{
	font-family: "Noto Sans JP", sans-serif;
	font-size:14px;
	line-height:25px;
	padding-bottom:15px;
}
.page-content-service {
    display: flex;
    flex-wrap: wrap;
}
.page-in {
    width: 1060px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0px 15px;
}
.page-content-about li {
    display: flex;
    border-top: 1px solid #0B5E95;
    padding: 13px 0px;
    flex-wrap:wrap;
}
.aboutus-item {
    width: 100%;
    font-family: "Midashi Go MB31";
    font-size:16px;
}
.aboutus-text{
	width:100%;
	font-size:14px;
	line-height:22px;
}
.aboutus-text span{
	font-family: "Midashi Go MB31";
}
.page-content-about-2-left li {
    display: flex;
    border-top: 1px solid #0B5E95;
    padding: 13px 0px;
    flex-wrap:wrap;
}
.page-content-about-2-left {
    width: 100%;
}
.page-content-gmap iframe {
    height:120px;
}
.pp-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 22px;
}
.pp-headline {
    font-family: "Midashi Go MB31";
    font-size: 16px;
    padding: 5px 0px;
}
.pp-history {
    padding: 20px 0px;
    text-align: right;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 22px;
}
.pp-button a {
    display: block;
    width: 100%;
    font-size: 16px;
    background-color: #000;
    color: #FFF;
    text-decoration: none;
    transition: 0.2s;
    font-family: "Gothic MB101 Bold";
    padding: 8px;
    padding-left: 15px;
    position: relative;
}
.ph-none {
    padding-bottom: 35px;
}
.page-content-contact-tel {
    font-size: 40px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    line-height: 1em;
    position: relative;
    top: -10px;
    margin-bottom: -15px;
}
.page-content-contact-tel-note {
    padding-bottom: 50px;
    font-size:14px;
 }
 .form-an {
     font-family: "Noto Sans JP", sans-serif;
     font-size: 14px;
     line-height: 22px;
 }
 .form-list {
     padding: 15px 0px;
 }
 .form-list li {
     display: flex;
     gap: 0px;
     padding-bottom: 10px;
     flex-wrap: wrap;
 }
 .form-item {
     width: 100%;
     font-family: "Midashi Go MB31";
     padding: 0px 0px;
     padding-bottom:5px;
 }
 .form-req {
     font-size: 12px;
     padding: 0px 5px;
     background-color: #0B5E95;
     color: #FFF;
     display: inline-block;
     border-radius: 3px;
     margin-right: 1px;
     position: relative;
     top: -1px;
 }
 .form-input {
     width: 100%;
 }
 .form-input input[type="text"] {
     height: 40px;
     width: 100%;
     padding: 10px;
     border-radius: 5px;
     border: none;
     outline: none;
     box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
 }
 .form-input input[type="tel"] {
	 	height: 40px;
	 	width: 100%;
	 	padding: 10px;
	 	border-radius: 5px;
	 	border: none;
	 	outline: none;
	 	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
 }
  .form-input input[type="email"] {
 	 	height: 40px;
 	 	width: 100%;
 	 	padding: 10px;
 	 	border-radius: 5px;
 	 	border: none;
 	 	outline: none;
 	 	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  }
  .wpcf7-submit {
    font-size: 21px;
  }
  .sp-menu-foot{
  	position:absolute;
  	bottom:30px;
  	width:83%;
  }
  .sp-menu-foot a{
  	background-color: #FD8081;
  	color: #FFF;
  	padding:6px;
  	padding-left: 30px;
  	padding-right: 30px;
  	display: block;
  	font-size: 20px;
  	border: 1px solid #FD8081;
  	position: relative;
  	text-decoration:none;
  	font-weight:700;
  	font-family: "Open Sans", sans-serif;
  }
  .sp-menu-foot a:after{
  	position:absolute;
  	right:20px;
  	content:"→";
  	font-family:"Midashi Go MB31";
  }
  .btnpdt{
  	padding-top:0px;
  }
  .sppdbt{
  	padding-bottom:35px;
  }
  .footer-contact-row-headline {
      display: inline-block;
  }
  .footer-contact-row-text {
      display: inline-block;
  }
}
/* ================================================== */
@media screen and (max-width: 480px) {
	.footer-contact-col {
	    width: 100%;
	    text-align: center;
	    padding: 0px;
	    margin: 0px 50px;
	    display: inline-block;
	    padding-top:20px;
	    padding-bottom:20px;
	}
}
/* ================================================== */
@media screen and (max-width: 375px) {
	.footer-contact-col {
	    width: 100%;
	    text-align: center;
	    padding: 0px;
	    margin: 0px 30px;
	    display: inline-block;
	    padding-top:20px;
	    padding-bottom:20px;
	}
}
@media screen and (max-width: 360px) {
	.footer-contact-col {
	    width: 100%;
	    text-align: center;
	    padding: 0px;
	    margin: 0px 30px;
	    display: inline-block;
	    padding-top:20px;
	    padding-bottom:20px;
	}
	.footer-contact-row-button a {
	    font-size: 18px;
	    width: 300px;
	    display: inline-block;
	}
	.footer-contact-row-tel {
	    font-size: 47px;
	    display: inline-block;
	}
}