@charset "utf-8";

/* @import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css); */

/* RESET */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}
del,
ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: baseline;
}
sub {
  vertical-align: baseline;
}
legend {
  color: #000;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,
button,
textarea,
select {
  *font-size: 100%;
}
/* RESET HTML5 */
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* GENERAL */
a:link,
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #222;
  text-decoration: none;
}
a {
  outline: none;
}

/* CLEARFIX */
.clearfix {
  zoom: 1;
}

.clearfix:after,
.featureList:after,
.securityList li:after,
footer .nav:after,
.relaxList:after,
.variousList:after,
.strBox:after,
.ftHead:after,
.ftHead .center:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
}

.Roboto {
  font-family: "Roboto" !important;
}

/* ------------------------------------------
LAYOUT
------------------------------------------ */

html {
  height: 100%;
}

body {
  /* font: 12px/1.4 'Roboto','Noto Sans Japanese',"Lucida Grande","Hiragino Kaku Gothic Pro W6","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif; */
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #000;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 140%;

  font-weight: 300;
}

section {
  padding: 170px 0 160px 0;
  position: relative;
}

section#news {
  background-color: #4a618f;
  color: #fff;

  padding-top: 60px;
  padding-bottom: 100px;
}
section#news a {
  color: #fff;
}
section#activity {
    background-attachment: fixed;
    background-image: url(../images/bg_activity.jpg);
    background-position: center center;
    /* background-repeat: no-repeat; */
    background-size: contain;
    color: #000;
    padding-top: 130px;
    padding-bottom: 192px;
}
section#activity a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
/* section#community{
	background-attachment: fixed;
	background-image: url(../images/bg_commu.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #000;
	padding-top: 130px;
	padding-bottom: 140px;
}
section#community a{
	color: #000;
} */
section#concept {
  padding-top: 200px;
  background-color: #f2f2f2;
  padding-bottom: 50px;
}
section#food {
  padding-bottom: 80px;
}

section#access {
  padding-bottom: 0;
}
section#outline {
  padding-bottom: 90px;
}
@media screen and (max-width: 800px) {
  section#activity {
    background-attachment: scroll;
  }
  /* section#community{
		background-attachment: scroll;
	} */
}

.gray {
  background-color: #f2f2f2;
}

.onlyPc {
  display: block;
}

.onlySp {
  display: none;
}
.topSliderBox {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}

.topSlider .slick-slide {
  padding-left: 30px;
  padding-right: 30px;
}
.topSlider .slick-slide img {
  width: 100%;
}
.topSlider .slick-slide .img {
  margin-bottom: 20px;
}
.topSlider .slick-slide .head {
  margin-bottom: 16px;
  font-size: 11px;
}

.head {
  color: #cccccc;
  font-size: 11px;
}
.head .date {
  font-weight: 400;
  margin-right: 10px;
}
.head .cat {
  color: #fff;
  font-weight: 400;
}
.community .head {
  color: #666;
  font-size: 11px;
}
.community .head .date {
  font-weight: 400;
  margin-right: 10px;
}
.community .head .cat {
  color: #0066cc;
  font-weight: 400;
}

.topSlider .slick-slide .ttl {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 140%;
}
.topSlider .slick-slide .disp {
  color: #cccccc;
  font-size: 14px;
}
.topSlider .slick-slide.community .disp {
  color: #666;
}

.snsBoxTtl {
  color: #999;
  font-size: 11px;
  font-weight: 400;
  margin-right: 20px;
  display: inline-block;
}

.snsBox {
  margin-bottom: 45px;
}

.sns_list {
  display: inline-block;
}

.sns_list li {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: top;
}

.sns_list li {
  color: #000;
}
.sns_list li img {
  color: #000;
  fill: #000;
}

.sns_list .link-container {
  display: none;
  position: absolute;
}

.white-popup-block {
  /*
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
*/

  width: 100%;
  height: 100%;
  height: 100vh;
  position: relative;
  background-color: #fff;

  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.popupArea {
  padding-top: 150px;
  padding-bottom: 175px;
  /* max-width: 90%;
	width: 800px; */
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;

  /*
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
*/
}
.white-popup-block.community {
  background-attachment: fixed;
  background-image: url(../images/bg_commu.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  .white-popup-block.community {
    background-attachment: scroll;
  }
}

.popupArea .ttlMain {
  font-size: 28px;
  margin-bottom: 16px;
  line-height: 140%;
}
.popupArea .head {
  margin-bottom: 36px;
}
.popupArea .head .cat {
  color: #0066cc;
}
.popupArea .head .date {
  color: #666;
}

.popupArea .imgMain {
  margin-bottom: 45px;
}
.popupArea .dispMain {
  margin-bottom: 40px;
}
.popupArea .dispMain p {
  font-size: 15px;
  margin-bottom: 20px;
}

.popupArea .imgMain img {
  height: auto;
  width: 100%;
}
.popupArea .dispMain img {
  height: auto;
  width: 100%;
}

.popup-modal-dismiss {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;

  font-size: 18px;
  text-align: center;

  cursor: pointer;
}
@media screen and (max-width: 719px) {
  .popupArea {
    padding-top: 60px;
    padding-bottom: 180px;
  }
  .popupArea .imgMain {
    margin-bottom: 24px;
  }
}

.mfp-container {
  padding: 0;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.slick-arrow {
  background-color: transparent;
  border-radius: 0;
  border: none;
  height: 40px;
  width: 40px;
  text-indent: -9999px;
  display: block;
  top: 50%;
  z-index: 10;

  background-repeat: no-repeat;
  background-size: 29px auto;
  background-position: left center;
}
.arrows {
  width: 100%;
  position: relative;
  text-align: center;
}
.slick-prev {
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
  background-image: url(../images/btn_left.png);
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.slick-next {
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
  background-image: url(../images/btn_right.png);
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
#community .slick-prev {
  left: -30px;
  cursor: pointer;
  background-image: url(../images/btn_left_bk.png);
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
#community .slick-next {
  right: -40px;
  cursor: pointer;
  background-image: url(../images/btn_right_bk.png);
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

@media screen and (min-width: 720px) {
  .slick-prev:hover {
    opacity: 0.6;
  }
  .slick-next:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 719px) {
  .slick-prev {
    left: 33%;
    top: 98%;
    margin-left: 10px;
  }
  .slick-next {
    right: 33%;
    top: 98%;
  }
  #community .slick-prev {
    left: 33%;
    top: 98%;
    margin-left: 10px;
  }
  #community .slick-next {
    right: 33%;
    top: 98%;
  }
}
*:focus {
  outline: none;
}

/* ------------------------------------------
header
------------------------------------------ */

header {
  color: #fff;
}

.nav {
  position: absolute;
  z-index: 10;
  top: 0;

  width: 100%;
  text-align: center;

  margin-top: 26px;
  font-size: 14px;
  letter-spacing: 0.1em;

  /*
    left: 50%;

	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
*/
}

.nav li {
  display: inline-block;
  margin: 0 2px;
}

.nav li a {
  color: #4a618f;
  background-color: #fff;
  padding: 2px 10px 1px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
  font-weight: 400;
}

/* .nav li a:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  bottom: 4px;
  left: 50%;
  height: 1px;
  background: #fff;

  -webkit-transition: left 0.4s ease 0s, width 0.4s ease 0s;
  -moz-transition: left 0.4s ease 0s, width 0.4s ease 0s;
  -ms-transition: left 0.4s ease 0s, width 0.4s ease 0s;
  -o-transition: left 0.4s ease 0s, width 0.4s ease 0s;
  transition: left 0.4s ease 0s, width 0.4s ease 0s;
} */

/* .nav li a:hover:after {
  left: 0;
  width: 100%;
} */
.nav li a:hover {
  background-color: #4a618f;
  color: #fff;
}

h1#logo {
  display: none;
}

#loading {
  /* 	display: none; */
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #e6e6e6;

  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#loading.fadeout {
  opacity: 0;
  top: -100%;
}

#topFlexslider {
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);

  position: relative;
  top: 40px;
}

