@charset 'UTF-8';
* {
  box-sizing: border-box;
}
body,
ul,
p,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  line-height: 1.5;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-user-select: none;
  user-select: none;
}
img {
  display: block;
  max-width: 100%;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 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: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * 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: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #1a1a1a;
}
/**
 * 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;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 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;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */

 /*--------- 全ページ共通 ---------*/
 .alphabet{
  font-family: "Roboto", sans-serif;
 }
 .upper{
  text-transform: uppercase;
 }
 .capital{
  text-transform: capitalize;
 }
 .pc_br {
     display: block;
 }
 .sp_br {
     display: none;
 }
 @media screen and (max-width: 599px) {
     .pc_br {
         display: none;
     }
     .sp_br {
         display: block;
     }
 }

[hidden] {
  display: none;
}
#menuToggle {
  display: none;
  position: relative;
  text-align: center;
  z-index: 5;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle a {
  color: white;
  transition: color 0.3s ease;
}
#menuToggle a:hover {
  color: #57CFE4;
}
#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #33598f;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
/* Transform all the slices of hamburger into a crossmark. */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #33598f;
}
/* But let's hide the middle one. */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
/* And the last one should go the other direction */
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
/*
* Make this absolute positioned at the top left of the screen
*/
#menu {
  position: absolute;
  right: -300%;
  top: 140%;
  width: 400px;
  height: 100vh;
  padding: 1em;
  background: #33598f;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(200%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  margin-top: 21px;
}
#menu li {
  padding: 20px 0;
  font-size: 18px;
  text-align: left;
}
/* And let's slide it in from the left */
#menuToggle input:checked ~ ul {
  transform: none;
}
body {
  width: 100%;
  letter-spacing: 0.1em;
  color: #1a1a1a;
}
body  section{
  width: 100%;
 }
body .inner{
max-width: 1240px;
width: 90%;
margin-inline:auto;
}
@media screen and (min-width:1441px) {
  body .inner{
    max-width: 1440px;
  }
}
@media screen and (max-width:768px) {
  body .inner{
  width: 95%;
  }
}
body a {
  text-decoration: none;
  color: #919191;
}
body h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
}
body h4 {
  font-weight: normal;
  font-size: 20px;
  margin-top: 16px;
}

/* ----------------------------------
ヘッダー
------------------------------------- */
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  background-color: white;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2%;
}
header img {
  width: 130px;
}
header #menuPc {
  width: 50%;
  display: flex;
  justify-content: space-around;
}
header #menuPc a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  color: #33598f;
}
header #menuPc a::before {
  transform: scaleX(0);
  transform-origin: bottom right;
}
header #menuPc a:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
header #menuPc a::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  border-bottom: 1px solid #33598f;
  /* background-color: #57CFE4; */
  z-index: -1;
  transition: transform 0.3s ease;
}


 /* main */
main {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
main span {
  display: inline-block;
}
main p {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  line-height: 1.6;
}
main img {
  width: 100%;
}

/* セクションタイトル共通 */
.sec_ttl{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 0.2em;
}
.sec_ttl span{
  font-size: 4em;
  letter-spacing: 0.2em;
  color: #33598f;
}
@media screen and (max-width:768px) {
    .sec_ttl{
      font-size: 18px;
    }
    .sec_ttl span{
      font-size: 2em;
    }
}

/* ----------------------------------
CTA
------------------------------------- */
#cta{
    padding: 120px 0;
    background-image: url(../images/cta_bk.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#cta .sec_ttl{
  text-align: center;
  color: #fff;
}
#cta .sec_ttl span{
  color: #fff;
}
#cta p{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
  margin-top: 0.8em;
}
.cta_btn_wrap{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 80px;
}
.cta_btn{
  width: 14em;
    height: 70px;
    line-height: 70px;
    font-size: 28px;
    font-weight: bold;
  border: none;
    display: inline-block;
    transition: all .5s ease;
}
.contact_btn{
background: linear-gradient(45deg, #57CFE4, #4B6CBE, #57CFE4) 0 50% / 300% 100%;
    color: #fff;
}
.contact_btn:hover{
  background-position: 100% 50%;
	color: #fff;
}
.tel_btn{
  background-color: #fff;
  color: #33598f;
}
.tel_btn:hover{
  opacity: 0.8;
}
@media screen and (max-width:768px) {
  #cta {
    padding: 80px 0;
  }
  .cta_btn_wrap {
    display: flex;
    flex-direction: column;
  }
  .cta_btn {
    font-size: 18px;
  }
  .cta_btn.contact_btn {
    margin-bottom: 1em;
  }
  #cta p {
    font-size: 18px;
  }
}
/* ----------------------------------
フッター
------------------------------------- */
footer {
  width: 100%;
  background-color: #f5f5f5;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0 10px;
}
footer img {
  width: 240px;
  margin-inline:auto;
}
footer a:hover {
  text-decoration: underline;
}
footer .footText{
  margin: 50px auto 80px;
}
footer .footText ul{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  margin: 1em 0 2em;
}
footer .footText a,
footer .footText p {
  color: #1a1a1a;
}
footer .footText ul li{
  border-left: solid #767676 1px;
  padding-inline: 60px;
}
footer .footText ul li:first-of-type{
  border-left: none;
}
footer #footBtm {
  font-size: 12px;
  color: #767676;
}
@media screen and (max-width: 991px) {
  header #menuPc {
    display: none;
  }
  #menuToggle {
    display: block;
  }

}
@media screen and (max-width: 768px) {

  header {
    height: 50px;
    padding: 0 7% 0 2%;
  }
  header img{
    width: 90px;
  }
  header #menuPc a {
    font-size: 0.26041667rem;
  }

  #menu {
    margin-top: 1px;
  }
  footer .footText ul {
    flex-direction: column;
  }
  footer .footText ul li {
    border-left: none;
    padding: 0.5em 0;
  }
}
