/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html,
button,
input,
select,

textarea {
    color: #222;
}
html, body {
	width:100% !important;
	height:100% !important;
	padding:0;
	margin:0;
}

html {
	font-size: 1.125rem;
	line-height: 1.8;
}

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    -webkit-text-size-adjust: 100%;
}
#top {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-image: url("../images/back.jpg");
}
body.preload .wow.fadeIn {
	opacity: 0 !important;
}

a { overflow: hidden; outline: none;}
a:focus{outline: none;}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
	vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
a img.linkimg{
background:none!important;
}
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}
.br_pc_only {display:block}
.br_sp_only {display:none}
.red-point{color: #9b0034;}
/* -----------------------------------------------
ヘッダー・グローバルナビ部分
----------------------------------------------- */
#top-head .inner {
	background-color:rgba(255,255,255,1);
	width:100%;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	padding: 0 10px;
}
#top-head.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0;
    line-height: 1;
    z-index: 999;
    position: absolute;
    top: 0;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
	margin: 10px 0 0 20px;
	padding:0;
    display: block;
    position: absolute;
}
#top-head .logo img {width: 80px;}

.for-tel-fixed,.for-form-fixed{display: none;}
#global-nav {position: relative;}
#global-nav ul {
	list-style: none;
	text-align: left;
	margin: 0 auto;
    padding: 36px 0 0;
    overflow: hidden;
    display: flex;
    flex-direction: row; 
    justify-content: center;
    align-items: center;
    width: 100%;
}
#global-nav ul li {
	float: left;
	position:relative;
	font-size:100%;
	font-weight:700;
	margin:0;
    padding: 0 1em;
	border-right: solid 1px #000;
}
#global-nav ul li:last-child {border-right: none;}

#global-nav .head_menu a{display: inline-block;line-height:16px;padding: 0 0 0;}
#global-nav .head_menu a:link,
#global-nav .head_menu a:visited { color: #000;padding-bottom: 2px;}
#global-nav .head_menu a:hover {
    border-bottom: solid 2px #fff;
    padding-bottom: 0px;
 }

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0px;
    height: 80px;
	box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.03);
	background:#FFFFFF;
	z-index:100;
}
#top-head.fixed .logo{margin: 10px 0 0 20px;}

#top-head.fixed .logo img{width: 80px;}
#top-head.fixed .inner{
    background-color:rgba(255,255,255,1);
	height: 80px;
}

#top-head.fixed #global-nav ul {
	position: absolute;
	top:30px;
	right:200px;
	width: 60vw;
	padding: 0;
	justify-content: flex-end;
}
#top-head.fixed #global-nav ul li {
	font-size: 18px;
	padding: 0 0.75em; 
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 32px;
    height: 34px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #333;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

header {
	width:100%;
	max-width:3200px;
	margin:0 auto 0;
	height: 90vh;
	z-index:0;
    display: flex;
}
header .head_innner {
	margin: 0 auto;
    width: 1000px;
	padding:8vh 0 0;
	position:relative;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
}
.head_innner h2,.head_innner h3 {margin:0 auto; width: 100%;text-align: center;}
.head_innner h2 {font-size: 68px;font-weight:bold;padding-bottom: 40px;}
.head_innner h2 span {display: block; text-align: right;}
.head_innner h3 {font-size: 32px;font-weight:bold;}

/* -----------------------------------------------
レイアウト調整
----------------------------------------------- */
#wrapper {
	margin: 0 auto 0;
	text-align:center;
}
.clear {clear:both;}
.info_inner {
	margin: 0 auto;
    padding: 60px 0;
	 width: 100%;
    max-width: 1280px;
	position:relative;
	display: flex;
	justify-content: space-between;
}
.info_inner .info_pt{width: 100%;max-width:600px;padding: 0 10px}
.info_pt img {width: 100%;}
.info_pt a {display: block;}
.info_pt a:hover {
	transform: scale(1.05);
	transition-duration: 0.3s;
}
h4{
	font-size: 48px;
	margin: 4rem auto ;
	font-weight: bold;
	width: 100%;
}
h5{
	font-size: 36px;
	margin: 6rem auto ;
	font-weight: bold;
	text-align: left;
}

.trouble_after,.price_after{background: #faa0a0;}
.solution_after,.area_after{background: #e696be;}
/* -----------------------------------------------
Feature
----------------------------------------------- */
#feature {background: rgba(255,255,255,1);padding: 0 20px;}
#feature .feature_inner {
	margin: 0 auto;
    padding: 100px 0 0;
    width: 100%;
    max-width: 1000px;
}
#feature .feature_inner p {
	text-align: left;
	margin-bottom: 1.5rem;
}

