@charset "UTF-8";
body {
  font-family: "Yu Gothic", YuGothic, Helvetica, Arial,
  "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
  Meiryo, メイリオ, sans-serif;
  color: #333333;
}

img {
  max-width: 100%;
}

#concept, #system, #plan, #faq, #access {
  padding: 40px 0 40px 0;
}

.section-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}


.pc-only {
  /* PCの時は（横幅769px以上の時は）表示する */
  display: block;
}

.sp-only {
  /* SPの時は（横幅768px以下の時は）表示しない */
  display: none;
}

/** ---------- スマホ ----------**/
@media screen and (max-width: 768px) {
  .section-inner {
    /* 左右に24pxの余白（padding） */
    padding: 0 24px;

    /* 最大幅を550pxに */
    max-width: 550px;
  }

  .pc-only{
    /* PCの時は（横幅769px以上の時は）表示すしない */
    display: none;
  }
    
  .sp-only {
    /* SPの時は（横幅768px以下の時は）表示する */
    display: block;
  }
    
  #concept, #sistem, #plan, #faq, #access {
    padding: 40px 0 30 px 0;
  }
}

/** -----------------------------------
    テキスト
-------------------------------------**/

h2.large {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
  text-align: center;
}

h3.small {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

h3.smallus {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

h3.smalls {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 10pcx;
}


h3.smallservice {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-top: 25px;
  padding-bottom: 10px;

}

h3.smallseminar {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
  text-align: center;
}

p.large {
  font-weight: bold;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: bold;
}

p.medium {
  font-weight: bold;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.06em;
}

p.small {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  text-align: left;
}

p.small-s {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  text-align: center;
}

p.small-i {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  text-align: center;
}

p.smallcard {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  text-align: left;
}

.card-text ul{
  margin-top: 20px;
}

ul li{
  list-style: disc;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.03em;
  text-align: left;
  margin-left: 15px;
  margin-top: 1px;
  margin-bottom: 1px;
}

/* 縦並び２列 */
.list-2 {
  column-count: 2;
  width: fit-content;
  column-gap: 2em;
  width: 310px;
  margin: auto;
}

ul.list-2-sp {
  display: none;
}

/* リストのスタイル */
ul {
  margin-bottom: 1em;
  line-height: 1.7;
}

li {
  &:nth-child(2n) {
    color: #333;
  }
}

/* 中央寄せ */
.list {
  width: 300px;
  margin: auto;
}

.hinshitsu li{
  font-size: 15px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {

  ul.list-2-sp {
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 10px;
  }
  ul.list {
    display: none;
  }

  ul.list-2 {
    display: none;
  }
  h2.large {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
  }

  h3.small {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }

  p.large {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-weight: bold;
  }

  p.medium {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.06em;
  }

  p.small {
    font-weight: bold;
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: 0.03em;
  }
}



/** -----------------------------------
    ボタン
-------------------------------------**/
.button-small {
  display: block;
  width: 198px;
  height: 50px;
  background-color: #6ab3e9;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.03em;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
}

.button-large {
  display: block;
  width: 296px;
  height: 70px;
  background-color: #6ab3e9;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 70px;
  text-align: center;
  border-radius: 35px;
}

.button-border {
  display: block;
  width: 192px;
  height: 50px;
  border: 1px solid #333333;
  color: #333333;
  font-size: 13px;
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  .button-large {
    display: block;
    width: 198px;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    border-radius: 24px;
  }
}

/** -----------------------------------
    見出し
-------------------------------------**/

.title-en {
  text-align: center;
  margin-bottom: 16px;
}

.icon {
  width: 60px;
  margin-bottom: 10px;
}

.title-en .title {
  font-family: 'Cabin', sans-serif;
  font-size: 19px;
  letter-spacing: 0.13em;
  font-weight: bold;
}

/** -----------------------------------
    レイアウト
-------------------------------------**/
.col-2 {
  display: flex;
  justify-content: space-between;
}

.col-2 .item {
  width: calc((100% - 24px)/2);

}

.col-3 {
  display: flex;
  justify-content: space-between;
}
.col-3 .item {
  width: calc((100% - 48px)/3);
}

/**---------- スマホ ----------**/
@media screen and (max-width: 768px) {
  .col-2 {
    /* 横並びだったものを縦積みになるようにする */
    display: block;
  }
  
  .col-2 .item {
  /* calcで計算していた横幅はすべてよこいっぱいに広がるようにする */
  width: 100%;
  }

  .col-3 {
    /* 横並びだったものを縦積みになるようにする */
    display: block;
  }
  
  .col-3 .item {
  /* calcで計算していた横幅はすべてよこいっぱいに広がるようにする */
  width: 100%;
  }
}

/** -----------------------------------
    ヘッダー
-------------------------------------**/
#header {
  background-color: #FFFFFF;
  width: 100%;
  height: 130px;
  display: flex;
  justify-content: space-between;
  padding: 0 80px;
  position: fixed;
  top: 0;
  z-index: 1;
}

.header-logo {
  display: flex;
  align-items: center;
  width: 300px;
}

.header-logo a {
  display: flex;
}

.gnav-pc-wrap {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gnav-sp-wrap {
  display: none;
}

ul.gnav-pc li {
  display: inline;
  margin-right: 40px;
}

ul.gnav-pc li a {
  font-family: 'Cabin', sans-serif;
  font-size: 19px;
  letter-spacing: 0.13em;
  color: #333333;
  font-weight: bold;
}

ul.gnav-pc li a:hover {
  color: #6ab3e9;
}

#menu-button {
  display: none;
}

  /**私的追加**/
  body{
    margin-top: 90px;
  }

/** ----------スマホ--------- **/
@media screen and (max-width: 768px) {
  #header {
    max-width: 100%;
    height: 90px;
    padding: 0;
  }

  .gnav-pc-wrap {
    /* PCのナビゲーションをスマホでは非表示にする */
    display: none;
  }

  #header h1 {
    padding-left: 20px;
  }


  #hamburger {
    position: relative;
    display: block;
    width: 30px;
    height: 25px;
    margin: 30px 30px 0 0;
  }

  #hamburger span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    transform: translateY(-50%);
  }

  #hamburger::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
  }
  #hamburger::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 2px;
    background-color: #000;
  }


  /* スマホ用メニューのスタイル */
  .gnav-sp-wrap {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;    
    display: block;
    width: 100%;
    background: rgba(0, 12, 92, 0.797);
    transition: all .2s ease-in-out;
    opacity: 0;
    transform: translateY(-100%);
  }

  .gnav-sp-wrap ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .gnav-sp-wrap li {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #fff;
    list-style: none;
  }

  .gnav-sp-wrap li span {
    font-size: 18px;
    color: #fff;
  }

  .gnav-sp-wrap li a, .gnav-sp-wrap li span {
    display: block;
    padding: 20px 0;
  } 

  /*基準となるli要素*/
  .gnav-sp-wrap .close {
  position: relative;
  padding-left: 20px;
  }

  /*バツ印線1*/
  .gnav-sp-wrap .close::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 1px;
  background: #fff;
  transform: rotate( 45deg );
  }

  /*バツ印線2*/
  .gnav-sp-wrap .close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 1px;
  background: #fff;
  transform: rotate( -45deg );
  }

  .toggle {
  transform: translateY( 0 );
  opacity: 1;
  }
}

