@charset "UTF-8";
/* CSS Document */
/*フォント*/
body{
    line-height: 1.5rem;
    text-size-adjust: 100%;
 　　-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
 　　-ms-text-size-adjust: 100%;/*EgdeMobile*/
 　　-moz-text-size-adjust: 100%;/*firefox*/
	font-family: 'myfont-Regular'!important;
}
/*ノト　ゴシック体*/
@font-face {
  font-family: 'myfont-black';
    src: url('../fonts/NotoSansCJKjp-Black.eot'); /* IE9 Compat Modes */
    src:url('../fonts/NotoSansCJKjp-Black.woff') format('woff'), /* Modern Browsers */
    url('../fonts/NotoSansCJKjp-Black-ttf.ttf')  format('truetype'); /* Safari, Android, iOS */
}
.font_Noto-b {
  font-family: 'myfont-black';
}
@font-face {
  font-family: 'myfont-Bold';
    src: url('../fonts/NotoSansJP-Bold.eot'); /* IE9 Compat Modes */
    src:url('../fonts/NotoSansJP-Bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/NotoSansJP-Bold-ttf.ttf')  format('truetype'); /* Safari, Android, iOS */
}
.font_Noto-bold {
  font-family: 'myfont-Bold';
}
@font-face {
  font-family: 'myfont-Medium';
    src: url('../fonts/NotoSansJP-Medium.eot'); /* IE9 Compat Modes */
    src:url('../fonts/NotoSansJP-Medium.woff') format('woff'), /* Modern Browsers */
    url('../fonts/NotoSansJP-Medium-ttf.ttf')  format('truetype'); /* Safari, Android, iOS */
}
.font_Noto-m {
  font-family: 'myfont-Medium';
}
@font-face {
  font-family: 'myfont-Regular';
    src: url('../fonts/NotoSansCJKjp-Regular.eot'); /* IE9 Compat Modes */
    src:url('../fonts/NotoSansCJKjp-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/NotoSansCJKjp-Regular-ttf.ttf')  format('truetype'); /* Safari, Android, iOS */
}
.font_Noto-r {
  font-family: 'myfont-Regular';
}
@font-face {
  font-family: 'myfont-Light';
    src: url('../fonts/NotoSansJP-Light.eot'); /* IE9 Compat Modes */
    src:url('../fonts/NotoSansJP-Light.woff') format('woff'), /* Modern Browsers */
    url('../fonts/NotoSansJP-Light-ttf.ttf')  format('truetype'); /* Safari, Android, iOS */
}
.font_Noto-l {
  font-family: 'myfont-Light';
}

