/*
Theme Name: EF_hult_theme_2025
Theme URL: <?php echo home_url(); ?>/
Version: 1.0
Author:HULT JP
*/


@charset "UTF-8";

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

html {
	font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
	box-sizing: border-box;
  -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

html {
	overflow: auto;
	scroll-behavior: smooth;
	/* 選択禁止 */
	/*user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;*/
}

body {
  width: 100%;
  color: #363534;
  margin: 0; 
  -webkit-font-feature-settings: "palt";/* 文字詰め */
  font-feature-settings: "palt";/* 文字詰め */
  font-family: "Helvetica Neue", Helvetica, Arial, "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, sans-serif;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.8;
  font-weight:500;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-smoothing: subpixel-antialiased;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -ms-overflow-style: none;
  overscroll-behavior-y: none;
  cursor: default;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
body {
	font-size: 15px;
	line-height: 1.9;
}
}
@media screen and (min-width: 1300px) {
body {
	font-family: "Helvetica Neue", Helvetica, Arial, "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, sans-serif;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.05em;
}
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family:"游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
}

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

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  line-height: 1;
  color: inherit; }

li > ul, li > ol {
  margin-bottom: 0; }

dd {
  margin-left: 0; }

table {
  width: 100%;
  border-collapse:  collapse; /* セルの線を重ねる */
  text-align: left;
}
th,td {
  border: 1px solid #999;  /* 枠線指定 */
  padding: 10px;      /* 余白指定 */
}


a {
	text-decoration: none;
	color: #302C2A;
	transition-property: all;
	transition: 0.2s linear;
}
a:link,a:visited{
	color: #2C2111;
	text-decoration: none;
}
a:hover,a:active{
	filter:alpha(opacity=50);
	opacity:0.5;
	color: #2C2111;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table, {
  margin-top: 0;
  margin-bottom: 0; }

ul, li, dl, dt, dd {
  padding: 0; }
ul li{
  list-style:none;
 }
button {
  outline: none;
  border: none;
  background: none; }

input {
  border: none;
  outline: none; }

