@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: contact.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

body > iframe {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

header, footer, article, section, aside,
nav,
figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #000;
}
body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body ::selection {
  color: #F7F7F7;
  background: #509df7;
  /* Safari */
}
body ::-moz-selection {
  color: #F7F7F7;
  background: #509df7;
  /* Firefox */
}

a, a:before, a:after {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a > * {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
a:hover > * {
  text-decoration: none;
}

body {
  overflow-x: hidden;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.fll {
  float: left;
}

.flr {
  float: right;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.box {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .box {
    padding: 8% 0;
  }
}
.box-title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .box-title {
    font-size: 23px;
    font-size: 6.13333vw;
  }
}

.right-nav {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
}
.right-nav a {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  display: block;
}
.right-nav a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .right-nav img {
    width: 45px;
    height: 45px;
  }
}

@media screen and (min-width: 769px) {
  #drawernav {
    display: none;
  }
}

.slick-prev, .slick-next {
  top: 44% !important;
  background: none !important;
}
.slick-prev:before, .slick-next:before {
  display: block;
  content: "\f054";
  color: #FFF;
  font-size: 40px;
  font-family: FontAwesome;
}
@media screen and (max-width: 1300px) {
  .slick-prev {
    left: 0 !important;
  }
}
@media screen and (max-width: 1300px) {
  .slick-next {
    right: 0 !important;
  }
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-active:before {
  content: none;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.slick-dots {
  left: -3px !important;
  bottom: 15px !important;
  z-index: 100;
}

.movie,
.trend-seminar {
  position: relative;
}
.movie:before, .movie:after,
.trend-seminar:before,
.trend-seminar:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #b17c2d;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFB17C2D', endColorstr='#FFB99315');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxN2MyZCIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZGNkNDk0Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjk5MzE1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(left, #b17c2d 0%, #dcd494 30%, #b99315 100%);
  background-image: -webkit-linear-gradient(left, #b17c2d 0%, #dcd494 30%, #b99315 100%);
  background-image: linear-gradient(to right, #b17c2d 0%, #dcd494 30%, #b99315 100%);
}
.movie:before,
.trend-seminar:before {
  top: 0;
}
.movie:after,
.trend-seminar:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: 0;
}
.movie-inner,
.trend-seminar-inner {
  width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .movie-inner,
  .trend-seminar-inner {
    width: auto;
  }
}
.movie-title,
.trend-seminar-title {
  display: flex;
  float: left;
  align-items: center;
  margin-bottom: 40px;
  color: #312E43;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .movie-title,
  .trend-seminar-title {
    margin-left: 15px;
  }
}
@media screen and (max-width: 940px) {
  .movie-title,
  .trend-seminar-title {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .movie-title,
  .trend-seminar-title {
    float: none;
    margin: 0 0 7%;
    font-size: 30px;
    font-size: 8vw;
    text-align: center;
  }
}
.movie-title-sub,
.trend-seminar-title-sub {
  margin-left: 30px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 940px) {
  .movie-title-sub,
  .trend-seminar-title-sub {
    display: block;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .movie-title-sub,
  .trend-seminar-title-sub {
    margin: 3% 0 0;
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.3;
  }
}
.movie-title em,
.trend-seminar-title em {
  color: #F132AB;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .movie-title-border,
  .trend-seminar-title-border {
    display: none;
  }
}
.movie-link,
.trend-seminar-link {
  float: right;
  margin: -4px 0 40px;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  .movie-link,
  .trend-seminar-link {
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .movie-link,
  .trend-seminar-link {
    float: none;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0;
  }
}
.movie-link a,
.trend-seminar-link a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 195px;
  height: 40px;
  background: #a5a19b;
  border-radius: 20px;
  color: #FFF;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .movie-link a,
  .trend-seminar-link a {
    width: 70%;
    height: auto;
    margin: 0 auto;
    padding: 3%;
    font-size: 14px;
    font-size: 3.73333vw;
    border-radius: 25px;
  }
}
.movie-list,
.trend-seminar-list {
  clear: both;
}
.movie-list .slick-prev,
.movie-list .slick-next,
.trend-seminar-list .slick-prev,
.trend-seminar-list .slick-next {
  top: 22% !important;
}
@media screen and (max-width: 480px) {
  .movie-list .slick-prev,
  .movie-list .slick-next,
  .trend-seminar-list .slick-prev,
  .trend-seminar-list .slick-next {
    text-align: right;
  }
}
.movie-list .slick-prev:before,
.movie-list .slick-next:before,
.trend-seminar-list .slick-prev:before,
.trend-seminar-list .slick-next:before {
  color: #777;
  font-size: 30px;
}
@media screen and (max-width: 1280px) {
  .movie-list .slick-prev:before,
  .movie-list .slick-next:before,
  .trend-seminar-list .slick-prev:before,
  .trend-seminar-list .slick-next:before {
    color: #FFF;
  }
}
@media screen and (max-width: 768px) {
  .movie-list .slick-prev:before,
  .movie-list .slick-next:before,
  .trend-seminar-list .slick-prev:before,
  .trend-seminar-list .slick-next:before {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.movie-list .slick-prev,
.trend-seminar-list .slick-prev {
  left: -50px !important;
}
@media screen and (max-width: 1280px) {
  .movie-list .slick-prev,
  .trend-seminar-list .slick-prev {
    left: 1% !important;
  }
}
@media screen and (max-width: 480px) {
  .movie-list .slick-prev,
  .trend-seminar-list .slick-prev {
    top: 30% !important;
  }
}
.movie-list .slick-next,
.trend-seminar-list .slick-next {
  right: -50px !important;
}
@media screen and (max-width: 1280px) {
  .movie-list .slick-next,
  .trend-seminar-list .slick-next {
    right: 1% !important;
  }
}
@media screen and (max-width: 480px) {
  .movie-list .slick-next,
  .trend-seminar-list .slick-next {
    top: 30% !important;
  }
}
.movie-item,
.trend-seminar-item {
  margin: 0 16px;
  padding-top: 14px;
  background: none;
}
@media screen and (max-width: 768px) {
  .movie-item,
  .trend-seminar-item {
    margin: 0 0.5%;
  }
}
.movie-item:before,
.trend-seminar-item:before {
  content: none !important;
}
.movie-item a,
.trend-seminar-item a {
  display: block;
  color: #000;
  outline: none;
}
.movie-item dl,
.trend-seminar-item dl {
  position: relative;
}
.movie-item .pic,
.trend-seminar-item .pic {
  margin-bottom: 10px;
  border-top: 12px solid #FFF;
  border-bottom: 11px solid #FFF;
}
@media screen and (max-width: 768px) {
  .movie-item .pic,
  .trend-seminar-item .pic {
    margin-bottom: 3%;
  }
}
.movie-item .description,
.trend-seminar-item .description {
  color: #000;
  font-size: 14px;
  line-height: 1.42857;
}
@media screen and (max-width: 768px) {
  .movie-item .description,
  .trend-seminar-item .description {
    line-height: 1.71429;
  }
}
.movie-item.new dl,
.trend-seminar-item.new dl {
  position: relative;
}
.movie-item.new dl:before,
.trend-seminar-item.new dl:before {
  content: "";
  position: absolute;
  left: 10px;
  top: -14px;
  width: 54px;
  height: 36px;
  background: url("../img/icon_new.png") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .movie-item.new dl:before,
  .trend-seminar-item.new dl:before {
    width: 37.8px;
    height: 25.2px;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

.movie {
  background: url("../img/movie_bg.jpg") center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  height: 388px;
  padding: 60px 0 50px;
}
@media screen and (max-width: 768px) {
  .movie {
    height: auto;
    padding: 6% 0 15%;
  }
}

.trend-seminar {
  background: #fff;
  padding-bottom: 25px;
}
.trend-seminar:before, .trend-seminar:after {
  content: none;
}
.trend-seminar-wrapper {
  position: relative;
  height: 388px;
  padding: 60px 0 50px;
  background: url(../img/trend_seminar_bg.jpg) center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .trend-seminar-wrapper {
    height: auto;
    padding: 6% 0 15%;
  }
}
.trend-seminar-title-inner {
  position: relative;
  font-weight: bold;
}
.trend-seminar-link a {
  width: auto;
  padding: 0 38px 0 16px;
  background: #472D87;
}
@media screen and (max-width: 768px) {
  .trend-seminar-link a {
    width: 70%;
    height: auto;
    margin: 0 auto;
    padding: 3%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.trend-seminar-item.new dl:before {
  background: url(../img/icon_new2.png) left top no-repeat;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  background: #FFF;
  border-bottom: 1px solid #007BC7;
}

.header-top {
  padding-top: 20px;
}
@media screen and (max-width: 1180px) {
  .header-top {
    padding-top: 0;
  }
}
.header-top-inner {
  width: 1280px;
  z-index: 1000;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .header-top-inner {
    width: 97%;
    padding: 2% 0 0;
  }
}
@media screen and (max-width: 940px) {
  .header-top-inner {
    justify-content: center;
    padding: 2% 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .header-top-inner {
    padding: 3% 0;
  }
}
@media screen and (max-width: 940px) {
  .header-top-inner > .logo {
    float: none;
  }
}
@media screen and (max-width: 940px) {
  .header-top-inner > .logo img {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .header-top-inner > .logo img {
    width: 105px;
  }
}
@media screen and (max-width: 940px) {
  .header-right {
    display: none;
  }
}
.header-right-top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.header-right-top > div:not(.last) {
  margin-right: 10px;
}
.header-right-bottom {
  display: flex;
  justify-content: flex-end;
}
.header-subnav {
  clear: both;
  float: right;
  margin-top: 20px;
}
.header-subnav-list {
  *zoom: 1;
}
.header-subnav-list:after {
  content: "";
  display: table;
  clear: both;
}
.header-subnav-item {
  float: left;
}
.header-subnav-item:not(:last-child) {
  margin-right: 30px;
}
.header-subnav-item a {
  color: #000;
  font-size: 14px;
  text-decoration: underline;
}
.header-subnav-item a:after {
  content: " ＞";
}
.header-subnav-item a:hover {
  text-decoration: none;
}
.header-nav {
  position: relative;
  margin-top: 11px;
}
@media screen and (max-width: 940px) {
  .header-nav {
    display: none;
  }
}
.header-nav-list {
  display: flex;
  justify-content: space-evenly;
  width: 1180px;
  margin: auto;
}
@media screen and (max-width: 1180px) {
  .header-nav-list {
    width: 100%;
  }
}
.header-nav-item {
  padding: 21px 0 20px;
  font-size: 14px;
  color: #000;
  cursor: pointer;
}
@media screen and (max-width: 1180px) {
  .header-nav-item {
    float: none;
  }
}
.header-nav-item:hover span.header-nav-item-inner {
  position: relative;
}
.header-nav-item:hover span.header-nav-item-inner::before {
  content: "";
  display: flex;
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  width: 50px;
  height: 5px;
  margin: auto;
  background: #007BC7;
}
.header-nav-item-inner {
  padding: 0 26px;
  font-weight: bold;
}
@media screen and (max-width: 1180px) {
  .header-nav-item-inner {
    padding: 0;
  }
}
.header-nav-item a {
  display: block;
  color: #000;
}
.header-nav-item a:hover {
  opacity: 1;
}

.megamenu-box {
  display: none;
  position: absolute;
  z-index: 10000;
  left: 0;
  right: 0;
  top: 56px;
  width: 100%;
  margin: 0 auto;
  background: #d8e9f1;
  cursor: auto;
}
.megamenu-box-inner {
  width: 1180px;
  margin: auto;
  padding: 20px 0 5px;
}
@media screen and (max-width: 1180px) {
  .megamenu-box-inner {
    width: 100%;
  }
}
.megamenu-title {
  color: #007BC7;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #007BC7;
}
.megamenu-title + __title {
  margin-top: 10px;
}
.megamenu-content {
  width: 100%;
  display: flex;
}
.megamenu-content-item {
  margin: 0 60px 15px 0;
}
.megamenu-content-item.-layout {
  min-width: 140px;
}
.megamenu-content-item a {
  position: relative;
  color: #000;
  font-size: 14px;
  transition: all .4 ease-out;
}
.megamenu-content-item a:hover {
  color: #007BC7;
}
.megamenu-content-item a:hover:after {
  opacity: .5;
}
.megamenu-content-item a:after {
  display: inline-block;
  content: "";
  position: relative;
  top: -1px;
  right: -12px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #007BC7;
  border-right: 2px solid #007BC7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.megamenu-content + .megamenu-title {
  margin-top: 10px;
}

.search {
  display: flex;
  position: relative;
  z-index: 10001;
  float: right;
}
.search-sp {
  float: none;
  width: 100%;
  margin-bottom: 5%;
}
.search::before {
  display: flex;
  align-items: center;
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  content: "\f002";
  color: #CCC;
  font-size: 22px;
  font-family: FontAwesome;
}
.search input[type="text"] {
  width: 250px;
  padding: 7px 20px;
  color: #666;
  font-size: 15px;
  border: 1px solid #CCC;
  text-align: right;
}
@media screen and (max-width: 1280px) {
  .search input[type="text"] {
    width: 150px;
  }
}
@media screen and (max-width: 940px) {
  .search input[type="text"] {
    width: 100%;
  }
}
.search input[type="text"]::-webkit-input-placeholder, .search input[type="text"]::-moz-placeholder, .search input[type="text"]:-ms-input-placeholder, .search input[type="text"]:placeholder-shown {
  color: #888;
}
.search input[type="submit"] {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 34px;
  background: #007BC7;
  color: #FFF;
  font-size: 16px;
  font-weight: 900;
  border: none;
  outline: none;
  cursor: pointer;
}
.search input[type="submit"]:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.login_box,
.logout_box {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  background: none;
}
.login_box a,
.logout_box a {
  border-radius: 25px;
  display: block;
  width: 130px;
  padding: 13px 5px 12px;
  background: #A5A19B;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .login_box a,
  .logout_box a {
    font-size: 13px;
  }
}
.login_box span,
.logout_box span {
  padding-left: 28px;
}

.login_box {
  display: none;
}

.header-link-login span {
  background-image: url("../img/header_icon_login.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.header-link-logout span {
  background-image: url("../img/header_icon_logout.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.header-link-mypage a {
  background: #3D9DD8;
}
.header-link-mypage span {
  background-image: url("../img/header_icon_mypage.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.header-link-report a {
  background: #007BC7;
  width: 160px;
}
.header-link-report span {
  background-image: url("../img/header_icon_report.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.link-contact {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 20px;
  padding: 12px 0;
  background: none;
}
.link-contact a {
  display: block;
  position: relative;
  padding-left: 28px;
  color: #000;
  font-size: 15px;
  text-align: center;
  background-image: url("../img/header_icon_contact.png");
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (max-width: 1280px) {
  .link-contact a {
    font-size: 13px;
  }
}

.spNav-item {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.spNav-item:nth-child(2) {
  padding: 5px 0;
}
.spNav-item a {
  display: block;
  color: #000;
  font-weight: bold;
}
.spNav-item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #509df7;
}
.spNav-item > a {
  padding: 10px 0;
}
.spNav-item.login {
  display: none;
}
.spNav-item.login, .spNav-item.logout {
  margin-top: 20px;
}
.spNav .accordion {
  border-bottom: 1px solid #000;
}
.spNav .accordion:first-of-type {
  margin-top: 5px;
}
.spNav .accordion .term {
  position: relative;
  padding: 10px 0;
  font-size: 14px;
  font-weight: normal;
}
.spNav .accordion .term:before, .spNav .accordion .term:after {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  background: #000;
}
.spNav .accordion .term:before {
  right: 9px;
  top: 12px;
  width: 2px;
  height: 10px;
}
.spNav .accordion .term:after {
  right: 5px;
  top: 16px;
  width: 10px;
  height: 2px;
}
.spNav .accordion .term.is-open:before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.spNav .accordion .term.is-open:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.spNav .accordion .description {
  display: none;
}
.spNav .accordion .description a {
  font-size: 13px;
  font-weight: normal;
}
.spNav-sublist {
  margin-left: 15px;
  padding-bottom: 5px;
}
.spNav-subitem a {
  line-height: 1.8;
}

/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
#content {
  margin-bottom: 20px;
}

/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
.main-visual {
  margin-top: 180px;
}

.lower .main-visual {
  margin-top: 180px;
}
.lower .main-visual.-contact {
  margin-top: 99px;
}
.lower .main-visual-inner {
  display: flex;
  align-items: center;
  width: 1280px;
  height: 250px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .lower .main-visual-inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .lower .main-visual-inner {
    height: 0;
    padding-top: 33.33333%;
  }
}
.lower .main-title {
  text-shadow: 1px 1px 0 #000;
  display: flex;
  align-items: center;
  height: 70px;
  padding: 0 40px;
  color: #FFF;
  font-size: 34px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (max-width: 768px) {
  .lower .main-title {
    height: auto;
    margin-top: -33.33333%;
    padding: 2% 4% 2% 5% !important;
    font-size: 25px;
    font-size: 6.66667vw;
    font-weight: bold;
    line-height: 1.1;
  }
}

.topicpath-list {
  display: flex;
  width: 1280px;
  margin: 20px auto;
}
@media screen and (max-width: 1280px) {
  .topicpath-list {
    width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .topicpath-list {
    display: none;
  }
}

.topicpath-item {
  position: relative;
  margin-right: 36px;
}
.topicpath-item:after {
  content: '＞';
  position: absolute;
  top: 2px;
  right: -27px;
  font-size: 1.3em;
}
.topicpath-item a {
  color: #000;
  font-size: 16px;
}
.topicpath-item:last-child:after {
  content: none;
}
.topicpath-item:last-child a {
  color: #014c8c;
}

/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
.banner {
  padding: 30px 0;
  background: #B5D1F1;
}
@media screen and (max-width: 768px) {
  .banner {
    padding: 5% 0;
  }
}
.banner-list {
  display: flex;
  flex-wrap: wrap;
  width: 1240px;
  margin: -30px auto 0;
}
@media screen and (max-width: 1280px) {
  .banner-list {
    width: auto;
    margin: -30px 2% 0;
  }
}
@media screen and (max-width: 768px) {
  .banner-list {
    justify-content: space-between;
    margin: -2% 3% 0;
  }
}
.banner-item {
  margin: 30px 65px 0 0;
  background: #FFF;
}
@media screen and (max-width: 1280px) {
  .banner-item {
    width: 32%;
    margin: 30px 2% 0 0;
  }
}
@media screen and (max-width: 768px) {
  .banner-item {
    width: 48.5%;
    margin: 2% 2% 0 0;
  }
}
@media screen and (max-width: 768px) {
  .banner-item:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1280px) {
  .banner-item:nth-child(3n) {
    margin-right: 0;
  }
}
.banner-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1280px) {
  .banner-item img {
    width: 100%;
  }
}

#footer {
  background: #353535;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  width: 1280px;
  padding: 40px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .footer-inner {
    display: block;
    width: 97%;
  }
}
@media screen and (max-width: 768px) {
  .footer-inner {
    width: 94%;
    padding: 8% 0;
  }
}

.logo-list {
  display: flex;
}
@media screen and (max-width: 1280px) {
  .logo-list {
    justify-content: center;
    margin-bottom: 3%;
  }
}

.logo-item {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .logo-item {
    margin-right: 4%;
  }
}
.logo-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .logo-item.isms {
    margin-right: 1%;
  }
}
.logo-item.isms img {
  width: 160px;
  height: auto;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .logo-item.isms img {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .logo-item img {
    width: 80%;
  }
}

.footer-right-list {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .footer-right-list {
    justify-content: center;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 768px) {
  .footer-right-list {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .footer-right-item {
    margin: 2% 5% 0 0;
  }
}
.footer-right-item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .footer-right-item:not(:last-child) {
    margin-right: 30px;
  }
}
.footer-right-item a {
  color: #FFF;
  font-size: 1.6em;
}
@media screen and (max-width: 768px) {
  .footer-right-item a {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.copyright {
  color: #FFF;
  font-size: 1.4em;
  text-align: right;
}
@media screen and (max-width: 1280px) {
  .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
.main-visual {
  background: url("../contact/img/main_visual_bg.jpg") center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .main-visual {
    background: url("../contact/img/main_visual_bg_sp.jpg") center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.main-title {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFFBFBFB', endColorstr='#FFA89F83');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTUlIiBzdG9wLWNvbG9yPSIjY2ViZThmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYTg5ZjgzIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(left, #fbfbfb 0%, #cebe8f 15%, #a89f83 100%);
  background-image: -webkit-linear-gradient(left, #fbfbfb 0%, #cebe8f 15%, #a89f83 100%);
  background-image: linear-gradient(to right, #fbfbfb 0%, #cebe8f 15%, #a89f83 100%);
}
.main-box {
  padding: 25px 0 60px;
  border-bottom: 1px solid #CEC8B7;
}
@media screen and (max-width: 768px) {
  .main-box {
    padding: 5% 0 10%;
  }
}
.main-box-title {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 18px;
  color: #630;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main-box-title {
    margin-bottom: 5%;
    padding-bottom: 4%;
    font-size: 23px;
    font-size: 6.13333vw;
    line-height: 1.1;
  }
}
.main-box-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  height: 1px;
  margin: 0 auto;
  background: #000;
}
.main-box-text {
  margin-bottom: 45px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.55556;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main-box-text {
    margin: 5%;
    font-size: 17px;
    font-size: 4.53333vw;
    font-weight: normal;
    line-height: 1.47059;
    text-align: left;
  }
}

.seminar .main-visual {
  background: url("../seminar/img/main_visual_bg.jpg") center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .seminar .main-visual {
    background: url("../seminar/img/main_visual_bg_sp.jpg") center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.seminar .main-title {
  display: block;
  height: auto;
  padding: 21px 40px;
}
.seminar .main-title .small {
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .seminar .main-title .small {
    font-size: 12px;
    font-size: 3.2vw;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .seminar .main-box-title {
    padding: 0 5% 4%;
    line-height: 1.2;
  }
}

.contact-table {
  width: 1180px;
  margin: 0 auto 45px;
  table-layout: fixed;
}
@media screen and (max-width: 1200px) {
  .contact-table {
    width: 100%;
    margin-bottom: 5%;
  }
}
.contact-table th,
.contact-table td {
  line-height: 1.3;
  font-size: 1.6em;
  border: 10px solid #FFF;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .contact-table th,
  .contact-table td {
    display: list-item;
    font-size: 16px;
    font-size: 4.26667vw;
    list-style: none;
    border: none;
  }
}
.contact-table th {
  width: 340px;
  padding: 15px 10px 15px 30px;
  background: #E4DFD5;
}
@media screen and (max-width: 768px) {
  .contact-table th {
    position: relative;
    width: 100%;
    padding: 2% 5%;
  }
}
.contact-table td {
  padding: 15px 20px;
  background: #F8F5EE;
}
@media screen and (max-width: 768px) {
  .contact-table td {
    padding: 3% 5%;
    background: none;
  }
}
.contact-table .required {
  display: inline-block;
  width: 40px;
  margin-right: 4px;
  padding: 4px 0;
  background: #E35580;
  color: #FFF;
  font-size: 0.875em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-table .required {
    width: auto;
    margin-right: 1%;
    padding: 1% 2%;
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
.contact-table input[type="text"] {
  padding: 5px;
  border: 2px solid #B0B0B0;
}
.contact-table .long {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .contact-table .long {
    width: 100%;
  }
}
.contact-table .middle {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .contact-table .middle {
    width: 100%;
  }
}
.contact-table .short {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .contact-table .short {
    width: 100%;
  }
}
.contact-table textarea {
  width: 100%;
  padding: 5px;
  resize: vertical;
  line-height: 1.2;
  border: 2px solid #B0B0B0;
}
@media screen and (max-width: 1200px) {
  .contact-table select {
    width: 100%;
  }
}
.contact-table-text {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .contact-table-text {
    margin: 0 5% 3%;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.42857;
    text-align: left;
  }
}
.contact-table-text a {
  color: #000;
  text-decoration: underline;
}
.contact-table-text a:hover {
  text-decoration: none;
}
.contact-button-area {
  display: flex;
  justify-content: space-between;
  width: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact-button-area {
    width: 90%;
  }
}
.contact-button-area.-thanks {
  justify-content: center;
}
.contact-button-area input {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  width: 200px;
  height: 50px;
  color: #FFF;
  font-size: 1.8em;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-button-area input {
    width: 47.16418%;
    height: auto;
    padding: 4% 0;
    font-size: 19px;
    font-size: 5.06667vw;
    font-weight: bold;
  }
}
.contact-button-area input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.contact-button-area input[type="reset"] {
  background: #c7c7c7;
}
.contact-button-area input[type="button"], .contact-button-area input[type="submit"] {
  background: #509df7;
}

.confirm .contact-button-area input[type="button"] {
  background: #c7c7c7;
}

.error .contact-button-area {
  justify-content: center;
}

.data-r {
  color: #E35580;
  font-weight: bold;
}