/*アンドロイド　セリフ体*/
@font-face {
  font-family: 'myfont-SemiBold';
    src: url('../fonts/NotoSerifJP-SemiBold.eot'); /* IE9 Compat Modes */
    src:url('../fonts/NotoSerifJP-SemiBold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/NotoSerifJP-SemiBold-ttf.ttf')  format('truetype'); /* Safari, Android, iOS */
}
.font_Serif-semiBold {
  font-family: 'myfont-SemiBold';
}
@font-face {
  font-family: 'myfont-Serif_Medium';
    src: url('../fonts/NotoSansJP-Medium.eot'); /* IE9 Compat Modes */
    src:url('../fonts/NotoSansJP-Medium.woff') format('woff'), /* Modern Browsers */
    url('../fonts/NotoSansJP-Medium.ttf')  format('truetype'); /* Safari, Android, iOS */
}
.font_Serif-m {
  font-family: 'myfont-Serif_Medium';
}
@font-face {
  font-family: 'myfont-Serif_Regular';
    src: url('../fonts/NotoSerifJP-Regular.eot'); /* IE9 Compat Modes */
    src:url('../fonts/NotoSerifJP-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/NotoSerifJP-Regular-ttf.ttf')  format('truetype'); /* Safari, Android, iOS */
}
.font_Serif-r {
  font-family: 'myfont-Serif_Regular';
}
@font-face {
  font-family: 'myfont-alte';
    src: url('../fonts/alte.eot'); /* IE9 Compat Modes */
    src:url('../fonts/alte.woff') format('woff'), /* Modern Browsers */
    url('../fonts/alte.ttf')  format('truetype'); /* Safari, Android, iOS */
}
.font_alte {
  font-family: 'myfont-alte';
}
/*下から出てくる動き*/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1650ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/*共通*/
img{
	max-width: 100%;
    height: auto;
}
a {
	text-decoration: none!important;
}
ul {
    list-style: none;
    padding: 0;
}
.clear{
	clear: both;
}
.img_shadow{
    filter: drop-shadow(-5px 12px 11px rgba(202, 202, 202, 1));
}
.underline{
	text-decoration: underline;
}
/*ページトップの余白*/
.top_mt {
    margin-top: 130px;
}
@media (max-width: 1024px){
.top_mt {
    margin-top: 80px;
}
}
@media (max-width: 425px){
.top_mt {
    margin-top: 50px;
}
}
/*//////////////ヘッダー/////////////*/
/*///////////////////////////////////////////Gナビ/////////////*/
/*gナビ全体*/
.header.header-pc {
    max-width: 1400px;
	width: 100%;
    margin: 0 auto;
    height: 80px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999999;
}
@media (max-width: 1024px){
.header.header-pc {
    display: none;
}
}
/*gナビの帯*/
.header.header-inner {
    position: relative;
    left: 0;
    width: 100%;
    height: 80px;
    border-radius: 3px;
    background-color:#fff;
    display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	transition: border-radius 0.3s cubic-bezier(0.06, 0.01, 0, 0.99), width 0.5s cubic-bezier(0.06, 0.01, 0, 0.99) 0.4s, background 0.8s cubic-bezier(0.06, 0.01, 0, 0.99);
/*	opacity: 0.9;*/
    filter: drop-shadow(5px 3px 5px rgba(0, 0, 0, 0.2));
}
@media (max-width: 1440px){
.header.header-inner {
    width: 90%;
	display: block;
    margin: auto;
}
}
/*左側のロゴ*/
.header.header-logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    pointer-events: auto;
}
@media (max-width: 1199px){
.header.header-logotext {
    display: inline-block;
    vertical-align: middle;
    width: 278px;
    height: 52px;
    margin-left: 9px;
    opacity: 1;
    -webkit-transition: opacity 1s cubic-bezier(0.06, 0.01, 0, 0.99) 1.2s;
    transition: opacity 1s cubic-bezier(0.06, 0.01, 0, 0.99) 1.2s;
}
}
@media (max-width: 1165px){
.header.header-logotext {
	width: 80%;
    height: auto;
	margin-left: -62px;
}
}
/*ナビ*/
.header.header-nav {
	opacity: 1;
    padding: 0px 25px;
    max-width: 1400px;
    width: 100%;
    font-family: 'myfont-Medium';
}
@media (max-width: 1440px){
.header.header-nav {
    padding: 0px;
}
}
@media (max-width: 1367px){
.header.header-nav {
    display: block;
    margin: auto;
}
}
@media (max-width: 1165px){
.header.header-nav {
    padding-right: 5px;
}
}
.header.header-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/*ナビメニュー　文字*/
.header.header-item {
	width: 15%;
	text-align: center;
    margin-top: 0px;
}
@media (max-width: 1440px){
.header.header-item {
    margin-left: 5px;
    margin-right: 5px;
    width: 164px;
}
}
@media (max-width: 1242px){
.header.header-item {
    width: 13.5%;
	margin-left: 0px;
    margin-right: 0px;
}
}
.header.header-item.header-item_orange a{
	color: #fff!important;
    background-color: #feca21;
    border-radius: 10px;
    padding: 11px 17px;
	margin: 14px 0px 0px 15px;
    letter-spacing: 0.07em;
}
@media (max-width: 1440px){
.header.header-item.header-item_orange a{
    padding: 11px 0px;
}
}
@media (max-width: 1368px){
.header.header-item.header-item_orange a{
    margin-left: -4px;
}
}
@media (max-width: 1278px){
.header.header-item.header-item_orange a{
    padding: 4px 0px;
}
}
@media (max-width: 1440px){
li.header.header-item.header-item_orange {
    padding: 5px;
    font-size: 13px;
}
}
/*ナビメニュー　文字リンク*/
.header.header-link {
    position: relative;
    color: #313233;
    display: block;
    padding-top: 24px;
    -webkit-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
    font-family: 'myfont-Medium';
}
@media (max-width: 1368px){
.header.header-link {
    font-size: 13px;
}
}
@media (max-width: 1165px){
.header.header-link {
    font-size: 13px;
}
}
/*ナビメニュー　文字横の下三角アイコン*/
.header.header-link-icon {
    width: 10px;
    height: 7px;
    margin-left: 10px;
    display: inline-block;
    position: relative;
    top: -1px;
    z-index: 1;
}
/*ナビメニュー　文字横の下三角アイコンのsvg*/
.header.header-link-icon svg {
    display: block;
    width: 10px;
    height: 7px;
    fill: #c6cbcc;
    position: relative;
    -webkit-transition: top 0.3s cubic-bezier(0.06, 0.01, 0, 0.99), fill 0.6s cubic-bezier(0.06, 0.01, 0, 0.99), -webkit-transform 0.3s cubic-bezier(0.06, 0.01, 0, 0.99);
    transition: top 0.3s cubic-bezier(0.06, 0.01, 0, 0.99), fill 0.6s cubic-bezier(0.06, 0.01, 0, 0.99), -webkit-transform 0.3s cubic-bezier(0.06, 0.01, 0, 0.99);
    transition: transform 0.3s cubic-bezier(0.06, 0.01, 0, 0.99), top 0.3s cubic-bezier(0.06, 0.01, 0, 0.99), fill 0.6s cubic-bezier(0.06, 0.01, 0, 0.99);
    transition: transform 0.3s cubic-bezier(0.06, 0.01, 0, 0.99), top 0.3s cubic-bezier(0.06, 0.01, 0, 0.99), fill 0.6s cubic-bezier(0.06, 0.01, 0, 0.99), -webkit-transform 0.3s cubic-bezier(0.06, 0.01, 0, 0.99);
}
.header.header-link:after {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 17px;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out 0.1s, bottom 0.5s cubic-bezier(1, -0.01, 0, 0.99);
    transition: opacity 0.5s ease-out 0.1s, bottom 0.5s cubic-bezier(1, -0.01, 0, 0.99);
}
.header.header-link.in-icon-enabled:after {
    left: -10px;
}
/*ドロップメニュー内のホバー*/
.header.header-item:hover .header-link {
    color: #97bdd2;
}
.header-sub-content.header-sub-content-inner {
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.header.header-item:hover .header-sub-content.header-sub-content-inner {
    opacity: 1;
    visibility: visible;
}
/*ドロップメニュー内全体*/
.header-sub-content.header-sub-content-inner {
    width: 820px;
    height: 350px;
    background-color: #97bdd2;
    position: absolute;
    top: 80px;
    right: 21px;
    margin: 0 auto;
    font-size: 0;
    letter-spacing: 0;
    overflow: hidden;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
	box-sizing: border-box;
}
@media (max-width: 1440px){
.header-sub-content.header-sub-content-inner {
    top: 65px;
}
}
@media (max-width: 1024px){
.header-sub-content.header-sub-content-inner {
    height: 0px;
    opacity: 1;
    box-shadow: none;
    transition: height 0.4s cubic-bezier(0.46, 0.1, 0.29, 1) 0.1s, box-shadow 0.5s cubic-bezier(0.06, 0.01, 0, 0.99) 0.35s;
}
}
/*ドロップメニュー内全体*/
.header-sub-content.header-sub-content-inner.header-business {
    width: 820px;
    height: 300px;
    background-color: #97bdd2;
    position: absolute;
    top: 80px;
    right: 21px;
    margin: 0 auto;
    font-size: 0;
    letter-spacing: 0;
    overflow: hidden;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
	box-sizing: border-box;
}
@media (max-width: 1440px){
.header-sub-content.header-sub-content-inner.header-business {
    top: 65px;
}
}
@media (max-width: 1024px){
.header-sub-content.header-sub-content-inner.header-business {
    height: 0px;
    opacity: 1;
    box-shadow: none;
    transition: height 0.4s cubic-bezier(0.46, 0.1, 0.29, 1) 0.1s, box-shadow 0.5s cubic-bezier(0.06, 0.01, 0, 0.99) 0.35s;
}
}
/*ドロップメニュー内全体*/
.header-sub-content.header-sub-content-inner.header-recruit {
    width: 1050px;
    height: 300px;
    background-color: #97bdd2;
    position: absolute;
    top: 80px;
    right: 2px;
    margin: 0 auto;
    letter-spacing: 0;
    overflow: hidden;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
	box-sizing: border-box;
    padding: 30px;
	text-align: left;
}
@media (max-width: 1440px){
.header-sub-content.header-sub-content-inner.header-recruit {
    top: 80px;
}
}
@media (max-width: 1024px){
.header-sub-content.header-sub-content-inner.header-recruit {
    height: 0px;
    opacity: 1;
    box-shadow: none;
    transition: height 0.4s cubic-bezier(0.46, 0.1, 0.29, 1) 0.1s, box-shadow 0.5s cubic-bezier(0.06, 0.01, 0, 0.99) 0.35s;
}
}
/*ドロップメニュー内全体*/
.header-sub-content.header-sub-content-inner.header-company {
    width: 655px;
    height: 300px;
    background-color: #97bdd2;
    position: absolute;
    top: 80px;
    right: 2px;
    margin: 0 auto;
    font-size: 0;
    letter-spacing: 0;
    overflow: hidden;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
	box-sizing: border-box;
    padding: 30px;
    text-align: left;
}
@media (max-width: 1440px){
.header-sub-content.header-sub-content-inner.header-company {
    top: 80px;
}
}
@media (max-width: 1024px){
.header-sub-content.header-sub-content-inner.header-company{
    height: 0px;
    opacity: 1;
    box-shadow: none;
    transition: height 0.4s cubic-bezier(0.46, 0.1, 0.29, 1) 0.1s, box-shadow 0.5s cubic-bezier(0.06, 0.01, 0, 0.99) 0.35s;
}
}
/*ドロップメニュー内全体*/
.header-sub-content.header-sub-content-inner.header-ranking {
	text-align: left;
    width: 280px;
    height: 280px;
    background-color: #97bdd2;
    position: absolute;
    top: 80px;
    right: 121px;
    margin: 0 auto;
    font-size: 0;
    letter-spacing: 0;
    overflow: hidden;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-sizing: border-box;
    padding: 15px;
}
@media (max-width: 1440px){
.header-sub-content.header-sub-content-inner.header-ranking {
    top: 80px;
	right: 80px;
}
}
@media (max-width: 1024px){
.header-sub-content.header-sub-content-inner.header-ranking{
    height: 0px;
    opacity: 1;
    box-shadow: none;
    transition: height 0.4s cubic-bezier(0.46, 0.1, 0.29, 1) 0.1s, box-shadow 0.5s cubic-bezier(0.06, 0.01, 0, 0.99) 0.35s;
}
}
/*ドロップメニュー内の見出し文字*/
.header-sub-content.header-sub-content-title {
    font-size: 30px;
    font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.15em;
    color: #fff;
    display: block;
    margin: 40px 30px 30px;
}
/*ドロップメニュー内の見出し文字リンク*/
.header-sub-content.header-sub-content-title > a {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .05em;
    position: relative;
    color: #fff;
    padding-left: 35px;
}
.header-sub-content.header-sub-content-title > a:hover {
	color:gold;
	transition: color 0.5s ease-out;
}
.header-sub-content.header-sub-content-title > a:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 18px;
    border: 2px solid #fff;
    border-bottom: 0;
    border-left: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.header-sub-content.header-sub-content-item-inner {
    padding: 0px 30px;
}
.header-sub-content.header-sub-content-image {
    -webkit-box-pack: justify;
    justify-content: space-between;
    float: left;
	width: 290px;
    height: auto;
}
/*ドロップメニュー内 各画像*/
.header-sub-content.header-sub-content-image-article a img {
    width: 90%;
    height: auto;
}
.header-sub-content.header-sub-content-list-link-image-article a img {
    width: 70%;
    height: auto;
}
/*ドロップメニュー内 各画像下の文字*/
h2.header-sub-content.header-sub-content-link-image-title {
    font-size: 15px;
	color: #fff;
	margin-top: 10px;
}
h2.header-sub-content.header-sub-content-link-image-title:hover {
	color:gold;
	transition: color 0.5s ease-out;
}
/*ドロップメニュー内 画像なしの文字のみ*/
.header-sub-content.header-sub-link-text {
    height: 100%;
    position: relative;
    padding-top: 17px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 27px 30px 0px;
}
/*ドロップメニュー内 画像なしの文字のみ*/
.header-sub-content.header-sub-content-list-link-text-kigyou {
    height: 100%;
    position: relative;
    padding-top: 17px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.header-sub-content.header-sub-content-list-link-text-item {
    display: inline-block;
    width: 215px;
    position: relative;
    transition: opacity 1s cubic-bezier(0.06, 0.01, 0, 0.99) 0.8s, transform 2s cubic-bezier(0.06, 0.01, 0, 0.99) 0.7s, -webkit-transform 2s cubic-bezier(0.06, 0.01, 0, 0.99) 0.7s;
}
/*ドロップメニュー内 画像なしの文字のみ ランキングのみ*/
li.header-sub-content.header-sub-content-list-link-text-item.g-w {
    width: 250px;
}
.header-sub-content.header-sub-content-list-link-text-item:not(:last-child) {
    margin-bottom: 19px;
}
.header-sub-content.header-sub-content-list-link-text-item a {
    color: rgb(255, 255, 255);
    font-size: 14px;
    letter-spacing: 0.1em;
    padding-left: 14px;
    position: relative;
    overflow: hidden;
}
.header-sub-content.header-sub-content-list-link-text-item a:hover {
	color:gold;
	transition: color 0.5s ease-out;
}
ul.header-sub-content.header-sub-content-list-link-text {
    margin-left: 330px;
}
.header-sub-content.header-sub-content-list-link-text-item.g-pket{
    display: inline-block;
    width: 230px;
    position: relative;
    transition: opacity 1s cubic-bezier(0.06, 0.01, 0, 0.99) 0.8s, transform 2s cubic-bezier(0.06, 0.01, 0, 0.99) 0.7s, -webkit-transform 2s cubic-bezier(0.06, 0.01, 0, 0.99) 0.7s;
}
@media (max-width: 1440px){
li.header.header-item.header-item_r {
    margin-left: 95px;
}
}
@media (max-width: 1366px){
li.header.header-item.header-item_r {
    margin-left: 88px;
}
}
/*トップメインロゴ*/
.header.header-logo {
    background-color: #fff;
    height: 180px;
    width: 180px;
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	display: block;
    margin: auto;
    text-align: center;
    padding-top: 33px;
}
@media (max-width: 1440px){
.header.header-logo {
	margin-left: 27px;
    margin-right: 0px;
}
}
@media (max-width: 1366px){
.header.header-logo {
    margin-left: 25px;
}
}
img.top_logo {
    margin-top: -35px;
    width: 115px;
}
/*//////////////////////ハンバーガーメニュー/////////*/
/*ロゴ*/
@media (max-width: 1199px){
img.logo-top2 {
	width: 200px;
	height: auto;
    margin: 5px 0 0 10px;
}
}
@media (max-width: 1024px){
img.logo-top2 {
    margin-top: 4px;
}
}
@media (max-width: 991px){
img.logo-top2 {
	margin-top: 8px;
    width: 170px;
}
}
@media (max-width: 767px){
img.logo-top2 {
    width: 130px;
}
}

@media (max-width: 991px){
.drawer-hamburger {
    padding: 18px .75rem 30px!important;
}
}
@media (max-width: 767px){
.drawer-hamburger {
    padding: 12px .75rem 30px!important;
}
}
/*ナビにマウスが載ったときの文字色*/
ul.drawer-dropdown-menu a:hover {
  color: #1d8ba5;
}
/*ナビにマウスが載ったときの文字色*/
ul li.drawer-dropdown a:hover {
	color: #24444c;
}
li a.drawer-menu-item:hover {
  color: #1d8ba5;
}
/*カテゴリー内の画像*/
i.fas.fa-car.category_icon.h_menu_img {
    /* width: 14%; */
    font-size: 19px;
}
img.h_menu_img {
    width: 27%;
}
/*サイドナビの重なり順*/
nav.drawer-nav {
    z-index: 999999999;
}
/*メニュークリックしてした後*/
@media (max-width: 767px){
.drawer-menu-item:hover {
    background-color: #1d8ba5!important;
}
}
@media (min-width: 1200px){
#menu-wrapper {
	display: none;
}
}
@media (max-width: 1199px){
#menu-wrapper {
	display:block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #32798a;
    height: 60px;
    z-index: 99999999;
}
}
@media (max-width: 767px){
#menu-wrapper {
    height: 45px;
}
}
nav.drawer-nav {
    background-color: rgb(194 208 212);
	color: #4a4a4a;
}
.drawer-menu-item_end{
	font-size: 1rem;
    display: block;
    padding: .75rem;
    text-decoration: none;
    color: #222;
    font-family: 'myfont-Medium';
}
a.drawer-menu-item_end {
	border-top: 1px solid #b2b3a9;
    border-bottom: 1px solid #b2b3a9;
}
@media (max-width: 767px){
a.drawer-menu-item_end {
    font-size: 13px;
}
}
p.category_t:hover {
  color: #00a47c;
}
li.kategori_box {
    padding: .75rem;
}
p.kategori_box_11 {
    color: #222;
}
@media (max-width: 767px){
p.kategori_box_11 {
    font-size: 13px;
}
}
.green_t_sp{
	color: #00a47c;
}
@media (max-width: 767px){
.green_t_sp{
    font-size: 11px;
}
}
@media (max-width: 767px){
.category_box.category_box_sp th{
	font-size: 13px;
    padding: 5px 0px;
    width: 25%;
}
}
/*サイドメニュー内*/
a.drawer-menu-item {
    border-top: 1px solid #b2b3a9;
}
@media (max-width: 991px){
a.drawer-menu-item {
    font-size: 15px;
}
}
@media (max-width: 767px){
a.drawer-menu-item {
    font-size: 13px;
}
}
@media (max-width: 425px){
a.drawer-menu-item {
	padding: 0.8rem;
}
}
/*ドロップメニュー内*/
a.drawer-dropdown-menu-item {
    border-top: 1px solid #dbdcd2;
    line-height: 2.6rem;
}
@media (max-width: 991px){
a.drawer-dropdown-menu-item {
    font-size: 15px;
}
}
@media (max-width: 767px){
a.drawer-dropdown-menu-item {
    font-size: 13px;
}
}
a.drawer-dropdown-menu-item.drawer-dropdown-menu-item-a {
    line-height: 1.5rem;
}
@media (max-width: 767px){
a.drawer-dropdown-menu-item.drawer-dropdown-menu-item-a {
    font-size: 13px;
}
}
/*snsアイコン*/
li.sp-nav-p.sns_icon {
    border-top: 1px solid #b2b3a9;
	padding: 10px 10px;
}
li.sp-nav-p.sns_icon a{
	padding-right: 20px;
	color: #000;
}
@media (max-width: 767px){
li.sp-nav-p.sns_icon a{
	padding-right: 20px;
}
}
@media (max-width: 425px){
li.sp-nav-p.sns_icon a{
	padding-right: 10px;
}
}
i.fab.fa-instagram.sns_icon-size {
    font-size: 30px;
    margin-top: 5px;
}
@media (max-width: 425px){
i.fab.fa-instagram.sns_icon-size {
    font-size: 25px;
}
}
i.fab.fa-facebook-f.sns_icon-size {
    font-size: 30px;
    margin-top: 5px;
}
@media (max-width: 425px){
i.fab.fa-facebook-f.sns_icon-size {
    font-size: 22px;
}
}
i.fab.fa-twitter.sns_icon-size {
    font-size: 30px;
    margin-top: 5px;
}
@media (max-width: 425px){
i.fab.fa-twitter.sns_icon-size {
    font-size: 22px;
}
}
img.ameba_icon {
    width: 11%;
	height: auto;
    margin-top: -6px;
}
@media (max-width: 767px){
img.ameba_icon {
    width: 8%;
    margin-top: -6px;
}
}
@media (max-width: 425px){
img.ameba_icon {
    width: 7%;
}
}