#topFlexslider.show {
  top: 0;
}

#opLoading {
  width: 160px;

  position: absolute;
  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#opProgressBarBg {
  width: 140px;
  height: 1px;
  overflow: hidden;
  background-color: #fff;
}
#opProgressBar {
  width: 1px;
  height: 1px;
  background-color: #1f3666;
}
#opProgressTx {
  width: 160px;
  text-align: center;
  font-size: 14px;
}
#opProgressTx img {
  width: 100%;
}

.mainVisual {
  width: 100%;
  height: 100%;
  color: #fff;

  position: relative;

  overflow: hidden;
}

.mainVisual .hdTel {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;

  display: none !important;
}

.hdTel a {
  color: #fff !important;
}

.hdTel a {
  display: block;
  color: #fff !important;
  background-color: #4a618f;
  text-align: center;
  padding: 0px 20px;
  box-sizing: border-box;
  width: 240px;

  height: 80px;

  color: #fff;

  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hdTel a:hover {
  background-color: #344b7a;
}

.hdTel .hd_box {
  font-size: 24px;
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  color: #fff !important;
  background-color: #4a618f;
  text-align: center;
  padding: 0px 20px;
  box-sizing: border-box;
  width: 210px;
  height: 80px;
  color: #fff;
}

.hdTel1 {
  font-size: 14px;
  padding-top: 20px;
}
.hdTel2 {
  color: #fff;
  font-size: 12px;
}

/*
body.ja .langList{
	display: none !important;
}
*/

.langList {
  display: inline-block;
  background-image: url(../images/hd_lang.png);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: left center;

  padding-left: 20px;
}

.langListFt {
  display: block;
  margin-bottom: 20px;
}

header .snsList {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 10;
}

.snsList {
  display: block;
  float: right;
}

.langList li {
  display: inline-block;
  margin: 0 4px;
}

.langList li a {
  color: #ccc;
  font-size: 13px;
  letter-spacing: 0;
  opacity: 0.8;

  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.langList li.current a {
  color: #fff;
  opacity: 1;
}

.langList li a:hover {
  color: #fff;
  opacity: 1;
}

.newsBox {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  background-color: #4a618f;
  padding: 20px 30px;
  width: 420px;
  max-width: 100%;
  box-sizing: border-box;
  color: #fff;
}

.newsBox .ttl {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.newsBox .date {
  float: left;
  font-size: 12px;
  color: #b7c0d2;
}
.newsBox .disp {
  padding-left: 90px;
  font-size: 12px;
}

.mainBox {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 10;

  text-align: center;

  -webkit-transform: translate(-0%, -50%);
  -ms-transform: translate(-0%, -50%);
  transform: translate(-0%, -50%);

  width: 100%;
}

.mainStudent img {
  max-width: 60%;
}

.mainLogo .pc {
  display: inline-block;
}
.mainLogo .sp {
  display: none;
}

.mainLogo img {
  max-width: 85%;
}
.mainDate img {
  max-width: 70%;
}
.mainDate {
  margin-bottom: 20px;
}

.mainStudent {
  font-size: 27px;
  margin-bottom: 25px;
}
.mainLogo {
  margin-bottom: 40px;
}

.mainDate {
  font-size: 20px;
  white-space: 301px;
  height: 51px;
  line-height: 51px;
  vertical-align: middle;

  background-image: url(../images/bg_date.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.mainDate a {
  color: #fff;
}

#topFlexslider,
#topFlexslider .slides,
#topFlexslider .slides li {
  height: 100%;
}
#topFlexslider .slides li img {
  object-fit: cover;
}

h2.ttl {
  font-size: 45px;
  text-align: center;
  font-weight: 100;
  margin-bottom: 25px;
  letter-spacing: 0.1em;

  line-height: 120%;
  font-family: "Noto Sans Japanese", "Lucida Grande",
    "Hiragino Kaku Gothic Pro W6", "ヒラギノ角ゴ Pro W6", "ＭＳ Ｐゴシック",
    sans-serif;
}

.subTtl {
  font-size: 14px;
  text-align: center;
  font-weight: 100;
  margin-bottom: 43px;
  letter-spacing: 0.1em;
}

.str {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  line-height: 180%;

  margin-bottom: 60px;
}

.miniStr {
  font-size: 14px;
}

.str.mini {
  max-width: 800px;
}
.str.mini2 {
  margin-bottom: 30px;
}

.mb {
  margin-bottom: 75px;
}

.mainTtl {
  font-size: 45px;
  text-align: center;
  font-weight: 100;
  margin-bottom: 60px;
  font-family: "Noto Sans Japanese", "Lucida Grande",
    "Hiragino Kaku Gothic Pro W6", "ヒラギノ角ゴ Pro W6", "ＭＳ Ｐゴシック",
    sans-serif;
}

.relaxEachList {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0px;
  margin-bottom: 75px;

  text-align: center;

  margin-top: -30px;
}

.relaxEachList.relaxEachList2 {
  margin-top: 60px;
  text-align: left;
}

.relaxEachList.relaxEachList2.relaxEachList3 {
  margin-bottom: 0;
}

.relaxEachList.relaxEachList2.relaxEachList3 li:last-child {
  margin-bottom: 0;
}

.relaxEachList.relaxEachList2 li .ttl {
  float: left;
  padding-left: 40px;
}
.relaxEachList.relaxEachList2 li .disp {
  padding-left: 220px;
}

.relaxEachList.relaxEachList2 li .min {
  font-size: 12px;
}
.relaxEachList.relaxEachList2 li .blue {
  color: #0066cc;
  font-size: 14px;

  padding-top: 5px;
}

.relaxList {
  font-size: 15px;
}

.relaxList > li a {
  color: #999;
}

.blue {
  color: #0066cc;
}

.blank {
  background-image: url(../images/ico_blank.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12.5px auto;
  padding-right: 20px;
}

.cap {
  font-size: 12px;
}

.relaxEachList li {
  padding: 13px 0;

  border-top: 1px solid #ccc;
}

.relaxEachList li:nth-child(2n + 1) {
  background-color: #f5f5f5;
}

.featureList {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 9%;
  flex-wrap: wrap;
}
@media screen and (max-width: 720px) {
  .featureList {
    gap: 0%;
  }
}
.featureList li {
  width: 27%;
  text-align: center;
  font-size: 15px;
  margin-bottom: 70px;
}

.featureList li img {
  max-width: 100%;
}

.featureList li .ttl {
  height: 90px;

  text-align: center;
  background-color: #4a618f;
  position: relative;

  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.featureList li .ttl img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.featureList li .imgArea {
  position: relative;
}

.featureList li .disp {
  color: #fff;
  background-color: #4a618f;
  padding-top: 15px;
  padding-bottom: 15px;
}

.featureList li .link {
  background-color: #4a618f;

  position: absolute;
  bottom: 0;
  right: 0;

  width: 30px;
  height: 30px;
  z-index: 2;

  background-image: url(../images/ico_down.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 11px 8px;

  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.featureList li a {
  display: block;

  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.featureList li a:hover {
  margin-top: -30px;
}

.featureList li a:hover .ttl {
  background-color: #1f3666;
}
.featureList li a:hover .link {
  background-color: #1f3666;
  background-position: center bottom 6px;
}

.securityList {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  line-height: 180%;
}

.securityList li {
  background-color: #fff;
  margin-bottom: 30px;
}

.securityList li:lsat-child {
  margin-bottom: 0;
}

.securityList li .all {
  clear: both;
}

.securityList li .all .btn {
  text-align: center;
  padding: 20px;
  background-color: #f2f2f2;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#securityBtn {
  cursor: pointer;
  display: flex;
  margin-top: 40px;
}
#securityBtn span.arrow {
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 3px;
  margin-right: 10px;
  border: 1px solid;
  border-color: transparent transparent #000 #000;
  transform: rotate(-45deg);
}
.securityList li .all .btn:hover {
  opacity: 0.6;
}

.securityList li .all .btn span {
  background-image: url(../images/arr_down.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px auto;

  padding-left: 25px;
}
.securityList li .all .btn.open span {
  background-image: url(../images/arr_up.png);
}

#securityImg {
  display: none;
  padding: 10px;
}

.securityList li .all img {
  width: 100%;
}

.securityList li .img {
  float: left;
  width: 350px;
  height: 320px;
  position: relative;
}
.securityList li .cap {
  position: absolute;
  right: 10px;
  bottom: 5px;
}

.securityList li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.securityList li .dispArea {
  float: left;
  width: calc(100% - 350px);
  box-sizing: border-box;
  padding: 40px;
  padding-bottom: 0;
}

.securityList li .ttl {
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 25px;

  line-height: 140%;

  background-image: url(../images/ico_check.png);
  background-repeat: no-repeat;
  background-position: left top 9px;
  background-size: 19px 16px;
  padding-left: 30px;
}

.securityList li .disp {
  font-size: 15px;
  line-height: 160%;
}

a.under {
  text-decoration: underline;
  color: #000 !important;
}

a.under:hover {
  text-decoration: none;
}

.mainImg {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.mainImg img {
  max-width: 100%;
}

#memberFlexsliderBox {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  margin-bottom: 135px;
}

.produceBox {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  line-height: 180%;

  margin-bottom: 45px;

  text-align: center;
  position: relative;
}

.produceBox .by {
  position: absolute;
  top: 0;
  left: 20px;
}

.produceBox img {
  max-width: 100%;
}

.str a {
  color: #999;
}
.str .url_link a {
  color: #999 !important;
}

iframe.view360 {
  max-width: 1000px;
  width: 90%;
  height: 565px;
  display: block;
  margin: 0 auto 60px;
}

.relaxList {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  line-height: 180%;
}

.relaxList > li {
  float: left;
  width: 45%;
  margin-left: 2%;
  margin-right: 2%;
  width: calc(50% - 60px);
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 80px;
}

.relaxList > li img {
  width: 100%;
  margin-bottom: 15px;
}

.center {
  text-align: center;
}

.variousList {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  padding: 0 20px;
  line-height: 180%;
  font-size: 15px;
}

.variousList li {
  float: left;
  width: 45%;
  margin-left: 2%;
  margin-right: 2%;

  width: calc(33.33% - 60px);
  margin-left: 30px;
  margin-right: 30px;

  margin-bottom: 40px;
}

.variousList li img {
  width: 100%;
  margin-bottom: 15px;
}

.rightTx {
  text-align: right;
}

.lineTtl {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;

  text-align: center;
  margin-bottom: 40px;

  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;

  padding: 20px 20px;
}

h4.ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 100;
  margin-bottom: 40px;
}

.strBox {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 0px 20px;
}

.strBox .left {
  float: left;
  width: 45%;
}
.strBox .right {
  float: right;
  width: 45%;
}

.infoList {
  font-size: 14px;
  margin-bottom: 60px;
}

.infoList li {
  margin-bottom: 8px;
}

.infoList .ttl {
  float: left;
}
.infoList .disp {
  padding-left: 100px;
}

.iconList {
  text-align: center;
}

.iconList li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.iconList li img {
  width: 30px;
}

.coming {
  border: 1px solid #000;
  display: inline-block;
  padding: 5px 20px;

  margin-top: 20px;

  font-weight: 200;
}

.flex-control-nav li {
  margin: 0 10px;
}
.flex-control-paging li a {
  width: 5px;
  height: 5px;
}

.flex-control-nav {
  bottom: 10px;
}

.swiper_slider {
  margin: 0 auto;
  overflow: hidden;
  background: linear-gradient(
    to bottom,
    #fff 0%,
    #fff 50%,
    #f2f2f2 50%,
    #f2f2f2 100%
  );
}

.swiper_slider .swiper-wrapper .swiper-slide {
  width: auto;
  text-align: center;
}
.swiper_slider .swiper-wrapper .swiper-slide img {
  max-height: 350px;
  margin: 0 24px;
}

.long_parax {
  width: 100%;
  max-height: 600px;
}
.long_parax img {
  width: 110%;
  margin-top: -250px;
}
@media screen and (max-width: 720px) {
  .long_parax img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-top: 0px;
  }
}

.top_map {
  height: 500px;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.top_map iframe {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 719px) {
  .top_map {
    height: 300px;
  }
}

.relaxList.whiteList li {
  background-color: #fff;

  padding: 30px 40px;
  box-sizing: border-box;
}

.relaxList.whiteList li {
  margin-bottom: 50px;
}

.relaxList.whiteList li .ttl {
  font-size: 18px;
  margin-bottom: 5px;
}
.relaxList.whiteList li .disp {
  font-size: 14px;
  color: #666;
}

.relaxList.outlineList {
  margin-bottom: 60px;
  font-size: 16px;
}

.relaxList.outlineList li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 0px;

  font-size: 15px;
}

.relaxList.outlineList li.line {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.relaxList.outlineList li .ttl {
  float: left;
}
.relaxList.outlineList li .disp {
  padding-left: 100px;
}

.relaxList.outlineList li a.under {
  color: #999 !important;
}

.ftHeadBox {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}

.ftHead {
  background-color: #4a618f;
  color: #fff;

  padding: 60px 20px 160px 20px;
  text-align: left;
}

.ftHead .left {
  float: left;
  width: 28%;
  padding-right: 2%;
  /* 	margin-right: 4%; */
  padding-top: 4px;
}

.ftHead .center {
  float: left;
  width: 50%;
}
.en .ftHead .center {
  width: 48%;
}

.ftHead .right {
  float: right;
  max-width: 31%;
}

.ftHead .left .ttl {
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 15px;
}

.ftLogo {
  width: 274px;
  height: 15px;

  text-indent: -9999px;

  background-image: url(../images/ft_logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;

  max-width: 100%;
}

.ftHead .left .disp {
  font-size: 13px;
  color: #b7c0d2;
  letter-spacing: 0;
}

.ftHead .left .disp a {
  color: #b7c0d2 !important;
}

.ftHead .left .disp .tel {
  padding-top: 10px;
  display: inline-block;
}

.ftHead .left .disp .text {
  color: #ffffff;
  padding-top: 10px;
  display: inline-block;
  font-size: 20px;
}

.ftList {
  float: left;
  width: 33%;
  text-align: left;
}

.ftList.col1 {
  padding-right: 3%;
}
.ftList.col2 {
  padding-right: 3%;
}
.ftList.col3 {
  width: 27%;
}

.ftList li {
  margin-bottom: 35px;
}
.ftList li a,
.ftList2 li a {
  font-size: 14px;
  color: #fff;

  line-height: 140%;
  display: inline-block;

  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ftList li a:hover {
  opacity: 0.6;
}

.snsList li a {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.snsList li a:hover {
  opacity: 0.6;
}

.ftList2 li {
  display: inline-block;
  margin-left: 20px;
}

.snsList li {
  display: inline-block;
}

.snsList li a {
  display: inline-block;
  width: 30px;
  height: 20px;
  text-indent: -9999px;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 14px;
}

.snsList li.uds {
  margin-right: 5px;
}

.snsList li.uds a {
  text-indent: 0;
  width: auto;
  color: #fff;
  font-size: 13px;
}

.snsList li.facebook a {
  background-image: url(../images/ico_facebook.png);
}

.snsList li.instagram a {
  background-image: url(../images/ico_instagram.png);
}

.ftList2 {
  display: inline-block;
}
.snsList {
  display: inline-block;
  margin-left: 30px;
}

.ftBottom {
  padding: 60px 0 10px 0;
  background-color: #f5f5f5;
}
.linkList {
  text-align: center;
  font-size: 11px;
  margin-bottom: 20px;
}

.linkList li {
  display: inline-block;
  margin: 0 15px;
}

.linkList li .img {
  margin-bottom: 10px;
}

.copyright {
  font-size: 10px;
  text-align: center;
}

#pagetop {
  width: 75px;
  height: 75px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}

#pagetop a {
  display: block;
  width: 100%;
  height: 100%;

  background-image: url(../images/ico_pagetop.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-indent: -9999px;
  background-color: #1f3666;
  background-size: 21px 21px;

  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#pagetop a:hover {
  background-color: #4a618f;
  /* 	opacity: 0.8; */
}

#button_container2 {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 500;
  cursor: pointer;

  width: 80px;
  height: 80px;

  background-color: #1f3666;

  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.top_button_container {
  display: none;
}
.openMenu .top_button_container {
  display: block;
  position: fixed;
  right: 0px;
  top: 0;
  z-index: 299;
  cursor: pointer;

  width: 80px;
  height: 80px;

  background-color: #1f3666;

  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.scrolled .top_button_container {
  display: none;
}
.openMenu .scrolled .top_button_container {
  display: none;
}
@media screen and ( max-width: 720px ) {
  .openMenu .top_button_container {
    display: block;
    float: none;
    right: 0;
    width: 50px;
    height: 50px;
  }
}

#toggle2 {
  position: absolute;
  right: 27px;
  top: 30px;
  height: 27px;
  width: 20px;

  z-index: 300;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
#button_container2:hover {
  opacity: 0.7;
}
#toggle2 .top {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  -ms-transform: translateY(8px) translateX(0) rotate(45deg);
  transform: translateY(8px) translateX(0) rotate(45deg);
  background: #fff;
}
#toggle2 .middle {
  opacity: 0;
  background: #fff;
}
#toggle2 .bottom {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
  transform: translateY(-8px) translateX(0) rotate(-45deg);
  background: #fff;
}
#toggle2 span {
  background: #fff;
  border: none;
  height: 1px;
  width: 20px;
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}
#toggle2 span:nth-of-type(2) {
  top: 8px;
}
#toggle2 span:nth-of-type(3) {
  top: 16px;
}

.button_container3 {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5000;
  cursor: pointer;

  width: 80px;
  height: 80px;

  background-color: #1f3666;

  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.toggle3 {
  position: absolute;
  right: 27px;
  top: 30px;
  height: 27px;
  width: 20px;

  z-index: 300;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.button_container3:hover {
  opacity: 0.7;
}
.toggle3 .top {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  -ms-transform: translateY(8px) translateX(0) rotate(45deg);
  transform: translateY(8px) translateX(0) rotate(45deg);
  background: #fff;
}
.toggle3 .middle {
  opacity: 0;
  background: #fff;
}
.toggle3 .bottom {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
  transform: translateY(-8px) translateX(0) rotate(-45deg);
  background: #fff;
}
.toggle3 span {
  background: #fff;
  border: none;
  height: 1px;
  width: 20px;
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}
.toggle3 span:nth-of-type(2) {
  top: 8px;
}
.toggle3 span:nth-of-type(3) {
  top: 16px;
}

body.scrolled #sideBtn {
  right: 0;
}

@media screen and (max-width: 720px) {
  .openMenu body.scrolled #sideBtn {
    right: 0px;
  }
}
#sideBtn.contactHeader {
  right: 0;
}

#sideBtn {
  position: fixed;
  top: 0px;
  right: -335px;
  z-index: 300;

  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#sideBtn .hdTel {
  float: right;
}

