@charset "UTF-8";
/* css start */
/* reset
================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

input, select {
  vertical-align: middle;
}

input[type=text], input[type=email], input[type=submit],
button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/************************************************
	Setting
************************************************ */
* {
  transition: opacity 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, border-radius 0.3s ease-out, box-shadow 0.3s ease-out, text-shadow 0.3s ease-out, transform 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, border-radius 0.3s ease-out, box-shadow 0.3s ease-out, text-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px;
}

body {
  color: #231815;
  font-size: 1.143rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ";
  background: #fff;
  line-height: 1.7;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

p {
  line-height: 1.8;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 1.071rem;
    line-height: 1.7;
  }
}
/* link */
a {
  text-decoration: none;
  color: #231815;
}

a:hover {
  text-decoration: none;
  color: #009844;
}

a img {
  background-color: rgba(255, 255, 255, 0.01);
}

a:hover img {
  opacity: 0.8;
}

/* clear */
.cf {
  zoom: 1;
}

.cf, .cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.clear {
  clear: both;
}

/* ul ol*/
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

input[type=text], input[type=email], input[type=tel], input[type=submit], input[type=button], textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/************************************************

	common.scss

************************************************ */
/************************************************
	幅 container
************************************************ */
.inner {
  max-width: 1040px !important;
  padding: 0 20px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding: 0 5.3vw;
    position: relative;
  }
}
/************************************************
	背景
************************************************ */
.bg-white {
  background: #fff;
}

.bg-beige {
  background: #F8F6F5;
}

/************************************************
	フォント
************************************************ */
.c-green {
  color: #009844;
}

.hl-large {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .hl-large {
    font-size: 6.2vw;
  }
}
.headline-basic {
  font-size: 2.714rem;
  font-weight: bold;
  color: #009844;
  letter-spacing: 0.02em;
}
.headline-basic small {
  font-size: 1.714rem;
}
.headline-basic .number {
  font-size: 3.286rem;
}
.headline-basic .deco-underline {
  position: relative;
}
.headline-basic .deco-underline:before {
  content: "";
  display: inline-block;
  width: 99%;
  height: 4px;
  background: #FFE200;
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .headline-basic {
    font-size: 9vw;
    letter-spacing: 0.03em;
  }
  .headline-basic small {
    font-size: 5.3vw;
  }
  .headline-basic .number {
    font-size: 10.6vw;
  }
  .headline-basic .deco-underline:before {
    height: 3px;
    bottom: 2px;
  }
}
.hl-hasbg-middle {
  color: #fff;
  font-weight: bold;
  background: #41bb6e;
  display: inline-block;
  padding: 8px 40px 9px;
  margin-top: 20px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .hl-hasbg-middle {
    width: 100%;
    padding: 8px 0 9px;
    margin-top: 10px;
    font-size: 3.2vw;
  }
}
.fs-middle {
  font-size: 1.714rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .fs-middle {
    font-size: 1.286rem;
  }
}
/************************************************
	テーブル
************************************************ */
.tb-classSchedule {
  width: 86%;
  margin-top: 50px;
  font-size: 1.143rem;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
}
.tb-classSchedule td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #514E4E;
  padding: 5px 0;
}
.tb-classSchedule tr:nth-of-type(odd) td {
  background: #FFFDF3;
}
.tb-classSchedule tr:nth-of-type(odd) td:first-of-type {
  background: #514E4E;
  color: #fff;
}
.tb-classSchedule tr:nth-of-type(even) td {
  background: #fff;
}
.tb-classSchedule tr:nth-of-type(even) td:first-of-type {
  background: #514E4E;
  color: #fff;
}
.tb-classSchedule thead {
  background: #9E9E9F;
  font-size: 1.714rem;
}
.tb-classSchedule thead .blank {
  background: #fff !important;
}
.tb-classSchedule thead td {
  background: #9E9E9F !important;
  color: #fff !important;
}
.tb-classSchedule .classBasic {
  background: #006797 !important;
}
.tb-classSchedule .classSeeking {
  background: #18b7cd !important;
}
.tb-classSchedule .classSST {
  background: #E74479 !important;
}
.tb-classSchedule .classHome-ec {
  background: #E16A12 !important;
}
.tb-classSchedule .classBasic, .tb-classSchedule .classSeeking, .tb-classSchedule .classSST, .tb-classSchedule .classHome-ec {
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .tb-classSchedule {
    width: 100%;
    margin-top: 30px;
    font-size: 1.071rem;
  }
  .tb-classSchedule td {
    vertical-align: middle;
    padding: 5px 0;
  }
  .tb-classSchedule thead {
    font-size: 1.286rem;
  }
}
.tb-future-tuition {
  width: 100%;
  margin-top: 50px;
  font-size: 1.714rem;
}
.tb-future-tuition td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #514E4E;
  padding: 16px 0;
}
.tb-future-tuition tr:nth-of-type(odd) td {
  background: #FFFDF3;
}
.tb-future-tuition tr:nth-of-type(odd) td:first-of-type {
  background: #9E9E9F;
  color: #fff;
}
.tb-future-tuition tr:nth-of-type(even) td {
  background: #fff;
}
.tb-future-tuition tr:nth-of-type(even) td:first-of-type {
  background: #9E9E9F;
  color: #fff;
}
.tb-future-tuition tr:last-of-type td {
  background: #514E4E;
  color: #fff;
}
.tb-future-tuition tr:last-of-type td:first-of-type {
  background: #514E4E;
}
.tb-future-tuition thead {
  background: #9E9E9F;
  font-size: 1.714rem;
}
.tb-future-tuition thead .blank {
  background: #fff !important;
}
.tb-future-tuition thead td {
  background: #9E9E9F !important;
  color: #fff !important;
}

