/* CSS Document */
/*       common      */
body {
  margin: 0
}
html {
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility
}
body {
  overflow-x: hidden;
  overflow-y: scroll;
  letter-spacing: 1px;
  line-height: 1.8;
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-backface-visibility: hidden;
  background-color: #000000;
  color: #000;
	font-size: 1.8rem;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
section, header, footer {
  display: block
}
svg {
  -webkit-backface-visibility: hidden
}
p, li, dt, dd, th, td, pre {
  line-break: strict;
  word-break: break-strict
}
a {
  text-decoration: none;
  color: #111
}
p, div, dl, dt, dd, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style-type: none
}
em {
  font-style: normal
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
	padding:0;
}
.in1000{
	max-width: 1000px;
	margin: 0 auto;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0
}
input[type=text], textarea {
  -webkit-appearance: none
}
select:focus, button:focus, input:focus, textarea:focus {
  outline: none
}
@font-face {
  font-family: Brandon;
  src: url("../fonts/Brandon_bld.6771e1ce.woff2") format("woff2"), url("../fonts/Brandon_bld.ce9a0399.woff") format("woff"), url("../fonts/Brandon_bld.fa11c3ca.otf") format("opentype")
}
@font-face {
  font-family: Brandon;
  src: url("../fonts/Brandon_bld.6771e1ce.woff2") format("woff2"), url("../fonts/Brandon_bld.ce9a0399.woff") format("woff"), url("../fonts//Brandon_bld.fa11c3ca.otf") format("opentype")
}
@font-face {
  font-family: DINPro-Bold;
  src: url("../fonts/DINPro-Bold.woff") format("woff"), url("../fonts/DINPro-Bold.ttf") format("truetype")
}
@font-face {
  font-family: DINPro-Regular;
  src: url("../fonts/DINPro-Regular.woff") format("woff"), url("../fonts/DINPro-Regular.ttf") format("truetype")
}
@font-face {
  font-family: CoalhandLuke TRIAL;
  src: url("../fonts/CoalhandLuke%20TRIAL.woff") format("woff"), url("../fonts/CoalhandLuke%20TRIAL.ttf") format("truetype")
}
@font-face {
  font-family: JennaSue;
  src: url("../fonts/JennaSue.woff") format("woff"), url("../fonts/JennaSue.ttf") format("truetype")
}
@font-face {
  font-family: southpaw;
  src: url("../fonts/southpaw-webfont.woff") format("woff"), url("../fonts/southpaw-webfont.ttf") format("truetype")
}
.wrap {
  overflow: hidden;
}
/* 　　　　　ローディング　　　　 */
body {
  background: linear-gradient(180deg, #158aca 0%, #158aca 50%, #000000 50%, #000000 100%);
	font-size: 1.4rem;
}
.loading-bg {
  z-index: 5010;
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #e66700
}
.loading {
  z-index: 5000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #158aca
}
.loading-txt {
  width: 170px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  color: #fff;
  margin-top: -.5em;
  top: 42%;
  left: 46%;
  margin-left: -32px;
  font-family: DINPro-Bold, sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: .02em
}
.loading-txt:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 4px;
  background-color: #fff;
  top: 99%;
  margin-top: -1px;
  left: 0;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  opacity: 0.0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.loading.show .loading-txt:after {
  opacity: 1.0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.loading.start .loading-txt:after {
  -webkit-animation: loadingbar 1s cubic-bezier(.6, 0, .3, 1) infinite;
  animation: loadingbar 1s cubic-bezier(.6, 0, .3, 1) infinite
}
@-webkit-keyframes loadingbar {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}
@keyframes loadingbar {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}
.overlay {
  display: none
}
@media screen and (max-width:768px) {
  .loading-txt {
    width: 130px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    color: #fff;
    margin-top: -.5em;
    top: 43%;
    left: 42%;
    margin-left: -32px;
    font-family: DINPro-Bold, sans-serif;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: .02em
  }
}


/*      　　 追尾メニュー　　　     */

header{
	}
header-logo{

}

header-logo img{

}
.fix-header {
	background-color:#000;
	height: 106px;
	top: -66px;/* 上に隠す鷹さ */
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	opacity:0;/* 	最初読み込んだときは透過 */
	z-index: 1000;/*　他のアイテムに対して最上位のレイヤーになるように */
/*	opacity: 0; */
	}

	.fix-header-contents{
		width:100%;
		margin: 0 auto;
	}

	.fix-header-contents .headmenu{
    top: 22px;
    right: 3%;
	}

.fix-header-contents .headmenu .headmenu_pc li a:hover {
  background-position: -100% 0;
  color: #000;
}
.kasou_headmenu .headmenu_pc li a:hover {
  background-position: -100% 0;
  color: #000;
}

#fix-header-logo{
position: absolute;
    top: 21px;
    left: 7%;
	z-index: 500;
}

#fix-header-logo img{
width:92px;
}

#fix-header-menus{


}
#scroll-fix-menu img{
padding-bottom: 5px;
   border-bottom:2px solid #fff;
}

#scroll-fix-menu .current-menu-item img{
   border-bottom:2px solid #0f142a;
}

#scroll-fix-menu a img:hover{
   border-bottom:2px solid #0f142a;
	transition:border-color 0.6s ease-out;
}

/* micro clearfx */
.cf:before, .cf:after {
		content:"";
		display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* For IE 6/7 */


@media screen and (max-width:1000px) {
.fix-header {
	height: 95px;
}
#fix-header-logo{
position: absolute;
    top: 18px;
    left: 7%;
}
#fix-header-logo img{
width:84px;
}
.fix-header-contents .headmenu {
    top: 22px;
    right: 10px;
  }
}


@media screen and (max-width:768px) {
.fix-header-contents #nav-toggle {
    position: absolute;
    top: 30px;
    right: 30px;
    height: 32px;
    cursor: pointer;
  }
}
@media screen and (max-width:560px) {
.fix-header-contents #nav-toggle {
    position: absolute;
    top: 35px;
    right: 30px;
    height: 32px;
    cursor: pointer;
  }
}
@media screen and (max-width:400px) {
.fix-header {
	height: 74px;
}
#fix-header-logo{
position: absolute;
    top: 14px;
    left: 7%;
}
#fix-header-logo img{
width:67px;
}
.fix-header-contents #nav-toggle {
    position: absolute;
    top: 23px;
    right: 30px;
    height: 32px;
    cursor: pointer;
  }
}

.opconly{
	display: table block !important;
}
.osponly{
	display: none !important;
}

@media (max-width: 1000px) {
.opconly{
	display: none !important;
}
.osponly{
	display: table block !important;
}
}

/*      　　 top FV　　　     */


