@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap);
@import url(https://use.fontawesome.com/releases/v5.10.2/css/all.css);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  line-height: inherit
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block
}
html {
  overflow-y: scroll
}
img {
  vertical-align: middle
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}
input, textarea {
  margin: 0;
  padding: 0
}
ol, ul {
  list-style: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
caption, th {
  text-align: left
}
a {
  text-decoration: none
}
button {
  border: none;
  background-color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
body * {
  -webkit-text-size-adjust: 100%
}
a img {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
a:hover {
  text-decoration: underline
}
a:hover img {
  opacity: .8
}
iframe[name=google_conversion_frame] {
  position: absolute;
  top: 0
}
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px
}
html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%
}
body {
  color: #000;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.8
}
@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
    font-size: 1.4rem
  }
}
a {
  color: #000
}
img {
  max-width: 100%;
  height: auto
}
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #2eb6aa;
  padding: 10px 25px 10px 25px;
}
.l-header .logo,
.l-header .logo_jgt {
  display: block
}
.l-header .logo img{
  height: 70px;
  margin-left: 2rem;
}
.l-header .logo_jgt img{
  width: px;
  height: 70px
}

.l-header .contact-text {
  display: block;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-left: auto;
}
.l-header .contact-text:hover {
  text-decoration: none
}
.l-main .mv {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center
}
@media screen and (max-width: 425px) {
  .l-header .logo img {
    height: 35px;
    margin-left: 1rem;
  }
  .l-header .logo_jgt img{
    width: px;
	height: 40px;
  }
  .l-header .contact-text{
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main .mv {
    height: auto;
  }
}
.l-main .mv .m-wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.l-main .mv-title {
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.6em
}
@media screen and (max-width: 768px) {
  .l-main .mv-title {
    font-size: 28px;
    font-size: 2.8rem
  }
}
@media screen and (max-width: 640px) {
  .l-main .mv-title {
    font-size: 23px;
    font-size: 2.3rem
  }
}
@media screen and (max-width: 425px) {
  .l-main .mv-title {
    font-size: 20px;
    font-size: 2rem
  }
}
.l-main .mv-border {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #fff
}
@media screen and (max-width: 768px) {
  .l-main .mv-border {
    margin-top: 20px;
    margin-bottom: 20px
  }
}
.l-main .mv-text {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 700
}
@media screen and (max-width: 768px) {
  .l-main .mv-text {
    font-size: 16px;
    font-size: 1.6rem
  }
}
@media screen and (max-width: 640px) {
  .l-main .mv-text {
    font-size: 14px;
    font-size: 1.4rem
  }
}
.l-main .l-info {
  margin-top: 40px;
  margin-bottom: 40px
}
@media screen and (max-width: 768px) {
  .l-main .l-info {
    margin-top: 30px;
    margin-bottom: 30px
  }
}
.l-main .l-info-firsttext {
  text-align: center;
  font-size: 19px;
  font-size: 1.9rem
}
@media screen and (max-width: 768px) {
  .l-main .l-info-firsttext {
    font-size: 16px;
    font-size: 1.6rem
  }
}
.l-main .l-info-texbox {
  margin-top: 30px;
  text-align: center
}
@media screen and (max-width: 768px) {
  .l-main .l-info-texbox {
    margin-top: 15px
  }
}
@media screen and (max-width: 768px) {
  .l-main .l-info-texbox-title {
    font-size: 16px;
    font-size: 1.6rem
  }
}
.l-main .l-info-texbox-number {
  display: block;
  margin-top: 5px
}
@media screen and (max-width: 768px) {
  .l-main .l-info-texbox-number {
    margin-top: 8px
  }
}
.l-main .l-info-texbox-time {
  margin-top: 5px;
  margin-bottom: 20px
}
@media screen and (max-width: 768px) {
  .l-main .l-info-texbox-time {
    margin-top: 8px;
    margin-bottom: 15px
  }
}
.l-main .l-info-texbox-mail {
  border-bottom: 1px solid #000
}
@media screen and (max-width: 768px) {
  .l-main .l-info-texbox-mail {
    font-size: 17px;
    font-size: 1.7rem
  }
}
.l-main .l-info-texbox-mail:hover {
  text-decoration: none
}
.l-main .l-info-texbox-mail .mail-icon {
  padding-right: 5px
}
.accordion-btn1 {
  cursor: pointer
}
.accordion-btn1.active::after {
  content: '▼'
}
.accordion-inner1 {
  display: none;
  background-color: #eee;
  margin-top: 15px;
  padding: 40px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left
}
@media screen and (max-width: 768px) {
  .accordion-inner1 {
    padding: 25px 20px
  }
}
.l-footer {
  position: relative;
  padding-top: 35px
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: 20px
  }
}
.l-footer-logo {
  padding-bottom: 35px;
  text-align: center
}
@media screen and (max-width: 768px) {
  .l-footer-logo {
    padding-bottom: 20px
  }
}
.l-footer-logo a {
  display: inline-block
}
.l-footer-logo a img {
  width: 180px;
  vertical-align: middle
}
@media screen and (max-width: 768px) {
  .l-footer-logo a img {
    width: 125px
  }
}
.l-footer-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #2E3642
}
@media screen and (max-width: 768px) {
  .l-footer-bottom {
    padding-top: 25px;
    padding-bottom: 25px
  }
}
.l-footer-bottom-crwrap {
  text-align: center
}
.l-footer-bottom-crwrap small {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff
}
@media screen and (max-width: 768px) {
  .l-footer-bottom-crwrap small {
    font-size: 11px;
    font-size: 1.1rem
  }
}
.m-btn1 {
  display: inline-block;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background-color: #2eb6aa;
  border: 2px solid #2eb6aa;
  min-width: 260px;
  padding: 12px 18px;
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center
}
@media screen and (max-width: 768px) {
  .m-btn1 {
    width: 100%;
    max-width: 500px;
    font-size: 16px;
    font-size: 1.6rem
  }
}
@media screen and (max-width: 640px) {
  .m-btn1 {
    width: 80%
  }
}
.m-btn1:hover {
  opacity: 0.85;
  text-decoration: none
}
input[type=submit].m-btn1, input[type=button].m-btn1 {
  border: 2px solid #2eb6aa;
  border-radius: 3px
}
.m-btn1-gray {
  background-color: #c6cdd7;
  border: 2px solid #c6cdd7;
  color: #000
}
.m-btn1-white {
  background-color: #fff;
  border: 2px solid #fff;
  color: #2eb6aa
}
.m-btn1-max {
  width: 100%
}
.m-btn1-small {
  width: auto;
  min-width: 90px
}
.m-btn1-arrow-right {
  position: relative;
  padding-right: 30px;
  padding-left: 30px
}
.m-btn1-arrow-right::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: cebter;
  background-size: contain;
  width: 30px;
  height: 25px
}
@media screen and (max-width: 425px) {
  .m-btn1-arrow-right::after {
    right: 10px;
    width: 25px;
    height: 20px
  }
}
.m-btn1-arrow-right-white::after {
  background-image: url(../../img/arrow_white.svg)
}
.m-btn1-arrow-right-black::after {
  background-image: url(../../img/arrow_black.svg)
}
.m-btn1-arrow-right-blue::after {
  background-image: url(../../img/arrow_blue.svg)
}
.m-btn1-wrap {
  text-align: center
}
.m-btn1-wrap .m-btn1 + .m-btn1 {
  margin-left: 12px
}
@media screen and (max-width: 768px) {
  .m-btn1-wrap .m-btn1 + .m-btn1 {
    margin-top: 12px;
    margin-left: 0
  }
}
.m-btn-text {
  color: #2eb6aa;
  text-decoration: underline
}
.m-btn-text:hover {
  text-decoration: none
}
.m-title1 {
  position: relative;
  font-size: 65px;
  font-size: 6.5rem;
  font-weight: 700;
  text-align: center
}
@media screen and (max-width: 768px) {
  .m-title1 {
    font-size: 36px;
    font-size: 3.6rem
  }
}
.m-title1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 65px;
  height: 7px
}
@media screen and (max-width: 768px) {
  .m-title1::after {
    width: 50px;
    height: 5px
  }
}
.m-title1-blue {
  color: #2eb6aa
}
.m-title1-blue::after {
  background-color: #2eb6aa
}
.m-title-style1 {
  color: #1e2f4f;
  font-size: 35px;
  font-size: 3.5rem;
  text-align: center
}
@media screen and (max-width: 768px) {
  .m-title-style1 {
    font-size: 20px;
    font-size: 2rem
  }
}
.m-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto
}
@media screen and (max-width: 1000px) {
  .m-wrapper {
    max-width: 91.25%
  }
}
.m-link1 {
  position: relative;
  padding-left: 1.5em;
  font-size: 15px;
  font-size: 1.5rem
}
.m-link1:hover {
  opacity: 0.9;
  text-decoration: none
}
.m-link1-blue {
  color: #2eb6aa;
  border-bottom: 1px solid #2eb6aa
}
.m-link1-blue::after {
  content: '▶';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.arrow {
  position: relative;
  display: block;
  width: 30px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none
}
.arrow::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-top: 1px solid #000;
  border-left: 1px solid #000
}
.arrow-bottom::after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg)
}
.arrow-blue::after {
  border-color: #2eb6aa
}
.mp0 {
  margin: 0px;
  padding: 0px
}
.p0 {
  padding: 0px !important
}
.m0 {
  margin: 0px !important
}
.pT0 {
  padding-top: 0px !important
}
.pT5 {
  padding-top: 5px !important
}
.pT10 {
  padding-top: 10px !important
}
.pT15 {
  padding-top: 15px !important
}
.pT20 {
  padding-top: 20px !important
}
.pT30 {
  padding-top: 30px !important
}
.pT40 {
  padding-top: 40px !important
}
.pT50 {
  padding-top: 50px !important
}
.pT60 {
  padding-top: 60px !important
}
.pB5 {
  padding-bottom: 5px !important
}
.pB10 {
  padding-bottom: 10px !important
}
.pB20 {
  padding-bottom: 20px !important
}
.pB30 {
  padding-bottom: 30px !important
}
.pB40 {
  padding-bottom: 40px !important
}
.pB50 {
  padding-bottom: 50px !important
}
.pB60 {
  padding-bottom: 60px !important
}
.pL5 {
  padding-left: 5px !important
}
.pL10 {
  padding-left: 10px !important
}
.pL20 {
  padding-left: 20px !important
}
.pL30 {
  padding-left: 30px !important
}
.pL40 {
  padding-left: 40px !important
}
.pL50 {
  padding-left: 50px !important
}
.pL60 {
  padding-left: 60px !important
}
.pR0 {
  padding-right: 0px !important
}
.pR10 {
  padding-right: 10px !important
}
.pR20 {
  padding-right: 20px !important
}
.pR30 {
  padding-right: 35px !important
}
.pR40 {
  padding-right: 20px !important
}
.pR50 {
  padding-right: 55px !important
}
.pR60 {
  padding-right: 55px !important
}
.mT0 {
  margin-top: 0px !important
}
.mT5 {
  margin-top: 5px !important
}
.mT10 {
  margin-top: 10px !important
}
.mT15 {
  margin-top: 15px !important
}
.mT20 {
  margin-top: 20px !important
}
.mT25 {
  margin-top: 25px !important
}
.mT30 {
  margin-top: 30px !important
}
.mT40 {
  margin-top: 40px !important
}
.mT50 {
  margin-top: 50px !important
}
.mT60 {
  margin-top: 60px !important
}
.mB0 {
  margin-bottom: 0px !important
}
.mB10 {
  margin-bottom: 10px !important
}
.mB20 {
  margin-bottom: 20px !important
}
.mB25 {
  margin-bottom: 25px !important
}
.mB30 {
  margin-bottom: 30px !important
}
.mB40 {
  margin-bottom: 40px !important
}
.mB50 {
  margin-bottom: 50px !important
}
.mB60 {
  margin-bottom: 60px !important
}
.mL0 {
  margin-left: 0px !important
}
.mL10 {
  margin-left: 10px !important
}
.mL15 {
  margin-left: 15px !important
}
.mL20 {
  margin-left: 20px !important
}
.mL30 {
  margin-left: 30px !important
}
.mR0 {
  margin-right: 0px !important
}
.mR5 {
  margin-right: 5px !important
}
.mR10 {
  margin-right: 10px !important
}
.mR20 {
  margin-right: 20px !important
}
.mR30 {
  margin-right: 30px !important
}
.mR40 {
  margin-right: 40px !important
}
.tCenter {
  text-align: center !important
}
.tLeft {
  text-align: left !important
}
.tRight {
  text-align: right !important
}
.fLeft {
  float: left !important
}
.fRight {
  float: right !important
}
.sps {
  display: none
}
@media screen and (max-width: 425px) {
  .sps {
    display: inline-block
  }
}
.tb {
  display: none
}
@media screen and (max-width: 768px) {
  .tb {
    display: inline-block
  }
}
.pcs {
  display: inline-block
}
@media screen and (max-width: 1000px) {
  .pcs {
    display: none
  }
}
.pc {
  display: inline-block
}
@media screen and (max-width: 768px) {
  .pc {
    display: none
  }
}
/*# sourceMappingURL=main.css.map */


