@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;900&display=swap');


/* CSS Document */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * resets
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    list-style-type: none;
}

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {   font-family:'Noto Sans JP',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif ;
}

.font_a{
	font-family:'Questrial', sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
	margin: 0;
    padding: 0;
    font-size: 1.7rem;
    line-height: 1.7;
	position:relative;
	font-weight: 700;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus,a {
    outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 1em;
    margin: 0;
    padding: 0;
}
h2{
    font-size: 3.2rem;
    margin-bottom: 50px;;
	font-weight:900;
}
@media screen and (max-width:770px){
	h2{
    font-size: 3rem;
	}
}
h3{
    font-size: 2rem;
    margin: 0;
	font-weight:normal;
}
h4{
    font-size: 1.6rem;
    margin: 0;
	font-weight:normal;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}


/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul,
dd {
    margin: 0;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
	max-width:100%;
	height:auto;
    vertical-align: bottom;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */


button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, *: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;
}
a{
	text-decoration:none;
	color:#000;
}
a:hover{
	color:#2599ff;
}

/*clearfix*/
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*margin*/
.mt-10				{ margin-top: 10px; }
.mt-15				{ margin-top: 15px; }
.mt-20				{ margin-top: 20px; }
.mt-25				{ margin-top: 25px; }
.mt-30				{ margin-top: 30px; }
.mt-35				{ margin-top: 35px; }
.mt-40				{ margin-top: 40px; }
.mt-45				{ margin-top: 45px; }
.mt-50				{ margin-top: 50px; }

.mr-10				{ margin-right: 10px; }
.mr-15				{ margin-right: 15px; }
.mr-20				{ margin-right: 20px; }
.mr-25				{ margin-right: 25px; }
.mr-30				{ margin-right: 30px; }
.mr-35				{ margin-right: 35px; }
.mr-40				{ margin-right: 40px; }
.mr-45				{ margin-right: 45px; }
.mr-50				{ margin-right: 50px; }

.ml-10				{ margin-left: 10px; }
.ml-15				{ margin-left: 15px; }
.ml-20				{ margin-left: 20px; }
.ml-25				{ margin-left: 25px; }
.ml-30				{ margin-left: 30px; }
.ml-35				{ margin-left: 35px; }
.ml-40				{ margin-left: 40px; }
.ml-45				{ margin-left: 45px; }
.ml-50				{ margin-left: 50px; }

.mb-10				{ margin-bottom: 10px; }
.mb-15				{ margin-bottom: 15px; }
.mb-20				{ margin-bottom: 20px; }
.mb-25				{ margin-bottom: 25px; }
.mb-30				{ margin-bottom: 30px; }
.mb-35				{ margin-bottom: 35px; }
.mb-40				{ margin-bottom: 40px; }
.mb-45				{ margin-bottom: 45px; }
.mb-50				{ margin-bottom: 50px; }

/*padding*/
.pt-10				{ padding-top: 10px; }
.pt-15				{ padding-top: 15px; }
.pt-20				{ padding-top: 20px; }
.pt-25				{ padding-top: 25px; }
.pt-30				{ padding-top: 30px; }
.pt-35				{ padding-top: 35px; }
.pt-40				{ padding-top: 40px; }
.pt-45				{ padding-top: 45px; }
.pt-50				{ padding-top: 50px; }

.pr-10				{ padding-right: 10px; }
.pr-15				{ padding-right: 15px; }
.pr-20				{ padding-right: 20px; }
.pr-25				{ padding-right: 25px; }
.pr-30				{ padding-right: 30px; }
.pr-35				{ padding-right: 35px; }
.pr-40				{ padding-right: 40px; }
.pr-45				{ padding-right: 45px; }
.pr-50				{ padding-right: 50px; }

.pl-10				{ padding-left: 10px; }
.pl-15				{ padding-left: 15px; }
.pl-20				{ padding-left: 20px; }
.pl-25				{ padding-left: 25px; }
.pl-30				{ padding-left: 30px; }
.pl-35				{ padding-left: 35px; }
.pl-40				{ padding-left: 40px; }
.pl-45				{ padding-left: 45px; }
.pl-50				{ padding-left: 50px; }

.pb-10				{ padding-bottom: 10px; }
.pb-15				{ padding-bottom: 15px; }
.pb-20				{ padding-bottom: 20px; }
.pb-25				{ padding-bottom: 25px; }
.pb-30				{ padding-bottom: 30px; }
.pb-35				{ padding-bottom: 35px; }
.pb-40				{ padding-bottom: 40px; }
.pb-45				{ padding-bottom: 45px; }
.pb-50				{ padding-bottom: 50px; }

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

/*---------------------------------------------------*/
header{
	position:fixed;
	width: 100%;
	height: 55px;
	background: rgba(255,255,255,.95);
	z-index: 10;
	filter: drop-shadow(0 4px 6px rgba(0,0,0,.2));
}
header:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	height:2px;
	background:#2599ff;
	animation:h-line .8s forwards;
}
@keyframes h-line{
	0%{width:0}
	100%{width:100%}
}
header .h_logo{
	font-size: 3.3rem;
    margin: 0;
	font-weight:900;
	display: table-cell;
	position: absolute;
	left: 20px;
	top: -1px;
	z-index: 1;
	transition: color .3s, background .3s;
}
header .h_logo span{
	font-size:0.8em;
}
header .pcnav{
	display:flex;
	position: relative;
	align-items: center;
}
header .pcnav .main_nav{
	display:flex;
	width:100%;
	justify-content: flex-end;
	align-items: center;
}
header .pcnav .main_nav li{
}
header .pcnav .main_nav li a{
	padding: 15px 8px;
	display: block;
}
header .pcnav .main_nav li a:hover{
}
header .pcnav .main_nav li:last-child a{
	background:#0099ff;
	color: #fff;
	padding: 15px 20px;
}
header .pcnav .main_nav li:last-child a:hover{
	background:#0066ff;
}
header .pcnav img{
	vertical-align:middle;
}
header .pcnav .h_tel{
	font-size:2.2rem;
	padding:15px;
}

