@charset "UTF-8";
.link-from-admin {
  color: black;
  text-decoration: none; }

.link-from-admin:visited {
  color: black; }

.link-default-black {
  color: black;
  text-decoration: none; }

.link-default-black:visited {
  color: black; }

body {
  margin: 0;
  font-family: "futura-pt", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, Droid Sans, YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif; }

a {
  text-decoration: none; }

.nav-brand {
  max-width: 300px;
  width: 20%;
  height: auto;
  padding-top: 20px;
  padding-left: 20px; }
  .nav-brand img {
    width: 100%; }

.navbar-brand-icon {
  margin-right: 12px;
  max-width: 330px;
  max-height: 83px; }

.menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: black; }

.nav-container {
  display: flex;
  flex-direction: row;
  padding-inline-start: 0;
  margin-top: 28px; }

.nav-item {
  margin-right: 2em;
  list-style: none; }
  .nav-item .navi-link {
    text-decoration: none;
    color: black; }
    .nav-item .navi-link .main {
      font-size: 22px;
      font-weight: bold;
      color: black; }
    .nav-item .navi-link .sub {
      font-size: 18px;
      font-family: "游ゴシック体 Std";
      color: black; }
  .nav-item .navi-link:link {
    color: black; }
  .nav-item .navi-link:visited {
    color: black; }
  .nav-item .nav-photo-icon {
    display: flex;
    flex-direction: row;
    align-items: center; }
  .nav-item .nav-photo-icon-camera {
    margin-left: 8px;
    width: 50px;
    height: 50px; }
  .nav-item .nav-photo-sentence {
    margin-right: 8px;
    font-size: 12px; }

.photo-link-block {
  padding: 17px 14px;
  border: solid 3px #FBB901;
  border-radius: 6px;
  max-width: 180px; }

.hidden {
  position: fixed;
  top: -100%;
  left: -100%; }

#nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;
  /*全体に広がるように*/
  right: 0;
  width: 50px;
  height: 50px;
  margin: 10px; }
  #nav-close .cancel-icon {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 26.25px 25px;
    padding: 0;
    width: 2px;
    height: 32px;
    background: #000;
    transform: rotate(45deg); }
  #nav-close .cancel-icon:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -14.55px;
    width: 32px;
    height: 2px;
    margin-top: -2px;
    background: #000; }

@media screen and (max-width: 1200px) {
  .nav-item {
    margin-right: 1.5em; }
    .nav-item .navi-link .main {
      font-size: 18px; }
    .nav-item .navi-link .sub {
      font-size: 16px; } }

@media screen and (max-width: 1024px) {
  header input[type="checkbox"]:checked ~ #nav-close {
    display: block; }
  header input[type="checkbox"]:checked ~ nav {
    display: block;
    height: 800px;
    max-height: 900px;
    background-color: white;
    border-bottom: transparent 0px solid; }
  .hamburger:before {
    content: "";
    display: block;
    background-color: #000000;
    width: 100%;
    height: 2px; }
  .hamburger {
    height: 32px;
    width: 32px;
    padding: 32px 24px;
    float: right;
    cursor: pointer; }
  .hamburger:after {
    content: "";
    display: block;
    background-color: #000000;
    width: 100%;
    height: 2px;
    margin: 12px 0;
    box-shadow: 0px 13px 0 #000000; }
  .menu {
    display: none;
    flex-direction: column;
    position: absolute;
    justify-content: flex-start;
    align-items: center;
    top: 0;
    left: 0;
    background-color: white;
    width: 100%; }
  .nav-container {
    flex-direction: column;
    max-width: 80%;
    margin: 8px 24px;
    margin-block-start: 0;
    margin-block-end: 0; }
  .nav-brand {
    width: 70%;
    padding-left: 24px; }
  .navbar-brand {
    padding: 0; }
  .navbar-brand-icon {
    width: 100%; }
  .nav-item {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 12px;
    text-align: left; }
    .nav-item .navi-link {
      display: block;
      padding: .4em; }
      .nav-item .navi-link .main {
        font-weight: 100; }
  header {
    width: 100%;
    display: inline-block;
    background-color: transparent;
    z-index: 1000;
    position: absolute; }
  nav {
    background: transparent;
    float: right;
    border: 0 !important;
    max-height: none; }
  nav ul, nav li, nav li a {
    display: inline-block; }
  nav a {
    display: inline-block;
    padding: 15px 1em; } }

.sidemenu .sidemenu-item {
  margin-bottom: 16px; }
  .sidemenu .sidemenu-item a {
    display: block;
    color: white;
    font-size: 32px;
    text-decoration: none; }

.sidemenu .sidemenu-item:hover {
  background-color: #59adb5; }

.sidemenu .sidemenu-item:visited {
  color: white; }

@media screen and (max-width: 1024px) {
  .sidemenu .sidemenu-item {
    padding: 0;
    margin: 16px 0;
    list-style-type: none; }
    .sidemenu .sidemenu-item a {
      display: block;
      color: white;
      text-decoration: none; } }

.footer-border {
  border: solid #FBB901;
  border-width: 10px;
  margin: 0; }

.footer-middle-border {
  display: none;
  border: solid white;
  border-width: 1px;
  margin: 20px 0; }

.footer-container {
  background-color: #00a7b5;
  color: white;
  padding: 40px 40px 20px 40px; }

.footer-middle-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 60px; }
  .footer-middle-container .title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px; }

