@charset "UTF-8";

@font-face {
	font-family: 'Avant';
	src:url('font/avant.otf');
}


/* 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", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;

}

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

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

body {
	margin: 0;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.9;
	position:relative;
	background:#fff;
	color:#333;
}

/* ==========================================================================
   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: 2em;
    margin: 0;
}

h2,h3,h4{
    font-size: 2.4rem;
    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: #333;
}

/**
 * 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:#333;
}
a:hover{
	color:#60c9d9;
}
#Btoc a:hover{
	color:#c45597;
}

.t_center{
	text-align:center;
}

/*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; }



/*---------------------------------------------------*/


/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 0;
  top   : 0;
  width : 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
}
.hamburger:after{
	content:"menu";
	position:absolute;
	bottom:4px;
	left:0;
	right:0;
	margin:auto;
	font-size:1.2rem;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 1px ;
  left    : 0;
  right:0;
  margin:auto;
  background : #333;
  -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: 22px;
}
.hamburger span:nth-child(3) {
  top: 32px;
}

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

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


nav.globalMenuSp {
	position: fixed;
	z-index : 2;
	top  : 0;
	left : 0;
	color: #fff;
	background:#fff;
	text-align: center;
	width: 100%;
	height: 100vh;
	display: none;
	align-items: center;
}
nav.globalMenuSp:before{
	content:"";
	position: absolute;
	top  : 0;
	left : 0;
	background:#fff;
	text-align: center;
	width: 100%;
	height: 100vh;
	opacity:0;
}


nav.globalMenuSp  div{
	height:100%;
	display:flex;
	align-items:center;
}
nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0 10%;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
  border-bottom:1px solid #ccc;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
}

nav.globalMenuSp ul li a {
  display: block;
  color: #333;
  padding: 1em 0;
  text-decoration :none;
  text-align:left;
}
nav.globalMenuSp ul li{
	opacity: 0;
}
nav.globalMenuSp.active ul li:nth-child(1) {
  animation: example 0.5s ease .1s forwards;
}
nav.globalMenuSp.active ul li:nth-child(2) {
  animation: example 0.5s ease .2s forwards;
}
nav.globalMenuSp.active ul li:nth-child(3) {
  animation: example 0.5s ease .3s forwards;
}
nav.globalMenuSp.active ul li:nth-child(4) {
  animation: example 0.5s ease .4s forwards;
}
nav.globalMenuSp.active ul li:nth-child(5) {
  animation: example 0.5s ease .5s forwards;
}
nav.globalMenuSp.active ul li:nth-child(6) {
  animation: example 0.5s ease .6s forwards;
}
nav.globalMenuSp.active ul li:nth-child(7) {
  animation: example 0.5s ease .7s forwards;
}
nav.globalMenuSp.active ul li:nth-child(8) {
  animation: example 0.5s ease .8s forwards;
}
nav.globalMenuSp.active ul li:nth-child(9) {
  animation: example 0.5s ease .9s forwards;
}
@keyframes example {
	0% {
	  opacity:0;
	  transform:translateX(5%)
	}
	
	100% {
	  opacity: 1;
	}
}

.hamburger{
	display:none;
}

#f_btn{
    width: 60px;
    height: 40px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 6;
}
#f_btn:before{
	content: '';
	width: 30px;
	height: 30px;
	border: 0;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	right:0;
	margin:auto;
	transform: rotate(-45deg);
}



header{
	display:flex;
	justify-content: space-between;
	align-items:center;
	padding:0 10px 0 20px;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:10;
}
header h1{
	position:relative;
	z-index:100;
}
header a{
	display:block;
}

header a img{
	vertical-align:middle;
}

header .pcnav{
	display:flex;
	align-items:center;
	background: rgba(255, 255, 255, .3);
    padding: 5px 10px;
    border-radius: 50px;
    backdrop-filter: blur(3px);
}
header .pcnav li{
}
header .pcnav li a{
	padding:0 10px;
}
header .pcnav li a.current{
}
header .pcnav li a:hover{
}
@media screen and (max-width:770px){
	header .pcnav{
		display:none;
	}
	.hamburger{
		display:block;
	}
	.inner{
		width:100%;
	}
}
/*---------------------------------------------------*/