header .pcnav .h_mail{
}

header .h_tel img{
	height:20px;
	width:auto;
}
header .h_mail img{
	height:16px;
	width:auto;
	margin-right: 5px;
	margin-bottom: 2px;
}


/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 0;
  top   : 0;
  background: #0099ff;
  width : 55px;
  height: 55px;
  cursor: pointer;
  text-align: center;
}
.hamburger:after{
	content:"メニュー";
	position:absolute;
	bottom:4px;
	left:0;
	right:0;
	margin:auto;
	color:#fff;
	font-size:1.1rem;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 23px;
  height  : 2px ;
  left    : 0;
  right:0;
  margin:auto;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 12px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 28px;
}

.hamburger.active span:nth-child(2){
  width: 0px;
}
.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(3){
  background :#fff;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hamburger.active span:nth-child(1){
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform    : translateY(8px) rotate(45deg);
  -o-transform     : translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.hamburger.active span:nth-child(3){
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform : translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}


nav.globalMenuSp {
	position: fixed;
	z-index : 2;
	top  : 0;
	right: -110vw;
	background:#2599ff;
	text-align: center;
	width: 100vw;
	height: 100vh;
}
nav.globalMenuSp.active{
	animation:spnavin .6s forwards;
}
@keyframes spnavin{
	0%{right: -110vw}
	100%{right:0}
}

nav.globalMenuSp div{
	height:100%;
	display:flex;
	align-items:center;
	justify-content: center;
}
nav.globalMenuSp .menu_a{
  margin: 0 auto;
  padding: 0 10% 5vh;
  width: 100%;
}

nav.globalMenuSp .menu_a li {
  list-style-type: none;
  padding: 10px 10px 10px 0;
  width: 100%;
  transition: .4s all;
  border-bottom:1px solid #fff;
	text-align: left;
}
nav.globalMenuSp .menu_a li:last-child,
nav.globalMenuSp .menu_a li:nth-last-child(2){
	border:none;
	text-align: center;
	padding: 15px 0 0;
}
nav.globalMenuSp .menu_a li:nth-last-child(3){
	border:none;
}
nav.globalMenuSp .menu_a li:last-child a{
	font-size: 2rem;
	background: #fff;
	color: #2599ff;
	padding: 4px;
	border-radius: 20px;
}
nav.globalMenuSp .menu_a li:nth-last-child(2) a{
	font-size: 2.5rem;
	background: #fff;
	color: #2599ff;
	border-radius: 20px;
	display: flex;
    align-items: center;
    justify-content: center;
}
nav.globalMenuSp .menu_a li:last-child a img,
nav.globalMenuSp .menu_a li:nth-last-child(2) a img{
	vertical-align: middle;
}
nav.globalMenuSp .menu_a li a{
	color:#fff;
	display: block;
	font-size: 2rem;
}

nav.globalMenuSp.active .menu_a li:nth-child(1) {
	opacity:0;
  animation: example 0.5s ease .1s forwards;
}
nav.globalMenuSp.active .menu_a li:nth-child(2) {
	opacity:0;
  animation: example 0.5s ease .2s forwards;
}
nav.globalMenuSp.active .menu_a li:nth-child(3) {
	opacity:0;
  animation: example 0.5s ease .3s forwards;
}
nav.globalMenuSp.active .menu_a li:nth-child(4) {
	opacity:0;
  animation: example 0.5s ease .4s forwards;
}
nav.globalMenuSp.active .menu_a li:nth-child(5) {
	opacity:0;
  animation: example 0.5s ease .5s forwards;
}

@keyframes example {
	0% {
	  opacity:0;
	  transform:translateX(5%)
	}
	
	100% {
	  opacity: 1;
		transform:translateX(0)
	}
}

.hamburger{
	display:none;
}

#f_btn{
    width: 60px;
    height: 60px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 6;
	border-radius:50%;
}
#f_btn:before{
	content:"";
	position:absolute;
    left: 0;
	right:0;
	top:25px;
	margin:auto;
    width: 20px;
    height: 20px;
    border-top: 2px solid #0099ff;
    border-right: 2px solid #0099ff;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width:970px){
	header .pcnav{
		display:none;
	}
	.hamburger{
		display:block;
	}
}
/*---------------------------------------------------*/
.wrapper{
	overflow-x:hidden;
	width: 100vw;
	height: auto;
}
.inner{
	width:80%;
	margin: 0 auto;
}
@media screen and (max-width:770px){
	.inner{
		width:90%;
	}
}

