@charset "utf-8";
@import url("ress.css");


/*
------------------------------------------------------
@theme  mfpartners.co.jp
@design masaomi.fujita (info@tegusu.com)
@author hirotatsu.kuwayama (h.kuwayama@khiten.co.jp)
@since  24.Dec.2017
------------------------------------------------------
*/



/*
 Global Setting
 ---------------------------------------------------------------- */
html, body {
  width: 100%;
  margin: 0;
}
body {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 13px;
  color: #505050;
  letter-spacing: .075em;
  line-height: 1.9;
}
@media screen and (max-width:750px) {
  body {
    font-size: 15.6px;
  }
}
img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: 200;
}
a, a:link, a:hover, a:visited {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
a:hover img {
  opacity: 0.9;
  transition: 0.3s ease-in-out;
}
ul, ol {
  list-style: none;
}
input:focus {
  outline: none;
}
address {
  font-style: normal;
}

.fn_fadeInContent {
  opacity: 0;
}
.ly_globalWrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
*:not(img)::-moz-selection {
  background-color: #505050;
  color: #fff;
}
*:not(img)::selection {
  background-color: #505050;
  color: #fff;
}
table, td, th {
  border-collapse: collapse;
}


/*
 Base
 ---------------------------------------------------------------- */
.global-wrapper {
  display: none;
}
main {
  margin-top: 160px;
}
@media screen and (max-width:1200px) {
  main {
    margin-top: 0;
  }
}



/*
 Opening Animation
 ---------------------------------------------------------------- */
.opening-animation {
  position: relative;
  width: 100%;
  height: 100%;
}
.opening-animation img {
  position: absolute;
  top: calc(50% - 176px);
  left: calc(50% - 265px);
  display: none;
}
@media screen and (max-width:750px) {
  .opening-animation img {
    width: calc(100vw * 0.7);
    height: calc(100vw * 0.7 * 0.475);
    top: calc(50% - calc(100vw * 0.7 * 0.475 * 0.5));
    left: calc(50% - calc(100vw * 0.7 * 0.5));
  }
}


/*
 Header
 ---------------------------------------------------------------- */
header {
  position: relative;
}
.global-header__wrapper {
}
.global-pc-header__wrapper{
  position: fixed;
  top: 0;
  width: 100%;
  height: 160px;
  background-color: #fff;
  z-index: 100;
}
@media screen and (max-width:1200px) and (min-width:769px) {
  .global-pc-header__wrapper {
    padding: 0 60px;
  }
}
.global-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 160px;
}
.global-header__logo img {
  width: 320px;
}
.global-header__logo img.is_scrolled {
  width: 220px;
  transition: .2s;
}
.global-header__navi > ul {
  padding: 0;
}
.global-header__navi > ul > li {
  display: inline;
  margin-left: 1.45em;
  padding: 0;
  font-size: 1.3077em; /* 17px */
  color: #003084;
  letter-spacing: 0.13em;
}
.global-header__navi > ul > li:nth-child(4),
.global-header__navi > ul > li:nth-child(6){
  font-size: 1.2308em;
}
.global-header__navi > ul.sub {
  text-align: right;
  margin-top: 16px;
}
.global-header__navi > ul.sub > li {
  padding-left: 1em;
  font-size: 1em; /* 17px */
  color: #003084;
  letter-spacing: 0.05em;
}
.global-header__navi > ul.sub > li > a > img {
  vertical-align: middle;
  width: 23px;
  padding-right: 4px;
  padding-bottom: 3px;
}




@media screen and (min-width:1270px) {
  .global-header {
    margin: 0 60px;
    width: auto;
  }
}
@media screen and (max-width:1270px) {
  .global-header {
    margin: 0 auto;
    max-width: 1150px;
  }
}
@media screen and (max-width:750px) {
  .global-pc-header__wrapper {
    position: static;
    height: auto;
  }
  .global-header {
    display:none;
  }
}