#button_container {
  float: right;
  cursor: pointer;

  width: 80px;
  height: 80px;

  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.scrolled #button_container {
  background-color: #1f3666;
}
.openMenu .top_button_container {
  background-color: #1f3666;
}
#sideBtn.contactHeader #button_container {
  background-color: #1f3666;
}

#toggle {
  position: absolute;
  right: 27px;
  top: 30px;
  height: 27px;
  width: 20px;

  z-index: 300;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
#toggle:hover {
  opacity: 0.7;
}
#toggle.active .top {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  -ms-transform: translateY(8px) translateX(0) rotate(45deg);
  transform: translateY(8px) translateX(0) rotate(45deg);
  background: #fff;
}
#toggle.active .middle {
  opacity: 0;
  background: #fff;
}
#toggle.active .bottom {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
  transform: translateY(-8px) translateX(0) rotate(-45deg);
  background: #fff;
}
#toggle span {
  background: #fff;
  border: none;
  height: 1px;
  width: 20px;
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}
#toggle span:nth-of-type(2) {
  top: 8px;
}
#toggle span:nth-of-type(3) {
  top: 16px;
}

#top_toggle {
  position: absolute;
  right: 40px;
  top: 30px;
  height: 27px;
  width: 20px;

  z-index: 300;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.openMenu #top_toggle {
  right: 30px;
}
#top_toggle:hover {
  opacity: 0.7;
}
#top_toggle.active .top {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  -ms-transform: translateY(8px) translateX(0) rotate(45deg);
  transform: translateY(8px) translateX(0) rotate(45deg);
  background: #fff;
}
#top_toggle.active .middle {
  opacity: 0;
  background: #fff;
}
#top_toggle.active .bottom {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
  transform: translateY(-8px) translateX(0) rotate(-45deg);
  background: #fff;
}
#top_toggle span {
  background: #fff;
  border: none;
  height: 1px;
  width: 20px;
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}
#top_toggle span:nth-of-type(2) {
  top: 8px;
}
#top_toggle span:nth-of-type(3) {
  top: 16px;
}

