@charset "utf-8";

/*============================
#mainimage
============================*/
.mv {
  position: relative;
  width: 100%;
  padding-top: 57.5%;
}

.mv:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../image/mv.jpg) no-repeat center top / cover;
  z-index: 1;
}

.mv .mv_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  max-width: 1200px;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.mv .txt_s {
  position: relative;
  color: #598ab9;
  line-height: 1;
  padding-left: 7.5em;
  margin-bottom: 2em;
}

.mv .txt_s:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: .5em;
  width: 6.3em;
  height: 1px;
  background: #598ab9;
}

.mv .txt_l {
  font-size: 8rem;
  color: #598ab9;
  line-height: 1.2;
  font-weight: 100;
}

.mv .catch {
  color: #666666;
  font-size: 2.4rem;
  line-height: 1.75;
  margin-top: 1.2em;
}

/*@ = PC ONLY = @*/
@media screen and (min-width: 992px) {

  /*@ Animate @*/
  .mv:before {
    opacity: 0;
    transition-duration: 1s;
    transition-timing-function: ease-in;
    transition-property: opacity;
  }

  .mv .mv_txt {
    opacity: 0;
    transition-duration: 1s;
    transition-delay: 1s;
    transition-timing-function: ease-in;
    transition-property: opacity;
  }

  .mv[animate-scroll="true"]:before {
    opacity: 1;
  }

  .mv[animate-scroll="true"] .mv_txt {
    opacity: 1;
  }
}

/*@ = laptop = @*/
@media screen and (max-width : 1199px) {
  .mv {
    padding-top: 52.5%;
  }

  .mv:before {
    left: 5%;
  }

  .mv .mv_txt {
    padding-top: 5%;
  }

  .mv .txt_l {
    font-size: 7.2rem;
  }
}

/*@ = tablet = @*/
@media screen and (max-width : 991px) {
  .mv {
    padding-top: 75%;
  }

  .mv .txt_s {
    padding-left: 6.5em;
  }

  .mv .txt_s:before {
    width: 5em;
  }

  .mv .txt_l {
    font-size: 5.6rem;
  }

  .mv .catch {
    font-size: 1.8rem;
  }
}

/*@ = Mobile L = @*/
@media screen and (max-width : 767px) {
  .mv {
    padding-top: calc(100% + 3rem + 40px);
  }

  .mv:before {
    left: 0%;
    padding-top: 100%;
    height: 0;
    top: calc(3rem + 40px);
    background-image: url(../image/mv_sp.jpg);
    background-size: contain;
  }

  .mv .mv_txt {
    top: initial;
    transform: translate(0%, 0%);
    left: 5%;
    bottom: 5%;
    padding-top: 0;
  }

  .mv .txt_s {
    padding-left: 0;
    margin-bottom: 1em;
  }

  .mv .txt_s:before {
    display: none;
  }

  .mv .txt_l {
    font-size: 4.8rem;
  }

  .mv .catch {
    font-size: 1.6rem;
  }
}

/*@ = Mobile S = @*/
@media screen and (max-width : 575px) {
  .mv .mv_txt .txt_s {
    font-size: 1.2rem;
  }

  .mv .mv_txt .txt_l {
    font-size: 3.6rem;
  }

  .mv .mv_txt .catch {
    font-size: 1.4rem;
  }
}

/*============================
#sec_concept
============================*/
.sec_concept {
  padding: 15rem 0 0;
}

.sec_concept:before {
  top: 10rem;
  right: 0;
}

.sec_concept .container {
  margin-left: 0;
  max-width: 1450px;
  align-items: center;
}

.sec_concept .img_box {
  width: 48.5%;
  margin-right: 6.5%;
}

.sec_concept .img_box img {
  max-width: 100%;
  height: auto;
}

.sec_concept .txt_box {
  width: 45%;
}

.sec_concept .txt_box .h_ttl01 {
  text-align: left;
  line-height: 1.4;
  margin-bottom: 1em;
  color: #598ab9;
}

.sec_concept .txt_box p {
  margin-bottom: 2.8em;
}