a:hover img{
	cursor:pointer;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	-ms-filter: "alpha(opacity=50)"; /* IE8 */
	zoom:1;
}
.clear-all {
	clear: both;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

::before , ::after {
	box-sizing: inherit;
}

button {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	vertical-align: middle;
	text-align: inherit;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
}
.line-gray{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-left: auto;
	margin-right: auto;
}
img-line {
	padding: 2%;
	border: 1px solid #CCCCCC;
}
.line-outline{
	padding-left:25px;
	padding-right:25px;
}
.line-outline02{
	padding-left:15px;
	padding-right:15px;
	margin-top: auto; 
}
.gray-line{
	width: 100%;
	max-width:1300px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.short-line{
	float: left;
	width: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.bk-line{
	width: 100%;
	max-width:1300px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

.ofi{
	width: 100%;
	max-height:150px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.ofi2{
	width: 100%;
	max-height:350px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.ofi3-box{
   padding:10px;
	border: 1px solid #CCCCCC;
	height:125px;
	margin-bottom:5px;
	position: relative;
    text-align: center;
    align-items: center;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    justify-content: center;
}
.ofi3{
	width: 100%;
	max-height:120px;
	   
}
.ofi4{
	width: 100%;
	height:80px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.ofi5{
	width: 100%;
	max-height:auto;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
@media screen and (min-width: 768px) {
.ofi{
	width: 100%;
	max-height:200px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.ofi2{
	width: 100%;
	max-height:450px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.ofi3-box{
   padding:10px;
	border: 1px solid #CCCCCC;
	height:175px;
	margin-bottom:5px;
	position: relative;
    text-align: center;
    align-items: center;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    justify-content: center;
}
.ofi3{
	width: 100%;
	max-height:155px;
	   
}
.ofi4{
	width: 100%;
	max-height:155px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.ofi5{
	width: 100%;
	max-height:auto;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.line-outline{
	padding-left:30px;
	padding-right:30px;
}
}


/*************************************
/* 共通　スペース
*************************************/

.space-big{
	height:50px;
}
.space{
	height:30px;
}
.space-small{
	height:15px;
}
.space-mini{
	height:10px;
}
.space-puti{
	height:5px;
}

@media screen and (min-width: 1300px) {
.space-big{
	height:100px;
}
.space{
	height:40px;
}
.space-small{
	height:20px;
}
.space-mini{
	height:15px;
}
.space-puti{
	height:7px;
}
}

/*************************************
/* 共通　背景
*************************************/

.back-beige{
	background-color: #EEEFF7;	
}
.back-beige02{
	background-color: #DAE4EF;	
}
.back-gray{
	background-color: #D6D9DE;	
}
.back-wt{
	background-color: #fff;
}
.back-wt-blueline{
	background-color: #fff;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #334FA0;
}
.back-bk{
	background-color: #2A2B2B;
}
.back-check{
	background-image: url(images/common/bg-check-gray.gif);
	background-repeat: repeat;	
}
.back-check2{
	background-image: url(images/common/bg-check2.gif);
	background-repeat: repeat;	
}

.back-pink{
	background-image: url(images/common/bg-pink.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	position:relative;
}
.back-darkpink{
	background-image: url(images/common/bg-darkpink.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	position:relative;
}

.back-colorful-pink{
	background-image: url(images/common/bg-colorful.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	position:relative;
}

.back-blue{
	background-image: url(images/common/bg-blue-sp.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	position:relative;
}
.back-colorful-blue{
	background-image: url(images/common/bg-colorful-blue.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	position:relative;
}
.back-colorful-blue2{
	background-image: url(images/common/bg-colorful-blue2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	position:relative;
}
@media screen and (min-width: 768px) {
.back-pink{
	background-image: url(images/common/bg-pink-pc.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	position:relative;
}
.back-colorful-pink{
	background-image: url(images/common/bg-colorful-pc.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	position:relative;
}
.back-blue{
	background-image: url(images/common/bg-blue-pc.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	position:relative;
}
}


.back-max{
	max-width:1300px;
	margin-left:auto;
	margin-right:auto;
	padding-left:30px;
	padding-right:30px;
}
@media screen and (min-width: 768px) {
.back-max{
	max-width:1360px;
	padding-left:30px;
	padding-right:30px;
}
}
.beige-gradient {
  height: 600px;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(238, 237, 233, 1), rgba(255, 255, 255, 0));
}
.outline{
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
}
.outline2{
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.outline3{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
@media screen and (min-width: 1300px) {
.outline{
	padding:50px;
}
.outline2{
	padding:25px;
}
.outline3{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 25px;
}
}

/*************************************
/* Youtubeの比率保持して100％表示
*************************************/

.youtube-ratio iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

/*************************************
/* 個別　背景
*************************************/

.back-about03{
	background-image: url(images/about_bg02.jpg);
	background-repeat: no-repeat;
	background-size:  cover;   
}
.back-voice01{
	background-image: none;	
}
.back-kobetsu01{
	background-image: none;	
}
.back-soudankai{
	background-image: url(images/hultsoudankai_bg01.jpg);
	background-repeat: no-repeat;
	background-size:  cover; 
}
.back-bachelor{
	background-image: url(images/bachelor_bg01.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size:  50%; 
}
.back-master{
	background-image: none;	
}
.back-mba{
	background-image: none;	
}
.back-single-news{
	background-image: url(images/news_bg01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto;	
}
@media screen and (min-width: 1300px) {
.back-voice01{
	background-image: url(images/voice_bg01.png);
	background-repeat: no-repeat;
	background-position: right 100px;
}
.back-kobetsu01{
	background-image: url(images/kobetsu_bg01.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.back-bachelor{
	background-image: url(images/bachelor_bg01.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto;
}
.back-master{
	background-image: url(images/master_bg01.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto;
}
.back-mba{
	background-image: url(images/mba_bg01.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto;
}
}

/*************************************
/* 共通　タイトル・コピー装飾
*************************************/

/* タイトル */

.big-title{
	font-size:26px;
	line-height:1.5;
	font-family: "Times New Roman", "Shippori Mincho", "A1 Mincho", "A1明朝", "游明朝", "YuMincho", serif;
	font-weight: 500;
	color: #000;
}
.big-title2{
	font-size:35px;
	line-height:1.5;
	font-family: "Times New Roman", "Shippori Mincho", "A1 Mincho", "A1明朝", "游明朝", "YuMincho", serif;
	font-weight: 500;
	color: #000;
}
.big-title3{
	font-size:45px;
	line-height:1.5;
	font-family: "Times New Roman", "Shippori Mincho", "A1 Mincho", "A1明朝", "游明朝", "YuMincho", serif;
	font-weight: 500;
	color: #000;
}
.line-title{
	font-size:22px;
	display:inline;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 3px;
	font-family: "Times New Roman", "Shippori Mincho", "A1 Mincho", "A1明朝", "游明朝", "YuMincho", serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #000;
}
.line-title2{
	font-size:15px;
	display:inline;
	font-family: "Times New Roman", "Shippori Mincho", "A1 Mincho", "A1明朝", "游明朝", "YuMincho", serif;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 10px;
	color: #000;
}
.line-title3{
	font-size:22px;
	display:inline;
	font-family: "Times New Roman", "Shippori Mincho", "A1 Mincho", "A1明朝", "游明朝", "YuMincho", serif;
	font-weight: 600;
	padding-left:0px;
	padding-top:2px;
	padding-bottom:2px;
	color: #000;
}
.line-title4{
	font-size:20px;
	display:inline;
	font-weight: 600;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000;
	padding-left:15px;
}
.big-copy-left{
	font-size:22px;
	line-height:1.8;
	font-family: "Times New Roman", "Shippori Mincho", "A1 Mincho", "A1明朝", "游明朝", "YuMincho", serif;
	font-weight: 500;
	color: #000;
}
.middle-copy-left{
	font-size:20px;
	font-family: "Times New Roman", "Shippori Mincho", "A1 Mincho", "A1明朝", "游明朝", "YuMincho", serif;
	font-weight: 500;
	line-height:1.9;
}
.small-copy-left{
	font-size:17px;
	font-family: "Times New Roman", "Shippori Mincho", "A1 Mincho", "A1明朝", "游明朝", "YuMincho", serif;
	font-weight: bold;
	line-height:1.9;
}
.number-title{
	font-size:60px;
	font-weight: bold;
	color: #000;
	line-height: 80px;
}
@media screen and (min-width: 768px) {
.big-title{
	font-size:30px;
	line-height:1.6;
}
.big-title2{
	font-size:32px;
	line-height:1.6;
}
.big-title3{
	font-size:50px;
	line-height:1.6;
}
.line-title{
	font-size:22px;
	display:inline;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 3px;
}
.line-title2{
	font-size:16px;
	display:inline;
}
.line-title3{
	font-size:24px;
	display:inline;
	font-weight: 600;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000;
	padding-left:15px;
	padding-top:3px;
	padding-bottom:3px;
}
.line-title4{
	font-size:20px;
	display:inline;
	font-weight: 600;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000;
	padding-left:15px;
	padding-top:3px;
	padding-bottom:3px;
	margin-left:25px;
}
.big-copy-left{
	font-size:24px;
	line-height:1.9;
}
.middle-copy-left{
	font-size:21px;
}
.number-title{
	font-size:80px;
	line-height: 100px;
	font-weight: bold;
	color: #000;
}
}
@media screen and (min-width: 1300px) {
.big-title{
	font-size:36px;
	line-height:1.7;
}
.big-title2{
	font-size:40px;
	line-height:1.7;
}
.big-title3{
	font-size:70px;
	line-height:1.7;
}
.line-title{
	font-size:26px;
	display:inline;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 3px;
}
.line-title3{
	font-size:26px;
	margin-left:0px;
}
.line-title4{
	margin-left:0px;
}
.big-copy-left{
	font-size:30px;
	line-height:53px;
}
.middle-copy-left{
	font-size:24px;
}
.number-title{
	font-size:100px;
	line-height: 120px;
	font-weight: bold;
	color: #000;
}
}

/* 記事タイトル */

.blog-img{
	padding-bottom: 8px;
}
.blog-ttl{
	font-size: 21px;
	font-weight:bold;
	line-height:1.5;
	letter-spacing:0;
	padding-right: 5px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000;
}
.blog-ttl2{
	font-size: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight:bold;
	line-height:30px;
	color: #000;
}
.blog-ttl3{
	font-size: 15px;
	font-weight:bold;
	line-height:30px;
	color: #000;
}
.blog-info{
	display:none;	
}
.blog-sub{
	font-size: 14px;
	display:block;
	padding-right: 5px;
	padding-left: 0px;
	font-weight:500;	
}
.blog-key{
	font-size: 12px;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 0px;
	color: #666;
	line-height:1.5;
}

@media screen and (min-width: 1300px) {
.blog-img{
	padding-bottom: 10px;
}
.blog-ttl{
	font-size:30px;
	padding-bottom: 10px;
}
.blog-ttl2{
	font-size:18px;
	padding-bottom: 10px;
}
.blog-info{
	display:block;
	padding-right: 5px;
	padding-left: 0px;	
}
}

/* 文章など */

.txt-just{
text-align:justify;
}
.point-txt{
	font-size:15px;
	font-weight: 700;
	line-height:1.6;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.copy-sentence{
	font-size:15px;
	font-weight: 500;
	line-height:2.3;
	letter-spacing: 0.01em;
}
.copy-sentence li{
	line-height:1.8;
	padding-bottom:10px;
}
.basic-sentence{
	font-weight: 500;
}
.basic-sentence-small{
	font-weight: 500;
	text-align:left;
	color: #333;
	font-size: 15px;
	line-height: 1.8;
}
.small-sentence{
	font-weight: 500;
	font-size: 12px;
}
.small-sentence2{
	font-weight: 500;
	font-size: 11px;
	line-height:15px;
}
.gray-txt{
	color: #666666;
}
a .big-copy-left{
	color: #333;
}
a .middle-copy-left{
	color: #333;
}
a .basic-sentence{
	color: #333;
}
a .small-sentence{
	color: #333;
}
.font-wt{
color:#FFF;
}
.font-wt a{
color:#FFF;
}
.font-gray{
color:#888888;
}
@media screen and (min-width: 1300px) {
.point-txt{
	font-size:17px;
	line-height:1.6;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.copy-sentence{
	font-size:16px;
	line-height:2.5;
}
.basic-sentence{
	font-weight: 500;
	text-align:left;
}
.small-sentence{
	font-weight: 500;
	font-size: 13px;
}
.small-sentence2{
	font-weight: 500;
	font-size: 11px;
	line-height:16px;
	text-align:center;
}
}

/* 文字のフェードイン */
.fade {
	filter:alpha(opacity=0); /* IE 6,7*/
	-ms-filter: "alpha(opacity=0)"; /* IE 8,9 */
	-moz-opacity:0; /* FF , Netscape */
	-khtml-opacity: 0; /* Safari 1.x */
	opacity:0;
	zoom:1; /*IE*/
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: opacity 1.5s, transform 1.5s;
	transition: opacity 1.5s, transform 1.5s;
}
.fade.active {
	filter:alpha(opacity=100); /* IE 6,7*/
	-ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
	-moz-opacity:1; /* FF , Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	opacity:1;
	zoom:1; /*IE*/
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fade {
	opacity:1;
}
}



/*************************************
/* ブログ記事
*************************************/

/* swiperのサイズ */
.swiper-all{
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  width: 100%;
  height:auto;
}
.swiper-custom-parent{
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width:1500px;
  height:auto;
  padding-left:15px;
  padding-right:15px;
}
@media screen and (min-width: 768px) {
.swiper-custom-parent{
  padding-left:25px;
  padding-right:25px;
}
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  width: 100%;
  max-width: 1300px;
  height:auto;
}

/* swiperのドット位置を枠下に */
.slider1{
    --add-bottom: 50px;
    padding-bottom: var(--add-bottom);
}
.slider1 [class^="swiper-button-"]{
    top: calc(50% - var(--add-bottom) / 2);
}
.slider2{
    --add-bottom: 50px;
    padding-bottom: var(--add-bottom);
}
.slider2 [class^="swiper-button-"]{
    top: calc(50% - var(--add-bottom) / 2);
}
.slider3{
    --add-bottom: 50px;
    padding-bottom: var(--add-bottom);
}
.slider3 [class^="swiper-button-"]{
    top: calc(50% - var(--add-bottom) / 2);
}
.slider4{
    --add-bottom: 50px;
    padding-bottom: var(--add-bottom);
}
.slider4 [class^="swiper-button-"]{
    top: calc(50% - var(--add-bottom) / 2);
}

/* ページネーションのサイズと色 */

.swiper-pagination-bullet {
  background-color: #000;
  height: 8px;
  width: 8px;
  margin: 0 5px!important;
}

/* ページネーションがアクティブな時の色 */
.swiper-pagination-bullet-active {
  background-color: #000;
}


/* swiperのリンク */
.swiper-slide a{
	text-decoration: none;
}
.swiper-slide a:hover,a:active{
	filter:alpha(opacity=60);
	opacity:0.6;
	text-decoration: none;
	color: #717171;
}
/*追加情報 */
.plus-info-box{
	width:100%;
}
.plus-info-box-inner{
	padding:15px;
	margin-left:0px;
	margin-right:0px;
}
@media screen and (min-width: 768px) {
.plus-info-box-inner{
	margin-left:0px;
	margin-right:0px;
}
}
@media screen and (min-width: 1300px) {
.plus-info-box-inner{
	padding:25px;
}
}
.plus-info-box-inner .blog-ttl2{
	padding:0;
}

/*追加情報2 */
.plus-info-box2{
	width:100%;
	padding:15px;	
}
.plus-info-box2-inner{
	background-color:#fff;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #334FA0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.plus-info-box2-inner-left{
	width:100%;
}
.plus-info-box2-inner-right{
	width:100%;
}
@media screen and (min-width: 768px) {
.plus-info-box2{
	width:100%;
	max-width:1360px;
	margin-left:auto;
	margin-right:auto;
	padding-left:30px;
	padding-right:30px;
}
.plus-info-box2-inner{
	background-color:#fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: start;
}
.plus-info-box2-inner-left{
	width:50%;
}
.plus-info-box2-inner-right{
	width:50%;
}
}


/*追加情報3 */
.plus-info-box3{
	max-width:1300px;
	margin-left:auto;
	margin-right:auto;
}
.plus-info-box3-inner{
	padding:15px;
	margin-left:0px;
	margin-right:0px;
	background-color: #EEEDE9;
	display: flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
}
.plus-info-box3-left{
	width:100%;
}
.plus-info-box3-right{
	width:100%;
	padding-top:30px;
	padding-bottom:15px;
}
/*リノベーションページ*/
.plus-info-box3-left2{
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}
.plus-info-box3-right2{
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}
@media screen and (min-width: 768px) {
.plus-info-box3-inner{
	padding-left:100px;
	padding-right:100px;
}
}
@media screen and (min-width: 1300px) {
.plus-info-box3-inner{
	padding:25px;
	margin-left:0px;
	margin-right:0px;
	background-color: #EEEDE9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
}
.plus-info-box3-left{
	width:50%;
}
.plus-info-box3-right{
	width:50%;
	padding-left:40px;
	padding-right:0px;
	padding-top:20px;
	padding-bottom:0px;
}
/*リノベーションページ*/
.plus-info-box3-left2{
	width:50%;
	padding-left:20px;
	padding-right:40px;
	padding-top:20px;
	padding-bottom:20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.plus-info-box3-right2{
	width:50%;
	padding-left:40px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
}
}
.info-box{
	padding: 20px;
}
@media screen and (min-width: 1300px) {
.info-box{
	border: 1px solid #CCCCCC;
	padding: 30px;
}
}

/*************************************
/* 共通ボタン装飾
*************************************/

/*ボタン1*/
.btn01 a {
	display: flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	height:auto;
	max-width:400px;
	border-radius: 25px;
	transition: 0.3s;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top:15px;
	padding-bottom:15px;
	background-color: #334FA0;
	color:#FFF;
	font-size:16px;
	font-weight:600;
	letter-spacing: 0.1em;
}
.btn01 a:link,.btn01 a:visited {
	text-decoration: none;
	background-color: #334FA0;
	color:#FFF;
}
.btn01 a:hover,.btn01 a:active {
	text-decoration: none;
	background-color: #334FA0;
	color:#FFF;
}
@media screen and (min-width: 768px) {
.btn01 a {
	max-width:500px;
	font-size:16px;
}
}
@media screen and (min-width: 1300px) {
.btn01 a {
	font-size:18px;
}
}

/*ボタンPINK*/
.btn_pink a {
	display: flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	height:auto;
	max-width:400px;
	border-radius: 25px;
	transition: 0.3s;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top:15px;
	padding-bottom:15px;
	background-color: #CB30A1;
	color:#FFF;
	font-size:16px;
	font-weight:600;
	letter-spacing: 0.1em;
}
.btn_pink a:link,.btn_pink a:visited {
	text-decoration: none;
	background-color: #CB30A1;
	color:#FFF;
}
.btn_pink a:hover,.btn_pink a:active {
	text-decoration: none;
	background-color: #CB30A1;
	color:#FFF;
}
@media screen and (min-width: 768px) {
.btn_pink a {
	max-width:500px;
	font-size:16px;
}
}
@media screen and (min-width: 1300px) {
.btn_pink a {
	font-size:18px;
}
}

/*ボタン2*/

.btn02 a {
	display: flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height:auto;
	max-width:300px;
	border-radius: 25px;
	transition: 0.3s;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top:15px;
	padding-bottom:15px;
	background-color: #fff;
	color:#000;
	font-size:14px;
	letter-spacing: 0.1em;
	border: 1px solid #333333;
}
.btn02 a:link,.btn02 a:visited {
	text-decoration: none;
	background-color: #fff;
	color:#000;
}
.btn02 a:hover,.btn02 a:active {
	text-decoration: none;
	background-color: #fff;
	color:#000;
}
@media screen and (min-width: 768px) {
.btn02 a {
	max-width:500px;
}
}
@media screen and (min-width: 1300px) {
.btn0btn012 a {
	font-size:15px;
}
}

/*ボタン3*/

.btn03 a {
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;
	width: 100%;
	height:auto;
	max-width:300px;
	border-radius: 25px;
	transition: 0.3s;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top:15px;
	padding-bottom:15px;
	background-color: #2D8C96;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	letter-spacing: 0.1em;
}
.btn03 a:link,.btn03 a:visited {
	text-decoration: none;
	background-color: #2D8C96;
	color:#FFF;
}
.btn03 a:hover,.btn03 a:active {
	text-decoration: none;
	background-color: #2D8C96;
	color:#FFF;
}
@media screen and (min-width: 768px) {

}
@media screen and (min-width: 1300px) {
.btn03 a {
	font-size:15px;
}
}

/*フッターナビ用　ボタン4*/

.btn04 a {
	display:block;
	justify-content: start;
	align-items: center;
	width: max-content;
	min-width: 100%;
	max-width: 100%;
	margin-inline: auto;
	height:auto;
	transition: 0.3s;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 15px;
	padding-left: 15px;
	padding-top:8px;
	padding-bottom:8px;
	background-color: #2A2B2B;
	color:#FFF;
	font-size:14px;
	letter-spacing: 0.1em;
}
.btn04 a:link,.btn04 a:visited {
	text-decoration: none;
	background-color: #2A2B2B;
	color:#FFF;
}
.btn04 a:hover,.btn04 a:active {
	text-decoration: none;
	background-color: #4F5151;
	color:#FFF;
}
@media screen and (min-width: 768px) {
.btn04 a {
	font-size:13px;
}
.btn04 a:hover,.btn04 a:active {
	text-decoration: none;
	background-color: #2A2B2B;
	color:#FFF;
}
}
@media screen and (min-width: 1300px) {
.btn04 a {
	font-size:15px;
}
}




.btn05 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height:auto;
	max-width:400px;
	transition: 0.3s;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top:15px;
	padding-bottom:15px;
	border: 1px solid #cccccc;
	background-color: #6C6964;
	color:#FFF;
	background-repeat: no-repeat;
	background-position: 50% bottom;
	background-size: 15px;
	font-size:15px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.btn05 a:link,.btn05 a:visited {
	text-decoration: none;
	background-color: #6C6964;
	color:#FFF;
}
.btn05 a:hover,.btn05 a:active {
	text-decoration: none;
	background-color: #7E7B76;
	color:#FFF;
}
@media screen and (min-width: 768px) {
.btn05 a {
	max-width:600px;
}
}
@media screen and (min-width: 1300px) {
.btn05 a {
	font-size:15px;
}
}


.p-post-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height:auto;
	max-width:425px;
	font-weight: 700;
	transition: 0.3s;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top:15px;
	padding-bottom:15px;
	border: 1px solid #333;
	background-color: #333;
	color:#FFF;
}
.p-post-btn:link,.p-post-btn a:visited {
	text-decoration: none;
	background-color: #333;
	color:#FFF;
}
.p-post-btn:hover,.p-post-btn a:active {
	text-decoration: none;
	background-color: #333;
	color:#FFF;
}

/*************************************
/* ローディング
*************************************/

/* Loading背景画面設定　*/
#splash {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #000;
  text-align:center;
}
/*二回目以降は非表示*/
#splash.is-active {
  opacity: 0;
  visibility: hidden;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*二回目以降は非表示*/
#splash_logo.is-active {
  opacity: 0;
  visibility: hidden;
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:200px;
}

/* fadeUpをするアイコンの動き */
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}



/*************************************
/* ヘッダー部分
*************************************/

#header{
	position:relative;
	width:100%;
	height:100%;
	left:0;
	top:0;
	margin:0;
	padding:0;
	background-color: #EEEDE9;
}

#headerBar-all{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index: 110;
}
#navi-bg{
	position:relative;
}
#navi-bg-bk{
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:65px;
	background-color: #2A2B2B;
	z-index:100;
}
#navi-bg-beige{
	position:absolute;
	top:95px;
	left:0;
	width:100vw;
	height:45px;
	background-color: #3E3E3E;
	color:#fff;
	z-index:200;
}
@media screen and (min-width: 768px) {
#navi-bg-beige{
	position:absolute;
	top:95px;
	left:0;
	width:100vw;
	height:45px;
	background-color: #DAE4EF;
	color:#333333;
	z-index:200;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
}
/* ロゴ */

.logo{
	position: fixed;
	width:120px;
	height:auto;
	left:9px;
	top:23px;
	z-index: 300;
	line-height: 2.2;
	text-align:center;
}
/* h１ */
.header-h1{
	position: absolute;
	height:auto;
	left:140px;
	top:20px;
	z-index: 120;
	color:#fff;
	font-size: 8px;
	font-weight: 500;
	font-family:"游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	letter-spacing: 0.1em;
	line-height: 12px;
}
.header-h1.open {
/* ナビボタンをクリックすると色が変わって見えなくなる */
	color: #464848;
	
}
.header-h1-other{
	width:auto;
	padding-left:15px;
	padding-right:15px;
	padding-top:auto;
	padding-bottom:auto;
	z-index:800;
	font-size: 10px;
	font-weight: 500;
	font-family:"游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.6;
	/* 垂直方向の中央揃え */
	position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
.logo-bk{
	position: fixed;
	width:95px;
	height:auto;
	left:20px;
	top:12px;
	z-index: 1300;
	line-height: 2.2;
	text-align:center;
}
.logo{
	position: fixed;
	width:140px;
	height:auto;
	left:12px;
	top:12px;
	z-index: 1300;
	line-height: 2.2;
	text-align:center;
}
.header-h1{
	position: absolute;
	height:20px;
	left:170px;
	top:27px;
	z-index: 120;
	color:#fff;
	font-size: 9px;
	font-weight: 500;
	font-family:"游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	letter-spacing: 0.1em;
}
.header-h1-other{
	width:auto;
	padding-left:32px;
	padding-right:32px;
	z-index:800;
	font-size: 11px;
	font-weight: 500;
	font-family:"游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	/* 垂直方向の中央揃え */
	position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
}
@media screen and (min-width: 1300px) {
.logo-bk{
	position: fixed;
	width:110px;
	height:auto;
	left:28px;
	top:14px;
	z-index: 1200;
	line-height: 2.2;	
}
.logo{
	position: fixed;
	width:140px;
	height:auto;
	left:15px;
	top:14px;
	z-index: 1200;
	line-height: 2.2;	
}
/* h１ */
.header-h1{
	position: absolute;
	width:400px;
	height:20px;
	left:170px;
	top:28px;
	z-index: 800;
	color:#fff;
	font-size: 9px;
	font-weight: 500;
	font-family:"游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	letter-spacing: 0em;
}
.header-h1-other{
	width:auto;
	padding-left:32px;
	padding-right:32px;
	z-index:800;
	font-size: 13px;
	font-weight: 500;
	font-family:"游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	/* 垂直方向の中央揃え */
	position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
}
@media screen and (min-width: 1500px) {
.logo{
	position: fixed;
	width:150px;
	height:auto;
	left:18px;
	top:14px;
	z-index: 1200;
	line-height: 2.2;	
}
.header-h1{
	left:185px;
	font-size: 11px;
	letter-spacing: 0.1em;
}
}
/* インスタマークとお問い合わせ */
.insta-header{
	position: fixed;
	width:25px;
	height:25px;
	right:50px;
	top:1px;
	font-size: 26px;
	z-index: 200;
	color:#fff;
	line-height: 2.2;
}
.contact-btn{
	display:none;
}
#page-top{
	display:none;
	
}

@media screen and (min-width: 768px) {
.insta-header{
	position: fixed;
	width:25px;
	height:25px;
	right:80px;
	top:4px;
	font-size: 25px;
	z-index: 200;
	color:#fff;
	line-height: 2.2;
}
.contact-btn{
	display:none;
}
}
@media screen and (min-width: 1300px) {
.insta-header{
	position: fixed;
	width:25px;
	height:25px;
	right:80px;
	top:13px;
	font-size: 25px;
	z-index: 200;
	color:#fff;
	line-height: 2.2;
}
.contact-btn{
	position: fixed;
	display:block;
	width:40px;
	height:160px;
	bottom: 50px;
	right: 20px;
	z-index:200;
	color: #FFF;
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
	text-orientation: upright;
	letter-spacing: 0.2em;
	background-color: #000;
	font-size:11px;
}
.contact-btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height:160px;
	transition: 0.3s;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top:15px;
	padding-bottom:15px;
	background-color: #000;
	color:#FFF;
}
.contact-btn a:link,.contact-btn a:visited {
	text-decoration: none;
	background-color: #000;
	color:#FFF;
}
.contact-btn a:hover,.contact-btn a:active {
	text-decoration: none;
	background-color: #6C6964;
	color:#FFF;
	opacity:1;
}
}


/*************************************
/* page-top
*************************************/
#page-top{
	position: fixed;
	display:block;
	width: 50px;
	height: 50px;
	bottom: 3px;
	right: 3px;
	z-index:200;
	color: #FFF;
	background-color: #fff;
	opacity:0.7;
}
#page-top a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	transition: 0.3s;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fff;
	background-image: url(images/common/chevron-up-solid.svg);
	background-repeat: no-repeat;
	background-position: bottom 50% right 50%;
	background-size: 12px;
	border: 1px solid #999;
	
}
#page-top a:link,#page-top a:visited {
	text-decoration: none;
	background-color: #fff;
	opacity:0.7;
}
#page-top a:hover,#page-top a:active {
	text-decoration: none;
	background-color: #6C6964;
	opacity:1;
}
@media screen and (min-width: 768px) {
#page-top{
	width: 50px;
	height: 50px;
	bottom: 15px;
	right: 15px;
}
#page-top a {
	width: 50px;
	height: 50px;	
}
}

/*************************************
/* navi01
*************************************/



#top-navigation{
	display: none;
}

@media screen and (min-width: 1300px) {
#top-navigation{
	position:fixed;
	z-index:200;
	right:72px;
	top:9px;
	list-style: none;
	display: flex;
}

#top-navigation li {
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin-right: 2px;
  font-size:13px;
}
 
#top-navigation li a {
	text-decoration: none;
	color:#fff;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
}

#menu-right{

}

/* SPハンバーガーメニュー */
	
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	border: 0;
	background: transparent;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}

button:hover {
	cursor: pointer;
}

/**************** 以下、ハンバーガーボタンのスタイリング ****************/

.btn {
	/* ボタンの配置位置  */
	position: fixed;
	top: 21px;
	right: 15px;
	/* ボタンの大きさ  */
	width: 40px;
	height: 24px;
	/* バーガーの線をボタン範囲の中心に配置 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	/* 最前面に */
	z-index: 1200;
}

@media screen and (min-width: 768px) {
.btn {
	/* ボタンの配置位置  */
	position: fixed;
	top: 13px;
	right: 30px;
	/* ボタンの大きさ  */
	width: 40px;
	height: 40px;
	/* バーガーの線をボタン範囲の中心に配置 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	/* 最前面に */
	z-index: 1200;
}
}
@media screen and (min-width: 1300px) {
.btn {
	/* ボタンの配置位置  */
	position: fixed;
	top: 13px;
	right: 20px;
	/* ボタンの大きさ  */
	width: 40px;
	height: 40px;
	/* バーガーの線をボタン範囲の中心に配置 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	/* 最前面に */
	z-index: 1200;
}
}

/***** 真ん中のバーガー線 *****/
	.btn-line {
	/* 線の長さと高さ */
	width: 100%;
	height: 2px;
	/* バーガー線の色 */
	background-color: #fff;
	/* バーガー線の位置基準として設定 */
	position: relative;
	transition: .2s;
}

/***** 上下のバーガー線 *****/
.btn-line::before,
.btn-line::after {
	content: "";
	/* 基準線と同じ大きさと色 */
	position:absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: .2s;
}


.btn-line::before {
/* 上の線の位置 */
	transform: translateY(-8px);
}


.btn-line::after {
/* 下の線の位置 */
	transform: translateY(8px);
}

/***** メニューオープン時 *****/
.btn-line.open {
/* 真ん中の線を透明に */
	background-color: transparent;
	
}

.btn-line.open::before,
.btn-line.open::after {
	content: "";
	transition: .2s;
}

.btn-line.open::before {
/* 上の線を傾ける */
	transform: rotate(45deg);
}

.btn-line.open::after {
/* 上の線を傾ける */
	transform: rotate(-45deg);
}

/**************** ここまで、ハンバーガーボタンのスタイリング ****************/


/**************** 以下、メニューのスタイリング ****************/

/* メニューが開いたときの黒い半透明の背景 */

.menu-bg {
	  position: fixed;
	  left: 0;
	  top: 0px;
	  width: 100vw;
	  height: 100vh;
	  z-index: 400;
	  background: #333;
	  opacity: 0.1;
	  visibility: hidden;
	  transition: all .3s;
	  cursor: pointer;
	}
.menu {
	position: fixed;
	/* メニューの位置マイナス指定で画面外に */
	top: 0px;
	right: -100%;
	width: 100%;
	height: 100vh;
	visibility: hidden;
	/* メニューを縦に */
	display: flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 500!important;
	background-color: #464848;
	padding-top:50px;
	padding-bottom:100px;
	overflow: auto;	
}

.menu a{
	text-decoration: none;		
}
.menu a:hover,a:active{
	filter:alpha(opacity=100);
	opacity:1;
}
.menu-list {
	width: 70%;
	margin-left:auto;
	margin-right:auto;
	height: 100%;
	/* メニューテキスト位置をリスト内中心に */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 500!important;
}
@media screen and (min-width: 768px) {
.menu {
	padding-top:100px;
	padding-bottom:150px;
}
.menu-list {
	width: 30%;
	margin-left:auto;
	margin-right:50px;
}
}
@media screen and (min-width: 1300px) {
.menu-list {
	width: 20%;
	margin-left:auto;
	margin-right:100px;
}
}
.menu .menu-list .menu-item01 {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: start;
	align-items: center;
	transition: .3s ease-in;
	background-color: #464848;
	color: #fff;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	z-index: 500!important;
}
.menu .menu-list .menu-item01:link,.menu .menu-list .menu-item01:visited {
	transition: .3s;
	cursor: pointer;
	background-color: #464848;
	color: #fff;
}
.menu .menu-list .menu-item01:hover,.menu .menu-list .menu-item01:active {
	transition: .3s;
	cursor: pointer;
	background-color: #505252;
	color: #fff;
}

.menu .menu-list .menu-item02 {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: start;
	align-items: center;
	background-color: #464848;
	color: #fff;
	transition: .3s ease-in;
	padding-left:12%;
	padding-top:2px;
	padding-bottom:2px;
}
.menu .menu-list .menu-item02:link,.menu .menu-list .menu-item02:visited {
	transition: .3s;
	cursor: pointer;
	background-color: #464848;
	color: #fff;
}
.menu .menu-list .menu-item02:hover,.menu .menu-list .menu-item02:active {
	transition: .3s;
	cursor: pointer;
	background-color: #505252;
	color: #fff;
}
.menu .menu-list .menu-item03 {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: .3s ease-in;
	background-color: #464848;
	color: #000;
	padding-top:0px;
	padding-bottom:0;
	padding-left:10px;
}
.menu .menu-list .menu-item03:link,.menu .menu-list .menu-item03:visited {
	transition: .3s;
	cursor: pointer;
	background-color: #464848;
	color: #000;
}
.menu .menu-list .menu-item03:hover,.menu .menu-list .menu-item03:active {
	transition: .3s;
	cursor: pointer;
	background-color: #505252;
	color: #fff;
}
.menu .menu-list .menu-item04 {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: start;
	align-items: center;
	transition: .3s ease-in;
	background-color: #464848;
	color: #fff;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
}
.menu.open {
	transition: .3s ease-in;
	visibility: visible;
	right: 0;
	z-index: 500!important;
}
/* メニューが開いた時の背景 */
.menu-bg.open  {
  opacity: 0.8;
  visibility: visible;
}


/**************** ここまで、メニューのスタイリング ****************/



/*************************************
/* 検索ボックス
*************************************/

.search-form-3 {
	display: flex;
	justify-content: space-between;
	width:100%;
	align-items: center;
	overflow: hidden;
	padding:0;
	margin:0;
	background-color: #666666;
}

.search-form-3 input {
    width: 100%;
    height: 40px;
    padding: 5px 15px;
    border: none;
    box-sizing: border-box;
    font-size: 1em;
    outline: none;	
	color:#FFF;
	background-color: #666666;
}

.search-form-3 input::placeholder{
    color: #ffffff;
}

.search-form-3 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 40px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.search-form-3 button::after {
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}





/*************************************
/* メインビジュアル
*************************************/




/* SP */
#main-visual{
	position:relative;
	width:100%;
	height: auto;
	left:0;
	top:0;
	z-index:0;
	margin-top:-20px;
		
}
#main-visual-sp ul li .inner{
	position:relative;
	z-index:100;	
}
.main-copy-sp1{
	position:absolute;
	top:18%;
	left: 9%;
	z-index:200;
	color: #05487C;
	font-family: "Times New Roman", "Shippori Mincho", "A1 Mincho", "A1明朝", "游明朝", "YuMincho", serif;
	font-size:14px;
	letter-spacing: 0em;
	background-color: #fff;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.main-copy-sp2{
	position:absolute;
	top:25%;
	left: 9%;
	z-index:200;
	color: #FFF;
	font-family: "Times New Roman", "Shippori Mincho", "A1 Mincho", "A1明朝", "游明朝", "YuMincho", serif;
	font-size:36px;
	line-height: 48px;
}
.main-copy-sp3{
	position:absolute;
	top:42%;
	left: 9%;
	z-index:200;
	color: #FFF;
	font-family: "Times New Roman", "Shippori Mincho", "A1 Mincho", "A1明朝", "游明朝", "YuMincho", serif;
	font-size:14px;
	line-height: 25px;
}



/* TB */
@media screen and (min-width: 768px) {
#main-visual{
	position:relative;
	width:100%;
	height: auto;
	left:0;
	top:0;
	z-index:0;
	margin-top:-20px;
}
#main-visual-tb ul li .inner{
	position:relative;
	z-index:100;
}
.main-copy-tb1{
	position:absolute;
	top:37%;
	left: 8%;
	z-index:200;
	color: #05487C;
	font-family: "Times New Roman", "Shippori Mincho", "A1 Mincho", "A1明朝", "游明朝", "YuMincho", serif;
	font-size:18px;
	letter-spacing: 0.1em;
	background-color: #fff;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 12px;
}
.main-copy-tb2{
	position:absolute;
	top:45%;
	left: 8%;
	z-index:200;
	color: #FFF;
	font-family: "Times New Roman", "Shippori Mincho", "A1 Mincho", "A1明朝", "游明朝", "YuMincho", serif;
	font-size:55px;
	line-height: 70px;
}
.main-copy-tb3{
	position:absolute;
	top:78%;
	left: 8%;
	z-index:200;
	color: #FFF;
	font-family: "Times New Roman", "Shippori Mincho", "A1 Mincho", "A1明朝", "游明朝", "YuMincho", serif;
	font-size:16px;
}
}

/* NOTE */
@media screen and (min-width: 1300px) {
#main-visual{
	position:relative;
	width:100%;
	height: auto;
	left:0;
	top:0;
	z-index:0;
	margin-top:-20px;
}
#main-visual-note ul li .inner{
	position:relative;
	top: 0;
	left: 0;
	z-index:100;	
}
.main-copy-note1{
	position:absolute;
	top:35%;
	left: 200px;
	z-index:200;
	color: #05487C;
	font-family: "Times New Roman", "Shippori Mincho", "A1 Mincho", "A1明朝", "游明朝", "YuMincho", serif;
	font-size:18px;
	letter-spacing: 0.1em;
	background-color: #fff;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 12px;
}
.main-copy-note2{
	position:absolute;
	top:43%;
	left: 200px;
	z-index:200;
	color: #FFF;
	font-family: "Times New Roman", "Shippori Mincho", "A1 Mincho", "A1明朝", "游明朝", "YuMincho", serif;
	font-size:55px;
	line-height: 70px;
}
.main-copy-note3{
	position:absolute;
	top:70%;
	left: 200px;
	z-index:200;
	color: #FFF;
	font-family: "Times New Roman", "Shippori Mincho", "A1 Mincho", "A1明朝", "游明朝", "YuMincho", serif;
	font-size:16px;
}
}

/* PC */
@media screen and (min-width: 1900px) {
#main-visual{
	position:relative;
	width:100%;
	height: auto;
	left:0;
	top:0;
	z-index:0;
	margin-top:-20px;
}
#main-visual-pc ul li .inner{
	position:relative;
	top: 0;
	left: 0;
	z-index:100;	
}
.main-copy-pc1{
	position:absolute;
	top:35%;
	left: 300px;
	z-index:150;
	color: #05487C;
	font-family: "Times New Roman", "Shippori Mincho", "A1 Mincho", "A1明朝", "游明朝", "YuMincho", serif;
	font-size:20px;
	letter-spacing: 0.1em;
	background-color: #fff;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 12px;
}
.main-copy-pc2{
	position:absolute;
	top:43%;
	left: 300px;
	z-index:150;
	color: #FFF;
	font-family: "Times New Roman", "Shippori Mincho", "A1 Mincho", "A1明朝", "游明朝", "YuMincho", serif;
	font-size:70px;
	line-height: 85px;
}
.main-copy-pc3{
	position:absolute;
	top:70%;
	left: 300px;
	z-index:150;
	color: #FFF;
	font-family: "Times New Roman", "Shippori Mincho", "A1 Mincho", "A1明朝", "游明朝", "YuMincho", serif;
	font-size:18px;
}
}

/*************************************
/*HOMEスクロール
*************************************/

@media screen and (min-width: 1900px) {
/*=== 9-1-4 矢印が動いてスクロールを促す  ====*/

/*スクロールダウン全体の場所*/
.scrolldown4{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:2%;
	right:50%;
    /*矢印の動き1秒かけて永遠にループ*/
	animation: arrowmove 1s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
	position: absolute;
	left:-20px;
	bottom:10px;
    /*テキストの形状*/
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #eee;
    transform: skewX(-31deg);
}

.scrolldown4:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	right:0;
    /*矢印の形状*/
	width:1px;
	height: 50px;
	background:#eee;
}
}	


/*************************************
/* main
*************************************/

main{
	position:relative;
	width:100%;
	z-index:0;
	padding:0;
	margin-top: -30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #FFF;
}
#main_contents{
	position: relative;
	width: 100%;
	height: auto;
	margin:0;
	padding:0;
}
.max1200{
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}


/*************************************
/* NEWS
*************************************/

#news{
	
}
.news-info{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: start;
	padding-bottom: 10px;
	text-align:left;
}
.news-title{
	font-weight:bold;
	font-size:16px;
	line-height: 24px;	
}
.news-date{
	color: #666;
	padding-bottom:0px;
}
@media screen and (min-width: 1300px) {
.news-title{
	font-weight:bold;
	font-size:18px;
	line-height: 30px;	
}
.news-date{
	color: #666;
}
}


/*************************************
/* SPECIAL
*************************************/

#special{
	background-color: #fff;

}
.special-inner{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding:10px;
	
}
.special-txt{
	width:100%;
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
}
.special-img{
	width:100%;
}
@media screen and (min-width: 1300px) {
.special-inner{
	width:100%;
	max-width:1500px;
	margin-left:auto;
	margin-right:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: start;
	padding:20px;
	border: 1px solid #CCCCCC;
	align-items: center;
}
.special-txt{
	width:44%;
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
}
.special-img{
	width:56%;
}
}