.pc{
	display:block;
}
.sp{
	display:none;
}

.inner{
	max-width:1440px;
	padding:0 3%;
	margin:0 auto;
}
.a_btn{
	display:block;
	background:#c8bfd9;
	color:#fff;
	font-size:1.4rem;
	padding:10px;
	text-align:center;
	width:200px;
	border-radius:30px;
	border:1px solid #c8bfd9;
	transition: .3s;
}
.a_btn:hover{
	background:none;
	color:#c8bfd9;
}

h3{
	font-size:2.4rem;
	line-height:1.4;
}
h4{
	font-size:2rem;
	line-height:1.4;
}

.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}

@media screen and (max-width:770px){
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
}


/*loading*/
#pageloading {
   background: #fff;
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   text-align: center;
   display: table;
   z-index: 9999;
}
#pageloading-icon {
   display: table-cell;
   vertical-align: middle;
}
#pageloading-icon img{
	width:50vw;
	max-width:250px;
	height:auto;
}


#Mv{
	width:100%;
	height:80vh;
	position:relative;
	overflow:hidden;
}
#Mv:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:url(img/top/mvbg.png?=220119) center no-repeat;
	background-size:contain;
	animation:mvmove 3s forwards;
}
@keyframes mvmove{
	0%{filter:blur(50px)}
	100%{filter:blur(0)}
}

#Mv p{
	position:absolute;
	right:0;
	top:55%;
	padding:0 20px;
	z-index:1;
}

@media screen and (max-width:770px){
	#Mv{
		height:50vh;
		margin-top:50px
	}
}

.top_about{
	text-align:center;
	margin:0 auto 200px;
}
.top_about h2{
	margin-bottom:60px;
}
.top_about p{
	margin-bottom:20px;
	line-height: 2.2;
}


@media screen and (max-width:770px){
	.top_about{
		margin:0 auto 100px;
	}
	.top_about p{
		text-align:left;
	}
}

#Top_service{
}
#Top_service .btob{
	background:url(img/top/secbg01.jpg?=220119) left center no-repeat;
	background-size:cover;
	padding:100px 0;
}

#Top_service h3{
	font-size:2rem;
	line-height:1.6;
}
#Top_service h3 span{
	font-size:.85em;
}
#Top_service .bb_content{
	background:rgba(176,222,229,.9);
	position:relative
}
#Top_service .bb_content:before{
	content:"B to B";
	font-family:'Avant', sans-serif;
	position:absolute;
	top:-210px;
	left:0;
	font-size:12rem;
	color:#b0dee5;
	letter-spacing:-0.5rem
}

#Top_service .btoc{
	background:url(img/top/secbg02.jpg?=220119) center no-repeat;
	background-size:cover;
	padding:100px 0;
}
#Top_service .bc_content{
	background:rgba(249,224,223,.9);
	position:relative;
	margin: 0 0 0 auto;
}
#Top_service .bc_content:before{
	content:"H to H";
	font-family:'Avant', sans-serif;
	position:absolute;
	top:-210px;
	right:0;
	font-size:12rem;
	color:#f9e0df;
	letter-spacing:-0.5rem
}

#Top_service ul{
	max-width:700px;
	padding:80px 70px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#Top_service ul li{
	width:50%;
}
#Top_service ul li .a_btn{
	margin:40px 0 0;
}
@media screen and (max-width:770px){
	#Top_service ul{
		padding:40px 30px;
	}
	#Top_service ul li{
		width:100%;
	}
	#Top_service ul li .a_btn{
		margin:25px 0;
	}
	#Top_service .bb_content:before,
	#Top_service .bc_content:before{
		font-size:8rem;
		top:-175px;
	}
}