@media screen and (max-width: 768px) {
  .tb-future-tuition {
    font-size: 1rem;
  }
  .tb-future-tuition td {
    padding: 10px 0;
  }
  .tb-future-tuition thead {
    font-size: 1.143rem;
  }
}
/************************************************

	header.scss

************************************************ */
#header {
  line-height: 1;
}
#header .header-body {
  position: relative;
}
#header .header-image-area {
  line-height: 0.8;
}
#header .header-image-area img {
  width: 100%;
  height: auto;
}
#header .header-title-image {
  position: absolute;
  left: 50%;
  bottom: -262px;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #header .header-image-area img {
    width: 100%;
    height: auto;
  }
  #header .header-title-image {
    bottom: -130px;
  }
}
/************************************************

	footer.scss

************************************************ */
#footer .l-footer_copyrightsArea {
  padding: 28px 0;
}
#footer .copyRights {
  font-size: 0.929rem;
}

@media screen and (max-width: 768px) {
  #footer .l-footer_copyrightsArea {
    padding: 15px 0;
  }
  #footer .copyRights {
    font-size: 0.857rem;
  }
}
/************************************************

	lp.scss

************************************************ */
.top-mvArea {
  padding-top: 262px;
  padding-bottom: 110px;
  background: linear-gradient(180deg, #CEE5D9 0%, #fff 100%);
}
.top-mvArea .top-mvArea-body {
  margin-top: 50px;
}
.top-mvArea .hl-large {
  margin-top: 21px;
}
.top-mvArea .txt {
  line-height: 2.36;
  margin-top: 24px;
}
.top-mvArea .general-rule {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .top-mvArea {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .top-mvArea .top-mvArea-body {
    margin-top: 50px;
  }
  .top-mvArea .top-mvArea-body .fs-middle {
    line-height: 1.5;
  }
  .top-mvArea .hl-large {
    margin-top: 21px;
    line-height: 1.5;
  }
  .top-mvArea .txt {
    line-height: 2.2;
    margin-top: 30px;
  }
  .top-mvArea .general-rule {
    margin-top: 25px;
  }
}
#aboutSec {
  padding: 0 0 110px;
}
#aboutSec .half-wrap .clm-left, #aboutSec .half-wrap .clm-right {
  width: 50%;
}
#aboutSec .half-wrap .clm-left .headline-basic, #aboutSec .half-wrap .clm-right .headline-basic {
  margin-bottom: 48px;
}
#aboutSec .half-wrap .clm-left {
  text-align: center;
  border-right: 1px solid #B5B5B6;
  padding-right: 7%;
}
#aboutSec .half-wrap .clm-right {
  padding-left: 7%;
}
#aboutSec .half-wrap .clm-right .lead {
  font-size: 1.286rem;
  color: #036EB8;
}
#aboutSec .half-wrap .clm-right .txt {
  font-size: 1rem;
  line-height: 2;
  margin-top: 6px;
}
#aboutSec .block:nth-of-type(n+2) {
  margin-top: 90px;
}
#aboutSec .featuresList {
  width: 100%;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: 40px;
}
#aboutSec .featuresList p {
  line-height: 1.72;
  font-weight: bold;
}
#aboutSec .featuresList li {
  width: 32%;
  border: 1px solid #FFE200;
  background: #F0F2F2;
  padding: 24px 3% 20px 9%;
  margin-right: 2%;
  position: relative;
}
#aboutSec .featuresList li .num {
  font-size: 3.286rem;
  font-style: italic;
  font-weight: bold;
  color: #009844;
  display: inline-block;
  position: absolute;
  left: 9%;
  top: 50%;
  transform: translateY(-50%);
}
#aboutSec .featuresList li:nth-of-type(3n) {
  margin-right: 0;
}
#aboutSec .featuresList li:nth-of-type(n+4) {
  margin-top: 14px;
}
#aboutSec .event-wrap {
  margin-top: 40px;
}
#aboutSec .event-wrap .brnArea {
  margin-top: 40px;
}
#aboutSec .event-wrap .brnArea a {
  display: block;
  color: #fff;
  font-size: 1.714rem;
  font-weight: bold;
  background: #41bb6e;
  width: 70%;
  max-width: 500px;
  padding: 20px 0;
  border-radius: 8px;
  margin: 0 auto;
  transition: all 0.3s;
}
#aboutSec .event-wrap .brnArea a:hover {
  background: #009844;
}