/*************************************
/* TOP　background
*************************************/

#ef-about{
	background-image: url(images/common/bg-pink.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	position:relative;
}

#ef-concept{
	background-image: url(images/common/bg-colorful.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	position:relative;
}

#concept{
	background-image: url(images/common/bg-blue-sp.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	position:relative;
}
#hult-detail{
	background-image: url(images/common/bg-colorful-blue.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	position:relative;
}
@media screen and (min-width: 768px) {
#ef-about{
	background-image: url(images/common/bg-pink-pc.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	position:relative;
}
#ef-concept{
	background-image: url(images/common/bg-colorful-pc.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	position:relative;
}
#concept{
	background-image: url(images/common/bg-blue-pc.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	position:relative;
}
}


#ef-concept .box3-info,#about-hult .box3-info{
	justify-content: space-between;
}
/*************************************
/* CONNECT
*************************************/

#connect{
	background-image: url(images/common/bg-connect01_sp.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:100%;
}
@media screen and (min-width: 768px) {
#connect{
	background-image: url(images/common/bg-connect01_pc.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:100%;
}
#connect .box5050-inner .box5050-left,#connect .box5050-inner .box5050-right{
	display: flex;　/* 直下の要素を並列に */
	flex-direction: column; /* 直下の要素を縦積みに */
}
#connect .box5050-inner .box5050-left p,#connect .box5050-inner .box5050-right p{
	flex-grow: 1; /* 比率を指定 */
}

}
/*************************************
/* CONNECT02
*************************************/