#Company{
	padding:250px 0 0;
}
#Company .inner{
	position:relative;
}
#Company .back_title{
	font-family:'Avant', sans-serif;
	position:absolute;
	top:-160px;
	left:0;
	font-size:12rem;
	color:rgba(96,192,177,.15);
	letter-spacing:-0.5rem;
	line-height:1
}
#Company h3{
	text-align:center;
}
#Company table{
	width:100%;
	max-width:650px;
	margin:100px auto 0;
	border-collapse:collapse;
}
#Company table td{
	border-bottom:1px solid #9b9ba8;
	padding:15px;
}
#Company table td:first-child{
    white-space: nowrap;
}

#Company table tr:last-child td{
	border:none;
}

#Company table dl{
	display: flex;
	flex-wrap: wrap;
    line-height: 1.5;
	width: 100%;
}
#Company table dl dt{
	width: 50px;
	padding: 5px 0;
}
#Company table dl dd{
	width: calc(100% - 50px);
	padding: 5px 0;
}
@media screen and (max-width:770px){
	#Company table td {
		padding: 0;
		width: 100%;
		display: block;
		border: none;
	}
	#Company table td:nth-child(1){
		font-weight:bold
	}
	#Company table td:nth-child(2){
		border-bottom:1px solid;
		padding:10px 0 15px;
		margin-bottom:15px;
	}
}

#Bio{
	padding:250px 0 0;
}
#Bio h3{
	text-align:center;
}
#Bio .inner{
	position:relative;
}
#Bio .back_title{
	font-family:'Avant', sans-serif;
	position:absolute;
	top:-160px;
	left:0;
	font-size:12rem;
	color:rgba(96,192,177,.15);
	letter-spacing:-0.5rem;
	line-height:1
}
#Bio .inner dl{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:100px 0 0;
}
#Bio .inner dl dt{
	height:470px;
	background:url(img/top/img_ceo.jpg?=220119) center 0 no-repeat;
	background-size:cover;
}
#Bio .inner dt,
#Bio .inner dd{
	width:50%;
}
#Bio .inner dd{
	padding:0 30px;
}
#Bio .inner h4 span{
	color:#60c0b1;
	font-size:.8em;
	font-family: 'Avant', sans-serif;
    letter-spacing: 0.1rem;
}

#Recruit{
	padding: 100px 0 130px;
}
#Recruit .inner a{
	text-align: center;
}

@media screen and (max-width:770px){
	#Company .back_title,
	#Bio .back_title{
		font-size: 8rem;
	}
	#Bio .inner dt,
	#Bio .inner dd{
		width:100%;
	}
	#Bio .inner dd{
		padding:50px 0;
	}
	#Company table{
		margin:50px auto;
	}
	#Bio .inner dl{
		padding: 50px 0 0;
	}
	#Bio .inner dl dt{
		height:90vw;
	}
	#Recruit{
		padding: 20px 0 100px;
	}
}


#Contact{
	position:relative;
	padding:0 0 100px;
}
#Contact:before{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	background:url(img/common/contact_bg.png?=220119) left bottom no-repeat;
	background-size:contain;
	height:100%;
	width:100%;
	z-index:-1;
}
#Contact .inner{
	text-align:right;
}
#Contact .inner h5{
	font-family:'Avant', sans-serif;
	font-size:5rem;
	color:#61c0b2;
	line-height:1.2;
	font-weight: normal
}
#Contact .inner .a_btn{
	background-color:#60c1b2;
	border:1px solid #60c1b2;
	margin: 50px 0 50px auto;
}
#Contact .inner .a_btn:hover{
	background:none;
	color:#60c1b2;
}


@media screen and (max-width:770px){
	#Contact .inner{
		text-align:left;
	}
	#Contact .inner h5{
		font-size:10vw
	}
	#Contact .inner .a_btn{
		margin: 50px auto 50px 0;
	}
}


footer{
	background:#fefbf9;
}
footer .inner{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	padding:120px 20px;
}
footer .inner ul{
	display:flex;
	flex-wrap:wrap;
}
footer .inner ul li{
	padding:10px;
}
footer copy{
	display:block;
	text-align:right;
	width:100%;
	padding:0 10px;
	font-size:1.2rem;
}

footer .inner p img{
	opacity:.5;
}