.news {
  margin: 0 100px;
  color: white; }
  .news .news-contents {
    color: white; }
  .news .news-content {
    display: block;
    margin-bottom: 34px; }
    .news .news-content .news-date {
      font-size: 20px;
      font-weight: bold; }
    .news .news-content .news-title {
      font-size: 16px; }
  .news .news-content:hover {
    background-color: #59adb5; }
  .news .news-content:visited {
    color: white; }
  .news .news-list-link-wrapper {
    border: solid white;
    border-width: 1px;
    cursor: pointer;
    text-align: center;
    max-width: 100%; }
    .news .news-list-link-wrapper .news-list-link {
      padding: .5em 4em;
      color: white;
      text-decoration: none;
      font-size: 20px;
      display: block; }
  .news .news-list-link-wrapper:hover {
    background-color: #59adb5; }

.access .access-contents {
  font-size: 16px;
  margin-bottom: 30px; }

.footer-mini-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .footer-mini-map iframe, .footer-mini-map object, .footer-mini-map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.facebook-plugin {
  padding-top: 0;
  height: 100%;
  width: 100%;
  margin-bottom: 30px; }
  .facebook-plugin .footer-facebook-box {
    height: 400px;
    width: -webkit-fill-available; }

.footer-text-muted .privacy-link {
  color: white;
  text-decoration: none; }

.footer-text-muted .copy-right {
  color: white;
  text-align: center; }

.privacy-footer {
  width: 15px;
  height: 15px; }

@media screen and (max-width: 1024px) {
  .footer-container {
    padding: 40px 23px; }
  .footer-middle-container {
    flex-direction: column; }
  .footer-logo {
    max-width: 260px; }
  .news {
    margin: 0; }
    .news .news-content {
      max-width: 100%; }
    .news .news-list-link-wrapper {
      width: 100%;
      margin-bottom: 48px; }
  .footer-middle-border {
    display: block;
    margin-bottom: 30px; }
  .footer-mini-map {
    position: relative;
    width: 100%;
    /* 左右に余白が必要なら値を変更してもOK */
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden; }
    .footer-mini-map iframe, .footer-mini-map object, .footer-mini-map embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      /* 必要であれば!importantを付けてください */
      height: 100%;
      /* 必要であれば!importantを付けてください */ }
  .facebook-plugin {
    padding-top: 0;
    height: 100%;
    width: 100%;
    margin-bottom: 30px; }
    .facebook-plugin .footer-facebook-box {
      height: 300px;
      width: -webkit-fill-available; } }

.top-container {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  text-align: center;
  width: 100%;
  height: auto;
  margin-bottom: 162px; }

.catch-copy {
  display: block;
  padding-top: 0px;
  margin-bottom: 110px;
  font-size: 32px;
  text-align: center;
  color: black; }
  .catch-copy .main-title {
    align-self: center;
    font-family: "futura-pt";
    font-weight: bold;
    margin-bottom: 35px; }
  .catch-copy .sub-title {
    font-size: 20px;
    color: #FBB901; }

.concept {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 32px;
  margin-bottom: 80px; }
  .concept .concept-content {
    max-width: 300px; }
    .concept .concept-content .concept-image-wrapper {
      margin-bottom: 20px; }
      .concept .concept-content .concept-image-wrapper .concept-image-content {
        display: block;
        margin: 0 auto; }
    .concept .concept-content .title {
      font-size: 26px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 60px; }
    .concept .concept-content .detail {
      max-width: 548px;
      text-align: left;
      font-size: 16px;
      font-family: "futura-pt";
      line-height: 1.5em; }

.top-service {
  margin-bottom: 120px; }
  .top-service .top-middle-title {
    font-size: 26px;
    text-align: center; }
    .top-service .top-middle-title .top-middle-main-title {
      font-size: 26px;
      margin-bottom: 30px; }
    .top-service .top-middle-title .top-middle-main-title {
      font-size: 48px;
      margin-bottom: 100px; }
  .top-service .top-service-contents {
    display: flex;
    flex: row;
    flex-wrap: wrap;
    justify-content: space-around; }
    .top-service .top-service-contents .top-service-content {
      max-width: 300px; }
      .top-service .top-service-contents .top-service-content .top-service-image {
        max-width: 300px;
        margin-bottom: 20px; }
      .top-service .top-service-contents .top-service-content .top-service-catch-copy {
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        margin-bottom: 10px; }
  .top-service .title-button {
    margin-bottom: 18px;
    text-align: left;
    font-size: 16px; }
    .top-service .title-button .service-button {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      font-size: 18px;
      font-weight: bold;
      text-align: left;
      width: -webkit-fill-available;
      border: solid 0px;
      background-color: white;
      padding: 0;
      margin-bottom: 60px; }
    .top-service .title-button .arrow {
      left: 3px;
      width: 15px;
      height: 15px;
      border-top: 3px solid #00A7B5;
      border-right: 3px solid #00A7B5;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .top-service .service-button:focus {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none; }
  .top-service .top-service-select-button {
    display: block;
    width: 30%;
    height: 56px;
    font-size: 20px;
    font-weight: bold;
    background-color: white;
    border: solid 4px #FBB901;
    cursor: pointer;
    margin: 0 auto; }

.slider {
  width: 100vw;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center; }

.mobile-slider {
  display: none; }

.slider__content {
  min-width: 100%;
  height: 100%;
  align-self: center; }

@keyframes fade {
  0% {
    opacity: 1; }
  20% {
    opacity: 1; }
  33.33% {
    opacity: 0; }
  73.33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadein img:nth-of-type(1) {
  animation-delay: 12s; }

.fadein img:nth-of-type(2) {
  animation-delay: 6s; }

.fadein img:nth-of-type(3) {
  animation-delay: 0s; }

.fadein img {
  opacity: 1;
  animation-name: fade;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: auto; }

.catch-copy:before {
  content: "";
  display: block;
  padding-top: 45%; }

.slider__img {
  min-width: 100%;
  height: auto; }

.top-message-background-image {
  margin-top: 48px;
  height: 600px;
  width: 100%;
  background: url(../img/top-message-background-image.png);
  background-size: cover; }

.top-message-background-image::after {
  content: '';
  background: black;
  opacity: 0.4; }

.top-message-area {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto; }

.top-message-text {
  width: 80%;
  max-width: 1024px;
  text-align: center;
  font-family: "futura-pt";
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 2;
  color: white;
  opacity: 1; }

.only-mobile-br {
  display: none; }

@media screen and (max-width: 640px) {
  .slider {
    display: none; }
  .mobile-slider {
    width: 100vw;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center; } }

@media screen and (max-width: 1024px) {
  .top-service {
    margin: 0 24px 60px; }
    .top-service .top-service-select-button {
      width: 90%; }
  .catch-copy:before {
    padding-top: 140%; }
  .catch-copy .main-title {
    font-family: "futura-pt";
    font-weight: bold;
    margin-bottom: 60px; }
  .catch-copy .sub-title {
    font-size: 30px; }
  .only-mobile-br {
    display: block; } }

.introduction-container {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: "futura-pt";
  font-size: 16px;
  width: 100%; }
  .introduction-container .introduction-page-title .title {
    padding-top: 80px;
    padding-bottom: 0;
    font-size: 48px;
    text-align: center;
    font-family: "futura-pt";
    font-weight: bold;
    letter-spacing: 3.5px; }
  .introduction-container .introduction-page-title .sub-title {
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-align: center; }
  .introduction-container .contents {
    width: 80%;
    display: flex;
    flex-flow: row wrap;
    padding: 90px 0; }
    .introduction-container .contents .title {
      font-size: 26px;
      font-weight: bold;
      text-align: left;
      padding-bottom: 80px; }
    .introduction-container .contents .content {
      font-size: 16px;
      font-family: "futura-pt";
      line-height: 2.3; }
    .introduction-container .contents .link-from-admin {
      color: black; }
    .introduction-container .contents .sign {
      align-self: flex-end;
      text-align: right;
      margin-left: auto;
      line-height: 2; }
  .introduction-container .introduction-top-image {
    width: 100%;
    margin-bottom: 80px; }
  .introduction-container .introduction-top-image-content {
    width: 100%; }

@media screen and (max-width: 1024px) {
  .introduction-container .contents {
    width: 80%;
    height: auto;
    max-width: 1156px;
    margin: 0 auto;
    padding: 0; }
    .introduction-container .contents .title {
      font-size: 20px;
      text-align: left;
      margin-bottom: 40px;
      padding-bottom: 0; }
    .introduction-container .contents .sub-title {
      font-weight: 100;
      font-size: 16px;
      margin-bottom: 20px; }
    .introduction-container .contents .title-top {
      font-size: 18px;
      font-style: italic;
      text-align: left;
      align-items: flex-start;
      color: #FBB901;
      margin-bottom: 30px; }
    .introduction-container .contents .content {
      font-size: 16px;
      font-family: "futura-pt";
      line-height: 2.3; }
    .introduction-container .contents .description {
      font-size: 16px;
      font-family: "futura-pt";
      margin-bottom: 30px; }
    .introduction-container .contents .sign {
      align-self: flex-end;
      text-align: right;
      margin-left: auto;
      line-height: 2;
      font-size: 16px;
      font-weight: 200; }
  .introduction-container .introduction-page-title {
    margin-bottom: 44px; }
    .introduction-container .introduction-page-title .title {
      text-align: center;
      font-family: "futura-pt";
      font-size: 40px;
      font-weight: 200;
      letter-spacing: 3.5px;
      margin-bottom: 10px;
      padding-top: 0; }
    .introduction-container .introduction-page-title .sub-title {
      font-size: 12px;
      font-weight: bold;
      color: black;
      text-align: center; }
  .introduction-top-image {
    width: 100%;
    margin-bottom: 40px; }
  .description-bottom-margin {
    margin-bottom: 32px; }
  .box-bottom-margin {
    margin-bottom: 80px; } }

.about-container {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: "futura-pt";
  font-size: 16px;
  width: 100%;
  margin: 0 auto; }
  .about-container .page-title .title {
    text-align: center;
    font-family: "futura-pt";
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 3.5px;
    margin-bottom: 24px; }
  .about-container .page-title .sub-title {
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-align: center; }
  .about-container .contents {
    width: 80%;
    height: auto;
    max-width: 1156px;
    padding: 90px 0; }
    .about-container .contents .sub-title {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 20px; }
    .about-container .contents .title-top {
      font-size: 20px;
      font-style: italic;
      font-weight: bold;
      text-align: left;
      align-items: flex-start;
      color: #FBB901;
      margin-bottom: 30px; }
    .about-container .contents .title {
      font-size: 26px;
      font-weight: bold;
      text-align: left;
      margin-bottom: 80px; }
    .about-container .contents .content {
      font-size: 16px;
      font-family: "futura-pt";
      line-height: 2.3; }
    .about-container .contents .ceo-description {
      line-height: 2; }
    .about-container .contents .description {
      margin-bottom: 30px; }
    .about-container .contents .sample-image {
      display: block;
      margin: 60px auto;
      width: 100%;
      max-width: 850px; }
    .about-container .contents .sign {
      align-self: flex-end;
      text-align: right;
      margin-left: auto;
      line-height: 2; }
    .about-container .contents .link-wrapper {
      margin-bottom: 16px; }
      .about-container .contents .link-wrapper .link-content {
        line-height: 2;
        color: #00A7B5; }
  .about-container .top-image {
    width: 100%;
    height: auto;
    margin-bottom: 80px; }
  .about-container .top-image-content {
    width: 100%; }
  .about-container .about-company-logo {
    width: 90%;
    margin: 0 auto; }
  .about-container .about-company-logo-content {
    width: 100%;
    margin: 0 auto; }
  .about-container .ceo-image {
    width: 90%;
    margin-bottom: 60px; }
  .about-container .ceo-image-content {
    width: 90%;
    margin: 0 auto; }

.about-ceo {
  background-color: #F5F4ED; }

@media screen and (max-width: 1024px) {
  .about-container .contents {
    width: 80%;
    height: auto;
    max-width: 1156px;
    padding: 90px 0; }
    .about-container .contents .title {
      font-size: 20px;
      text-align: left;
      margin-bottom: 40px; }
    .about-container .contents .sub-title {
      font-size: 16px;
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 20px; }
    .about-container .contents .title-top {
      font-size: 18px;
      font-style: italic;
      text-align: left;
      align-items: flex-start;
      color: #FBB901;
      margin-bottom: 30px; }
    .about-container .contents .content {
      font-size: 16px;
      font-family: "futura-pt";
      line-height: 2.3; }
    .about-container .contents .ceo-description {
      line-height: 2; }
    .about-container .contents .description {
      font-size: 16px;
      font-family: "futura-pt";
      margin-bottom: 30px; }
    .about-container .contents .sample-image {
      display: block;
      margin: 60px auto;
      width: 100%;
      max-width: 850px; }
    .about-container .contents .sign {
      align-self: flex-end;
      text-align: right;
      margin-left: auto;
      line-height: 2; }
    .about-container .contents .link {
      font-size: 16px;
      font-family: "futura-pt";
      margin-bottom: 16px; }
      .about-container .contents .link a {
        line-height: 2;
        color: black; }
  .about-container .page-title {
    margin-bottom: 72px; }
    .about-container .page-title .title {
      text-align: center;
      font-family: "futura-pt";
      font-size: 40px;
      font-weight: 200;
      letter-spacing: 3.5px;
      margin-bottom: 10px; }
    .about-container .page-title .sub-title {
      font-size: 12px;
      font-weight: bold;
      color: black;
      text-align: center; }
  .about-container .top-image {
    width: 100%;
    margin-bottom: 40px; }
  .about-container .about-company-logo {
    width: 100%; }
  .about-container .about-company-logo-content {
    display: block;
    width: 60%;
    max-width: 414px;
    margin: 0 auto; }
  .about-container .ceo-image {
    width: 100%;
    margin: 0 auto; }
  .about-container .ceo-image-content {
    width: 100%;
    margin-bottom: 30px; } }

.privacy-container {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: "futura-pt";
  font-size: 16px;
  width: 100%; }
  .privacy-container .privacy-page-title .title {
    padding-top: 80px;
    padding-bottom: 0;
    font-size: 50px;
    text-align: center;
    font-family: "futura-pt";
    font-weight: bold;
    letter-spacing: 3.5px; }
  .privacy-container .contents {
    width: 80%;
    display: flex;
    flex-flow: row wrap;
    padding: 90px 0; }
    .privacy-container .contents .content {
      font-size: 16px;
      font-family: "futura-pt";
      line-height: 2.3; }
      .privacy-container .contents .content .content-description {
        margin-bottom: 44px; }

.privacy-logo {
  display: block;
  width: 244px;
  height: auto;
  margin: 0 auto; }

@media screen and (max-width: 1024px) {
  .privacy-container {
    margin-bottom: 100px; }
    .privacy-container .contents {
      width: 80%;
      height: auto;
      max-width: 1156px;
      margin: 0 auto;
      padding: 0; }
      .privacy-container .contents .content {
        font-size: 16px;
        font-family: "游ゴシック体 Std";
        line-height: 2.3; }
      .privacy-container .contents .content-description {
        margin-bottom: 44px; }
    .privacy-container .privacy-page-title {
      margin-bottom: 60px; }
      .privacy-container .privacy-page-title .title {
        text-align: center;
        font-family: "futura-pt";
        font-size: 28px;
        font-weight: 200;
        letter-spacing: 3.5px;
        margin-bottom: 10px;
        padding-top: 0; } }

.press-top-image {
  width: 100%;
  margin-bottom: 80px; }

.press-top-image-content {
  width: 100%; }

.press-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: "游ゴシック体 Std";
  font-size: 16px;
  width: 60%;
  margin: 0 auto 140px; }
  .press-container .press-page-title .press-main-title {
    padding-top: 80px;
    padding-bottom: 0;
    font-size: 70px;
    text-align: center;
    font-family: "futura-pt";
    font-weight: bold;
    letter-spacing: 3.5px;
    margin-bottom: .25em; }
  .press-container .press-page-title .press-sub-title {
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-align: center;
    margin-bottom: 5em; }
  .press-container .press-information {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    margin: 3em auto 5em; }
    .press-container .press-information .press-information-title {
      color: #FBB901;
      font-size: 20px;
      font-family: "futura-pt";
      font-weight: bold;
      text-align: left;
      margin-bottom: 30px; }
    .press-container .press-information .line {
      color: black;
      border: 5px; }
    .press-container .press-information .press-contents {
      width: 100%;
      display: flex;
      overflow: hidden;
      flex-flow: row no-wrap;
      border-top: solid 1px #B8B8B8;
      padding: .5em 0; }
    .press-container .press-information .press-content-year {
      min-width: 10%;
      left: 0;
      flex: 1;
      flex-shrink: 1;
      align-self: center;
      justify-content: center; }
    .press-container .press-information .press-content-in-year {
      word-break: break-all; }
    .press-container .press-information .press-information-vertical-contents-wrapper {
      display: flex;
      flex-direction: row;
      width: 100%; }
    .press-container .press-information .vertical-contents {
      display: flex;
      flex-direction: column;
      align-content: space-between;
      justify-content: space-between;
      border-top: solid 1px #B8B8B8;
      padding: .5em 0;
      width: 100%; }
    .press-container .press-information .press-content-title {
      flex: 1;
      font-size: 16px; }
    .press-container .press-information .press-content-description {
      font-size: 16px;
      line-height: 2;
      word-wrap: break-word; }

@media screen and (max-width: 1024px) {
  .press-container {
    width: 90%;
    margin: 0 24px 100px; }
    .press-container .press-page-title {
      margin-bottom: 44px; }
      .press-container .press-page-title .press-main-title {
        padding-top: 0;
        font-size: 40px;
        text-align: center;
        font-family: "futura-pt";
        font-weight: 100;
        letter-spacing: 3.5px;
        margin-bottom: 10px; }
      .press-container .press-page-title .press-sub-title {
        font-size: 12px;
        font-weight: 100;
        color: black;
        text-align: center; }
    .press-container .press-information {
      width: 100%;
      display: flex;
      flex-flow: column wrap;
      margin-bottom: 100px; }
      .press-container .press-information .press-information-title {
        color: #FBB901;
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        margin-bottom: 30px; }
      .press-container .press-information .press-content {
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
        border-top: solid 1px #B8B8B8;
        padding: .5em 0; }
      .press-container .press-information .press-content-title {
        font-size: 16px;
        justify-self: flex-start; }
      .press-container .press-information .press-content-description {
        font-size: 16px;
        line-height: 2; }
      .press-container .press-information span.press-content-description {
        word-wrap: break-all; }
      .press-container .press-information .press-information-vertical-contents-wrapper {
        flex-direction: column; } }

.contact-top-image {
  display: block;
  width: 100%;
  margin-bottom: 80px; }

.contact-top-image-content {
  width: 100%; }

.contact-content {
  margin-bottom: 214px; }
  .contact-content .contact-page-title .contact-main-title {
    padding-bottom: 0;
    font-family: "futura-pt";
    font-size: 48px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 3.5px;
    margin-bottom: .25em; }
  .contact-content .contact-page-title .contact-sub-title {
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-align: center; }
  .contact-content .contact-contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 16px; }
    .contact-content .contact-contents .contact-contents-title {
      color: #FBB901;
      font-size: 20px;
      font-weight: bold;
      text-align: left;
      margin-bottom: 2em; }
    .contact-content .contact-contents .contact-form {
      display: flex;
      flex-direction: column;
      width: 80%;
      margin: 0 auto; }
    .contact-content .contact-contents .form-group {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: 40px; }
    .contact-content .contact-contents .contact-form-label {
      align-self: center;
      font-size: 16px;
      margin-right: 24px; }
    .contact-content .contact-contents .contact-form-input-wrapper {
      width: 80%; }
    .contact-content .contact-contents .contact-form-input-area {
      border: none;
      border-radius: 0px;
      background-color: #F5F4ED;
      font-size: 16px; }
    .contact-content .contact-contents input.contact-form-input-area {
      height: 60px;
      width: 100%; }
    .contact-content .contact-contents .consent-area {
      flex-direction: row; }
    .contact-content .contact-contents .consent-wrapper {
      justify-self: center; }
    .contact-content .contact-contents .consent-group {
      display: flex;
      justify-content: center;
      margin-bottom: 40px; }
  .contact-content .select-group {
    position: relative;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
    vertical-align: middle;
    border: 1px solid #ddd;
    background-color: #fff;
    background-repeat: no-repeat; }
  .contact-content .contact-form-select {
    position: relative;
    display: block;
    width: 80%;
    height: 60px;
    padding: 0;
    text-indent: 8px;
    border: none;
    border-radius: 0;
    background-color: #F5F4ED;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .contact-content input[type="text"], .contact-content textarea {
    width: 100%; }
  .contact-content .contact-form-submit-button-wrapper {
    justify-self: flex-end; }
  .contact-content .contact-form-submit-button:hover {
    background-color: #FBB901; }
  .contact-content .contact-form-submit-button {
    font-size: 20px;
    font-weight: bold;
    background-color: white;
    border: solid 4px #FBB901;
    cursor: pointer;
    margin-bottom: 120px;
    padding: 27px 120px; }
  .contact-content .contact-form-consent {
    display: none; }
  .contact-content input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
  .contact-content input[type="checkbox"] + label:last-child {
    margin-bottom: 0; }
  .contact-content input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #000000;
    position: absolute;
    left: 4px;
    top: 4px;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s; }
  .contact-content input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -2px;
    left: 5px;
    border-radius: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .contact-content .contact-form-supplement {
    width: 100%;
    height: auto;
    text-align: center;
    justify-self: flex-end; }
  .contact-content .personal-information-link {
    color: black;
    font-size: 16px; }
  .contact-content .personal-information-link:visited {
    color: black; }
  .contact-content .contact-group {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 80%;
    color: black; }
    .contact-content .contact-group .topic-title {
      font-size: 26px;
      color: #FBB901;
      margin-bottom: 40px; }
    .contact-content .contact-group .topic-description {
      font-size: 26px;
      margin-bottom: 36px; }
    .contact-content .contact-group .topic-content {
      font-size: 50px; }

.contact-group {
  display: flex;
  flex-direction: row;
  width: 100%;
  color: black; }
  .contact-group .topic-title {
    font-size: 18px;
    color: #FBB901; }
  .contact-group .topic-description {
    font-size: 16px; }
  .contact-group .topic-content {
    font-size: 28px; }
  .contact-group .topic-content-tel {
    color: black;
    text-decoration: none; }
  .contact-group .topic-content-tel:visited {
    color: black; }

@media screen and (max-width: 1024px) {
  .contact-top-image {
    margin-bottom: 40px; }
  .contact-top-image-content {
    width: 100%; }
  .contact-content {
    width: 85%;
    margin: 0 auto 100px; }
    .contact-content .contact-page-title {
      margin-bottom: 44px; }
      .contact-content .contact-page-title .contact-main-title {
        font-size: 40px;
        margin-bottom: 10px; }
      .contact-content .contact-page-title .contact-sub-title {
        font-size: 12px;
        font-weight: bold;
        color: black;
        text-align: center; }
    .contact-content .contact-contents {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      margin: 0 auto; }
      .contact-content .contact-contents .contact-contents-title {
        color: #FBB901;
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        margin-bottom: 60px; }
      .contact-content .contact-contents .contact-form {
        display: flex;
        flex-direction: column;
        width: 100%; }
      .contact-content .contact-contents .form-group {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 40px; }
      .contact-content .contact-contents .contact-form-label {
        font-size: 16px;
        margin-bottom: 10px;
        justify-self: flex-start;
        align-self: flex-start; }
      .contact-content .contact-contents .contact-form-input-wrapper {
        width: 100%; }
      .contact-content .contact-contents .contact-form-input-area {
        border: none;
        border-radius: 0px;
        background-color: #F5F4ED;
        width: 100%;
        line-height: 15px; }
    .contact-content .select-group {
      position: relative;
      display: inline-block;
      overflow: hidden;
      box-sizing: border-box;
      width: 100%;
      padding: 0;
      vertical-align: middle;
      border: 1px solid #ddd;
      background-color: #fff;
      background-repeat: no-repeat; }
    .contact-content .contact-form-select {
      position: relative;
      display: block;
      width: 100%;
      -webkit-appearance: menulist-button;
      min-height: 60px;
      font-size: 16px;
      padding: 0;
      text-indent: 8px;
      border: none;
      border-radius: 0;
      background-color: #F5F4ED;
      background-image: none;
      box-shadow: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .contact-content .consent-none {
      display: none; }
    .contact-content .contact-form-submit-button {
      width: 100%;
      font-size: 18px;
      background-color: white;
      border: solid 2px #FBB901;
      cursor: pointer;
      margin-bottom: 120px;
      padding: 20px 120px; }
    .contact-content .contact-group {
      flex-direction: column;
      width: 100%; }
      .contact-content .contact-group .contact-tel {
        margin-bottom: 80px; }
      .contact-content .contact-group .topic-title {
        font-size: 18px;
        margin-bottom: 40px; }
      .contact-content .contact-group .topic-description {
        font-size: 16px;
        margin-bottom: 20px; }
      .contact-content .contact-group .topic-content {
        font-size: 28px; } }

.company-top-image {
  width: 100%;
  margin-bottom: 80px; }
  .company-top-image .company-top-image-content {
    width: 100%; }

.map-link {
  text-decoration: none;
  padding-left: 4px;
  color: #00A7B5; }

.company-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: "游ゴシック体 Std";
  font-size: 16px;
  width: 60%;
  margin: 0 auto 140px; }
  .company-container .company-page-title .company-main-title {
    padding-top: 80px;
    padding-bottom: 0;
    font-size: 48px;
    text-align: center;
    font-family: "futura-pt";
    font-weight: bold;
    letter-spacing: 3.5px;
    margin-bottom: .25em; }
  .company-container .company-page-title .company-sub-title {
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-align: center;
    margin-bottom: 5em; }
  .company-container .information {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    margin: 3em auto 5em; }
    .company-container .information .information-title {
      color: #FBB901;
      font-size: 20px;
      font-family: "futura-pt";
      font-weight: bold;
      text-align: left;
      margin-bottom: 30px; }
    .company-container .information .line {
      color: black;
      border: 5px; }
    .company-container .information .content {
      display: flex;
      flex-flow: row no-wrap;
      justify-content: center;
      align-items: center;
      border-top: solid 1px #B8B8B8;
      padding: .5em 0; }
    .company-container .information .content-title {
      flex: 1;
      font-size: 16px; }
    .company-container .information .content-description {
      flex: 5;
      flex-wrap: wrap;
      font-size: 16px;
      line-height: 2; }
    .company-container .information .bottom-border {
      border-bottom: solid 1px #B8B8B8; }
  .company-container .access {
    display: flex;
    flex-direction: row; }
    .company-container .access .access-title {
      color: #FBB901;
      font-size: 20px;
      font-family: "futura-pt";
      font-weight: bold;
      text-align: left;
      margin: 0 2em 2em 0; }
    .company-container .access .access-contents {
      font-size: 20px; }
  .company-container .access-mini-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden; }
    .company-container .access-mini-map iframe, .company-container .access-mini-map object, .company-container .access-mini-map embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .company-container .content-link {
    color: black;
    cursor: pointer; }
  .company-container .content-link:visited {
    color: black; }
  .company-container .study-contents {
    display: flex;
    flex-direction: column;
    font-size: 16px; }
    .company-container .study-contents .study-contents-title {
      margin-bottom: 40px; }

@media screen and (max-width: 1024px) {
  .company-container {
    width: 90%;
    margin: 0 24px 100px; }
    .company-container .company-page-title {
      margin-bottom: 44px; }
      .company-container .company-page-title .company-main-title {
        padding-top: 0;
        font-size: 40px;
        text-align: center;
        font-family: "futura-pt";
        font-weight: 100;
        letter-spacing: 3.5px;
        margin-bottom: 10px; }
      .company-container .company-page-title .company-sub-title {
        font-size: 12px;
        font-weight: 100;
        color: black;
        text-align: center; }
    .company-container .information {
      width: 100%;
      display: flex;
      flex-flow: column wrap;
      margin-bottom: 100px; }
      .company-container .information .information-title {
        color: #FBB901;
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        margin-bottom: 30px; }
      .company-container .information .line {
        color: black;
        border: 5px; }
      .company-container .information .content {
        display: flex;
        flex-flow: row no-wrap;
        justify-content: center;
        align-items: center;
        border-top: solid 1px #B8B8B8;
        padding: .5em 0; }
      .company-container .information .content-title {
        flex: 1;
        font-size: 16px; }
      .company-container .information .content-description {
        flex: 5;
        font-size: 16px;
        line-height: 2; }
    .company-container .access {
      flex-direction: column; }
      .company-container .access .access-title {
        color: #FBB901;
        font-size: 18px;
        font-family: "futura-pt";
        font-weight: bold;
        text-align: left;
        margin: 0 2em 2em 0; }
      .company-container .access .access-contents {
        font-size: 16px; }
    .company-container .access-mini-map {
      margin-bottom: 100px; }
    .company-container .study-contents {
      font-size: 16px; }
      .company-container .study-contents .study-contents-title {
        margin-bottom: 36px; } }

.recruit-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: "futura-pt";
  font-size: 16px;
  width: 100%; }
  .recruit-container .recruit-top-image {
    width: 100%;
    margin-bottom: 80px; }
  .recruit-container .recruit-top-image-content {
    width: 100%; }
  .recruit-container .recruit-page-title .recruit-main-title {
    padding-top: 80px;
    padding-bottom: 0;
    font-size: 48px;
    text-align: center;
    font-family: "futura-pt";
    font-weight: bold;
    letter-spacing: 3.5px;
    margin-bottom: .25em; }
  .recruit-container .recruit-page-title .recruit-sub-title {
    font-size: 20px;
    font-weight: bold;
    color: black;
    text-align: center;
    margin-bottom: 5em; }
  .recruit-container .recruit-contents {
    width: 70%;
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto; }
    .recruit-container .recruit-contents .title {
      font-size: 26px;
      font-weight: bold;
      text-align: left;
      margin-bottom: 2em; }
    .recruit-container .recruit-contents .content {
      font-size: 16px;
      font-family: "futura-pt";
      line-height: 2.3;
      margin-bottom: 6em; }
  .recruit-container .values {
    width: 70%;
    display: flex;
    flex-flow: column wrap;
    margin: 0 auto; }
    .recruit-container .values .title {
      font-size: 26px;
      font-weight: bold;
      text-align: left;
      margin-bottom: 2em; }
    .recruit-container .values .content {
      display: flex;
      flex-flow: row no-wrap;
      margin-bottom: 3em; }
    .recruit-container .values .content-title {
      flex: 1;
      font-size: 20px;
      font-weight: bold;
      font-family: "futura-pt";
      margin: 0 2em 3em 0; }
    .recruit-container .values .content-description {
      flex: 3;
      font-size: 16px;
      line-height: 2; }
  .recruit-container .information {
    width: 70%;
    display: flex;
    flex-flow: column wrap;
    margin: 3em auto 5em; }
    .recruit-container .information .title {
      color: #FBB901;
      font-size: 20px;
      font-weight: bold;
      text-align: left;
      margin-bottom: 2em; }
    .recruit-container .information .line {
      color: black;
      border: 5px; }
    .recruit-container .information .content {
      display: flex;
      flex-flow: row no-wrap;
      justify-content: center;
      align-items: center;
      border-top: solid 1px #B8B8B8;
      padding: .5em 0; }
    .recruit-container .information .content-title {
      flex: 1;
      font-size: 16px;
      font-weight: bold;
      font-family: "futura-pt"; }
    .recruit-container .information .content-description {
      flex: 5;
      font-size: 16px;
      line-height: 2; }

/*
 * DBからinformationにaタグを入れた際に、
 * リンクのスタイルを制御するためのクラス。
*/
.information-link {
  color: black;
  text-decoration: none; }

.information-link:hover {
  color: black; }

@media screen and (max-width: 1024px) {
  .recruit-container {
    margin-bottom: 100px; }
    .recruit-container .recruit-page-title {
      margin-bottom: 44px; }
      .recruit-container .recruit-page-title .recruit-main-title {
        padding-top: 0;
        font-size: 40px;
        text-align: center;
        font-family: "futura-pt";
        font-weight: 100;
        letter-spacing: 3.5px;
        margin-bottom: 10px; }
      .recruit-container .recruit-page-title .recruit-sub-title {
        font-size: 12px;
        font-weight: 100;
        color: black;
        text-align: center; }
    .recruit-container .recruit-contents {
      width: 85%;
      display: flex;
      flex-flow: row wrap;
      margin: 0 auto; }
      .recruit-container .recruit-contents .title {
        font-size: 20px;
        font-weight: bold;
        text-align: left;
        margin-bottom: 2em; }
      .recruit-container .recruit-contents .content {
        font-size: 16px;
        font-family: "futura-pt";
        line-height: 2.3;
        margin-bottom: 6em; }
    .recruit-container .values {
      width: 85%; }
      .recruit-container .values .title {
        font-size: 28px; }
      .recruit-container .values .content {
        flex-direction: column;
        margin-bottom: 60px; }
      .recruit-container .values .content-title {
        font-size: 20px;
        margin-bottom: 40px; }
      .recruit-container .values .content-description {
        font-size: 16px; }
    .recruit-container .information {
      width: 90%;
      display: flex;
      flex-flow: column wrap;
      margin: 0 24px; }
      .recruit-container .information .title {
        color: #FBB901;
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        margin-bottom: 30px; }
      .recruit-container .information .line {
        color: black;
        border: 5px; }
      .recruit-container .information .content {
        display: flex;
        flex-flow: row no-wrap;
        justify-content: center;
        align-items: center;
        border-top: solid 1px #B8B8B8;
        padding: .5em 0; }
      .recruit-container .information .content-title {
        flex: 1;
        font-size: 16px;
        font-weight: bold;
        font-family: "futura-pt"; }
      .recruit-container .information .content-description {
        flex: 5;
        font-size: 16px;
        line-height: 2; } }

.columns-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 5em; }

.columns-contents-detail-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 5em; }

.content .page-top-title {
  margin: 60px auto;
  text-align: center; }

.columns-page-main-title {
  font-size: 48px;
  font-family: "futura-pt";
  text-align: center;
  margin-bottom: 20px; }

.columns-page-sub-title {
  font-size: 16px;
  text-align: center; }

.page-content-title {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px; }

.columns-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 80%;
  margin: 0 2em;
  max-width: 80%; }
  .columns-flex .column {
    width: 100%; }
  .columns-flex .column-box {
    display: flex;
    flex-direction: row;
    max-width: 40%;
    margin: 0 1.5em 4em; }
  .columns-flex .column-detail-link-image {
    width: 100%; }
  .columns-flex .column-title {
    color: black;
    text-decoration: none;
    margin-bottom: 2em;
    cursor: pointer; }
  .columns-flex .column-detail-link {
    color: black;
    text-decoration: none;
    font-weight: bold; }
  .columns-flex .column-content {
    position: relative;
    word-break: break-all;
    overflow: hidden;
    line-height: 1.5;
    height: 88px;
    margin-bottom: 1.5em;
    color: black; }
  .columns-flex .column-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 1.5em; }

.column-post-date {
  color: #00A7B5;
  font-weight: bold;
  margin-bottom: 1em; }

.column-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: transparent;
  margin-bottom: 5em; }