#Mv{
	position: relative;
	height: 90vh;
	display: flex;
	align-items: center;
	overflow: hidden;
	background-attachment: fixed;
}
#Mv .mvisual{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("img/mv01.jpg") center no-repeat #f8f8f8;
	background-size: cover;
	animation:mvbef 2.5s forwards;
	z-index: -1;
}
#Mv .mvisual:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:linear-gradient(135deg, rgb(29 255 241 / 32%), rgb(0 67 255 / 30%));
	z-index:1;
}

@keyframes mvbef{
	0%{opacity: 0}
	100%{opacity: 1;}
}
#Mv:after{
	content:"";
	position: absolute;
	bottom: -2px;;
	left: auto;
	right: 0;
	margin: auto;
	width: 105%;
	height: 100%;
	background: url(img/mv_mask.svg) center bottom no-repeat;
	background-size: contain;
	z-index: 1;
}

#Mv .inner p{
	font-size: 3.6rem;
	font-weight: 900;
}
#Mv .inner p {
	position: relative;
	display: table;
	font-size: 36px;
	margin-bottom: 10px;
}
#Mv .inner p:before {
	animation: mvtxtbg .5s forwards;
	animation-delay: .6s;
	background: #fff;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	transform-origin: left center;
}
#Mv .inner p:nth-child(2):before{
	animation-delay:.8s;
} 
#Mv .inner p span {	
  display: inline-block;
  padding: 5px 5px 5px 15px;
  position: relative;
  z-index: 1;
}
 
