﻿@charset "utf-8;";
/* ================
---  color  ---
================ */

.orange_cl {
  color: #F4B183 !important;
}

.orange_border {
  border-color: #F4B183 !important;
}

.orange_bg {
  background-color: #F4B183 !important;
}

.l-orange_border {
  border-color: #F8CBAD !important;
}

.pink_cl {
  color: #FCA5FC !important;
}

.pink_border {
  border-color: #FCA5FC !important;
}

.pink_bg {
  background-color: #FCA5FC !important;
}

.yellow_cl {
  color: #FFD966 !important;
}

.yellow_border {
  border-color: #FFD966 !important;
}

.yellow_bg {
  background-color: #FFD966 !important;
}

.blue_cl {
  color: #8FAADC !important;
}

.blue_border {
  border-color: #8FAADC !important;
}

.blue_bg {
  background-color: #8FAADC !important;
}

.l-blue_border {
  border-color: #B4C7E7!important;
}

.green_cl {
  color: #A9D18E !important;
}

.green_border {
  border-color: #A9D18E !important;
}

.green_bg {
  background-color: #A9D18E !important;
}

.whitesmoke_bg {
  background-color: whitesmoke !important;
}

/* ================
---  html/body  ---
================ */

.container.top {
  padding: 0px;
}

body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: Meiryo, sans-serif;
  margin-top: 63px;
}

body .row {
  margin-right: 0px;
  margin-left: 0px;
}

body .container {
  padding: 60px 0px 0px;
  width: 100%;
}

.container .text-muted {
  margin: 20px 0;
}

html {
  max-width: 960px;
  margin: auto;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 30px;
  letter-spacing: 1px;
  font-family: Meiryo, sans-serif;
}

h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, h6.blue {
  color: #161b61;
}

@media (min-width:768px) {
  p {
    margin: 0 0 20px;
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 300;
    font-family: Meiryo, sans-serif;
  }
}

@media (max-width:767px) {
  p {
    margin: 0 0 20px;
    font-size: 1.5rem;
    font-weight: 300;
    font-family: Meiryo, sans-serif;
  }
}

hr {
  padding-bottom: 40px;
  border-top: 1px solid #888888;
}

hr.noline {
  opacity: 0;
  z-index: -5;
}

@media (max-width: 991px) {
  hr.noline {
    padding-top: 10px;
    padding-bottom: 10px;
    opacity: 0;
  }
  hr {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

h3.blank {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .br-sm {
    display: block;
  }
  .br-xs {
    display: none;
  }
  .br-xxs {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .br-sm {
    display: none;
  }
  .br-xs {
    display: block;
  }
  .br-xxs {
    display: none;
  }
}

@media screen and (max-width: 440px) {
  .br-sm {
    display: none;
  }
  .br-xs {
    display: none;
  }
  .br-xxs {
    display: block;
  }
}

/* ================
---  Navigation ---
================ */

.nav>li>a {
  padding: 10px 0px 0px;
}

.sub {
  top: 3.7em;
}

.navbar-header {
  float: none;
}

@media screen and (min-width: 991px) {
  .navbar-fixed-top .navbar-collapse {
    width: 57%;
    float: right;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: 15px;
    margin-top: -44px;
  }
  .win .navbar-nav.navbar-right:last-child {
    margin-right: 0px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-fixed-top .navbar-collapse {
    width: 100%;
  }
}

.entry {
  font-size: 2rem
}

.win .nav>li>a {
  padding: 20px 0px 0px;
}

.win .sub {
  top: 3.6em;
}

.win .navbar-header {
  float: left;
}

.nav>li.mail_nav a {
  padding: 12px 10px 15px!important;
}

.navbar-nav.navbar-right:last-child {
  margin-right: 0px;
}

.nav.navbar-nav {
  background-color: #dc5239;
  margin: 3px 3px;
  outline: none;
}

.navbar {
  margin-bottom: 0;
  background-color: #dc5239;
  border-bottom: 0px solid rgba(255, 255, 255, .3);
  min-height: 63px;
}

.navbar img {
  width: 30px;
  height: 30px;
  padding-top: 0px;
  margin-right: 20px;
}

.navbar-default .navbar-nav li a:hover {
  color: #dddddd;
}

.navbar-default .navbar-brand:hover {
  color: #dddddd;
}

.navbar-default .navbar-nav li a:focus {
  color: #ffffff;
  outline: none;
}

.navbar-default .navbar-nav li a.active {
  color: #161b61;
}

.entry {
  color: #ffffff;
  margin-top: 8px;
  background-color: #dc5239;
  font-size: 2.5rem;
  border-color: #ffffff;
  border-radius: 0px;
  border: 3px solid;
  font-family: Candara, Meiryo, sans-serif;
  font-weight: 400;
  padding: 3px 8px;
}

.navbar-default .navbar-brand {
  color: #ffffff;
  margin-left: 10px;
  font-family: Candara, Meiryo, sans-serif;
  font-weight: 400;
}

.navbar-default .navbar-nav li a {
  color: #ffffff;
  font-family: Candara, Meiryo, sans-serif;
  font-weight: 400;
}

@media (min-width:768px) {
  .navbar-default .navbar-brand {
    font-size: 3rem;
  }
}

@media screen and (max-width:767px) and (min-width:441px) {
  .navbar-default .navbar-brand {
    font-size: 3rem;
  }
}

@media screen and (max-width:440px) {
  .navbar-default .navbar-brand {
    font-size: 2.2rem;
    margin: -5px 0px;
    text-align: right;
  }
  .entry {
    margin-top: 16px;
    border: 2px solid;
    font-size: 1.6rem;
  }
}

h4.color {
  font-weight: 700;
  letter-spacing: 1px;
  color: #dc5239;
}

.entry:hover {
  color: #dddddd;
  background-color: #ba3017;
  border-color: #dddddd;
}

.entry:focus {
  color: #dddddd;
  background-color: #ba3017;
  border-color: #dddddd;
}

.list-group {
  margin-bottom: 0px;
}

a.list-group-item {
  color: #161b61;
  font-size: 1.8rem;
  font-weight: 700;
  border: 0px;
  border-radius: 0px;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav li a.subtitle {
    font-family: Meiryo, sans-serif;
    font-weight: 10;
    padding-left: 9vw;
  }
  .has-sub {
    clear: both;
  }
  #mainNav li {
    display: inline-block;
    width: 100%;
  }
  #mainNav li a {
    text-align: left;
  }
  .navbar-default {
    background-color: #dc5239;
    z-index: 10;
    max-width: 960px;
    margin: 0 auto;
  }
  ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  a {
    margin: 0;
    padding: 0;
    text-decoration: none;
  }
  .nav>li {
    position: relative;
    width: 130px;
    border-right: 1px solid #dc5239;
  }
  .nav>li:first-child {
    border-left: 1px solid #dc5239;
  }
  .nav a {
    display: block;
    padding: 0.5em 0;
    font-size: 16px;
    color: #0071b9;
    line-height: 1;
    text-align: center;
    z-index: 1;
  }
  .sub>li>a {
    font-size: 8px;
    color: #fff;
    line-height: 1;
    background-color: #dc5239;
  }
  .sub>li>a:hover {
    background-color: #dc5239;
    opacity: 1;
  }
}

@media (min-width: 441px) and (max-width: 991px) {
  .navbar-default .navbar-nav li a {
    font-size: 2.5rem;
  }
  .navbar-default .navbar-nav li a.subtitle {
    font-size: 1.5rem;
  }
}

@media (max-width: 440px) {
  .navbar-default .navbar-nav li a.subtitle {
    color: #ffffff;
    font-size: 3.5vw;
    font-family: Candara, Meiryo, sans-serif;
    font-weight: 10;
    padding-left: 10vw;
  }
  .navbar-default .navbar-nav li a {
    font-size: 6vw;
  }
  .after-youtube-link a {
    font-size: 2rem;
    color: #dc5239;
    display: inline-block;
    border: solid 3px #dc5239;
  }
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color: #ffffff;
}

#mainNav li:hover {
  background-color: #dc5239;
}

#mainNav li:focus {
  background-color: #dc5239;
}

#mainNav li a {
  display: block;
}

.modal-backdrop {
  position: relative;
}

.navbar-default .navbar-toggle {
  border: 2px solid #fff;
  border-radius: 5px;
  margin-top: 12px;
}

.navbar-default .navbar-toggle:hover {
  background-color: #ba3017;
}

.navbar-default .navbar-toggle:focus {
  background-color: #ba3017;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  height: 3px;
  border-radius: 5px;
}

@media (min-width: 991px) {
  .navbar-default .navbar-nav li a.subtitle {
    font-family: Meiryo, sans-serif;
    font-weight: 10;
  }
  .navbar-default {
    background-color: #dc5239;
    opacity: 0.85;
    -moz-opacity: 0.85;
    z-index: 10;
    max-width: 960px;
    margin: 0 auto;
  }
  .navbar-default .navbar-nav li a {
    color: #ffffff;
    font-size: 2.4rem;
    font-family: Candara, Meiryo, sans-serif;
    font-weight: 400;
    text-align: center;
  }
  ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
  }
  .nav>li {
    position: relative;
    width: 130px;
    border-right: 1px solid #dc5239;
  }
  .nav>li:first-child {
    border-left: 1px solid #dc5239;
    width: 130px;
  }
  .nav a {
    display: block;
    padding: 0.5em 0;
    font-size: 16px;
    color: #0071b9;
    line-height: 1;
    text-align: center;
    z-index: 1;
  }
  .sub {
    position: absolute;
    left: -35px;
    top: 3.6em;
    display: none;
    width: 200px;
    z-index: 3;
    text-align: center;
  }
  .sub>li>a {
    font-size: 8px;
    color: #fff;
    line-height: 1.75;
    background-color: #dc5239;
  }
  .sub>li>a:hover {
    background-color: #dc5239;
    opacity: 1;
  }
  .navbar-fixed-top .navbar-collapse {
    padding-left: 15px;
  }
  .navbar-default .navbar-nav li a.subtitle {
    color: #ffffff;
    font-size: 14px;
    font-family: Candara, Meiryo, sans-serif;
    font-weight: 10;
    width: 200px;
    text-align: center;
  }
}

@media all and (-ms-high-contrast: none) {
  .ie-nav {
    right: auto;
    left: auto;
  }
}

/* IEで表示されるページのスタイル */

_:-ms-input-placeholder, :root .ieOnly {
  display: block;
}

_:-ms-input-placeholder, :root .otherIEonly {
  display: none;
}

/* IE以外で表示されるページのスタイル */

.ieOnly {
  display: none;
}

/* ================
---  Schedule ---
================ */
.full_1,
.full_2,
.full_3,
.full_4,
.full_5,
.full_6,
.full_7 {
  position: absolute;
  z-index: 2;
}

@media screen and (min-width:960px) {

  .full_1 {
    left: -20px;
    top: -10px;
    width: 18%;
  }

  .full_2 {
    left: -20px;
    top: 65px;
    width: 18%;
  }
  .full_3 {
    left: -20px;
    top: 140px;
    width: 18%;
  }
  .full_4 {
    left: -20px;
    top: 213px;
    width: 18%;
  }

  .full_5 {
    left: -20px;
    top: 284px;
    width: 18%;
  }

  .full_6 {
    left: -20px;
    top: 365px;
    width: 18%;
  }

  .full_7 {
    left: -20px;
    top: 486px;
    width: 18%;
  }

  .intern_date_up {
    position: relative;
    height: 5.5rem;
    padding: 1px 40px;
    transform: rotate( -1.5deg);
    overflow: hidden;
    box-shadow: 0.25rem 0 0.25rem hsl(0deg 0% 0% / 10%);
    background-image: linear-gradient( 90deg, hsla(0, 0%, 45%, .1) 2rem, hsla(0, 100%, 100%, 0) 2.5rem), linear-gradient( 90deg, hsla(48, 91%, 79%, 1), hsla(48, 91%, 79%, 1));
    font-size: 1.125rem;
    line-height: 1.8;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 20px;
  }
  .intern_date_down {
    height: 5.5rem;
    padding: 1px 40px;
    transform: rotate( 1deg);
    overflow: hidden;
    box-shadow: 0.25rem 0 0.25rem hsl(0deg 0% 0% / 10%);
    background-image: linear-gradient( 90deg, hsla(0, 0%, 45%, .1) 2rem, hsla(0, 100%, 100%, 0) 2.5rem), linear-gradient( 90deg, hsla(48, 91%, 79%, 1), hsla(48, 91%, 79%, 1));
    font-size: 1.125rem;
    line-height: 1.8;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 20px;
  }

  /* 飛び日程用 */
  .intern_date_down.double {
    margin-left : 15px;
    margin-top : -28px;
    padding : 4px 70px;
  }

  .intern_date {
    grid-auto-columns: 16.5rem;
    grid-template-rows: 5.5rem;
    grid-gap: 0.5rem;
  }
  .count_text {
    font-size: 23px;
    /* text-align: right; */
    color: #161B61;
    font-weight: 400;
    line-height: 2em;
  }
  .date_text {
    font-size: 20px;
    text-align: left;
    width: 200px;
    margin: 0 0 10px;
  }
  h2.ISschedule_text {
    font-size: 30.5px;
  }
  .col-sm-6.schedule {
    padding-top: 70px;
    /* text-align: center; */
  }
}