.column-tag-wrapper {
  margin: 0 .25em .5em; }

.column-tag {
  background-color: #00A7B5;
  color: white;
  padding: .25em .5em;
  margin: 0 .25em .5em; }

.sidebar-flex {
  flex-grow: 2;
  max-width: 20%; }

.sidebar-detail-flex {
  flex-grow: 2;
  max-width: 20%; }

.page-column-description {
  display: block;
  margin: 60px auto;
  line-height: 2;
  max-width: 850px; }

.button-wrapper {
  display: flex;
  padding: .5em .25em;
  background-color: #F5F4ED;
  width: 100%; }
  .button-wrapper .column-button {
    background-color: transparent;
    border: none;
    margin-right: 5%;
    font-size: 20px;
    vertical-align: middle;
    flex-grow: 4; }
  .button-wrapper .arrow {
    width: 1em;
    height: 1em;
    border-top: 3px solid black;
    border-right: 3px solid black;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-right: .5em;
    align-self: center; }

.sidebar-title {
  color: #00A7B5;
  font: Demi Oblique 30px/38px Futura PT;
  font-style: italic;
  margin: 1em auto 2em; }

.sidebar-unit {
  margin-left: 20px; }

.sidebar-contents {
  padding-inline-start: 0px; }
  .sidebar-contents .sidebar-content {
    list-style: none;
    margin-bottom: .5em; }
  .sidebar-contents .sidebar-link {
    color: black;
    text-decoration: none; }