#connect02{
	
}
@media screen and (min-width: 768px) {
#connect02{
	

}
#connect02 .box5050-inner .box5050-left,#connect02 .box5050-inner .box5050-right{
	display: flex;　/* 直下の要素を並列に */
	flex-direction: column; /* 直下の要素を縦積みに */
	
}
#connect02 .box5050-inner .box5050-left p,#connect02 .box5050-inner .box5050-right p{
	flex-grow: 1; /* 比率を指定 */
}

}

/*************************************
/* box2
*************************************/
.box2-inner{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: start;
}
.box2-info{
	width:100%;
	position:relative;
	padding-bottom: 15px;
	margin-left:0px;
	margin-right:0px;
	display:flex;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
.box2-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* 最後のコンテンツを左寄せにする指定 */
.box2-inner:after {
    content: "";
    display: block;
    width: 49%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.box2-info{
	width:49%;
	padding-bottom: 25px;
	display:flex;
	flex-direction: column;
}
.box2-info p{
flex-grow: 1;
}

}


/*************************************
/* box3
*************************************/
.box3-inner{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: start;
}
.box3-info{
	width:100%;
	position:relative;
	padding-bottom: 15px;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:0px;
	display:flex;
	flex-direction: column;
}
.box3-info .blog-ttl2{
	padding-right: 15px;
	padding-left: 15px;
}
.box3-info .blog-sub{
	display:block;
	padding-right: 15px;
	padding-left: 15px;	
}
@media screen and (min-width: 768px) {
.box3-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* 最後のコンテンツを左寄せにする指定 */
.box3-inner:after {
    content: "";
    display: block;
    width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.box3-info{
	width:32%;
	padding-bottom: 15px;
	margin-bottom:25px;
	display:flex;
	flex-direction: column;
}

.box3-info .blog-ttl2{
	padding-right: 20px;
	padding-left: 20px;
}
.box3-info .blog-sub{
	display:block;
	padding-right: 20px;
	padding-left: 20px;	
}
.box3-info p{
flex-grow: 1;
}
}

/*************************************
/* box4
*************************************/
.box4-inner{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box4-info{
	width:48%;
	position:relative;
	padding-bottom: 15px;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:0px;
	display:flex;
	flex-direction: column;
}
.box4-info .blog-ttl3{
	padding-right: 10px;
	padding-left: 10px;
	line-height:24px;
}
.box4-info .blog-sub{
	display:block;
	padding-right: 10px;
	padding-left: 10px;	
}
@media screen and (min-width: 768px) {
.box4-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* 最後のコンテンツを左寄せにする指定 */
.box4-inner:after {
    content: "";
    display: block;
    width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.box4-info{
	width:32%;
	padding-bottom: 15px;
	margin-bottom:25px;
	display:flex;
	flex-direction: column;
}
.box4-info .blog-ttl3{
	padding-right: 15px;
	padding-left: 15px;
}
.box4-info .blog-sub{
	display:block;
	padding-right: 15px;
	padding-left: 15px;	
}
.box4-info p{
flex-grow: 1;
}
}
@media screen and (min-width: 1300px) {
.box4-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* 最後のコンテンツを左寄せにする指定 */
.box4-inner:after {
    content: "";
    display: block;
    width: 24%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.box4-info{
	width:24%;
	padding-bottom: 15px;
	margin-bottom:25px;
	display:flex;
	flex-direction: column;
}
.box4-info .blog-ttl3{
	padding-right: 20px;
	padding-left: 20px;
}
.box4-info .blog-sub{
	display:block;
	padding-right: 20px;
	padding-left: 20px;	
}
.box4-info p{
flex-grow: 1;
}
}

/*************************************
/* box6
*************************************/

#footer{
	position:relative;
	width:100%;
	height:auto;
	margin-top:-1px;
}

.box6-inner{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: start;
}
.box6-info{
	width:100%;
	padding-bottom: 15px;
	margin-left:0px;
	margin-right:0px;
}
.box6-info .blog-ttl2{
	padding-right: 15px;
	padding-left: 15px;
}
.box6-info .blog-sub{
	display:block;
	padding-right: 15px;
	padding-left: 15px;	
}
@media screen and (min-width: 768px) {
.box6-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
}
.box6-info{
	width:16%;
	padding-bottom: 15px;
}
#footer .box6-inner .box6-info{
	display: flex;　/* 直下の要素を並列に */
	flex-direction: column; /* 直下の要素を縦積みに */
}
#footer .box6-inner .box6-info p{
	flex-grow: 1; /* 比率を指定 */
}
.box6-info .blog-ttl2{
	padding-right: 20px;
	padding-left: 20px;
}
.box6-info .blog-sub{
	display:block;
	padding-right: 20px;
	padding-left: 20px;	
}
}
.footer-leftline{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-left:0px;
	padding-bottom:0px;
}
.footer-leftline .blog-ttl3{
	padding-left:15px;
}
.footer-leftline .btn04{
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
}
@media screen and (min-width: 768px) {
.footer-leftline{
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-left:0px;
	padding-bottom:0px;
}
.footer-leftline .btn04{
	padding-left:0px;
}
}

/*************************************
/* フッター　アコーディオン
*************************************/




/*************************************
/* BOX3070
*************************************/

.box3070{

}
.box3070-inner{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.box3070-left{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.box3070-right{
	width:100%;
}
@media screen and (min-width: 768px) {
.box3070-inner{
	width:100%;
	max-width:1420px;
	margin-left:auto;
	margin-right:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: start;
}
.box3070-left{
	width:30%;
	margin-left:auto;
	margin-right:auto;
	padding-left:0px;
	padding-right:0px;
	
}
.box3070-right{
	width:69%;
	padding-left:50px;
	padding-right:0px;
}
}

/*************************************
/* BOX7030
*************************************/

.box7030{


}
.box7030-inner{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.box7030-left{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.box7030-right{
	width:100%;
}
@media screen and (min-width: 768px) {
.box7030-inner{
	width:100%;
	max-width:1420px;
	margin-left:auto;
	margin-right:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: start;
}
.box7030-left{
	width:72%;
	margin-left:auto;
	margin-right:auto;
	padding-left:0px;
	padding-right:20px;
}
.box7030-left-inner{
	width:100%;
	padding-left:20px;
}
.box7030-right{
	width:28%;
	padding-left:0px;
	padding-right:0px;
}
}
@media screen and (min-width: 1300px) {
.box7030-inner{
	width:100%;
	max-width:1420px;
	margin-left:auto;
	margin-right:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: start;
}
.box7030-left{
	width:72%;
	margin-left:auto;
	margin-right:auto;
	padding-left:0px;
	padding-right:50px;
}
.box7030-left-inner{
	width:100%;
	padding-left:50px;
}
.box7030-right{
	width:28%;
	padding-left:0px;
	padding-right:0px;
}
}
/*************************************
/* BOX5050
*************************************/

.box5050{
}
.box5050-inner{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.box5050-left{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:15px;
}
.box5050-right{
	width:100%;
}
@media screen and (min-width: 768px) {
.box5050-inner{
	width:100%;
	max-width:1420px;
	margin-left:auto;
	margin-right:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: start;
}
.box5050-left{
	width:50%;
	margin-left:auto;
	margin-right:auto;
	padding-left:0px;
	padding-right:15px;
	padding-bottom:0px;
}
.box5050-right{
	width:50%;
	padding-left:15px;
	padding-right:0px;
}
.box5050-left p,.box5050-right p{
flex-grow: 1;
}

}




/*************************************
/* 会社概要　プロフィール
*************************************/


.otherCompany-info{
	display: flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top:10px;
	padding-bottom:10px;
}
.otherCompany-ttl{
	width:100%;
	font-weight:600;
}
.otherCompany-txt{
	width:100%;
}
@media screen and (min-width: 768px) {
.otherCompany-info{
	display: flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	align-items: center;
	justify-content: start;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top:10px;
	padding-bottom:10px;
}
.otherCompany-ttl{
	width:25%;
}
.otherCompany-txt{
	width:75%;
}
}


/*************************************
/* 投稿ページ
*************************************/



#single-page {

}

#single-title-box{
	position:relative;
	width:100%;
	height:auto;
	top:140px;
	background-color: #ABB4BC;
}



#single-page .bannerM img{
padding-right: 10px;
padding-bottom: 15px;
}
#single-page .bannerM img.last{padding-right:0;}
/* 
#single-page h2{
line-height: 40px;
font-size: 24px;
font-weight: bold;
color: #000;
}

#single-page h3 {
font-size: 14px;
line-height: 30px;
background: url(images/h3.png) no-repeat ;
padding-left: 15px;
padding-bottom: 10px;
margin-top: 20px;
letter-spacing: 0.2em;
color: #333333;
}

#single-page h4 {
font-size: 14px;
line-height: 30px;
background: url(images/h3.png) no-repeat ;
padding-left: 15px;
padding-bottom: 10px;
margin-top: 20px;
letter-spacing: 0.2em;
color: #333333;
}

#single-page h5 {
font-size: 16px;
font-weight:bold;
line-height:32px;
}

#single-page p {

}*/

/* 画像を右に回りこみ */
#single-page p.withImage{
width: 598px;
margin: 20px 0 10px 10px;
padding: 5px 0;
}

#single-page p.withImage img{
float: right;
margin-left: .5em;
}

#single-page #date {
text-align: left;
padding-top: 15px;
padding-bottom: 10px;
font-weight:500;
}