@media screen and (max-width:959px) and (min-width:768px) {

  .full_1 {
    left: -5%;
    top: -3%;
    width: 20%;
  }
  .full_2 {
    left: -5%;
    top: 12%;
    width: 20%;
  }

  .full_3 {
    left: -5%;
    top: 29%;
    width: 20%;
  }

  .full_4 {
    left: -5%;
    top: 46%;
    width: 20%;
  }

  .full_5 {
    left: -5%;
    top: 63%;
    width: 20%;
  }

  .full_6 {
    left: -5%;
    top: 73%;
    width: 20%;
  }

  .full_7 {
    left: -5%;
    top: 80%;
    width: 20%;
  }


  .intern_date_up {
    height: 6vw;
    padding: 15px 30px;
    transform: rotate( -1.5deg);
    overflow: hidden;
    box-shadow: 0.25rem 0 0.25rem hsl(0deg 0% 0% / 10%);
    background-image: linear-gradient( 90deg, hsla(0, 0%, 45%, .1) 2rem, hsla(0, 100%, 100%, 0) 2.5rem), linear-gradient( 90deg, hsla(48, 91%, 79%, 1), hsla(48, 91%, 79%, 1));
    font-size: 1.125rem;
    line-height: 1.8;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 3vw;
  }
  .intern_date_down {
    height: 6vw;
    padding: 15px 30px;
    transform: rotate( 1deg);
    overflow: hidden;
    box-shadow: 0.25rem 0 0.25rem hsl(0deg 0% 0% / 10%);
    background-image: linear-gradient( 90deg, hsla(0, 0%, 45%, .1) 2rem, hsla(0, 100%, 100%, 0) 2.5rem), linear-gradient( 90deg, hsla(48, 91%, 79%, 1), hsla(48, 91%, 79%, 1));
    font-size: 1.125rem;
    line-height: 1.8;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 3vw;
  }
  .intern_date_down.double {
    margin-left: 15px;
    margin-top: -28px;
    padding: 15px 70px;
  }
  .intern_date {
    grid-auto-columns: 16.5rem;
    grid-template-rows: 4rem;
    grid-gap: 0.5rem;
  }
  .count_text {
    font-size: 2.3vw;
    /* text-align: right; */
    color: #161B61;
  }
  .date_text {
    font-size: 2.1vw;
    text-align: left;
    width: 200px;
    margin: 0 0 10px;
  }
  h2.ISschedule_text {
    font-size: 3.0vw;
  }
  .col-sm-6.schedule {
    padding-top: 4.5vw;
    text-align: center;
  }
  h4.blue.IS_text {
    font-size: 2vw
  }
}

@media screen and (max-width:767px) {
  .full_1 {
    left: 3%;
    top: -1vw;
    width: 15%;
  }
  .full_2 {
    left: 3%;
    top: 14vw;
    width: 15%;
  }

  .full_3 {
    left: 3%;
    top: 29vw;
    width: 15%;
  }
  .full_4 {
    left: 3%;
    top: 43vw;
    width: 15%;
  }

  .full_5{
    left: 3%;
    top: 58vw;
    width: 15%;
  }

  .full_6{
    left: 3%;
    top: 74vw;
    width: 15%;
  }

  .full_7{
    left: 3%;
    top: 99vw;
    width: 15%;
  }

  .intern_date_up {
    height: 10vw;
    padding: 1vw 10vw;
    transform: rotate( -1.5deg);
    overflow: hidden;
    box-shadow: 0.25rem 0 0.25rem hsl(0deg 0% 0% / 10%);
    background-image: linear-gradient( 90deg, hsla(0, 0%, 45%, .1) 2rem, hsla(0, 100%, 100%, 0) 2.5rem), linear-gradient( 90deg, hsla(48, 91%, 79%, 1), hsla(48, 91%, 79%, 1));
    font-size: 1.125rem;
    line-height: 1.8;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5vw;
  }
  .intern_date_down {
    height: 10vw;
    padding: 1vw 10vw;
    transform: rotate(1deg);
    overflow: hidden;
    box-shadow: 0.25rem 0 0.25rem hsl(0deg 0% 0% / 10%);
    background-image: linear-gradient( 90deg, hsla(0, 0%, 45%, .1) 2rem, hsla(0, 100%, 100%, 0) 2.5rem), linear-gradient( 90deg, hsla(48, 91%, 79%, 1), hsla(48, 91%, 79%, 1));
    font-size: 1.125rem;
    line-height: 1.8;
    white-space: nowrap;
    text-overflow: ellipsis;    
    margin-bottom: 5vw;
  }
  .intern_date_down.double {
    margin-left: 15px;
    margin-top: -28px;
    padding: 1vw 70px;
  }
  .intern_date {
    grid-auto-columns: 16.5vw;
    grid-template-rows: 10vw;
    padding-left: 8vw;
  }
  .count_text {
    font-size: 4vw;
    /* text-align: right; */
    color: #161B61;
  }
  .date_text {
    font-size: 4.2vw;
    text-align: left;
    width: 40vw;
    margin: 0 0 10px;
    height: 8vw;
  }
  h2.ISschedule_text {
    font-size: 5.6vw;
  }
  .col-sm-6.schedule {
    padding-top: 4.5vw;
    text-align: center;
  }
  h4.blue.IS_text {
    font-size: 3.6vw
  }
}

/* ================
---   Message   ---
================ */

.message_back {
  width: 100%;
}

.btn-danger {
  border-radius: 0px;
  background-color: #dc5239;
  border-color: #dc5239;
  width: 50%;
}

@media screen and (min-width:768px) {
  h2.future {
    margin: 0 0 30px;
    color: #161b61;
    text-align: center;
  }
}

@media screen and (max-width:767px) {
  h2.future {
    margin: 0 0 30px;
    padding-top: 4.5vw;
    color: #161b61;
    text-align: center;
    font-size: 5.6vw;
    letter-spacing: normal;
  }
}

@media screen and (min-width:960px) {
  .btn-danger {
    line-height: 3.2rem;
    font-size: 3.2rem;
  }
  .message_left p {
    position: absolute;
    font-size: 3.5vw;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .message_left p.messe_jiko {
    font-size: 2.6em;
    top: 48%;
    left: 24%;
    color: black;
    text-shadow: 0 0 20px rgb(0 217 255 / 0%), 0 2px 5px rgb(0 0 0 / 30%);
  }
  .message_left p.messe_shigo {
    font-size: 2.6em;
    top: 48%;
    left: 73%;
    color: black;
    text-shadow: 0 0 20px rgb(0 217 255 / 0%), 0 2px 5px rgb(0 0 0 / 30%);
  }
  .message_left p.messe_hard {
    font-size: 2.2em;
    top: 15%;
    left: 60%;
    line-height: 3vw;
    width: 60%;
  }
  .message_left p.messe_know {
    font-size: 2.5em;
    top: 85%;
    left: 32%;
    width: 60%;
  }
  .col-sm-7.message_text {
    float: right;
  }
  p.messageTo {
    text-align: center;
    line-height: 2em;
  }
  .messageToSP {
    display: none;
  }
}

@media screen and (max-width:959px) and (min-width:768px) {
  .btn-danger {
    line-height: 3.2rem;
    font-size: 3.2rem;
  }
  .message_left p {
    position: absolute;
    font-size: 3.5vw;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .message_left p.messe_jiko {
    font-size: 3.5vw;
    top: 48%;
    left: 24%;
    color: black;
    text-shadow: 0 0 20px rgb(0 217 255 / 0%), 0 2px 5px rgb(0 0 0 / 30%);
  }
  .message_left p.messe_shigo {
    font-size: 3.5vw;
    top: 48%;
    left: 73%;
    color: black;
    text-shadow: 0 0 20px rgb(0 217 255 / 0%), 0 2px 5px rgb(0 0 0 / 30%);
  }
  .message_left p.messe_hard {
    font-size: 2.2vw;
    top: 15%;
    left: 60%;
    line-height: 3vw;
    width: 60%;
  }
  .message_left p.messe_know {
    font-size: 2.5vw;
    top: 85%;
    left: 32%;
    width: 60%;
  }
  .col-sm-7.message_text {
    float: right;
  }
  p.messageTo {
    font-size: 1.6vw;
    text-align: center;
    line-height: 4vw;
  }
  .messageToSP {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .message_left p {
    position: absolute;
    color: black;
    font-size: 3.5vw;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .message_left p.messe_jiko {
    font-size: 6.6vw;
    top: 48%;
    left: 24%;
    width: 40vw;
    color: black;
    text-shadow: 0 0 20px rgb(0 217 255 / 0%), 0 2px 5px rgb(0 0 0 / 30%);
  }
  .message_left p.messe_shigo {
    font-size: 6.6vw;
    top: 48%;
    left: 72%;
    width: 40vw;
    color: black;
    text-shadow: 0 0 20px rgb(0 217 255 / 0%), 0 2px 5px rgb(0 0 0 / 30%);
  }
  .message_left p.messe_hard {
    font-size: 6.5vw;
    top: 13%;
    left: 60%;
    line-height: 6.5vw;
    width: 60%;
  }
  .message_left p.messe_know {
    font-size: 6.5vw;
    top: 85%;
    left: 30%;
    width: 60%;
  }
  p.messageTo {
    display: none;
  }
}

.entrybtncenter {
  text-align: center;
}

.entrybtn:hover {
  color: #dddddd;
  background-color: #ba3017;
  border-color: #dddddd;
}

.w-50 {
  width: 50%;
}

.finger {
  cursor: pointer;
  position: relative;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.after-youtube-link {
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 2em;
}

@media (min-width:768px) {
  .after-youtube-link a {
    font-size: 3.2rem;
    color: #dc5239;
    display: inline-block;
    border: solid 3px #dc5239;
  }
}

@media (max-width:767px) and (min-width:441px) {
  .after-youtube-link a {
    font-size: 2.5rem;
    color: #dc5239;
    display: inline-block;
    border: solid 3px #dc5239;
  }
}

.after-youtube-link a:hover {
  color: #ff3b1b;
  background-color: #fff0f0;
}

/* ================
---    Contents   ---
================ */

.col-sm-4.finger.wide {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}

ul#tab li a {
  position: relative;
  display: block;
  padding: 0px 0;
  text-decoration: none;
  color: #222;
  z-index: 1;
}

.font_type {
  text-shadow: 0 0.3rem 0.5rem black;
}

.font_type.feedback {
  letter-spacing: -0.7rem;
}

@media screen and (min-width:960px) {
  .mainTitle {
    position: relative;
    font-size: 8rem;
    margin: 0 0 0px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: Candara, Meiryo, sans-serif;
    color: #161b61;
    z-index: 2;
    line-height: initial;
  }
}

@media screen and (min-width:768px) and (max-width:959px) {
  .mainTitle {
    position: relative;
    font-size: 10.5vw;
    margin: 0 0 0px;
    font-family: Candara, Meiryo, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: Candara, Meiryo, sans-serif;
    color: #161b61;
    z-index: 2;
    line-height: initial
  }
}

@media screen and (max-width:767px) {
  .mainTitle {
    position: relative;
    font-size: 15vw;
    margin: 0 0 0px;
    font-family: Candara, Meiryo, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: Candara, Meiryo, sans-serif;
    color: #161b61;
    z-index: 2;
    line-height: initial
  }
}

.top_img_con.shigototaiken {
  filter: grayscale(30%);
}

.top_img_con.jikobunseki {
  filter: saturate(2);
}

.top_img_con.feedback {
  filter: grayscale(30%);
}

@media screen and (min-width:960px) {
  .col-sm-1.contents_blank {
    width: 5%;
  }
  .col-sm-4.finger {
    padding-left: 0.2%;
    padding-right: 0.2%;
    max-width: 31.6%;
  }
  .btn--color {
    background-color: #001B50;
    color: #fff !important;
    width: 100% !important;
    height: 60px;
    font-size: 3rem;
    font-family: Candara, Meiryo, sans-serif;
    background-size: 200% 100%;
    border: none;
    outline: none;
  }
  .top_img_con {
    opacity: 1;
    width: 100%;
    height: 300px;
    object-fit: cover;
    padding-bottom: 2.87px;
  }
  .top_img_con.tantou {
    filter: brightness(0.9)
  }
  .contents_back {
    position: absolute;
    z-index: 1;
    width: 30%;
    height: 60%;
    left: 0%;
    top: 50%;
    background-color: rgb(208, 206, 206);
  }
  .contents_back.right {
    width: 47%;
    height: 60%;
    left: 53%;
    top: 15%;
    background-color: rgb(208, 206, 206);
  }
  ul#tab li a:hover .btn--color {
    background-color: #dc5239;
  }
  ul#tab li a:hover .top_img_con {
    filter: brightness(120%);
  }
  ul#tab li a:hover .top_img_con.tantou {
    filter: brightness(105%);
  }
  .finger p {
    position: absolute;
    color: white;
    font-size: 3.8rem;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width:768px) and (max-width:959px) {
  .col-sm-1.contents_blank {
    width: 5.5%;
  }
  .col-sm-4.finger {
    padding-left: 0.35vw;
    padding-right: 0.35vw;
    max-width: 28.9vw;
  }
  .btn--color {
    background-color: #001B50;
    color: #fff !important;
    width: 100% !important;
    height: 60px;
    font-size: 3.3vw;
    font-family: Candara, Meiryo, sans-serif;
    ;
    background-size: 200% 100%;
    border: none;
    outline: none;
  }
  .top_img_con {
    opacity: 1;
    width: 100%;
    height: 31.5vw;
    object-fit: cover;
    padding-bottom: 0.3vw;
  }
  .top_img_con.tantou {
    filter: brightness(0.9)
  }
  .contents_back {
    position: absolute;
    z-index: 1;
    width: 30%;
    height: 60%;
    left: 0%;
    top: 50%;
    background-color: rgb(208, 206, 206);
  }
  .contents_back.right {
    width: 47%;
    height: 60%;
    left: 53%;
    top: 15%;
    background-color: rgb(208, 206, 206);
  }
  ul#tab li a:hover .btn--color {
    background-color: #dc5239;
  }
  ul#tab li a:hover .top_img_con {
    filter: brightness(120%);
  }
  ul#tab li a:hover .top_img_con.tantou {
    filter: brightness(110%);
  }
  .finger p {
    position: absolute;
    color: white;
    font-size: 3.5vw;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width:767px) {
  .col-sm-1.contents_blank {
    display: none;
  }
  .col-sm-4.finger {
    padding-bottom: 3vmin;
  }
  .btn--color {
    display: none;
  }
  .top_img_con {
    width: 100%;
    height: 50vw;
    object-fit: cover;
  }
  .contents_back {
    position: absolute;
    z-index: 1;
    width: 43%;
    height: 40%;
    left: 3%;
    top: 6%;
    background-color: rgb(206, 206, 206);
  }
  .contents_back.right {
    width: 70%;
    height: 26%;
    left: 30%;
    top: 75%;
    background-color: rgb(208, 206, 206);
  }
  .finger p {
    position: absolute;
    color: white;
    font-size: 6.8vmin;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }
}

