/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. welcome
06. features
07. team
08. news
09. blog
10. contact
11. footer
12. preloader

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/

:root {
    --main: #2cbe62;
    --sub: #554fb5;
    --back: #89d6a6;
    --link: #7e7ac1;
    
}
.fontmain{
  color: var(--main);

}
.fontsub{
  color: var(--sub);

}
.link{
  color: var(--link);

}
@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");

@font-face {
  font-family: 'honoka';
  src: url('../fonts/font_1_honokamarugo_1.1.eot');
  src: url('../fonts/font_1_honokamarugo_1.1.eot') format('embedded-opentype'), url('../fonts/font_1_honokamarugo_1.1.woff2') format('woff2'), url('../fonts/font_1_honokamarugo_1.1.woff') format('woff'), url('../fonts/font_1_honokamarugo_1.1.ttf') format('truetype'), url('../fonts/font_1_honokamarugo_1.1.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body{
	font-family:"honoka","Yu Mincho","Hiragino Mincho ProN","MS Mincho",serif;
}
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
	font-family:"honoka","Yu Mincho","Hiragino Mincho ProN","MS Mincho",serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  font-size: 1.4rem;
  line-height: 1.6em;
}
a {
  text-decoration: none !important;
  font-size: 1.2em;
}
.komenu p a {
  font-size: 1em;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  background: url(../images/Group.png);
  background-color:rgba(255,255,255,0.5);
  background-blend-mode:lighten;
  background-repeat: no-repeat;
  background-size: cover;
	font-family:"honoka","Yu Mincho","Hiragino Mincho ProN","MS Mincho",serif;
	font-family:"M PLUS Rounded 1c","Yu Mincho","Hiragino Mincho ProN","MS Mincho",serif;
}
.kiwi {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
}
.m-plusrounded1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.honoka {
	font-family:"honoka","Yu Mincho","Hiragino Mincho ProN","MS Mincho",serif;
  font-weight: 500;
  font-style: normal;
}
.zen-maru {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

::selection {
    background: var(--main);
    color: #fff;
}

::-moz-selection {
  background: #ff589e;
  color: #fff;
}

.section {
  position: relative;
  padding-top: 30px;
  padding-bottom: 0px;
}

.section.colored {
  background: #f2f2fe;
}

.hr {
  bottom: 0px;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  border-bottom: 1px solid #eee;
}

.left-heading.light .section-title {
  color: #ffffff;
}

.left-heading .section-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
  position: relative;
}

.center-heading {
  text-align: center;
}
.mabo20 {
  margin-bottom: 20px;
}

.mabo30 {
  margin-bottom: 30px;
}
.mabo40 {
  margin-bottom: 40px;
}
.mabo50 {
  margin-bottom: 50px;
}
.mabo60 {
  margin-bottom: 60px;
}
.male8P {
    margin-left: 8%;
}
.pale1em {
	padding-left:1em;
}
.center-heading .section-title {
  font-weight: 500;
  font-size: 3em;
  color: #1e1e1e;
  letter-spacing: 1.75px;
  line-height: 1.4em;
  margin-bottom: 0px;
}

.center-heading.colored .section-title {
  color: #ffffff;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 1em;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: #fff;
}

.center-text p {
  font-size: 15px;
  color: #777;
  margin-bottom: 30px;
}

.left-text {
  font-weight: 400;
  font-size: 1.1em;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
}

.left-text.light {
  color: #fff;
}

.left-text p {
  margin-bottom: 30px;
}

.left-text p.dark {
  color: #3B566E;
}

.padding-bottom-top-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.border-bottom {
  border-bottom: 1px solid #eee !important;
}
.padding-000 {
  padding: 0;
}

.mbottom-30 {
  margin-bottom: 30px !important;
}
.mtop-1em {
  margin-top: 1em !important;
}
.mbottom-2 {
  margin-bottom: 1.5em !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-bottom {
  -ms-flex-item-align: flex-end !important;
  align-self: flex-end !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}
.padding-top-40 {
  padding-top: 40px !important;
}
.padding-top-30 {
  padding-top: 30px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}
h4.mida {
    font-weight: 400;
    line-height: 1.9em;
}
#COMPANY .atten {
    font-size: 2.5em;
    letter-spacing: 0rem;
}
table.gaiyo {
    width: 100%;
}
table.gaiyo tr {
    border-bottom: 1px solid #ccc;
    font-size: 1.27rem;
}
table.gaiyo th {
    font-weight: 400;
    padding: 10px 0 10px;
    width: 7em;
    vertical-align: top;
}
table.gaiyo2 th {
    width: 13em;
    font-weight: 400;
    padding: 10px 0 10px;
    vertical-align: top;
}
table.gaiyo td {
    padding: 10px 0 10px;
}
#gaiyou .news-item .news-body td p {
    width: 7em;
    float: left;
    line-height: inherit;
}
#gaiyou .news-item .news-body td p.month {
    width: 2em;
}
#gaiyou .news-item .news-body td .enka {
    width: 83%;
    padding-left: 1em;
}
table.gaiyo.saiyo th {
    font-weight: 400;
    padding: 10px 0 10px;
    width: 14em;
    vertical-align: top;
}
table.gaiyo.saiyo1 td {
    width: 50%;
    padding-right: 17px;
    vertical-align: top;
}
table.gaiyo.saiyo1 td:nth-child(2) {
    padding-left: 18px;
    padding-right: 0px;
}

