@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* CSS Document */
html {
  height: 100%;
}

/*--- body ---*/
body {
  /* #special_containerで指定する
  	font-family: 'メイリオ', "Meiryo", 'ＭＳ Ｐゴシック', "sans-serif";
  	font-size: 15px;
  	line-height:1.7;
  	color:#333;
  	height: 100%;
  */
}

/*--- container ---*/

#container {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 5px;
}

#special_container {
  background: #fff;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 0 0 0;
}

/*--- breadcrumbs ---*/
#breadcrumbs {
  font-size: 93%;
  padding: 10px 0;
}

/*============== ここから汎用部品 ==============*/
a:link, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
}

#special_container {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #323232;
  font-weight: 500;
}
@media (max-width: 767px) {
  #special_container {
    font-size: 14px;
    line-height: 1.6;
  }
}
/*--- breadcrumbs ---*/
#breadcrumbs {
  font-size: 93%;
  padding: 10px 0;
}

/*============== ここから汎用部品 ==============*/
div.conts img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
}

.clearfix {
  content: "";
  display: block;
  clear: both;
}


.bold {
  font-weight: bold;
  color: #000;
}

.conts {
  font-feature-settings: "palt";
}

a {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .sp-mv {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sp-mv {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc-mv {
    display: none;
  }
}
.pc-mv {
  position: relative;
  width: 100%;
  padding-top: 53.3333%;
  background: url(../../../images/com/fukuoka202309/pc-mv.png) no-repeat;
  background-size: cover;
}

.staff {
  width: 30.025%;
  position: absolute;
  bottom: 0;
  left: 100px;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .staff {
    left: 20px;
  }
}

.pc-mv-title {
  width: 65.08333%;
  position: absolute;
  top: 0;
  right: 100px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .pc-mv-title {
    right: 40px;
  }
}

.lead-wrap {
  width: 100%;
  height: 260px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .lead-wrap {
    height: 230px;
  }
}

.lead {
  background: url(../../../images/com/fukuoka202309/lead-bg.png) no-repeat;
  background-position: left top;
  width: 100%;
  height: 260px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .lead {
    height: 230px;
  }
}
.lead p {
  width: 51.666%;
  position: absolute;
  right: 100px;
  bottom: 40px;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .lead p {
    width: 62%;
    right: 20px;
    bottom: 10px;
  }
}

@media (max-width: 767px) {
  .sp-lead {
    background: #ff700c;
  }
  .sp-lead p {
    font-size: 14px;
    padding: 20px;
    color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .is-tab {
    display: none;
  }
}
.section.conts-bg01 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(180deg, #fff 0%, #fff 21%, #e0f4ff 21%, #e0f4ff 100%);
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .section.conts-bg01 {
    background: linear-gradient(180deg, #fff 0%, #fff 10%, #e0f4ff 10%, #e0f4ff 100%);
    padding-bottom: 40px;
  }
}

.section.conts-bg02 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(180deg, #fff 0%, #fff 33%, #fff2e6 33%, #fff2e6 100%);
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .section.conts-bg02 {
    padding-bottom: 40px;
    background: linear-gradient(180deg, #fff 0%, #fff 15%, #fff2e6 15%, #fff2e6 100%);
  }
}

.section-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.title-wrap {
  display: flex;
  justify-content: center;
}

.section-title {
  width: 580px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-weight: bold;
  font-size: 52px;
  font-style: italic;
  letter-spacing: 0.01em;
  position: relative;
  padding: 50px 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-title {
    width: 480px;
    font-size: 40px;
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .section-title {
    width: 85%;
    font-size: 30px;
    padding: 20px 0;
  }
}
.section-title .fz40 {
  font-size: 40px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-title .fz40 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-title .fz40 {
    font-size: 20px;
  }
}

.title-col01 {
  color: #00afff;
}
.title-col01::before {
  content: "";
  background: url(../../../images/com/fukuoka202309/deco-01.png) no-repeat;
  background-size: contain;
  width: 29px;
  height: 58px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .title-col01::before {
    width: 20px;
    height: 40px;
  }
}
.title-col01::after {
  content: "";
  background: url(../../../images/com/fukuoka202309/deco-01.png) no-repeat;
  background-size: contain;
  width: 29px;
  height: 58px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .title-col01::after {
    width: 20px;
    height: 40px;
  }
}

.title-col02 {
  color: #ff700c;
}
.title-col02::before {
  content: "";
  background: url(../../../images/com/fukuoka202309/deco-02.png) no-repeat;
  background-size: contain;
  width: 29px;
  height: 58px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .title-col02::before {
    width: 20px;
    height: 40px;
  }
}
.title-col02::after {
  content: "";
  background: url(../../../images/com/fukuoka202309/deco-02.png) no-repeat;
  background-size: contain;
  width: 29px;
  height: 58px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .title-col02::after {
    width: 20px;
    height: 40px;
  }
}

.section-items01 {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 3px solid #00afff;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-items01 {
    width: 83.333%;
  }
}
@media (max-width: 767px) {
  .section-items01 {
    width: 90%;
    display: block;
  }
}

.section-items02 {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 3px solid #ff700c;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-items02 {
    width: 83.333%;
  }
}
@media (max-width: 767px) {
  .section-items02 {
    width: 90%;
    display: block;
  }
}

.section-item {
  width: 49.95%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-item {
    width: 49.9%;
  }
}
@media (max-width: 767px) {
  .section-item {
    width: 100%;
  }
}
.section-item p {
  padding: 40px 50px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-item p {
    padding: 20px 25px;
  }
}
@media (max-width: 767px) {
  .section-item p {
    padding: 20px 25px;
  }
}

@media (max-width: 767px) {
  .none {
    display: none;
  }
}
.center {
  text-align: center;
}

.illustration {
  width: 90%;
}

.section-item-title {
  width: 100%;
  font-size: 34px;
  color: #fff;
  text-align: center;
  background: #00afff;
  padding: 4px 0 8px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-item-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .section-item-title {
    font-size: 24px;
  }
}
.section-item-title .fz24 {
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-item-title .fz24 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section-item-title .fz24 {
    font-size: 16px;
  }
}

.section-items02 .section-item-title {
  width: 100%;
  color: #fff;
  text-align: center;
  background: #ff700c;
  padding: 4px 0 8px;
}

.button {
  padding: 0 50px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .button {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .button {
    padding: 0 25px;
  }
}
.button a {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 10px 0 14px;
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .button a {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .button a {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.button a:hover {
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
}

.col-01 {
  background: #ff700c;
  box-shadow: 0px 5px 0 #be4600;
  transition: 0.3s;
}

.col-02 {
  background: #00afff;
  box-shadow: 0px 5px 0 #0082be;
  transition: 0.3s;
}