@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=EB+Garamond");
@import url("http://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

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

img {
  border: 0;
}

ul, ol {
  list-style-type: none;
  text-indent: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

em, strong {
  font-style: normal;
  font-weight: normal;
}

cite {
  font-style: normal;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Roboto, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1, h3, h4, h5 {
  font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Roboto, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

/* PC */
@media screen and (min-width: 768px) {
  .forsp {
    display: none;
  }

  body {
    background-color: #e8f6fa;
    font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Roboto, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 200;
    color: #062b37;
    font-size: 16px;
  }

  .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }

  a {
    color: #000000;
    text-decoration: none;
  }
  a.btn {
    width: 190px;
    height: 50px;
    border-radius: 25px;
    background-image: -moz-linear-gradient(-49deg, rgba(116, 190, 165, 0.4) 0%, rgba(100, 181, 201, 0.4) 100%);
    background-image: -webkit-linear-gradient(-49deg, rgba(116, 190, 165, 0.4) 0%, rgba(100, 181, 201, 0.4) 100%);
    background-image: -ms-linear-gradient(-49deg, rgba(116, 190, 165, 0.4) 0%, rgba(100, 181, 201, 0.4) 100%);
    background-image: linear-gradient(-49deg, rgba(116, 190, 165, 0.4) 0%, rgba(100, 181, 201, 0.4) 100%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    color: #3e7f88;
    font-weight: 400;
  }
  a.btn:hover {
    transition: all 0.2s ease-in;
    opacity: 0.8;
  }
  a.btn:before {
    content: '';
    display: block;
    width: 10px;
    height: 9px;
    background-image: url("../images/ico_arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  header .logo {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 999;
  }
  header .logo img {
    width: 169.5px;
  }
  header nav {
    position: absolute;
    top: 42px;
    right: 30px;
    z-index: 999;
  }
  header nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  header nav ul li {
    position: relative;
  }
  header nav ul li:not(:first-child):before {
    content: '';
    display: block;
    width: 1px;
    height: 24px;
    background-color: #32b7b2;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skew(-18deg);
    -moz-transform: skew(-18deg);
    -ms-transform: skew(-18deg);
    transform: skew(-18deg);
  }
  header nav ul li a {
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
  }
  header nav ul li a:hover {
    transition: all 0.2s ease-in;
    color: #32b7b2;
  }

  .title {
    text-align: center;
  }
  .title h2 {
    display: inline-block;
    letter-spacing: 0.4em;
    color: #3e7f88;
    min-width: 270px;
    padding: 0 1em;
  }
  .title h2 span.title__text {
    display: block;
  }
  .title h2 span.title__text.title__text--ja {
    font-size: 24px;
    font-weight: 200;
    line-height: 1em;
    border-bottom: 1px solid #3e7f88;
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
  .title h2 span.title__text.title__text--en {
    font-size: 24px;
    font-weight: 200;
    font-family: 'EB Garamond', serif;
  }

  .mv {
    height: 100vh;
    min-height:600px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background-image: url("../images/bg_01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
  }
  .mv h1 {
    width: 100%;
    max-width: 775px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .mv .mv__scroll {
    position: absolute;
    bottom: 30px;
    width: 70px;
    position: absolute;
    left: 50%;
    right: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .overview {
    height: 100vh;
    min-height: 1200px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background-image: url("../images/bg_02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
  .overview .overview__mark {
    width: 191px;
    margin: 0 auto 25px;
  }
  .overview .overview__concept {
    font-size: 34px;
    margin: 54px 0;
    line-height: 1.2em;
    text-align: center;
  }
  .overview .overview__concept span {
    display: inline-block;
  }
  .overview .overview__concept .overview__concept__small {
    font-size: 24px;
    padding: 0 0.5em;
  }
  .overview .overview__list {
    color: #3e7f88;
  }
  .overview .overview__list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-weight: 400;
  }
  .overview .overview__list ul li {
    margin: 0 2px;
    border-radius: 5px;
    background-image: -moz-linear-gradient(-49deg, rgba(116, 190, 165, 0.4) 0%, rgba(100, 181, 201, 0.4) 100%);
    background-image: -webkit-linear-gradient(-49deg, rgba(116, 190, 165, 0.4) 0%, rgba(100, 181, 201, 0.4) 100%);
    background-image: -ms-linear-gradient(-49deg, rgba(116, 190, 165, 0.4) 0%, rgba(100, 181, 201, 0.4) 100%);
    background-image: linear-gradient(-49deg, rgba(116, 190, 165, 0.4) 0%, rgba(100, 181, 201, 0.4) 100%);
    width: 146px;
    padding: 14px;
    line-height: 1;
    letter-spacing: 0.2em;
    text-align: center;
    font-size: 14px;
  }

  .company {
    background-image: url("../images/bg_03.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
  .company .greeting {
    padding: 100px 0;
  }
  .company .greeting .greeting__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-top: 70px;
  }
  .company .greeting .greeting__content .greeting__content__image {
    width: 268px;
  }
  .company .greeting .greeting__content .greeting__content__text {
    width: 730px;
    padding-left: 40px;
  }
  .company .greeting .greeting__content .greeting__content__text .greeting__content__text__name {
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 1em;
    line-height: 1em;
  }
  .company .greeting .greeting__content .greeting__content__text .greeting__content__text__name .greeting__content__text__name__en {
    font-size: 18px;
    font-family: 'EB Garamond', serif;
    color: #3e7f88;
    margin-left: 30px;
  }
  .company .greeting .greeting__content .greeting__content__text .greeting__content__text__comment {
    font-size: 18px;
    line-height: 2em;
    margin-bottom: 1.6666666667em;
  }
  .company .greeting .greeting__content .greeting__content__text__profile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .company .greeting .greeting__content .greeting__content__text__profile h4 {
    width: 6em;
    color: #3e7f88;
    font-size: 16px;
    text-align: center;
    font-weight: 200;
  }
  .company .greeting .greeting__content .greeting__content__text__profile .greeting__content__text__profile__inner {
    -webkit-box-flex: 1 1 0%;
    -moz-box-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    border-left: 1px solid #c2d7da;
    padding-left: 2.2857142857em;
    font-size: 14px;
    line-height: 1.7142857143em;
  }
  .company .greeting .greeting__content .greeting__content__text__profile .greeting__content__text__profile__inner .greeting__content__text__profile__list {
    margin-top: 2em;
  }
  .company .greeting .greeting__content .greeting__content__text__profile .greeting__content__text__profile__inner .greeting__content__text__profile__list ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .company .greeting .greeting__content .greeting__content__text__profile .greeting__content__text__profile__inner .greeting__content__text__profile__list ul li h5 {
    width: 5em;
    font-weight: 200;
  }
  .company .greeting .greeting__content .greeting__content__text__profile .greeting__content__text__profile__inner .greeting__content__text__profile__list ul li div {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .company .aboutus {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 100px 0;
  }
  .company .aboutus .aboutus__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-top: 70px;
  }
  .company .aboutus .aboutus__content .aboutus__content__detail {
    width: 400px;
    padding-right: 24px;
    font-size: 16px;
  }
  .company .aboutus .aboutus__content .aboutus__content__detail h3 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1em;
  }
  .company .aboutus .aboutus__content .aboutus__content__detail table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2em;
  }
  .company .aboutus .aboutus__content .aboutus__content__detail table th {
    font-weight: 200;
    vertical-align: top;
    width: 150px;
    text-align: right;
  }
  .company .aboutus .aboutus__content .aboutus__content__detail table th, .company .aboutus .aboutus__content .aboutus__content__detail table td {
    border-top: 1px solid #c2d7da;
    border-bottom: 1px solid #c2d7da;
    padding: 0.5em;
  }
  .company .aboutus .aboutus__content .aboutus__content__map {
    -webkit-box-flex: 1 1 0%;
    -moz-box-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }

  footer {
    background-color: #ffffff;
    color: #3e7f88;
    text-align: right;
    padding: 37px;
    font-size: 12px;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  .forpc {
    display: none;
  }

  body {
    background-color: #e8f6fa;
    font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Roboto, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 200;
    color: #062b37;
    font-size: 16px;
  }

  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }

  a {
    color: #000000;
    text-decoration: none;
  }
  a.btn {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background-image: -moz-linear-gradient(-49deg, rgba(116, 190, 165, 0.4) 0%, rgba(100, 181, 201, 0.4) 100%);
    background-image: -webkit-linear-gradient(-49deg, rgba(116, 190, 165, 0.4) 0%, rgba(100, 181, 201, 0.4) 100%);
    background-image: -ms-linear-gradient(-49deg, rgba(116, 190, 165, 0.4) 0%, rgba(100, 181, 201, 0.4) 100%);
    background-image: linear-gradient(-49deg, rgba(116, 190, 165, 0.4) 0%, rgba(100, 181, 201, 0.4) 100%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    color: #3e7f88;
    font-weight: 400;
  }
  a.btn:hover {
    transition: all 0.2s ease-in;
    opacity: 0.8;
  }
  a.btn:before {
    content: '';
    display: block;
    width: 10px;
    height: 9px;
    background-image: url("../images/ico_arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  header .logo {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 999;
  }
  header .logo img {
    width: 120px;
  }
  header nav {
    display: none;
    position: absolute;
    top: 42px;
    right: 30px;
    z-index: 999;
  }
  header nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  header nav ul li {
    position: relative;
  }
  header nav ul li:not(:first-child):before {
    content: '';
    display: block;
    width: 1px;
    height: 24px;
    background-color: #32b7b2;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skew(-18deg);
    -moz-transform: skew(-18deg);
    -ms-transform: skew(-18deg);
    transform: skew(-18deg);
  }
  header nav ul li a {
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
  }
  header nav ul li a:hover {
    transition: all 0.2s ease-in;
    color: #32b7b2;
  }

  .title {
    text-align: center;
  }
  .title h2 {
    display: inline-block;
    letter-spacing: 0.4em;
    color: #3e7f88;
    min-width: 260px;
    padding: 0 1em;
  }
  .title h2 span.title__text {
    display: block;
  }
  .title h2 span.title__text.title__text--ja {
    font-size: 22px;
    font-weight: 200;
    line-height: 1em;
    border-bottom: 1px solid #3e7f88;
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
  .title h2 span.title__text.title__text--en {
    font-size: 22px;
    font-weight: 200;
    font-family: 'EB Garamond', serif;
  }

  .mv {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background-image: url("../images/bg_01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .mv {
    height: 100vh;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .mv {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .mv h1 {
    width: 90.1408450704%;
    margin: 0 auto;
  }
  .mv .mv__scroll {
    position: absolute;
    bottom: 15px;
    width: 70px;
    position: absolute;
    left: 50%;
    right: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .overview {
    padding: 80px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background-image: url("../images/bg_02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .overview .overview__mark {
    width: 150px;
    margin: 0 auto 25px;
  }
  .overview .overview__concept {
    font-size: 24px;
    margin: 34px 0;
    line-height: 1.2em;
    text-align: center;
  }
  .overview .overview__concept span {
    display: inline-block;
  }
  .overview .overview__concept .overview__concept__small {
    display: block;
    padding: 0 0.5em;
    font-size: 18px;
  }
  .overview .overview__list {
    color: #3e7f88;
  }
  .overview .overview__list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 400;
  }
  .overview .overview__list ul li {
    margin: 0 4px 4px 0;
    border-radius: 5px;
    background-image: -moz-linear-gradient(-49deg, rgba(116, 190, 165, 0.4) 0%, rgba(100, 181, 201, 0.4) 100%);
    background-image: -webkit-linear-gradient(-49deg, rgba(116, 190, 165, 0.4) 0%, rgba(100, 181, 201, 0.4) 100%);
    background-image: -ms-linear-gradient(-49deg, rgba(116, 190, 165, 0.4) 0%, rgba(100, 181, 201, 0.4) 100%);
    background-image: linear-gradient(-49deg, rgba(116, 190, 165, 0.4) 0%, rgba(100, 181, 201, 0.4) 100%);
    width: 146px;
    padding: 14px;
    line-height: 1;
    letter-spacing: 0.2em;
    text-align: center;
    font-size: 14px;
  }

  .company {
    background-image: url("../images/bg_03.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
  .company .greeting {
    padding: 80px 0;
  }
  .company .greeting .greeting__content {
    margin-top: 40px;
  }
  .company .greeting .greeting__content .greeting__content__image {
    width: 268px;
    margin: 0 auto;
  }
  .company .greeting .greeting__content .greeting__content__text .greeting__content__text__name {
    font-size: 26px;
    font-weight: 200;
    margin-bottom: 1em;
    margin-top: 1em;
    line-height: 1em;
  }
  .company .greeting .greeting__content .greeting__content__text .greeting__content__text__name .greeting__content__text__name__en {
    font-size: 16px;
    font-family: 'EB Garamond', serif;
    color: #3e7f88;
    margin-left: 30px;
  }
  .company .greeting .greeting__content .greeting__content__text .greeting__content__text__comment {
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 1.6666666667em;
  }
  .company .greeting .greeting__content .greeting__content__text__profile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .company .greeting .greeting__content .greeting__content__text__profile h4 {
    width: 3em;
    color: #3e7f88;
    font-size: 16px;
    font-weight: 200;
  }
  .company .greeting .greeting__content .greeting__content__text__profile .greeting__content__text__profile__inner {
    -webkit-box-flex: 1 1 0%;
    -moz-box-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    border-left: 1px solid #c2d7da;
    padding-left: 1.1428571429em;
    font-size: 14px;
    line-height: 1.7142857143em;
  }
  .company .greeting .greeting__content .greeting__content__text__profile .greeting__content__text__profile__inner .greeting__content__text__profile__list {
    margin-top: 2em;
  }
  .company .greeting .greeting__content .greeting__content__text__profile .greeting__content__text__profile__inner .greeting__content__text__profile__list ul li h5 {
    font-weight: 200;
    margin-top: 1em;
  }
  .company .greeting .greeting__content .greeting__content__text__profile .greeting__content__text__profile__inner .greeting__content__text__profile__list ul li div {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .company .aboutus {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 80px 0;
  }
  .company .aboutus .aboutus__content {
    margin-top: 40px;
  }
  .company .aboutus .aboutus__content .aboutus__content__detail {
    font-size: 16px;
  }
  .company .aboutus .aboutus__content .aboutus__content__detail h3 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1em;
  }
  .company .aboutus .aboutus__content .aboutus__content__detail table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2em;
  }
  .company .aboutus .aboutus__content .aboutus__content__detail table th {
    font-weight: 200;
    vertical-align: top;
    width: 150px;
    text-align: right;
  }
  .company .aboutus .aboutus__content .aboutus__content__detail table th, .company .aboutus .aboutus__content .aboutus__content__detail table td {
    border-top: 1px solid #c2d7da;
    border-bottom: 1px solid #c2d7da;
    padding: 0.5em;
  }
  .company .aboutus .aboutus__content .aboutus__content__map {
    margin-top: 40px;
    -webkit-box-flex: 1 1 0%;
    -moz-box-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }

  footer {
    background-color: #ffffff;
    color: #3e7f88;
    text-align: right;
    padding: 20px 0;
    font-size: 12px;
  }
}
/*----------------------------------------
Utility
-----------------------------------------*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.float_none {
  float: none;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-center-box {
  margin-left: auto;
  margin-right: auto;
}

.bold {
  font-weight: bold;
}

.italic {
  font-weight: italic;
}

.highlight {
  background: linear-gradient(transparent 40%, #fdf0c2 0%);
}

.big-bold-noto {
  font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Roboto, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 130%;
}

.border-text {
  border-width: 1px;
  border-color: #bd9ae9;
  border-style: solid;
  border-radius: 20px;
  padding: 25px;
}

.width-10per {
  width: 10%;
}

.width-20per {
  width: 20%;
}

.width-30per {
  width: 30%;
}

.width-40per {
  width: 40%;
}

.width-50per {
  width: 50%;
}

.width-60per {
  width: 60%;
}

.width-70per {
  width: 70%;
}

.width-80per {
  width: 80%;
}

.width-90per {
  width: 90%;
}

.width-100per {
  width: 100%;
}

.margin-bottom-1em {
  margin-bottom: 1em;
}

.margin-bottom-2em {
  margin-bottom: 2em;
}

.margin-bottom-3em {
  margin-bottom: 3em;
}

.margin-bottom-4em {
  margin-bottom: 4em;
}

.margin-bottom-5em {
  margin-bottom: 5em;
}

.margin-left-1em {
  margin-left: 1em;
}

.padding-bottom-1em {
  padding-bottom: 1em;
}

.padding-bottom-2em {
  padding-bottom: 2em;
}

.padding-bottom-3em {
  padding-bottom: 3em;
}

.padding-bottom-4em {
  padding-bottom: 4em;
}

.padding-bottom-5em {
  padding-bottom: 5em;
}

.mindent-1em {
  padding-left: 1em;
  text-indent: -1em;
}

.mindent-2em {
  padding-left: 2em;
  text-indent: -2em;
}

.mindent-3em {
  padding-left: 3em;
  text-indent: -3em;
}

.mindent-4em {
  padding-left: 4em;
  text-indent: -4em;
}

.mindent-5em {
  padding-left: 5em;
  text-indent: -5em;
}

.smaller {
  font-size: 80%;
}

.larger {
  font-size: 120%;
}

.notes {
  background-color: #d82452;
  color: #ffffff;
  padding: 0.5em;
  border-radius: 5px;
  margin-bottom: 2em;
}

.notes * {
  font-size: 14px;
}

ul.list {
  list-style: none;
  display: table;
  padding-left: 0;
}

ul.list li {
  display: table-row;
}

ul.list li:before {
  content: "?";
  display: table-cell;
  width: 1em;
  text-align: center;
}

ul.kome {
  list-style: none;
  display: table;
  padding-left: 0;
}

ul.kome li {
  display: table-row;
}

ul.kome li:before {
  content: "※";
  display: table-cell;
  width: 1em;
  text-align: center;
}

ul.square {
  list-style: none;
  display: table;
  padding-left: 0;
}

ul.square li {
  display: table-row;
}

ul.square li:before {
  content: "■";
  display: table-cell;
  width: 1em;
  text-align: center;
}

/* PC */
@media screen and (min-width: 768px) {
  .float-none-pc {
    float: none;
  }

  .float-left-pc {
    float: left;
  }

  .float-right-pc {
    float: right;
  }

  .width-10per-pc {
    width: 10%;
  }

  .width-20per-pc {
    width: 20%;
  }

  .width-30per-pc {
    width: 30%;
  }

  .width-40per-pc {
    width: 40%;
  }

  .width-50per-pc {
    width: 50%;
  }

  .width-60per-pc {
    width: 60%;
  }

  .width-70per-pc {
    width: 70%;
  }

  .width-80per-pc {
    width: 80%;
  }

  .width-90per-pc {
    width: 90%;
  }

  .width-100per-pc {
    width: 100%;
  }
}