@media (max-width: 1200px) {
#gaiyou .news-body {
    padding: 0 1em;
}
#gaiyou .news-item .news-body td .enka {
    width: 80%;
}
}
@media (max-width: 991px) {
	table.gaiyo.saiyo1 td {
	    padding-right: 5px;
	}
	table.gaiyo.saiyo1 td:nth-child(2) {
	    padding-left: 0px;
	    padding-right: 5px;
	}
  h3 {
      font-size: 1.7rem;
  }
html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
  #gaiyou .news-item .news-body table.gaiyo tr,#gaiyou .news-item .news-body p {
	    font-size: 1.1em;
	}
	#gaiyou .news-item .news-body td p {
    width: 6em;
    }
  table.gaiyo th,table.gaiyo2 th, table.gaiyo td,table.gaiyo2 td{
	  display:block;
	  padding: 10px 0 0 0;
    }
    table.gaiyo td {
	  padding: 0;
    }
    table.gaiyo2 td {
	    padding: 0 0 0 10px;
	}
	#gaiyou .news-item .news-body td .enka {
	    width: 100%;
	}
	table.gaiyo.saiyo1 td {
	    width: 100%;
	}
}
.en-green .text-center {
    position: absolute;
    top: 30%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.en-green p {
    position: absolute;
    top: 56%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
a.main-button-slider {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #ff589e;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: #8261ee;
}

a.main-button {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #8261ee;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #ff589e;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #8261ee;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: #ff589e;
}

 .pad-left2em{
  padding-left: 2em;
 }
/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-area {
  position: initial;
/*  position: fixed;
  top: 00px;
  left: 0px;
  right: 0px;
  z-index: 100;*/
  height: 82px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
    background: #fff;
}

.header-area .main-nav {
/*  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);*/
  border-radius: 0px;
  min-height: 80px;
  background: #fff;
}

.header-area .main-nav .logo {
  float: left;
  margin-top: 37px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 30px;
}

.header-area .main-nav .logo img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-left: 0px;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}


.header-area .main-nav .nav a {
  display: block;
  font-weight: 500;
  font-size: 1.8em;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 3px;
	height: 50px !important;
	line-height: 20px !important;
	padding: 0px !important;
	border: none !important;
	background: #fff !important;
	color: var(--dark);

}
.header-area .main-nav .nav .submenu a {
    height: 2em !important;
    margin-top: -1rem;
}
.header-area .main-nav .nav a p {
    font-size: .6em;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2.5em;
    letter-spacing: 0;
}
.header-area .main-nav .nav .submenu a span {
    font-size: 0.65em;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
}
.header-area .main-nav .nav .submenu{
  padding-left: 40px;
}

.header-area .main-nav .nav li a:hover {
  color: #ff589e;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
}
.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 15px;
    width: 52px;
    height: 60px;
    text-indent: -9999em;
    z-index: 99;
    right: 35px;
    background: url(../images/menu.png);
    background-size: auto;
}
.header-area .main-nav .menu-trigger.active {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 15px;
    width: 52px;
    height: 60px;
    text-indent: -9999em;
    z-index: 99;
    right: 35px;
    background: url(../images/close.png);
    background-size: auto;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #3B566E;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #3B566E;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .logo {
  margin-top: 15px;
}
.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a {
  color: #1e1e1e;
}

.header-area.header-sticky .nav li a.active {
  color: #ff589e;
}
.header-area .main-nav .nav li {
	padding-left: 12px;
	padding-right: 12px;
}
.header-area .main-nav:before {
	display: none;
}
.header-area .main-nav .nav {
	float: none;
	width: 100%;
	margin-top: 80px !important;
	display: none;
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	margin-left: 0px;
}

.header-area .main-nav .nav li a:hover {
	background: #eee !important;
}
.header-area .main-nav {
	overflow: hidden;
}
a.tele {
    float: right;
    margin-right: 100px;
    margin-top: 13px;
    font-size: 1.4em;
    padding: 5px 0px;
    border-radius: 30px;
	color: #ffffff;
}

.containerX .slick-slide p{
    position: absolute;
    top: 20%;
    left: 22%;
    font-size: 4.2em;
    line-height: 1.5em;
}
@media (max-width: 1200px) {
.containerX .slick-slide p {
    position: absolute;
    top: 80px;
    left: 15%;
    font-size: 3.5em;
    line-height: 1.5em;
}
}

@media (max-width: 991px) {
  .containerX .slick-slide p {
    position: absolute;
    top: 45px;
    left: 10%;
    font-size: 2.7em;
    line-height: 1.4em;
}
.subtitle {
    font-family: serif;
    font-size: .4em;
    margin-top: .1em;
    height: 70px;
    display: block;
    line-height: 1.3;
}
.header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .main-nav .logo {
    margin-top: 2px !important;
    margin-left: 3px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav .menu-trigger,.header-area .main-nav .menu-trigger.active {
    right: 16px;
	}
}
  .header-area .main-nav .nav {
/*    display: flex !important;*/
    padding-right: 0px;
    background: #ffffff;
    text-align: left;
  }
    .header-area .main-nav .nav .mmenu{
    width: 500px;
    border-right: dotted #ccc 2px;
    padding-left: 200px;
    vertical-align: text-top;
}
.header-area .main-nav .test .nav .submenu a {
    height: 1.5em !important;
    margin-top: 0;
}
  .header-area .main-nav .test .nav {
    border-spacing: 2em;
    border-collapse: separate;
}
  .header-area .main-nav .test .nav .mmenu{
    width: 180px;
    border-right: dotted #ccc 0px;
    padding-left: 20px;
    vertical-align: text-top;
    line-height: 2.2em;
}
  .header-area .main-nav .test .nav .mmenu a {
    line-height: 1.2em !important;
}

  .header-area .main-nav .test .nav .mmenu a p {
    line-height: 1em;
}

.header-area .main-nav .test .nav .submenu {
    padding-left: 40px;
    vertical-align: top;
    border-left: dotted #ccc 2px;
}
.header-area .main-nav .test .nav a {
    display: inline;
    }
.header-area .main-nav .test .nav .submenu a {
    display: block;
}
.header-area .main-nav .test .nav .submenu2 a {
    display: block;
}
.header-area .main-nav .test .nav .submenu a:last-child {
	height: 1em !important;
}
.subtitle{
    font-family: serif;
    font-size: .4em;
    margin-top: .4em;
    height: 70px;
    display: block;
    line-height: 1.8;
}
.marui {
    width: 365px;
    height: 375px;
    border-radius: 50%;
    object-fit: cover;
    margin: 20px 0 0;
}
@media (max-width: 991px) {
.header-area .main-nav .nav th.mmenu {
    width: 365px;
    padding-left: 55px;
    vertical-align: text-top;
    text-align: left;
}
.marui {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
    margin: 20px 0 0;
}

}
@media (max-width: 555px) {
.header-area .main-nav .nav th.mmenu {
    width: 50%;
    padding-left: 10%;
}
}
@media (max-width: 765px) {
.header-area .main-nav .nav th.mmenu {
    width: 50%;
    padding-left: 2%;
}
}
@media screen and (max-width:640px){
	.header-area .main-nav .nav tr {
        display: block;
    }
	.header-area .main-nav .nav th.mmenu,.header-area .main-nav .nav td {
        display: block;
        width: 300px;
    }
	.header-area .main-nav .nav th.mmenu{
	    border-bottom: dotted #ccc 2px;
    border-right: dotted #ccc 0px;
	}
}

.sp {
  display: none !important;
}

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome-area {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
  height: 100vh;
}

.welcome-area .header-text {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  text-align: center;
  width: 100%;
}

.welcome-area .header-text h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 1.4px;
  margin-bottom: 30px;
  color: #fff;
}