@media screen and (max-width: 720px) {
  #top_toggle {
    right: 14px;
    top: 17px;
  }
  .openMenu #top_toggle {
    right: 14px;
  }
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, width 0.35s;
  transition: opacity 0.35s, visibility 0.35s, width 0.35s;
  z-index: 200;
  background: #4a618f;
  color: #fff;
}

#overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;

  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;

}
#overlay.open::-webkit-scrollbar{
  display:none;
}

#overlay a {
  color: #fff;
}

#overlay nav {
}

.overlay-menu {
  float: left;
  width: 50%;
  height: 100%;

  position: relative;
  white-space: nowrap;
}

.overlay-menu ul {
  position: absolute;
  left: 50%;
  top: 50%;

  -webkit-transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
}
section#contact {
  padding-top: 0;
}

section#contact form input,
section#contact form textarea {
  border: 1px solid #4a618f;
}

.contactText {
  text-align: center;
}

.contactText2 {
  color: #4d75bd;
  font-weight: bold;
}
.contactAreaBox {
  float: right;
  width: 50%;
  height: 100%;
  position: relative;
}

.contactArea {
  position: absolute;
  left: 50%;
  top: 50%;
  white-space: nowrap;

  -webkit-transform: translate(-80%, -50%);
  -ms-transform: translate(-80%, -50%);
  transform: translate(-80%, -50%);

  text-align: center;
}