@media screen and (max-width:770px){
	footer .inner ul{
		display:none;
	}
}


#Contact_page{
	padding:300px 0 100px
}
#Contact_page h3{
	text-align:center;
}
#Contact_page .inner{
	position:relative;
}
#Contact_page .back_title{
	font-family:'Avant', sans-serif;
	position:absolute;
	top:-160px;
	left:0;
	font-size:12rem;
	color:rgba(96,192,177,.15);
	letter-spacing:-0.5rem;
	line-height:1
}

#Contact_page .conta_txt{
	max-width:500px;
	margin:50px auto;
	text-align:center;
}

@media screen and (max-width:770px){
	#Contact_page .back_title{
		font-size: 8rem;
	}
}

#mailformpro{
}
.submitbutton{
}
#Contact_page .policy{
}
#Contact_page .scrollarea{
}
.policy{
	width:100%;
	max-width:700px;
	padding: 80px 0 100px;
    margin: 0 auto;
}
.policy h5{
	text-align:center;
	font-size:1.4rem;
	font-weight:normal;
}
.policy .scrollarea{
	width:100%;
	height:300px;
	overflow-y: scroll;
	padding:20px;
	border:1px solid #959595;
	margin:25px 0;
}
@media screen and (max-width:770px){
	.policy{
		padding:80px 0 0;
	}
}
/*============================
#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:1.4rem
}
.contacttbl th,
.contacttbl td {
	font-weight:normal;	
    padding: .4rem 0;
    display:block
}
.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.4rem;
    padding: 10px;
    text-align: center;
    width: 200px;
	margin:50px auto 0;
    border-radius: 30px;
	background-color: #60c1b2;
    border: 1px solid #60c1b2;
    transition: .3s;
}
.contacttbl .submitbutton input[type='submit']:hover,
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover{
	background: none;
    color: #60c1b2;
}

.thanks{
	height:20vh
}

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


/*--B to B-------------------------------------------------*/
#Btob{
}
#Btob .sv{
	position:relative;
	height:520px;
	margin-bottom:100px;
}
#Btob .sv:before{
	content:"";
	position:absolute;
	right:0;
	top:0;
	width:calc(100% - 450px);
	height:100%;
	background:url(img/b_to_b/sv.jpg?=220119) no-repeat;
	background-position:center;
	background-size:cover;
}
#Btob .sv .inner{
	height:100%;
	display:flex;
	align-items:center;
	position:relative;
	max-width: 100%
}
#Btob .sv .inner h2{
	margin-top: 95px;
}
#Btob .sv .inner .back_title {
    font-family: 'Avant', sans-serif;

    position: absolute;
    top: 180px;
    left: calc(3% - 4px);
    font-size: 12rem;
    color: rgba(96,192,177,.15);
    letter-spacing: -0.5rem;
    line-height: 1;
}

#Btob .b_content{
	margin-bottom:100px;
}
#Btob .b_content h3{
	font-size:2.8rem;
	color:#60c0b1;
}
#Btob .b_content .inner{
}
#Btob .b_content .inner ul{
	display:flex;
	flex-wrap:wrap;
}
#Btob .b_content .inner ul .txt{
	width:50%;
	padding:0 50px;
}
#Btob .b_content .inner ul .txt .message{
	font-size:2rem;
	margin:50px 0;
}
#Btob .b_content .inner ul .txt p{
	font-size:1.6rem;
}
#Btob .inner ul .bg{
	width:50%;
	background:url(img/b_to_b/img01.jpg?=220119) center no-repeat;
	background-size:cover;
    min-height: 300px;
}