@media (max-width: 320px){
img.ameba_icon {
    width: 12%;
}
}

#menu-wrapper {
    overflow: hidden;
    max-width: 100%;
    cursor: pointer;
}
@media (max-width: 1085px){
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 15px;
    float: right;
    margin-top: -40px;
}
}
@media (max-width: 991px){
#menu-wrapper #hamburger-menu {
    margin-top: -38px;
}
}
@media (max-width: 768px){
#menu-wrapper #hamburger-menu {
    margin-top: -33px;
}
}
@media (max-width: 767px){
#menu-wrapper #hamburger-menu {
    margin-top: -36px;
}
}
@media (max-width: 425px){
#menu-wrapper #hamburger-menu {
    margin-top: -30px;
}
}
@media (max-width: 375px){
#menu-wrapper #hamburger-menu {
    margin-top: -29px;
}
}
#menu-wrapper #hamburger-menu span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: black;
    background-color:#fff;
    position: absolute;
    transform: rotate(0deg);
    transition: .4s ease-in-out;
}

#menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
}

#menu-container .menu-list {
    padding-left: 0;
    position: absolute;
    width: 100%;
    max-width: 100%;
    background-color:rgb(236,236,236,0.9);
	color: #4a4a4a;
    z-index: 999;
    overflow-y: auto;
    left: -100%;
    margin-top: 0px;
}
/*IE10*/
@media all and (-ms-high-contrast:none) {
#menu-container .menu-list {
    background-color: #ececec;
}
}
/*IE11*/
_:-ms-lang(x)::-ms-backdrop, body {
  background-color: #ececec;
}
@media (max-width: 425px){
#menu-container .menu-list {
	margin-top: 0px;
}
}
#menu-container .menu-list ul li.accordion-toggle, #menu-container .menu-list .menu-login {
    font-size: 16px;
    padding: 10px 20px;
	text-transform: uppercase;
    border-top: 1px solid #dbdcd2;
}
#menu-container .menu-list ul li a {
    display: block;
    font-size: 13px;
}
#menu-container .menu-list ul li a span{
    font-size: 11px;
}
#menu-container .menu-list ul li{
	border-bottom: solid 1px #d3d3d3;
	padding: 10px 20px;
}
.toggle.accordion-toggle:hover{
	background-color: #ff7512;
}
#menu-container .menu-list ul li:hover{
	background-color: #D8CACA;
	color: #3f5194;
}
#menu-submenu .accordion-content li:hover{
	background-color: #FFAE7A;
}
#menu-container .menu-list ul li:first-of-type {
    border-top: 0;
}
a.menu-link active{
    color: #3f5194!important;
}
.accordion-toggle, .accordion-content {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
}

  .accordion-content {
    display: none;
}