/* -----------------------------------------------
Solution
----------------------------------------------- */
#solution {  background: rgba(255,255,255,1);padding: 0 20px;}
#solution .solution_inner {
	margin: 0 auto;
    padding: 100px 0 40px;
    width: 100%;
	position:relative;
    max-width: 1000px;
}
.solution_inner p {	text-align: left;
	margin-bottom: 1.5rem;font-size: 20px;
}
.solution_box{
  display: flex;
  flex-direction: row;
	text-align: left;
}
.profileimg{
	width: 100%;
	max-width: 1000px;
	margin: 4rem auto 14rem;
	position: relative;
}
.profileimg .pro-photo{	max-width: 502px;}
.pro-photo img{	width: 100%; max-width: 502px;}
.profileimg .pro-textbox{
	background: #9b0034;
	padding: 1.8em;
	position: absolute;
	top:10%;left: 45%;
	color: #ffffff;
	display: block;
	width: 100%;max-width: 560px;
	text-align: left;
}
.pro-textbox .copytitle{font-size:36px;font-weight: bold;margin: 0 auto;}
.pro-textbox .pro-text{font-size:14px;max-width: 80%; }
.pro-textbox .pro-name{font-size:70px;writing-mode: vertical-rl;position: absolute;right: 0%;bottom: 10%; }

.solution_box + .solution_box{
  margin-top: 80px;
}
.solution_box__body{
  width: 50%;
  padding: 0 20px;
}
.solution_box ul {
  list-style: none;
	padding: 0;
	margin: 0 auto;
  width: 50%;
}
.solution_box li {
  position: relative;
  padding-left: 80px;
	padding-bottom: 40px;
}
li.solution_box_hosomi-txt:before {
  content: "細見：";
	font-weight: bold;
  left: 0;
  position: absolute;
}
li.solution_box_awa-txt:before {
  content: "阿波：";
	font-weight: bold;
  left: 0;
  position: absolute;
}
.solution_box__image{
  width: 50%;
}
.solution_box__image img{
  width: 100%;
  object-fit: cover;
}
.leftspace{margin-left: 40px;}
.rightspace{margin-right: 40px;}

.solution_box.reverse{
  flex-direction: row-reverse;
}
/* -----------------------------------------------
Support
----------------------------------------------- */
#support {
	background: rgba(255,255,255,1);padding: 0 20px;
}
#support .support_inner {
	margin: 0 auto;
    padding: 100px 0 300px;
    width: 100%;
	position:relative;
    max-width: 1000px;
}
.support_inner p {
	text-align: left;
	margin-bottom: 1.5rem;
}
.support_info_inner {
	margin: 0 auto;
	 width: 100%;
    max-width: 1000px;
	position:relative;
	display: flex;
	justify-content: space-between;
}
.support_info_inner .support_info_pt{width: 100%;max-width:490px;}
.support_info_pt img {width: 100%;}
.support_info_pt a {display: block;}
.support_info_pt a:hover {
	transform: scale(1.05);
	transition-duration: 0.3s;
}

/* -----------------------------------------------
フッター
----------------------------------------------- */
footer{
	width: 100%;
    background: #9b0034;
	padding: 10px 0;
	bottom: 0;
}
footer .f_inner{
    width: 100%;
	max-width: 1120px;
	margin:0 auto;
	height:auto;
	text-align:center;
	color: #ffffff;
}
footer .f_inner img{max-width: 220px;margin: 0 auto;}
footer .f_inner p {margin: 0 auto;}

footer .pagetop {
  position: fixed;
  right: 1%;
  display: block;
  padding: 20px;
bottom: 15%;
}
footer .form_menu{
	display: inline-block;
	margin: 10px auto 0;
	width: 100%;
	max-width: 600px;
	font-size: 36px;
	font-weight: bold;
	color: #9b0034;
}
.form_menu a {
	display:block;
	padding: 10px 0;
	background: #ffffff;
	background-image: url("../images/go_form.png");
	background-repeat: no-repeat;
	background-position: 95% 46%;
	border: solid 2px #9b0034;
	border-radius: 40px;
}
.form_menu a:link { color:#9b0034; text-decoration:none;}
.form_menu a:visited { color:#9b0034; text-decoration:none;}
.form_menu a:hover {
	color:#ff0000; 
text-decoration:none;-webkit-transition: all .5s;transition: all .5s;}