/*@ = tablet = @*/
@media screen and (max-width : 991px) {
  .sec_concept {
    padding-top: 8rem;
  }

  .sec_concept .container {
    margin-left: auto;
  }

  .sec_concept .img_box {
    width: 37%;
    margin-right: 0;
  }

  .sec_concept .txt_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .sec_concept .txt_box .h_ttl01 {
    width: 63%;
    padding-left: 1.3em;
    margin-bottom: 0;
    line-height: 1.5;
  }

  .sec_concept .txt_box p {
    width: 100%;
    margin-top: 1.5em;
    margin-bottom: 2em;
  }

  .sec_concept .txt_box .link_btn {
    width: 100%;
    text-align: center;
  }
}

/*@ = Mobile L = @*/
@media screen and (max-width : 767px) {
  .sec_concept:before {
    width: 40%;
    height: 0;
    padding-top: 34%;
    opacity: .4;
  }

  .sec_concept .img_box {
    width: 60%;
    margin-bottom: 2.5rem;
  }

  .sec_concept .txt_box .h_ttl01 {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }

  .sec_concept .txt_box p {
    margin-top: 1em;
    text-align: center;
    line-height: 1.875;
  }
}

/*@ = Mobile S = @*/
@media screen and (max-width : 575px) {
  .sec_concept {
    padding-top: 6rem;
  }

  .sec_concept:before {
    display: none;
  }

  .sec_concept .img_box {
    width: 100%;
  }

  .sec_concept .txt_box p {
    font-size: 1.3rem;
  }
}

/*============================
#sec_movie
============================*/
.sec_movie .container {
  max-width: 900px;
}

.sec_movie .movie_box {
  padding-top: 61%;
}

/*@ = laptop = @*/
@media screen and (max-width : 1199px) {
  .sec_movie .container {
    width: 75%;
  }
}

/*@ = tablet = @*/
@media screen and (max-width : 991px) {
  .sec_movie .container {
    width: 92%;
  }
}

/*============================
#sec_course
============================*/
.sec_course {
  background: #eef7ff;
  padding-bottom: 0;
}

.sec_course .course_box {
  position: relative;
  max-width: 1600px;
  padding: 6.5rem;
  background-repeat: no-repeat;
  background-size: cover;
}


.sec_course .course_box:before {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 20px);
  border: solid 2px #fff;
  top: 10px;
}

.sec_course .course_box:nth-child(n+2) {
  margin-top: 8rem;
}

.sec_course .course_box:nth-child(odd) {
  margin-left: auto;
  background-position: left center;
}

.sec_course .course_box:nth-child(even) {
  margin-right: auto;
  background-position: right center;
}

.sec_course .course_box:nth-child(odd):before {
  border-right: none;
  left: 10px;
}

.sec_course .course_box:nth-child(even):before {
  border-left: none;
  right: 10px;
}

.sec_course .course_box .container {
  max-width: 700px;
}

.sec_course .course_box:nth-child(odd) .container {
  margin-left: 0;
}

.sec_course .course_box:nth-child(even) .container {
  margin-right: 0;
}

.sec_course .course_box .deco_wrap {
  background-position: left top;
  background-repeat: no-repeat;
}

.sec_course .course_box .inner {
  padding: 6.5rem;
}

.sec_course .course_box .name {
  font-size: 3rem;
  letter-spacing: 0.06em;
  margin-bottom: 1.2em;
}

.sec_course .course_box .deco_b .name {
  color: #598ab9;
}

.sec_course .course_box .deco_g .name {
  color: #c4ab70;
}

.sec_course .course_box .inner>.flex_box {
  margin-bottom: 2rem;
}

.sec_course .course_box .img_box {
  width: 49%;
}

.sec_course .course_box .img_box img {
  max-width: 100%;
  height: auto;
}

.sec_course .course_box .inner p {
  margin-bottom: 1.2em;
}

.sec_course .course_list{
  overflow:hidden;
  width: 100%;
}

.sec_course #summary {
  max-width: 100%;
}

.sec_course #summary:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: none;
  background: rgba(89, 138, 185, .4);
  z-index: 2;
}

.sec_course #summary .bg_video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sec_course #summary .bg_video video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.sec_course #summary .container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 3;
}

.sec_course #summary .deco_wrap {
  max-width: 550px;
  margin-left: auto;
  color: #fff;
}

.sec_course #summary .catch {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 1.3em;
}