img.click {
  height: 1.5em;
  margin-left: 10px
}

img.schedule {
  width: 100%;
}

ul#tab {
  zoom: 1;
  background: #ffffff;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

ul#tab:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

ul#tab li {
  text-align: center;
}

/* ================
---    Voice    ---
================ */

@media screen and (min-width:960px) {
  .voices_back {
    position: absolute;
    z-index: 1;
    width: 47%;
    height: 38%;
    left: 0%;
    top: 69%;
    background-color: rgb(208, 206, 206);
  }
  .voices_back.right {
    width: 27%;
    height: 80%;
    left: 73%;
    top: 10%;
    background-color: rgb(208, 206, 206);
  }
}

@media screen and (min-width:768px) and (max-width:959px) {
  .voices_back {
    position: absolute;
    z-index: 1;
    width: 45vw;
    height: 20vw;
    left: 0%;
    bottom: -5vw;
    background-color: rgb(208, 206, 206);
  }
  .voices_back.right {
    width: 27vw;
    height: 38vw;
    left: 73%;
    top: 7vw;
    background-color: rgb(208, 206, 206);
  }
}

@media screen and (max-width:767px) {
  .voices_back {
    position: absolute;
    z-index: 1;
    width: 68vw;
    height: 50vw;
    left: 32%;
    top: 12vw;
    background-color: rgb(208, 206, 206);
  }
  .voices_back.right {
    display: none;
  }
}

/* ================
---  About us   ---
================ */

@media screen and (max-width:959px) and (min-width:768px) {
  .aboutUs_back_dl {
    top: 39.6vw;
  }
  .aboutUs_back_dr {
    top: 39.6vw;
  }
  .aboutUs_back_u {
    top: 14vw;
  }
  .aboutAim {
    top: 40vw;
  }
  .moreAim {
    top: 58.9vw;
  }
  .win .aboutUs_back_dl {
    top: 11.3vw;
  }
  .win .aboutUs_back_dr {
    top: 37.1vw;
  }
  .win .aboutUs_back_u {
    top: 37.1vw;
  }
  .win .aboutAim {
    top: 37.8vw;
  }
  .win .moreAim {
    top: 56.3vw;
  }
}

@media screen and (min-width:960px) {
  .aboutUs_back_dl {
    top: 352px;
  }
  .aboutUs_back_dr {
    top: 352px;
  }
  .aboutUs_back_u {
    top: 102px;
  }
  .aboutAim {
    top: 378px;
  }
  .moreAim {
    top: 542px;
  }
  .win .aboutUs_back_dl {
    top: 332px;
  }
  .win .aboutUs_back_dr {
    top: 332px;
  }
  .win .aboutUs_back_u {
    top: 82px;
  }
  .win .aboutAim {
    top: 342px;
  }
  .win .moreAim {
    top: 522px;
  }
}

.row.aboutUs {
  position: relative;
}

.col-md-2, .col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5, .col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 0px!important;
  padding-left: 0px!important;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

.col-xs-2-5 {
  width: 40%;
  float: left;
}

.col-xs-3-5 {
  width: 60%;
  float: left;
}

.col-xs-4-5 {
  width: 80%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
  .col-sm-2-5 {
    width: 40%;
    float: left;
  }
  .col-sm-3-5 {
    width: 60%;
    float: left;
  }
  .col-sm-4-5 {
    width: 80%;
    float: left;
  }
}

@media (min-width: 991px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
  .col-md-2-5 {
    width: 40%;
    float: left;
  }
  .col-md-3-5 {
    width: 60%;
    float: left;
  }
  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
  .col-lg-2-5 {
    width: 40%;
    float: left;
  }
  .col-lg-3-5 {
    width: 60%;
    float: left;
  }
  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}

.aboutUsQ:hover .top_img_con {
  filter: brightness(120%);
}

@media screen and (max-width:959px) and (min-width:768px) {
  .aboutUs_down {
    margin-top: 3vw;
  }
  .mode_2108 {
    width: 100%;
    height: 22.5vw;
    overflow: hidden;
  }
  .mode_2108 dl {
    width: 100%;
    height: 22.5vw;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mode_2108 dt {
    width: 20%;
    height: 22.5vw;
    float: left;
  }
  .mode_2108 dt.aboutUsQ {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
  }
  .mode_2108 dt.aboutUsQ.over {
    cursor: pointer;
  }
  .mode_2108 dt.aboutUsQ.selected {
    cursor: default;
  }
  .mode_2108 dd.d03, .mode_2108 dd.d05 {
    margin: 0;
    width: 40%;
    height: 22.5vw;
    float: left;
    overflow: hidden;
  }
  .mode_2108 dd p {
    width: 100%;
    font-size: 1.4vw;
    line-height: 1.6em;
  }
  .aboutUs_back_dl {
    border-top: 12.8vw solid #D0CECE;
    border-left: 20vw solid #D0CECE;
    border-bottom: 12.8vw solid transparent;
    border-right: 20vw solid transparent;
    width: 0px;
    position: absolute;
    z-index: -1;
  }
  .aboutUs_back_dr {
    position: absolute;
    width: 100%;
    height: 25.82vw;
    background-color: #001B50;
    z-index: -2;
  }
  .aboutUs_back_u {
    position: absolute;
    width: 100%;
    height: 25.82vw;
    background-color: #cdcdcd;
    z-index: -1;
  }
  .aboutUsSP {
    display: none;
  }
  .aboutUsQ {
    position: relative;
    cursor: pointer;
  }
  .aboutUsQ p {
    position: absolute;
    top: 60%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    z-index: 2;
    color: white;
    text-align: center;
    width: 100%;
    font-size: 2.5vw;
  }
  .aboutUsQ p.up {
    position: absolute;
    top: 55%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    z-index: 2;
    color: white;
    text-align: center;
    width: 100%;
    font-size: 2.5vw;
    font-weight: initial;
  }
  .top_img_con.aboutUs {
    position: relative;
    z-index: 1;
    height: 22.5vw;
    padding-bottom: 0px;
  }
  .aboutAim {
    position: absolute;
    z-index: 1;
    font-size: 3.4vw;
    left: 3%;
    color: #001B50;
  }
  .moreAim {
    position: absolute;
    z-index: 1;
    font-size: 3.4vw;
    left: 13.5%;
    color: #FFFFFF;
  }
  .aboutUs_text {
    height: 22.5vw;
    border-style: solid;
    border-color: white;
    border-width: 0.4vw;
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .aboutUs_text p {
    margin: 0 0 0px;
    padding: 0.84vw;
    font-size: 1.46vw
  }
  .mailicon {
    height: auto;
    width: 170px;
  }
  .aboutUsContent {
    padding-top: 55px;
  }
}

@media screen and (min-width:960px) {
  .aboutUs_down {
    margin-top: 30px;
  }
  .mode_2108 {
    width: 100%;
    height: 220px;
    overflow: hidden;
  }
  .mode_2108 dl {
    width: 100%;
    height: 220px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mode_2108 dt {
    width: 20%;
    height: 220px;
    float: left;
  }
  .mode_2108 dt.aboutUsQ {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
  }
  .mode_2108 dt.aboutUsQ.over {
    cursor: pointer;
  }
  .mode_2108 dt.aboutUsQ.selected {
    cursor: default;
  }
  .mode_2108 dd.d03, .mode_2108 dd.d05 {
    margin: 0;
    width: 40%;
    height: 220px;
    float: left;
    overflow: hidden;
  }
  .mode_2108 dd p {
    width: 100%;
    font-size: 14px;
    line-height: 1.6em;
  }
  .aboutUs_back_dl {
    border-top: 125px solid #cdcdcd;
    border-left: 195px solid #cdcdcd;
    border-bottom: 125px solid transparent;
    border-right: 195px solid transparent;
    width: 0px;
    position: absolute;
    z-index: -1;
  }
  .aboutUs_back_dr {
    position: absolute;
    width: 100%;
    height: 250px;
    background-color: #001B50;
    z-index: -2;
  }
  .aboutUs_back_u {
    position: absolute;
    width: 100%;
    height: 250px;
    background-color: #cdcdcd;
    z-index: -1;
  }
  .aboutAim {
    position: absolute;
    z-index: 1;
    font-size: 3.4rem;
    left: 2%;
    color: #001B50;
  }
  .moreAim {
    position: absolute;
    z-index: 1;
    font-size: 3.4rem;
    left: 13%;
    color: #FFFFFF;
  }
  .aboutUsSP {
    display: none;
  }
  .aboutUsQ {
    position: relative;
    cursor: pointer;
  }
  .aboutUsQ p {
    position: absolute;
    top: 60%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    z-index: 2;
    color: white;
    text-align: center;
    width: 100%;
    font-size: 25px;
  }
  .aboutUsQ p.up {
    position: absolute;
    top: 55%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    z-index: 2;
    color: white;
    text-align: center;
    width: 100%;
    font-size: 25px;
  }
  .top_img_con.aboutUs {
    position: relative;
    z-index: 1;
    height: 220px;
    padding-bottom: 0px;
  }
  .aboutUs_text {
    height: 218px;
    border-style: solid;
    border-color: white;
    border-width: 2px;
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .aboutUs_text p {
    margin: 0 0 0px;
    padding: 8px;
  }
  .mailicon {
    height: auto;
    width: 170px;
  }
}

@media screen and (max-width:767px) {
  .top_img_con.seni {
    color: #A6A6A6;
    border-style: solid;
    border-width: 3vw;
  }
  .top_img_con.notseni {
    color: #001B50;
    border-style: solid;
    border-width: 3vw;
  }
  .col-xs-6.aboutUsQ {
    padding-left: 0px;
    padding-right: 0px;
  }
  .aboutUsQ {
    position: relative;
  }
  .aboutUsQ p {
    position: absolute;
    top: 60%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    z-index: 2;
    color: white;
    text-align: center;
    width: 100%;
    font-size: 5vw;
  }
  .aboutUsQ p.up {
    position: absolute;
    top: 55%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    z-index: 2;
    color: white;
    text-align: center;
    width: 100%;
    font-size: 5vw;
  }
  .aboutUsSP-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px 10px;
    text-align: center
  }
  .aboutUsSP-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
  }
  .aboutUsSP-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s;
  }
  .aboutUsSP-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: ""
  }
  .aboutUsSP-wrapper .aboutUsSP-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 70%;
    max-width: 600px;
    padding: 30px 30px 15px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    vertical-align: middle
  }
  .aboutUsSP-wrapper .aboutUsSP-window .aboutUsSP-content {
    max-height: 80vh;
    overflow-y: auto;
    text-align: left
  }
  .aboutUsSP-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
  }
  .aboutUsSP-wrapper .aboutUsSP-close {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    color: #95979c !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-indent: 0
  }
  .aboutUsSP-wrapper .aboutUsSP-close:hover {
    color: #2b2e38 !important
  }
  .aboutAim {
    display: none;
  }
  .aboutUs_down {
    display: none;
  }
  .moreAim {
    display: none;
  }
  ul#aboutUsSP_headline {
    float: left;
    width: 30%;
    margin: 10px 0px 0 0;
    padding: 0;
  }
  ul#aboutUsSP_headline li {
    display: inline-block;
    width: 20%;
    height: 30px;
    line-height: 30px;
    margin: 0;
    background-color: #AAA;
    text-align: center;
    cursor: pointer;
    left: 0%;
    position: relative;
  }
  ul#aboutUsSP_headline li.current {
    background-color: #FFF;
  }
  ul#aboutUsSP_contents {
    float: left;
    width: 70%;
    margin: 10px 0 0 0px;
    padding: 0;
  }
  ul#aboutUsSP_contents li {
    display: none;
    vertical-align: top;
    height: 150px;
    background-color: #FFF;
    padding: 5%;
    z-index: 2;
  }
  ul#aboutUsSP_contents li p {
    top: 100%;
    position: relative;
    border-style: solid;
    border-color: black;
  }
  ul#aboutUsSP_contents li.current {
    display: block;
  }
  ul#aboutUsSP_contents li.current.p {
    top: 100%;
    position: relative;
    border-style: solid;
    border-color: black;
  }
  .aboutUsPC {
    display: none;
  }
  .mailicon {
    height: auto;
    width: 170px;
    padding-top: 15px;
    padding-bottom: 18px;
    padding-left: 6px;
  }
  .mail_r {
    margin-bottom: 0px;
    text-indent: -55px;
    padding-left: 55px;
    line-height: 0px;
  }
}