#Btob .b_service{
	background:#b0dee5;
	padding:200px 0 100px;
}
#Btob .b_service .inner{
	position:relative;
}
#Btob .b_service .inner .back_title {
    font-family: 'Avant', sans-serif;
    position: absolute;
    top: -100px;
    left: 0;
    font-size: 12rem;
    color: rgba(255,255,255,.5);
    letter-spacing: -0.5rem;
    line-height: 1;
}
#Btob .b_service .inner h3{
	margin-bottom:50px;
	padding-top: 50px;
}
#Btob .b_service .inner .gyoumu_sec{
	padding:50px 0 0;
}
#Btob .b_service .inner .gyoumu_sec h4{
	font-size:2rem;
	text-align:center;
	margin: 60px 0 30px;
	color: #328692;
}
#Btob .b_service .each{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
#Btob .b_service .each dl{
	width: calc(20% - 10px);
    background: #fff;
    margin: 5px;
	min-width:230px;
	min-height:180px;
}
#Btob .b_service .each dl dt{
	background:#8ac7d0;
}
#Btob .b_service .each dl dt h5{
	text-align:center;
	font-size:1.8rem;
	font-weight:normal;
	color:#fff;
	padding:10px;
}
#Btob .b_service .each dl dd{
	padding:20px;
}
#Btob .b_service .each dl dd ul{
	margin-left:20px;
}
#Btob .b_service .each dl dd ul li{
	list-style:disc;
}

#B_rec{
	margin: 100px 0;
}
#B_rec .inner{
}
#B_rec .inner a{
	text-align: center;
}

@media screen and (max-width:770px){
	#Btob .sv{
		height:60vh
	}
	#Btob .sv:before{
		height:80%;
		width:100%;
		background-position:left;
	}
	#Btob .sv .inner{
		align-items: flex-end;
	}
	#Btob .sv .inner .back_title{
		top:69%;
	}
	#Btob .sv .inner h2{
		margin-top: 0;
	}
	#Btob .b_content .inner ul{
	}
	#Btob .b_content .inner ul .txt,
	#Btob .b_content .inner ul .bg{
		width:100%;
	}
	#Btob .b_content .inner ul .txt{
		padding:0;
	}
	#Btob .b_content .inner ul .bg{
		height:200px;
		margin-top:25px;
	}
	#Btob .b_content .inner ul .txt .message{
		font-size:1.9rem;
	}
	#Btob .b_service .each dl{
		width:100%;
		margin:10px 0;
	}
}


/*--個人向け事業案内----------------------*/
.bc_head a:hover,
.bc_foot a:hover{
    color: #c45597;
}
#Btoc{
}
#Btoc .sv{
	height: 90vh;
	position: relative;
}
#Btoc .sv .svbg{
	background:url("img/b_to_c/sv.jpg?=220119") no-repeat;
	background-position: 30% center;
	background-size: cover;
	height: 100%;
}
#Btoc .sv .inner{
	display: flex;
	align-items: center;
	height: 100%;
	padding-left: 5%;
	background: rgb(255 251 251 / 45%);
	width: 50%;
	margin: auto 0 auto auto;
	backdrop-filter: blur(25px);
}
#Btoc .svtxt{
	width: 100%;
	position: relative;
}
#Btoc .svtxt .back_title {
    font-family: 'Avant', sans-serif;
    position: absolute;
    top: -60px;
    left: -10px;
    font-size: 12rem;
    color: rgba(249,224,223,.8);
    letter-spacing: -0.5rem;
    line-height: 1;
}
#Btoc .svtxt .t_min{
	font-family:  "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 3.5rem;
	position: relative;
	z-index: 1;
	line-height: 1.6;
}
#Btoc .svtxt h2{
	font-size: 2.4rem;
	line-height: 1.6;
}
#Btoc .svtxt h2 span{
	font-size: .8em;
}
#Btoc .svtxt p{
	margin: 20px 0;
	font-size: 1.5rem;
}
#Btoc .svtxt p img{
	margin-top:30px;
}

#Btoc .foru{
	padding: 100px 0;
}
#Btoc .foru .inner{
	max-width: 940px;
}
#Btoc .foru h3{
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}
#Btoc .foru h3:before{
	content:"";
	position: absolute;
	left: 0;
	right: 0;
	bottom:-75px;
	margin: auto;
	width: 1px;
	height: 50px;
	background: #aaa;
}
#Btoc .foru .wrap{
	background: #fbf2f1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 65px 8%;
}
#Btoc .foru .wrap ul{
	width: 50%;
}
#Btoc .foru .wrap ul li{
	font-size: 1.6rem;
	list-style-type: none;
	position: relative;
	padding: 5px 0 5px 1.1em;
    line-height: 1.6;
}
#Btoc .foru .wrap ul li:before{
	content: "・";
	color: #63b7af;
	position: absolute;
	top: 5px;
	left: 0;
	margin: auto;
}