.accordion-toggle a:before, .accordion-toggle a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #5a5858;
    transform-origin: 50% 50%;
    transition: all 0.3s ease-out;
}

.accordion-toggle a:before {
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}

.accordion-toggle.active-tab {
  background: #fff;
	color: #3f5194; 
  transition: all 0.3s ease;
}
.accordion-toggle a.active:before {
    transform: rotate(0deg);
    background: #fff !important;
}

.accordion-toggle a.active:after {
    transform: rotate(180deg);
    background: #fff !important;
    opacity: 0;
}
#menu-container .menu-list ul li.sp-nav-p{
    padding: 10px 20px;
}
.menu-list ul.accordion{
	 overflow: auto;
	-webkit-overflow-scrolling: touch;
}
/*////////////下から出てくるメニュー//////////*/
#nav8 {
	z-index:10;
	position: fixed;
	bottom: -60px;/*下から出てくる高さ*/
	left: 0;
	width: 100%;
	height: 60px!important;/*高さ*/
	color: #fff;
}
#nav8 .inner {
	width: 100%;
	margin: 0;
	padding: 0;
	min-width: 320px;
	overflow: hidden;
}
#nav8 .inner a {
	display:block;
}
.footer_var1 {
	text-align: center;
    float: left;
    width: 24.5%;
}
.footer_var2 {
		padding-right: 0!important;
		padding-left: 0!important;
		float: left;
    	width: 24.5%;
		height: 60px;
		padding-top: 10px;
}
@media (max-width: 375px) {
.footer_var2 {
    top: 10px;
    font-size: 22px;
    left: 30px;
}
}
.footer_var_box1 {
	position: relative;
}
.footer_var_box1 i {
    font-size: 20px;
}
@media (max-width: 375px) {
.footer_var_box1 i {
    top: 10px;
    font-size: 22px;
    left: 30px;
}
}
@media (max-width: 320px) {
.footer_var_box1 i {
    top: 5px;
}
}
@media (max-width:320px) {
.footer_var_box1 i {
    font-size: 19px;
}
}
.footer_var_box2 {
	position: relative;
}
.footer_var_box2 i {
	position: absolute;
	font-size: 30px;
	left:0;
    top: 5px;
}
@media (max-width: 767px) {
.footer_var_box2 i {
    left: 7px;
}
}
@media (max-width: 425px) {
.footer_var_box2 i {
    font-size: 22px;
    top: 10px;
}
}
@media (max-width: 375px) {
.footer_var_box2 i {
    font-size: 22px;
    top: 10px;
}
}
@media (max-width:320px) {
.footer_var_box2 i {
    top: 7px;
    font-size: 19px;
}
}
.footer_var1 p {
	font-size: 13px;
    color: #fff;
    text-align: center;
}
.footer_var1 i {
    color: #fff;
}
.footer_var2 p {
	font-size: 13px;
    color: #fff;
    text-align: center;
}
.footer_var2 i {
    color: #fff;
}
.monitor_xs {
	background: #00a47c;
}
.monitor_xs p {
	padding-top: 5px;
    letter-spacing: 0.1rem;
}
@media (max-width: 425px) {
.monitor_xs p {
    letter-spacing: 0.1rem;
}
}
@media (max-width: 320px) {
.monitor_xs p {
    font-size: 11px;
}
}
.monitor_xs_box {
	margin: 0 auto;
    border-right: 1px solid #fff;
    margin-top: 5px;
}
.file_xs {
	background: #6a4e40;
}
.file_xs p{
	padding-left: 40px;
    padding-top: 0px;
}
@media (max-width: 425px) {
.file_xs p{
    padding-left: 33px;
    letter-spacing: 0.1rem;
}
}
@media (max-width: 375px) {
.file_xs p{
    padding-left: 25px;
}
}
@media (max-width: 320px) {
.file_xs p{
    padding-left: 13px;
}
}
.inst_xs {
    background: #7d604e;
}
.inst_xs p {
	padding-left: 40px;
	padding-top: 0px
}
@media (max-width: 375px) {
.inst_xs p {
    padding-left: 25px;
}
}
@media (max-width: 320px) {
.inst_xs p {
    padding-left: 11px;
}
}
.inst_xs_box {
	width: 140px;
	margin: 0 auto;
}
.container-fluid.container-fluid_no{
    padding-right: 0px;
    padding-left: 0px;
}
/*画像*/
.main-top-bg{
    position: relative;
    background-image:url("../img/main.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
}
@media screen and (max-width: 991px){
.main-top-bg{
    margin-top: 0px;
}
}	
@media screen and (max-width: 767px){
.main-top-bg{
    background-size: cover;
    max-width: 100%;
}
}
/*メイン画像*/
.main-bg-height{
    height: 700px;
}
@media screen and (max-width: 1199px){
.main-bg-height{
    height: 500px;
}
}
@media screen and (max-width: 767px){
.main-bg-height{
    height: 450px;
}
}
/*トップページのみ*/
.center-wh.center-wh-top{
    max-width: 880px;
    height: auto;
    background-color: #ffffff;
    display: block;
    margin: auto;
    padding: 80px 0px 60px;
	opacity: 0.8;
}
@media screen and (max-width:1199px){
.center-wh.center-wh-top{
    max-width: 680px;
}
}
@media screen and (max-width:991px){
.center-wh.center-wh-top{
    width: 70%;
}
}
@media screen and (max-width:767px){
.center-wh.center-wh-top{
    padding: 50px 0px 30px;
}
}
@media screen and (max-width:375px){
.center-wh.center-wh-top{
    width: 85%;
}
}
@media screen and (max-width:575px){
.center-wh-business{
	width: 64%;
}
}
.center-wh{
    max-width: 500px;
    height: auto;
    background-color: #ffffff;
    display: block;
    margin: auto;
    padding: 40px 0px 30px;
    opacity: 0.9;
}
@media screen and (max-width:991px){
.center-wh{
    width: 70%;
}
}
@media screen and (max-width:375px){
.center-wh{
    width: 85%;
}
}
@media screen and (max-width:575px){
.center-wh-business{
	width: 64%;
}
}
.waku_top{
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 35%;
	filter: drop-shadow(-4px 6px 9px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 1199px){
.waku_top{
    top: 30%;
}
}
.yellow{
	color: #feca21;
}
/*メインタイトル*/
.mein-titel{
    font-size: 35px;
    letter-spacing: 0.08rem;
    margin-bottom: 0rem;
    font-family: 'myfont-Bold';
    text-align: center;
}
@media screen and (max-width: 991px){
.mein-titel{
    font-size: 30px;
}
}
@media screen and (max-width: 767px){
.mein-titel{
    font-size: 22px;
}
}	
/*サブメインタイトル*/
p.mein-subtitel {
    text-align: center;
    letter-spacing: 0.08rem;
    font-family: 'myfont-Medium';
    padding-top: 20px;
}
@media screen and (max-width: 991px){
p.mein-subtitel {
    font-size: 16px;
}
}
@media screen and (max-width: 767px){
p.mein-subtitel {
    font-size: 13px;
}
}
/*/////////////コンテンツ１////////////*/
.top_tate_line{
	width: 5px;
	height: 50px;
	background-color: #feca21;
	display: block;
	margin: auto;	
}
@media screen and (max-width: 767px){
.top_tate_line{
	width: 3px;
    height: 30px;
}
}
/*共通タイトル*/
.contents_title_top {
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
    letter-spacing: 0.01em;
    font-family: 'myfont-black';
}
@media screen and (max-width: 991px){
.contents_title_top {
	font-size: 25px;
    margin-top: 15px;
}
}
@media screen and (max-width: 767px){
.contents_title_top {
	font-size: 22px;
}
}
/*共通サブタイトル*/
.contents_subtitle {
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.1rem;
	font-family: 'myfont-Medium';
}
@media screen and (max-width: 991px){
.contents_subtitle {
	font-size: 15px;
}
}
@media screen and (max-width: 767px){
.contents_subtitle {
	font-size: 13px;
}
}
/*共通コンテンツごとの余白*/
.row_mt {
    margin-top: 80px;
}
@media (max-width: 991px){
.row_mt {
    margin-top: 30px;
}
}
.top_row_mt {
    margin-top: 40px;
}
@media (max-width: 991px){
.top_row_mt {
    margin-top: 30px;
}
}
@media (max-width: 991px){
img.con_2-img {
    margin-top: 20px;
}
}
@media (max-width: 767px){
img.con_2-img {
    margin-top: 0px;
    width: 80%;
    height: auto;
    display: block;
    margin: auto;
}
}
@media (max-width: 425px){
img.con_2-img {
    margin-top: 10px;
    width: 100%;
	height: auto;
}
}
p.top_con1_t1 {
    font-size: 27px;
	margin-bottom: 0.5rem;
    font-family: 'myfont-Bold';
}
@media (max-width: 1199px){
p.top_con1_t1 {
    font-size: 18px;
}
}
@media (max-width: 991px){
p.top_con1_t1 {
    font-size: 16px;
}
}
@media (max-width: 767px){
p.top_con1_t1 {
    text-align: left;
}
}
@media (max-width: 375px){
p.top_con1_t1 {
	font-size: 14px;
}
}
span.top_con1_t2 {
	font-family: 'myfont-Medium';
    font-size: 20px;
}
@media (max-width: 1199px){
span.top_con1_t2 {
    font-size: 13px;
}
}
@media (max-width: 767px){
span.top_con1_t2 {
    margin: -5px 0px 0px 5px;
}
}
img.icon1 {
    margin: 30px 0px 50px 0px;
    width: 150px;
    height: 150px;

}
@media (max-width: 991px){
img.icon1 {
    width: 33%;
    height: auto;
}
}
@media (max-width: 767px){
img.icon1 {
    width: 100px;
	height: auto;
}
}
span.blue {
	padding: 0px 10px;
    background-color: #52bad5;
    color: #fff;
    border-radius: 5px;
    margin-right: 5px;
}
@media (max-width: 375px){
span.blue {
    padding: 0px 4px;
    font-size: 13px;
    margin-right: 2px;
}
}
.con1_point_box.fadein {
    display: flex;
    justify-content: space-evenly;
}
@media (max-width: 767px){
.con1_point_box.fadein {
    flex-direction: column;
}
}
p.top_con1_t3 {
    font-size: 25px;
    margin-top: 80px;
    font-family: 'myfont-black';
    text-align: center;
}
@media (max-width: 1199px){
p.top_con1_t3 {
	font-size: 18px;
}
}
@media (max-width: 991px){
p.top_con1_t3 {
	font-size: 15px;
}
}
@media (max-width: 767px){
p.top_con1_t3 {
	font-size: 13px;
    margin-top: 30px;
    line-height: 2.0rem;
}
}
@media (max-width: 425px){
p.top_con1_t3 {
	font-size: 13px;
    margin-top: 0px;
    line-height: 1.8rem;
}
}
span.yellow-bg {
    background-color: #feca21;
    color: #fff;
    border-radius: 15px;
    padding: 5px 50px;
    letter-spacing: 0.08em;
    font-family: 'myfont-Medium';
}
@media (max-width: 425px){
span.yellow-bg {
    padding: 5px 70px;
}
}
.top_con1_t3_text {
    font-size: 25px;
    margin-top: 80px;
    font-family: 'myfont-black';
    text-align: center;
}
@media (max-width: 1199px){
.top_con1_t3_text {
	font-size: 18px;
}
}
@media (max-width: 991px){
.top_con1_t3_text {
	font-size: 15px;
}
}
@media (max-width: 767px){
.top_con1_t3_text {
    font-size: 14px;
    margin-top: 0px;
    line-height: 1.5em;
}
}
/*/////////////コンテンツ2////////////*/
.con2_bg{
	position:relative;
    background-size: 100%;
    background-image:url("../img/con2.png");
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 920px;
	margin-top: 80px;
}
@media (max-width: 1440px){
.con2_bg{
    height: 725px;
}
}
@media (max-width: 1199px){
.con2_bg{
	margin-top: 0px;
}
}
@media (max-width: 1024px){
.con2_bg{
    height: 600px;
}
}
@media (max-width: 991px){
.con2_bg{
    height: 400px;
}
}
@media (max-width: 767px){
.con2_bg{
	display: none;
}
}
@media (max-width: 767px){
.con2_bg-sp {
    margin-top: 60px;
}
}
@media (max-width: 767px){
img.con2_sp1 {
    display: block;
    margin: auto;
    width: 36%;
}
}
p.con2_btn {
    text-align: center;
    background-color: #52bad5;
    width: 350px;
    color: #fff;
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 25px;
    filter: drop-shadow(6px 2px 3px rgba(0, 0, 0, 0.2));
	display: block;
    margin: auto;
	margin-top: -7%;
}
@media (max-width: 1865px){
p.con2_btn {
    margin-top: -11%;
}
}
@media (max-width: 1621px){
p.con2_btn {
    margin-top: -15%;
	font-size: 20px;
}
}
@media (max-width: 1440px){
p.con2_btn {
	margin-top: -12%;
}
}
@media (max-width: 1339px){
p.con2_btn {
	margin-top: -13%;
}
}
@media (max-width: 1217px){
p.con2_btn {
    margin-top: -16%;
}
}
@media (max-width: 1199px){
p.con2_btn {
	margin-top: -16%;
    width: 250px;
    font-size: 16px;
}
}
@media (max-width: 991px){
p.con2_btn {
	width: 180px;
    font-size: 13px;
}
}
@media (max-width: 767px){
p.con2_btn {
    margin-top: 5%;
}
}
@media (max-width: 480px){
p.con2_btn {
    width: 200px;
}
}
/*/////////////コンテンツ3////////////*/
.row_mt1{
    margin-top: 150px;
}
@media (max-width: 991px){
.row_mt1{
    margin-top: 100px;
}
}
@media (max-width: 425px){
.row_mt1{
    margin-top: 80px;
}
}
.row_mt2{
    margin-top: 180px;
}
@media (max-width: 991px){
.row_mt2{
    margin-top: 100px;
}
}
@media (max-width: 425px){
.row_mt2{
    margin-top: 80px;
}
}
i.far.fa-check {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #feca21;
    font-size: 25px;
}
@media (max-width: 991px){
i.far.fa-check {
	font-size: 10px;
}
}
img.icon3 {
    display: block;
    margin: auto;
}
@media (max-width: 1199px){
img.icon3 {
    width: 50%;
}
}
ul.top_con3_t1 {
    font-size: 25px;
    margin: 50px 0px 0px -100px;
    line-height: 2.5em;
    font-family: 'myfont-Regular';
}
@media (max-width: 1199px){
ul.top_con3_t1 {
	font-size: 16px;
    margin-top: 0px;
    margin: 50px 0px 0px -80px;
}
}
@media (max-width: 991px){
ul.top_con3_t1 {
	font-size: 15px;
    margin-top: 0px;
    line-height: 2.0rem;
}
}
@media (max-width: 767px){
ul.top_con3_t1 {
	font-size: 13px;
    margin-top: 20px;
    line-height: 1.6rem;
    margin-left: 0px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
}
p.top_con3_t2 {
    font-size: 18px;
    text-align: center;
    margin-top: 50px;
    line-height: 2.0em;
    font-family: 'myfont-Regular';
}
@media (max-width: 1199px){
p.top_con3_t2 {
	width: 100%;
    margin-top: 25px;
    font-size: 16px;
}
}
@media (max-width: 991px){
p.top_con3_t2 {
	font-size: 13px;
    line-height: 1.4rem;
}
}
@media (max-width: 767px){
p.top_con3_t2 {
    line-height: 1.4rem;
    text-align: left;
}
}
p.con3_btn {
    text-align: center;
    background-color: #feca21;
    width: 350px;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 15px 20px;
    font-size: 25px;
    filter: drop-shadow(5px 3px 5px rgba(0, 0, 0, 0.2));
	display: block;
    margin: auto;
    margin-top: 50px;
}
@media (max-width: 1199px){
p.con3_btn {
	width: 250px;
    font-size: 16px;
}
}
@media (max-width: 991px){
p.con3_btn {
	width: 180px;
    font-size: 13px;
    margin-top: 25px;
}
}
@media (max-width: 767px){
p.con3_btn {
	width: 180px;
    font-size: 13px;
    margin-top: 25px;
}
}
/*/////////////コンテンツ4////////////*/
.con4_bg{
	background-size:cover;
    background-image:url("../img/con4_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 950px;
	margin-top: 150px;
}
@media (max-width: 1199px){
.con4_bg{
    height: 850px;
	margin-top: 100px;
}
}
@media (max-width: 991px){
.con4_bg{
    margin-top: 60px;
    height: 720px;
}
}
@media (max-width: 767px){
.con4_bg{
    height: 900px;
}
}
@media (max-width: 320px){
.con4_bg{
    height: 930px;
}
}
.title._mt {
    padding-top: 80px;
}
@media (max-width: 991px){
.title._mt {
    padding-top: 50px;
}
}
.con_sub-title-mb{
    margin-bottom: 60px;
}
@media (max-width: 1199px){
.con_sub-title-mb{
    margin-bottom: 40px;
}
}
@media (max-width: 767px){
.con_sub-title-mb{
    margin-bottom: 0px;
}
}
.white-box {
    background-color: rgb(255,255,255,0.9);
    padding: 10% 10.5%;
    height: 210px;
    margin-top: 20px;
}
@media (max-width: 1199px) {
.white-box {
    height: 160px;
    padding: 5% 10%;
}
}
@media (max-width: 991px) {
.white-box {
    height: 160px;
	padding: 5% 6%;
}
}
@media (max-width: 767px) {
.white-box {
	height: 170px;
    padding: 3%;
}
}
@media (max-width: 480px) {
.white-box {
    height: auto;
}
}
@media (max-width: 767px) {
.white-box.white-box-sp {
    margin-top: 20px;
}
}
.mt-40{
	margin-top: 40px;
}
@media (max-width: 480px){
.mt-40{
	margin-top: 20px;
}
}
p.con4_l-text1 {
    font-size: 22px;
	color: #184a67;
}
@media (max-width: 1199px){
p.con4_l-text1 {
    font-size: 18px;
    margin-bottom: 0.5em;
}
}
@media (max-width: 991px){
p.con4_l-text1 {
    font-size: 16px;
}
}
@media (max-width: 480px){
p.con4_l-text1 {
    font-size: 16px;
    margin-bottom: 0.5rem;
}
}
@media (max-width: 425px){
p.con4_l-text1 {
    font-size: 15px;
}
}
p.con4_l-text2 {
    font-size: 13px;
    line-height: 1.7rem;
}
@media (max-width: 991px){
p.con4_l-text2 {
    line-height: 1.4rem;
}
}
@media (max-width: 767px){
p.con4_l-text2 {
    line-height: 1.4rem;
    margin-bottom: 0rem;
    font-family: 'myfont-Medium';
}
}
p.con4_btn {
    text-align: center;
    width: 350px;
    color: #fff;
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 25px;
    filter: drop-shadow(5px 3px 5px rgba(0, 0, 0, 0.2));
    left: 41%;
    border: solid;
	display: block;
    margin: auto;
    margin-top: 50px;
    font-family: 'myfont-Regular';
}
@media (max-width: 1199px){
p.con4_btn {
    width: 250px;
    font-size: 16px;
}
}
@media (max-width: 991px){
p.con4_btn {
	width: 180px;
    font-size: 13px;
}
}
@media (max-width: 767px){
p.con4_btn {
	width: 200px;
}
}
p.con4_btn a{
    color: #fff;
}
.con2_btn_a{
	text-align: center;
    background-color: #52bad5;
    width: 350px;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 15px 20px;
    font-size: 25px;
    filter: drop-shadow(5px 3px 5px rgba(0, 0, 0, 0.2));
	display: block;
    margin: auto;
    margin-top: 150px;
    font-family: 'myfont-Regular';
}
@media (max-width: 1199px){
.con2_btn_a{
	width: 250px;
    font-size: 16px;
}
}
@media (max-width: 1024px){
.con2_btn_a{
    margin-top: 100px;
}
}
@media (max-width: 991px){
.con2_btn_a{
	margin-top: 60px;
	width: 200px;
    font-size: 13px;
}
}
@media (max-width: 767px){
.con2_btn_a{
    width: 200px;
}
}
@media (max-width: 425px){
.con2_btn_a{
    margin-top: 80px;
}
}
.kuraudo-wifi-btn-blue{
    background-color: #52bad5;
}
.pocket-wifi-btn-yewllo{
    background-color: #feca21;
}
/*コンテンツ5*/
.top_mt.title-mt {
    margin-top: 200px;
}
@media (max-width: 767px){
.top_mt.title-mt {
    margin-top: 130px;
}
}
.top_tate_line_blue {
    width: 5px;
    height: 50px;
    background-color: #52bad5;
    display: block;
    margin: auto;
}
@media (max-width: 767px){
.top_tate_line_blue {
    width: 3px;
    height: 30px;
}
}
/*ワイド幅調整*/
.container.container-top4-width{
    max-width: 1600px;
}
@media (max-width: 1750px){
.container.container-top4-width{
    max-width: 1450px;
}
}
@media (max-width: 1600px){
.container.container-top4-width{
	max-width: 1380px;
}
}
@media (max-width: 1565px){
.container.container-top4-width{
    max-width: 1250px;
}
}
@media (max-width: 1366px){
.container.container-top4-width{
	max-width: 1100px;
}
}
@media (max-width: 1258px){
.container.container-top4-width{
	max-width: 1050px;
}
}
@media (max-width: 1199px){
.container.container-top4-width{
    max-width: 960px;
}
}
@media (max-width: 1024px){
.container.container-top4-width{
    max-width: 865px;
}
}
@media (max-width: 991px){
.container.container-top4-width{
    max-width: 720px;
}
}
@media (max-width: 767px){
.container.container-message-width{
    max-width: 540px;
}
}

/*横スリックの上余白*/
ul.slider-top-con4 {
    margin-top: 80px;
}
@media (max-width: 991px){
ul.slider-top-con4 {
    width: 89%;
    margin-left: 8%;
}
}
@media (max-width: 767px){
ul.slider-top-con4 {
    width: 100%;
    margin-left: 0%;
    height: 335px;
	margin-top: 20px;
}
}
@media (max-width: 425px){
ul.slider-top-con4 {
	height: 350px;
}
}
@media (max-width: 375px){
ul.slider-top-con4 {
	margin-left: 0%;
    width: 103%;
}
}
p.con2_btn_a.con2_btn_a-kuraudo-wifi{
    margin-top: 100px;
}
@media (max-width: 991px){
p.con2_btn_a.con2_btn_a-kuraudo-wifi{
    margin-top: 50px;
}
}
p.con2_btn_a.con2_btn_a-kuraudo-wifi a{
    color: #fff;
}
.wifi_list_wrap {
    background-color: #fff;
    width: 320px;
	filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.2));
	display: block;
    margin: 15px auto;
    height: 390px;
    font-family: 'myfont-Regular';
}
@media (max-width: 1566px){
.wifi_list_wrap {
	width: 300px;
}
}
@media (max-width: 1440px){
.wifi_list_wrap {
	width: 280px;
}
}
@media (max-width: 1024px){
.wifi_list_wrap {
    width: 257px;
}
}
@media (max-width: 991px){
.wifi_list_wrap {
    height: 310px;
	margin-bottom: 25px;
}
}
@media (max-width: 767px){
.wifi_list_wrap {
	height: 320px;
}
}
.con5_img{
	display: block;
	margin: auto;
	padding: 60px 0px 30px;
}
@media (max-width: 991px){
.con5_img{
	padding: 30px 0px 10px;
}
}
.top_con5_t1{
	color: #000;
	font-size: 15px;
    padding: 13px;
	height: 125px;
    font-family: 'myfont-Regular';
    text-align: justify;
}
@media screen and (max-width: 1440px) {
.top_con5_t1{
    height: 152px
}
}
@media screen and (max-width: 991px) {
.top_con5_t1{
	font-size: 13px;
	height: 124px
}
}
@media screen and (max-width: 425px) {
.top_con5_t1{
    height: 125px;
}
}
p.con5_btn {
    width: 150px;
    color: #fff;
    padding: 10px 20px;
    font-size: 15px;
	display: block;
	margin: auto;
	text-align: center;
    border-radius: 30px;
}
@media screen and (max-width: 991px) {
p.con5_btn {
    font-size: 13px;
}
}
@media screen and (max-width: 425px) {
p.con5_btn {
    padding: 10px;
}
}
/*IE10*/
@media all and (-ms-high-contrast:none) {
.top_con4_text {
    background-color: #ffffff;
}
}
/*IE11*/
_:-ms-lang(x)::-ms-backdrop, body {
  background-color: #ffffff;
}
@media screen and (max-width: 1750px) {
.top_con4_text {
    width: 304px;
}
}
@media screen and (max-width: 1600px) {
.top_con4_text {
    width: 294px;
    margin: -65px 0 0 15px;
}
}
@media screen and (max-width: 1565px) {
.top_con4_text {
    width: 261px;
    margin: -65px 0 0 15px;
    padding-bottom: 0px;
}
}
@media screen and (max-width: 1440px) {
.top_con4_text {
    width: 260px;
    height: 230px;
    margin: -47px 0 0 6px;
}
}
@media screen and (max-width: 1366px) {
.top_con4_text {
    width: 306px;
    height: 242px;
    margin: -47px 0 0 6px;
}
}
@media screen and (max-width: 1258px) {
.top_con4_text {
    width: 293px;
}
}
@media screen and (max-width: 1199px) {
.top_con4_text {
    width: 264px;
}
}
@media screen and (max-width: 1024px) {
.top_con4_text {
    width: 253px;
    height: 235px;
}
}
@media screen and (max-width: 991px) {
.top_con4_text {
    width: 244px;
    height: 220px;
    margin: -47px 0 0 10px;
}
}
@media screen and (max-width: 767px) {
.top_con4_text {
    width: 268px;
    margin: -67px 0 0 8px;
    height: 225px;
}
}
@media screen and (max-width: 375px) {
.top_con4_text {
    width: 232px;
    margin: -47px 0 0 6px;
}
}
@media screen and (max-width: 320px) {
.top_con4_text {
    width: 196px;
    margin: -47px 0 0 6px;
}
}
.top_con4_text1 {
    font-size: 16px;
    padding-top: 0px;
    margin-bottom: 0rem;
}
@media screen and (max-width: 1750px) {
.top_con4_text1 {
    font-size: 14px;
}
}
@media screen and (max-width: 1575px) {
.top_con4_text1 {
    font-size: 13px;
}
}
@media screen and (max-width: 1024px) {
.top_con4_text1 {
    font-size: 12px;
}
}
@media screen and (max-width: 767px) {
.top_con4_text1 {
	text-align: center;
}
}
@media screen and (max-width: 767px) {
.top_con4_text1 span{
	display: none;
}
}
.top_con4_text2{
    font-size: 23px;
    padding-top: 0px;
    margin-bottom: 0rem;
}
@media screen and (max-width: 1440px) {
.top_con4_text2{
    font-size: 17px;
}
}
@media screen and (max-width: 991px) {
.top_con4_text2{
    font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.top_con4_text2{
    font-size: 15px;
}
}
.top_con4_text3 {
    font-size: 14px;
    padding-top: 16px;
    margin-bottom: 0.5rem;
}
@media screen and (max-width: 1440px) {
.top_con4_text3 {
    font-size: 13px;
}
}
@media screen and (max-width: 767px) {
.top_con4_text3 {
    padding-top: 10px;
}
}
.top_con4_text4 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0rem;
}
@media screen and (max-width: 1440px) {
.top_con4_text4 {
    font-size: 13px;
}
}
@media screen and (max-width: 767px) {
.top_con4_text4 {
    margin-bottom: 0rem;
    font-size: 12px;
}
}
.top_con4_text5 {
    font-size: 18px;
    line-height: 1.7rem;
    color: #000;
    padding: 6px 4%;
}
@media screen and (max-width: 1750px) {
.top_con4_text5 {
	font-size: 16px;
    padding: 10px 3%;
}
}
@media screen and (max-width: 1575px) {
.top_con4_text5 {
	font-size: 14px;
    padding: 10px 3%;
}
}
@media screen and (max-width: 1440px) {
.top_con4_text5 {
	font-size: 13px;
    padding: 10px 3%;
    line-height: 1.5rem;
}
}
@media screen and (max-width: 1024px) {
.top_con4_text5 {
    padding: 0px 3%;
}
}
.top_con4_text6 {
    font-size: 12px;
    color: #000;
    letter-spacing: 0.07rem;
    margin-bottom: 0.5rem;
}
@media screen and (max-width: 1199px) {
.top_con4_text6 {
    font-size: 11px;
}
}
.top_con4_text5-w {
    font-size: 18px;
    line-height: 1.5rem;
    color: #000;
    padding: 10px 6%;
}
@media screen and (max-width: 1440px) {
.top_con4_text5-w {
    font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.top_con4_text5 {
	line-height: 1.5rem;
}
}
@media screen and (max-width: 767px) {
.top_con4_text5 {
    line-height: 1.3rem;
    padding: 10px 13%;
}
}
@media screen and (max-width: 375px) {
.top_con4_text5 {
    padding: 10px 8%;
}
}
@media screen and (max-width: 320px) {
.top_con4_text5 {
    padding: 10px 2%;
}
}
.view-all-btn-b {
    background-color: #0d1d5b;
    width: 200px;
    padding: 10px 30px;
    margin-top: 50px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
    display: block;
    margin: 75px auto;
}
@media screen and (max-width: 991px) {
.view-all-btn-b {
    font-size: 15px;
}
}
@media screen and (max-width: 767px) {
.view-all-btn-b {
	width: 150px;
    padding: 10px 10px;
    margin: 40px auto;
}
}
.slider-top-con4 .about_con1_wrap{
    height: 715px;
    width: 100%;
}
@media screen and (max-width: 1959px) {
.slider-top-con4 .about_con1_wrap{
    height: 655px;
}
}
@media screen and (max-width: 1565px) {
.slider-top-con4 .about_con1_wrap{
    height: 580px;
}
}
@media screen and (max-width: 1440px) {
.slider-top-con4 .about_con1_wrap{
    width: 95%;
}
}
@media screen and (max-width: 1199px) {
.slider-top-con4 .about_con1_wrap{
    height: 530px;
}
}
@media screen and (max-width:991px) {
.slider-top-con4 .about_con1_wrap{
    height:500px;
}
}
@media screen and (max-width: 767px) {
.slider-top-con4 .about_con1_wrap{
	width: 98%;
    height: 536px;
}
}
p.con3_btn_a {
    text-align: center;
    background-color: #feca21;
    width: 350px;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 15px 20px;
    font-size: 25px;
    filter: drop-shadow(5px 3px 5px rgba(0, 0, 0, 0.2));
	display: block;
    margin: auto;
    margin-top: 150px;
    font-family: 'myfont-Regular';
}
@media (max-width: 1199px){
p.con3_btn_a {
	width: 250px;
    font-size: 16px;
}
}
@media (max-width: 1024px){
p.con3_btn_a {
    margin-top: 100px;
}
}
@media (max-width: 991px){
p.con3_btn_a {
	margin-top: 60px;
    width: 35%;
	font-size: 13px;
}
}
@media (max-width: 767px){
p.con3_btn_a {
	width: 200px;
}
}
@media (max-width: 425px){
p.con3_btn_a {
    margin-top: 50px;
	font-size: 13px;
}
}
p.con3_btn_a a{
    color: #fff;
}
.con3_btn_a-poket-wifi{
    margin-top: 100px;
}
.top-con6-mt{
	padding-top: 250px;
}
/*コンテンツ7*/
.top-con7_box {
    margin-bottom: 30px;
}
@media (max-width: 767px){
.top-con7_box {
	height: auto;
    margin-bottom: 15px;
}
}
p.top_con7_t1 {
    color: #52bad5;
    font-size: 13px;
    margin-top: 10px;
}
@media (max-width: 1199px){
p.top_con7_t1 {
    font-size: 15px;
	margin-top: 25px;
}
}
@media (max-width: 425px){
p.top_con7_t1 {
    margin-top: 0px;
	margin-bottom: 0rem;
}
}
p.top_con7_t2 {
    color: #000;
    font-family: 'myfont-Medium';
}
@media (max-width: 1199px){
p.top_con7_t2 {
    font-size: 13px;
    margin-bottom: 0.5rem;
}
}
@media (max-width: 425px){
p.top_con7_t2 {
    margin-top: 10px;
}
}
span.mein-a.cat-style.top-category {
    margin: 0px 5px 5px 0px;
}
@media (max-width: 767px){
span.mein-a.cat-style.top-category {
    margin: 0px;
}
}
p.top_con7_t3 {
    font-size: 13px;
    color: #000;
}
.top_con7_r {
    padding-right: 20px;
}
@media (max-width: 767px){
.top_con7_r {
    padding-right: 0px;
}
}
.con2_btn_b {
    text-align: center;
    background-color: #52bad5;
    width: 350px;
    color: #fff;
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 25px;
    filter: drop-shadow(5px 3px 5px rgba(0, 0, 0, 0.2));
	display: block;
    margin: auto;
    margin-top: 50px;
    font-family: 'myfont-Regular';
}
@media (max-width: 1199px){
.con2_btn_b {
    width: 250px;
    font-size: 16px;
}
}
@media (max-width: 991px){
.con2_btn_b {
	width: 180px;
    font-size: 13px;
}
}
@media (max-width: 767px){
.con2_btn_b {
	width: 200px;
}
}
.con2_btn_b a{
    color: #fff;
}
/*コンテンツ8*/
.con8_bg_mt{
    margin-top: 200px;
}
@media (max-width: 1199px){
.con8_bg_mt{
    margin-top: 100px;
}
}
@media (max-width: 991px){
.con8_bg_mt{
    margin-top: 60px;
}
}
.con8_bg {
    background-size: cover;
    background-image:url("../img/f_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 530px;
    padding-top: 80px;
}
@media (max-width: 1199px){
.con8_bg {
    height: 450px;
    padding-top: 50px;
}
}
@media (max-width: 991px){
.con8_bg {
    height: 350px;
}
}
@media (max-width: 480px){
.con8_bg {
    height: 300px;
    padding-top: 30px;
}
}
p.con8_btn {
	text-align: center;
    width: 600px;
    color: #fff;
    border-radius: 5px;
    padding: 20px 10px;
    font-size: 20px;
    filter: drop-shadow(5px 3px 5px rgba(0, 0, 0, 0.4));
    display: block;
    margin: auto;
    margin-top: 60px;
    letter-spacing: 0.3rem;
    border: solid 5px #fff;
}
@media (max-width: 1199px){
p.con8_btn {
    margin-top: 50px;
    padding: 10px;
}
}
@media (max-width: 991px){
p.con8_btn {
	margin-top: 25px;
    width: 400px;
    font-size: 16px;
}
}
@media (max-width: 767px){
p.con8_btn {
    border: solid 3px #fff;
}
}
@media (max-width: 480px){
p.con8_btn {
    width: 85%;
	font-size: 13px;
    letter-spacing: 0.05rem;
}
}
i.far.fa-envelope.mail-icon_f {
    font-size: 45px;
    vertical-align: middle;
}
@media (max-width: 991px){
i.far.fa-envelope.mail-icon_f {
    font-size: 35px;
}
}
@media (max-width: 480px){
i.far.fa-envelope.mail-icon_f {
    font-size: 25px;
}
}
p.con-8t {
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
  	letter-spacing: 0.05rem;
}
@media (max-width: 991px){
p.con-8t {
    font-size: 13px;
    margin-top: 20px;
}
}
@media (max-width: 320px){
p.con-8t {
    font-size: 11px;
}
}
.column-day {
    color: #52bad5;
    font-size: 13px;
}
@media (max-width: 767px){
.column-day {
    font-size: 12px;
}
}
/*フッター*/
img.f_logo {
    width: 250px;
    margin-top: 15px;
}
.row.footer-box {
    font-family: 'myfont-Regular';
    margin: 30px auto;
}
ul.footer-group {
    font-size: 16px;
    display: inline-flex;
    margin-top: 35px;
}
@media (max-width: 991px){
ul.footer-group {
    font-size: 13px;
    margin-top: 10px;
}
}
@media (max-width: 767px){
ul.footer-group {
	display: none;
}
}
li.footer-nav a{
    color: #000;
}
@media (max-width: 991px){
p.cope-text{
    font-size: 13px;
}
}
@media (max-width: 767px){
p.cope-text{
    margin-top: 10px;
    margin-bottom: 0.5rem;
    font-size: 10px;
}
}
@media (max-width: 991px){
img.f_logo {
    width: 70%;
    height: auto;
    margin: auto;
    display: block;
}
}
@media (max-width: 767px){
img.f_logo {
	width: 50%;
}
}
/*Topへ戻る*/
#p_top{
  width: 90px;
  height: 90px;
  position: fixed;
    right: 10px;
    bottom: 10px;
  background: #52bad5;
  border-radius: 50%;
    z-index: 99;
}
@media (max-width: 991px){
#p_top{
  width: 70px;
  height: 70px;
}
}

#p_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#p_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d8';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media (max-width: 991px){
#p_top a::before{
    top: -85px;
    right: 18px;
    font-size: 40px;
}
}

