@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body, html {
  font-size: 16px;
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  line-height: 1.875;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #595750;
}

html {
  scroll-behavior: smooth;
}

p, h1, h2, h3, h4 {
  margin: 0;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #595750;
}

a:active, a:hover {
  opacity: 0.7;
  color: #595750;
}

ul, li, a {
  text-decoration: none;
  list-style: none;
}

img {
  vertical-align: middle;
  image-rendering: auto;
  width: 100%;
  height: auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ib {
  display: inline-block;
}

.block {
  display: block;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.indent span {
  padding-left: 1em;
}

.red {
  color: #DE5D8F;
}

.white {
  color: #fff;
}

a[href^="tel:"] {
  cursor: default;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*========================
  text
========================*/
.text.list {
  padding-left: 1em;
  position: relative;
}
.text.list::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.text.list.kome::before {
  content: "※";
}

/*========================
  font-family
========================*/
/****************
font-size  Min Viewport:350px(21.875rem) Max Viewport:1920px 
*****************/
.fs64 {
  font-size: clamp(3rem, 2.7770700637rem + 1.0191082803vw, 4rem);
}

.fs56 {
  font-size: clamp(2.5rem, 2.2770700637rem + 1.0191082803vw, 3.5rem);
}

.fs48 {
  font-size: clamp(2rem, 1.7770700637rem + 1.0191082803vw, 3rem);
}

.fs40 {
  font-size: clamp(1.5rem, 1.2770700637rem + 1.0191082803vw, 2.5rem);
}

.fs32 {
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
}

.fs24 {
  font-size: clamp(1.125rem, 1.0414012739rem + 0.3821656051vw, 1.5rem);
}

.fs18 {
  font-size: clamp(1rem, 0.972133758rem + 0.127388535vw, 1.125rem);
}

.fs14 {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .fs14 {
    font-size: 12px;
  }
}
/*========================
  layout
========================*/
.container {
  padding-top: 90px;
  padding-bottom: 90px;
}

.container-b {
  padding-bottom: 90px;
}

.inner {
  width: 86%;
  max-width: 860px;
  margin: 0 auto;
}

.inner-s {
  width: 86%;
  max-width: 720px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .container-b {
    padding-bottom: 60px;
  }
}
/*===================================================================
    map
===================================================================*/
.map {
  position: relative;
  height: 0;
  padding-top: 62%;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*===================================================================
    movie
===================================================================*/
.movie {
  aspect-ratio: 16/9;
}

/*========================
    アニメーション
========================*/
.js-fadeUp {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

/*===================================================================
  カスタムプロパティ
===================================================================*/
:root {
  --outline-item-before: 95%;
}

/*========================
	totop
========================*/
.totop {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  position: fixed;
  left: 20px;
  bottom: 60px;
  z-index: 7;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: none;
}
.totop:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .totop {
    width: 50px;
    height: 50px;
  }
}
/*===================================================================
    header
===================================================================*/
/*===================================================================
  footer
===================================================================*/
footer {
  background-color: #fff;
}

.footer-heading {
  max-width: 720px;
  margin: 0px auto;
  padding: 80px 0 0
}

.footer-bottom {
  max-width: 600px;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  footer .inner-s {
    max-width: 400px;
  }
}
/*========================
    共通
========================*/

/* SP、PC表示切り替え */
.sp_on {
    display: block; /* SPのみ表示 */
}
@media (min-width: 768px) {
	.sp_on {
        display: none;
    }
}

.pc_on {
    display: none;
}
@media (min-width: 768px) {
	.pc_on {
        display: block; /* PCのみ表示 */
    }
}

.contact-btn {
  position: fixed;
  bottom: 50px;
  right: 0;
  width: 320px;
}
/*@media screen and (max-width: 1024px) {
	.contact-btn {
		top: 430px;
	}
}
@media screen and (max-width: 820px) {
	.contact-btn {
		top: 335px;
	}
}*/
@media screen and (max-width: 768px) {
	.contact-btn {
		bottom: 640px;
	}
	.contact-btn.is-animated{
		bottom: 20px;
	}
}
@media screen and (max-width: 430px) {
	.contact-btn {
		bottom: 340px;
	}
	.contact-btn.is-animated{
		bottom: 20px;
	}
}
@media screen and (max-width: 414px) {
	.contact-btn {
		bottom: 325px;
	}
	.contact-btn.is-animated{
		bottom: 20px;
	}
}
@media screen and (max-width: 390px) {
	.contact-btn {
		bottom: 130px;
	}
	.contact-btn.is-animated{
		bottom: 20px;
	}
}
@media screen and (max-width: 375px) {
	.contact-btn {
		bottom: 150px;
	}
	.contact-btn.is-animated{
		bottom: 20px;
	}
}
@media screen and (max-width: 360px) {
	.contact-btn {
		bottom: 245px;
	}
	.contact-btn.is-animated{
		bottom: 20px;
	}
}
@media screen and (max-width: 344px) {
	.contact-btn {
		bottom: 405px;
	}
	.contact-btn.is-animated{
		bottom: 20px;
	}
}

.bg-pink {
  background-color: #f5e6ef;
}

.bg-white {
  background-color: #fff;
  padding: 60px;
}

.cont-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cont-heading {
  margin: 40px auto 0;
}

.cont-list {
  width: calc(33.333% - 10px);
}

@media screen and (max-width: 767px) {
  .contact-btn {
    width: 187px;
  }
  .cont-list {
    width: 100%;
    margin-bottom: 20px;
  }
  .bg-white {
    padding: 60px 20px;
  }
}
/*========================
    コンテンツ
========================*/
.cont01 {
  background: url("../img/cont01_bg.webp");
  background-size: cover;
}
.cont01 .inner {
  max-width: 730px;
}
.cont01 ul {
	display: flex;
}
.cont01 .cont-list {
  width: calc(47% - 10px);
  margin: 85px auto 0
}

.cont02 {
  background-color: rgba(93, 151, 196, 0.2);
}
.cont02 .cont02-tit {
  max-width: 470px;
  margin: 0 auto 30px;
}
.cont02 .cont02-btn {
  display: block;
  max-width: 300px;
  margin-top:30px;
  margin-bottom: 20px;
}

.cont03 .cont03-heading-btn {
  display: block;
  margin-top: 12px;
  margin-bottom: 30px;
}
.cont03 .cont03-heading-btn:hover {
  opacity: 1;
}
.cont03 .cont03-heading02 {
  max-width: 630px;
  margin: 0 auto;
}
.cont03 .cont03-btn {
  display: block;
  margin-top: 60px;
  margin-bottom: 30px;
}

.cont04 .cont04-block {
  margin-top: 30px;
  margin-bottom: 30px;
}
.cont04 .cont04-bottom {
  max-width: 480px;
  margin: 0 auto;
}

.cont05 .cont03-btn {
  display: block;
  max-width: 500px;
  margin: 60px auto 30px;
}

.cont06 .cont06-btn {
  margin-bottom: 80px;
  display: block;
}
.cont06 .cont06-btn:hover {
  opacity: 1;
}

.cont07 .cont07-block {
  margin-bottom: 30px;
}
.cont07 .cont07-tit {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
.cont07 .cont07-text {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.cont07 .cont07-cation {
  border: 1px solid #595750;
  font-size: 20px;
  font-weight: 500;
  padding: 5px 20px;
  max-width: 497px;
  text-align: center;
  margin: 60px auto 0;
  letter-spacing: 0.05em;
}
.cont08 {
	background: #c83a89;
}
.cont08 .cont08-item {
  background-color: #E6E7E2;
  padding: 34px 10px;
}
.cont08 .cont08-logo {
  margin: 0 auto 20px;
}
.cont08 .cont08-logo.fukuoka {
  width: 116px;
}
.cont08 .cont08-logo.kumamoto {
  width: 113px;
}
.cont08 .cont08-logo.sinwa {
  width: 160px;
}
.cont08 .cont08-link {
  display: block;
  border-bottom: 1px solid #595750;
  text-align: center;
  width: 154px;
  margin: 0 auto 5px;
}

@media screen and (max-width: 767px) {
	.cont01 ul {
	display: block;
}
	.cont01 .cont-list {
  width: calc(67% - 10px);
  margin: 30px auto 0
}
  .cont02 .cont02-tit {
    width: 67%;
  }
	.cont02 .cont02-btn {
  display: block;
  margin-top:40px;
  margin-bottom: 10px;
}
	.cont03 .cont03-btn {
  display: block;
  margin-top: 40px;
  margin-bottom: 0px;
}
  .cont04 .cont04-block {
    overflow: auto;
  }
  .cont04 .cont04-main {
    width: 730px;
    padding: 25px;
    margin-bottom: 10px;
    margin-right: 10px;
    background-color: #fff;
    border: 1px solid #5A5750;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 3px rgba(159, 160, 160, 0.75);
            box-shadow: 2px 2px 3px rgba(159, 160, 160, 0.75);
  }
	
.cont06 .cont06-btn {
  margin-bottom: 10%;
  display: block;
}
  .cont07 .cont07-block {
    margin-bottom: 20px;
  }
  .cont07 .cont07-tit {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .cont07 .cont07-text {
    font-size: 12px;
  }
  .cont07 .cont07-cation {
    width: 92%;
    font-size: 18px;
  }
  .cont08 {
    text-align: center;
  }
  .cont08 .cont-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont08 .cont-list {
    max-width: 400px;
    width: 92%;
  }
  .cont08 .cont08-item {
    padding: 15px 10px 10px;
  }
  .cont08 .cont08-link {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    width: 100px;
  }
  .cont08 .cont08-logo {
    margin: 0 auto 10px;
  }
  footer .cont-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .cont-list {
    width: 92%;
  }
}