#single-page #next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}





/*************************************
/* OTHER PAGE
*************************************/

.other-mv{
	position:relative;
	width:100%;
	height:auto;
	top:140px;
}
.other-mv-ttl{
	position:relative;
	width:100%;
	background-color:#fff;
	padding:15px;
}
@media screen and (min-width: 768px) {
.other-mv{
	position:relative;
	width:100%;
	max-width:1360px;
	margin-left:auto;
	margin-right:auto;
	padding-left:30px;
	padding-right:30px;
	top:140px;
}
.other-mv-ttl{
	position:absolute;
	max-width:420px;
	height:auto;
	background-color:#fff;
	left:0px;
	bottom:0px;
	padding:30px;
}
}
@media screen and (min-width: 1300px) {
.other-mv-ttl{
	position:absolute;
	max-width:650px;
	height:auto;
	background-color:#fff;
	left:0px;
	bottom:0px;
	padding:30px;
}
}
.other-main{
	position:relative;
	width:100%;
	height:auto;
	padding-top:140px;
}

/*************************************
/* voice 2024
*************************************/
.voice-detail-copy{
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left:15px;
	padding-right:15px;
	color:#fff;
	background-color: #2D8C96;
}
.voice-detail-copy .middle-copy-left{
	padding-bottom: 10px;
}