.welcome-area .header-text p {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
  position: relative;
}

p.com-f {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}
p.com-f + p {
    display: inline-block;
}
 
@media (max-width: 991px) {
  .welcome-area .header-text {
    top: 65% !important;
    transform: perspective(1px) translateY(-60%) !important;
    text-align: center;
  }
  .welcome-area .header-text h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
  }
  .welcome-area .header-text h1 span {
    color: #fff;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
  }
  .header-area.header-sticky .sp {
	  display: block !important;
  }
  .header-area.header-sticky .pc {
	  display: none;
  }
  p.com-f {
	    display: inline-block;
	    width: 35%;
	}
}

@media (max-width: 820px) {
  .welcome-area .header-text {
    top: 65% !important;
    transform: perspective(1px) translateY(-60%) !important;
  }
   .welcome-area .header-text h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .welcome-area .header-text p {
    margin-bottom: 20px;
  }
}

@media (max-width: 765px) {
  .welcome-area {
    margin-bottom: 100px;
  }
  .welcome-area .header-text {
    top: 50% !important;
    transform: perspective(1px) translateY(-50%) !important;
    text-align: center;
  }
  .welcome-area .header-text .buttons {
    display: none;
  }
  .welcome-area .header-text h1 {
    font-weight: 600;
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 30px !important;
  }
  .welcome-area .header-text h1 span {
    color: #fff;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }
	p.com-f {
	    display: block;
	    width: 100%;
	}
	p.com-f + p {
	    display:block;
	}
  .sp {
	  display: block !important;
  }
  .pc {
	  display: none !important;
  }
}
/* 
---------------------------------------------
features
--------------------------------------------- 
*/
.features-small-item {
  cursor: pointer;
  display: block;
/*  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);*/
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 0 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  margin-bottom: 30px;
}

.features-small-item:hover .icon {
  background-color: #ff589e;
}

.features-small-item .icon {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
  background: #8261ee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.features-small-item .icon i {
  font-size: 1.2em;
  color: #fff;
}
.floatleft {
    float: left;
}
.features-small-item .features-title {
  font-weight: 500;
  font-size: 1.25rem;
  color: #1e1e1e;
  letter-spacing: 0px;
  margin-bottom: 0px;
  position: relative;
  z-index: 2;
  line-height: 1.7rem;
}
.features-small-item p {
  font-weight: 400;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.5px;
  line-height: 25px;
  position: relative;
  z-index: 2;
}
.features-small-item a {
  float: none;
  position: relative;
  z-index: 2;
}
.home-feature {
  padding-bottom: 0px;
  padding-top: 30px;
  margin-top: 0px;
  z-index: 9;
}
@media (max-width: 1200px) {
	.features-small-item {
	    padding: 0 0px;
    }
}

@media (max-width: 991px) {
  .home-feature {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 20px;
  }
}

/* 
---------------------------------------------
parallax & home seperator
--------------------------------------------- 
*/
.mini {
  min-height: 215px;
  overflow: hidden;
  position: relative;
  padding-bottom: 0px;
}
#work.section {
	padding-top: 10px;
    padding-bottom: 50px;
}
/*
.mini:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .95;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/work-process-bg.png);
  background-image: none;
  z-index: 2;
  top: -20%;
  left: -20%;
}
*/
.mini .mini-content .container {
  position: relative;
    z-index: 2;
}
.mini .mini-content .info {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mini .mini-content .info small {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 5px;
}

.mini .mini-content .info strong {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 40px;
  display: block;
}

.mini .mini-content .info h1 {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
}

.mini .mini-content .info p {
  letter-spacing: 1px;
  margin-bottom: 40px;
  color: #fff;
  letter-spacing: 0.25px;
  line-height: 26px;
  font-weight: 400;
  font-size: 15px;
}

.mini .mini-content .info p span {
  text-decoration: underline;
}
.mini .mini-content .mini-box {
  display: block;
  background: transparent;
  padding: 0px 20px 0;
  border-radius: 20px;
  margin-bottom: 40px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
}
.mini .mini-content .mini-box:hover {
  margin-top: -10px;
}
#ob .mini-content .mini-box:hover {
  margin-top: 0px;
}

.mini .mini-content .mini-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  width: 90%;
  opacity: 1;
  height: auto;
  bottom: 0;
  left: 25px;
  right: -5px;
  margin: auto;
  border-radius: 7px;
  top: 35px;
}
.mini .mini-content .mini-box h4{
    margin-top: 1rem;
    margin-left: 1em;
}
.mini .mini-content .mini-box h4.zero {
    margin-top: 1rem;
    margin-left: 8%;
}
.mini .mini-content .mini-box a.read{
    margin-left: 1em;
}
.mini .mini-content .mini-box i {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}
.mini .mini-content .mini-box i {
    display: inline-table;
    font-size: 20px;
    margin-bottom: 15px;
    position: absolute;
    top: 0;
    left: 0;
}
.mini .mini-content .mini-box strong {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
  margin-top: 20px;
}
#ob .mini-content .mini-box:before {
	display:none;
}
#ob .mini-content .mini-box img {
    width: 65%;
    margin-right: 5%;
}
#ob .mini-content .mini-box i img {
    width: 100%;
    margin-right: 0;
    margin-top: 1em;
}
#ob .mini-content .mini-box {
    text-align: right;
}
#ob .mini-content .mini-box h4,#ob .mini-content .mini-box p {
    text-align: center;
}