.column-sidebar-button-arrow {
  display: none; }

.sidebar-line {
  color: #707070;
  width: 100%; }

.column-hero {
  width: 100%;
  margin-bottom: 80px; }

.column-contents {
  display: flex;
  flex: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 60px 160px 10%;
  color: black; }

.title-button {
  margin-bottom: 60px;
  text-align: left;
  font-size: 16px; }
  .title-button .column-button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    width: -webkit-fill-available;
    border: solid 0px;
    background-color: white;
    padding: 0;
    margin-bottom: 40px; }

.column-button:focus {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

.columns-detail {
  width: 100%; }

.columns-detail-margin-horizontal {
  margin: 0 auto; }

.columns-top-image {
  display: block;
  width: 100%;
  margin-bottom: 80px; }

.columns-top-image-content {
  width: 100%; }

.columns-detail-title-font-size {
  font-size: 36px; }

.columns-detail-image-bottom-margin {
  margin-bottom: 55px; }

.columns-detail-tags-bottom-margin {
  margin-bottom: 55px; }

.columns-detail-title-bottom-margin {
  margin-bottom: 100px; }

.columns-detail-content {
  font-size: 22px;
  max-width: 80%;
  word-break: break-all; }

.columns-detail-share-box {
  width: 80%;
  text-align: center; }

.columns-detail-top-image {
  display: block;
  width: 100%; }

@media screen and (max-width: 1024px) {
  .content {
    font-family: "futura-pt"; }
  .columns-contents-detail-container {
    margin: 0 2em 2em; }
  .columns-top-image {
    margin-bottom: 40px; }
  .columns-detail-title-font-size {
    font-size: 24px; }
  .columns-detail-content {
    font-size: 16px;
    max-width: 100%;
    word-break: break-all; }
  .columns-container {
    flex-direction: column;
    margin: 0 24px 90px; }
  .columns-contents-detail-container {
    margin-left: 0px;
    margin-right: 0px; }
  .columns-detail-image-bottom-margin {
    margin-bottom: 40px; }
  .columns-detail-tags-bottom-margin {
    margin-bottom: 40px; }
  .columns-detail-title-bottom-margin {
    margin-bottom: 60px; }
  .columns-flex {
    margin: 0;
    max-width: 100%; }
    .columns-flex .column-box {
      max-width: 100%;
      margin: 0 0 60px; }
    .columns-flex .columns-detail-content {
      max-width: 100%; }
  .columns-detail-share-box {
    width: 100%;
    text-align: center; }
  .columns-detail-link-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: 20px 0; }
  .columns-page-main-title {
    font-size: 26px;
    font-family: "futura-pt";
    text-align: center;
    margin-bottom: 10px; }
  .columns-page-sub-title {
    font-size: 12px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 60px; }
  .columns-detail-link-box {
    width: 100%; }
  .sidebar-line {
    display: none; }
  .sidebar-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    border: 2px solid #00A7B5;
    padding: 20px;
    font-weight: 100;
    margin: 0;
    cursor: pointer; }
  .columns-sidebar-button-arrow {
    width: .75em;
    height: .75em;
    border-top: 2px solid #00A7B5;
    border-right: 2px solid #00A7B5;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-right: .5em;
    margin-bottom: .5em; }
  .sidebar-unit {
    margin-left: 0;
    margin-bottom: 10px; }
  .sidebar-contents {
    position: relative;
    display: none; }
  .sidebar-content:hover {
    display: block; }
  .sidebar-unit:hover, .sidebar-unit:focus > .sidebar-contents {
    display: block; }
  .sidebar-flex {
    max-width: 100%;
    margin: 0 24px; }
  .sidebar-detail-flex {
    display: none; } }