.linkicon ::before {
  position: absolute;
  z-index: 2;
}

.tab li img {
  width: 100%;
  height: 100%;
}

.tab, .tab li {
  float: left;
  list-style: none;
}

.content {
  clear: both;
}

.area {
  display: none;
}

.imglink {
  padding: 10px;
}

.rikunabilink{
  display: inline-block;
  width: 200px;
  border: solid 1px #0068b7;
}

.imglink:hover{
  filter: brightness(110%);
}

.rikunabilink:hover {
  filter: brightness(120%);
}


.tohome {
  color: #888888;
}

.tohome:hover {
  color: #dc5239;
}

p.overview {
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

h4.overview {
  font-weight: 600;
  letter-spacing: 1px;
  color: #666666;
  margin-top: 10px;
  margin-bottom: 10px;
}

.slide {
  position: relative;
  padding: 0px 0px 25px 0px;
  margin-bottom: 50px;
  width: 500px;
  margin: auto;
}

.slide li img {
  width: 500px;
  text-align: center;
  border: 1px solid #e9e9e9;
  z-index: 1;
}

.iframe-content iframe {
  position: relative;
  width: 100%;
  padding: 0 15px 0 15px;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .iframe-content iframe {
    position: relative;
    width: 100%;
    padding: 0 15px 0 15px;
    margin-bottom: 50px;
  }
}

@media (max-width: 501px) {
  .slide {
    position: relative;
    padding: 0px 0px 25px 0px;
    margin-bottom: 50px;
    width: 330px;
    margin: auto;
  }
  .slide li img {
    width: 330px;
    text-align: center;
    border: 1px solid #e9e9e9;
  }
}

.center {
  display: block;
  padding-bottom: 20px;
}

.info {
  position: relative;
}

.table {
  border-color: black;
}

.text-center {
  background-color: white;
  background-color: white;
  width: 96.8%;
  left: 1.6%;
}

@media (min-width:768px) {
  .infoSP {
    display: none;
  }
  .Info_back_left {
    position: absolute;
    background-color: #001B50;
    z-index: -1;
    width: 78%;
    height: 30%;
    left: 0%;
    top: 70%;
  }
  .Info_back_right {
    position: absolute;
    width: 80%;
    height: 84%;
    background-color: #cdcdcd;
    left: 20%;
    z-index: -2;
    top: 15%;
  }
}

@media (max-width:767px) {
  .Info_back_left {
    display: none;
  }
  .Info_back_right {
    display: none;
  }
  .table.info {
    display: none;
  }
}

/* ================
---    Footer   ---
================ */

footer {
  clear: both;
  height: 50px;
  text-align: center;
  background-color: #ffffff;
  color: #161b61;
  font-size: 0.85em;
  display: block;
}

#page-top {
  position: sticky;
  position: -webkit-sticky;
  float: right;
  right: 5px;
  bottom: 30px;
  height: 50px;
  text-decoration: none;
  font-weight: bold;
  transform: rotate( 90deg);
  font-size: 200%;
  line-height: 1.5rem;
  color: #dc5239;
  padding: 10px 0 0 40px;
  border-top: solid 2px;
  z-index: 10;
  opacity: 0.7;
  font-family: Candara, sans-serif;
}

#page-top::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 15px;
  border-top: solid 2px;
  transform: rotate(35deg);
  transform-origin: left top;
}


/* ================
---    社員・役員   ---
================ */


/* color */

.back_color_white {
  background-color: white;
}

.back_color_gray {
  background-color: rgb(231, 230, 230);
}

.back_color_skin {
  background-color: rgb(244, 177, 131);
}

.back_color_orange {
  background-color: rgb(221, 138, 75);
}

.back_color_blue {
  background-color: rgb(177, 177, 251);
}

.back_color_sky {
  background-color: rgb(189, 215, 238);
}

.back_color_pink {
  background-color: rgb(255, 153, 153);
}

.back_color_purple {
  background-color: rgb(255, 204, 255);
}

.back_color_green {
  background-color: rgb(84, 130, 53);
}

.back_color_yellowGreen {
  background-color: rgb(169, 209, 142);
}

/* 担当・担当者名前背景 */

.tanto {
  width: 35%;
  height: 50px;
}

.tanto h2 {
  color: black;
  padding-top: 10px;
}

.tanto h3 {
  color: black;
  padding-top: 10px;
}

.tanto_name {
  width: 23%;
  min-width: 220px;
  height: 70px;
}

.tanto_name h3 {
  color: black;
  padding-top: 13px;
  margin-bottom: 0px;
}

.tanto_name p {
  color: black;
  font-size: 2rem;
}

.text_right {
  text-align: right;
  margin-right: 10px;
}

.text_left {
  text-align: left;
  margin-left: 10px;
}

.q_anser {
  color: rgb(0, 0, 0);
  font-size: 2vmin;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0px;
}

.tanto.h3 {
  font-weight: bold;
  color: rgb(0, 0, 0);
}

.q_title {
  font-size: 2.5rem;
  margin-top: 30px;
  margin-left: 40px;
  margin-bottom: 0px;
  text-indent: -40px;
  padding-left: 55px;
}

.titleBox {
  margin-top: 20px;
}

.title {
  text-align: center;
  margin: 5px;
  color: rgb(0, 27, 80);
}

.q_r {
  color: white;
  font-size: 10vmin;
  line-height: initial;
  padding-top: 7vmin;
  padding-left: 15px;
}

@media(max-width:567px) {
  .titleBox {
    display: none;
  }
  .q_title {
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 5vmin;
    line-height: initial;
    margin-top: 30px;
    margin-left: 20px;
    margin-bottom: 0px;
    text-indent: -20px;
    padding-left: 55px;
  }
  .q_anser {
    color: rgb(0, 0, 0);
    font-size: 4vmin;
    line-height: 5.9vmin;
    padding-left: 30px;
    padding-right: 30px;
  }
  .tanto_name {
    min-width: 123px;
  }
  .tanto_name p {
    color: black;
    font-size: 3.4vmin;
    margin-bottom: 0px;
    line-height: 5vmin;
  }
}

/* 仕事体験担当より */

.job {
  position: relative;
  height: 1500px;
  margin-top: 20px;
}

@media(min-width:568px) {
  .job_tanto {
    position: absolute;
    z-index: 4;
    width: 35%;
    min-width: 290px;
    top: 100px;
  }
  .job_tanto h3 {
    display: none;
  }
  .job_makimoto {
    position: absolute;
    z-index: 5;
    left: 34%;
    top: 320px;
  }
  .job_makimoto h4 {
    display: none;
  }
  .syain_makimoto1 {
    position: absolute;
    z-index: 4;
    width: 30%;
    height: auto;
    left: 54%;
    bottom: 1141px;
  }
  .syain_makimoto2 {
    position: absolute;
    z-index: 4;
    width: 48%;
    height: auto;
    left: 7%;
    bottom: 100px;
  }
  .syain_makimoto_msg {
    position: absolute;
    z-index: 6;
    width: 38%;
    height: auto;
    left: 20%;
    top: 200px;
  }
  .job_q_title {
    color: rgb(0, 0, 0);
  }
  .job_border_left {
    border-left: thick solid rgb(165, 0, 33);
  }
}

@media (max-width:567px) {
  .job {
    position: relative;
    height: 406vmin;
    margin-top: 20px;
  }
  .job_tanto {
    position: absolute;
    z-index: 2;
    width: 68vmin;
    max-width: 255px;
    min-width: 240px;
    right: 0%;
    top: 0px;
    ;
  }
  .job_tanto h2 {
    display: none;
  }
  .job_makimoto {
    position: absolute;
    z-index: 4;
    width: 47%;
    max-width: 200px;
    min-width: 150px;
    height: 50px;
    right: 50%;
    top: 60vmin;
  }
  .job_makimoto h3 {
    display: none;
  }
  .job_makimoto h4 {
    color: rgb(0, 0, 0);
    padding-top: 8px;
    margin-bottom: 0px;
  }
  .syain_makimoto1 {
    position: absolute;
    z-index: 3;
    width: 60%;
    max-width: 350px;
    right: 10%;
    top: 60px;
  }
  .syain_makimoto2_r {
    position: absolute;
    z-index: 3;
    width: 60%;
    left: 20%;
    top: 354vmin;
  }
  .syain_makimoto_msg {
    position: absolute;
    z-index: 5;
    width: 50%;
    max-width: 300px;
    height: auto;
    left: 5%;
    top: 80vmin;
  }
}

@media(min-width:568px) {
  .jobBack1 {
    position: absolute;
    z-index: 1;
    width: 40%;
    height: 170px;
    left: 2%;
    top: 80px;
  }
  .jobBack2 {
    position: absolute;
    z-index: 2;
    width: 75%;
    height: 400px;
    left: 25%;
    top: 200px;
  }
  .jobBack3 {
    position: absolute;
    z-index: 3;
    width: 90%;
    height: 530px;
    right: 10%;
    top: 358px;
  }
  .jobBack4 {
    position: absolute;
    z-index: 1;
    width: 38%;
    height: 400px;
    left: 5%;
    top: 800px;
  }
  .jobBack5 {
    position: absolute;
    z-index: 2;
    width: 75%;
    height: 28%;
    height: 480px;
    left: 1.5%;
    top: 1000px;
  }
  .jobBack6 {
    position: absolute;
    z-index: 3;
    width: 80%;
    height: 450px;
    left: 20%;
    top: 850px;
  }
}

@media(max-width:567px) {
  .jobBack1_r {
    position: absolute;
    z-index: 1;
    width: 60%;
    height: 65vw;
    top: 5px;
  }
  .jobBack2 {
    position: absolute;
    z-index: 2;
    width: 80%;
    height: 70vmin;
    max-height: 300px;
    right: 0%;
    top: 30vmin;
  }
  .jobBack4 {
    position: absolute;
    z-index: 1;
    width: 55%;
    height: 33vmin;
    right: 5%;
    top: 373vmin;
  }
  .jobBack5 {
    position: absolute;
    z-index: 1;
    width: 45%;
    height: 25vmin;
    left: 0%;
    top: 338vmin;
  }
}

@media(min-width:568px) {
  .jobQ1 {
    position: absolute;
    z-index: 4;
    width: 80%;
    min-width: 543px;
    height: 420px;
    left: 2%;
    top: 410px;
  }
  .jobQ1_titleBox {
    padding-top: 30px;
    border-bottom: solid 1px rgb(165, 0, 33);
  }
  .jobQ2_1 {
    position: absolute;
    z-index: 3;
    width: 70%;
    height: 160px;
    left: 30%;
    top: 850px;
  }
  .jobQ2_2 {
    position: absolute;
    z-index: 3;
    width: 45%;
    height: 370px;
    right: 0%;
    top: 1010px;
  }
  .jobQ1_title_position_r {
    display: none;
  }
  .jobQ2_title_position_r p {
    display: none;
  }
  .jobQ1Back1 {
    display: none;
  }
  .jobQ2Back1 {
    display: none;
  }
  .q_title_position_r {
    display: none;
  }
  .jobQ1_r {
    display: none;
  }
}

@media(max-width:567px) {
  .jobQ1 {
    display: none;
  }
  .jobQ2_1 {
    display: none;
  }
  .jobQ2_2 {
    position: absolute;
    z-index: 2;
    width: 97%;
    left: 3%;
    top: 262vmin;
  }
  .jobQ1_r {
    position: absolute;
    width: 97%;
    left: 3%;
    top: 128vmin;
  }
  .jobQ1Back1 {
    position: absolute;
    width: 25%;
    height: 20vmin;
    left: 8%;
    top: 110vmin;
  }
  .jobQ2Back1 {
    position: absolute;
    width: 25%;
    height: 20vmin;
    left: 8%;
    top: 242vmin;
  }
  .jobQ1_title_position_r {
    position: absolute;
    z-index: 2;
    width: 85%;
    height: 20vmin;
    left: 10%;
    top: 109vmin;
  }
  .jobQ2_title_position_r {
    position: absolute;
    z-index: 2;
    width: 93%;
    height: 20vmin;
    left: 7%;
    top: 241vmin;
  }
}

/* 自己分析担当より */

@media(min-width:568px) {
  .zikobunseki {
    position: relative;
    height: 1750px;
    margin-top: 150px;
  }
  .zikobunseki_tanto {
    position: absolute;
    z-index: 4;
    width: 40%;
    min-width: 290px;
    height: 50px;
    right: 0%;
    top: 90px;
  }
  .zikobunseki_ishiguro {
    position: absolute;
    z-index: 5;
    left: 45%;
    bottom: 1400px;
  }
  .syain_ishiguro1 {
    position: absolute;
    z-index: 3;
    width: 35%;
    min-width: 240px;
    height: auto;
    left: 15%;
    top: 120px;
  }
  .syain_ishiguro2 {
    position: absolute;
    z-index: 5;
    width: 30%;
    height: auto;
    top: 1060px;
  }
  .syain_ishiguro_msg {
    position: absolute;
    z-index: 4;
    width: 40%;
    height: auto;
    left: 55%;
    bottom: 1490px;
  }
  .zikobunseki_q_title {
    color: rgb(0, 0, 0);
  }
  .zikobunseki_border_left {
    border-left: thick solid rgb(0, 32, 96);
  }
  .zikobunseki_tanto h3 {
    display: none;
  }
  .zikobunseki_ishiguro h4 {
    display: none;
  }
}