#jirei .news-item .news-body i.witdhauto img {
    width: auto;
}
#jirei .news-item {
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 20px;
    margin-bottom: 40px;
    margin-top: 0px;
    padding: 30px 0px 20px 0px;
    border: 1px solid #666;
}
@media (max-width: 991px) {
	#ob .mini-content .mini-box i img {
	    width: 150%;
	}
	#ob .mini-content .mini-box img.marui {
	    width: 300px !important;
	    height: 300px;
	    border-radius: 50%;
	    object-fit: cover;
	    margin-top: 20px;
	    margin-right: auto;
	    margin-left: auto;
	}
	 #ob .mini-content .mini-box h4:before {
		content: url(../images/mini-icon1.png);
	    margin-right: -5px;
	    position: relative;
	    bottom: -1.5em;
	    left: -20px;
	 }
	 #ob .mini-content .mini-box h4:before {
		content: url(../images/mini-icon1.png);
	    margin-right: -5px;
	    position: relative;
	    bottom: -1.5em;
	    left: -20px;
	 }
	 #ob .mini-content .mini-box h4.i02:before {
		content: url(../images/mini-icon2.png);
	    margin-right: -5px;
	    position: relative;
	    bottom: -1.5em;
	    left: -20px;
	 }
	 #ob .mini-content .mini-box h4.i03:before {
		content: url(../images/mini-icon3.png);
	    margin-right: -5px;
	    position: relative;
	    bottom: -1.5em;
	    left: -20px;
	 }
	 #ob .mini-content .mini-box h4.i04:before {
		content: url(../images/mini-icon4.png);
	    margin-right: -5px;
	    position: relative;
	    bottom: -1.5em;
	    left: -20px;
	 }
	 #ob .mini-content .mini-box h4.i05:before {
		content: url(../images/mini-icon5.png);
	    margin-right: -5px;
	    position: relative;
	    bottom: -1.5em;
	    left: -20px;
	 }
	 #ob .mini-content .mini-box h4.i06:before {
		content: url(../images/mini-icon6.png);
	    margin-right: -5px;
	    position: relative;
	    bottom: -1.5em;
	    left: -20px;
	 }
	 #jirei .news-item .news-body i.witdhauto img {
	    width: 12%;
	}
	#jirei .news-item {
	    background: transparent;
	    box-shadow: none;
	    border-radius: 20px;
	    margin-bottom: 40px;
	    margin-top: 0px;
	    padding: 30px 0px 20px 0px;
	    border: none;
	}
	#ob .row.whitebox {
	    background: #FFFFFF;
	    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
	    border-radius: 20px;
	    margin-bottom: 40px;
	    margin-top: 0px;
	    padding: 30px 0px 20px 0px;
	    margin-right: 10px;
	    margin-left: 10px;
	}
}
@media (max-width: 575px) {
}
.counter {
  overflow: hidden;
  position: relative;
}

.counter:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .90;
  background-image: url(../images/fun-facts-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 2;
  top: -20%;
  left: -20%;
}

.counter .content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.counter .content .count-item {
  height: 340px;
  position: relative;
  float: left;
  width: 100%;
}

.counter .content .count-item.decoration-bottom {
  position: relative;
}

.counter .content .count-item.decoration-bottom:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 160px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item.decoration-top {
  position: relative;
}

.counter .content .count-item.decoration-top:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 140px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item:hover strong {
  margin-top: 110px;
}
.bold {
  font-weight: 600;
}
.atten{
    font-size: 2.5em;
    letter-spacing: .3rem;
}
.atten2{
    font-size: 2.5em;
    letter-spacing:0;
}
.atten3 {
    font-size: 2.5em;
    letter-spacing: -1px;
}


.counter .content .count-item strong {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 120px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
}

@media (max-width: 991px) {
  .parallax {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }
  .parallax .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .counter .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter .content .count-item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .counter .content .count-item:hover strong {
    margin-top: 0px;
  }
  .counter .content .count-item:before {
    display: none;
  }
  .counter .content .count-item:after {
    display: none;
  }
  .counter .content .count-item strong {
    margin-top: 0px;
  }
}