#Btoc .whatis{
	background: #fbf2f1;
	padding: 150px 0;
}
#Btoc .whatis .inner{
}
#Btoc .whatis ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#Btoc .whatis ul li{
	width: 50%;
}
#Btoc .whatis ul li h3{
	margin-bottom: 40px;
}
#Btoc .whatis ul li:nth-child(1){
	padding-right: 20px;
}
#Btoc .whatis ul li:nth-child(2){
	text-align: center;
}

#Btoc .bc_service{
    padding: 200px 0 100px;
}
#Btoc .bc_service .inner{
	position:relative;
}
#Btoc .bc_service .back_title{
	font-family: 'Avant', sans-serif;
    position: absolute;
    top: -100px;
    left: 0;
    font-size: 12rem;
    color: rgba(249,224,223,.8);
    letter-spacing: -0.5rem;
    line-height: 1;
}
#Btoc .course_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 100px;
}
#Btoc .course_wrap li{
	background: #fbf2f1;
	width: calc(50% - 10px);
	padding: 50px 5%;
	margin-bottom: 20px;
}
#Btoc .course_wrap li h4{
	margin-bottom: 5px;
}
#Btoc .course_wrap li .sub{
	margin-bottom:20px;
}
#Btoc .course_wrap li table{
}
#Btoc .course_wrap li table tr:last-child td,
#Btoc .course_wrap li table tr:last-child th{
	border:none;
}
#Btoc .course_wrap li table th{
	white-space: nowrap;
	width:100%;
	display:block;
	text-align:left;
	margin-top:10px;
}
#Btoc .course_wrap li table td{
	vertical-align: top;
	border-bottom: 1px solid #fff;
	padding: 0 0 15px 0;
	width:100%;
	display:block;
}
#Btoc .bc_voice{
	padding: 100px 0;
}
#Btoc .bc_voice .bc_sv{
	/* height: 500px; */
	position: relative;
}

#Btoc .bc_voice .bc_sv .inner{
	position: relative;
}
#Btoc .bc_voice .back_title{
	font-family: 'Avant', sans-serif;
	position: absolute;
	top: -100px;
	left: 0;
	font-size: 12rem;
	color: rgba(249,224,223,.8);
	letter-spacing: -0.5rem;
	line-height: 1;
}

#Btoc .vo_wrap{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#Btoc .vo_wrap li{
	width:calc(50% - 10px);
	margin: 80px 0 0;
}
#Btoc .vo_wrap li h4{
	display:block;
	background: #c45597;
	color: #fff;
	padding: 10px 15px;
	margin-bottom: 25px;
}
#Btoc .vo_wrap li h4 span{
	font-size: .8em
}
#Btoc .vo_wrap li dl{
	padding: 0 20px;
}
#Btoc .vo_wrap li dt{
	color:#c45597;
	font-weight: bold;
	padding: 15px 0;
}
#Btoc .vo_wrap li .link_box .a_btn{
	margin: 25px 0;
}
#Btoc .vo_wrap li .link_box .a_btn:hover{
	color: #c8bfd9;
}
#Btoc .bc_message{
	padding:200px 0 0;
}
#Btoc .bc_message h3{
	text-align:center;
}
#Btoc .bc_message .inner{
	position:relative;
}
#Btoc .bc_message .back_title{
	font-family:'Avant', sans-serif;
	position:absolute;
	top:-160px;
	left:0;
	font-size:12rem;
	color:rgba(249,224,223,.8);
	letter-spacing:-0.5rem;
	line-height:1
}
#Btoc .bc_message .inner dl{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:100px 0 200px;
}
#Btoc .bc_message .inner dl dt{
	background:url("img/b_to_c/img02.jpg?=220119") center 30% no-repeat;
	background-size:cover;
	width: 40%;
    margin: 0 auto;
}
#Btoc .bc_message .inner dt,
#Btoc .bc_message .inner dd{
	width:50%;
}
#Btoc .bc_message .inner dd{
	padding:0 30px 50px;
}
#Btoc .bc_message .inner h4{
	margin-bottom:25px;
}
#Btoc .bc_message .inner h4 .alp{
	color:#c45597;
	font-size:.8em;
	font-family: 'Avant', sans-serif;
    letter-spacing: 0.1rem;
}
#Btoc .bc_message .inner h4 .position{
	font-size:1.4rem;
}