#overlay .contactBtn a {
  border: 1px solid #fff;
  padding: 20px 80px;
  padding-bottom: 15px;
  font-size: 14px;

  text-align: center;

  margin-bottom: 40px;

  white-space: nowrap;
  display: inline-block;

  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#overlay .contactBtn a:hover {
  background-color: #fff;
  color: #4a618f;
}

.contactBtn span {
  display: block;
  font-size: 12px;

  padding-top: 10px;
}

.telBtn {
  font-size: 24px;
  margin-bottom: 50px;
}
.contactArea .txt {
  font-size: 13px;
  margin-bottom: 10px;
}
.contactStr {
  padding: 20px 0;
  font-size: 13px;
}
.contactArea .txt.en {
  margin-bottom: 60px;
}

.overlay-menu ul li {
  margin-bottom: 25px;
}

.overlay-menu ul li a {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.overlay-menu ul li a:hover {
  opacity: 0.6;
}

.overlay-menu ul li .en {
  float: left;
  font-size: 12px;
  opacity: 0.8;
}
.overlay-menu ul li {
  /* 	padding-left: 120px; */
  font-size: 16px;
  text-align: center;
}

.overlay-menu ul li.tel {
  display: none;
}

.relaxEachList.relaxEachList2 {
  margin-bottom: 50px;
}

.conceptStr {
  text-align: center;
  margin-bottom: 0;
}

.onlyPc2 {
  display: block;
}

.faqList {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0px;
  margin-bottom: 75px;

  border-top: 1px solid #c5c2c2;
}
.faqList li {
  padding-bottom: 20px;
  padding-top: 30px;

  border-bottom: 1px solid #c5c2c2;
  cursor: pointer;
}
.faqList li.active {
  background-color: #f2f2f2;
}

.faqList li .left {
  float: left;
  font-size: 32px;
  color: #4e74c2;
  padding-left: 30px;
}
.faqList li .right {
  padding-left: 90px;
}
.faqList li .ttl {
  font-size: 20px;
  color: #4e74c2;
  margin-bottom: 10px;

  background-image: url(../images/arr_faq_down.png);
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 15px auto;
}
.faqList li.active .ttl {
  background-image: none;
}
.faqList li .disp {
  font-size: 15px;
  display: none;
  padding-top: 10px;
  padding-right: 80px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1250px) {
  /*
.nav{
	width: 90%;
}
*/
}

@media screen and (max-width: 1140px) {
  /*
.nav{
	width: 80%;
}
*/
}

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

html.ajax_popup {
  /* overflow: hidden; */
}

#ajax_popup_wrap.show {
  display: block;
  visibility: visible;

  opacity: 1;
}