@media screen and (max-width: 768px) {
  #aboutSec {
    padding: 0 0 60px;
  }
  #aboutSec .half-wrap .clm-left, #aboutSec .half-wrap .clm-right {
    width: 100%;
  }
  #aboutSec .half-wrap .clm-left .headline-basic, #aboutSec .half-wrap .clm-right .headline-basic {
    margin-bottom: 30px;
  }
  #aboutSec .half-wrap .clm-left {
    border-right: initial;
    padding-right: 0;
  }
  #aboutSec .half-wrap .clm-left img {
    width: 100%;
  }
  #aboutSec .half-wrap .clm-right {
    padding-left: 0;
    margin-top: 60px;
  }
  #aboutSec .block:nth-of-type(n+2) {
    margin-top: 60px;
  }
  #aboutSec .featuresList {
    margin-top: 30px;
  }
  #aboutSec .featuresList p {
    line-height: 1.72;
  }
  #aboutSec .featuresList li {
    width: 100%;
    padding: 20px 5% 20px 15%;
    margin-right: 0;
  }
  #aboutSec .featuresList li .num {
    font-size: 7.4vw;
    left: 4%;
  }
  #aboutSec .featuresList li:nth-of-type(n+4) {
    margin-top: initial;
  }
  #aboutSec .featuresList li:nth-of-type(n+2) {
    margin-top: 14px;
  }
  #aboutSec .event-wrap {
    margin-top: 30px;
  }
  #aboutSec .event-wrap .brnArea {
    margin-top: 25px;
  }
  #aboutSec .event-wrap .brnArea a {
    font-size: 1.286rem;
    width: 80%;
    padding: 12px 0;
    border-radius: 4px;
  }
}
/************************************************
	class
************************************************ */
#classSec {
  padding: 110px 0;
}
#classSec .headline-basic + .fs-middle {
  font-size: 22px;
  margin-top: 76px;
}
#classSec .tableArea {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #classSec {
    padding: 60px 0;
  }
  #classSec .headline-basic + .fs-middle {
    font-size: 18px;
    margin-top: 30px;
  }
}
#classSec .class-detail {
  margin-top: 64px;
}
#classSec .class-detail .half-wrap {
  justify-content: space-between;
}
#classSec .class-detail .clm-left, #classSec .class-detail .clm-right {
  width: 48%;
}
#classSec .class-detail .item {
  padding: 22px 3%;
  margin-bottom: 55px;
}
#classSec .class-detail .item .hl-hasbg {
  font-size: 1.714rem;
  color: #fff;
  text-align: center;
  margin-bottom: 21px;
}
#classSec .class-detail .item .lead {
  font-size: 1.286rem;
  font-weight: bold;
}
#classSec .class-detail .item .txt {
  line-height: 1.66;
  margin-top: 6px;
}
#classSec .class-detail .item.classBasic .hl-hasbg {
  background: #006797;
}
#classSec .class-detail .item.classBasic .lead {
  color: #006797;
}
#classSec .class-detail .item.classSeeking .hl-hasbg {
  background: #18b7cd;
}
#classSec .class-detail .item.classSeeking .lead {
  color: #18b7cd;
}
#classSec .class-detail .item.classSST .hl-hasbg {
  background: #E74479;
}
#classSec .class-detail .item.classSST .lead {
  color: #E74479;
}
#classSec .class-detail .item.classSST .half-wrap .clm-left, #classSec .class-detail .item.classSST .half-wrap .clm-right {
  width: 49%;
}
#classSec .class-detail .item.classHome-ec .hl-hasbg {
  background: #E16A12;
}
#classSec .class-detail .item.classHome-ec .lead {
  color: #E16A12;
}
#classSec .class-detail .item.classHome-ec img {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #classSec .class-detail {
    margin-top: 64px;
  }
  #classSec .class-detail .clm-left, #classSec .class-detail .clm-right {
    width: 100%;
  }
  #classSec .class-detail .item {
    padding: 22px 4.8vw;
    margin-bottom: 35px;
  }
  #classSec .class-detail .item .hl-hasbg {
    font-size: 1.286rem;
    margin-bottom: 15px;
  }
  #classSec .class-detail .item .lead {
    font-size: 1.143rem;
  }
  #classSec .class-detail .item .txt {
    font-size: 1rem;
    margin-top: 10px;
  }
  #classSec .class-detail .item.classSST .half-wrap .clm-left, #classSec .class-detail .item.classSST .half-wrap .clm-right {
    width: 100%;
  }
  #classSec .class-detail .item.classSST .half-wrap .clm-left img, #classSec .class-detail .item.classSST .half-wrap .clm-right img {
    margin-top: 25px;
  }
  #classSec .class-detail .item.classHome-ec img {
    margin-top: 25px;
  }
}
#classSec .class-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 75px;
}
#classSec .class-gallery figure {
  width: 100%;
  line-height: 1;
}
#classSec .class-gallery .item {
  width: 48%;
  text-align: center;
}
#classSec .class-gallery .item figcaption {
  font-size: 1.071rem;
  margin-top: 24px;
}
#classSec .class-gallery .item:nth-of-type(odd) {
  margin-right: 4%;
}
#classSec .class-gallery .item:nth-of-type(n+3) {
  margin-top: 44px;
}