/* 
---------------------------------------------
team
--------------------------------------------- 
*/
h5.noto-sans {font-size:1.4rem}
a.read {
    font-weight: 550;
    line-height: 2.5rem;
}
a.read span:after {
  content: "";
    background-image: url(../images/readmore.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: bottom;
    display: inline-block;
    width: 30px;
    height: 23px;
    vertical-align: -5px;
}

a.read-maru {
    border: 3px solid var(--link);
    padding: 11px 20px;
    border-radius: 24px;
}
a.read-maru.dai {
    padding: 11px 120px;
}
a.read-maru.button-center {
    margin-left: 33%;
}
.cttt button.read-maru {
    border: 3px solid var(--link);
    padding: 11px 20px;
    border-radius: 24px;
    color: var(--link);
    font-weight: 550;
    background: #ffffff;
    font-size: 16px;
}
a.read-maru span:after {
    content: "";
    background-image: url(../images/readmore.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: bottom;
    display: inline-block;
    width: 30px;
    height: 20px;
    vertical-align: -4px;
}
button.read-maru span:after {
    content: "";
    background-image: url(../images/readmore.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: bottom;
    display: inline-block;
    width: 30px;
    height: 20px;
    vertical-align: -4px;
}
button.read-maru:hover span:after {
  content: "";
    background-image: url(../images/readmorehover1.png);
}

a.read:hover span:after {
  content: "";
    background-image: url(../images/readmorehover2.png);
}
a.read-maru:hover span:after {
  content: "";
    background-image: url(../images/readmorehover1.png);
}
a.read-maru:hover,button.read-maru:hover {
    background: var(--link);
    color:#ffffff;
}
.team-item {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  border-radius: 20px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;

}
.team-info {
    padding: 0 0;
    text-align: center;
}
img {
  width: 100%;
}
.icon img {
    width: auto;
}
.team-info a img {
  width: 70%;
}
footer img {
  width: auto;
}

img.maru-pa10 {
    padding: 10px 10px 20px;
}
.team-item:hover .team-content .team-info {
  margin-left: 30px;
}

.team-item i {
  display: block;
  margin-left: 25px;
  margin-top: 25px;
  font-size: 30px;
  color: #4E47DE;
  text-align: center;
}

.team-item .user-image {
  width: 60px;
  height: 60px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 25px;
  float: left;
}

.team-item .team-content {
  text-align: left;
  overflow: hidden;
}

.team-item .team-content .team-info {
  float: left;
  margin-left: 20px;
  margin-top: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team-item .team-content .team-info .user-name {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
}

.team-item .team-content .team-info span {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #ff589e;
  letter-spacing: 0.25px;
}

.team-item .team-content p {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 15px;
  color: #777;
  letter-spacing: 0.6px;
  line-height: 26px;
}


.padding-top-70 {
    padding-top: 70px;
}
/* 
---------------------------------------------
news
--------------------------------------------- 
*/
.news-item {
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin-bottom: 40px;
    margin-top: 0px;
    padding: 30px 0px 20px 0px;
}
.offset-lg-4.col-lg-4 .news-item {
   margin-bottom: 80px;
}
.news-item.active .news-header {
  position: relative;
}

.news-item.active .news-header .news-title {
  color: #1e1e1e;
}

.news-item.active .news-body .price-wrapper {
  background-color: #ff589e;
}

.news-item.active .news-body .price-wrapper .currency {
  color: #fff;
}

.news-item.active .news-body .price-wrapper .price {
  color: #fff;
}

.news-item.active .news-body .price-wrapper .period {
  color: #fff;
}

.news-item .news-header {
  text-align: center;
  display: block;
  position: relative;
  padding-bottom: 10px;
}

.news-item .news-header .news-title {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
  color: #1e1e1e;
  width: 180px;
  height: 40px;
  line-height: 40px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.news-item .news-body {
  margin-bottom: 10px;
}

.news-item .news-body .price-wrapper {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 13px;
  background: #8261ee;
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 5px;
  border-radius: 20px;
}

.news-item .news-body .price-wrapper .currency {
  height: 47px;
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  position: relative;
  top: -1px;
}

.news-item .news-body .price-wrapper .price {
  font-weight: 500;
  font-size: 28px;
  color: #fff;
}

.news-item .news-body .price-wrapper .period {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  display: block;
  letter-spacing: 0.88px;
}

.news-item .news-body .list li {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 13px;
  color: #7a7a7a;
  letter-spacing: 0.25px;
  text-decoration: line-through;
}

.news-item .news-body .list li.active {
  color: #7a7a7a;
  text-decoration: none;
}

.news-item .news-footer {
  text-align: center;
  margin-top: 10px;
}
#gaiyou .news-item .news-body li {
  font-size: 1.3rem;
    line-height: inherit;
}
#gaiyou .news-item .news-body li p {
    width: 7em;
    float: left;
    line-height: inherit;
}
#gaiyou .news-item .news-body ul.w13em li p {
    width: 13em;
}
/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
.blog-post-thumb {
  text-align: center;
  margin-bottom: 30px;
}

.blog-post-thumb.big .img {
  height: 400px;
}

.blog-post-thumb .img {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  height: 200px;
}

.blog-post-thumb .blog-content {
  margin-top: -30px;
  padding-top: 50px;
}

.blog-post-thumb h3 {
  margin-bottom: 20px !important;
}

.blog-post-thumb h3 a {
  font-weight: 500;
  font-size: 1.2em;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-post-thumb h3 a:hover {
  color: #ff589e;
}

.blog-post-thumb .text {
  font-weight: 400;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.26px;
  line-height: 26px;
  margin-bottom: 15px;
}

.blog-post-thumb .post-footer span {
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: 14px;
  color: #777;
  padding-left: 30px;
}

.blog-post-thumb a.main-button  {
  margin-top: 10px;
  display: inline-block;
}

.blog-list .blog-post-thumb {
  text-align: left;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: auto;
/* 
  height: auto;
  line-height: initial;
  display: block;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;*/
  font-size: 16px;
  text-align: left;
  color: #565656;
  float: left;
  text-align: left;
  transition: all 0.2s ease;
  padding-left: .2em;
  padding-right: 2em;
}
.tab_item:hover {
  opacity: 0.75;
}
.tabs .hissu2{
    font-size: 1em;
    color: #fff;
    background: var(--sub);
    padding: 3px 15px;
    vertical-align: top;
    margin-top: 0px;
    float: left;
    margin-right: 1em;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  padding-top: 2em;
}

/*ラジオボタンを全て消す*/
input[name="type"] {
  display: inline-block;
  float: left;
  position: initial;
  margin-top: .3em;
}
/*選択されているタブのコンテンツのみを表示*/
.container:has(#chk_shin:checked) #chk_shin_content,
.container:has(#chk_tyuto:checked) #chk_tyuto_content,
.container:has(#chk_entry:checked) #chk_entry_content
 { display: block; }


/* Firefox */
@-moz-document url-prefix(){
	input[name="type"] {
	  display: inline-block;
	  float: left;
	  position: inherit;
	  margin-top: .3em;
	  margin-left: .2em;
	}
	.tab_item {
	  width: auto;
	  padding-left: 0em;
	}
.container:has(#chk_shin:checked) #chk_shin_content,
.container:has(#chk_tyuto:checked) #chk_tyuto_content,
.container:has(#chk_entry:checked) #chk_entry_content
 { display: block; }

}
/* Safari */
_::-webkit-full-page-media, _:future, :root input[name="type"] {
	  display: inline-block;
	  float: left;
	  position: inherit;
	  margin-top: .3em;
	  margin-left: .2em;
	}
	_::-webkit-full-page-media, _:future, :root label.tab_item {
	  display: inline-block;
	  white-space: nowrap;
	}
.container:has(#chk_shin:checked) #chk_shin_content,
.container:has(#chk_tyuto:checked) #chk_tyuto_content,
.container:has(#chk_entry:checked) #chk_entry_content
 { display: block; }

}
#RECRUIT {
  padding: 0px 0px;
  padding-top: 30px;
}

#RECRUIT h5 {
  font-weight: 500;
  font-size: 1.2em;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
}
.contact-text {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.contact-text p {
  margin-bottom: 28px;
}

.contact-form input,
.contact-form textarea {
  color: #777;
  font-size: 14px;
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}
.news-body {
    padding: 0 2em;
}
.news-body li {
  border-bottom: 1px solid var(--dark);
  line-height: 1.7em;
  padding-bottom: .5em;
  margin-top: 1.2em;

}
.news-body span.cate {
    padding-left: 1em;
    color: var(--pink);
}
.news-body a {
    color: var(--dark);
}
.news-body a.read {
    color: var(--link);
    float: right;
}
.news-body a.read:hover {
    color: var(--main);
}
#NEWS .news-body li {
    border-bottom: none;
    line-height: 1.7em;
    padding-bottom: .5em;
    margin-top: 1.2em;
    margin-bottom: 2em;
}
#NEWS .news-item .news-footer, #NEWS-detail .news-item .news-footer,#kousei .news-item .news-footer {
    text-align: center;
    margin-top: 3em;
	margin-bottom: 3em;
}
#NEWS-detail .news-body li {
    border-bottom: none;
}
  ul.newsimg {
    border-bottom: none;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  ul.newsimg li {
    border-bottom: none;
    list-style: none;
    width: 33%;
    margin-right: 2%;
  }

  ul.newsimg li:nth-child(3) {
    margin-right: 0;
  }
  hr.FAQ {
    margin-top: 0;
    margin-bottom: 0.3em;
    border: 1px solid #ccc;
  }
    hr.koe {
    margin-top: 0;
    margin-bottom: 0.3em;
    width: 110%;
    margin-left: -10%;
    border: 1.5px solid #ccc;
  }
  #faq h3 {
    float: left;
    margin-right: 1em;
  }
  #faq h3.fontmain + p {
    padding-bottom: 1.5em;
}
table.bono tr {
    border-bottom: none;
}
table.bono td {
    width: 50%;
    padding: 1% 2.5% 2.5% 0;
    vertical-align: top;
}
table.bono td.two {
    padding-right: 0;
}
.ma4-0{
    margin: 4em 0;
}
.maauto{
    margin-left: auto;
    margin-right: auto;
}

#koe .bono td.text-right {
    text-align: left;
    margin-bottom: 1em;
}

#koe .bono h3 {
    text-align: left !important;
    margin-bottom: 1em;
}
#koe .bono .text-left {
    text-align: left !important;
    margin-top: 1.5em;
}
.bold-n {
font-weight:400;
font-size: 1.3rem;
line-height: 1.5;
}
.form-wrap {
    margin-bottom: 1.5em;
}

.form-wrap label.form-label {
    width: 25%;
    font-size: 1.27em;
    color: var(--sub);
    vertical-align: top;
    margin-top: 5px;
}
.form-wrap label.form-label + span {
    font-size: 1em;
    color: #fff;
    background: var(--sub);
    padding: 3px 15px;
    vertical-align: top;
    margin-top: 0px;
    margin-right: 1em;
}
.form-wrap label.form-label + span +input {
    padding: 5px;
    vertical-align: top;
    width: 63%;
    border: 1px solid #ccc;
}
.form-wrap input.ppp {
    padding: 5px;
    vertical-align: top;
    width: 25%;
    border: 1px solid #ccc;
}
.form-wrap label.form-label + span + textarea {
    padding: 5px;
    width: 63%;
    height: 150px;
    border: 1px solid #ccc;
}
.form-wrap label.form-label + span.none {
    font-size: 1em;
    color: #fff;
    background: none;
    padding: 3px 15px;
    
}
form {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.cttt button, .cttt input, .cttt optgroup, .cttt select, .cttt textarea {
    font-size: 1.2em;
}
.cttt label {
    font-size: 1.2em;
    color: var(--sub);
}
.select {
    border: 1px solid #ccc;
    background: #fff;
    height: 40px;
    width: 280px;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: -8px;
}
.select::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 40px;
    right: -1px;
    top: -1px;
    background: url(../images/ya001.png);
    z-index: -1;
    background-size: cover;
}
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    color: #333;
    font-size: 16px;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    position: relative;
    margin-top: -8px;
}
input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  vertical-align: -3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 5px;

}
.indent {
    text-indent: 0;
    padding-left: 291px;
}
.wd991 {
	display:none;
}
@media (max-width: 1200px) {
.indent {
    text-indent: 0;
    padding-left: 255px;
}
}
@media (max-width: 991px) {
	@-moz-document url-prefix(){
		.tab_item {
		  width: calc(55%/3);
		  padding-left: .2em;
		}
	}
	.form-wrap label.form-label {
	    width: 27%;
	}
	.form-wrap label.form-label + span +input {
	    width: 60%;
	}
	.form-wrap input.ppp {
	    width: 27%;
	}
	.form-wrap label.form-label + span + textarea {
	    width: 60%;
	}
	.indent {
	    text-indent: 0;
	    padding-left: 0;
	}
	.w991 {
		display:none;
	}
	.wd991 {
		display:block;
	}
	.sp_indent {
	    text-indent: 0;
	    padding-left: 206px;
	}
}
 a.modosu,.news-body a.modosu {
    font-size: 1em;
    color: var(--link);
}
.news-body a.modosu:hover {
    color: var(--main);
}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}
.form-wrap input.mailad{
    margin-top: -8px;
    width: 25%;
    display: inline-block;
    padding: 5px;
    vertical-align: top;
    width: 25%;
    border: 1px solid #ccc;
}
.hikoukai {
    background: var(--pink);
    line-height: 3em;
    font-size: 1.5em;
    color: var(--white);
    text-align: center;
    font-weight: 500;
}
.center-heading .zen-maru.midorien {
    padding-top: 85px;
    background: var(--main);
    color: #ffffff;
    border-radius: 50%;
    margin-top: 27px;
    line-height: 1.5em;
    width: 245px;
    margin-left: 2%;
    vertical-align: middle;
    height: 245px;
    font-size: 1.7em;
}
.center-heading .zen-maru.midorien a {
    color: #ffffff;
}
.center-heading .zen-maru.midorien a:hover {
    color: #ffffff;
}