#ajax_popup_wrap {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #ffffff;

  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;

  -webkit-transition: opacity 0.35s, visibility 0.35s, width 0.35s;
  transition: opacity 0.35s, visibility 0.35s, width 0.35s;
}

/* ------------------------------------------
contact
------------------------------------------ */

#tblForm {
  margin-top: 40px;
  width: 100%;
}

#btnArea {
  margin-top: 30px;
  margin-bottom: 50px;
}
#btnArea input {
  background: none;
  border: 0;
  color: #fff;
  display: block;
  width: 100px;
  height: 32px;
  background-color: #696969;
  text-align: center;
  -webkit-appearance: none;
}
#tblForm #btnArea input {
  border-radius: 0;
}

#tblForm th {
  padding: 10px;
  padding-left: 0;
  width: 240px;
  vertical-align: top;
  padding-top: 16px;
  box-sizing: border-box;
}

#tblForm th .require {
  float: right;
  font-size: 12px;
  color: #fff;
  background-color: #4e74c2;
  padding: 0px 6px;
  border-radius: 4px;
  line-height: 180%;
  margin-top: 3px;
}
#tblForm th .require.gender {
  margin-top: 0;
}

#tblForm td {
  padding: 10px;
  padding-left: 0;
  box-sizing: border-box;
}

#tblForm .sel1 {
  width: 100%;
}

#tblForm .sel2 {
  width: 100%;
}

#tblForm .sel3 {
  width: 100%;
  height: 150px;
}

#tblForm input {
  border: solid 1px #ccc;
  border-radius: 4px;
  padding: 10px 6px;
  border: none;
  box-sizing: border-box;
}
#tblForm .wpcf7-list-item input {
  border: none;
}

span.wpcf7-list-item {
  margin-left: 0 !important;
  margin-right: 1em !important;
}

#tblForm textarea {
  border: solid 1px #ccc;
  border-radius: 4px;
  padding: 10px 6px;
  border: none;
}
.attention {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 280px;
}

#btnArea {
  text-align: center;
}

#btnArea input {
  display: inline-block;
  cursor: pointer;

  border-radius: 4px;
  background-color: #4a618f;
  padding: 12px 80px;

  height: auto;
  width: auto;
}

#tblForm checkbox {
  border: none;
}

#tblForm label {
  margin-right: 20px;
}
#tblForm label input {
  margin-right: 5px;
  border: none;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  color: #398f14;
  border-radius: 4px;
  text-align: center;
  padding: 6px 0;
  font-size: 14px;

  margin-top: 30px;
  margin-bottom: 60px;
}

div.wpcf7-validation-errors {
  border: 2px solid #ff3300 !important;
  color: #ff3300;
  border-radius: 4px;
  text-align: center;
  padding: 6px 0;
  font-size: 14px;

  margin-top: 30px;
  margin-bottom: 60px;
}

#faq {
  display: none;
}

h3.ttl {
  text-align: center;
  font-size: 22px;
  margin-bottom: 40px;
  padding-top: 60px;

  font-weight: 200;
}

.str p {
  margin-bottom: 20px;
}

.closeBtn {
  text-align: center;
}

.closeBtn span {
  cursor: pointer;
  font-size: 18px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  display: inline-block;
}

#sideBtn .hdTel {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
html.openMenu #sideBtn .hdTel {
  opacity: 0;
}

html.openMenu {
  overflow: hidden;
}