@media screen and (max-width: 768px) {
  #classSec .class-gallery {
    margin-top: 50px;
  }
  #classSec .class-gallery figure {
    width: 100%;
    line-height: 1;
  }
  #classSec .class-gallery .item {
    width: 100%;
  }
  #classSec .class-gallery .item figcaption {
    font-size: 0.857rem;
    margin-top: 12px;
  }
  #classSec .class-gallery .item:nth-of-type(odd) {
    margin-right: 0%;
  }
  #classSec .class-gallery .item:nth-of-type(n+3) {
    margin-top: 30px;
  }
  #classSec .class-gallery .item:nth-of-type(2) {
    margin-top: 30px;
  }
}
/************************************************
	future
************************************************ */
#futureSec {
  padding: 100px 0 120px;
}
#futureSec .future-schoolsWrap {
  margin-top: 80px;
}
#futureSec .future-schoolsWrap figure {
  line-height: 1;
}
#futureSec .future-schoolsWrap .clm-left, #futureSec .future-schoolsWrap .clm-right {
  width: 50%;
  text-align: center;
}
#futureSec .future-schoolsWrap .clm-img {
  padding-bottom: 28px;
  border-bottom: 1px solid #B5B5B6;
}
#futureSec .future-schoolsWrap .clm-txt {
  padding-top: 32px;
  font-size: 1.071rem;
}