.service-top-image {
  display: block;
  width: 100%;
  margin-bottom: 80px; }

.service-top-image-content {
  width: 100%; }

.service-hero-container {
  width: 100%;
  margin-bottom: 80px; }
  .service-hero-container .service-hero-image {
    width: 100%; }

.service-detail-top-image-content {
  width: 100%; }

.sp-box-service-top-image {
  display: none; }

.service-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 80px; }

.content .page-top-title {
  margin: 60px auto;
  text-align: center; }

.page-main-title {
  font-family: "futura-pt";
  font-size: 48px;
  text-align: center;
  margin-bottom: 20px; }

.page-content-title {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px; }
  .page-content-title br {
    display: none; }

.page-sub-title {
  font-size: 16px;
  text-align: center; }

.services-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 2% 160px 2%; }
  .services-flex .service-box {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    flex: 1;
    margin: 0 1em; }
  .services-flex .service-image {
    width: 33%;
    height: auto; }

.page-service-description {
  display: block;
  margin: 60px auto;
  line-height: 2;
  max-width: 850px; }

.button-wrapper {
  display: flex;
  padding: .5em .25em;
  background-color: #F5F4ED;
  width: 100%; }
  .button-wrapper .service-button {
    background-color: transparent;
    border: none;
    margin-right: 5%;
    font-size: 20px;
    vertical-align: middle;
    flex-grow: 4;
    text-decoration: none; }
  .button-wrapper .arrow {
    width: 1em;
    height: 1em;
    border-top: 3px solid black;
    border-right: 3px solid black;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-right: .5em;
    align-self: center; }