.sec_course #summary .link_btn {
  text-align: center;
}

.sec_course #summary .inner {
  padding: 8rem 6rem;
}

.sec_course #summary .deco_box:before,
.sec_course #summary .deco_box:after {
  left: 9rem;
  right: 9rem;
  height: 4px;
}

.sec_course #summary .inner:before,
.sec_course #summary .inner:after {
  top: 9rem;
  bottom: 9rem;
  width: 4px;
}

/* course_01 インディバ Body & Facial */
.sec_course #course_01 {
  background-image: url(../image/course_01_bg.jpg);
}

.sec_course #course_01 .deco_wrap {
  background-image: url(../image/course_01_deco.png);
  background-size: 44.4rem auto;
}

/* course_02 オーガニックプレミアムパウダー */
.sec_course #course_02 {
  background-image: url(../image/course_02_bg.jpg);
}

.sec_course #course_02 .deco_wrap {
  background-image: url(../image/course_02_deco.png);
  background-position: left top 3.5rem;
  background-size: 38.7rem auto;
}

/* course_03 美容電気脱毛 */
.sec_course #course_03 {
  background-image: url(../image/course_03_bg.jpg);
}

.sec_course #course_03 .deco_wrap {
  background-image: url(../image/course_03_deco.png);
  background-size: 48.4rem auto;
}

/* course_04 加圧トレーニング */
.sec_course #course_04 {
  background-image: url(../image/course_04_bg.jpg);
}

.sec_course #course_04 .deco_wrap {
  background-image: url(../image/course_04_deco.png);
  background-position: left top 3.5rem;
  background-size: 47.4rem auto;
}

/* course_05 さとう式リンパケア */
.sec_course #course_05 {
  background-image: url(../image/course_05_bg.jpg);
}

.sec_course #course_05 .deco_wrap {
  background-image: url(../image/course_05_deco.png);
  background-position: left top 3.5rem;
  background-size: 38.3rem auto;
}

/*@ = PC ONLY = @*/
@media screen and (min-width: 992px) {
  /*@ Animate @*/
  .sec_course .course_box[animate-scroll] {
    transition-duration: .8s;
    transition-timing-function: ease-in;
  }

  .sec_course .course_box[animate-scroll]:not(#summary):nth-child(odd) {
    opacity: 0;
    transform: translateX(20rem);
  }

  .sec_course .course_box[animate-scroll]:not(#summary):nth-child(even) {
    opacity: 0;
    transform: translateX(-20rem);
  }

  .sec_course .course_box[animate-scroll="true"]:not(#summary):nth-child(odd) {
    opacity: 1;
    transform: translateX(0);
  }

  .sec_course .course_box[animate-scroll="true"]:not(#summary):nth-child(even) {
    opacity: 1;
    transform: translateX(0);
  }
}

/*@ = laptop = @*/
@media screen and (max-width : 1199px) {
  .sec_course .course_box:before {
    width: calc(100% - 20px);
  }

  .sec_course .course_box .container {
    width: 50%;
  }

  .sec_course .course_box:nth-child(odd):before {
    border: solid 2px #fff;
  }

  .sec_course .course_box:nth-child(even):before {
    border: solid 2px #fff;
  }
}