@media screen and (max-width: 768px) {
  #futureSec {
    padding: 60px 0 60px;
  }
  #futureSec .future-schoolsWrap {
    margin-top: 60px;
  }
  #futureSec .future-schoolsWrap figure {
    line-height: 1;
    margin-top: 35px;
  }
  #futureSec .future-schoolsWrap .clm-left, #futureSec .future-schoolsWrap .clm-right {
    width: 90%;
    margin: 0 auto;
  }
  #futureSec .future-schoolsWrap .clm-img {
    padding-bottom: 30px;
  }
  #futureSec .future-schoolsWrap .clm-txt {
    padding-top: 28px;
    font-size: 1rem;
  }
}
#futureSec .future-case {
  margin-top: 150px;
  padding: 100px 6% 84px;
}
#futureSec .future-case .lead {
  margin-top: 25px;
  padding-bottom: 35px;
}
#futureSec .future-case .item {
  border-radius: 8px;
  padding: 44px 3% 32px 4.6%;
  margin-top: 55px;
  position: relative;
}
#futureSec .future-case .item-name {
  display: inline-block;
  font-size: 1.429rem;
  letter-spacing: 0.01em;
  color: #fff;
  background: #41bb6e;
  padding: 0 30px;
  border-radius: 4px;
  position: absolute;
  left: 4.6%;
  top: -15px;
}
#futureSec .future-case .item-body {
  justify-content: space-between;
}
#futureSec .future-case .item .clm-txt {
  width: 76%;
}
#futureSec .future-case .item .clm-img {
  width: 20%;
  text-align: right;
}
#futureSec .future-case .item p {
  color: #41bb6e;
  font-size: 1.714rem;
  line-height: 1.4;
}
#futureSec .future-case .item ul {
  letter-spacing: 0.03em;
  margin-top: 10px;
}
#futureSec .future-case .item ul li {
  text-indent: -1.2rem;
  padding-left: 1rem;
}

@media screen and (max-width: 768px) {
  #futureSec .future-case {
    margin-top: 30px;
    padding: 30px 5.3vw 30px;
  }
  #futureSec .future-case .lead {
    margin-top: 30px;
    padding-bottom: 15px;
    font-size: 1.143rem;
  }
  #futureSec .future-case .item {
    padding: 38px 4.8vw 30px;
    margin-top: 45px;
  }
  #futureSec .future-case .item-name {
    font-size: 1.286rem;
    left: 4.8vw;
  }
  #futureSec .future-case .item .clm-txt {
    width: 100%;
  }
  #futureSec .future-case .item .clm-img {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  #futureSec .future-case .item p {
    font-size: 1.429rem;
    line-height: 1.4;
  }
  #futureSec .future-case .item ul {
    margin-top: 12px;
    font-size: 1.071rem;
  }
  #futureSec .future-case .item ul li {
    text-indent: -1.2rem;
    padding-left: 1rem;
    line-height: 1.8;
  }
}
#futureSec .future-tuition {
  margin-top: 104px;
}
#futureSec .tb-future-tuition {
  margin-top: 40px;
}
#futureSec .note {
  margin-top: 28px;
  font-size: 1rem;
  letter-spacing: 0.02em;
  padding-left: 1rem;
  text-indent: -1.2rem;
}