/* SP menu */
.menu-trigger,
.menu-trigger span{
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	cursor :pointer;
}
.menu-trigger{
	position: relative;
	width: 50px;
	height: 50px;
	color: #003084;
	border-radius: 4px;
	z-index: 9999;
}
.menu-trigger span{
	position: absolute;
	background: #003084;
  width: 20px;
  height: 2px;
	left: 0;
	right: 0;
	margin: auto;
}
.menu-trigger span:nth-of-type(1){
  top: 16px;
}
.menu-trigger span:nth-of-type(2){
	top: 2px;
	bottom: 0;
}
.menu-trigger span:nth-of-type(3){
	bottom: 14px;
}
.menu-trigger.active span:nth-of-type(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2){
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
  -webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}
#menu-text {
	color: #003084;
}
.global-sp-header__wrapper{
	position: relative;
  height: 72px;
}
.global-sp-header-logo {
  max-width: 180px;
  margin: auto;
  padding-top: 15px;
}
.global-sp-header {
	position: absolute;
  top: 9px;
  right: 10px;
}
.global-sp-header-nav {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 99;
}
.global-sp-header-nav ul {
	display: block;
  padding: 60px 30px;
	background: #FFFFFF;
  opacity: 0.8;
}
.global-sp-header-nav li {
  display: block;
	text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.2em;
  font-weight: bold;
	color: #003084;
	padding: 8px 0;
}
.global-sp-header-nav li.item01 {
  font-size: 1.2307em;
}
.global-sp-header-nav li.item02 {
  font-size: 1.1538em;
}
.global-sp-header-nav li.item02.sub {
  font-size: 0.85em;
  margin: .5em 0;
  letter-spacing: 0.1em;
}
.global-sp-header-nav li.item02.sub > a > img {
  vertical-align: middle;
  width: 25px;
  padding-right: 4px;
  padding-bottom: 4px;
}
.global-sp-header-nav li.item03 {
  margin-top: 15px;
}

/*
 Controller
 ---------------------------------------------------------------- */
.controller {
  position: fixed;
  top: 160px;
  right: 0;
  width: 60px;
  z-index: 101;
}
.controller__social-buttons img {
  display: block;
  margin: 0;
}
.controller__to-top {
  margin-top: .7em;
  display: block;
  cursor: pointer;
}
.controller__to-top {
  display: none;
}
@media screen and (max-width:750px) {
  .controller {
    width: 30px;
    top: auto;
    bottom: 120px;
  }
  .controller__social-buttons {
    display:none;
  }
}



/*
 Main visual
 ---------------------------------------------------------------- */