/*@ = tablet = @*/
@media screen and (max-width : 991px) {
  .sec_course .course_box {
    padding: 0;
    background: none !important;
  }

  .sec_course .course_box:before {
    display: none;
  }

  .sec_course .course_box:nth-child(n+2) {
    margin-top: 5rem;
  }

  .sec_course .course_box .container {
    width: 92%;
    max-width: 100%;
  }

  .sec_course .course_box:nth-child(odd) .container {
    margin-left: auto;
  }

  .sec_course .course_box:nth-child(even) .container {
    margin-right: auto;
  }

  .sec_course .course_box .deco_box {
    background-size: 6.2rem 6.2rem;
  }

  .sec_course .course_box .deco_box:before,
  .sec_course .course_box .deco_box:after {
    left: 7rem;
    right: 7rem;
  }

  .sec_course .course_box .inner {
    padding: 5rem;
  }

  .sec_course .course_box .inner:before,
  .sec_course .course_box .inner:after {
    top: 7rem;
    bottom: 7rem;
  }

  .sec_course #course_01 .deco_wrap {
    background-size: 33.3rem auto;
  }

  .sec_course #course_02 .deco_wrap {
    background-size: 29rem auto;
  }

  .sec_course #course_03 .deco_wrap {
    background-size: 36.3rem auto;
  }

  .sec_course #course_04 .deco_wrap {
    background-size: 35.5rem auto;
  }

  .sec_course #course_05 .deco_wrap {
    background-size: 28.7rem auto;
  }

  .sec_course #summary {
    margin-top: 6rem;
    padding: 6rem 0;
  }

  .sec_course #summary:before {
    display: block;
  }

  .sec_course #summary .deco_wrap {
    margin: 0 auto;
    max-width: 100%;
  }

  .sec_course #summary .inner {
    padding: 6rem 4rem;
  }

  .sec_course #summary .deco_box:before,
  .sec_course #summary .deco_box:after {
    left: 7rem;
    right: 7rem;
  }

  .sec_course #summary .inner:before,
  .sec_course #summary .inner:after {
    top: 7rem;
    bottom: 7rem;
  }

}

/*@ = Mobile L = @*/
@media screen and (max-width : 767px) {
  .sec_course .course_box .inner {
    padding: 4.5rem;
  }

  .sec_course .course_box .name {
    font-size: 2.4rem;
  }

  .sec_course #course_01 .deco_wrap {
    background-size: 22.2rem auto;
  }

  .sec_course #course_02 .deco_wrap {
    background-size: 19.35rem auto;
  }

  .sec_course #course_03 .deco_wrap {
    background-size: 24.2rem auto;
  }

  .sec_course #course_04 .deco_wrap {
    background-size: 28.7rem auto;
  }

  .sec_course #course_05 .deco_wrap {
    background-size: 19.15rem auto;
  }

  .sec_course #summary .catch {
    font-size: 2rem;
  }

  .sec_course #summary .inner {
    padding: 4rem 3rem;
  }
}

/*@ = Mobile S = @*/
@media screen and (max-width : 575px) {
  .sec_course .course_box:nth-child(n+2) {
    margin-top: 4rem;
  }

  .sec_course .course_box .deco_wrap {
    padding: 1.5rem;
  }

  .sec_course .course_box .inner {
    padding: 3.5rem;
  }

  .sec_course .course_box .deco_g .name {
    line-height: 1.4;
  }

  .sec_course .course_box .deco_wrap .deco_box:before,
  .sec_course .course_box .deco_wrap .deco_box:after {
    height: 3px;
  }

  .sec_course .course_box .deco_wrap .deco_box .inner:before,
  .sec_course .course_box .deco_wrap .deco_box .inner:after {
    width: 3px;
  }

  .sec_course .course_box .deco_box {
    background-size: 5.2rem 5.2rem;
  }

  .sec_course .course_box .deco_box:before,
  .sec_course .course_box .deco_box:after {
    left: 6rem;
    right: 6rem;
  }

  .sec_course .course_box .inner:before,
  .sec_course .course_box .inner:after {
    top: 6rem;
    bottom: 6rem;
  }

  .sec_course #summary .catch {
    font-size: 1.8rem;
  }

  .sec_course #summary .deco_box:before,
  .sec_course #summary .deco_box:after {
    left: 6rem;
    right: 6rem;
    height: 3px;
  }

  .sec_course #summary .inner:before,
  .sec_course #summary .inner:after {
    top: 6rem;
    bottom: 6rem;
    width: 3px;
  }
}

/*============================
#sec_news
============================*/
.sec_news .ttl_box {
  margin-right: 5rem;
}

.sec_news .ttl_box .h_ttl01 {
  text-align: left;
  margin-bottom: 1.4em;
}

.sec_news .news_box {
  width: 68%;
}

.sec_news .news_box li {
  border-bottom: solid 1px #e9e9e9;
}

.sec_news .news_box li a {
  padding: 3rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #444;
}

.sec_news .news_box li a>* {
  display: block;
}

.sec_news .news_box .info {
  font-size: 1.4rem;
  line-height: 1;
  padding-top: .5rem;
  width: 33%;
}

.sec_news .news_box time {
  margin-right: 1.5em;
}