@media screen and (max-width: 768px) {
  #futureSec .future-tuition {
    margin-top: 60px;
  }
  #futureSec .tb-future-tuition {
    margin-top: 30px;
  }
  #futureSec .note {
    margin-top: 20px;
  }
}
#futureSec .future-flow {
  margin-top: 104px;
}
#futureSec .future-flow .half-wrap {
  margin-top: 40px;
  justify-content: space-between;
}
#futureSec .future-flow .half-wrap .clm-left {
  width: 54%;
}
#futureSec .future-flow .half-wrap .clm-right {
  width: 46%;
  text-align: right;
}
#futureSec .future-flow .txt {
  margin-top: 30px;
  font-size: 0.929rem;
}

@media screen and (max-width: 768px) {
  #futureSec .future-flow {
    margin-top: 60px;
  }
  #futureSec .future-flow .half-wrap {
    margin-top: 30px;
  }
  #futureSec .future-flow .half-wrap .clm-left {
    width: 100%;
  }
  #futureSec .future-flow .half-wrap .clm-right {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  #futureSec .future-flow .txt {
    margin-top: 20px;
  }
}
/************************************************
	access
************************************************ */
#accessSec {
  padding: 76px 0 100px;
}
#accessSec .footer-logo {
  margin-top: 6px;
}
#accessSec .accessInfo-wrap {
  justify-content: space-between;
  margin-top: 56px;
}
#accessSec .accessInfo-wrap__left p {
  font-size: 1rem;
  line-height: 1.65;
}
#accessSec .accessInfo-wrap__left .address {
  margin-top: 24px;
}
#accessSec .accessInfo-wrap__left .access {
  margin-top: 18px;
}
#accessSec .accessInfo-wrap__left .caution {
  font-size: 1.071rem;
  margin-top: 24px;
}
#accessSec .accessInfo-wrap__right {
  width: 56%;
}
#accessSec .accessInfo-wrap__right .map {
  line-height: 1;
}
#accessSec .accessInfo-wrap__right img {
  width: 100%;
}
#accessSec .accessInfo-wrap__right .arroLink {
  font-size: 1rem;
  display: inline-block;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #accessSec {
    padding: 50px 0 60px;
  }
  #accessSec .accessInfo-wrap {
    margin-top: 40px;
  }
  #accessSec .accessInfo-wrap__left p {
    font-size: 1rem;
    line-height: 1.65;
  }
  #accessSec .accessInfo-wrap__left .address {
    margin-top: 24px;
  }
  #accessSec .accessInfo-wrap__left .access {
    margin-top: 15px;
  }
  #accessSec .accessInfo-wrap__left .caution {
    font-size: 1rem;
    margin-top: 15px;
  }
  #accessSec .accessInfo-wrap__right {
    width: 100%;
  }
  #accessSec .accessInfo-wrap__right .map {
    margin-top: 30px;
  }
  #accessSec .accessInfo-wrap__right img {
    width: 100%;
  }
  #accessSec .accessInfo-wrap__right .arroLink {
    font-size: 1rem;
    margin-top: 10px;
  }
}
#accessSec .footer-logo {
  margin-top: 6px;
}
#accessSec .footer-cta {
  margin-top: 40px;
}
#accessSec .footer-cta .contact {
  line-height: 1;
}
#accessSec .footer-cta .contact .tel {
  font-size: 2.571rem;
  letter-spacing: 0.02em;
  font-weight: bold;
  display: block;
  margin: 10px 0 14px;
}
#accessSec .footer-cta .contact .tel a {
  pointer-events: none;
}
#accessSec .footer-cta .contact .fax {
  font-size: 1.286rem;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  #accessSec .footer-logo {
    margin-bottom: 10px;
  }
  #accessSec .footer-cta {
    margin-top: 30px;
  }
  #accessSec .footer-cta .contact .tel {
    font-size: 8.4vw;
    margin: 10px 0 14px;
  }
  #accessSec .footer-cta .contact .tel a {
    pointer-events: all;
  }
}/*# sourceMappingURL=style.css.map */