#ryouiki{
    padding: 10% 5%;
}
.entry {
	float: left;
	width: 25%;
	font-size: 1.27em;
	color: var(--sub);
	vertical-align: top;
	margin-top: 5px;
}
@media (max-width: 991px) {
	form {
	    width: 95%;
	}
	.entry {
		width: 27%;
	}
	#NEWS .news-body li hr {
	    margin-top: .5rem;
	    margin-bottom: 0;
	    border: 0;
	    border-top: 1px solid rgba(0, 0, 0, .5);
	}
	#NEWS .news-item .news-footer, #NEWS-detail .news-item .news-footer {
	    margin-top: 4em;
	}
	table.bono td {
      width: 100%;
    }
    .tab_item {
    width: auto;
    height: auto;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: left;
    transition: all 0.2s ease;
    padding-left: 0.2em;
}
input[name="type"] {
    margin-top: .3em;
}
.center-heading .zen-maru.midorien {
    margin-left: auto;
    margin-right: auto;
}
}
@media (max-width: 765px) {
    .entry {
        width: 40%;
    }
    .fff{
	    width: 100%;
	    margin-top: 1em;
	}
    #ryouiki{
	    padding: 5%;
	}
	.center-heading .zen-maru.midorien {
	    width: 180px;
	    height: 180px;
	    font-size: 1.3em;
	    padding-top: 60px;
	    margin-left: auto;
	    margin-right: auto;
	}
  ul.newsimg {
    border-bottom: none;
    display: block;
    justify-content: center;
    width: 100%;
  }
  ul.newsimg li {
    width: 100%;
    margin-right: 0;
  }
  #NEWS-detail a.read-maru {
    line-height: 4.5em;
  }
  #NEWS-detail .news-item .news-footer {
	    margin-top: 3em;
	    margin-bottom: 2em;
	}
  .news-footer a.read-maru.seco {
	    padding: 11px 36px;
	}
	.form-wrap label.form-label {
	    width: auto;
	    margin-right: 10px;
	}
	.form-wrap label.form-label + span +input,.form-wrap label.form-label + span + textarea {
	    width: 100%;
	}
    .form-wrap input.mailad {
        width: 40%;
    }
	.sp_indent {
	    text-indent: 0;
	    padding-left: 0px;
	}
	input[name="type"] {
	    margin-left: 0;
	    margin-top: 6px;
	}
	.tab_item {
        padding-left: 1%;
        width: auto;
        padding-right: 3em;
    }
    .itlast {
        padding-right: 0;
    }
}
/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  background-image: linear-gradient(127deg, #a759d1 0%, #8261ee 91%);
  padding-top: 30px;
}
footer {
    background-image: none;
    padding-top: 30px;
    background: #ffffff;
    color: var(--dark);
}
footer p {
    font-size: 1.1em;
    line-height: 1.6em;
}
footer .social {
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
}