.service-hero {
  width: 100%;
  margin-bottom: 80px; }

.service-contents {
  display: flex;
  flex: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 10%; }
  .service-contents .service-content {
    width: 45%; }
    .service-contents .service-content .service-image {
      width: 100%;
      margin-bottom: 40px; }

.title-button {
  margin-bottom: 23px 60px;
  text-align: left;
  font-size: 16px; }
  .title-button .service-button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    width: -webkit-fill-available;
    border: solid 0px;
    background-color: white;
    padding: 0;
    margin-bottom: 40px;
    cursor: pointer; }

.service-button:focus {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

.service-button-arrow {
  width: .75em;
  height: .75em;
  border-top: 2px solid #00A7B5;
  border-right: 2px solid #00A7B5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: .5em;
  align-self: center; }

.service-detail-top-image-wrapper {
  width: 100%;
  margin-bottom: 60px; }

.service-detail-contents-wrapper {
  width: 90%;
  margin: 0 auto 100px; }

.service-detail-title {
  color: #FBB901;
  font-size: 26px;
  margin-bottom: 40px; }

.service-detail-sub-title {
  color: black;
  font-size: 36px;
  margin-bottom: 160px; }

.service-detail-description {
  font-size: 18px;
  color: black;
  margin-bottom: 90px; }

.service-detail-point {
  color: #FBB901;
  font-size: 26px; }

.service-detail-scale-summary {
  color: #00A7B5;
  font-size: 28px; }

@media screen and (max-width: 1024px) {
  .service-top-image {
    display: block;
    width: 100%;
    margin-bottom: 80px; }
  .service-top-image-content {
    display: block;
    width: 100%; }
  .service-hero-container {
    margin-bottom: 40px; }
  .service-container {
    margin-bottom: 40px;
    flex-direction: column; }
  .services-flex {
    flex-direction: column;
    width: 90%;
    margin-bottom: 0 0 100px; }
    .services-flex .service-box {
      margin-bottom: 20px; }
  .service-contents {
    display: flex;
    flex: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 24px 20px; }
    .service-contents .service-content {
      width: 100%;
      margin-bottom: 60px; }
      .service-contents .service-content .service-image {
        width: 100%;
        margin-bottom: 40px; }
  .page-content-title {
    font-size: 28px;
    margin: 0 32px; }
    .page-content-title br {
      display: inline; }
  .page-service-description {
    font-size: 16px;
    width: 90%; }
  .button-wrapper {
    width: 90%; }
  .service-detail-title {
    color: #FBB901;
    font-size: 18px;
    margin-bottom: 20px; }
  .service-detail-sub-title {
    font-size: 28px;
    margin-bottom: 80px; }
  .service-detail-description {
    font-size: 16px;
    margin-bottom: 60px; }
  .service-detail-point {
    font-size: 18px; }
  .service-detail-scale-summary {
    color: #00A7B5;
    font-size: 18px; } }