.main-visual__wrapper {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.main-visual {
  position: absolute;
  top: -50%;
}
.main-visual__image-wrapper > img {
  width: 100%;
}
@media screen and (max-width:1350px) and (min-width:1100px) {
  .main-visual__wrapper {
    max-width: 1350px;
    height: 600px;
  }
  .main-visual {
    top: -25%;
  }
}
@media screen and (max-width:1100px) and (min-width:751px) {
  .main-visual__wrapper {
    margin: 0 auto;
    max-width: 1100px;
    height: auto;
  }
  .main-visual {
    top: -20%;
  }
}
@media screen and (max-width:750px) {
  .main-visual__wrapper {
    margin: 0 auto;
    height: auto;
  }
}



/*
 About
 ---------------------------------------------------------------- */
.about-content {
  display: flex;
  justify-content: center;
}
.about-outline__catch {
  font-size: 1.6923em;
  line-height: 1.9;
  letter-spacing: 0.2em;
  margin-bottom: 60px;
}
.about-content__left-wrapper {
  width: 535px;
  margin-right: 3em;
}
.about-content__right-wrapper {
  width: calc(100% - 535px - 3em);
}
.about-content__text.is_hidden {
  display: none;
}
.about-content__read-more,
.about-content__open-president {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho";
  font-size: 1.3846em;
  margin-top: 1em;
  letter-spacing: .2em;
  text-decoration: underline;
  cursor: pointer;
}
.about-content__open-president {
  display: none;
  margin-top: .7em;
}
.about-content__president {
  display: none;
  opacity: 0;
}
.about-content__president ul {
  margin: 1em 0 .1em 0;
  font-weight: bold;
}
.about-content__position {
  font-weight: bold;
  margin-top: 2em;
  letter-spacing: .15em;
}
.about-content__position li:nth-child(3) {
  font-size: 1.3846em;
}
@media screen and (max-width:1210px) and (min-width:1081px) {
  .about-content__right-wrapper {
  }
}
@media screen and (max-width:1080px) and (min-width:751px) {
  .about-content {
    display: block;
  }
  .about-content__left-wrapper {
    width: auto;
    text-align: center;
    margin-bottom: 1em;
  }
  .about-content__right-wrapper {
    width: auto;
    margin: 0;
  }
}
@media screen and (max-width:750px) {
  .about-content {
    display: block;
    padding: 0 30px;
  }
  .about-content__left-wrapper,
  .about-content__right-wrapper {
    width: auto;
    margin: 0;
  }
  .about-outline__catch {
    margin-bottom: 30px;
    font-size: 1em;
  }
  .about-content__read-more {
    text-align:center;
    font-size: 1em;
  }
}


/*
 Lecture partners
 ---------------------------------------------------------------- */
.lecture-partners {
  margin-top: -10em;
}
.lecture-partners__heading {
  font-size: 1.1538em;
  text-align: center;
  margin-bottom: 1.2em;
}
.lecture-partners__text {
  line-height: 1.95;
}
@media screen and (max-width:750px) {
  .lecture-partners__text {
    padding: 0 30px;
  }
}


/*
 News
 ---------------------------------------------------------------- */
.news-facebook__outer {
  display: flex;
  justify-content: space-between;
  height: 120px;
}
.news-facebook {
  display: flex;
  justify-content: space-between;
  flex-basis: 30%;
  opacity: 0;
  margin-top: 80px;
}
.news-facebook__image-wrapper {
  min-width: 120px;
}
.news-facebook img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
}
.news-facebook__text-wrapper {
  margin-left: 1.5em;
}
.news-facebook__description {
  line-height: 1.9;
  margin-bottom: .5em;
  padding-top: .7em;
}
.news-facebook__date {
  letter-spacing: .3em;
}
.news-facebook__error {
  width: 100%;
  text-align: center;
}
@media screen and (max-width:1080px) and (min-width:751px) {
  .news-facebook__outer {
    display: block;
    height: auto;
    padding: 0 30px;
  }
  .news-facebook {
    margin-bottom:20px;
  }
  .news-facebook__image-wrapper {
    min-width: 110px;
    min-height: 110px;
    width: 20%;
  }
  .news-facebook img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
  }
  .news-facebook__text-wrapper {
    width: 79%;
    margin-left: 1em;
  }
  .news-facebook__description {
    margin-bottom: 0;
  }
}
@media screen and (max-width:750px) {
  .news-facebook__outer {
    display: block;
    height: auto;
    padding: 0 30px;
  }
  .news-facebook {
    margin-bottom:20px;
  }
  .news-facebook__image-wrapper {
    min-width: 110px;
    min-height: 110px;
    width: 29%;
  }
  .news-facebook img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
  }
  .news-facebook__text-wrapper {
    width: 70%;
    margin-left: 1em;
  }
  .news-facebook__description {
    margin-bottom: 0;
  }
}


/*
 Price
 ---------------------------------------------------------------- */