footer .social li {
  margin: 0px 10px;
  display: inline-block;
}

footer .social li a {
  color: #9d5bd9;
   text-align: center;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  display: inline-block;
  font-size: 1em;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
footer .social li a:hover {
  background-color: #ff589e;
  color: #fff;
}
footer li {
  line-height: 1.7em;
  font-size: .9em;
}

footer li a {
    color: var(--dark);
}
footer li.oomi {
  font-size: 1.1em;
  line-height: 1.3em;
}
footer li.oomi span {
  font-size: .9em;
}

footer .copyright {
  text-align: center;
  border-top: 1px solid rgba(250,250,250,0.2);
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 0.88px;
  text-transform:capitalize;
}

.ma000 {
    margin-left: 0;
    margin-right: 0;
}
.pagetop {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
	z-index: 9999;
}
.pagetop a {
    display: block;
    height: 50px;
    width: 50px;
    background: none;
    border: solid 2px #000;
    border: none;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    text-decoration: none;
    padding: 0;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 1;
    position: fixed;
    right: 20px;
    bottom: 10px;
}

.pagetop a:hover {
    display: block;
    background-color: none;
    text-align: center;
    text-decoration: none;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    padding: 0;
}
.pagehome a {
    right: 80px;
}
@media (max-width: 991px) {
  footer .text {
    margin-bottom: 30px;
  }
  footer h5 {
    margin-bottom: 15px;
  }
  footer .footer-nav {
    margin-bottom: 30px;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-image: linear-gradient(135deg, #e8fdfd 0%, #f1fff6 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: var(--sub);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#BUISINESS img.rounded {
	height: 50vh;
	object-fit: cover;
}
@media (min-width: 1765px){
	#BUISINESS .col-lg-5 {
	    max-width: 650px;
	}
}
@media (min-width: 992px){
	#BUISINESS .col-lg-5 {
	    flex: 0 0 44.333333%;
	    max-width: 595px;
	    padding-right: 0;
	}

	#BUISINESS .col-lg-6 {
	    padding-left: 0px;
	    margin-left: -2%;
	}

}

/*ベース*/
.toggle {
	display: none;
}
.Label {
    padding: 1.2em 0;
    display: block;
    font-size: 1.5em;
    border-top: 3px dotted #ccc;
    margin: 0 2em;
}
.Label span {
    font-size: .9em;
}
.Label::before {
    content: "";
    width: 13px;
    height: 13px;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(45% - 3px);
    right: 25px;
	transform: rotate(45deg) !important;
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom: 0px;
	padding:0 20px;
	overflow: hidden;
}
.header-area .main-nav .sp .nav {
	margin-top: 1em;
	margin-bottom:1em;
	padding: 2em 0;
}
.header-area .main-nav .sp .nav a {
    height: 35px !important;
    font-size: 1.5em;
}
.header-area .main-nav .sp .nav .content p a span {
    font-size: 0.6em;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding: 0 0 1em 4em;
	transition: all .3s;
	margin-top: -20px;
}
.toggle:checked + .Label::before {
    transform: rotate(135deg) !important;

}
.header-area .main-nav .sp .nav .bobodo {
    border-bottom: 3px dotted #ccc;
}