/** -----------------------------------
    メインビジュアル
-------------------------------------**/
.adjust-box {
  display: none;
}

.mainvisual {
  display: block;
  width: 100vw;
  height: calc(100vh - 90px);
  background-image: url(../images/sakurajima.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 90px;
  margin-bottom: 30px;
}

.copy-wrap {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.maincopy {
  color: #FFFFFF;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.01em;
  margin-bottom: 40px;
  text-align: center;
}

.subcopy {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}

.badge {
  width: 172px;
  height: 172px;
  position: absolute;
  top: 80px;
  right: 100px;
}

/** ----------スマホ---------- **/
@media screen and (max-width: 768px) {
  .mainvisual {
    display: none;
  }
  
  .adjust-box {
    display: block; 
    width: 100vw;
    height: 500px;
    /* スマホ用の背景画像を表示する */
    background-image: url(../images/sakurajima.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    padding:15px; 
    -webkit- box-sizing:border-box; 
    box-sizing:border-box; 
  } 
  
  .adjust-box p { 
    line-height:1.5em; 
    color: #fff;
    font-weight: bold;
  }

  .subcopy-sp {
    padding-top: 10%;
    padding-bottom: 10px;
    font-size: 16px;
    text-align: center;
    
  }

  .maincopy-sp {
    padding-bottom: 10%;
    font-size: 20px;
    text-align: center;
  }

  .inner {
      margin: 20% auto;
  
  }

}






/** -----------------------------------
    ページタイトル
-------------------------------------**/
#pagetitle {
  width: 100vw;
  height: calc(50vh - 70px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 70px;
}
.pagemaincopy {
  color: #333;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-bottom: 40px;
}

.pagesubcopy {
  color: #333;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 25px;
}

/** -----------------------------------
    コンセプト
-------------------------------------**/
#concept .title-en {
  margin-bottom: 40px;
}

#concept {
  background-color: #F2F8FB;
}

.link {
  display: block;
  height: 30px;
  font-size: 13px;
  letter-spacing: 0.03em;
  font-weight: bold;
  line-height: 30px;
  text-align: right;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 30px;
}

.item{
  margin-bottom: 30px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  #concept h2.large {
    text-align: center;
  }
  #concept p.medium {
    margin-bottom: 30px;
  }
  #concept .title-en {
    margin-bottom: 16px;
  }
}