@media(max-width:567px) {
  .zikobunseki {
    position: relative;
    height: 570vmin;
    margin-top: 30vmin;
  }
  .zikobunseki_tanto {
    position: absolute;
    z-index: 3;
    width: 80%;
    max-width: 255px;
    min-width: 240px;
    left: 3%;
    top: 3vmin;
  }
  .zikobunseki_tanto h2 {
    display: none;
  }
  .zikobunseki_ishiguro {
    position: absolute;
    z-index: 5;
    width: 40%;
    height: 50px;
    left: 55%;
    top: 50vmin;
  }
  .zikobunseki_ishiguro h3 {
    display: none;
  }
  .zikobunseki_ishiguro h4 {
    color: rgb(0, 0, 0);
    padding-top: 8px;
    margin-bottom: 0px;
  }
  .syain_ishiguro1 {
    position: absolute;
    z-index: 3;
    width: 60%;
    max-width: 270px;
    height: auto;
    left: 5%;
    top: 19vmin;
  }
  .syain_ishiguro2 {
    position: absolute;
    z-index: 5;
    width: 45%;
    height: auto;
    left: 10%;
    top: 503vmin;
  }
  .syain_ishiguro_msg {
    position: absolute;
    z-index: 4;
    width: 53%;
    height: auto;
    right: 0%;
    top: 72vmin;
  }
  .zikobunseki_q_title {
    color: rgb(0, 0, 0);
    border-bottom: solid 1px rgb(0, 32, 96);
  }
}

@media(min-width:568px) {
  .zikobunsekiBack1 {
    position: absolute;
    z-index: 2;
    width: 73%;
    height: 216px;
    left: 20%;
  }
  .zikobunsekiBack2 {
    position: absolute;
    z-index: 1;
    width: 60%;
    height: 540px;
    top: 144px;
  }
  .zikobunsekiBack3 {
    position: absolute;
    z-index: 2;
    width: 85%;
    height: 500px;
    left: 10%;
    top: 450px;
  }
  .zikobunsekiBack4 {
    position: absolute;
    z-index: 1;
    width: 30%;
    height: 640px;
    left: 70%;
    top: 1100px;
  }
  .zikobunsekiBack5 {
    position: absolute;
    z-index: 2;
    width: 70%;
    height: 100px;
    left: 20%;
    top: 1620px;
  }
}

@media(max-width:567px) {
  .zikobunsekiBack1 {
    position: absolute;
    z-index: 2;
    width: 80%;
    height: 30vmin;
    right: 0%;
  }
  .zikobunsekiBack2 {
    position: absolute;
    z-index: 1;
    width: 80%;
    height: 80vmin;
    top: 17vmin;
  }
  .zikobunsekiBack4 {
    position: absolute;
    z-index: 1;
    width: 43%;
    height: 56vmin;
    right: 0%;
    top: 490vmin;
  }
  .zikobunsekiBack5 {
    position: absolute;
    z-index: 2;
    width: 73%;
    height: 30vmin;
    left: 8%;
    top: 525vmin;
  }
}

@media(min-width:568px) {
  .zikobunsekiQ1 {
    position: absolute;
    z-index: 4;
    width: 88%;
    height: 520px;
    left: 10%;
    top: 500px;
  }
  .zikobunsekiQ_titleBox {
    padding-top: 30px;
    margin-left: 20px;
    border-bottom: solid 1px rgb(0, 32, 96);
  }
  .zikobunsekiQ2_1 {
    position: absolute;
    z-index: 3;
    width: 67%;
    height: 450px;
    right: 0%;
    top: 990px;
  }
  .zikobunsekiQ2_2 {
    position: absolute;
    z-index: 2;
    width: 90%;
    height: 160px;
    right: 5%;
    top: 1415px;
  }
  .zikobunsekiQ1Back1 {
    display: none;
  }
  .zikobunsekiQ1_title_position_r {
    display: none;
  }
  .zikobunsekiQ2Back1 {
    display: none;
  }
  .zikobunsekiQ2_title_position_r {
    display: none;
  }
  .zikobunsekiQ2_r p {
    display: none;
  }
}

@media(max-width:567px) {
  .zikobunsekiQ2_1 {
    display: none;
  }
  .zikobunsekiQ2_2 {
    display: none;
  }
  .zikobunsekiQ1 {
    position: absolute;
    z-index: 2;
    width: 97%;
    left: 3%;
    top: 132vmin;
  }
  .zikobunsekiQ2_r {
    position: absolute;
    z-index: 2;
    width: 97%;
    height: 7;
    left: 3%;
    top: 339vmin;
  }
  .zikobunseki_q_title {
    display: none;
  }
  .zikobunsekiQ2_1 {
    position: absolute;
    z-index: 3;
    width: 67%;
    height: 450px;
    right: 0%;
    top: 990px;
  }
  .zikobunsekiQ2_2 {
    position: absolute;
    z-index: 3;
    width: 90%;
    height: 160px;
    right: 5%;
    top: 1430px;
  }
  .zikobunsekiQ1Back1 {
    position: absolute;
    width: 25%;
    height: 20vmin;
    left: 8%;
    top: 110vmin;
  }
  .zikobunsekiQ2Back1 {
    position: absolute;
    width: 25%;
    height: 20vmin;
    left: 8%;
    top: 312vmin;
  }
  .zikobunsekiQ1_title_position_r {
    position: absolute;
    z-index: 2;
    width: 80%;
    height: 120px;
    left: 10%;
    top: 109vmin;
  }
  .zikobunsekiQ2_title_position_r {
    position: absolute;
    z-index: 2;
    width: 93%;
    height: 120px;
    left: 7%;
    top: 311vmin;
  }
}

/* 採用担当 */

@media(min-width:568px) {
  .recruit {
    position: relative;
    height: 3300px;
    margin-top: 150px;
  }
  .recruit_tanto {
    position: absolute;
    z-index: 2;
    width: 35%;
    min-width: 200px;
    height: 50px;
    top: 110px;
  }
  .recruit_irisawa {
    position: absolute;
    z-index: 4;
    left: 40%;
    top: 410px;
  }
  .syain_irisawa1 {
    position: absolute;
    z-index: 3;
    width: 30%;
    min-width: 240px;
    height: auto;
    left: 65%;
    top: 180px;
  }
  .syain_irisawa2 {
    position: absolute;
    z-index: 4;
    width: 47%;
    min-width: 300px;
    height: auto;
    left: 3%;
    top: 1310px;
  }
  .syain_irisawa_msg {
    position: absolute;
    z-index: 4;
    width: 36%;
    min-width: 250px;
    height: auto;
    right: 34%;
    top: 200px;
  }
  .recruit_tanto_maeda {
    position: absolute;
    z-index: 6;
    left: 33%;
    top: 3080px;
  }
  .syain_maeda1 {
    position: absolute;
    z-index: 5;
    width: 30%;
    min-width: 210px;
    height: auto;
    left: 5%;
    bottom: 180px;
  }
  .syain_maeda2 {
    position: absolute;
    z-index: 2;
    width: 45%;
    height: auto;
    right: 0%;
    top: 1950px;
  }
  .syain_maeda_msg {
    position: absolute;
    z-index: 5;
    width: 30%;
    height: auto;
    left: 30%;
    bottom: 222px;
  }
  .recruit_border_left {
    border-left: thick solid rgb(242, 14, 30);
  }
  .recruit_q_title {
    color: rgb(0, 0, 0);
  }
  .recruit_tanto h3, .recruit_irisawa h4, .recruit_tanto_maeda h4 {
    display: none;
  }
}

@media(max-width:567px) {
  .recruit {
    position: relative;
    height: 930vmin;
    margin-top: 30vmin;
  }
  .recruit_tanto {
    position: absolute;
    z-index: 3;
    width: 57vmin;
    max-width: 255px;
    min-width: 210px;
    right: 1vmin;
    top: 1vmin;
  }
  .recruit_irisawa {
    position: absolute;
    z-index: 4;
    width: 43%;
    max-width: 200px;
    min-width: 150px;
    height: 50px;
    right: 45%;
    top: 60vmin;
  }
  .recruit_irisawa h3 {
    display: none;
  }
  .recruit_irisawa h4 {
    color: rgb(0, 0, 0);
    padding-top: 8px;
    margin-bottom: 0px;
  }
  .syain_irisawa1 {
    position: absolute;
    z-index: 3;
    width: 50%;
    max-width: 300px;
    height: auto;
    right: 2%;
    top: 60px;
  }
  .syain_irisawa2 {
    position: absolute;
    width: 70%;
    height: auto;
    left: 20%;
    top: 466vmin;
  }
  .syain_irisawa_msg {
    position: absolute;
    z-index: 4;
    width: 45%;
    height: auto;
    left: 13%;
    top: 33vmin;
  }
  .recruit_tanto_maeda {
    position: absolute;
    z-index: 4;
    width: 43%;
    max-width: 200px;
    min-width: 132px;
    height: 50px;
    left: 52%;
    top: 583vmin;
  }
  .recruit_tanto_maeda h3 {
    display: none;
  }
  .recruit_tanto_maeda h4 {
    color: rgb(0, 0, 0);
    padding-top: 8px;
    margin-bottom: 0px;
  }
  .syain_maeda1 {
    position: absolute;
    z-index: 3;
    width: 50%;
    height: auto;
    left: 10%;
    top: 543vmin;
  }
  .syain_maeda2 {
    position: absolute;
    z-index: 3;
    width: 70%;
    height: auto;
    left: 25%;
    top: 874vmin;
  }
  .syain_maeda_msg {
    position: absolute;
    z-index: 4;
    width: 50%;
    height: auto;
    left: 43%;
    top: 557vmin;
  }
  .recruit_tanto h2, .recruit_tanto_r h2 {
    display: none;
  }
}

@media(min-width:568px) {
  .recruitQ_titleBox {
    padding-top: 30px;
    border-bottom: solid 1px rgb(242, 14, 30);
  }
  .recruitBack1 {
    position: absolute;
    z-index: 2;
    width: 38%;
    height: 300px;
    left: 43%;
  }
  .recruitBack2 {
    position: absolute;
    z-index: 1;
    width: 70%;
    height: 340px;
    left: 2%;
    top: 100px;
  }
  .recruitBack3 {
    position: absolute;
    z-index: 1;
    width: 52%;
    height: 620px;
    top: 1150px;
  }
  .recruitBack4 {
    position: absolute;
    z-index: 5;
    width: 60%;
    height: 100px;
    left: 20%;
    top: 1720px;
  }
  .recruitBack5 {
    position: absolute;
    z-index: 1;
    width: 50%;
    height: 500px;
    top: 1940px;
  }
  .recruitBack6 {
    position: absolute;
    z-index: 3;
    width: 65%;
    height: 280px;
    top: 2870px;
  }
  .recruitBack7 {
    position: absolute;
    z-index: 1;
    width: 55%;
    height: 570px;
    left: 45%;
    top: 2650px;
  }
}

@media(max-width:567px) {
  .recruitBack1 {
    position: absolute;
    z-index: 2;
    width: 80%;
    height: 32vmin;
    right: 0%;
  }
  .recruitBack2 {
    position: absolute;
    z-index: 1;
    width: 80%;
    height: 46vmin;
    top: 20vmin;
  }
  .recruitBack3 {
    position: absolute;
    z-index: 1;
    width: 65%;
    height: 75vmin;
    right: 0%;
    top: 535vmin;
  }
  .recruitBack4 {
    position: absolute;
    z-index: 2;
    width: 75%;
    height: 65vmin;
    left: 2%;
    top: 528vmin;
  }
  .recruitBack6 {
    position: absolute;
    z-index: 2;
    width: 85%;
    height: 40vmin;
    right: 0%;
    top: 889vmin;
  }
  .recruitBack7 {
    position: absolute;
    z-index: 1;
    width: 75%;
    height: 65vmin;
    top: 849vmin;
  }
}

@media(min-width:568px) {
  .recruitQ1 {
    position: absolute;
    z-index: 3;
    width: 90%;
    height: 430px;
    left: 5%;
    top: 500px;
  }
  .recruitQ2 {
    position: absolute;
    z-index: 3;
    width: 83%;
    height: 567px;
    left: 12%;
    top: 936px;
  }
  .recruitQ2_2 {
    position: absolute;
    z-index: 6;
    width: 42%;
    height: 515px;
    left: 53%;
    top: 1200px;
  }
  .recruitQ3 {
    position: absolute;
    z-index: 1;
    width: 53%;
    height: 500px;
    top: 1940px;
  }
  .recruitQ4 {
    position: absolute;
    z-index: 4;
    width: 60%;
    height: 500px;
    left: 35%;
    top: 2460px;
  }
  .recruitQ1_title_position_r, .recruitQ1Back1, .recruitQ2Back1, .recruitQ2_r, .recruitQ2_title_position_r, .recruitQ3_title_position_r, .recruitQ3Back1, .recruitQ4Back1, .recruitQ4_title_position_r {
    display: none;
  }
}