/* table01 */
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 24px 0;
  border: none;	
}

#table01 th {
  width: 20%;
  color:#08188E;	
}

/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;  
  }

  #table01 th {
    width: 100%;
	color:#08188E;
  }

  #table01 td {
    padding-top: 0;
  }
}

table{
  border-collapse: collapse;
  width: 100%;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
  width: 45%;	
}
.tb01 th {
  background: #0279B3;
  color: #fff;
  width: 10%;
  
}
@media screen and (max-width: 640px) {
  .tb01 .head{
    display:none;
  }
  .tb01 {
    width: 100%;
  }
  .tb01 td,
  .tb01 th{
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 td{
    padding: 5px 5px 5 5;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align:left;
  }
  .tb01 td:before{
    color: #fff;
    content: attr(data-label);
    font-weight: bold;
    padding: 0px 10px;
    display: inline;
    background-color: #0279B3;
    /*margin-right: 10px;*/
    float: left;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

/**
 * パソコン画面では改行をしない
 */
.sp-br {
  display: none;
}

/**
 * スマホ画面（520px以下）の場合
 */
@media screen and (max-width: 520px) {
  /**
   * 改行をする
   */
  .sp-br {
    display: block;
  }
}

/*追加＊/
/*SIDE SIGNUP-----------------------*/
.side_signup {
  display: none;
  position: fixed;
  right: 0;
  bottom: 180px;
  z-index: 10;
}

.side_signup a {
  display: block;
  width: 58px;
  padding: 20px 15px;
  border-radius: 5px 0 0 5px;
  background: #2eb6aa;
  color: #ffffff;
  font-size: 16px;
  transition: all ease 0.3s;

  writing-mode: vertical-rl;
}

.side_signup a img {
  width: 22px;
  margin: 5px 0 0 -5px;
}

.side_signup a:hover {
  background: #000000;
}

  .side_signup {
    bottom: 140px;
  }

  .side_signup a {
    width: 40px;
    padding: 20px 10px;
    font-size: 14px;
  }