.sec_news .news_box .term:before {
  content: '\07B';
  margin-right: .3em;
}

.sec_news .news_box .term:after {
  content: '\07d';
  margin-left: .3em;
}

.sec_news .news_box .title {
  font-size: 1.6rem;
  line-height: 1.5;
  width: 67%;
  text-decoration: underline;
}

/*@ = PC ONLY = @*/
@media screen and (min-width: 992px) {
  .sec_news .news_box li a:hover {
    opacity: .5;
  }

  .sec_news .news_box li a:hover .title {
    text-decoration: none;
  }
}

/*@ = tablet = @*/
@media screen and (max-width : 991px) {
  .sec_news .flex_box {
    display: block;
  }

  .sec_news .ttl_box {
    margin-right: 0;
  }

  .sec_news .ttl_box .h_ttl01 {
    text-align: center;
    margin-bottom: 1em;
  }

  .sec_news .news_box {
    width: 100%;
  }

  .sec_news .news_box li a {
    display: block;
    padding: 2.5rem 1.5rem;
  }

  .sec_news .news_box .info {
    width: 100%;
    padding-top: 0;
  }

  .sec_news .news_box .title {
    width: 100%;
    margin-top: .75em;
  }

  .sec_news .news_box .link_btn {
    text-align: center;
    margin-top: 4rem;
  }
}

/*@ = Mobile L = @*/
@media screen and (max-width : 767px) {
  .sec_news .news_box .info {
    font-size: 1.3rem;
  }

  .sec_news .news_box .title {
    font-size: 1.4rem;
  }
}

/*============================
#sec_column
============================*/
.sec_column {
  background: url(../image/column_bg.jpg) no-repeat center center / cover;
}

.sec_column .column_box ul {
  justify-content: center;
  margin-bottom: 5rem;
}

.sec_column .column_box li {
  width: 28.4%;
}

.sec_column .column_box li:nth-child(n+2) {
  margin-left: 7.4%;
}

.sec_column .column_box li a {
  position: relative;
  display: block;
  height: 100%;
  padding-bottom: 1.4rem;
}

.sec_column .column_box .image {
  position: relative;
  width: 100%;
  padding-top: 73.5%;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #fff;
}

.sec_column .column_box .image img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.sec_column .column_box .info {
  font-size: 1.4rem;
  line-height: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5em;
}

.sec_column .column_box time {
  color: #444;
}

.sec_column .column_box .title {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #444;
  margin-bottom: .5em;
}

.sec_column .column_box .terms {
  font-size: 1.3rem;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  line-height: 1;
  margin-top: -.5em;
  margin-bottom: 1.5em;
}

.sec_column .column_box .terms span {
  text-align: center;
  padding: .5em 1em;
  border-radius: 4em;
  color: #fff;
  background: #598ab9;
  max-width: 100%;
  margin-top: .5em;
}

.sec_column .column_box .terms span:not(:last-child) {
  margin-right: .5em;
}

.sec_column .column_box .link_txt {
  position: absolute;
  right: 0;
  bottom: 0;
}

.sec_column .column_box .link_btn {
  text-align: center;
}

/*@ = PC ONLY = @*/
@media screen and (min-width: 992px) {
  .sec_column .column_box li a:hover {
    opacity: .75;
  }

  .sec_column .column_box li a:hover .link_txt span:before {
    transform: scaleX(.8);
  }

  .sec_column .column_box li a:hover .link_txt span:after {
    transform: rotateX(360deg);
  }
}

/*@ = tablet = @*/
@media screen and (max-width : 991px) {
  .sec_column .column_box ul {
    display: block;
    padding: 4rem;
    background-color: rgba(255, 255, 255, .6);
    margin-bottom: 4rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, .05);
  }

  .sec_column .column_box li {
    width: 100%;
  }

  .sec_column .column_box li:nth-child(n+2) {
    margin-left: 0;
    padding-top: 3rem;
    margin-top: 3rem;
    border-top: solid 1px #5989b9;
  }

  .sec_column .column_box li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .sec_column .column_box .image {
    width: 30%;
    padding-top: 22.05%;
    margin-bottom: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  }

  .sec_column .column_box .detail {
    width: 65%;
  }

  .sec_column .column_box .terms {
    font-size: 1.2rem;
  }

  .sec_column .column_box .link_txt {
    position: static;
  }
}