@media(max-width:567px) {
  .recruit_q_title {
    display: none;
  }
  .recruitQ2 {
    display: none;
  }
  .recruitQ2_2 {
    display: none;
  }
  .recruitQ1 {
    position: absolute;
    z-index: 2;
    width: 97%;
    left: 3%;
    top: 105vmin;
  }
  .recruitQ1Back1 {
    position: absolute;
    width: 25%;
    height: 20vmin;
    left: 8%;
    top: 80vmin;
  }
  .recruitQ1_title_position_r {
    position: absolute;
    z-index: 2;
    width: 80%;
    height: 120px;
    left: 10%;
    top: 79vmin;
  }
  .recruitQ2_title_position_r {
    position: absolute;
    z-index: 2;
    width: 90%;
    height: 120px;
    left: 10%;
    top: 269vmin;
  }
  .recruitQ2Back1 {
    position: absolute;
    width: 25%;
    height: 20vmin;
    left: 8%;
    top: 270vmin;
  }
  .recruitQ2_r {
    position: absolute;
    width: 97%;
    left: 3%;
    top: 293vmin;
  }
  .recruitQ3 h3 {
    display: none;
  }
  .recruitQ3 {
    position: absolute;
    z-index: 2;
    width: 97%;
    left: 3%;
    top: 640vmin;
  }
  .recruitQ3Back1 {
    position: absolute;
    z-index: 1;
    width: 25%;
    height: 20vmin;
    left: 8%;
    top: 617vmin;
  }
  .recruitQ3_title_position_r {
    position: absolute;
    z-index: 2;
    width: 86%;
    height: 120px;
    left: 10%;
    top: 617vmin;
  }
  .recruitQ4 h3 {
    display: none;
  }
  .recruitQ4 {
    position: absolute;
    z-index: 2;
    width: 97%;
    height: 110vmin;
    left: 3%;
    top: 768vmin;
  }
  .recruitQ4Back1 {
    position: absolute;
    width: 25%;
    height: 20vmin;
    left: 8%;
    top: 748vmin;
  }
  .recruitQ4_title_position_r {
    position: absolute;
    z-index: 2;
    width: 90%;
    height: 120px;
    left: 10%;
    top: 747vmin;
  }
}

/* 役員より */

@media(min-width:568px) {
  .yakuin {
    position: relative;
    height: 3150px;
    margin-top: 150px;
  }
  .yakuin_tanto {
    position: absolute;
    z-index: 2;
    width: 25%;
    right: 0%;
    top: 5px;
  }
  .yakuin_mori {
    position: absolute;
    z-index: 3;
    left: 38%;
    top: 250px;
  }
  .syain_mori1 {
    position: absolute;
    z-index: 2;
    width: 30%;
    min-width: 240px;
    height: auto;
    left: 10%;
  }
  .syain_mori2 {
    position: absolute;
    z-index: 6;
    width: 40%;
    max-width: 340px;
    height: auto;
    right: 0%;
    top: 678px;
  }
  .syain_mori_msg {
    position: absolute;
    z-index: 5;
    width: 30%;
    height: auto;
    right: 32%;
    top: 100px;
  }
  .yakuin_yamakoshi {
    position: absolute;
    z-index: 4;
    width: 28%;
    min-width: 250px;
    height: 70px;
    right: 15%;
    bottom: 135px;
  }
  .syain_yamakoshi1 {
    position: absolute;
    z-index: 3;
    width: 32%;
    min-width: 200px;
    height: auto;
    right: 1%;
    bottom: 170px;
  }
  .syain_yamakoshi2 {
    position: absolute;
    z-index: 3;
    width: 43%;
    height: auto;
    left: 2%;
    top: 1940px;
  }
  .syain_yamakoshi_msg {
    position: absolute;
    z-index: 4;
    width: 35%;
    height: auto;
    right: 34%;
    bottom: 220px;
  }
  .yakuin_q_title {
    color: rgb(0, 0, 0);
  }
  .yakuin_border_left {
    border-left: thick solid rgb(56, 87, 35);
  }
  .yakuin_tanto h3, .yakuin_mori h4, .yakuin_yamakoshi h4 {
    display: none;
  }
}

@media(max-width:567px) {
  .yakuin {
    position: relative;
    height: 1060vmin;
    margin-top: 150px;
  }
  .yakuin_tanto {
    position: absolute;
    z-index: 3;
    max-width: 200px;
    min-width: 180px;
    left: 3%;
    top: 2vmin;
  }
  .yakuin_tanto h2 {
    display: none;
  }
  .yakuin_mori h3 {
    display: none;
  }
  .yakuin_mori h4 {
    color: rgb(0, 0, 0);
    padding-top: 8px;
    margin-bottom: 0px;
  }
  .yakuin_mori {
    position: absolute;
    z-index: 4;
    width: 43%;
    max-width: 200px;
    min-width: 130px;
    height: 50px;
    left: 48%;
    top: 45vmin;
  }
  .syain_mori1 {
    position: absolute;
    z-index: 3;
    width: 50%;
    max-width: 300px;
    height: auto;
    left: 5%;
    top: 20vmin;
  }
  .syain_mori2 {
    position: absolute;
    width: 70%;
    height: auto;
    left: 16%;
    top: 405vmin;
  }
  .syain_mori_msg {
    position: absolute;
    z-index: 4;
    width: 55%;
    max-width: 250px;
    height: auto;
    left: 45%;
    top: 59vmin;
  }
  .yakuin_yamakoshi {
    position: absolute;
    z-index: 4;
    width: 55%;
    min-width: 130px;
    height: 50px;
    top: 525vmin;
    right: 40%;
  }
  .yakuin_yamakoshi h3 {
    display: none;
  }
  .yakuin_yamakoshi h4 {
    color: rgb(0, 0, 0);
    padding-top: 8px;
    margin-bottom: 0px;
  }
  .syain_yamakoshi1 {
    position: absolute;
    z-index: 3;
    width: 50%;
    height: auto;
    right: 2%;
    top: 495vmin;
  }
  .syain_yamakoshi2 {
    position: absolute;
    z-index: 2;
    width: 75%;
    height: auto;
    right: 7%;
    bottom: 9vmin;
  }
  .syain_yamakoshi_msg {
    position: absolute;
    z-index: 4;
    width: 50%;
    max-width: 250px;
    height: auto;
    right: 50%;
    top: 493vmin;
  }
}

@media(min-width:568px) {
  .yakuinBack1 {
    position: absolute;
    z-index: 1;
    width: 60%;
    height: 250px;
    left: 33%;
    top: 40px;
  }
  .yakuinBack2 {
    position: absolute;
    z-index: 1;
    width: 20%;
    height: 540px;
    top: 110px;
  }
  .yakuinBack3 {
    position: absolute;
    z-index: 2;
    width: 55%;
    height: 350px;
    right: 0%;
    top: 1050px;
  }
  .yakuinBack4 {
    position: absolute;
    z-index: 2;
    width: 55%;
    height: 300px;
    top: 1330px;
  }
  .yakuinBack5 {
    position: absolute;
    z-index: 1;
    width: 50%;
    height: 340px;
    left: 0%;
    top: 2550px;
  }
  .yakuinBack6 {
    position: absolute;
    z-index: 2;
    width: 55%;
    height: 340px;
    left: 20%;
    top: 2770px;
  }
}

@media(max-width:567px) {
  .yakuinBack1 {
    position: absolute;
    z-index: 2;
    width: 85%;
    height: 50vmin;
    right: 0%;
    top: 0vmin;
  }
  .yakuinBack2 {
    position: absolute;
    z-index: 1;
    width: 70%;
    height: 60vmin;
    top: 40vmin;
  }
  .yakuinBack3 {
    position: absolute;
    z-index: 1;
    width: 55%;
    height: 80vmin;
    right: 7%;
    top: 483vmin;
  }
  .yakuinBack4 {
    position: absolute;
    z-index: 2;
    width: 70%;
    height: 60vmin;
    top: 475vmin;
  }
  .yakuinBack5 {
    position: absolute;
    z-index: 1;
    width: 75%;
    height: 60vmin;
    right: 0%;
    top: 965vmin;
  }
  .yakuinBack6 {
    position: absolute;
    z-index: 1;
    width: 55%;
    height: 55vmin;
    bottom: 0vmin;
  }
}

@media(min-width:568px) {
  .yakuinQ_titleBox {
    padding-top: 30px;
    margin-left: 20px;
    border-bottom: solid 1px rgb(56, 87, 35);
  }
  .yakuinQ1_1 {
    position: absolute;
    z-index: 5;
    width: 90%;
    height: 252px;
    left: 5%;
    top: 440px;
  }
  .yakuinQ1_2 {
    position: absolute;
    z-index: 4;
    width: 50%;
    height: 170px;
    left: 5%;
    top: 660px;
  }
  .yakuinQ2 {
    position: absolute;
    z-index: 3;
    width: 85%;
    height: 385px;
    top: 895px;
  }
  .yakuinQ3 {
    position: absolute;
    z-index: 5;
    width: 80%;
    height: 380px;
    left: 10%;
    top: 1450px;
  }
  .yakuinQ4_1 {
    position: absolute;
    z-index: 4;
    width: 55%;
    height: 240px;
    right: 0%;
    top: 1890px;
  }
  .yakuinQ4_2 {
    position: absolute;
    z-index: 3;
    width: 88%;
    height: 175px;
    left: 6%;
    top: 2212px;
  }
  .yakuinQ4_3 {
    position: absolute;
    z-index: 2;
    width: 61%;
    height: 350px;
    left: 6%;
    top: 2365px;
  }
  .yakuinQ4_4 {
    position: absolute;
    left: 7%;
  }
  .yakuinQ4_5 {
    position: absolute;
    top: 242px;
  }
  .yakuinQ1Back1, .yakuinQ1_2 h3, .yakuinQ1_title_position_r, .yakuinQ2Back1, .yakuinQ2_r, .yakuinQ2_title_position_r, .yakuinQ3Back1, .yakuinQ3_title_position_r, .yakuinQ4Back1, .yakuinQ4_title_position_r, .yakuinQ4_r {
    display: none;
  }
}

@media(max-width:567px) {
  .yakuinQ1Back1 {
    position: absolute;
    width: 25%;
    height: 20vmin;
    left: 8%;
    top: 110vmin;
  }
  .yakuinQ1_title_position_r {
    position: absolute;
    z-index: 2;
    width: 90%;
    height: 120px;
    left: 10%;
    top: 109vmin;
  }
  .yakuinQ2_r {
    position: absolute;
    width: 97%;
    left: 3%;
    top: 130vmin;
  }
  .yakuinQ2Back1 {
    position: absolute;
    z-index: 2;
    width: 25%;
    height: 20vmin;
    left: 8%;
    top: 261vmin;
  }
  .yakuinQ2_title_position_r {
    position: absolute;
    z-index: 3;
    width: 90%;
    height: 120px;
    left: 10%;
    top: 260vmin;
  }
  .yakuinQ2 h3 {
    display: none;
  }
  .yakuinQ2 {
    position: absolute;
    z-index: 2;
    width: 97%;
    left: 3%;
    top: 283vmin;
  }
  .yakuinQ3Back1 {
    position: absolute;
    width: 25%;
    height: 20vmin;
    left: 8%;
    top: 572vmin;
  }
  .yakuinQ3_title_position_r {
    position: absolute;
    z-index: 2;
    width: 86%;
    height: 120px;
    right: 5%;
    top: 571vmin;
  }
  .yakuinQ3 {
    position: absolute;
    z-index: 2;
    width: 97%;
    left: 3%;
    top: 592vmin;
  }
  .yakuinQ3 h3 {
    display: none;
  }
  .yakuinQ4Back1 {
    position: absolute;
    width: 25%;
    height: 20vmin;
    left: 8%;
    top: 753vmin;
  }
  .yakuinQ4_title_position_r {
    position: absolute;
    z-index: 3;
    width: 90%;
    height: 120px;
    left: 10%;
    top: 752vmin;
  }
  .yakuinQ4_r {
    position: absolute;
    z-index: 2;
    width: 97%;
    height: 216vmin;
    left: 3%;
    top: 773vmin;
  }
  .yakuinQ1_1, .yakuinQ1_2, .yakuinQ_titleBox, .yakuinQ4_1, .yakuinQ4_2, .yakuinQ4_3, .yakuinQ4_5 {
    display: none;
  }
}

/* ================
---  若手社員   ---
================ */

.top_center {
  text-align: center;
  padding-top: 5%;
}