/*      　　 ヘッダー左ロゴ　　　     */
.headlogo {
  z-index: 2000;
  position: absolute;
  width: auto;
  top: 40px;
  left: 30px;
  max-width: 230px;
}
.headtext {
  max-width: 230px;
  background-color: #fff;
}
.headtext_in {
  padding: 30px 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 2.18182;
}
.headtext_in_dent {
  text-indent: -5px;
}
@media screen and (max-width:1250px) {
  .headlogo {
    z-index: 2000;
    position: absolute;
    width: auto;
    top: 40px;
    left: 20px;
    max-width: 210px;
  }
  .headtext {
    max-width: 210px;
    background-color: #fff;
    letter-spacing: -0.5px;
  }
  .headtext_in {
    padding: 30px 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
    line-height: 2.18182;
  }
  .headtext_in_dent {
    text-indent: -5px;
  }
}
@media (max-width: 1000px) {
  .headlogo {
    max-width: 24%;
    position: static;
    top: 0;
    left: 0;
    -webkit-transition: width .44s cubic-bezier(.3, .74, .5, .93) 0s, height .44s cubic-bezier(.3, .74, .5, .93);
    transition: width .44s cubic-bezier(.3, .74, .5, .93) 0s, height .44s cubic-bezier(.3, .74, .5, .93)
  }
}
/*      　　 ヘッダー右メニュー　　　     */
.headmenu {
  width: 100%;
  z-index: 400;
  position: absolute;
  top: 40px;
  right: 40px;
  text-align: right;
}
.headmenu_pc {
  list-style-type: none;
}
.headmenu_pc li {
  display: inline-block;
  margin-right: 2%;
}
.headmenu_pc li a {
  color: #fff;
  font-family: Brandon, sans-serif;
  font-size: 1.9rem;
  padding: 0 .5em;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 1) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
}
.headmenu_pc li a:hover {
  background-position: -100% 0;
  color: #158aca;
}
.headmenu_button {
  width: auto;
  background-color: #fff;
  border-radius: 40px;
  padding: 6px 30px 8px 34px;
}
.headmenu_button a {
  color: #158aca !important;
  font-family: Brandon, sans-serif !important;
  font-size: 1.6rem !important;
}
.headmenu_button a span {
  font-size: 2.6rem !important;
  font-weght: bold !important;
  margin-left: 8px !important;
}
.headmenu_button .void:hover {
  background-color: #158aca;
  color: #fff;
}
@media screen and (max-width:1100px) {
.headmenu {
  width: 100%;
  z-index: 2000;
  position: absolute;
  top: 40px;
  right: 10px;
  text-align: right;
}
  .headmenu_pc {
    list-style-type: none;
  }
  .headmenu_pc li {
    display: inline-block;
    margin-right: 2%;
  }
  .headmenu_pc li a {
    color: #fff;
    font-family: Brandon, sans-serif;
    font-size: 1.9rem;
    padding: 0 .5em;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 1) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    transition: .3s;
  }
  .headmenu_pc li a:hover {
    background-position: -100% 0;
    color: #158aca;
  }
  .headmenu_button {
    width: auto;
    background-color: #fff;
    border-radius: 40px;
    padding: 5px 30px 7px 33px;
  }
  .headmenu_button a {
    color: #158aca !important;
    font-family: Brandon, sans-serif !important;
    font-size: 1.6rem !important;
  }
  .headmenu_button a span {
    font-size: 2.6rem !important;
    font-weght: bold !important;
    margin-left: 8px !important;
  }
  .headmenu_button .void:hover {
    background-color: #158aca;
    color: #fff;
  }
}
@media screen and (max-width:1000px) {
  .headmenu {
    width: 100%;
    z-index: 2000;
    position: absolute;
    top: 45px;
    right: 10px;
    text-align: right;
  }
  .headmenu_pc {
    list-style-type: none;
  }
  .headmenu_pc li {
    display: inline-block;
    margin-right: 1%;
  }
  .headmenu_pc li a {
    color: #fff;
    font-family: Brandon, sans-serif;
    font-size: 1.5rem;
  }
  .headmenu_button {
    width: auto;
    background-color: #fff;
    border-radius: 40px;
    padding: 7px 24px 9px 24px;
  }
  .headmenu_button a {
    color: #158aca !important;
    font-family: Brandon, sans-serif !important;
    font-size: 1.4rem !important;
  }
  .headmenu_button a span {
    font-size: 2.0rem !important;
    font-weight: bold !important;
    margin-left: 8px !important;
  }
}
@media screen and (max-width:768px) {
  #nav-toggle {
    position: absolute;
    top: 40px;
    right: 30px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 50px;
  }
  #nav-toggle span {
    width: 100%;
    height: 4px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 15px;
  }
  #nav-toggle span:nth-child(3) {
    top: 30px;
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 15px;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 15px;
  }
  .open #nav-toggle span {
    background: #fff;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 10px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* z-index */
  #nav-toggle {
    z-index: 3900;
  }
  #container {
    z-index: 2900;
  }
  #gloval-nav {
    background: #000;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 700;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 2.9rem;
    font-family: Brandon, sans-serif;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
  }
  #gloval-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    transition: color .6s ease;
  }
  #gloval-nav a:hover {
    color: #666;
  }
  #gloval-nav ul {
    list-style: none;
  }
  #gloval-nav ul li {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
  }
  #gloval-nav ul li:nth-child(2) {
    transition-delay: .15s;
  }
  #gloval-nav ul li:nth-child(3) {
    transition-delay: .3s;
  }
  #gloval-nav ul li:nth-child(4) {
    transition-delay: .45s;
  }
  #gloval-nav ul li:nth-child(5) {
    transition-delay: .6s;
  }
  #gloval-nav ul li:nth-child(6) {
    transition-delay: .75s;
  }
  #gloval-nav ul li:nth-child(7) {
    transition-delay: .9s;
  }
  /* open */
  .open {
    overflow: hidden;
  }
  .open #gloval-nav {
    visibility: visible;
    opacity: 1;
  }
  .open #gloval-nav li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity .9s ease;
    transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
  }
}
@media screen and (max-width:560px) {
  #nav-toggle {
    position: absolute;
    top: 35px;
    right: 20px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 45px;
  }
  #nav-toggle span {
    width: 100%;
    height: 4px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 12px;
  }
  #nav-toggle span:nth-child(3) {
    top: 24px;
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 0px;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 25px;
  }
  .open #nav-toggle span {
    background: #fff;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 10px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* z-index */
  #nav-toggle {
    z-index: 3000;
  }
  #container {
    z-index: 2900;
  }
  #gloval-nav {
    background: #000;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 700;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    font-family: Brandon, sans-serif;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
  }
}
@media screen and (max-width:500px) {
  #nav-toggle {
    position: absolute;
    top: 28px;
    right: 20px;
    height: 32px;
    cursor: pointer;
  }
}
@media screen and (max-width:400px) {
  #nav-toggle {
    position: absolute;
    top: 29px;
    right: 25px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 35px;
  }
}
/*      　　 インデックス　　　     */
.index-kv {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0
}
/* Safari用のハックは、Chromeに適用されないようにする */
@supports (-webkit-touch-callout: none) {
  .index-kv {
    /* Safari用のハック */
    height: -webkit-fill-available;
  }
}
.index-kv_slider {
  position: relative
}
.index-kv_slide {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(200%);
  transform: translateX(200%)
}
.index-kv_slide_img {
  position: relative;
  width: 100vw
}
.index-kv_slide_img_inner {
  position: absolute
}
.index-kv_slide_obj {
  width: 100%;
  height: auto
}
.index-kv_slide_txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto
}
.index-kv_slide svg {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0
}
.index-kv_slide_svg01, .index-kv_slide_svg02, .index-kv_slide_svg03, .index-kv_slide_svg04, .index-kv_slide_svg05 {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.index-kv_slide_svg01_txt, .index-kv_slide_svg02_txt, .index-kv_slide_svg03_txt, .index-kv_slide_svg04_txt, .index-kv_slide_svg05_txt {
  font-family: JennaSue, sans-serif;
  color: #fff;
  font-size: 70px;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0
}
.index-kv_slide_svg01 {
  margin-top: -18.6%;
  margin-left: 34%;
}
.index-kv_slide_svg02 {
  margin-top: -5%;
  margin-left: -1%
}
.index-kv_slide_svg03 {
  margin-top: -4%;
  margin-left: 14%
}
.index-kv_slide_svg04 {
  margin-top: 5.5%;
  margin-left: -30%
}
@media screen and (max-width:768px) {
  .index-kv {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 950px !important;
    left: 0;
    top: 0
  }
}
@media screen and (max-width:568px) {
  .index-kv {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 810px !important;
    left: 0;
    top: 0
  }
}
@media screen and (max-width:400px) {
  .index-kv {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 610px !important;
    left: 0;
    top: 0
  }
}
/* 　メインメッセージ　　 */
.index-kv_caption {
  z-index: 3;
  position: absolute;
  -webkit-backface-visibility: hidden;
  top: 38%;
  left: 36%;
  max-width: 900px;
  height: auto;
  margin-top: -149px;
  margin-left: -210.5px
}
.kv_bigtext {
  font-family: Fjalla One, sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 17.5rem;
  line-height: 0.9;
  letter-spacing: -8px;
}
.kv_smalltext {
  font-family: Fjalla One, sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0;
  text-indent: 8px;
}
.kv_japantext {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 4.6rem;
  line-height: 1.1;
  letter-spacing: 2px;
}


@media screen and (max-width:1350px) {
  .index-kv_caption {
    z-index: 3;
    position: absolute;
    -webkit-backface-visibility: hidden;
    top: 37%;
    left: 38%;
    max-width: 900px;
    height: auto;
    margin-top: -149px;
    margin-left: -210.5px
  }
  .kv_bigtext {
    font-family: Fjalla One, sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 17.0rem;
    line-height: 0.9;
    letter-spacing: -8px;
  }
  .kv_smalltext {
    font-family: Fjalla One, sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.9;
    letter-spacing: 0;
    text-indent: 8px;
  }
  .kv_japantext {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 4.3rem;
    line-height: 1.1;
    letter-spacing: 2px;
  }
}
@media screen and (max-width:1200px) {
  .index-kv_caption {
    z-index: 3;
    position: absolute;
    -webkit-backface-visibility: hidden;
    top: 38%;
    left: 41%;
    max-width: 800px;
    height: auto;
    margin-top: -149px;
    margin-left: -210.5px
  }
  .kv_bigtext {
    font-family: Fjalla One, sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 16.5rem;
    line-height: 0.9;
    letter-spacing: -8px;
  }
  .kv_smalltext {
    font-family: Fjalla One, sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.9;
    letter-spacing: 0;
    text-indent: 8px;
  }
  .kv_japantext {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 4.1rem;
    line-height: 1.1;
    letter-spacing: 2px;
  }
}

@media screen and (max-width:1100px) {
  .index-kv_caption {
    z-index: 3;
    position: absolute;
    -webkit-backface-visibility: hidden;
    top: 38%;
    left: 44%;
    max-width: 800px;
    height: auto;
    margin-top: -149px;
    margin-left: -210.5px
  }
  .kv_bigtext {
    font-family: Fjalla One, sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 15.5rem;
    line-height: 0.9;
    letter-spacing: -8px;
  }
  .kv_smalltext {
    font-family: Fjalla One, sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.9;
    letter-spacing: 0;
    text-indent: 8px;
  }
  .kv_japantext {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 4.1rem;
    line-height: 1.1;
    letter-spacing: 2px;
  }
}


@media screen and (max-width:1050px) {
  .index-kv_caption {
    z-index: 3;
    position: absolute;
    -webkit-backface-visibility: hidden;
    top: 35%;
    left: 40%;
    max-width: 730px;
    height: auto;
    margin-top: -149px;
    margin-left: -210.5px
  }
  .kv_bigtext {
    font-family: Fjalla One, sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 15.5rem;
    line-height: 0.9;
    letter-spacing: -8px;
  }
  .kv_smalltext {
    font-family: Fjalla One, sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.9;
    letter-spacing: 0;
    text-indent: 8px;
  }
  .kv_japantext {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 4.1rem;
    line-height: 1.1;
    letter-spacing: 2px;
  }
}
/* この中に書かれたものがコメントになります。 */
@media screen and (max-width:995px) {
  .index-kv_caption {
    z-index: 3;
    position: absolute;
    -webkit-backface-visibility: hidden;
    top: 25%;
    left: 36%;
    max-width: 700px;
    height: auto;
    margin-top: -149px;
    margin-left: -210.5px
  }
  .kv_bigtext {
    font-family: Fjalla One, sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 15.5rem;
    line-height: 0.9;
    letter-spacing: -8px;
  }
  .kv_smalltext {
    font-family: Fjalla One, sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.9;
    letter-spacing: 0;
    text-indent: 8px;
  }
  .kv_japantext {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 4.1rem;
    line-height: 1.1;
    letter-spacing: 2px;
  }
}
@media screen and (max-width:670px) {
  .index-kv_caption {
    z-index: 3;
    position: absolute;
    -webkit-backface-visibility: hidden;
    top: 23%;
    left: 39%;
    max-width: 700px;
    height: auto;
    margin-top: -149px;
    margin-left: -210.5px
  }
  .kv_bigtext {
    font-family: Fjalla One, sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 15.5rem;
    line-height: 0.9;
    letter-spacing: -8px;
  }
  .kv_smalltext {
    font-family: Fjalla One, sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.9;
    letter-spacing: 0;
    text-indent: 8px;
  }
  .kv_japantext {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 4.1rem;
    line-height: 1.1;
    letter-spacing: 2px;
  }
}
@media screen and (max-width:600px) {
  .index-kv_caption {
    z-index: 3;
    position: absolute;
    -webkit-backface-visibility: hidden;
    top: 23%;
    left: 44%;
    max-width: 650px;
    height: auto;
    margin-top: -149px;
    margin-left: -210.5px
  }
  .kv_bigtext {
    font-family: Fjalla One, sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 13.5rem;
    line-height: 0.9;
    letter-spacing: -8px;
  }
  .kv_smalltext {
    font-family: Fjalla One, sans-serif;
    font-weight: 100;
    color: #fff;
    font-size: 2.0rem;
    line-height: 1.3;
    letter-spacing: 0;
    text-indent: 8px;
  }
  .kv_japantext {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 3.3rem;
    line-height: 1.1;
    letter-spacing: 2px;
  }
}
@media screen and (max-width:520px) {
  .index-kv_caption {
    z-index: 3;
    position: absolute;
    -webkit-backface-visibility: hidden;
    top: 23%;
    left: 54%;
    max-width: 400px;
    height: auto;
    margin-top: -149px;
    margin-left: -210.5px
  }
  .kv_bigtext {
    font-family: Fjalla One, sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 10.3rem;
    line-height: 0.9;
    letter-spacing: -8px;
  }
  .kv_smalltext {
    font-family: Fjalla One, sans-serif;
    font-weight: 100;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 0;
    text-indent: 8px;
  }
  .kv_japantext {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.1;
    letter-spacing: 2px;
  }
}
@media screen and (max-width:430px) {
  .index-kv_caption {
    z-index: 3;
    position: absolute;
    -webkit-backface-visibility: hidden;
    top: 23%;
    left: 59%;
    max-width: 350px;
    height: auto;
    margin-top: -149px;
    margin-left: -210.5px
  }
  .kv_bigtext {
    font-family: Fjalla One, sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 10.4rem;
    line-height: 0.9;
    letter-spacing: -8px;
  }
  .kv_smalltext {
    font-family: Fjalla One, sans-serif;
    font-weight: 100;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 0;
    text-indent: 8px;
  }
  .kv_japantext {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 2.6rem;
    line-height: 1.1;
    letter-spacing: 2px;
  }
}
@media screen and (max-width:400px) {
  .index-kv_caption {
    z-index: 3;
    position: absolute;
    -webkit-backface-visibility: hidden;
    top: 27%;
    left: 63%;
    max-width: 350px;
    height: auto;
    margin-top: -149px;
    margin-left: -210.5px
  }
  .kv_bigtext {
    font-family: Fjalla One, sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 9.4rem;
    line-height: 0.9;
    letter-spacing: -8px;
  }
  .kv_smalltext {
    font-family: Fjalla One, sans-serif;
    font-weight: 100;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: 0;
    text-indent: 8px;
  }
  .kv_japantext {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 2.3rem;
    line-height: 1.1;
    letter-spacing: 0px;
  }
}
@media screen and (max-width:375px) {
  .index-kv_caption {
    z-index: 3;
    position: absolute;
    -webkit-backface-visibility: hidden;
    top: 28%;
    left: 60%;
    max-width: 300px;
    height: auto;
    margin-top: -149px;
    margin-left: -210.5px margin-bottom: 20px;
  }
  .kv_bigtext {
    font-family: Fjalla One, sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 9.1rem;
    line-height: 0.9;
    letter-spacing: -8px;
  }
  .kv_smalltext {
    font-family: Fjalla One, sans-serif;
    font-weight: 100;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: 0;
    text-indent: 3px;
    margin-top: 10px;
  }
  .kv_japantext {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.1;
    letter-spacing: 0px;
    text-indent: 1px;
    margin-top: 10px;
  }
}
@media screen and (max-width:345px) {
  .index-kv_caption {
    z-index: 3;
    position: absolute;
    -webkit-backface-visibility: hidden;
    top: 27%;
    left: 70%;
    max-width: 280px;
    height: auto;
    margin-top: -149px;
    margin-left: -210.5px margin-bottom: 20px;
  }
  .kv_bigtext {
    font-family: Fjalla One, sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 9.1rem;
    line-height: 0.9;
    letter-spacing: -8px;
  }
  .kv_smalltext {
    font-family: Fjalla One, sans-serif;
    font-weight: 100;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: 0;
    text-indent: 3px;
    margin-top: 10px;
  }
  .kv_japantext {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.1;
    letter-spacing: 0px;
    text-indent: 1px;
    margin-top: 10px;
  }
}
/* 　デベロップ　　 */
.kv_right {
  width: 436px;
  display: block;
  z-index: 4;
  right: 0;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width:1350px) {
  .kv_right {
    width: 400px;
    display: block;
    z-index: 4;
    right: 0;
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width:1150px) {
  .kv_right {
    width: 390px;
    display: block;
    z-index: 4;
    right: 0;
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width:1100px) {
  .kv_right {
    width: 450px;
    display: block;
    z-index: 4;
    right: 0;
    position: absolute;
    bottom: 0;
  }
  .index-kv_step {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .kv_right {
    width: 100%;
    display: block;
    z-index: 4;
    right: 0;
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width:400px) {
  .kv_right {
    width: 100%;
    display: block;
    z-index: 4;
    right: 0;
    position: absolute;
    bottom: 0;
  }
}
.index-kv_pager {
  z-index: 4;
  position: absolute;
  left: 20px;
  bottom: 40px
}
.index-kv_pager_item {
  margin-top: 10px;
  width: 10px;
  height: 10px;
  border: 1px solid #000
}
.index-kv_pager_item.active {
  border-color: #000;
  background-color: #000
}
.index-kv_step {
  z-index: 4;
  max-width: 47px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.index-kv_step li {
  margin-bottom: 10px;
}
.index-kv_step li img {
  opacity: 1;
  transition: .3s ease-in-out;
}
.index-kv_step li:hover img {
  opacity: .5;
}
.index-kv_note {
  display: none
}
.index-sec {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px
}
.index-container {
  padding: 48px 20px
}
.kv {
  position: relative
}
.kv_img {
  position: relative;
  overflow: hidden
}
.kv_obj {
  position: absolute
}
.kv_head {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  font-family: DINPro-Bold, sans-serif;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.11429;
  letter-spacing: .1em
}
@media (max-width: 1000px) {
  .headtext {
    display: none;
  }
}
@media (max-width: 768px) {
  .index-kv_pager {
    display: none;
  }
}
@media (max-width: 400px) {
  .headlogo {
    max-width: 33.5%;
    top: 0;
    left: 0;
    -webkit-transition: width .44s cubic-bezier(.3, .74, .5, .93) 0s, height .44s cubic-bezier(.3, .74, .5, .93);
    transition: width .44s cubic-bezier(.3, .74, .5, .93) 0s, height .44s cubic-bezier(.3, .74, .5, .93)
  }
  .headtext {
    display: none;
  }
}
@media(min-width:992px) and (min-width:992px) {
  .index-kv_pager {
    left: 110px;
    bottom: 88px
  }
  .index-kv_pager_item {
    margin-top: 14px;
    width: 10px;
    height: 10px
  }
  .index-kv_step {
    right: 40px;
    bottom: 50%;
  }
  .index-kv_note {
    display: block;
    z-index: 4;
    position: absolute;
    left: 40px;
    bottom: 40px
  }
  .index-container {
    margin: 0 auto;
    padding: 100px 0
  }
  .index-container_inner {
    max-width: 1520px;
    padding: 0 60px;
    margin: 0 auto
  }
  .kv_head {
    font-size: 88px;
    font-size: 8.8rem;
    line-height: 1.13636;
    letter-spacing: .1em
  }
  .kv_right {
    max-width: 436px;
    display: block;
    z-index: 4;
    right: 0;
    position: absolute;
    bottom: 0;
  }
}
@media(min-height:820px) {
  .index-kv_pager {
    left: 54px;
    bottom: auto;
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}



/*      　　 top ABOUT　　　     */



.index-abouting{
	background-color: #fff;
	padding: 130px 0px 130px 0px;

}

.index-abouting_caption{
	text-align: center;
}
.caption_text{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #000;
  font-size: 9.0rem;
  line-height: 0.9;
  letter-spacing: -2px;
}

.caption_subtext{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #0188ca;
  font-size: 1.6rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}

.caption_subtext span{
  background:linear-gradient(transparent 60%, #d4eff6 60%);
}

.index-abouting-texting{
	width: 70%;
	margin: 50px auto;
	text-align: left;
}

.index-abouting-texting p{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 1.7rem;
  line-height: 2.1;
  letter-spacing: 0.5px;
}


.st_button {
  width: 300px;
	margin: 0 auto;
  background-color: #158aca;
  border-radius: 40px;
  padding: 7px 35px 11px 38px;
cursor: pointer;
	transition: 1.1s;
	-webkit-transition: 1.1s;
	-moz-transition: 1.1s;
	-o-transition: 1.1s;
}
.st_button a {
  color: #fff !important;
  font-family: Brandon, sans-serif !important;
  font-size: 1.6rem !important;

}
.st_button a span {
  font-size: 2.6rem !important;
  font-weght: bold !important;
  margin-left: 8px !important;
}
.st_button:hover {
	transition: 1.1s;
	-webkit-transition: 1.1s;
	-moz-transition: 1.1s;
	-o-transition: 1.1s;
	background-color: #000;
}

@media screen and (max-width:1100px) {
.caption_text{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #000;
  font-size: 8.6rem;
  line-height: 1.0;
  letter-spacing: -2px;
}

.caption_subtext{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #0188ca;
  font-size: 1.5rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}
}

@media screen and (max-width:950px) {
.index-abouting-texting{
	width: 88%;
	margin: 50px auto;
	text-align: left;
}
.st_button {
  width: 88%;
	margin: 0 auto;
  background-color: #158aca;
  border-radius: 40px;
  padding: 13px 30px 15px 32px;
cursor: pointer;
	transition: 1.1s;
	-webkit-transition: 1.1s;
	-moz-transition: 1.1s;
	-o-transition: 1.1s;
}
.st_button a {
  color: #fff !important;
  font-family: Brandon, sans-serif !important;
  font-size: 1.6rem !important;

}
.st_button a span {
  font-size: 2.6rem !important;
  font-weght: bold !important;
  margin-left: 8px !important;
}
.st_button:hover {
	transition: 1.1s;
	-webkit-transition: 1.1s;
	-moz-transition: 1.1s;
	-o-transition: 1.1s;
	background-color: #000;
}
}

@media screen and (max-width:768px) {
.caption_text{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #000;
  font-size: 7.5rem;
  line-height: 1.0;
  letter-spacing: -2px;
}

.caption_subtext{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #0188ca;
  font-size: 1.4rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}
.index-abouting-texting{
	width: 88%;
	margin: 50px auto;
	text-align: left;
}

.index-abouting-texting p{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 1.5rem;
  line-height: 2.1;
  letter-spacing: 0.5px;
}
}

@media screen and (max-width:575px) {
.caption_text{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #000;
  font-size: 5.7rem;
  line-height: 1.0;
  letter-spacing: -2px;
}

.caption_subtext{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #0188ca;
  font-size: 1.4rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}
.index-abouting-texting{
	width: 80%;
	margin: 30px auto;
	text-align: left;
}

.index-abouting-texting p{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 1.5rem;
  line-height: 2.1;
  letter-spacing: 0.5px;
}
.st_button {
  width: 80%;
	margin: 0 auto;
  background-color: #158aca;
  border-radius: 40px;
  padding: 7px 35px 9px 38px;
cursor: pointer;
	transition: 1.1s;
	-webkit-transition: 1.1s;
	-moz-transition: 1.1s;
	-o-transition: 1.1s;
}
}


@media screen and (max-width:400px) {
.index-abouting{
	background-color: #fff;
	padding: 70px 0px 90px 0px;

}
.caption_text{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #000;
  font-size: 5.3rem;
  line-height: 1.0;
  letter-spacing: -2px;
}

.caption_subtext{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #0188ca;
  font-size: 1.2rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}
.index-abouting-texting{
	width: 80%;
	margin: 30px auto 35px auto;
	text-align: left;
}

.index-abouting-texting p{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.3rem;
  line-height: 2.0;
  letter-spacing: 0.5px;
}
.st_button {
  width: 80%;
	margin: 0 auto;
  background-color: #158aca;
  border-radius: 40px;
  padding: 7px 35px 9px 38px;
cursor: pointer;
	transition: 1.1s;
	-webkit-transition: 1.1s;
	-moz-transition: 1.1s;
	-o-transition: 1.1s;
}
}


/*      　　 top INTRODUCTION SERVICE CONTACT　　　     */



.index-ISC{
	width: 100%;

}

/*---------------------------------
// flexbox  // 
---------------------------------*/

.ISC-flexbox{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.ISC-leftbox{
	width: 50%;
	height:1042px;
	background: url(../images/index/ISCleft.jpg) no-repeat top center;
	background-size: cover;
}
.ISC-rightbox{
	width: 50%;
}
.ISC-rightbox_top{
	width: 100%;
	height:521px;
	background: url(../images/index/ISCright1.jpg) no-repeat top center;
	background-size: cover;
}
.ISC-rightbox_bottom{
	width: 100%;
	height:521px;
	background: url(../images/index/ISCright2.jpg) no-repeat top center;
	background-size: cover;
}

.ISC-leftbox-flex{
	padding-top: 800px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.ISC-rightbox-flex{
	padding-top: 280px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.index-ISC_caption{
	width: 52%;
	text-align: left;
	margin-left: 5%;
}
.ISC_caption_text{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #fff;
  font-size: 6.6rem;
  line-height: 1.0;
  letter-spacing: -2px;
}

.ISC_caption_subtext{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}
.ISC_text{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 1.7rem;
  line-height: 2.1;
  letter-spacing: 0.5px;
}

.index-ISC_btn{
	width: 30%;
	margin: 133px 5% 0 0;
}
.ISC_st_button {
  width: 100%;
	margin: 0 auto;
  background-color: #fff;
  border-radius: 40px;
  padding: 7px 35px 11px 38px;
cursor: pointer;
	transition: 1.1s;
	-webkit-transition: 1.1s;
	-moz-transition: 1.1s;
	-o-transition: 1.1s;
	text-align: center;
}
.ISC_st_button a {
  color: #0087cf;
  font-family: Brandon, sans-serif !important;
  font-size: 1.6rem !important;
	display: block;

}
.ISC_st_button a span {
  font-size: 2.6rem !important;
  font-weight: bold !important;
  margin-left: 8px !important;
}
.ISC_st_button:hover {
	transition: 1.1s;
	-webkit-transition: 1.1s;
	-moz-transition: 1.1s;
	-o-transition: 1.1s;
  color: #fff !important;
	background-color: #000;
}
.ISC_st_button a:hover {
	transition: 1.1s;
	-webkit-transition: 1.1s;
	-moz-transition: 1.1s;
	-o-transition: 1.1s;
  color: #fff !important;
}


@media (max-width: 1350px) {
.ISC-leftbox-flex{
	padding-top: 830px;
}
.ISC-rightbox-flex{
	padding-top: 310px;
}
.index-ISC_caption{
	width: 55%;
	text-align: left;
	margin-left: 5%;
}
.ISC_caption_text{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #fff;
  font-size: 5.6rem;
  line-height: 1.0;
  letter-spacing: -2px;
}

.ISC_caption_subtext{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}
.ISC_text{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.1;
  letter-spacing: 0.5px;
}
.index-ISC_btn{
	width: 30%;
	margin: 120px 5% 0 0;
}
.ISC_st_button {
  width: 100%;
	margin: 0 auto;
  background-color: #fff;
  border-radius: 40px;
  padding: 7px 35px 11px 38px;
cursor: pointer;
	transition: 1.1s;
	-webkit-transition: 1.1s;
	-moz-transition: 1.1s;
	-o-transition: 1.1s;
	text-align: center;
}
.ISC_st_button a {
  color: #0087cf !important;
  font-family: Brandon, sans-serif !important;
  font-size: 1.4rem !important;
	display: block;

}
.ISC_st_button a span {
  font-size: 2.0rem !important;
  font-weight: bold !important;
  margin-left: 8px !important;
}
.ISC_st_button:hover {
	transition: 1.1s;
	-webkit-transition: 1.1s;
	-moz-transition: 1.1s;
	-o-transition: 1.1s;
	background-color: #000;
  color: #fff !important;
}
}

@media (max-width: 1225px) {

.index-ISC_caption{
	width: 55%;
	text-align: left;
	margin-left: 5%;
}
.ISC_caption_text{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #fff;
  font-size: 5.3rem;
  line-height: 1.0;
  letter-spacing: -2px;
}

.ISC_caption_subtext{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}
.ISC_text{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0.5px;
}

.index-ISC_btn{
	width: 30%;
	margin: 120px 5% 0 0;
}
.ISC_st_button {
  width: 100%;
	margin: 0 auto;
  background-color: #fff;
  border-radius: 40px;
  padding: 7px 30px 11px 32px;
cursor: pointer;
	transition: 1.1s;
	-webkit-transition: 1.1s;
	-moz-transition: 1.1s;
	-o-transition: 1.1s;
	text-align: center;
}
.ISC_st_button a {
  color: #0087cf !important;
  font-family: Brandon, sans-serif !important;
  font-size: 1.3rem !important;
	display: block;

}
.ISC_st_button a span {
  font-size: 1.8rem !important;
  font-weight: bold !important;
  margin-left: 8px !important;
}
.ISC_st_button:hover {
	transition: 1.1s;
	-webkit-transition: 1.1s;
	-moz-transition: 1.1s;
	-o-transition: 1.1s;
	background-color: #000;
  color: #fff !important;
}
}

@media (max-width: 1110px) {
.index-ISC_caption{
	width: 100%;
	text-align: left;
	margin-left: 0;
}
.ISC-leftbox-flex{
	display: block;
	width: 80%;
	margin: 0 auto 0 auto;
	padding-top: 760px
}
.ISC-rightbox-flex{
	display: block;
	width: 80%;
	margin: 0 auto 0 auto;
	padding-top: 270px
}
.i
.index-ISC_caption{
	width: 100%;
	text-align: left;
	margin-left: 0;
}
.ISC_caption_text{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #fff;
  font-size: 5.7rem;
  line-height: 1.0;
  letter-spacing: -2px;
}

.ISC_caption_subtext{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}
.ISC_text{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.1;
  letter-spacing: 0.5px;
}

.index-ISC_btn{
	width: 100%;
	margin: 15px 0 0 0;
}
.ISC_st_button {
  width: 100%;
	margin: 0 auto;
  background-color: #fff;
  border-radius: 40px;
  padding: 7px 30px 11px 32px;
cursor: pointer;
	transition: 1.1s;
	-webkit-transition: 1.1s;
	-moz-transition: 1.1s;
	-o-transition: 1.1s;
	text-align: center;
}
.ISC_st_button a {
  color: #0087cf !important;
  font-family: Brandon, sans-serif !important;
  font-size: 1.3rem !important;
	display: block;

}
.ISC_st_button a span {
  font-size: 2.0rem !important;
  font-weight: bold !important;
  margin-left: 8px !important;
}
.ISC_st_button:hover {
	transition: 1.1s;
	-webkit-transition: 1.1s;
	-moz-transition: 1.1s;
	-o-transition: 1.1s;
	background-color: #000;
  color: #fff !important;
}
}


@media (max-width: 950px) {
.ISC-flexbox{
	display: block;
}
.ISC-rightbox{
	width: 100%;
}
.ISC-leftbox{
	width: 100%;
	height: 700px;
}
.ISC-rightbox_top{
	width: 100%;
	height: 700px;
}
.ISC-rightbox_bottom{
	width: 100%;
	height: 700px;
}
.ISC-leftbox-flex{
	display: block;
	width: 90%;
	margin: 0 auto 0 auto;
	padding-top: 400px;
}
.ISC-rightbox-flex{
	display: block;
	width: 90%;
	margin: 0 auto 0 auto;
	padding-top: 400px;
}
.index-ISC_caption{
	width: 100%;
	text-align: left;
	margin-left: 0;
}
.ISC_caption_text{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #fff;
  font-size: 6.7rem;
  line-height: 1.0;
  letter-spacing: -2px;
}

.ISC_caption_subtext{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}
.ISC_text{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 1.7rem;
  line-height: 2.1;
  letter-spacing: 0.5px;
}

.index-ISC_btn{
	width: 100%;
	margin: 15px 0 0 0;
}
.ISC_st_button {
  width: 100%;
	margin: 0 auto;
  background-color: #fff;
  border-radius: 40px;
  padding: 13px 30px 15px 32px;
cursor: pointer;
	transition: 1.1s;
	-webkit-transition: 1.1s;
	-moz-transition: 1.1s;
	-o-transition: 1.1s;
	text-align: center;
}
.ISC_st_button a {
  color: #0087cf !important;
  font-family: Brandon, sans-serif !important;
  font-size: 1.7rem !important;
	display: block;

}
.ISC_st_button a span {
  font-size: 2.6rem !important;
  font-weight: bold !important;
  margin-left: 8px !important;
}
.ISC_st_button:hover {
	transition: 1.1s;
	-webkit-transition: 1.1s;
	-moz-transition: 1.1s;
	-o-transition: 1.1s;
	background-color: #000;
  color: #fff !important;
}
}

@media (max-width: 768px) {
.ISC-flexbox{
	display: block;
}
.ISC-rightbox{
	width: 100%;
}
.ISC-leftbox{
	width: 100%;
	height:650px;
	background: url(../images/index/ISCleft_sp.jpg) no-repeat top center;
	background-size: cover;
}
.ISC-rightbox_top{
	width: 100%;
	height:650px;
	background: url(../images/index/ISCright1_sp.jpg) no-repeat top center;
	background-size: cover;
}
.ISC-rightbox_bottom{
	width: 100%;
	height:650px;
	background: url(../images/index/ISCright2_sp.jpg) no-repeat top center;
	background-size: cover;
}
.ISC-leftbox-flex{
	display: block;
	width: 90%;
	margin: 0 auto 0 auto;
	padding-top: 330px;
}
.ISC-rightbox-flex{
	display: block;
	width: 90%;
	margin: 0 auto 0 auto;
	padding-top: 350px;
}
.index-ISC_caption{
	width: 100%;
	text-align: left;
	margin-left: 0;
}
.ISC_caption_text{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #fff;
  font-size: 6.7rem;
  line-height: 1.0;
  letter-spacing: -2px;
}

.ISC_caption_subtext{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}
.ISC_text{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 1.7rem;
  line-height: 2.1;
  letter-spacing: 0.5px;
}

.index-ISC_btn{
	width: 100%;
	margin: 15px 0 0 0;
}
.ISC_st_button {
  width: 100%;
	margin: 0 auto;
  background-color: #fff;
  border-radius: 40px;
  padding: 13px 30px 15px 32px;
cursor: pointer;
	transition: 1.1s;
	-webkit-transition: 1.1s;
	-moz-transition: 1.1s;
	-o-transition: 1.1s;
	text-align: center;
}
.ISC_st_button a {
  color: #0087cf !important;
  font-family: Brandon, sans-serif !important;
  font-size: 1.7rem !important;
	display: block;

}
.ISC_st_button a span {
  font-size: 2.6rem !important;
  font-weight: bold !important;
  margin-left: 8px !important;
}
.ISC_st_button:hover {
	transition: 1.1s;
	-webkit-transition: 1.1s;
	-moz-transition: 1.1s;
	-o-transition: 1.1s;
	background-color: #000;
  color: #fff !important;
}
}

@media (max-width: 400px) {
.ISC-flexbox{
	display: block;
}
.ISC-rightbox{
	width: 100%;
}
.ISC-leftbox{
	width: 100%;
	height: 550px;
}
.ISC-rightbox_top{
	width: 100%;
	height: 550px;
}
.ISC-rightbox_bottom{
	width: 100%;
	height: 550px;
}
.ISC-leftbox-flex{
	display: block;
	width: 85%;
	margin: 0 auto 0 auto;
	padding-top: 290px;
}
.ISC-rightbox-flex{
	display: block;
	width: 85%;
	margin: 0 auto 0 auto;
	padding-top: 290px;
}
.index-ISC_caption{
	width: 100%;
	text-align: left;
	margin-left: 0;
}
.ISC_caption_text{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #fff;
  font-size: 5.3rem;
  line-height: 1.0;
  letter-spacing: -2px;
}

.ISC_caption_subtext{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}
.ISC_text{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.5px;
}

.index-ISC_btn{
	width: 100%;
	margin: 15px 0 0 0;
}
.ISC_st_button {
  width: 100%;
	margin: 0 auto;
  background-color: #fff;
  border-radius: 40px;
  padding: 7px 35px 9px 38px;
cursor: pointer;
	transition: 1.1s;
	-webkit-transition: 1.1s;
	-moz-transition: 1.1s;
	-o-transition: 1.1s;
	text-align: center;
}
.ISC_st_button a {
  color: #0087cf !important;
  font-family: Brandon, sans-serif !important;
  font-size: 1.6rem !important;
	display: block;

}
.ISC_st_button a span {
  font-size: 2.4rem !important;
  font-weight: bold !important;
  margin-left: 8px !important;
}
.ISC_st_button:hover {
	transition: 1.1s;
	-webkit-transition: 1.1s;
	-moz-transition: 1.1s;
	-o-transition: 1.1s;
	background-color: #000;
  color: #fff !important;
}
}


/*      　　 top COMPANY PROFILE　　　     */

.index-companing{
	width: 100%;
	height: auto;
	background: url(../images/index/bg_co_pc.jpg) no-repeat bottom center;
	background-size: cover;
	padding: 100px 0 150px 0;
}

.pc_t_onry{
	display: block;
}
/*---------------------------------
// flexbox  // 
---------------------------------*/

.companing-flexbox{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	max-width: 1250px;
	padding: 0 50px 0 50px;
	margin: 0 auto;
}
.companing-leftbox{
	width: 49%;
	height:auto;
}
.companing-rightbox{
	width: 47%;
	height:auto;
}


.companing-rightbox_cap{
	text-align: left;
}
.companing-caption_text{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #000;
  font-size: 8.5rem;
  line-height: 0.9;
  letter-spacing: -2px;
}

.companing-caption_subtext{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #0188ca;
  font-size: 1.6rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}

.companing-caption_subtext span{
  background:linear-gradient(transparent 60%, #d4eff6 60%);
}

.companing-date{
	width: 100%;
	margin-top: 37px;
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}

.bbb{
	border-bottom: #cccccc 1px solid;
}
.companing-date_box{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	text-align: left;
}

.companing-date_boxleft{
	width: 22%;
	height:auto;
	padding-left: 10px;
}
.companing-date_boxleft p{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #0188ca;
  font-size: 1.6rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
	padding: 34px 0 34px 0;
}

.companing-date_boxright{
	width: 82%;
	height:auto;
	padding-right: 10px;
}
.companing-date_boxright p{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.5px;
	padding: 34px 0 34px 0;
}

@media (max-width: 1150px) {
.companing-caption_text{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #000;
  font-size: 8.2rem;
  line-height: 0.9;
  letter-spacing: -2px;
}

.companing-caption_subtext{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #0188ca;
  font-size: 1.6rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}

.companing-caption_subtext span{
  background:linear-gradient(transparent 60%, #d4eff6 60%);
}

.companing-date{
	width: 100%;
	margin-top: 37px;
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}

.bbb{
	border-bottom: #cccccc 1px solid;
}
.companing-date_box{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	text-align: left;
}

.companing-date_boxleft{
	width: 25%;
	height:auto;
	padding-left: 10px;
}
.companing-date_boxleft p{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #0188ca;
  font-size: 1.6rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
	padding: 30px 0 30px 0;
}

.companing-date_boxright{
	width: 82%;
	height:auto;
	padding-right: 10px;
}
.companing-date_boxright p{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.5px;
	padding: 30px 0 30px 0;
}

}

@media (max-width: 1100px) {
.pc_t_onry{
	display: none;
}
.companing-caption_text{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #000;
  font-size: 6.6rem;
  line-height: 0.9;
  letter-spacing: -2px;
}
.companing-date_boxleft{
	width: 22%;
	height:auto;
	padding-left: 10px;
}
.companing-date_boxleft p{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #0188ca;
  font-size: 1.6rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
	padding: 30px 0 30px 0;
}

.companing-date_boxright{
	width: 78%;
	height:auto;
	padding-right: 10px;
}
.companing-date_boxright p{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.5px;
	padding: 30px 0 30px 0;
}
}

@media (max-width: 1050px) {
.companing-caption_text{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #000;
  font-size: 6.3rem;
  line-height: 0.9;
  letter-spacing: -2px;
}
}

@media (max-width: 1000px) {
.companing-caption_text{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #000;
  font-size: 6.2rem;
  line-height: 0.9;
  letter-spacing: -2px;
}
}

@media (max-width: 950px) {
.index-companing{
	width: 100%;
	height: auto;
	background: url(../images/index/bg_co_sp.jpg) no-repeat top center;
	background-size: cover;
	padding: 70px 0 100px 0;
}
.companing-flexbox{
	display: block;
	width: 80%;
	padding: 0;
	margin: 0 auto;
}
.companing-leftbox{
	width: 100%;
	height:auto;
}
.companing-rightbox{
	width: 100%;
	height:auto;
	margin-top: 50px;
}
.companing-caption_text{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #000;
  font-size: 7.5rem;
  line-height: 0.9;
  letter-spacing: -2px;
}

.companing-caption_subtext{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #0188ca;
  font-size: 1.6rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}

.companing-caption_subtext span{
  background:linear-gradient(transparent 60%, #d4eff6 60%);
}

.companing-date{
	width: 100%;
	margin-top: 47px;
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}
}

@media (max-width: 768px) {
.index-companing{
	width: 100%;
	height: auto;
	background: url(../images/index/bg_co_sp.jpg) no-repeat top center;
	background-size: cover;
	padding: 50px 0 70px 0;
}
.companing-flexbox{
	display: block;
	width: 80%;
	padding: 0;
	margin: 0 auto;
}
.companing-leftbox{
	width: 100%;
	height:auto;
}
.companing-rightbox{
	width: 100%;
	height:auto;
	margin-top: 50px;
}
.companing-caption_text{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #000;
  font-size: 6.5rem;
  line-height: 0.9;
  letter-spacing: -2px;
}

.companing-caption_subtext{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #0188ca;
  font-size: 1.4rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}

.companing-caption_subtext span{
  background:linear-gradient(transparent 60%, #d4eff6 60%);
}

.companing-date{
	width: 100%;
	margin-top: 47px;
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}
}
@media (max-width: 550px) {
.companing-caption_text{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #000;
  font-size: 5.2rem;
  line-height: 0.9;
  letter-spacing: -2px;
}
}
@media (max-width: 430px) {
.companing-date_boxleft{
	width: 29%;
	height:auto;
	padding-left: 10px;
}
.companing-caption_text{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #000;
  font-size: 4.5rem;
  line-height: 0.9;
  letter-spacing: -2px;
}
.companing-caption_subtext{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #0188ca;
  font-size: 1.2rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}
.companing-date_boxleft p{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #0188ca;
  font-size: 1.4rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
	padding: 30px 0 30px 0;
}

.companing-date_boxright{
	width: 71%;
	height:auto;
	padding-right: 10px;
}
.companing-date_boxright p{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 0.5px;
	padding: 30px 0 30px 0;
}
}

@media (max-width: 350px) {
.companing-caption_text{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #000;
  font-size: 3.9rem;
  line-height: 0.9;
  letter-spacing: -2px;
}
}

/*      　　 top FOOTER　　　     */

.index-foot{
	width: 100%;
	background-color: #000;
	padding: 10px 0 140px 0;
}


/*---------------------------------
// flexbox  // 
---------------------------------*/

.foot-flexbox{
	max-width: 1280px;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	padding: 50px 30px 0 30px;
}
.foot-leftbox{
	width: 20%;
	height:auto;
	margin-left:45px
}
.foot-leftbox a img{
	width: 110px;
}
.foot-rightbox{
	width: 800%;
	height:auto;
	text-align: right;
}
.foot-copyright{
	max-width: 1280px;
	margin: 0 auto;
	padding: 15px 30px 10px 72px;
	text-align: left;
}

.foot-copyright p{
	font-size: 1.3rem;
	color: #7e7e7e;
}

@media (max-width: 1200px) {
.index-foot{
	width: 100%;
	background-color: #000;
	padding: 10px 0 100px 0;
}
}
@media (max-width: 1000px) {
.foot-rightbox{
	margin-top: 15px;
}
}

@media (max-width: 800px) {
.foot-flexbox{
	max-width: 1280px;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display:-webkit-box;
  display:-ms-flexbox;
	display: block;
	padding: 50px 30px 0 30px;
}
.foot-leftbox{
	width: 100%;
	height:auto;
	margin-left:0;
	text-align: center;
}
.foot-leftbox a img{
	width: 95px;
	margin: 0 auto;
}
.foot-rightbox{
	display: none;
}
.foot-copyright{
	max-width: 1280px;
	margin: 0 auto;
	padding: 15px 0 10px 0;
	text-align: center;
}
}

@media (max-width: 400px) {
.index-foot{
	width: 100%;
	background-color: #000;
	padding: 10px 0 70px 0;
}
.foot-flexbox{
	max-width: 1280px;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display:-webkit-box;
  display:-ms-flexbox;
	display: block;
	padding: 20px 30px 0 30px;
}
.foot-leftbox a img{
	width: 80px;
	margin: 0 auto;
}
.foot-copyright p{
	font-size: 1.0rem;
	color: #7e7e7e;
  letter-spacing: -0.1px;
}
.foot-copyright{
	max-width: 1280px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	text-align: center;
}
}

/*---------------------------------
// st menu  // 
---------------------------------*/
.stmenu {
  width: 100%;
  z-index: 2000;
  position: absolute;
  top: 40px;
  right: 50px;
  text-align: right;
}
.stmenu_pc {
  list-style-type: none;
}
.stmenu_pc li {
  display: inline-block;
  margin-right: 2%;
}
.stmenu_pc li a {
  color: #fff;
  font-family: Brandon, sans-serif;
  font-size: 1.8rem;
  padding: 0 .5em;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 1) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
}
.stmenu_pc li a:hover {
  background-position: -100% 0;
  color: #000;
}
.stmenu_button {
  width: auto;
  background-color: #fff;
  border-radius: 40px;
  padding: 6px 30px 8px 34px;
}
.stmenu_button a {
  color: #158aca !important;
  font-family: Brandon, sans-serif !important;
  font-size: 1.6rem !important;
}
.stmenu_button a span {
  font-size: 2.6rem !important;
  font-weght: bold !important;
  margin-left: 8px !important;
}
.stmenu_button .void:hover {
  background-color: #158aca;
  color: #fff;
}


@media screen and (max-width:1100px) {
  .stmenu {
    width: 100%;
    z-index: 2000;
    position: absolute;
    top: 40px;
    right: 20px;
    text-align: right;
  }
  .stmenu_pc {
    list-style-type: none;
  }
  .stmenu_pc li {
    display: inline-block;
    margin-right: 2%;
  }
  .stmenu_pc li a {
    color: #fff;
    font-family: Brandon, sans-serif;
    font-size: 1.9rem;
    padding: 0 .5em;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 1) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    transition: .3s;
  }
  .stmenu_pc li a:hover {
    background-position: -100% 0;
    color: #158aca;
  }
  .stmenu_button {
    width: auto;
    background-color: #fff;
    border-radius: 40px;
    padding: 5px 30px 7px 33px;
  }
  .stmenu_button a {
    color: #158aca !important;
    font-family: Brandon, sans-serif !important;
    font-size: 1.6rem !important;
  }
  .stmenu_button a span {
    font-size: 2.6rem !important;
    font-weght: bold !important;
    margin-left: 8px !important;
  }
  .stmenu_button .void:hover {
    background-color: #158aca;
    color: #fff;
  }
}
@media screen and (max-width:1000px) {
  .stmenu {
    width: 100%;
    z-index: 2000;
    position: absolute;
    top: 45px;
    right: 10px;
    text-align: right;
  }
  .stmenu_pc {
    list-style-type: none;
  }
  .stmenu_pc li {
    display: inline-block;
    margin-right: 1%;
  }
  .stmenu_pc li a {
    color: #fff;
    font-family: Brandon, sans-serif;
    font-size: 1.5rem;
  }
  .stmenu_button {
    width: auto;
    background-color: #fff;
    border-radius: 40px;
    padding: 7px 24px 9px 24px;
  }
  .stmenu_button a {
    color: #158aca !important;
    font-family: Brandon, sans-serif !important;
    font-size: 1.4rem !important;
  }
  .stmenu_button a span {
    font-size: 2.0rem !important;
    font-weight: bold !important;
    margin-left: 8px !important;
  }
}


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

// ここからABOUTページ  // 

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

/* 　　　　下層共通ヘッダー　　　　 */

.kasou_head{
	width: 100%;
	height: 106px;
	background-color: #000;
	position:fixed;
	top:0;
	left:0;
}


.kasou_logo{
	position: absolute;
	top: 21px;
	left: 7%;
	z-index: 500;
}

.kasou_logo img{
	width: 92px;
}

.kasou_headmenu{
	width: 100%;
	position: absolute;
text-align: right;
top: 22px;
    right: 3%;
}
@media screen and (max-width:1000px) {
.kasou_head{
	height: 95px;
}

.kasou_logo{
position: absolute;
    top: 18px;
    left: 7%;
}
.kasou_logo img{
width:84px;
}
}

@media screen and (max-width:768px) {
.kasou_head #nav-toggle {
    position: absolute;
    top: 30px;
    right: 30px;
    height: 32px;
    cursor: pointer;
  }
}

@media screen and (max-width:400px) {
.kasou_head{
	height: 74px;
}
.kasou_logo{
position: absolute;
    top: 14px;
    left: 7%;
}
.kasou_logo img{
width:67px;
}
.kasou_head #nav-toggle {
    position: absolute;
    top: 23px;
    right: 30px;
    height: 32px;
    cursor: pointer;
  }
}



/* 　　　　　01　　　　 */

.about{
	width: 100%;
	background-color: #fff;
	display: table;
}
.about .cont_l{
	display: table-cell;
	width:50%;
}
.about .cont_r{
	display: table-cell;
	width:50%;
	vertical-align:middle !important;
}
.about .cont_r .fgr{
	width:400px;
	margin:80px auto 0 auto;
}
.kasou_caption_subtext{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 1.7rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
  text-indent: 2px;
}
.kasou_caption_text{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #000;
  font-size: 10.6rem;
  line-height: 0.9;
  letter-spacing: -4px;
}

.kasou_caption_smalltext{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 1500px) {
.kasou_caption_text{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #000;
  font-size: 9.6rem;
  line-height: 0.9;
  letter-spacing: -4px;
}
}
@media screen and (max-width: 1300px) {
.about .cont_r .fgr{
	width:380px;
	margin:100px auto 0 auto;
}
.kasou_caption_subtext{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}
.kasou_caption_text{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #000;
  font-size: 9.4rem;
  line-height: 0.9;
  letter-spacing: -4px;
}

.kasou_caption_smalltext{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.9;
  letter-spacing: 0;
}
}

@media screen and (max-width: 1100px) {
.about .cont_r .fgr{
	width:350px;
	margin:120px auto 0 auto;
}
.kasou_caption_subtext{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}
.kasou_caption_text{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #000;
  font-size: 9.0rem;
  line-height: 0.9;
  letter-spacing: -4px;
}

.kasou_caption_smalltext{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #000;
  font-size: 1.1rem;
  line-height: 1.9;
  letter-spacing: 0;
}
}


@media screen and (max-width: 1000px) {
.about{
	background-color: #fff;
	display: block;
}
.about .cont_l{
	width:100%;
	float:none;
	display:block;
	margin-top: 80px;
}
.about .cont_r{
	width:100%;
	float:none;
	display:block;
	vertical-align:middle !important;

}
.about .cont_r .fgr{
	width:60%;
	margin:120px auto 120px auto;
}
.kasou_caption_subtext{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}
.kasou_caption_text{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #000;
  font-size: 12.0rem;
  line-height: 0.9;
  letter-spacing: -4px;
}

.kasou_caption_smalltext{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.9;
  letter-spacing: 0;
}
}


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

.kasou_caption_text{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #000;
  font-size: 10.0rem;
  line-height: 0.9;
  letter-spacing: -4px;
}
}

@media screen and (max-width: 630px) {
.about .cont_r .fgr{
	width:70%;
	margin:120px auto 120px auto;
}
.kasou_caption_text{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #000;
  font-size: 9.0rem;
  line-height: 0.9;
  letter-spacing: -4px;
}
}

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

.about .cont_l{
	width:100%;
	float:none;
	display:block;
	margin-top: 60px;
}
.about .cont_r{
	width:100%;
	float:none;
	display:block;
	vertical-align:middle !important;

}
.about .cont_r .fgr{
	width:85%;
	margin:100px auto 100px auto;
}
.kasou_caption_subtext{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}
.kasou_caption_text{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #000;
  font-size: 7.0rem;
  line-height: 0.9;
  letter-spacing: -4px;
}

.kasou_caption_smalltext{
  font-family: Fjalla One, sans-serif;
  font-weight: 590;
  color: #000;
  font-size: 1.0rem;
  line-height: 1.9;
  letter-spacing: 0;
}
}




/* 　　　　　02　　　　 */

.about_bg01 {
	width:100%;
	height:auto;
	background: url(../images/about/about_bg01_pc.jpg) no-repeat top center;
	background-size: cover;
	padding: 160px 50px 160px 50px;
}
.about_01 {
	max-width: 1400px;
	margin: 0 auto;
}
.kasou_caption_text02{
  font-family: Fjalla One, sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 13.0rem;
  line-height: 0.9;
  letter-spacing: -8px;
  text-indent: -5px;
}
.kasou_caption_subtext02{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.0;
  letter-spacing: 0.5px;

}
.kasou_caption_smalltext02{
	max-width: 620px;
	margin-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.5px;
	background-color: rgba(21,138,202,0.4);
	padding: 10px 20px 10px 2px;
}

@media (max-width: 1650px) {
.about_01 {
	max-width: 1200px;
	margin: 0 auto;
}
}

@media (max-width: 1400px) {
.about_01 {
	max-width: 1050px;
	margin: 0 auto;
}
}

@media (max-width: 1300px) {
.about_bg01 {
	width:100%;
	height:auto;
	background: url(../images/about/about_bg01_pc.jpg) no-repeat top center;
	background-size: cover;
	padding: 140px 50px 140px 50px;
}
.about_01 {
	max-width: 900px;
	margin: 0 auto;
}
.kasou_caption_text02{
  font-family: Fjalla One, sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 12.0rem;
  line-height: 0.9;
  letter-spacing: -8px;
  text-indent: -5px;
}
.kasou_caption_subtext02{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 2.9rem;
  line-height: 1.0;
  letter-spacing: 0.5px;

}
.kasou_caption_smalltext02{
	max-width: 600px;
	margin-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.5px;
	background-color: rgba(21,138,202,0.4);
	padding: 10px 20px 10px 2px;
}


}


@media (max-width: 1000px) {
.about_bg01 {
	width:100%;
	height:auto;
	background: url(../images/about/about_bg01_pc.jpg) no-repeat top center;
	background-size: cover;
	padding: 140px 50px 140px 50px;
}
.about_01 {
	max-width: 800px;
	margin: 0 auto;
}
.kasou_caption_text02{
  font-family: Fjalla One, sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 12.0rem;
  line-height: 0.9;
  letter-spacing: -8px;
  text-indent: -5px;
}
.kasou_caption_subtext02{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.0;
  letter-spacing: 0.5px;

}
.kasou_caption_smalltext02{
	max-width: 550px;
	margin-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.5px;
	background-color: rgba(21,138,202,0.4);
	padding: 10px 20px 10px 2px;
}
}


@media (max-width: 768px) {
.about_bg01 {
	width:100%;
	height:auto;
	background: url(../images/about/about_bg01_sp.jpg) no-repeat top center;
	background-size: cover;
	padding: 100px 0 100px 0;
}
.about_01 {
	width: 85%;
	margin: 0 auto;
}
.kasou_caption_text02{
  font-family: Fjalla One, sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 10.0rem;
  line-height: 0.9;
  letter-spacing: -8px;
  text-indent: -5px;
}
.kasou_caption_subtext02{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 2.0rem;
  line-height: 1.0;
  letter-spacing: 0.5px;

}
.kasou_caption_smalltext02{
	width: 85%;
	margin-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.5px;
	background-color: rgba(21,138,202,0.4);
	padding: 10px 20px 10px 20px;
}
}

@media (max-width: 400px) {
.about_bg01 {
	width:100%;
	height:auto;
	background: url(../images/about/about_bg01_sp.jpg) no-repeat top center;
	background-size: cover;
	padding: 90px 0 90px 0;
}
.about_01 {
	width: 88%;
	margin: 0 auto;
}
.kasou_caption_text02{
  font-family: Fjalla One, sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 6.8rem;
  line-height: 0.9;
  letter-spacing: -4px;
  text-indent: -5px;
	padding: 0 10px;
}
.kasou_caption_subtext02{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
	padding: 0 10px;

}
.kasou_caption_smalltext02{
	width: 100%;
	margin-top: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.5px;
	background-color: rgba(21,138,202,0.4);
	padding: 7px 10px 15px 10px;
}
}

@media (max-width: 330px) {
.about_bg01 {
	width:100%;
	height:auto;
	background: url(../images/about/about_bg01_sp.jpg) no-repeat top center;
	background-size: cover;
	padding: 90px 0 90px 0;
}
.about_01 {
	width: 88%;
	margin: 0 auto;
}
.kasou_caption_text02{
  font-family: Fjalla One, sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 5.7rem;
  line-height: 0.9;
  letter-spacing: -4px;
  text-indent: -5px;
	padding: 0 10px;
}
.kasou_caption_subtext02{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
	padding: 0 10px;

}
.kasou_caption_smalltext02{
	width: 84%
	margin-top: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.5px;
	background-color: rgba(21,138,202,0.4);
	padding: 7px 10px 15px 10px;
}
}


/* 　　　　　03　と　05　　　 */

.about_rightimg{
	width: 100%;
	background-color: #fff;
	display: table;
}
.about_rightimg .cont_l{
	display: table-cell;
	width:50%;
	vertical-align:middle !important;
}
.about_rightimg .cont_r{
	display: table-cell;
	width:50%;
}
.about_rightimg .cont_l .fgr{
	width:450px;
	margin:25px auto 0 auto;
}
.about_number{
  font-family: Fjalla One, sans-serif;
  font-weight: 800;
  color: #0188ca;
  font-size: 6.8rem;
  line-height: 1.0;
  letter-spacing: 0;
}

.lettere01{
  letter-spacing: 4px;
}

.about_capth2{
	margin-top: -2px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #0188ca;
  font-size: 1.6rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
	text-indent: 2px;
}

.about_capth2 span{
  background:linear-gradient(transparent 60%, #d4eff6 60%);
}

.about_capth3{
	margin-top: 27px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 3.2rem;
  line-height: 1.0;
  letter-spacing: -0.5px;
}

.about_captlubi{
	margin-top: 10px;
  font-family: Fjalla One, sans-serif;
  font-weight: 500;
  color: #949494;
  font-size: 1.7rem;
  line-height: 1.0;
  letter-spacing: 0px;
	text-indent: 3px;
}

.about_texttext{
	margin-top: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: -0.5px;
}

.about_imgimg{
	width: 233px;
	margin-top: 50px;
}

.about_textblue{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #0188ca;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: -0.5px;
}

@media (max-width: 1450px) {
.about_rightimg .cont_l .fgr{
	width:400px;
	margin:0 auto 0 auto;
}
.about_number{
  font-family: Fjalla One, sans-serif;
  font-weight: 800;
  color: #0188ca;
  font-size: 6.0rem;
  line-height: 1.0;
  letter-spacing: 0;
}

.lettere01{
  letter-spacing: 3px;
}

.about_capth2{
	margin-top: -2px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #0188ca;
  font-size: 1.4rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
	text-indent: 2px;
}

.about_capth2 span{
  background:linear-gradient(transparent 60%, #d4eff6 60%);
}

.about_capth3{
	margin-top: 27px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 2.6rem;
  line-height: 1.0;
  letter-spacing: -0.5px;
}

.about_captlubi{
	margin-top: 10px;
  font-family: Fjalla One, sans-serif;
  font-weight: 500;
  color: #949494;
  font-size: 1.5rem;
  line-height: 1.0;
  letter-spacing: 0px;
	text-indent: 3px;
}

.about_texttext{
	margin-top: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: -0.5px;
}

.about_imgimg{
	width: 233px;
	margin-top: 50px;
}

.about_textblue{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #0188ca;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: -0.5px;
}

}



@media (max-width: 1250px) {
.about_rightimg .cont_l .fgr{
	width:350px;
	margin:-10px auto 0 auto;
}
.about_number{
  font-family: Fjalla One, sans-serif;
  font-weight: 800;
  color: #0188ca;
  font-size: 5.3rem;
  line-height: 1.0;
  letter-spacing: 0;
}

.lettere01{
  letter-spacing: 3px;
}

.about_capth2{
	margin-top: -2px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #0188ca;
  font-size: 1.3rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
	text-indent: 2px;
}

.about_capth2 span{
  background:linear-gradient(transparent 60%, #d4eff6 60%);
}

.about_capth3{
	margin-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 2.2rem;
  line-height: 1.0;
  letter-spacing: -0.5px;
}

.about_captlubi{
	margin-top: 5px;
  font-family: Fjalla One, sans-serif;
  font-weight: 500;
  color: #949494;
  font-size: 1.4rem;
  line-height: 1.0;
  letter-spacing: 0px;
	text-indent: 3px;
}

.about_texttext{
	margin-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: -0.5px;
}

.about_imgimg{
	width: 233px;
	margin-top: 30px;
}

.about_textblue{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #0188ca;
  font-size: 1.1rem;
  line-height: 1.8;
  letter-spacing: -0.5px;
}

}

@media (max-width: 1000px) {
.about_rightimg{
	background-color: #fff;
	display: block;
}
.about_rightimg .cont_l{
	display: block;
	width:100%;
	vertical-align:middle !important;
	padding: 100px 0 100px 0;
}
.about_rightimg .cont_r{
width: 100%;
    float: none;
    display: block;
}
.about_rightimg .cont_l .fgr{
	width:87%;
	margin:25px auto 0 auto;
}
.about_number{
  font-family: Fjalla One, sans-serif;
  font-weight: 800;
  color: #0188ca;
  font-size: 7.0rem;
  line-height: 1.0;
  letter-spacing: 0;
}

.lettere01{
  letter-spacing: 3px;
}

.about_capth2{
	margin-top: -2px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #0188ca;
  font-size: 1.6rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
	text-indent: 2px;
}

.about_capth2 span{
  background:linear-gradient(transparent 60%, #d4eff6 60%);
}

.about_capth3{
	margin-top: 27px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 3.2rem;
  line-height: 1.0;
  letter-spacing: -0.5px;
}

.about_captlubi{
	margin-top: 10px;
  font-family: Fjalla One, sans-serif;
  font-weight: 500;
  color: #949494;
  font-size: 1.7rem;
  line-height: 1.0;
  letter-spacing: 0px;
	text-indent: 3px;
}

.about_texttext{
	margin-top: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: -0.5px;
}

.about_imgimg{
	width: 233px;
	margin-top: 50px;
}

.about_textblue{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #0188ca;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: -0.5px;
}

}

@media (max-width: 420px) {
.about_rightimg{
	background-color: #fff;
	display: block;
}
.about_rightimg .cont_l{
	display: block;
	width:100%;
	vertical-align:middle !important;
	padding: 100px 0 100px 0;
}
.about_rightimg .cont_r{
width: 100%;
    float: none;
    display: block;
}
.about_rightimg .cont_l .fgr{
	width:80%;
	margin:0 auto 0 auto;
}
.about_number{
  font-family: Fjalla One, sans-serif;
  font-weight: 800;
  color: #0188ca;
  font-size: 5.9rem;
  line-height: 1.0;
  letter-spacing: 0;
}

.lettere01{
  letter-spacing: 3px;
}

.about_capth2{
	margin-top: -2px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #0188ca;
  font-size: 1.4rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
	text-indent: 2px;
}

.about_capth2 span{
  background:linear-gradient(transparent 60%, #d4eff6 60%);
}

.about_capth3{
	margin-top: 27px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 2.6rem;
  line-height: 1.0;
  letter-spacing: -0.5px;
}

.about_captlubi{
	margin-top: 5px;
  font-family: Fjalla One, sans-serif;
  font-weight: 500;
  color: #949494;
  font-size: 1.5rem;
  line-height: 1.0;
  letter-spacing: 0px;
	text-indent: 3px;
}

.about_texttext{
	margin-top: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: -0.5px;
}

.about_imgimg{
	width: 233px;
	margin-top: 50px;
}

.about_textblue{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #0188ca;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: -0.5px;
}

}


/* 　　　　　04　　　　 */

.about_leftimg{
	width: 100%;
	background-color: #fff;
	display: table;
}
.about_leftimg .cont_l{
	display: table-cell;
	width:50%;
}
.about_leftimg .cont_r{
	display: table-cell;
	width:50%;
	vertical-align:middle !important;
}
.about_leftimg .cont_r .fgr{
	width:450px;
	margin:25px auto 0 auto;
}

@media (max-width: 1450px) {
.about_leftimg{
	width: 100%;
	background-color: #fff;
	display: table !important;
}
.about_leftimg .cont_r .fgr{
	width:400px;
	margin:25px auto 0 auto;
}
}
@media (max-width: 1250px) {
.about_leftimg{
	width: 100%;
	background-color: #fff;
	display: table !important;
}
.about_leftimg .cont_r .fgr{
	width:350px;
	margin:25px auto 0 auto;
}
}
@media (max-width: 1000px) {
.about_leftimg{
	display: none;
}
.about_leftimg .cont_l{
	display: none;
}
.about_leftimg .cont_r{
	display: none;
}
.about_leftimg .cont_r .fgr{
	display: none;
}
}

@media (max-width: 420px) {
.about_leftimg .cont_r .fgr{
	display: none;
}
}


/* 　　　　　SPのみ　　　　 */

.about_leftimg_sp{
	display: none;
}
.about_leftimg_sp .cont_l{
	display: none;
}
.about_leftimg_sp .cont_r{
	display: none;
}
.about_leftimg_sp .cont_r .fgr{
	display: none;
}

@media (max-width: 1450px) {
.about_leftimg_sp{
	display: none;
}
.about_leftimg_sp .cont_r .fgr{
	display: none;
}
}
@media (max-width: 1250px) {
.about_leftimg_sp{
	display: none;
}
.about_leftimg_sp .cont_r .fgr{
	display: none;
}
}
@media (max-width: 1000px) {
.about_leftimg_sp{
	width: 100%;
	background-color: #fff;
	display: block;
}
.about_leftimg_sp .cont_l{
	display: block;
	width:100%;
	vertical-align:middle !important;
}
.about_leftimg_sp .cont_r{
width: 100%;
    float: none;
    display: block;
	padding: 100px 0 100px 0;
}
.about_leftimg_sp .cont_r .fgr{
	width:87%;
	margin:25px auto 0 auto;
	display: block;
}
}

@media (max-width: 420px) {
.about_leftimg_sp .cont_r .fgr{
	width:80%;
	margin:0 auto 0 auto;
}
}

/* 　　　　　06　　　　 */


.about_bg02 {
	width:100%;
	height:auto;
	background: url(../images/about/about_bg02_pc.jpg) no-repeat top center;
	background-size: cover;
	padding: 240px 50px 180px 50px;
}
.about_02 {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

.kasou_caption_text03{
  font-family: Fjalla One, sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 14.0rem;
  line-height: 0.9;
  letter-spacing: -8px;
  text-indent: -5px;
}
.kasou_caption_subtext03{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}

@media (max-width: 1450px) {
.about_bg02 {
	padding: 220px 50px 160px 50px;
}
}

@media (max-width: 1200px) {
.about_bg02 {
	padding: 180px 50px 130px 50px;
}
.kasou_caption_text03{
  font-family: Fjalla One, sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 12.0rem;
  line-height: 0.9;
  letter-spacing: -8px;
  text-indent: -5px;
}
.kasou_caption_subtext03{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}
}
@media (max-width: 768px) {
.about_bg02 {
	background: url(../images/about/about_bg02_sp.jpg) no-repeat top center;
	padding: 200px 0 150px 0;
}
.about_02 {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.kasou_caption_text03{
  font-family: Fjalla One, sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 12.0rem;
  line-height: 0.9;
  letter-spacing: -8px;
  text-indent: -5px;
}
.kasou_caption_subtext03{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}
}

@media (max-width: 650px) {
.about_bg02 {
	background: url(../images/about/about_bg02_sp.jpg) no-repeat top center;
	padding: 200px 0 150px 0;
}
.about_02 {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.kasou_caption_text03{
  font-family: Fjalla One, sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 8.1rem;
  line-height: 0.9;
  letter-spacing: -4px;
  text-indent: -5px;
}
.kasou_caption_subtext03{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}
}


@media (max-width: 430px) {
.about_bg02 {
	background: url(../images/about/about_bg02_sp.jpg) no-repeat top center;
	padding: 170px 0 120px 0;
}
.about_02 {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.kasou_caption_text03{
  font-family: Fjalla One, sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 6.8rem;
  line-height: 0.9;
  letter-spacing: -4px;
  text-indent: -5px;
}
.kasou_caption_subtext03{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}
}

@media (max-width: 340px) {
.about_bg02 {
	background: url(../images/about/about_bg02_sp.jpg) no-repeat top center;
	padding: 150px 0 100px 0;
}
.about_02 {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.kasou_caption_text03{
  font-family: Fjalla One, sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 6.0rem;
  line-height: 0.9;
  letter-spacing: -4px;
  text-indent: -5px;
}
.kasou_caption_subtext03{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}
}


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

// ここからSERVICEページ  // 

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


/* 　　　　　02　　　　 */

.service_bg01 {
	width:100%;
	height:auto;
	background: url(../images/service/service_bg01_pc.jpg) no-repeat top center;
	background-size: cover;
	padding: 160px 50px 160px 50px;
}
.service_01 {
	max-width: 1400px;
	margin: 0 auto;
}

@media (max-width: 1650px) {
.service_01 {
	max-width: 1200px;
	margin: 0 auto;
}
}

@media (max-width: 1400px) {
.service_01 {
	max-width: 1050px;
	margin: 0 auto;
}
}

@media (max-width: 1300px) {
.service_bg01 {
	width:100%;
	height:auto;
	background: url(../images/service/service_bg01_pc.jpg) no-repeat top center;
	background-size: cover;
	padding: 140px 50px 140px 50px;
}
.service_01 {
	max-width: 900px;
	margin: 0 auto;
}
}


@media (max-width: 1000px) {
.service_bg01 {
	width:100%;
	height:auto;
	background: url(../images/service/service_bg01_pc.jpg) no-repeat top center;
	background-size: cover;
	padding: 140px 50px 140px 50px;
}
.service_01 {
	max-width: 800px;
	margin: 0 auto;
}
}


@media (max-width: 768px) {
.service_bg01 {
	width:100%;
	height:auto;
	background: url(../images/service/service_bg01_sp.jpg) no-repeat top center;
	background-size: cover;
	padding: 100px 0 100px 0;
}
.service_01 {
	width: 85%;
	margin: 0 auto;
}
}

@media (max-width: 400px) {
.service_bg01 {
	width:100%;
	height:auto;
	background: url(../images/service/service_bg01_sp.jpg) no-repeat top center;
	background-size: cover;
	padding: 90px 0 90px 0;
}
.service_01 {
	width: 88%;
	margin: 0 auto;
}
}

@media (max-width: 330px) {
.service_bg01 {
	width:100%;
	height:auto;
	background: url(../images/service/service_bg01_sp.jpg) no-repeat top center;
	background-size: cover;
	padding: 90px 0 90px 0;
}
.service_01 {
	width: 88%;
	margin: 0 auto;
}
}

/* 　　　　　06　　　　 */


.service_bg02 {
	width:100%;
	height:auto;
	background: url(../images/service/service_bg02_pc.jpg) no-repeat top center;
	background-size: cover;
	padding: 240px 50px 180px 50px;
}
.service_02 {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

@media (max-width: 1450px) {
.service_bg02 {
	padding: 220px 50px 160px 50px;
}
}

@media (max-width: 1200px) {
.service_bg02 {
	padding: 180px 50px 130px 50px;
}
}
@media (max-width: 768px) {
.service_bg02 {
	background: url(../images/service/service_bg02_sp.jpg) no-repeat top center;
	padding: 200px 0 150px 0;
}
.service_02 {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
}

@media (max-width: 650px) {
.service_bg02 {
	background: url(../images/service/service_bg02_sp.jpg) no-repeat top center;
	padding: 200px 0 150px 0;
}
.service_02 {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
}


@media (max-width: 430px) {
.service_bg02 {
	background: url(../images/service/service_bg02_sp.jpg) no-repeat top center;
	padding: 170px 0 120px 0;
}
.service_02 {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
}

@media (max-width: 340px) {
.service_bg02 {
	background: url(../images/service/service_bg02_sp.jpg) no-repeat top center;
	padding: 150px 0 100px 0;
}
.service_02 {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
}


.service_cont{
	background-color: #fff;
	width: 100%;
	padding: 150px 0px 150px 0px;

}
.service_cont_in{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 50px;
}

.service_cap_wrap{
	padding-left: 8%;
}
.service_cont_cap{
    font-family: Fjalla One, sans-serif;
    font-weight: 590;
    color: #000;
    font-size: 8.0rem;
    line-height: 0.9;
    letter-spacing: -5px;
		margin-bottom: -3px;
		text-indent: -2px;
}

.service_cont_cont{
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	padding-left: 8%;
}
.service_cont_cont01{
	margin-right: 5%;
	width:30%;
}
.service_cont_cont02{
	margin-right: 5%;
	width:30%;
}
.service_cont_cont03{
	width:30%;
}

.cont_cont_img{
	width: 280px;
	margin: 100px 0 70px 0;
}
.cont_cont_subtext{
    font-family: Fjalla One, sans-serif;
    font-weight: 570;
    color: #0188ca;
    font-size: 3.0rem;
    line-height: 0.9;
    letter-spacing: -1px;
		margin-bottom: 5px;
		text-indent: 1px;
}

.cont_cont_cap{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 2.0rem;
  line-height: 1.0;
  letter-spacing: 0.9px;
		margin-bottom: 20px;
}

.cont_cont_text{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
}




@media (max-width: 1250px) {
.service_cont{
	background-color: #fff;
	width: 100%;
	padding: 150px 0px 150px 0px;

}
.service_cont_in{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 50px;
}

.service_cap_wrap{
	padding-left: 8%;
}
.service_cont_cap{
    font-family: Fjalla One, sans-serif;
    font-weight: 590;
    color: #000;
    font-size: 7.6rem;
    line-height: 0.9;
    letter-spacing: -5px;
		margin-bottom: -3px;
		text-indent: -2px;
}

.service_cont_cont{
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	padding-left: 8%;
}
.service_cont_cont01{
	margin-right: 5%;
	width:30%;
}
.service_cont_cont02{
	margin-right: 5%;
	width:30%;
}
.service_cont_cont03{
	width:30%;
}

.cont_cont_img{
	width: 260px;
	margin: 80px 0 70px 0;
}
.cont_cont_subtext{
    font-family: Fjalla One, sans-serif;
    font-weight: 570;
    color: #0188ca;
    font-size: 3.0rem;
    line-height: 0.9;
    letter-spacing: -1px;
		margin-bottom: 5px;
		text-indent: 1px;
}

.cont_cont_cap{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 2.0rem;
  line-height: 1.0;
  letter-spacing: 0.9px;
		margin-bottom: 20px;
}

.cont_cont_text{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
}


@media (max-width: 1150px) {
.service_cont{
	background-color: #fff;
	width: 100%;
	padding: 150px 0px 150px 0px;

}
.service_cont_in{
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 50px;
}

.service_cap_wrap{
	padding-left: 8%;
}
.service_cont_cap{
    font-family: Fjalla One, sans-serif;
    font-weight: 590;
    color: #000;
    font-size: 7.0rem;
    line-height: 0.9;
    letter-spacing: -5px;
		margin-bottom: -3px;
		text-indent: -2px;
}

.service_cont_cont{
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	padding-left: 8%;
}
.service_cont_cont01{
	margin-right: 5%;
	width:30%;
}
.service_cont_cont02{
	margin-right: 5%;
	width:30%;
}
.service_cont_cont03{
	width:30%;
}

.cont_cont_img{
	width: 230px;
	margin: 70px 0 70px 0;
}
.cont_cont_subtext{
    font-family: Fjalla One, sans-serif;
    font-weight: 570;
    color: #0188ca;
    font-size: 2.8rem;
    line-height: 0.9;
    letter-spacing: -1px;
		margin-bottom: 5px;
		text-indent: 1px;
}

.cont_cont_cap{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #000;
  font-size:1.8rem;
  line-height: 1.0;
  letter-spacing: 0.9px;
		margin-bottom: 20px;
}

.cont_cont_text{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
}



@media (max-width: 1000px) {
.service_cont{
	background-color: #fff;
	width: 100%;
	padding: 150px 0px 150px 0px;

}
.service_cont_in{
	max-width: 900px;
	margin: 0 auto;
	padding: 0 50px;
}

.service_cap_wrap{
	padding-left: 7%;
}
.service_cont_cap{
    font-family: Fjalla One, sans-serif;
    font-weight: 590;
    color: #000;
    font-size: 6.0rem;
    line-height: 0.9;
    letter-spacing: -5px;
		margin-bottom: -3px;
		text-indent: -2px;
}

.service_cont_cont{
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	padding-left: 7%;
}
.service_cont_cont01{
	margin-right: 5%;
	width:30%;
}
.service_cont_cont02{
	margin-right: 5%;
	width:30%;
}
.service_cont_cont03{
	width:30%;
}

.cont_cont_img{
	width: 210px;
	margin: 70px 0 70px 0;
}
.cont_cont_subtext{
    font-family: Fjalla One, sans-serif;
    font-weight: 570;
    color: #0188ca;
    font-size: 2.8rem;
    line-height: 0.9;
    letter-spacing: -1px;
		margin-bottom: 5px;
		text-indent: 1px;
}

.cont_cont_cap{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #000;
  font-size:1.7rem;
  line-height: 1.0;
  letter-spacing: 0.9px;
		margin-bottom: 20px;
}

.cont_cont_text{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
}



@media (max-width: 850px) {
.service_cont{
	background-color: #fff;
	width: 100%;
	padding: 150px 0px 150px 0px;

}
.service_cont_in{
	width: 85%;
	margin: 0 auto;
	padding: 0 50px;
}

.service_cap_wrap{
	padding-left: 0;
}
.service_cont_cap{
    font-family: Fjalla One, sans-serif;
    font-weight: 590;
    color: #000;
    font-size: 8.0rem;
    line-height: 0.9;
    letter-spacing: -5px;
		margin-bottom: -3px;
		text-indent: -2px;
}

.service_cont_cont{
	width: 80%;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display:-webkit-box;
  display:-ms-flexbox;
  display:block;
	padding-left: 0;
}
.service_cont_cont01{
	margin-right: 0;
	width:100%;
}
.service_cont_cont02{
	margin-right: 0;
	width:100%;
}
.service_cont_cont03{
	width:100%;
}

.cont_cont_img{
	width: 100%;
	margin: 70px 0 50px 0;
	text-align: center;
}
.cont_cont_subtext{
    font-family: Fjalla One, sans-serif;
    font-weight: 570;
    color: #0188ca;
    font-size: 4.8rem;
    line-height: 0.9;
    letter-spacing: -1px;
		margin-bottom: 5px;
		text-indent: 1px;
}

.cont_cont_cap{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #000;
  font-size:3.7rem;
  line-height: 1.0;
  letter-spacing: 0.9px;
		margin-bottom: 20px;
}

.cont_cont_text{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
}



@media (max-width: 660px) {
.service_cont{
	background-color: #fff;
	width: 100%;
	padding: 120px 0px 120px 0px;

}
.service_cont_in{
	width: 85%;
	margin: 0 auto;
	padding: 0 30px;
}

.service_cap_wrap{
	padding-left: 0;
}
.service_cont_cap{
    font-family: Fjalla One, sans-serif;
    font-weight: 590;
    color: #000;
    font-size: 7.0rem;
    line-height: 0.9;
    letter-spacing: -5px;
		margin-bottom: -3px;
		text-indent: -2px;
}

.service_cont_cont{
	width: 85%;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display:-webkit-box;
  display:-ms-flexbox;
  display:block;
	padding-left: 0;
}
.service_cont_cont01{
	margin-right: 0;
	width:100%;
}
.service_cont_cont02{
	margin-right: 0;
	width:100%;
}
.service_cont_cont03{
	width:100%;
}

.cont_cont_img{
	width: 95%;
	margin: 70px 0 50px 0;
	text-align: center;
}
.cont_cont_subtext{
    font-family: Fjalla One, sans-serif;
    font-weight: 570;
    color: #0188ca;
    font-size: 3.8rem;
    line-height: 0.9;
    letter-spacing: -1px;
		margin-bottom: 5px;
		text-indent: 1px;
}

.cont_cont_cap{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #000;
  font-size:2.7rem;
  line-height: 1.0;
  letter-spacing: 0.9px;
		margin-bottom: 20px;
}

.cont_cont_text{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
}


@media (max-width: 585px) {
.service_cont_cap{
    font-family: Fjalla One, sans-serif;
    font-weight: 590;
    color: #000;
    font-size: 5.7rem;
    line-height: 0.9;
    letter-spacing: -3px;
		margin-bottom: -3px;
		text-indent: -2px;
}
}


@media (max-width: 520px) {
.service_cont_cap{
    font-family: Fjalla One, sans-serif;
    font-weight: 590;
    color: #000;
    font-size: 5.2rem;
    line-height: 0.9;
    letter-spacing: -3px;
		margin-bottom: -3px;
		text-indent: -2px;
}
}


@media (max-width: 440px) {
.service_cont{
	background-color: #fff;
	width: 100%;
	padding: 100px 0px 100px 0px;

}
.service_cont_in{
	width: 80%;
	margin: 0 auto;
	padding: 0;
}

.service_cap_wrap{
	padding-left: 0;
}
.service_cont_cap{
    font-family: Fjalla One, sans-serif;
    font-weight: 590;
    color: #000;
    font-size: 5.0rem;
    line-height: 0.9;
    letter-spacing: -3px;
		margin-bottom: -3px;
		text-indent: -2px;
}

.service_cont_cont{
	width: 80%;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display:-webkit-box;
  display:-ms-flexbox;
  display:block;
	padding-left: 0;
}
.service_cont_cont01{
	margin-right: 0;
	width:100%;
}
.service_cont_cont02{
	margin-right: 0;
	width:100%;
}
.service_cont_cont03{
	width:100%;
}

.cont_cont_img{
	width: 95%;
	margin: 50px 0 30px 0;
	text-align: center;
}
.cont_cont_subtext{
    font-family: Fjalla One, sans-serif;
    font-weight: 570;
    color: #0188ca;
    font-size: 2.8rem;
    line-height: 0.9;
    letter-spacing: -1px;
		margin-bottom: 3px;
		text-indent: 1px;
}

.cont_cont_cap{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #000;
  font-size:1.7rem;
  line-height: 1.0;
  letter-spacing: 0.9px;
		margin-bottom: 20px;
}

.cont_cont_text{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
}

@media (max-width: 360px) {
.service_cont_cap{
    font-family: Fjalla One, sans-serif;
    font-weight: 590;
    color: #000;
    font-size: 4.2rem;
    line-height: 0.9;
    letter-spacing: -3px;
		margin-bottom: -3px;
		text-indent: -2px;
}
}


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

// ここからINTRODUCTIONページ  // 

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


/* 　　　　　02　　　　 */

.intro_bg01 {
	width:100%;
	height:auto;
	background: url(../images/intro/intro_bg01_pc.jpg) no-repeat top center;
	background-size: cover;
	padding: 160px 50px 160px 50px;
}
.intro_01 {
	max-width: 1400px;
	margin: 0 auto;
}

@media (max-width: 1650px) {
.intro_01 {
	max-width: 1200px;
	margin: 0 auto;
}
}

@media (max-width: 1400px) {
.intro_01 {
	max-width: 1050px;
	margin: 0 auto;
}
}

@media (max-width: 1300px) {
.intro_bg01 {
	width:100%;
	height:auto;
	background: url(../images/intro/intro_bg01_pc.jpg) no-repeat top center;
	background-size: cover;
	padding: 140px 50px 140px 50px;
}
.intro_01 {
	max-width: 900px;
	margin: 0 auto;
}
}


@media (max-width: 1000px) {
.intro_bg01 {
	width:100%;
	height:auto;
	background: url(../images/intro/intro_bg01_pc.jpg) no-repeat top center;
	background-size: cover;
	padding: 140px 50px 140px 50px;
}
.intro_01 {
	max-width: 800px;
	margin: 0 auto;
}
}


@media (max-width: 768px) {
.intro_bg01 {
	width:100%;
	height:auto;
	background: url(../images/intro/intro_bg01_sp.jpg) no-repeat top center;
	background-size: cover;
	padding: 100px 0 100px 0;
}
.intro_01 {
	width: 85%;
	margin: 0 auto;
}
}

@media (max-width: 400px) {
.intro_bg01 {
	width:100%;
	height:auto;
	background: url(../images/intro/intro_bg01_sp.jpg) no-repeat top center;
	background-size: cover;
	padding: 90px 0 90px 0;
}
.intro_01 {
	width: 88%;
	margin: 0 auto;
}
}

@media (max-width: 330px) {
.intro_bg01 {
	width:100%;
	height:auto;
	background: url(../images/intro/intro_bg01_sp.jpg) no-repeat top center;
	background-size: cover;
	padding: 90px 0 90px 0;
}
.intro_01 {
	width: 88%;
	margin: 0 auto;
}
}



/* 　　　　　06　　　　 */


.intro_bg02 {
	width:100%;
	height:auto;
	background: url(../images/intro/intro_bg02_pc.jpg) no-repeat top center;
	background-size: cover;
	padding: 240px 50px 180px 50px;
}
.intro_02 {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

@media (max-width: 1450px) {
.intro_bg02 {
	padding: 220px 50px 160px 50px;
}
}

@media (max-width: 1200px) {
.intro_bg02 {
	padding: 180px 50px 130px 50px;
}
}
@media (max-width: 768px) {
.intro_bg02 {
	background: url(../images/intro/intro_bg02_sp.jpg) no-repeat top center;
	padding: 200px 0 150px 0;
}
.intro_02 {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
}

@media (max-width: 650px) {
.intro_bg02 {
	background: url(../images/intro/intro_bg02_sp.jpg) no-repeat top center;
	padding: 200px 0 150px 0;
}
.intro_02 {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
}


@media (max-width: 430px) {
.intro_bg02 {
	background: url(../images/intro/intro_bg02_sp.jpg) no-repeat top center;
	padding: 170px 0 120px 0;
}
.intro_02 {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
}

@media (max-width: 340px) {
.intro_bg02 {
	background: url(../images/intro/intro_bg02_sp.jpg) no-repeat top center;
	padding: 150px 0 100px 0;
}
.intro_02 {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
}

/* 地図 */

.intro_cont01{
	background-color: #fff;
	width: 100%;
	padding: 150px 0px 150px 0;
}

.intro_cont_in{
	max-width: 1000px;
	margin: 0 auto;
	padding-left: 50px;
}

.intro_cap_wrap{
	margin-bottom: 50px;
}


@media (max-width: 1100px) {
.intro_cont01{
	background-color: #fff;
	width: 100%;
	padding: 150px 100px 150px 100px;
}
.intro_cont_in{
	max-width: 1000px;
	margin: 0 auto;
	padding-left: 0px;
}
}

@media (max-width: 1000px) {
.intro_cont_in{
	max-width: 1000px;
	margin: 0 auto;
	padding-left: 0px;
}
}

@media (max-width: 768px) {
.intro_cont01{
	background-color: #fff;
	width: 100%;
	padding: 100px 0 100px 0;
}
.intro_cont_in{
	width: 80%;
	margin: 0 auto;
	padding-left: 0px;
}
}



.intro_cont02{
	background-color: #1f1f1f;
	width: 100%;
	padding: 150px 0px 150px 0;
}

.intro_cont_in{
	max-width: 1000px;
	margin: 0 auto;
	padding-left: 50px;
}

.intro_cont02_text{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
	margin: 30px 0 10px 0;
}
.intro_cont02_subtext{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.5px;
}


.mnaina20{
 margin-top: -15px;
}
.mnaina110{
 margin-top: -100px;
}
@media (max-width: 1110px) {
.mnaina110{
 margin-top: 25px;
}
}

@media (max-width: 880px) {
.mnaina20{
 margin-top: -25px;
}
}

.service02_cont_cap{
    font-family: Fjalla One, sans-serif;
    font-weight: 590;
    color: #fff;
    font-size: 8.0rem;
    line-height: 0.9;
    letter-spacing: -5px;
		margin-bottom: -3px;
		text-indent: -2px;
}
.service02_caption_subtext{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}
.service02_caption_subtext span{
  background:linear-gradient(transparent 60%, #535353 60%);
}

@media (max-width: 1250px) {
.service02_cont_cap{
    font-family: Fjalla One, sans-serif;
    font-weight: 590;
    color: #fff;
    font-size: 7.6rem;
    line-height: 0.9;
    letter-spacing: -5px;
		margin-bottom: -3px;
		text-indent: -2px;
}
}
@media (max-width: 1150px) {
.service02_cont_cap{
    font-family: Fjalla One, sans-serif;
    font-weight: 590;
    color: #fff;
    font-size: 7.0rem;
    line-height: 0.9;
    letter-spacing: -5px;
		margin-bottom: -3px;
		text-indent: -2px;
}
}
@media (max-width: 1100px) {
.intro_cont02{
	background-color: #1f1f1f;
	width: 100%;
	padding: 150px 100px 150px 100px;
}
.intro_cont_in{
	max-width: 1000px;
	margin: 0 auto;
	padding-left: 0px;
}
}

@media (max-width: 1000px) {
.service02_cont_cap{
    font-family: Fjalla One, sans-serif;
    font-weight: 590;
    color: #fff;
    font-size: 6.0rem;
    line-height: 0.9;
    letter-spacing: -5px;
		margin-bottom: -3px;
		text-indent: -2px;
}
.service02_caption_subtext{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}
}

@media (max-width: 950px) {
.service02_caption_subtext{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}
}

@media (max-width: 850px) {
.service02_cont_cap{
    font-family: Fjalla One, sans-serif;
    font-weight: 590;
    color: #fff;
    font-size: 8.0rem;
    line-height: 0.9;
    letter-spacing: -5px;
		margin-bottom: -3px;
		text-indent: -2px;
}
}
@media (max-width: 768px) {
.intro_cont02{
	background-color: #1f1f1f;
	width: 100%;
	padding: 100px 0px 100px 0;
}
.intro_cont02{
	background-color: #1f1f1f;
	width: 100%;
	padding: 100px 0 100px 0;
}
.intro_cont02_text{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 2.9rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
	margin: 30px 0 10px 0;
}
.intro_cont02_subtext{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.5px;
}
}

@media (max-width: 660px) {
.service02_cont_cap{
    font-family: Fjalla One, sans-serif;
    font-weight: 590;
    color: #fff;
    font-size: 7.0rem;
    line-height: 0.9;
    letter-spacing: -5px;
		margin-bottom: -3px;
		text-indent: -2px;
}
}


@media (max-width: 585px) {
.service02_cont_cap{
    font-family: Fjalla One, sans-serif;
    font-weight: 590;
    color: #fff;
    font-size: 5.7rem;
    line-height: 0.9;
    letter-spacing: -3px;
		margin-bottom: -3px;
		text-indent: -2px;
}
.service02_caption_subtext{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}
}


@media (max-width: 520px) {
.service02_cont_cap{
    font-family: Fjalla One, sans-serif;
    font-weight: 590;
    color: #fff;
    font-size: 5.2rem;
    line-height: 0.9;
    letter-spacing: -3px;
		margin-bottom: -3px;
		text-indent: -2px;
}
}


@media (max-width: 440px) {
.service02_cont_cap{
    font-family: Fjalla One, sans-serif;
    font-weight: 590;
    color: #fff;
    font-size: 5.0rem;
    line-height: 0.9;
    letter-spacing: -3px;
		margin-bottom: -3px;
		text-indent: -2px;
}
.intro_cont02_text{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 2.0rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
	margin: 30px 0 10px 0;
}
.intro_cont02_subtext{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.5px;
}
}
@media (max-width: 400px) {
.service02_caption_subtext{
	margin-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}
}

@media (max-width: 360px) {
.service02_cont_cap{
    font-family: Fjalla One, sans-serif;
    font-weight: 590;
    color: #fff;
    font-size: 4.2rem;
    line-height: 0.9;
    letter-spacing: -3px;
		margin-bottom: -3px;
		text-indent: -2px;
}
}



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

// ここからCONTACTページ  // 

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


.contact_bg01 {
	width:100%;
	height:auto;
	background: url(../images/contact/contact_bg01_pc.jpg) no-repeat top center;
	background-size: cover;
	padding: 160px 50px 160px 50px;
}
.contact_01 {
	max-width: 1400px;
	margin: 0 auto;
}

@media (max-width: 1650px) {
.contact_01 {
	max-width: 1200px;
	margin: 0 auto;
}
}

@media (max-width: 1400px) {
.contact_01 {
	max-width: 1050px;
	margin: 0 auto;
}
}

@media (max-width: 1300px) {
.contact_bg01 {
	width:100%;
	height:auto;
	background: url(../images/contact/contact_bg01_pc.jpg) no-repeat top center;
	background-size: cover;
	padding: 140px 50px 140px 50px;
}
.contact_01 {
	max-width: 900px;
	margin: 0 auto;
}
}


@media (max-width: 1000px) {
.contact_bg01 {
	width:100%;
	height:auto;
	background: url(../images/contact/contact_bg01_pc.jpg) no-repeat top center;
	background-size: cover;
	padding: 140px 50px 140px 50px;
}
.contact_01 {
	max-width: 800px;
	margin: 0 auto;
}
}


@media (max-width: 768px) {
.contact_bg01 {
	width:100%;
	height:auto;
	background: url(../images/contact/contact_bg01_sp.jpg) no-repeat top center;
	background-size: cover;
	padding: 100px 0 100px 0;
}
.contact_01 {
	width: 85%;
	margin: 0 auto;
}
}

@media (max-width: 400px) {
.contact_bg01 {
	width:100%;
	height:auto;
	background: url(../images/contact/contact_bg01_sp.jpg) no-repeat top center;
	background-size: cover;
	padding: 90px 0 90px 0;
}
.service_01 {
	width: 88%;
	margin: 0 auto;
}
}

@media (max-width: 330px) {
.contact_bg01 {
	width:100%;
	height:auto;
	background: url(../images/contact/contact_bg01_sp.jpg) no-repeat top center;
	background-size: cover;
	padding: 90px 0 90px 0;
}
.service_01 {
	width: 88%;
	margin: 0 auto;
}
}

.contact_cont_text{
	max-width: 900px;
	margin-top: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

@media (max-width: 1250px) {
.contact_cont_text{
	max-width: 850px;
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
}

@media (max-width: 1000px) {
.contact_cont_text{
	max-width: 800px;
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
}
@media (max-width: 1000px) {
.contact_cont_text{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
}

@media (max-width: 660px) {
.contact_cont_text{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
}
@media (max-width: 660px) {
.contact_cont_text{
	margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
}

.ccc_cont_cont{
	width: 100%;
	padding-left: 8%;
}


@media (max-width: 1200px) {
.ccc_cont_cont{
	width: 100%;
	padding-left: 7%;
}
}
@media (max-width: 1100px) {
.ccc_cont_cont{
	width: 100%;
	padding-left: 2%;
}
}
@media (max-width: 1000px) {
.ccc_cont_cont{
	width: 100%;
	padding-left: 0;
}
}
@media (max-width: 850px) {
.ccc_cont_cont{
	width: 100%;
	padding-left: 0;
}
}


.mail_box{
	margin-top: 60px;
	max-width: 900px;
	border: 1px solid #cccccc;
	padding: 30px 30px 40px 30px;
}

.mail_box_in{
	width: 100%;
	background-color: #f1f1f1;
	text-align: center;
	padding: 40px 0 40px 0;
}

.mail_box_in_jap{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 2.4rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}
.mail_box_in_eng{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 3.9rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.mail_box_text{
	margin-top: 10px;
	text-align: center;
}
.mail_box_text p{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.mail_box_text p a{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #0087cf;
	text-decoration: underline;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

@media (max-width: 850px) {
.mail_box{
	margin-top: 40px;
	max-width: 900px;
	border: 1px solid #cccccc;
	padding: 30px 30px 40px 30px;
}

.mail_box_in{
	width: 100%;
	background-color: #f1f1f1;
	text-align: center;
	padding: 40px 0 40px 0;
}

.mail_box_in_jap{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 2.0rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}
.mail_box_in_eng{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 2.9rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.mail_box_text{
	margin-top: 10px;
	text-align: center;
}
.mail_box_text p{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.mail_box_text p a{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #0087cf;
	text-decoration: underline;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
}

@media (max-width: 400px) {
.mail_box{
	margin-top: 40px;
	max-width: 900px;
	border: 1px solid #cccccc;
	padding: 20px 20px 30px 20px;
}

.mail_box_in{
	width: 100%;
	background-color: #f1f1f1;
	text-align: center;
	padding: 25px 0 20px 0;
}

.mail_box_in_jap{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}
.mail_box_in_eng{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.mail_box_text{
	margin-top: 10px;
	text-align: center;
}
.mail_box_text p{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.mail_box_text p a{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #0087cf;
	text-decoration: underline;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
}



.contact_bg02 {
	width:100%;
	height:auto;
	background: url(../images/contact/contact_bg02_pc.jpg) no-repeat top center;
	background-size: cover;
	padding: 240px 50px 180px 50px;
}
.contact_02 {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

@media (max-width: 1450px) {
.contact_bg02 {
	padding: 220px 50px 160px 50px;
}
}

@media (max-width: 1200px) {
.contact_bg02 {
	padding: 180px 50px 130px 50px;
}
}
@media (max-width: 768px) {
.contact_bg02 {
	background: url(../images/contact/contact_bg02_sp.jpg) no-repeat top center;
	padding: 200px 0 150px 0;
}
.contact_02 {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
}

@media (max-width: 650px) {
.contact_bg02 {
	background: url(../images/contact/contact_bg02_sp.jpg) no-repeat top center;
	padding: 200px 0 150px 0;
}
.contact_02 {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
}


@media (max-width: 430px) {
.contact_bg02 {
	background: url(../images/contact/contact_bg02_sp.jpg) no-repeat top center;
	padding: 170px 0 120px 0;
}
.contact_02 {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
}

@media (max-width: 340px) {
.contact_bg02 {
	background: url(../images/contact/contact_bg02_sp.jpg) no-repeat top center;
	padding: 150px 0 100px 0;
}
.contact_02 {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
}



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

// ここからPRIVACYページ  // 

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



.privacy_bg01 {
	width:100%;
	height:auto;
	background-color: #fff;
	padding: 260px 50px 100px 50px;
}
.privacy_01 {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}


@media (max-width: 1300px) {
.privacy_bg01 {
	width:100%;
	height:auto;
	background-color: #fff;
	padding: 240px 50px 100px 50px;
}
.privacy_01 {
	max-width: 900px;
	margin: 0 auto;
}
}


@media (max-width: 1000px) {
.privacy_bg01 {
	width:100%;
	height:auto;
	background-color: #fff;
	padding: 240px 50px 100px 50px;
}
.privacy_01 {
	max-width: 800px;
	margin: 0 auto;
}
}


@media (max-width: 768px) {
.privacy_bg01 {
	width:100%;
	height:auto;
	background-color: #fff;
	padding: 150px 0 50px 0;
}
.privacy_01 {
	width: 85%;
	margin: 0 auto;
}
}

@media (max-width: 400px) {
.privacy_bg01 {
	width:100%;
	height:auto;
	background-color: #fff;
	padding: 140px 0 50px 0;
}
.privacy_01 {
	width: 88%;
	margin: 0 auto;
}
}

@media (max-width: 330px) {
.privacy_bg01 {
	width:100%;
	height:auto;
	background-color: #fff;
	padding: 140px 0 50px 0;
}
.privacy_01 {
	width: 88%;
	margin: 0 auto;
}
}



.privacy_bg02 {
	width:100%;
	height:auto;
	background-color: #fff;
	padding: 0px 50px 160px 50px;
}
.privacy_02 {
	max-width: 1000px;
	margin: 0 auto;
	border-top: 1px solid #cccccc;
}
.privacy_02_in{
	width: 90%;
	padding: 100px 0 0 0;
	margin: 0 auto;
}
.privacy_02_in p{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.privacy_02_in h2{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 2.3rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}

@media (max-width: 1300px) {
.privacy_bg02 {
	width:100%;
	height:auto;
	background-color: #fff;
	padding: 0px 50px 140px 50px;
}
.privacy_02 {
	max-width: 900px;
	margin: 0 auto;
}
}


@media (max-width: 1000px) {
.privacy_bg02 {
	width:100%;
	height:auto;
	background-color: #fff;
	padding: 0px 50px 140px 50px;
}
.privacy_02 {
	max-width: 800px;
	margin: 0 auto;
}
}


@media (max-width: 768px) {
.privacy_bg02 {
	width:100%;
	height:auto;
	background-color: #fff;
	padding: 0px 0 50px 0;
}
.privacy_02 {
	width: 80%;
	margin: 0 auto;
}
.privacy_02_in{
	width: 90%;
	padding: 50px 0 0 0;
	margin: 0 auto;
}
.privacy_02_in p{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.privacy_02_in h2{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.0;
  letter-spacing: 0.5px;
}
}

@media (max-width: 400px) {
.privacy_bg02 {
	width:100%;
	height:auto;
	background-color: #fff;
	padding: 0px 0 90px 0;
}
.privacy_02 {
	width: 88%;
	margin: 0 auto;
}
}

@media (max-width: 330px) {
.privacy_bg02 {
	width:100%;
	height:auto;
	background-color: #fff;
	padding: 0px 0 90px 0;
}
.privacy_02 {
	width: 88%;
	margin: 0 auto;
}
}