@media screen and (min-width: 768px) {
.voice-detail-copy{
	padding-bottom: 0px;
	padding-left:25px;
	padding-right:25px;
}
}


/*************************************
/* メールフォーム 
*************************************/

.Form {
  margin-top: -50px;
  margin-bottom:0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .Form {
    margin-top: -30px;
  	margin-bottom:0px;
  }
}
.Form-Item {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0px;
  margin-bottom:0px;
}
@media screen and (max-width: 767px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-top: 0px;
  margin-bottom:0px;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 200px;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom:0px;
}
@media screen and (max-width: 767px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
	margin-top: 0px;
  	margin-bottom:0px;
	padding-bottom:5px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
  
}
@media screen and (max-width: 767px) {
  .Form-Item-Label.isMsg {
    margin-top: 0px;
  margin-bottom:0px;
  }
}
.Form-Item-Label-Required {
  margin-top: 0px;
  margin-bottom:0px;
  margin-right: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #334FA0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .Form-Item-Label-Required {
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
	margin-top: 0px;
  margin-bottom:0px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 0px;
  margin-bottom:0px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 95%;
  min-width: 350px;
  background: #eaedf2;
  
}
@media screen and (max-width: 767px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 0px;
  margin-bottom:0px;
    height: 40px;
	 width: 100% !important;
	 min-width: 320px;
    flex: inherit;
	padding-top: 0px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  margin-top: 0px;
  margin-bottom:0px;
  height: 216px;
  flex: 1;
  width: 100%;
  background: #eaedf2;
}
@media screen and (max-width: 767px) {
  .Form-Item-Textarea {
    margin-top: 0px;
  margin-bottom:0px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
	padding-top: 0px;
  }
}
.Form-Btn {
width:280px;
border-radius: 25px;
  margin-top: 0px;
  margin-bottom:0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  letter-spacing: 0.05em;
  background: #334FA0;
  color: #fff;
  font-weight: bold;
  font-size:16px;
  cursor: pointer;
}
.Form-Btn:hover {
filter:alpha(opacity=60);
  opacity: 0.6;
  transition: 0.2s linear;
}
@media screen and (max-width: 767px) {
  .Form-Btn {
    margin-top: 0px;
  margin-bottom:0px;
    padding-top: 8px;
    padding-bottom: 8px;
    width:200px;
  }
}