@media screen and (min-width: 768px) {
  .senpai_common {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .senpai_common_r {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: 5px;
  }
}

.senpai_mori {
  filter: brightness(120%);
  filter: saturate(140%);
  filter: contrast(90%);
}

.senpai_hasegawa {
  filter: brightness(120%);
  filter: saturate(120%);
  filter: contrast(90%);
}

.senpai_sato {
  filter: brightness(130%);
  filter: saturate(120%);
}

@media screen and (min-width: 1101px) {
  .senpai p {
    position: absolute;
    color: black;
    font-size: 30px;
    text-align: right;
    top: 74%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 8%;
    width: 100%;
  }
  .senpai p.small {
    font-size: 22px;
    letter-spacing: -0.5px;
    top: 90%;
    left: 50%;
    padding-right: 8%;
    line-height: 1.2em;
  }
}

@media screen and (min-width: 768px) and (max-width:1100px) {
  .senpai p {
    position: absolute;
    color: black;
    font-size: 3vw;
    text-align: right;
    top: 74%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 8%;
    width: 100%;
  }
  .senpai p.small {
    font-size: 2vw;
    letter-spacing: -0.5px;
    top: 90%;
    left: 50%;
    padding-right: 8%;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  .senpai p {
    position: absolute;
    color: black;
    font-size: 5vw;
    text-align: right;
    left: 50%;
    top: 75%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding-right: 7%;
    width: 90%;
  }
  .senpai p.small {
    font-size: 3vw;
    letter-spacing: -0.5px;
    top: 90%;
    padding-right: 7%;
    line-height: 1.2em;
  }
}

.parent {
  position: relative;
}

.answer {
  margin-top: 10%;
}

@media screen and (max-width: 767px) {
  .ans_r {
    margin-top: 30px;
  }
}

.ans_top {
  font-size: 1.8rem;
  display: inline-block;
  border-bottom: 2px solid;
}

.ans_contents {
  padding-left: 5%;
  margin-bottom: 10%;
}

.col-sm-9.ans_nopad {
  padding-right: 0;
}

.ans_img_radius {
  border-radius: 50%;
  width: 100%;
  min-width: 90px;
  max-width: 150px;
  display: flex;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  border: 2px solid;
  padding: 0;
  margin-bottom: 20%;
}

@media screen and (min-width: 768px) {
  .senpai_q {
    margin: 1.2em;
    text-align: left;
    vertical-align: middle;
    background: #DBDBDB;
    width: 80%;
    left: 10%;
    line-height: 4em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .qnum {
    font-size: 400%;
    color: #001B50;
    vertical-align: middle;
    padding-left: 3%;
  }
  .senpai_q:hover .qnum {
    color: #dc5239
  }
  .senpai_q:hover .qcontents {
    color: #dc5239
  }
  .qnum_title {
    font-size: 450%;
    vertical-align: middle;
    padding-left: 3%;
    padding-right: 3%;
  }
  .senpai_q_title {
    margin-bottom: 2em;
    color: #001B50;
    vertical-align: middle;
    background: #DBDBDB;
    width: 100%;
    line-height: 4em;
  }
}

@media screen and (min-width: 768px) and (max-width: 910px) {
  .qcontents {
    color: #001B50;
    vertical-align: middle;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 911px) {
  .qcontents {
    color: #001B50;
    vertical-align: middle;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 610px) and (max-width: 767px) {
  .senpai_q_r {
    margin: 1em;
    text-align: left;
    vertical-align: middle;
    background: #DBDBDB;
    width: 100%;
    max-width: 500px;
    line-height: 2em;
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media screen and (max-width: 609px) {
  .senpai_q_r {
    margin-bottom: 1em;
    text-align: left;
    vertical-align: middle;
    background: #DBDBDB;
    width: 100%;
    max-width: 500px;
    line-height: 2em;
  }
}

@media screen and (max-width:449px) {
  .col-xs-3.qnum_r {
    font-size: 250%;
    color: #001B50 !important;
    vertical-align: middle;
    padding-left: 1%;
    padding-right: 0;
    top: -1vh;
    width: auto;
  }
  .qcontents_r {
    font-size: 110%;
    color: #001B50 !important;
    vertical-align: middle;
    padding-left: 3%;
    padding-right: 0;
    width: 87%;
    left: 0%;
  }
  .qnum_title_r {
    font-size: 300%;
    vertical-align: middle;
    padding-left: 1%;
    padding-right: 1%;
  }
  .senpai_q_title_r {
    margin-top: 3em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 110%;
    color: #001B50;
    vertical-align: middle;
    background: #DBDBDB;
    width: 100%;
    line-height: 2em;
    padding: 0;
  }
}

@media screen and (max-width: 767px) and (min-width:450px) {
  .col-xs-3.qnum_r {
    font-size: 350%;
    color: #001B50 !important;
    vertical-align: middle;
    padding-left: 1%;
    padding-right: 0;
    top: -0.7vh;
    width: auto;
  }
  .qcontents_r {
    font-size: 110%;
    color: #001B50 !important;
    vertical-align: middle;
    padding-left: 3%;
    padding-right: 0;
    width: 87%;
    left: 10%;
  }
  .qnum_title_r {
    font-size: 300%;
    vertical-align: middle;
    padding-left: 1%;
    padding-right: 1%;
  }
  .senpai_q_title_r {
    margin-top: 3em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 110%;
    color: #001B50;
    vertical-align: middle;
    background: #DBDBDB;
    width: 100%;
    line-height: 2em;
    padding: 0;
  }
}

.toq {
  text-align: right;
  padding-right: 10%;
}

.toq a {
  text-decoration: none;
}

.anchorq {
  display: block;
  padding-top: 70px;
}

.btn-header-circle {
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0.5em;
  top: 15%;
}

.win .btn-header-icon {
  font-size: 2rem;
  font-weight: bold;
  color: #dc5239;
  display: inline-block;
  position: absolute;
  right: 0.6em;
}

.btn-header-icon {
  font-size: 2rem;
  font-weight: bold;
  color: #dc5239;
  display: inline-block;
  position: absolute;
  right: 0.5em;
}

.h15rem {
  height: 15rem;
}

.card-letter-click {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  font-size: 2.5rem;
  text-align: center;
  margin-top: 2rem;
}

.card-letter-main {
  position: absolute;
  top: 54%;
  left: 52%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
}

.card-letter-text {
  position: absolute;
  width:90%;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  font-size: 1.9rem;
  text-align: center;
  background-color: rgba(242, 242, 242, 0.6);
  color: #203864;
}

@media screen and (min-width: 882px) {
  .contents-btn-pic {
    color: white;
    background-color: #767171;
    margin: 2rem 0.5rem 2rem;
    padding: 0;
    width: 4rem;
    height: 4rem;
    border: none;
    border-radius: 100%;
    text-align: center;
  }
  .contents-btn-pic-current {
    color: white;
    background-color: #203864;
    margin: 2rem 0.5rem 2rem;
    padding: 0;
    width: 4rem;
    height: 4rem;
    border: none;
    border-radius: 100%;
    text-align: center;
  }
  .contents-btn-header {
    height: 6rem;
    background-color: #DBDBDB;
    position: relative;
    text-align: center;
    vertical-align: middle;
    border: solid white;
    padding: 0!important;
    cursor: pointer;
  }
  .contents-btn-header-text {
    height: 100%;
    color: #001B50;
    font-size: 180%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .img-box {
    text-align: center;
    width: 100%;
    height: 60rem;
  }
  .font-title {
    font-size: 2.5rem;
    padding-top: 1.5%;
    padding-right: 1.5%;
    margin: 0;
    line-height: 99%;
    color: #767171;
  }
  .font-sentence {
    vertical-align: middle;
    text-align: left;
    padding: 3%;
  }
  .tantou-letter {
    color: #001B50;
    font-size: 3rem;
    line-height: initial;
    position: absolute;
    left: 10%;
    top: 15%;
  }
  .tantou-letter-bunseki {
    color: #001B50;
    font-size: 3rem;
    line-height: initial;
    position: absolute;
    text-align: right;
    right: 10%;
    top: 15%;
  }
  .view-allow {
    color: #001B50;
    font-size: 3rem;
    position: absolute;
    left: 10%;
    top: 65%;
    font-family: Candara, sans-serif;
    font-weight: 400;
  }
  .view-allow-bunseki {
    color: #001B50;
    font-size: 3rem;
    position: absolute;
    text-align: right;
    right: 10%;
    top: 65%;
    font-family: Candara, sans-serif;
    font-weight: 400;
  }
  .triangle-1 {
    border-top: 4rem solid transparent;
    border-right: 4rem solid transparent;
    border-bottom: 4rem solid #F2F2F2;
    border-left: 4rem solid #F2F2F2;
  }
  .triangle-1-blue {
    border-top: 4rem solid transparent;
    border-right: 4rem solid #F2F2F2;
    border-bottom: 4rem solid #F2F2F2;
    border-left: 4rem solid transparent;
  }
  .triangle-2 {
    border-top: 4rem solid #F2F2F2;
    border-right: 4rem solid #F2F2F2;
    border-bottom: 4rem solid transparent;
    border-left: 4rem solid transparent;
  }
  .triangle-3 {
    border-top: 4rem solid #F2F2F2;
    border-right: 4rem solid transparent;
    border-bottom: 4rem solid transparent;
    border-left: 4rem solid #F2F2F2;
  }
  .triangle-letter-1 {
    position: absolute;
    top: 79%;
    left: 3%;
    z-index: 7;
    color: #001B50;
    font-size: 3.5rem;
  }
  .triangle-letter-1-blue {
    position: absolute;
    top: 79%;
    left: 92%;
    z-index: 7;
    color: #001B50;
    font-size: 3.5rem;
  }
  .triangle-letter-2 {
    position: absolute;
    top: 0%;
    left: 92%;
    z-index: 7;
    color: #001B50;
    font-size: 3.5rem;
  }
  .triangle-letter-3 {
    position: absolute;
    top: 0%;
    left: 3%;
    z-index: 7;
    color: #001B50;
    font-size: 3.5rem;
  }
  .card-triangle-position-1 {
    position: absolute;
    top: 85%;
    left: 10%;
    -webkit-transform: translate(-50%, -50%);
  }
  .card-triangle-position-1-blue {
    position: absolute;
    top: 85%;
    left: 90%;
    -webkit-transform: translate(-50%, -50%);
  }
  .card-triangle-position-2 {
    position: absolute;
    top: 15%;
    left: 90%;
    -webkit-transform: translate(-50%, -50%);
  }
  .card-triangle-position-3 {
    position: absolute;
    top: 15%;
    left: 10%;
    -webkit-transform: translate(-50%, -50%);
  }
  .card-letter-main {
    top: 38%;
    font-size: 3rem;
  }
}

@media screen and (min-width: 768px)and (max-width: 881px) {
  .contents-btn-header {
    height: 6rem;
    border: none;
    background-color: #DBDBDB;
    position: relative;
    text-align: center;
    vertical-align: middle;
    margin: 1%;
    width: 30%;
    padding: 0!important;
    cursor: pointer;
  }
  .contents-btn-header-text {
    height: 100%;
    color: #001B50;
    font-size: 120%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .font-title {
    font-size: 2.5rem;
    padding-top: 1.5%;
    padding-right: 1.5%;
    margin: 0;
    line-height: 99%;
    color: #767171;
  }
  .font-sentence {
    vertical-align: middle;
    text-align: left;
    padding: 3%;
  }
  .img-box {
    text-align: center;
    width: 100%;
    height: 60rem;
  }
  .contents-btn-pic {
    color: white;
    font-size: 2.4rem;
    background-color: #767171;
    margin: 2rem 0.5rem 2rem;
    padding: 0;
    width: 4rem;
    height: 4rem;
    border: none;
    border-radius: 100%;
    text-align: center;
  }
  .contents-btn-pic-current {
    color: white;
    font-size: 2.4rem;
    background-color: #203864;
    margin: 2rem 0.5rem 2rem;
    padding: 0;
    width: 4rem;
    height: 4rem;
    border: none;
    border-radius: 100%;
    text-align: center;
  }
  .tantou-letter {
    color: #001B50;
    font-size: 3vw;
    line-height: initial;
    position: absolute;
    left: 10%;
    padding-top: 8vw;
  }
  .tantou-letter-bunseki {
    color: #001B50;
    font-size: 3vw;
    line-height: initial;
    position: absolute;
    text-align: right;
    right: 10%;
    padding-top: 8vw;
  }
  .view-allow {
    color: #001B50;
    font-size: 4vw;
    position: absolute;
    padding-left: 10%;
    top: 65%;
    font-family: Candara, sans-serif;
    font-weight: 400;
  }
  .view-allow-bunseki {
    color: #001B50;
    font-size: 4vw;
    position: absolute;
    text-align: right;
    right: 10%;
    top: 65%;
    font-family: Candara, sans-serif;
    font-weight: 400;
  }
  #frame-1 {
    z-index: 3;
    left: 0;
    position: absolute;
  }
  #frame-2 {
    z-index: 1;
    right: 0;
    position: absolute;
  }
  #frame-3 {
    z-index: 3;
    left: 0;
    position: absolute;
  }
  #frame-4 {
    z-index: 1;
    right: 0;
    position: absolute;
  }
  #frame2-1 {
    z-index: 3;
    left: 0;
    position: absolute;
  }
  #frame2-2 {
    z-index: 1;
    right: 0;
    position: absolute;
  }
  #frame2-3 {
    z-index: 3;
    left: 0;
    position: absolute;
  }
  #frame2-4 {
    z-index: 1;
    right: 0;
    position: absolute;
  }
  #frame3-1 {
    z-index: 3;
    left: 0;
    position: absolute;
  }
  #frame3-2 {
    z-index: 1;
    right: 0;
    position: absolute;
  }
  #frame3-3 {
    z-index: 3;
    left: 0;
    position: absolute;
  }
  #frame3-4 {
    z-index: 1;
    right: 0;
    position: absolute;
  }
  .second-level {
    top: 31.5%;
  }
  .triangle-1 {
    border-top: 4rem solid #F2F2F2;
    border-right: 4rem solid #F2F2F2;
    border-bottom: 4rem solid transparent;
    border-left: 4rem solid transparent;
  }
  .triangle-1-blue {
    border-top: 4rem solid #F2F2F2;
    border-right: 4rem solid transparent;
    border-bottom: 4rem solid transparent;
    border-left: 4rem solid #F2F2F2;
  }
  .triangle-2 {
    border-top: 4rem solid transparent;
    border-right: 4rem solid transparent;
    border-bottom: 4rem solid #F2F2F2;
    border-left: 4rem solid #F2F2F2;
  }
  .triangle-3 {
    border-top: 4rem solid transparent;
    border-right: 4rem solid #F2F2F2;
    border-bottom: 4rem solid #F2F2F2;
    border-left: 4rem solid transparent;
  }
  .triangle-letter-1 {
    position: absolute;
    top: 0%;
    left: 92%;
    z-index: 7;
    color: #001B50;
    font-size: 3.5rem;
  }
  .triangle-letter-1-blue {
    position: absolute;
    top: 0%;
    left: 3%;
    z-index: 7;
    color: #001B50;
    font-size: 3.5rem;
  }
  .triangle-letter-2 {
    position: absolute;
    top: 79%;
    left: 3%;
    z-index: 7;
    color: #001B50;
    font-size: 3.5rem;
  }
  .triangle-letter-3 {
    position: absolute;
    top: 79%;
    left: 92%;
    z-index: 7;
    color: #001B50;
    font-size: 3.5rem;
  }
  .card-triangle-position-1 {
    position: absolute;
    top: 15%;
    left: 90%;
    -webkit-transform: translate(-50%, -50%);
  }
  .card-triangle-position-1-blue {
    position: absolute;
    top: 15%;
    left: 10%;
    -webkit-transform: translate(-50%, -50%);
  }
  .card-triangle-position-2 {
    position: absolute;
    top: 85%;
    left: 10%;
    -webkit-transform: translate(-50%, -50%);
  }
  .card-triangle-position-3 {
    position: absolute;
    top: 85%;
    left: 90%;
    -webkit-transform: translate(-50%, -50%);
  }
  .forIpad {
    top: 5.5%!important;
    left: 3%!important;
  }
  .card-letter-main {
    top: 38%;
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .col-xs-2.ios_block {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .contents-btn-header {
    height: 6rem;
    border: none;
    background-color: #DBDBDB;
    position: relative;
    text-align: center;
    vertical-align: middle;
    margin: 1% 0 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0!important;
    cursor: pointer;
  }
  .contents-btn-header p {
    margin: 0;
    height: 6rem;
  }
  .contents-btn-header-text {
    height: 100%;
    color: #001B50;
    font-size: 6vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contents-btn-pic {
    display: block;
    color: white;
    font-size: 4.5vmin;
    background-color: #767171;
    margin: 0.5rem 0 0.5rem;
    padding: 0;
    width: 7vmin;
    height: 7vmin;
    border: none;
    border-radius: 100%;
    text-align: center;
  }
  .contents-btn-pic-current {
    display: block;
    color: white;
    font-size: 4.5vmin;
    background-color: #203864;
    margin: 0.5rem 0 0.5rem;
    padding: 0;
    width: 7vmin;
    height: 7vmin;
    border: none;
    border-radius: 100%;
    text-align: center;
  }
  .card-sentence-position {
    padding: 3.5vmin;
  }
  .card-cover-res {
    border: solid;
    border-radius: 2%;
    border-width: 1rem;
  }
  .font-title {
    font-size: 4.5vw;
    color: #767171;
  }
  .font-sentence {
    text-align: left;
    line-height: inherit;
  }
  .card-title {
    font-size: 6vmin;
    top: 55%;
  }
  .card-letter-main {
    top: 54%;
    font-size: 6vw;
  }
  .card-letter-text {
    top: 65%;
    font-size: 3.8vw;
    width: 80%;
  }
}

.contents-btn-pic p {
  margin: 0;
}

.contents-btn-pic-current p {
  margin: 0;
}

.contents-btn-header:hover .contents-btn-header-text {
  color: #dc5239
}

.card-cover {
  border: solid;
  border-radius: 2%;
  border-width: 1rem;
}

.card-layout {
  min-height: 0.1rem;
  width: 41.8rem;
  height: 28.5rem;
  margin: 0.3rem;
  display: inline-block;
}

.card-trim {
  width: 39.8rem;
  height: 26.5rem;
  background-size: cover;
}

.card-letter {
  position: relative;
  cursor: pointer;
}

.card-letter:hover {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24);
  transform: translate(0, -2px);
}


.card-letter-shadow {
  text-shadow: 0 0.3rem 0.5rem black;
}

.font-color-img-black {
  color: black;
}
/* .font-main-position {
  top: 27%;
} */
.font-click-position{
  top: 70%;
}

.card-letter:hover .font-color-img-black {
  text-shadow: 0 0 20px rgba(0, 217, 255, 0), 0 2px 5px rgba(0, 0, 0, 0.3);
}

.font-color-img-white {
  color: white;
}

.card-letter:hover .font-color-img-white {
  text-shadow: 0 0 20px rgba(0, 110, 255, 0.5), 0 2px 5px rgba(0, 0, 0, 0.3);
}

.sample-palt {
  font-feature-settings: "palt";
}

.contents-msg-background {
  position: relative;
  background-color: #DBDBDB;
  margin: 5%;
  height: 30rem;
  cursor: pointer;
}

.card-sentence-width {
  width: 40rem;
}

.contents-msg-background:hover .tantou-letter, .contents-msg-background:hover .tantou-letter-bunseki, .contents-msg-background:hover .view-allow, .contents-msg-background:hover .view-allow-bunseki {
  text-shadow: 0 0 20px rgba(0, 217, 255, 0), 0 2px 5px rgba(0, 0, 0, 0.3);
}

.contents-msg-img {
  position: absolute;
  right: 7%;
  bottom: 20%;
  width: 47%;
}

.contents-msg-background:hover .contents-msg-img, .contents-msg-background:hover .contents-msg-img-bunseki {
  filter: brightness(105%);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.24);
  transform: translate(0, -2px);
}