#page-home {
  position: fixed;
  bottom: 10px;
  right: 80px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-home a {
  background: none;
  text-decoration: none;
  color: #fff;
  width: 50px;
  padding: 0;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-home a:hover {
  text-decoration: none;
  opacity: .5;
}
#page-entry {
  position: fixed;
  bottom: 10px;
  right: 185px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-entry img {
    height: 50px;
    width: auto;
}
#page-entry a {
  background: none;
  text-decoration: none;
  color: #fff;
  width: 135px;
  padding: 0;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-entry a:hover {
  text-decoration: none;
  opacity: .5;
}
.kasaneru{
  position: relative;/*親要素にrelative*/
}
.kasaneru p,.kasaneru h4{
  position: absolute;/*重ねたい子要素にabsolute*/
  top:50%;
  left: 50%;
 -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  transform: translate(-50%,-50%);/*センター寄せの修正*/
  width: 100%;
  line-height: 1.5em;
  text-align: center;
  font-weight: 500;
  font-size: 1.6em;
}
 .vermiddle{
    vertical-align: top;
    margin-top: 5.5%;
}
.nengetsu {
	font-size: 1em; 
	color: black;
}
.w50flo{
    width: 40%;
    float: left;
}
.komenu{
    width: 365px;
    margin: auto;
}
@media (max-width: 994px){
	.kasaneru p,.kasaneru h4{
	  font-size: 1.4em;
	}
}
@media (max-width: 764px){
	#page-entry {
	  right: 135px;
	}
}
@media (min-width: 765px){
	#work .col-lg-10 {
	    -ms-flex: 0 0 83.333333%;
	    flex: 0 0 80.333333%;
	    max-width: 80.333333%;
	    display: inline-block;
	}
	#work .col-lg-2 {
	    -ms-flex: 0 0 18.666667%;
	    flex: 0 0 18.666667%;
	    max-width: 18.666667%;
	    display: inline-block;
	}
	#work .col-lg-2.matop20p {
        margin-top: 20px;
	}
}
@media (max-width: 765px){
	.kasaneru {
	    padding: 15px;
	}
	.d-flex {
	    display: -ms-flexbox !important;
	    display: flex !important;
	    flex-wrap: wrap;
	}
	.sp .d-flex h4.zen-maru {
	    margin-top: 3em;
	}
}
@media (min-width: 992px) {
    .col-lg-22 {
        -ms-flex: 0 0 21.666667%;
        flex: 0 0 21.666667%;
        max-width: 21.666667%;
    }
    #work-process{
        padding-top: 50px;
        }
}
@media (max-width: 1200px) {
.mini .mini-content .mini-box {
    padding: 20px 10px 0 15px;
}}
@media (max-width: 991px){
	.header-area .logo img {
	    width: 80%;
	    float: left;
	}
	.floatleft {
	    float: inherit;
	    width: 80px;
	    position: absolute;
	    display: inline-grid;
	    left: 33%;
	    opacity: 0.5;
	}
	.icon img {
	    width: 50px;
	}
	.center-heading .section-title {
	    font-weight: 550;
	    font-size: 2.2em;
	    color: #1e1e1e;
	    letter-spacing: 1.75px;
	    line-height: 1.4em;
	    margin-bottom: 0px;
	}
	.text-center .section-title.noto-sans {
	    font-weight: 500;
	    font-size: 1.6em;
    }
    #message img.sp {
	    padding: 30px 40px;
	}
	#message .left-text p {
	    margin-bottom: 0px;
	}
	.sp-textleft {
		text-align: left !important;
	}
	.sp-textcenter {
		text-align: center !important;
	}
	p {
	    font-size: 1.27em;
	}
	.h4, h4 {
	    font-size: 1.4rem;
	}
	h5.noto-sans {
	    font-size: 1.25rem;
	    margin-top: -10px;
	}
	.mabo60 {
	    margin-bottom: 30px;
	}
	.mtop-1em {
	    margin-top: .3em !important;
	}
	.atten {
	    font-size: 2em;
	    letter-spacing: .05rem;
	}
	.atten2 {
	    font-size: 2em;
	}
	.atten3 {
	    font-size: 2em;
	    letter-spacing: 0;
	}
	#COMPANY .atten {
	    font-size: 2em;
	}
	#RECRUIT .team-info a {
		color: var(--dark);
	}
	.mini {
	    padding-top: 10px;
	    padding-bottom: 20px;
	}
	.features-small-item .features-title {
	    padding-top: 16px;
	    margin-left: 0em;
	}
	.mini .mini-content .mini-box h4 {
	    margin-top: 0.7rem;
	    margin-left: 1em;
	    padding-bottom: .8rem;
	}
	.mini .mini-content .mini-box {
	    padding: 5px 5px 0;
	    margin-bottom: 20px;
	}
	.mini .mini-content .mini-box:before {
	    content: '';
	    position: absolute;
	    z-index: -1;
	    background: #fff;
	    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	    width: 97%;
	    opacity: 1;
	    height: auto;
	    bottom: 0;
	    left: 15px;
	    right:0px;
	    top: 15px;
	}
	.mini .mini-content .mini-box i {
	    display: inline-table;
	    font-size: 20px;
	    margin-bottom: 15px;
	    position: absolute;
	    top: -20px;
	    left: -10px;
	}
	.mini .mini-content .mini-box i {
		width:85px;
	}
	footer .col-lg-4{
	    text-align: center;
	}
	#COMPANY .col-lg-4.centerimg {
	    width: 100%;
	    max-width: 100%;
	    flex: inherit;
	}
	#COMPANY .col-lg-4.centerimg img {
	    width: 50%;
	    display: grid;
	    margin-right: auto;
	    margin-left: auto;
	}
	#RECRUIT h4.fontsub.bold {
		padding-bottom: 30px;
	}
}
@media (max-width: 765px){
a.read-maru.dai {
    padding: 11px;
}
	#RECRUIT img.maru-pa10 {
	    width: 100%;
	}
	#RECRUIT .team-info{
	    width: 100%;
	    margin-top: 7em;
	    text-align: left;
	}
	.mini .mini-content .mini-box {
	    margin-bottom: 0px;
	}
    #work-process.mini .mini-content .mini-box {
        margin-bottom: 30px;
    }
}
/*  */

.flex {
  display: flex; /**/
}
.flex .image {
  width: 50%; /*摜TCYw*/
  margin: 0;
  padding: 0;
}
.flex .image img {
  width: 95%;
  height: auto;
}
.flex .title img {
    width: 1.5em;
}
.minini img {
    width: 1.5em;
}
.minini p a {
    font-size: 1em;
}
.flex .right {
  margin: 0 0 0 20px;
  padding: 0;
  width: 50%;
}
.flex .title {
  margin: 0;
  padding: 0;
}
.flex .text {
  margin: 10px 10px 0 0;
  padding: 0;
}
.matop40{
    margin-top: 40px;
}

.matop50{
    margin-top: 50px;
}
@media (max-width: 991px) {
	.flex {
	  display: block; /*c*/
	}
	.flex .image {
	  width: 90%; /*摜TCYw*/
	  margin: 0;
	  padding: 0;
	  text-align:center;
	  margin-right: auto;
      margin-left: auto;
	}
	.flex .image img {
	  width: 100%;
	  height: auto;
	}
	.flex .right {
	  margin: 0 0 0 20px;
	  padding: 0;
	  width: 90%;
	}
	.flex .text {
	  margin: 10px 0 0;
	}

	
    #work-process{
        padding-top: 50px;
    }
    .w50flo{
	    width: 100%;
	    float: none;
	    margin-bottom:1em;
	}
	#ryouiki {
	    padding: 35% 5%;
	}
	.en-green .text-center {
	    top: 10%;
	}
	.en-green p {
	    top: 50%;
	}
}
@media (max-width: 765px){
#ryouiki {
        padding: 0% 5%;
    }
	.en-green .text-center {
	    top: 20%;
	}
	.en-green p {
	    top: 60%;
	}
.mini .mini-content .mini-box h4.zero {
    margin-top: 1rem;
    margin-left: 0%;
}
}
/* Chrome Edge Opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
   .safari {
	display: none;
   }
}
/* Firefox */
@-moz-document url-prefix() {
   .safari {
	display: none;
   }
}
/* 最新のsafari用*/
_::-webkit-full-page-media, _:future, :root .safari {
	display: block;
	font-size: 1em;
    padding: 0 2em 2em;
}