.bio_sns{
	display:flex;
	margin: 10px;
}
.bio_sns li{
	margin-right:20px;
}
.bio_sns li a{
	height:100%;
	display:flex;
	align-items:center;
}
.bio_sns li a img{
	width:auto;
	height: 21px;
}

.bio_sns02{
	align-items: center;
	background: #f5f5f5;
	display: inline-flex;
	padding: 8px 0 8px 12px;
	border-radius: 3px;
	margin: 10px 0;
    width: calc(50% - 5px);
}
.bio_sns02 img{
	width:22px;
	height: auto;
}
.bio_sns02 li{
	padding: 0 13px 0 0;
	line-height: 1.2;
}
.bio_sns02 li a{
	font-size:1.3rem;
}

#Btoc #Contact .inner h5{
	color: #c45597;
}
#Btoc #Contact .inner .a_btn{
	background-color: #c45597;
    border: 1px solid #c45597;
}
#Btoc #Contact .inner .a_btn:hover {
    background: none;
    color: #c45597;
}

.snswrap{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 20px 0;
	width: 100%;
	justify-content: space-between;
}

@media screen and (max-width:770px){
	#Btoc .sv{
		height:100vh;
	}
	#Btoc .sv .svbg{
		background: url("img/b_to_c/sv_sp.jpg?=220119") center top no-repeat;
		background-size: cover;
		height: 50%;
		/*background-position: 35% top;*/
	}
	#Btoc .sv .inner{
		position: absolute;
		align-items: end;
		width: 100%;
		padding: 0 20px;
		height: 50%;
    	top: 50%;
	}
	#Btoc .svtxt{
		width: 100%;
		top: -68px;
	}
	#Btoc .svtxt .t_min{
		font-size: 6vw;
	}
	#Btoc .svtxt p img{
		width:70%;
		display: block;
		margin-left: auto;
	}
	#Btoc .svtxt .back_title{
		top: -150px;
	}
	#Btoc .foru{
		padding: 50px 0 100px;
	}
	#Btoc .foru h3{
		font-size: 4.5vw;
	}
	#Btoc .foru .wrap{
		padding: 50px 5%;
	}
	#Btoc .foru .wrap ul{
		width:100%;
	}
	#Btoc .whatis{
		padding:100px 0;
	}
	#Btoc .whatis ul li{
		width: 100%;
	}
	#Btoc .whatis ul li:nth-child(1){
		padding-right: 0;
		margin-bottom: 50px;
	}
	#Btoc .course_wrap li{
		width: 100%;
		margin: 10px 0;
		padding: 40px 5%;
	}
	#Btoc .bc_voice{
		padding: 100px 0;
	}
	#Btoc .bc_voice .bc_sv:before{
		width:100%;
		height: 70%;
	}
	#Btoc .bc_voice .bc_sv .inner{
	}
	#Btoc .bc_voice .bc_sv .back_title{
	}
	#Btoc .vo_wrap li{
		width: 100%;
	}
	#Btoc .bc_message .inner dl{
		padding: 100px 0
	}
	#Btoc .bc_message .inner dl dt,
	#Btoc .bc_message .inner dl dd{
		width:100%;
	}
	#Btoc .bc_message .inner dd{
		padding: 50px 0;
	}
	#Btoc .bc_message .inner dl dt{
		height:125vw
	}
	#Btoc .bc_message .back_title{
		font-size: 25vw
	}
	.bio_sns02{
		width: 100%;
		margin: 5px 0;
	}
}