.price-content {
  display: flex;
  justify-content: center;
}
.price-content__left-wrapper {
  width: 535px;
  margin-right: 3em;
}
.price-content__right-wrapper {
  width: calc(100% - 535px -3em);
}
.price-content-menu {
  margin-bottom: 2.2em;
}
.price-content-menu__title {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.12em;
  margin-bottom: .7em;
  padding-bottom: .2em;
  line-height: 1;
  border-bottom: 1px solid #FFF100;
}
.price-content-menu__detail {
  padding-left: 1em;
}
.price-content-menu__detail > li::before {
  content: "＊";
  margin-left: -1em;
  margin-right: .1em;
}
@media screen and (max-width:750px) {
  .price-content {
    display: block;
    padding: 0 30px;
  }
  .price-content__left-wrapper,
  .price-content__right-wrapper {
    width: 100%;
    margin: 0;
  }
  .price-content-menu__title {
    line-height: 1.6;
    font-size: 1em;
  }
  .price-content-menu {
    margin-bottom: 20px;
  }
  .price-content-menu__detail {
    font-size: 1em;
  }
}


/*
 Company
 ---------------------------------------------------------------- */
.company-content {
  display: flex;
  justify-content: space-between;
}
.company-content__map {
  width: 535px;
  margin-right: 3em;
}
.company-content__detail {
  width: calc(100% - 535px - 3em);
  line-height: 2.5em;
  border-collapse: collapse;
}
.company-content__detail th {
  min-width: 8em;
  padding: 0 1em;
  border-right: 2px solid #ccc;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
.company-content__detail td {
  padding: 0 0 0 1.5em;
}
@media screen and (max-width:1080px) and (min-width:751px) {
  .company-content {
    display: block;
  }
  .company-content__map {
    width: 100%;
    text-align: center;
    margin-bottom: 3em;
  }
  .company-content__detail {
    width: 90%;
    margin: 0 5%;
  }
}
@media screen and (max-width:750px) {
  .company-content {
    display: block;
    padding: 0 30px;
  }
  .company-content__map {
    width:100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .company-content__map iframe,
  .company-content__map object,
  .company-content__map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .company-content__detail {
    width: 100%;
    margin-top: 20px;
  }
  .company-content__detail th {
    border-right: none;
    display: block;
    padding: 0;
    font-weight: bold;
    font-size: 0.8666em;
  }
  .company-content__detail td {
    padding: 0;
    display: block;
    font-size: 0.8666em;
    line-height: 1.8;
  }
}


/*
 Contact
 ---------------------------------------------------------------- */
.contact-content {
  width: 652px;
  margin: 0 auto;
}
.contact-content table {
  width: 100%;
  margin-bottom: 4em;
}
.contact-content th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  width: 27%;
  padding-top: .2em;
}
.contact-content tr:nth-child(5) td {
  text-align: center;
  padding-bottom: 6em;
}
.contact-content tr:nth-child(6) th span {
  display:block;
}
.contact-content tr:nth-child(6) td {
  padding: 0 2em;
  border-left: solid 1px #ccc;
}
.contact-content td {
  width: calc(652px - 27%);
  padding-bottom: 1.4em;
}
input[type="text"] {
  background: #f0f0f0;
  width: 100%;
  padding: .2em .6em;
}
textarea {
  background-color: #f0f0f0;
  width: 100%;
  height: 16em;
  padding: .2em .6em;
  margin-bottom: 1em;
}
.contact-content__submit-button {
  background-image: url(../img/button_contact.png);
  width: 110px;
  height: 40px;
}
.contact-content__tel {
  font-size: 25px;
  letter-spacing: .2em;
  line-height: 1;
  margin-bottom: 1em;
}
.contact-content__tel-attention {
  line-height: 1;
  margin-top: 1em;
}
.contact-content__invalid-message {
  margin-top: .2em;
  color: #FE2E64;
  display: none;
}
.contact-content__thanks-message {
  display: none;
}
.contact-content__thanks-message small {
  display: block;
  margin-top: 2em;
}
.contact-content__loading {
  display: none;
  width: 80px;
  margin-top: -20px;
}
@media screen and (max-width:750px) {
  .contact-content {
    width: 100%;
    padding: 0 30px;
  }
  .contact-content table {
    width: 100%;
    margin-bottom: 2em;
  }
  .contact-content th {
    width: 100%;
    display: block;
    font-size: 0.8666em;
    text-align: center;
    padding-bottom: 1em;
  }
  .contact-content td {
    width: 100%;
    display: block;
  }
  .contact-content tr:nth-child(6) td {
    padding: 0;
    border-left: none;
  }
  .contact-content td {
    width: 100%;
    padding-bottom: 1.4em;
  }
  .contact-content tr:nth-child(5) td {
    text-align: center;
    padding-bottom: 2.3076em;
  }
  .contact-content tr:nth-child(6) th {
    text-align: center;
    color: #003084;
    font-weight:bold;
  }
  .contact-content tr:nth-child(6) th span {
    display:inline-block;
  }
  .contact-content__tel {
    font-size: 18px;
    text-align: center;
  }
  .contact-content__tel-attention {
    line-height: 1.8;
    margin-top: 1em;
    text-align: center;
    font-size: 0.8666em;
  }
}



/*
 Privacy
 ---------------------------------------------------------------- */
.privacy-content {
  width: 652px;
  margin: 0 auto;
}
.privacy-content dt {
  font-weight: bold;
}
.privacy-content dd {
  margin-bottom: 2em;
}
@media screen and (max-width:750px) {
  .privacy-content {
    width: 100%;
    padding: 0 30px;
    font-size: 0.8666em;
  }
}

/*
 Eyecatch
 ---------------------------------------------------------------- */
.eyecatch__outer {
  background-color: #E6E6E6;
}
.eyecatch {
  height: 400px;
  overflow: hidden;
}
.eyecatch img {
  min-width: 1150px;
  height: 400px;
  opacity: 0;
}
@media screen and (max-width:750px) {
  .eyecatch {
    height: auto;
  }
  .eyecatch img {
    min-width: initial;
    height: auto;
  }
}


/*
 Movie
 ---------------------------------------------------------------- */
.movie-meta {
  text-align: center;
  margin-bottom: 6em;
}
.movie-meta__title {
  margin-top: 1em;
  color: #003084;
  font-weight: bold;
  font-size: 1.538em;
  letter-spacing: 0.2em;
}
.movie-meta__attention {
  margin-top: .8em;
  font-size: 1.0769em;
  letter-spacing: 0.1em;
}
@media screen and (max-width:750px) {
  .movie-meta {
    margin-bottom: 4em;
  }
  .movie-meta__title {
    margin-top: 1em;
    font-size: 1.282em;
    letter-spacing: 0.2em;
  }
  .movie-content {
    width: 100%;
    padding: 0 30px;
  }
}


/*
 Posts
 ---------------------------------------------------------------- */
.posts {
  position: relative;
}
.posts-content {

}
.posts-content-list__outer {
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin-right: 4em;
  width: calc(100% - 4em - 180px);
}
.posts-content-list {
  flex-direction: row;
  width: calc(50% - 4.5em);
  margin-right: 4.5em;
  margin-bottom: 4em;
  padding-left: 1em;
  border-left: 2px solid #7B95C4;
}
.posts-content-list__date {
  background-color: #e6e6e6;
  padding: .1em 0 0 0.6em;
  display: block;
  letter-spacing: .35em;
  line-height: 1;
  margin-bottom: 1em;
}
.posts-content-list__title {
  color: #003084;
  font-size: 1.1538em;
  font-weight: bolder;
  margin-bottom: .5em;
}
.posts-content-sidebar {
  float: left;
  width: 180px;
  display: flex;
  flex-direction: column;
}
.posts-content-sidebar__heading {
  background-color: #003084;
  color: #fff;
  font-size: 1em;
  padding: 0 .5em;
  letter-spacing: .3em;
}
.posts-content-sidebar__list {
  margin-bottom: 4em;
}
.posts-content-sidebar__list li {
  border-bottom: 1px solid #c8c8c8;
  color: #737373;
}
.posts-content-sidebar__list li a {
  padding: 1em 1.6em;
  display: block;
  line-height: 1;
  letter-spacing: .2em;
}
.posts-content-sidebar__list li.is_active {
  background-color: #e6e6e6;
  color: #003084;
}
.posts-content-sidebar__list li.is_active a {
  padding-left: .6em;
}
.posts-content-sidebar__list li.is_active a::before {
  content: ">";
  margin-right: .4em;
}
@media screen and (max-width:750px) {
  .posts-content {
    width: 100%;
    padding: 0 30px;
  }
  .posts-content-list__outer {
    float: none;
    display: block;
    flex-wrap: wrap;
    margin-right: 0;
    width: 100%;
  }
  .posts-content-list {
    width: 100%;
    margin-right: 0;
  }
  .posts-content-list h3 {
  }
  .posts-content-list p {
  }
  .posts-content-sidebar {
    float: none;
    width: 100%;
  }
  .posts-content-sidebar__list li a {
  }
}



/*
 Post
 ---------------------------------------------------------------- */
.post-content__outer {
  float: left;
  margin-right: 13em;
  width: calc(100% - 13em - 180px);
}
.post-content__breadcrumb {
  margin-bottom: 3em;
}
.post-content__breadcrumb li {
  display: inline;
  margin-right: .1em;
}
.post-content__breadcrumb li:not(:last-child)::after {
  content: "＞";
  margin-left: .5em;
}
.post-content__title {
  font-size: 1.9231em;
  padding-bottom: .3em;
  border-bottom: 3px solid #003084;
}
.post-content__date {
  display: block;
  letter-spacing: .3em;
  margin: 1em 0 2.5em 0;
  font-size: 1.0769em;
}
.post-content__text {
  font-size: 1.1538em;
}
.post-content__text p {
  margin-bottom: 1em;
}
.post-content__text h1,
.post-content__text h2,
.post-content__text h3
{
  font-weight: bolder;
}
.post-content__backlink {
  padding-top: 2em;
  text-align: right;
}
@media screen and (max-width:750px) {
  .post-content__outer {
    float: none;
    width: 100%;
  }
  .post-content__breadcrumb li {
    font-size: 0.6923em
  }
  .post-content__title {
    font-size: 1.2em;
    border-bottom: 2px solid #003084;
  }
  .post-content__date {
    font-size: 1.2em;
    margin: 0.5em 0 2.5em 0;
  }
  .post-content__text {
    font-size: 1.2em;
  }
  .post-content__backlink {
    font-size: 0.8666em;
    padding-bottom: 60px;
  }
}

/*
 Pagenation
 ---------------------------------------------------------------- */
.pagenation {
  width: 100%;
  margin-top: 2em;
  text-align: center;
}
.pagenation li {
  display: inline;
  margin: 0 .4em;
}
.pagenation li.is_active {
  text-decoration: underline;
}
@media screen and (max-width:750px) {
  .pagenation {
    font-size: 0.8666em;
    padding-bottom: 60px;
  }
}


/*
 Footer
 ---------------------------------------------------------------- */
.global-footer {
  display: none;
  text-align: center;
}
.global-footer__upper {
  padding-top: 60px;
  border-top: solid 2px #ccc;
}
@media screen and (min-width:1270px) {
  .global-footer__upper {
    margin: 0 60px;
    width: auto;
  }
}
@media screen and (max-width:1270px) {
  .global-footer__upper {
    margin: 0 auto;
    max-width: 1150px;
  }
}
@media screen and (max-width:750px) {
  .global-footer__upper {
    padding-top: 30px;
  }
}
.global_footer__logo {
  margin-bottom: 1em;
}

.global-footer__copyright {
  font-size: 11px;
  margin-bottom: 2.5em;
}
.global-footer__social-button {
  margin-bottom: 2.5em;
}
.global-footer__social-button img {
  margin: 0 .2em;
}
.global-footer__bottom {
  background-color: #E6E6E6;
}
.global-footer__address {
  padding: 2em 0 20em 0;
}
@media screen and (max-width:750px) {
  .global_footer__logo {
    margin-bottom: 0.5em;
  }
  .global-footer__copyright {
    margin-bottom: 1.5384em;
  }
  .global-footer__social-button {
    margin-bottom: 1.5384em;
  }
  .global-footer__address {
    padding: 2em 0 4em 0;
    line-height: 1em;
    font-size: 0.8666em;
  }
  .global-footer__address span {
    display: block;
    line-height: 1.8;
  }
}


/*
 General
 ---------------------------------------------------------------- */
.ge_pc-only {
}
.ge_sp-only {
	display:none;
}
@media screen and (max-width:1200px) {
  .ge_pc-only {
    display:none;
  }
  .ge_sp-only {
    display:block;
  }
}
.ge_main-content__cover {
  padding-top: 120px;
  border-top: solid 1px #ccc;
}

@media screen and (min-width:1270px) {
  .ge_main-content__cover {
    margin: 0 60px;
    width: auto;
  }
}
@media screen and (max-width:1270px) {
  .ge_main-content__cover {
    margin: 0 auto;
    max-width: 1150px;
  }
}
@media screen and (max-width:750px) {
  .ge_main-content__cover {
    padding-top: 45px;
  }
}

.ge_main-content {
  max-width: 1150px;
  margin: 0 auto 120px auto;
}
@media screen and (max-width:1210px) and (min-width:750px) {
  .ge_main-content {
    margin: 0 60px 120px 60px;
  }
}
@media screen and (max-width:750px) {
  .ge_main-content {
    width:100%;
    margin: 0 auto 45px auto;
  }
}

.ge_main-content.has_child {
  margin-bottom: 2em;
}
.ge_main-content.as_page {
  padding-top: 4em;
}
.ge_content {
  margin-bottom: 120px;
}
.ge_content.has_child {
  margin-bottom: 60px;
}
.ge_content-outline {
  text-align: center;
}
.ge_content-outline__heading {
  display: flex;
  justify-content: center;
  font-size: 2.2308em;
  letter-spacing: 0.4em;
  line-height: 1;
  margin-bottom: 60px;
}
.ge_content-outline__heading.as_small {
  font-size: 1.6923em;
}
.ge_content-outline__sub-heading {
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #003084;
  margin-bottom: 85px;
  padding-bottom: .4em;
  border-bottom: 2px solid #FFF100;
}
.ge_content-outline__sub-heading.short {
  margin-bottom: 60px;
}
.ge_montserrat {
  font-family: 'Montserrat', sans-serif;
  color: #003084;
}
.ge_montserrat a {
  font-family: 'Montserrat', sans-serif;
  color: #003084;
}
.ge_montserrat.medium {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #003084;
}
@media screen and (max-width:750px) {
  .ge_content {
    margin-bottom: 45px;
  }
  .ge_main-content.as_page {
    padding-top: 3.307em;
  }
  .ge_content-outline__heading {
    font-size: 1.3461em;
    margin-bottom: 30px;
  }
  .ge_content-outline__heading.as_small {
    font-size: 1.1217em;
  }
  .ge_content-outline__sub-heading {
    font-size: 0.8666em;
    margin-bottom: 30px;
    padding-bottom: 0
  }
  .ge_content-outline__sub-heading.short {
    margin-bottom: 30px;
  }
  .ge_content.has_child {
    margin-bottom: 45px;
  }
  .ge_normal-image-container {
    text-align: center;
  }
  .ge_normal-image-container img {
    display: inline-block;
    margin-bottom: 1em;
  }
}


/*
 functions
 ---------------------------------------------------------------- */
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}


/*
 404
 ---------------------------------------------------------------- */
.not-found {
  margin: 20em 0;
  text-align: center;
}
.not-found__status {
  font-size: 2.2308em;
  text-align: center;
}