/** -----------------------------------
    セミナー
-------------------------------------**/
#seminar {
  background-color: #ffffff;
  padding-top: 40px;
}

.link {
  display: block;
  height: 30px;
  font-size: 13px;
  letter-spacing: 0.03em;
  font-weight: bold;
  line-height: 30px;
  text-align: right;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 30px;
}

.item{
  margin-bottom: 45px;
}

li{
  line-height: 30px;
}

p.smallseminar{
  text-align: left; 
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  #system h2.large span {
    display: block;
  }
  #system p.medium {
    margin-bottom: 30px;
  }
  .card {
    margin-bottom: 24px;
  }
}

/** -----------------------------------
    ホットライン
-------------------------------------**/
#hotline {
  background-color: #ffffff;
  padding-top: 40px;
}

.link {
  display: block;
  height: 30px;
  font-size: 13px;
  letter-spacing: 0.03em;
  font-weight: bold;
  line-height: 30px;
  text-align: right;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 30px;
}

.item{
  margin-bottom: 45px;
}

li{
  line-height: 30px;
}

.help{
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  #hotline h2.large span {
    display: block;
  }
  #hotline p.medium {
    display: block;
    margin-bottom: 30px;
  }
  .card {
    margin-bottom: 24px;
  }
}



/** -----------------------------------
    システム
-------------------------------------**/
#system {
  
}

#system h2.large {
  text-align: center;
}

#system p.medium {
  text-align: left;
}

#system h3.small {
  text-align: center;
  margin-bottom: 16px;
}

.card {
  height: 100%;
  background-color: #F2F8FB;
  border-radius: 10px;
}

.card .card-text {
  padding: 24px 24px 32px 24px;
}

.service{
}

/** -----------------------------------
    システム
-------------------------------------**/
#us {
  background-color: #ffffff;
  padding-top: 40px;
}

#us h2.large {
  text-align: center;
}

#us p.medium {
  text-align: left;
}

#us h3.smallus {
  text-align: left;
  margin-bottom: 16px;
}

.card {
  height: 100%;
  background-color: #F2F8FB;
  border-radius: 10px;
}

.card .card-text {
  padding: 24px 24px 32px 24px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  #us h2.large span {
    display: block;
  }
  #us p.medium {
    margin-bottom: 30px;
  }
  .card {
    margin-bottom: 24px;
  }
}

/** -----------------------------------
    業務内容
-------------------------------------**/
#service {

}

#service h2.large {
  text-align: center;
}

#service p.medium {
  text-align: left;
}

#service h3.small {
  text-align: center;
  margin-bottom: 16px;
}

.card {
  height: 100%;
  background-color: #F2F8FB;
  border-radius: 10px;
}

.card .card-text {
  padding: 24px 24px 24px 24px;
}

.service{
  
}
/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  #system h2.large span {
    display: block;
  }
  #system p.medium {
    margin-bottom: 30px;
  }
  .card {
    margin-bottom: 24px;
  }
}