/*************************************
/* PC/SP切り替え
*************************************/

@media screen and (max-width: 1299px) {
  .header-pc-only {
    display: none !important; } }
	
@media screen and (min-width: 1300px) {
  .header-sptb-only {
    display: none !important; } }



@media screen and (max-width: 767px) {
	.mainvisual-sp-only {
		display: block !important; }
	.mainvisual-tb-only {
		display: none !important; } 
	.mainvisual-note-only {
    	display: none !important; } 
	.mainvisual-pc-only {
    	display: none !important; } 
}
@media screen and (min-width: 768px) {
	.mainvisual-sp-only {
		display: none !important; }
	.mainvisual-tb-only {
    	display: block !important; }  
	.mainvisual-note-only {
    	display: none !important; } 
	.mainvisual-pc-only {
    	display: none !important; } 
}
@media screen and (min-width: 1300px) {
	.mainvisual-sp-only {
		display: none !important; } 
	.mainvisual-tb-only {
    	display: none !important; } 
	.mainvisual-note-only {
    	display: block !important; } 
	.mainvisual-pc-only {
    	display: none !important; } 	
}
@media screen and (min-width: 1900px) {
	.mainvisual-sp-only {
		display: none !important; } 
	.mainvisual-tb-only {
    	display: none !important; } 
	.mainvisual-note-only {
    	display: none !important; } 
	.mainvisual-pc-only {
    	display: block !important; } 	
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important; } }
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important; } }
#footerNavi small {
	font-size: 12px;
}



/*改行*/

.br-pc { display:none; }
.br-sp { display:inline; }

@media screen and (min-width: 768px){   
  .br-pc { display:inline; }
  .br-sp { display:none; }
}

/*記事タイトル横のスペース*/
h1.big-title{
	padding-right: 15px;
	padding-left: 15px;
}



/*ページ内スクロールの着地位置調整*/

#programs, #locations, #connect,#ef-concept,#concept,#ef-about {
    scroll-margin-top: 65px; /* 固定ヘッダーの高さに合わせる */
}