@keyframes mvtxtbg {
  0% {
    opacity: 0;
    width:0;
  }
  100% {
	opacity: 1;
    width:100%;
  }
}

@media screen and (max-width:770px){
	#Mv{
		height:70vh;
		background-attachment:initial;
	}
	#Mv .inner p{
		font-size: 5.5vw;
	}
	#Mv .mvisual{
		height:70vh;
	}
}

.intro{
	background: #f8f8f8;
	position: relative;
    z-index: 1;
}
.intro .inner{
	background:url(img/bg_ikoma.png) 95% center no-repeat #0099ff;
	transform: translateY(-50px);
    position: relative;
	color: #fff;
	padding: 100px 8%;
	border-radius: 3px;
	filter:drop-shadow(0 4px 4px rgba(0,0,0,.4))
}
.intro .i_title{
	font-size: 2.5rem;
}
.intro .i_title span{
	font-size: 1.3em;
}
.intro .i_txt{
	margin-top:25px;
	padding-top: 25px;
	border-top: 2px solid #fff;
}
@media screen and (max-width:770px){
	.intro .inner{
		padding:50px 7%;
	}
	.intro .i_title{
		font-size:1.9rem;
	}
	.intro .i_title span{
		font-size: 1.2em;
	}
}
#Service{
	text-align: center;
	padding: 100px 0 0;
	position:relative;
	background: #fff;
}
#Service:after{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 101%;
	height: 100%;
	transform:rotate(180deg);
	background: url(img/mv_mask.svg) center bottom no-repeat;
	background-size: contain;
	z-index: 1;
}
#Service .inner{
	max-width: 2400px;
	position: relative;
    z-index: 2;
}
#Service .inner ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px 0 0 0;
}
#Service .inner ul li{
	width: calc(33.33% - 1%);
	margin-bottom: 15px;
}
#Service .inner ul li a{
	display: block;
	transition:filter .3s;
}
#Service .inner ul li a:hover{
	filter:drop-shadow(0 4px 4px rgba(0,0,0,.4)) brightness(1.1);
}
#Service .inner ul li a img{
	border-radius:3px;
}
#Service .inner ul li h3{
	margin: 15px 0;
}
@media screen and (max-width:770px){
	#Service{
		text-align:left;
	}
	#Service .inner ul li h3{
		margin: 5px 0;
	}
}

#Flow{
	padding: 100px 0;
	background: #fff;
}
#Flow h2{
	text-align: center;
}
#Flow .inner{
}
#Flow .inner ul{
	counter-reset: number 0;
}
#Flow .inner ul li{
	margin: 50px 0;
	position: relative;
	background: #f5faff;
	padding: 3%;
	border-radius: 8px;
}
#Flow .inner ul li:after{
	content:"";
	position: absolute;
	left: calc(3% + 14px);
	bottom: -28px;
	background: url(img/icon_arrow.svg) center no-repeat;
	width: 18px;
	height: 15px;
}
#Flow .inner ul li:last-child:after{
	content:none;
}
#Flow .inner ul li h3{
	position: relative;
	font-weight: 900;
	border-bottom: 2px solid #0099ff;
	padding: 10px 0 10px 60px;
	margin-bottom: 15px;
	font-size: 2.2rem;
}
#Flow .inner ul li h3:before{
	position: absolute;
	left: 0;
	bottom:0;
	text-align: center;
	height:50px;
	width: 50px;
	background: #0099ff;
	color: #fff;
	font-family: 'Questrial', sans-serif;
	font-size: 4rem;
	line-height: 50px;
	counter-increment: number 1;
	content: counter(number) " ";
}
@media screen and (max-width:770px){
	#Flow{
		padding: 100px 0 50px;
	}
	#Flow h2{
		text-align:left;
	}
	#Flow .inner ul li h3{
		font-size: 1.8rem;
	}
}