/*@ = Mobile L = @*/
@media screen and (max-width : 767px) {
  .sec_column .column_box ul {
    padding: 2.5rem;
  }

  .sec_column .column_box li a {
    flex-wrap: wrap;
  }

  .sec_column .column_box .info_box {
    width: 55%;
    padding-top: 1rem;
  }

  .sec_column .column_box .info {
    font-size: 1.3rem;
  }

  .sec_column .column_box .title {
    line-height: 1.4;
  }

  .sec_column .column_box .detail {
    width: 100%;
    margin-top: 1.5em;
  }

  .sec_column .column_box .image {
    width: 40%;
    padding-top: 29.4%;
  }
}


/*@ = Mobile S = @*/
@media screen and (max-width : 575px) {
  .sec_column .column_box .terms {
    font-size: 1.1rem;
  }
}

/*============================
#sec_access
============================*/
.sec_access:before {
  top: 12rem;
  left: -7rem;
}

.sec_access .company {
  width: 44%;
}

.sec_access .company .title {
  font-family: 'Noto Sans JP', sans-seirf;
  padding: 1.25em 0 1em 15.5em;
  line-height: 1;
  background: url(../../common/image/logo_02.png) no-repeat center left / contain;
  margin-bottom: 1.75em;
}

.sec_access .company .sheet_01 {
  border-collapse: separate;
  border-spacing: 0 2rem;
  margin-bottom: 1.5rem;
}

.sec_access .company .sheet_01 th,
.sec_access .company .sheet_01 td {
  padding: .8em 1em;
}

.sec_access .company .sheet_01 th {
  background: #598ab9;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}

.sec_access .company .sheet_01 th.col_1 {
  width: 19%;
}

.sec_access .company .sheet_01 td.col_1 {
  width: 31%;
}

.sec_access .company .sheet_01 td.col_3 {
  width: 81%;
}

.sec_access .company .sheet_01 li {
  width: 100%;
}

.sec_access .company .sheet_01 li>div {
  vertical-align: top;
  display: inline-block;
}

.sec_access .company .sheet_01 .item {
  width: 5em;
}

.sec_access .company .sheet_01 .time {
  width: calc(100% - 6em);
}

.sec_access .map {
  position: relative;
  width: 50%;
}

.sec_access .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*@ = tablet = @*/
@media screen and (max-width: 991px) {
  .sec_access .flex_box {
    display: block;
  }

  .sec_access .company {
    width: 100%;
  }

  .sec_access .company .title {
    margin-bottom: 1em;
  }

  .sec_access .company .sheet_01 {
    margin-bottom: 2rem;
    border-spacing: 0 1.5rem;
  }

  .sec_access .company .btn_wrap {
    display: flex;
    justify-content: center;
  }

  .sec_access .company .btn_wrap> :nth-child(n+2) {
    margin-top: 0;
    margin-left: 1.5em;
  }

  .sec_access .company .link_btn {
    text-align: center;
  }
}

/*@ = Mobile S = @*/
@media screen and (max-width : 575px) {
  .sec_access:before {
    width: 20rem;
    height: 17rem;
    left: 0;
  }

  .sec_access .company .title {
    text-align: center;
    font-size: 1.6rem;
    padding: 7rem 0 0;
    background-size: auto 5rem;
    background-position: top;
  }

  .sec_access .company .sheet_01 {
    border-spacing: 0;
    margin-bottom: 3rem;
  }

  .sec_access .company .sheet_01 tr {
    display: block;
  }

  .sec_access .company .sheet_01 th,
  .sec_access .company .sheet_01 td {
    display: block;
  }

  .sec_access .company .sheet_01 td {
    border: solid 1px #ddd;
    border-top: none;
    padding: 1.2em 1em
  }

  .sec_access .company .sheet_01 th.col_1,
  .sec_access .company .sheet_01 td.col_1,
  .sec_access .company .sheet_01 td.col_3 {
    width: 100%;
  }

  .sec_access .company .btn_wrap {
    display: block;
  }

  .sec_access .company .btn_wrap> :nth-child(n+2) {
    margin-left: 0;
    margin-top: 1.5em;
  }
}