/** -----------------------------------
    料金プラン
-------------------------------------**/
#plan {
}

#plan h2.large {
  text-align: center;
}

#plan p.medium {
  text-align: center;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  #plan p.medium {
    margin-bottom: 30px;
  }
  #plan p.medium span {
    display: block;
  }
}

/** -----------------------------------
    CTA
-------------------------------------**/
#cta {
  background-image: url("../images/background2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  padding: 90px 0;
  margin: 70px 0;
}

#cta h2.large {
  text-align: center;
}

#cta p.large {
  text-align: center;
}

#cta p.large span {
  display: block;
}

#cta .button-large {
  margin: 0 auto;
  margin-top: 40px;
}


/**---------- スマホ  ----------*/
@media screen and (max-width: 768px) {
  #cta {
    /*  スマホ用の背景画像を配置する */
    background-image: url("../images/background2.jpg");
    padding: 90px 0;
    margin: 30px 0;
  }
  
  #cta h2.large span {
    /* 見出しをスマホで改行できるようにする */
    display: block;
  }

  #cta p.large span {
    /* 本文をスマホでは改行しないようにする */
    display: inline;
  }
}


/** -----------------------------------
    規約等
-------------------------------------**/
#regulations {
  padding-top: 40px;
}


#regulations h2.large {
  text-align: center;
}


.regulations {
  border-radius: 8px;
  margin-bottom: 24px;
  background-color: #F5F5F6;
}

.regulations-head, .regulations-body {
  padding: 24px 72px 24px 32px;
}

.regulations-head {
  border-radius: 8px;
  position: relative;
}

.regulations-head::after {
  content: "";
  background-image: url("../images/arrow.png");
  background-size: contain;
  width: 14px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
}

.regulations-body {
  border-radius: 8px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  .faq-body {
    padding: 24px;
  }
}

/** -----------------------------------
    アクセス
-------------------------------------**/
#access {
  margin-top: 45px;
}

#access h2.large {
  text-align: center;
}

.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#access .button-border {
  margin-top: 30px;
}

/* ----------スマホ---------- */
@media screen and (max-width: 768px) {
  #access .button-border {
    /* ボタンを中央に寄せる */
    margin: 0 auto;
  }

  #access p.medium {
    /* 余白をつける */
    margin: 20px 0;
  }
}


/** -----------------------------------
    フッター
-------------------------------------**/
#footer {
  background-color: #F2F8FB;
  text-align: center;
  padding: 40px 0;
  margin-top: 10px;
}

#footer a {
  color: #333;
}

.footer-link, .copyright {
  font-size: 15px;
  font-weight: bold;
}

.copyright {
  color: #333;
  font-size: 12px;
}

.footer-link {
  margin-bottom: 20px;
}

.footer-link li {
  display: inline;
  text-align: center;
  margin-right: 20px;
}

/**---------- スマホ ----------*/
@media screen and (max-width: 768px) {
  #footer {
    padding: 30px 0 20px 0;
  }

  .footer-link {
    margin-bottom: 30px;
  }

  .footer-link li{
    /* 横並びになっているのを縦積みにする */
    display: block;
    text-align: center;
    margin: 0 0 10px 0;
  }  
  
}


#aboutus{

}

.page_title{
  margin: 50px 0 50px 0;
  text-align: left;
}

th,td {
  border: solid 1px;              /* 枠線指定 */
  padding: 20px;      /* 余白指定 */

  vertical-align: middle;
  border-right: none;
  border-left: none;
  border-color: #7d7d7d;
  
}

table {
  border-collapse:collapse;     /* セルの線を重ねる */
  margin: auto;
}

th {
  width:  300px;              /* 幅指定 */
  height:auto;               /* 高さ指定 */;
  text-align: center;

}

td{
    width: 500px;
    text-align: left;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
.flexbox__item {
  background: #ddd;
  padding: 8px;
  flex-grow: 1;
  flex-basis: 350px;
  box-sizing: border-box;
}
.flexbox__content {
  width: 100%;
  background: #ff0000;
  flex-grow: 1;
  flex-basis: 350px;
  box-sizing: border-box;
}