#Company{
	padding: 100px 0;
	background: #f8f8f8;
}
#Company h2{
	text-align: center;
}
#Company ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1400px;
	margin: 50px auto 0;
}
#Company ul li{
	width: calc(50% - 1.5%);
	margin-bottom: 25px;
}
#Company ul li table{
	border-collapse:  collapse;
	width: 100%;
}
#Company ul li table th,
#Company ul li table td{
	border-bottom:1px solid #000;
	padding: 10px 0;
	vertical-align: top;
}
#Company ul li table th{
	min-width: 120px;
}
@media screen and (max-width:770px){
	#Company h2{
		text-align: left;
	}
	#Company ul li{
		width: 100%;
	}
}

#Contact{
	text-align: center;
	padding: 100px 0;
	background: #fff;
}
#Contact h2{
}
#Contact .inner{
}
#Contact .inner h4{
	font-size: 2.1rem;
	color: #0099ff;
	margin: 50px auto 25px;
}
@media screen and (max-width:770px){
	#Contact{
		text-align: left;
	}
}

/*============================
#mailform
============================*/
#mailformpro{
	width:100%;
	max-width:800px;
	margin:0 auto;
}
.contacttbl{
	width:100%;
	max-width:700px;
	margin:0 auto;
}
.contacttbl table{
	text-align:left;
	width:100%;
}
.contacttbl th{
	margin-top:1rem
}
.contacttbl th,
.contacttbl td {
	font-weight:normal;	
    padding: .4rem 0;
    display:block
}
.contacttbl th span{
	background:#0099ff;
	color:#fff;
	font-size: 1.2rem;
	padding: 1px 5px;
}
.contacttbl input{
	width:100%;
	padding:10px;
	background: #f9f9f9;
    border: 1px solid #959595;
}
.contacttbl textarea{
	width:100% !important;
	min-height:250px;
	padding:5px;
	background: #f9f9f9;
    border: 1px solid #959595;
}
.contacttbl .submitbutton {
    text-align: center;
    margin-top: 10px;
}
.contacttbl .submitbutton input[type='submit'],
.mfp_element_submit, .mfp_element_reset, .mfp_element_button{
	display: block;
    color: #fff;
    font-size: 1.6rem;
    padding: 15px;
    text-align: center;
    width: 250px;
	margin:50px auto 0;
	background-color: #0099ff;
    border: 1px solid #0099ff;
    transition: .3s;
}
.contacttbl .submitbutton input[type='submit']:hover,
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover{
	background: none;
    color: #0099ff;
}

.thanks{
	height:calc(100vh - 240px);
	display: flex;
    align-items: center;
}
.thanks p span{
	font-size:.8em;
}

div#mfp_phase_confirm h4{
	font-size: 2.4rem !important;
	margin-bottom:50px;
}

footer{
	background: #f8f8f8;
	border-bottom: 4px solid #2599ff;
	font-size: 1.4rem;
}
footer .f_inner{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 50px 0;
}
footer .f_inner .f_left,
footer .f_inner .f_right{
	width: 50%;
}
footer .f_inner .f_left{
}
footer .f_inner .f_left .flogo{
	font-size: 2.8rem;
	font-weight:900;
	margin-bottom: 10px;
	display: table-cell;
}
footer .f_inner .f_left .flogo span{
	font-size:0.8em;
}
footer .f_inner .f_right{
	display: flex;
	justify-content: flex-end;
}
footer .f_inner .f_right ul{
	display: flex;
	align-items: center;
}
footer .f_inner .f_right ul li a{
	padding-left: 15px;
}

copy{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.2rem;
	padding:5px 0;
	color: #555;
}

@media screen and (max-width:770px){
	footer .f_inner .f_left,
	footer .f_inner .f_right{
		width: 100%;
	}
	footer .f_inner .f_right{
		display: none;
	}
}