#p_top a::after{
  content: 'TO TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media (max-width: 991px){
#p_top a::after{
	top: 35px;
	right: 15px;
}
}
@media (max-width: 767px){
#p_top a::after{
    top: 31px;
    right: 20px;
    font-size: 13px;
}
}
/*宇店*/
.salon_block_utunomiya {
  position: relative;
  height: 1880px;
}
@media screen and (min-width: 992px) and (max-width: 1199px){
.salon_block_utunomiya {
    height: 1650px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px){
.salon_block_utunomiya {
    height: 1650px;
}
}
@media screen and (max-width: 575px){
.salon_block_utunomiya {
    height: 2210px !important;
}
}
/*カテゴリー*/
.cat-style{
    padding: 0px 5px;
	font-size: 13px;
    border: 1px solid;
    display: inline-block;
    flex-wrap: wrap;
    margin: 10px 5px 5px 0px;
    font-family: 'myfont-Regular';
}
@media screen and (max-width: 767px){
.cat-style{
	font-size: 11px;
}
}
.category_name {
    font-size: 14px;
    color: #000 !important;
    padding: 4px 10px;
    display: block;
    margin: 5px;
    border: 1px solid #000;
	background-color: #fff;
    font-family: 'myfont-Regular';
    text-align: center;
}
p.pr-text {
	padding-top: 5px;
    font-family: 'myfont-Regular';
}
@media (max-width: 767px){
p.pr-text {
    font-size: 12px;
}
}
/*新着コラム*/
@media (max-width: 767px){
.col-6.blog-img-width-l {
    padding-right: 5px;
    padding-left: 5px;
}
}
@media (max-width: 767px){
.col-6.blog-img-width-r {
    padding-right: 5px;
    padding-left: 5px;
}
}