.contents-msg-img-bunseki {
  position: absolute;
  left: 7%;
  bottom: 20%;
  width: 47%;
}

.panel-btn {
  text-align: center;
  margin-bottom: 5%;
}

.panel1 {
  position: absolute;
  left: 0%;
}

.panel1_ura {
  left: 0%;
}

.panel2 {
  position: absolute;
  right: 0%;
}

.panel2_ura {
  right: 0%;
}

.panel3 {
  position: absolute;
  left: 0%;
  bottom: 0%;
}

.panel3_ura {
  left: 0%;
  bottom: 0%;
}

.panel4 {
  position: absolute;
  right: 0%;
  bottom: 0%;
}

.panel4_ura {
  right: 0%;
  bottom: 0%;
}

.current {
  z-index: 2
}

.img-position {
  position: absolute;
  top: 0%;
  left: 0%;
}

.card-ura-color {
  background-color: #F2F2F2;
}

.contents-tab-position {
  margin-top: 15%;
  padding: 0;
}

.card-sentence-title {
  font-weight: bold;
  text-align: right;
  line-height: inherit;
}

.card-trim-res {
  display: block;
  width: 100%;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}

@media screen and (max-width:768px) {
  .card-trim-res {
    height: 60vw;
    object-fit: cover;
  }
}
.largePanel {
 width: 83rem;
 height: 55.3rem;
}

.largeFrame {
  width: 85rem;
  height: 57.3rem;
}

.mPanel {
  width: 70rem;
  height: 55.3rem;
}
 
.mFrame {
   width: 72rem;
   height: 57.3rem;
}

.smallPanel {
  width: 39.8rem;
  height: 26.5rem;
}
 
.smallFrame {
   width: 41.8rem;
   height: 28.5rem;
}

.contentsSP .col-xs-12 {
  list-style: none;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}

#close-img-ura {
  float: left;
  padding-top: 20px;
  padding-left: 20px;
  text-align: center;
}

#close-img-ura p {
  color: #fff;
  background: rgb(223, 222, 222);
  width: 30px;
  line-height: 30px;
  border-radius: 15px;
}

.img-on-imgUra {
  position: absolute;
  bottom: 10px;
  right: 10px;
  opacity: 0.5;
  width: 40%;
  box-shadow: 0 0 8px gray;
}

.img-on-imgUra-il {
  position: absolute;
  bottom: 30px;
  right: 40px;
  opacity: 0.7;
  width: 25%;
}

/*　レスポンシブ  */

.contents_text {
  height: 250px;
  border-style: solid;
  border-color: white;
  border-width: 2px;
  position: relative;
  z-index: 1;
}

.contents-msg-background a {
  text-decoration: none;
}

.sentence-side-space {
  padding: 0 5px 0 0!important;
}

/* ================
---  sankasya ---
================ */

.gallery {
  margin: 0;
  height: 100%;
}

.sankasya_top {
  text-align: center;
  padding: 0;
}

.sankasya_back {
  background-color: #D0CECE;
  padding: 0;
}

.sankasya_l {
  display: inline-block;
  height: auto;
  padding: 0;
  background-size: cover;
}

.sankasya_s {
  display: inline-block;
  height: auto;
  padding: 0;
  background-size: cover;
}

.r {
  float: right;
}

@media screen and (min-width:768px) {
  .tegaki_sample {
    z-index: 4;
    position: absolute;
    top: 2vmin;
    width: 33%;
    left: 41%;
    -webkit-transform: rotate(-5deg);
  }
  .tegaki_sample2 {
    z-index: 4;
    position: absolute;
    top: -23vmin;
    width: 35%;
    left: 56%;
    -webkit-transform: rotate(7deg);
  }
  .tegaki_sample3 {
    z-index: 4;
    position: absolute;
    top: 18vmin;
    width: 25%;
    left: 4%;
    -webkit-transform: rotate(-5deg);
  }
  .tegaki_sample5 {
    z-index: 4;
    position: absolute;
    top: -7vmin;
    width: 35%;
    left: 65%;
    -webkit-transform: rotate(-5deg);
  }
  .tegaki_sample6 {
    z-index: 4;
    position: absolute;
    top: 0vmin;
    width: 33%;
    left: 0%;
    -webkit-transform: rotate(-5deg);
  }
}

@media screen and (max-width:767px) {
  .tegaki_sample {
    z-index: 4;
    position: absolute;
    top: 59vmin;
    width: 45%;
    left: 5%;
    -webkit-transform: rotate(-5deg);
  }
  .tegaki_sample2 {
    z-index: 4;
    position: absolute;
    top: -179vmin;
    width: 52%;
    left: 49%;
    -webkit-transform: rotate(7deg);
  }
  .tegaki_sample3 {
    z-index: 4;
    position: absolute;
    top: -44vmin;
    width: 40%;
    left: 2%;
    -webkit-transform: rotate(-3deg);
  }
  .tegaki_sample5 {
    z-index: 4;
    position: absolute;
    top: -21vmin;
    width: 48%;
    left: 47%;
    -webkit-transform: rotate(2deg);
  }
  .tegaki_sample6 {
    z-index: 4;
    position: absolute;
    top: -5vmin;
    width: 50%;
    left: 10%;
    -webkit-transform: rotate(-1deg);
  }
}

@media screen and (min-width: 768px) {
  .sankasya_comment {
    padding: 1vw;
    width: 100%;
  }
  .sankasya_text {
    display: none;
  }
  .sankasya_box {
    display: inline-block;
    width: 100%;
    height: 15%;
    padding: 0;
    margin: 0;
  }
  ul li .is-active {
    color: #DC5239!important;
    font-size: 2vmin;
  }
  .vertical-menu {
    text-transform: uppercase;
    width: 220px;
  }
  #universitiesListPop {
    position: fixed;
    max-width: 230px;
    top: 15rem;
    float: left;
  }
}

@media screen and (max-width: 767px) {
  .sankasya_comment {
    display: none;
  }
  .sankasya_text {
    padding-top: 7%;
  }
  .sankasya_box_r {
    display: inline-block;
    width: 100%;
    height: 15%;
    padding: 0;
    margin: 0;
  }
  .hideList {
    display: none;
    background-color: #f8f7f7;
    width: 100%;
    z-index: 3;
    padding: 3vmin;
    position: fixed;
    top: 1.5%;
    left: 0%;
  }
  .hideList ul li {
    margin: 3vmin;
  }
  .hideList ul li a {
    font-size: 4vmin;
  }
  .vertical-menu-wrapper {
    max-width: 100%;
    margin: 50px 0 0;
    right: 35%;
  }
  .vertical-menu {
    text-transform: uppercase;
  }
  ul li .is-active {
    color: #DC5239!important;
    font-size: 5.5vmin!important;
  }
  .menubtn {
    position: sticky;
    position: -webkit-sticky;
    bottom: 10px;
    left: 10px;
    margin-top: 33px;
    display: flex;
    height: 11vmin;
    width: 11vmin;
    justify-content: center;
    align-items: center;
    z-index: 4;
    opacity: 0.5;
  }
  .menubtn span, .menubtn span:before, .menubtn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }
  .menubtn span:before {
    bottom: 8px;
  }
  .menubtn span:after {
    top: 8px;
  }
  .hum-img {
    width: 100%;
    height: auto;
  }
  .ham-close-btn {
    float: right;
  }
  .ham-close-btn p {
    display: inline-block;
    text-align: center;
    font-size: 20px;
  }
  #open p {
    background: #eee;
    width: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: 1s;
  }
  #close p {
    color: #fff;
    background: #aaa;
    width: 30px;
    line-height: 30px;
    border-radius: 15px;
  }
  div.anchor {
    display: block;
    padding-top: 65px;
    margin-top: -65px;
  }
}

.sankasya_nm {
  text-align: right;
  padding-bottom: 8%;
}

.vertical-menu-wrapper ul li a {
  text-decoration: none;
  color: #A6A6A6;
}

.ul--reset {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.active-marker {
  transition: transform 0.4s;
  width: 5px;
  background-image: linear-gradient(90deg, #ff5e5e, #f54985);
  background-size: 100%;
  height: 20px;
  margin-right: 7px;
  transform: translateY(0px);
}

.vertical-menu-item {
  font-size: 1.7vmin;
  transition: all 0.4s;
  text-align: left;
  line-height: 3vmin;
}

.link--inverse-menu {
  color: #A6A6A6;
  text-decoration: none;
}

.menu-contents {
  position: fixed;
}

.menu-content ul {
  padding: 70px 10px 0;
}

.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}