.overlayBox {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

#community {
  display: none;
}
/* -------------  ACTIVITY ------------- */
.instagram_wrap {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  line-height: 180%;
}
.instagram_wrap #sb_instagram {
  padding-bottom: 0 !important;
}
.activity .str {
  margin-bottom: 20px;
}
.activity .link_wrap {
  text-align: center;
  padding-bottom: 60px;
}
.activity .link_wrap a {
  color: #000;
  font-size: 14px;
  font-weight: 300;
}
.activity .link_wrap a:after {
  background-image: url(../images/ico_link.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 10px;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 12px;
  width: 12px;
}
.activity .btn_wrap {
  margin: 0 auto;
  max-width: 320px;
  width: 90%;
}
.activity .btn_wrap a {
  align-items: center;
  background: #4a618f;
  border: 1px solid #4a618f;
  border-radius: 46.5px;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 300;
  height: 44.5px;
  justify-content: center;
  margin: 0 auto;
}
.activity .btn_wrap a:after {
  background-image: url(../images/ico_link_white.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 10px;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 12px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  width: 12px;
}
@media screen and (min-width: 720px) {
  .activity .link_wrap a:hover {
    color: #000;
    opacity: 0.6;
  }
  .activity .btn_wrap a:hover {
    background: #fff;
    color: #4a618f;
  }
  .activity .btn_wrap a:hover:after {
    background-image: url(../images/ico_link_blue.png);
  }
}
@media screen and (max-width: 720px) {
  section#activity {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

/* ------------------------------------------
ipad
------------------------------------------ */
@media screen and (max-width: 980px) {
  .ftHead .left {
    margin-right: 4%;
  }

  .overlay-menu ul {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .contactArea {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .onlyPc2 {
    display: none;
  }

  #memberFlexsliderBox {
    margin-bottom: 100px;
  }

  .mb {
    margin-bottom: 60px;
  }

  .nav {
    display: none;
  }

  .featureList li {
  }

  .featureList li .ttl {
    height: 70px;
  }

  .featureList li .ttl img {
    height: 40px;
  }
  .featureList li .activity_btn .ttl img {
    height: 20px;
  }
  .featureList li .disp {
    font-size: 11px;
  }

  .securityList .disp {
    font-size: 13px;
    line-height: 160%;
  }

  .securityList li .dispArea {
    padding: 30px;
    /* 	padding-bottom: 0; */
  }

  .securityList li .ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .relaxList {
    padding: 0 10px;
  }

  .relaxList > li {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }

  .variousList {
    padding: 0 10px;
  }

  .variousList li {
    width: calc(33.33% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }

  .coming {
    margin-top: 10px;
    padding: 3px 20px;
    font-size: 13px;
  }

  .relaxList.whiteList li {
    padding: 30px 30px;
    margin-bottom: 20px;
  }

  .ftList2 {
    display: block;
  }
  .snsList {
    display: block;
    float: right;
  }

  footer {
    letter-spacing: 0;
  }


.ftHead{
	padding: 25px 30px 35px 30px;
}

  .snsList {
    margin-right: -7px;
    margin-top: 10px;
  }
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .topSliderBox {
    padding-left: 0;
    padding-right: 0;
  }
  section#news {
    padding-bottom: 100px;
  }
  section#community {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .onlyPc {
    display: none;
  }

  .onlySp {
    display: block;
  }

  .mainVisual .hdTel {
    display: none;
  }

  #sideBtn .hdTel {
    display: none;
  }

  #sideBtn > div {
    /* 	margin-bottom: 1px; */
  }

  #sideBtn .icon a {
    display: block;

    width: 50px;
    height: 50px;
    background-color: #4a618f;
    text-indent: -9999px;
    /* 	margin-bottom: 0.5px; */

    background-repeat: no-repeat;
    background-position: center center;
    background-size: 13px 13px;
  }
  #sideBtn .mail a {
    background-image: url(../images/ico_mail.png);
    background-color: #4a618f;
  }
  #sideBtn .tel a {
    background-image: url(../images/ico_tel.png);
    background-color: #344b7a;
  }

  #pagetop {
    width: 50px;
    height: 50px;
  }

  #button_container {
    display: block;
    float: none;

    width: 50px;
    height: 50px;
    /* 	margin-bottom: 1px; */
  }
  .top_button_container {
    display: none;
  }

  #toggle {
    right: 14px;
    top: 17px;
  }

  .newsBox {
    max-width: 100%;
  }

  h2.ttl {
    font-size: 26px;
    margin-bottom: 15px;

    line-height: 120%;
    padding: 0 15px;
  }

  .mb {
    margin-bottom: 50px;
  }

  .mainTtl {
    font-size: 26px;
    margin-bottom: 20px;

    line-height: 120%;
    padding: 0 20px;
  }

  section#concept {
    padding-top: 60px;
  }
  section#food {
    padding-bottom: 40px;
  }

  section#access {
    padding-bottom: 0;
  }
  section#outline {
    padding-bottom: 40px;
  }

  section {
    padding: 60px 0 40px 0;
  }

  .str {
    font-size: 14px;
  }

  .featureList li {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;

    margin-bottom: 30px;

    font-size: 13px;
  }

  .securityList li .img {
    float: none;
    width: auto;
  }

  .securityList li .dispArea {
    float: none;
    width: auto;
    padding-bottom: 30px;
    padding: 20px;
  }

  .securityList li .ttl {
    font-size: 18px;
    padding-left: 30px;
  }

  .produceBox .by {
    position: relative;
    left: auto;
    text-align: left;
    margin-bottom: 20px;
  }

  .mainImg {
    margin-bottom: 30px;
  }

  .produceBox {
    margin-bottom: 40px;
  }

  .relaxList .ttl,
  .relaxList .disp {
    font-size: 13px;
    line-height: 160%;
  }

  .variousList li {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;

    font-size: 13px;
    line-height: 160%;
  }

  /*
.center{
	font-size: 12px;
}
*/

  .strBox .left {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }
  .strBox .right {
    float: none;
    width: auto;
  }

  .iconList li {
    margin-bottom: 20px;
  }

  .relaxList.whiteList li {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
  }

  .relaxList.whiteList li .ttl {
    font-size: 16px;
  }

  .relaxList.outlineList li {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }

  .relaxList.outlineList li.line {
    border-top: none;
  }

  .ftHead .left {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }

  .ftHead .center {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }

  .ftHead .right {
    float: none;
    width: 100%;
    max-width: initial;
    max-width: auto;
  }

  .ftList2 {
    margin-bottom: 20px;
  }

  .ftList2 li {
    margin-left: 0;
    margin-right: 20px;
  }

  .snsList {
    float: none;
    margin-right: 0;
    margin-left: 0;

    margin-left: -9px;
  }

  .newsBox {
    padding: 25px 20px 20px 20px;
    position: relative;
  }
  .newsBox .date {
    /* 	float: none; */
  }
  .newsBox .disp {
    /* 	padding-left: 0; */
  }

  .featureListBox {
    padding: 0 20px;
  }

  .featureList {
    padding: 0;
    margin-left: -10px;
    margin-right: -10px;
  }

  .featureList li a:hover {
    margin-top: 0px;
  }

  .produceBox img {
    max-width: 80%;
  }

  #memberFlexsliderBox {
    margin-bottom: 40px;
  }

  .relaxEachList li {
    font-size: 14px;
  }

  .str {
    margin-bottom: 30px;
  }

  .relaxEachList.relaxEachList2 {
    padding: 0;
    font-size: 12px;
  }

  .relaxEachList.relaxEachList2 li .ttl {
    padding-left: 10px;
  }

  .relaxEachList.relaxEachList2 li .disp {
    padding-left: 140px;
  }

  .relaxList > li {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .relaxList {
    padding: 0 20px;
  }

  .relaxList > li {
    height: auto !important;
    margin-bottom: 30px;
  }

  h4.ttl {
    font-size: 24px;
  }

  .lineTtl {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
  }

  h2.ttl {
    font-size: 24px;
  }

  .mainStudent {
    font-size: 20px;
  }

  .securityList li .all .btn span {
    font-size: 12px;
  }

  #topFlexslider {
    top: 30px;
  }

  .overlay-menu {
    width: 100%;
    height: auto;
    float: none;
    display: inline-block;
    margin: 0 auto;

    margin-bottom: 30px;

    height: 100%;
  }

  .contactAreaBox {
    width: 100%;
    height: auto;
    float: none;
  }

  .overlay-menu ul {
    position: relative;
    left: 50%;
    top: auto;
    margin: 0 auto;
    display: inline-block;

    /* 	margin-top: 40px; */

    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);

    position: absolute;
    left: 50%;
    top: 50%;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .contactArea {
    left: auto;
    position: relative;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);

    padding: 0 20px;

    display: none;
  }

  .overlay-menu ul li {
    margin-bottom: 20px;
  }

  .contactBtn {
    font-size: 16px;
    display: block;
    padding: 15px 0px 10px 0px;
  }

  .contactBtn span {
    padding-top: 5px;
  }

  .mainDate {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .relaxList.whiteList li {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  #tblForm th {
    display: block;
    width: auto;
    padding-bottom: 0;
    padding-right: 0;
  }
  #tblForm td {
    display: block;
    width: auto;
    padding-top: 0;
    padding-right: 0;
  }

  #button_container2 {
    width: 50px;
    height: 50px;
  }
  .button_container3 {
    width: 50px;
    height: 50px;
  }
  .toggle3 {
    right: 15.5px;
    top: 15.5px;
  }
  #toggle2 {
    right: 14px;
    top: 17px;
  }

  .relaxEachList {
    margin-top: 0;
  }

  #tblForm th {
    padding-bottom: 10px;
  }

  #food .relaxEachList {
    padding: 0 20px;
  }

  .relaxList.outlineList li {
    margin-left: 0;
    margin-right: 0;
  }

  .subTtl {
    margin-bottom: 33px;
  }

  .mainVisual {
    height: 75%;
    height: calc(100% - 50px);
  }

  /*
body #sideBtn{
	right: 0;
}
*/

  .mainImg {
    margin-left: 20px;
    margin-right: 20px;
  }

  .overlay-menu ul li {
    font-size: 16px;
  }

  .overlay-menu {
    height: auto;
    margin-bottom: 0;

    text-align: center;
  }

  .overlay-menu ul {
    position: relative;

    left: auto;
    top: 0;
    text-align: center;

    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;

    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  .contactArea {
    display: block;
  }

  /*
.contactArea .contactBtn{
	display: none;
}

.contactArea .telBtn{
	display: none;
}

.contactArea .contactStr{
	display: none;
}
*/

  .mainLogo .pc {
    display: none;
  }
  .mainLogo .sp {
    display: inline-block;
  }

  .mainLogo {
    margin-bottom: 20px;
  }

  .mainBox {
    top: 53%;
  }

  .newsBox .disp {
    padding-left: 80px;
  }

  #sideBtn > div.mail {
    right: -60px;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #sideBtn > div.tel {
    right: -60px;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  body.scrolled #sideBtn > div.mail,
  body.scrolled #sideBtn > div.tel {
    right: 0;
  }

  .relaxList > li .flexslider img {
    margin-bottom: 0;
  }

  .contactArea .txt.en {
    margin-bottom: 30px;
  }

  .contactAreaBox {
    padding-bottom: 90px;
  }

  .en .ftHead .center {
    width: auto;
  }

  header .snsList {
    right: 14px;
    margin-left: 0;
    margin-right: -5px;
  }
}

.mainColor {
  color: #4a618f;
}

.fade_in {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
  transform: translate(0, 40px);
  -webkit-transition: transform 700ms, opacity 700ms;
  -webkit-transition: opacity 700ms, -webkit-transform 700ms;
  transition: opacity 700ms, -webkit-transform 700ms;
  transition: transform 700ms, opacity 700ms;
  transition: transform 700ms, opacity 700ms, -webkit-transform 700ms;
}

.fade_in.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* subpage */
.sub_header {
  width: 100%;
  height: 80px;
  background-color: #4a618f;
}

.sub_header .logo {
  height: 30px;
  padding: 25px 0 25px 40px;
}
@media screen and (max-width: 720px) {
  .sub_header {
    height: 50px;
  }
  .sub_header .logo {
    height: 25px;
    padding: 13px 0 10px 20px;
  }
}

section#news_page {
  padding: 0 0 160px 0;
}

.sub_title-wrap {
  padding-top: 175px;
  margin-left: 250px;
  margin-bottom: 160px;
}
@media screen and (max-width: 720px) {
  .sub_title-wrap {
    margin-left: 10%;
  }
}
.sub_title {
  height: 70px;
  margin-bottom: 30px;
}
