@charset "UTF-8";
/* reset
----------------------------------------------------------*/
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, 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;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

button:focus {
  outline: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=email],
input[type=text],
input[type=search],
input[type=submit],
input[type=reset] {
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  outline: none;
}

input[type=submit],
input[type=reset] {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.05em;
  font-size: 16px;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.bg {
  position: relative;
}
body.bg::before {
  content: "";
  position: absolute;
  display: block;
  top: 135vh;
  left: 0;
  width: 100%;
  height: calc(100% - 135vh);
  background: url(../images/common/bg-contents01.png) top center no-repeat;
  background-size: 100%;
}
body.bg.bg02::before {
  background: url(../images/common/bg-contents02.png) top center no-repeat;
  background-size: 100%;
}
@media (max-width: 639px) {
  body.bg::before {
    display: none;
  }
}

main {
  display: block;
  position: relative;
  z-index: 5;
}
main section {
  padding: 55px 0 0;
}
@media (max-width: 639px) {
  main section {
    padding: 30px 0 0;
  }
}

.inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.inner.md {
  max-width: 980px;
}
.inner.lg {
  max-width: 1020px;
}
@media (max-width: 767px) {
  .inner {
    width: 92%;
  }
}

.flex {
  display: flex;
}
@media (max-width: 767px) {
  .flex-md {
    display: block;
  }
}

h2,
h3,
h4 {
  font-weight: normal;
  font-style: normal;
}

p {
  letter-spacing: 0.1em;
  line-height: 1.75em;
  font-weight: normal;
  font-style: normal;
}
p.center {
  text-align: center;
}
p.right {
  text-align: right;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  transition: all 0.5s;
  text-decoration: none;
}

.pc_none {
  display: none;
}
@media (max-width: 639px) {
  .pc_none {
    display: block;
  }
}

.tab_none {
  display: none;
}
@media (max-width: 979px) {
  .tab_none {
    display: block;
  }
}

.sp_none {
  display: block;
}
@media (max-width: 639px) {
  .sp_none {
    display: none;
  }
}

.mv-top img {
  width: 100%;
}
.mv-top .slide {
  width: 100%;
  height: 74vh;
}
@media (max-width: 767px) {
  .mv-top .slide {
    height: 60vh;
  }
}
.mv-top .slide-01 {
  display: block;
  width: 100%;
  position: relative;
  background: url(../images/top/mv.jpg) center center no-repeat;
  background-size: cover;
}
.mv-top .slide-01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-132deg, rgba(125, 139, 244, 0.35) 0%, rgba(173, 234, 118, 0.35) 100%), #fff;
  opacity: 0.7;
}
.mv-top .slide-01 h1 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  z-index: 5;
  max-width: 639px;
}
@media (max-width: 767px) {
  .mv-top .slide-01 h1 {
    width: 90%;
  }
}
.mv-top .slide-02 {
  background: #ccc;
}
.mv-subpage {
  position: relative;
  width: 100%;
  height: 75vh;
  max-height: 640px;
}
@media (max-width: 767px) {
  .mv-subpage {
    height: 60vh;
  }
}
.mv-subpage::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-132deg, rgba(125, 139, 244, 0.35) 0%, rgba(173, 234, 118, 0.35) 100%), #fff;
  opacity: 0.7;
}
.mv-subpage::before {
  content: "";
  position: absolute;
  display: block;
  top: 66%;
  left: 42%;
  transform: translate(-50%, -50%);
  width: 305px;
  height: 246px;
  background: url(../images/common/mv-txt-bg.png) center center no-repeat;
  background-size: cover;
  z-index: 4;
}
@media (max-width: 767px) {
  .mv-subpage::before {
    width: 205px;
    height: 146px;
  }
}
#about .mv-subpage {
  background: url(../images/common/mv-about.jpg) center center no-repeat;
  background-size: cover;
}
#access .mv-subpage {
  background: url(../images/common/mv-access.jpg) center center no-repeat;
  background-size: cover;
}
#service .mv-subpage {
  background: url(../images/common/mv-service.jpg) center center no-repeat;
  background-size: cover;
}
#contact .mv-subpage {
  background: url(../images/common/mv-contact.jpg) center center no-repeat;
  background-size: cover;
}
#sitemap .mv-subpage {
  background: url(../images/common/mv-sitemap.jpg) center center no-repeat;
  background-size: cover;
}
#privacy .mv-subpage {
  background: url(../images/common/mv-privacy.jpg) center center no-repeat;
  background-size: cover;
}
.mv-subpage h1 {
  position: absolute;
  top: 63%;
  left: 33%;
  transform: translate(0, -50%);
  font-size: 36px;
  text-align: center;
  line-height: 1.5em;
  z-index: 5;
}
@media (max-width: 639px) {
  .mv-subpage h1 {
    width: 100%;
    font-size: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.js-fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s, transform 0.8s;
}
.js-fadeIn.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.profile-greeting {
  background: linear-gradient(-132deg, #7d8bf4 0%, #adea76 100%);
  border-radius: 9999px;
  padding: 22px;
  align-items: center;
}
@media (max-width: 639px) {
  .profile-greeting {
    flex-flow: row wrap;
    padding-bottom: 15vh;
  }
}
.profile-greeting-txt {
  margin: 0 0 0 28px;
  width: 53%;
}
@media (max-width: 639px) {
  .profile-greeting-txt {
    width: 100%;
    margin: 0;
  }
}
.profile-greeting p {
  color: #fff;
  text-align: justify;
  letter-spacing: 0.05em;
}
.profile-greeting p.txt-md {
  margin-top: 2em;
}
@media (max-width: 639px) {
  .profile-greeting p.txt-md {
    letter-spacing: 0.025em;
  }
}
.profile-greeting figure {
  border-radius: 50%;
  overflow: hidden;
  max-width: 420px;
}
.profile-biography {
  justify-content: center;
  align-items: center;
  margin: -50px 0 0;
}
@media (max-width: 639px) {
  .profile-biography {
    flex-flow: row wrap;
  }
}
.profile-biography-ttl {
  width: 300px;
  height: 300px;
  color: #fff;
  background: #adea76;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  border-radius: 50%;
  margin: 0 60px 0 0;
}
@media (max-width: 639px) {
  .profile-biography-ttl {
    width: 200px;
    height: 200px;
    margin: 0;
  }
}
.profile-biography-txt {
  position: relative;
  margin: 30px 0 0 0;
  padding: 0 0 0 30px;
}
@media (max-width: 639px) {
  .profile-biography-txt {
    margin: 20px 0 0 0;
  }
}
.profile-biography-txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 4px;
  height: 95%;
  margin-right: 10px;
  background: #7d8bf4;
}

.contact-area {
  margin: 0 60px;
  align-items: center;
}
@media (max-width: 639px) {
  .contact-area {
    margin: 0 15px;
    flex-flow: row wrap;
  }
}
.contact-area > * {
  width: 50%;
}
@media (max-width: 639px) {
  .contact-area > * {
    width: 100%;
  }
}
.contact-area-tel img {
  width: 100%;
  max-width: 375px;
}
.contact-area-tel a {
  display: block;
  max-width: 375px;
  pointer-events: none;
}
.contact-area-tel a img {
  width: 100%;
  max-width: 375px;
}
@media (max-width: 639px) {
  .contact-area-tel a {
    pointer-events: all;
    margin: 0 10px 25px;
  }
}

#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all, 0.5s;
}
#header.is-fixed {
  background: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
#header .header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 10px;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  #header .header-inner {
    padding: 5px 10px;
    background: #fff;
  }
}
#header .header-menu {
  flex-flow: column-reverse wrap;
  align-items: flex-end;
  width: calc(100% - 335px);
}
@media (max-width: 767px) {
  #header .header-menu {
    flex-flow: row wrap;
    position: fixed;
    width: 100%;
    top: 85px;
    height: auto;
    right: -100%;
    transition: all 0.5s;
    background: #fff;
    padding: 0 10px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  }
  #header .header-menu.open {
    right: 0;
  }
}
#header .header-logo {
  width: 310px;
}
@media (max-width: 639px) {
  #header .header-logo {
    width: 60%;
  }
}
#header .header-logo a {
  display: block;
  width: 100%;
}
#header .header-logo a:hover {
  opacity: 0.5;
}
@media (max-width: 639px) {
  #header .header-logo a {
    width: 100%;
    margin-top: 25px;
  }
}
#header .header-logo img {
  display: block;
  width: 100%;
}
#header .header-tel {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  #header .header-tel {
    display: block;
  }
}
#header .header-tel a {
  display: block;
  width: 100%;
  max-width: 416px;
  margin: 0 0 0 20px;
}
@media (max-width: 767px) {
  #header .header-tel a {
    padding: 0 0 10px;
    margin: 0 auto;
  }
}
#header .header-tel p {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #header .header-tel p {
    font-size: 14px;
    position: fixed;
    top: 5px;
    left: 10px;
  }
}
#header .header-nav {
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #header .header-nav {
    flex-flow: row wrap;
    width: 100%;
    margin-top: 0;
    padding: 0 0 10px;
  }
}
#header .header-nav li {
  width: auto;
  text-align: left;
}
@media (max-width: 767px) {
  #header .header-nav li {
    width: 100%;
    margin-top: 15px;
    height: 100%;
  }
}
#header .header-nav li a {
  display: block;
  color: #333;
  transition: 0.5s;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
}
@media (max-width: 767px) {
  #header .header-nav li a {
    font-size: 16px;
  }
}
#header .header-nav li a:hover {
  opacity: 0.5;
}
#header .header-nav li a::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #adea76;
  margin-top: 7px;
  visibility: hidden;
}
#header .header-nav li a.active::after {
  visibility: visible;
}

.spmenu {
  display: none;
}
@media (max-width: 767px) {
  .spmenu {
    display: block;
  }
}
.spmenu .openbtn {
  position: relative;
  background: #7d8bf4;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
.spmenu .openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  height: 2px;
  transform: translateX(-50%);
  background: #fff;
  width: 45%;
  border-radius: 1px;
}
.spmenu .openbtn span:nth-of-type(1) {
  top: 15px;
}
.spmenu .openbtn span:nth-of-type(2) {
  top: 23px;
}
.spmenu .openbtn span:nth-of-type(3) {
  top: 31px;
}
.spmenu .openbtn.active span:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center;
}
.spmenu .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.spmenu .openbtn.active span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}

#footer {
  position: relative;
  margin: 60px 0 0;
  padding: 30px 0;
  background: linear-gradient(-132deg, rgba(125, 139, 244, 0.35) 0%, rgba(173, 234, 118, 0.35) 100%), #fff;
}
@media (max-width: 639px) {
  #footer {
    padding: 30px 20px;
  }
}
#footer .footer-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  flex-flow: row wrap;
  justify-content: space-between;
}
#footer .footer-info {
  width: 50%;
}
@media (max-width: 639px) {
  #footer .footer-info {
    width: 100%;
    margin-bottom: 20px;
  }
}
#footer .footer-info p {
  margin: 0.5em 0 0;
}
#footer .footer-logo {
  width: 100%;
  max-width: 496px;
  margin: 40px 0 25px;
}
@media (max-width: 639px) {
  #footer .footer-logo {
    margin: 0 0 10px;
    width: 90%;
  }
}
#footer .footer-logo img {
  display: block;
  width: 100%;
  text-align: left;
}
#footer .footer-nav {
  width: 40%;
}
@media (max-width: 639px) {
  #footer .footer-nav {
    width: 100%;
  }
}
#footer .footer-nav.end {
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 639px) {
  #footer .footer-nav.end {
    position: static;
  }
}
#footer .footer-nav li {
  margin-bottom: 10px;
}
#footer .footer-nav li a {
  display: inline-block;
  font-size: 16px;
  color: #333;
}
@media (max-width: 979px) {
  #footer .footer-nav li a {
    font-size: 16px;
  }
}
#footer .footer-nav li a:hover {
  opacity: 0.5;
}
#footer .footer-nav li a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 12px;
  margin-right: 10px;
  background: #adea76;
}
#footer .footer-nav li:nth-child(even) a::before {
  background: #7d8bf4;
}
#footer .footer-nav-sub li a {
  padding: 0 0 0 30px;
}
#footer .footer-nav-sub li a::before {
  display: none;
}
#footer .footer-copyright {
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-top: 40px;
}
@media (max-width: 639px) {
  #footer .footer-copyright {
    margin-top: 20px;
  }
}

#pagetop {
  left: 50%;
  bottom: 10px;
  position: fixed;
  width: 100%;
  max-width: 1100px;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 99;
}
#pagetop.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#pagetop.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#pagetop a {
  display: block;
  width: 45px;
  height: 45px;
  background: #7d8bf4;
  text-align: center;
  line-height: 45px;
  margin: 0 0 0 auto;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
}
@media (max-width: 639px) {
  #pagetop a {
    margin: 0 10px 0 auto;
  }
}

.btn {
  margin-top: 35px;
}
@media (max-width: 639px) {
  .btn {
    margin-top: 25px;
  }
}
.btn.gradient {
  max-width: 530px;
  border-radius: 999px;
  padding: 4px;
  background: linear-gradient(-132deg, #7d8bf4 0%, #adea76 100%);
  margin-top: 0;
}
.btn.gradient a {
  display: block;
  line-height: 1em;
  text-align: center;
  margin: 0 auto;
  position: relative;
  font-size: 30px;
  color: #333;
  border: none;
  font-weight: 500;
  padding: 35px 0;
  background: #fff;
  width: 100%;
  max-width: 530px;
  border-radius: 999px;
}
@media (max-width: 639px) {
  .btn.gradient a {
    font-size: 20px;
    padding: 25px 0;
  }
}
.btn.gradient a:hover {
  background: transparent;
}
.btn.mail a::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 28px;
  background: url(../images/common/icon-mail.png) center center no-repeat;
  background-size: contain;
  margin-right: 18px;
}
@media (max-width: 639px) {
  .btn.mail a::before {
    width: 19px;
    height: 14px;
    margin-right: 9px;
  }
}

h2 {
  font-size: 30px;
  line-height: 1.75em;
  text-align: center;
  margin-bottom: 42px;
  padding-bottom: 20px;
}
@media (max-width: 979px) {
  h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
}

h3 {
  font-size: 30px;
  text-align: center;
  display: block;
  line-height: 1.75em;
  color: #333;
  margin: 40px 0 30px;
  letter-spacing: 0.01em;
}
@media (max-width: 639px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 24px;
  text-align: left;
  display: block;
  line-height: 1.75em;
  color: #333;
  margin: 35px 0 15px;
  letter-spacing: 0.01em;
  font-weight: 500;
}
@media (max-width: 639px) {
  h4 {
    font-size: 18px;
  }
}

.line {
  position: relative;
  text-align: center;
  display: block;
}
.line span {
  text-align: left;
  display: inline-block;
}
.line::before, .line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  height: 4px;
}
.line::before {
  width: 300px;
  background: linear-gradient(-132deg, rgba(125, 139, 244, 0.8) 0%, rgba(125, 139, 244, 0.8) 48%, rgba(173, 234, 118, 0.8) 52%, rgba(173, 234, 118, 0.8) 100%);
  transform: translateX(-50%);
}

.line-left {
  text-align: left;
  padding: 0 0 0 18px;
  position: relative;
}
.line-left::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 26px;
  margin-right: 8px;
  background: #adea76;
}
@media (max-width: 639px) {
  .line-left::before {
    top: 0.3em;
  }
}
.line-left.blue::before {
  background: #7d8bf4;
}

#access .access .txt-xl {
  text-indent: -15px;
  padding-left: 15px;
  margin-bottom: 45px;
}
#access .access .txt-xl::before {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  width: 10px;
  height: 26px;
  margin-right: 5px;
  background: #adea76;
}
#access .access-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 78.5%;
}
#access .access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#contact .red {
  color: #ec4444;
  display: block;
}
#contact .txt-md,
#contact .txt-lg {
  margin: 1.5em 20px 0;
}
#contact .txt-md strong,
#contact .txt-lg strong {
  font-weight: 700;
}
#contact .form {
  margin: 0 20px;
}
#contact .form-item {
  align-items: center;
  flex-flow: row wrap;
  margin-top: 35px;
}
@media (max-width: 639px) {
  #contact .form-item {
    margin-top: 20px;
  }
}
#contact .form-label {
  width: 29%;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 4% 0 0;
}
@media (max-width: 639px) {
  #contact .form-label {
    justify-content: flex-start;
    width: 100%;
    font-size: 16px;
    margin: 0 0 2% 0;
  }
}
#contact .form .badge {
  font-size: 14px;
  color: #fff;
  background: #ec4444;
  padding: 5px 14px;
  border-radius: 4px;
}
@media (max-width: 639px) {
  #contact .form .badge {
    font-size: 13px;
    padding: 2px 10px;
    margin: 0 0 0 4%;
  }
}
#contact .form-input {
  width: 31%;
  height: 40px;
}
#contact .form-input.postal-code {
  width: 20%;
}
#contact .form-input.address, #contact .form-input.textarea {
  width: 67%;
}
#contact .form-input.textarea {
  height: 344px;
}
@media (max-width: 639px) {
  #contact .form-input {
    width: 80%;
  }
  #contact .form-input.postal-code {
    width: 50%;
  }
  #contact .form-input.address, #contact .form-input.textarea {
    width: 100%;
  }
}
#contact .form-input input,
#contact .form-input textarea {
  width: 100%;
  height: 100%;
  border: 1px solid #333;
}
#contact .attention {
  margin: 0 0 15px;
  position: relative;
}
#contact .attention::before, #contact .attention::after {
  content: "";
  position: relative;
  display: inline-block;
  background: #333;
  width: 2px;
  height: 1.2em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
  transform-origin: center center;
}
@media (max-width: 639px) {
  #contact .attention::before, #contact .attention::after {
    position: absolute;
    height: 2.5em;
    bottom: 0;
  }
}
#contact .attention::before {
  transform: rotate(-45deg);
}
@media (max-width: 639px) {
  #contact .attention::before {
    transform: rotate(-35deg);
    left: 1em;
  }
}
#contact .attention::after {
  transform: rotate(45deg);
}
@media (max-width: 639px) {
  #contact .attention::after {
    transform: rotate(35deg);
    right: 1em;
  }
}
#contact .btn {
  position: relative;
  max-width: 818px;
  margin: 0 auto;
}
#contact .btn a {
  max-width: 818px;
  font-size: 48px;
  padding: 83px 0 44px;
}
@media (max-width: 639px) {
  #contact .btn a {
    font-size: 24px;
    padding: 60px 0 24px;
  }
}
#contact .btn .notice {
  position: absolute;
  width: 100%;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  color: #333;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 639px) {
  #contact .btn .notice {
    font-size: 20px;
    top: 25px;
  }
}
#contact .btn.mail {
  margin-top: 35px;
}
#contact .btn.mail a::before {
  width: 52px;
  height: 38px;
  margin-right: 20px;
}
@media (max-width: 639px) {
  #contact .btn.mail a::before {
    width: 32px;
    height: 18px;
    margin-right: 9px;
  }
}
#contact .btn.submit {
  margin-top: 40px;
}
#contact .btn.submit button {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 48px;
  display: block;
  line-height: 1em;
  text-align: center;
  margin: 0 auto;
  position: relative;
  color: #333;
  border: none;
  font-weight: 500;
  padding: 35px 0;
  background: #fff;
  width: 100%;
  border-radius: 999px;
  max-width: 818px;
  padding: 83px 0 44px;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 639px) {
  #contact .btn.submit button {
    font-size: 24px;
    padding: 60px 0 24px;
  }
}
#contact .btn.submit button:hover {
  background: transparent;
}
#contact .btn.submit button::before {
  content: "";
  display: inline-block;
  width: 52px;
  height: 43px;
  background: url(../images/common/icon-submit.png) center center no-repeat;
  background-size: contain;
  margin-right: 18px;
}
@media (max-width: 639px) {
  #contact .btn.submit button::before {
    width: 32px;
    height: 23px;
    margin-right: 9px;
  }
}
#contact .btn.tel img {
  width: 90%;
  max-width: 550px;
  margin: 0 auto;
}
#contact .btn.tel .notice {
  top: 25px;
}
#contact .btn.tel span {
  margin: 0 5px;
}

#privacy .txt-md {
  margin-top: 2em;
  letter-spacing: 0.1em;
}

#service .service-menu ul {
  justify-content: space-between;
  flex-flow: row wrap;
}
#service .service-menu li {
  width: calc((100% - 104px) / 6);
  height: 120px;
}
@media (max-width: 767px) {
  #service .service-menu li {
    width: calc((100% - 30px) / 2);
  }
}
#service .service-menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  letter-spacing: -0.13em;
  background: url(../images/service/bg-menu.png) center center no-repeat;
  background-size: contain;
  color: #333;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
}
#service .service-menu li a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  #service .service-menu li a {
    font-size: 18px;
  }
}
#service .service-list-outline {
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: 30px;
}
@media (max-width: 639px) {
  #service .service-list-outline {
    margin-top: 0;
  }
}
#service .service-list-outline li {
  position: relative;
  width: calc((100% - 76px) / 3);
  margin-top: 30px;
  border: 4px solid #ff5945;
  border-radius: 46px;
  padding: 22px 20px;
  min-height: 790px;
}
#service .service-list-outline li .outline-txt01,
#service .service-list-outline li .outline-txt02 {
  font-size: 22px;
  font-weight: 500;
}
#service .service-list-outline li .outline-txt01 {
  background: #ff5945;
  color: #fff;
  padding: 35px 0;
  border-radius: 46px;
}
@media (max-width: 639px) {
  #service .service-list-outline li .outline-txt01 {
    padding: 25px 0;
  }
}
#service .service-list-outline li .outline-txt02 {
  position: relative;
  padding: 60px 0 42px;
}
@media (max-width: 639px) {
  #service .service-list-outline li .outline-txt02 {
    padding: 40px 0 22px;
  }
}
#service .service-list-outline li .outline-txt02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: #ff5945;
}
#service .service-list-outline li.outline02 {
  border-color: #f39800;
}
#service .service-list-outline li.outline02 .outline-txt01 {
  background: #f39800;
}
#service .service-list-outline li.outline02 .outline-txt02::after {
  background: #f39800;
}
#service .service-list-outline li.outline03 {
  border-color: #fbd33e;
}
#service .service-list-outline li.outline03 .outline-txt01 {
  background: #fbd33e;
}
#service .service-list-outline li.outline03 .outline-txt02::after {
  background: #fbd33e;
}
#service .service-list-outline li.outline04 {
  border-color: #aef76c;
}
#service .service-list-outline li.outline04 .outline-txt01 {
  background: #aef76c;
}
#service .service-list-outline li.outline04 .outline-txt02::after {
  background: #aef76c;
}
#service .service-list-outline li.outline05 {
  border-color: #60aae4;
}
#service .service-list-outline li.outline05 .outline-txt01 {
  background: #60aae4;
}
#service .service-list-outline li.outline05 .outline-txt02::after {
  background: #60aae4;
}
#service .service-list-outline li.outline06 {
  border-color: #b16cf7;
}
#service .service-list-outline li.outline06 .outline-txt01 {
  background: #b16cf7;
}
#service .service-list-outline li.outline06 .outline-txt02::after {
  background: #b16cf7;
}
#service .service-list-outline li.outline05 .outline-txt02, #service .service-list-outline li.outline06 .outline-txt02 {
  padding: 42px 0 22px;
}
@media (max-width: 639px) {
  #service .service-list-outline li.outline05 .outline-txt02, #service .service-list-outline li.outline06 .outline-txt02 {
    padding: 32px 0 22px;
  }
}
@media (max-width: 979px) {
  #service .service-list-outline li {
    width: calc((100% - 30px) / 2);
    min-height: 700px;
  }
}
@media (max-width: 639px) {
  #service .service-list-outline li {
    width: 100%;
    min-height: auto;
  }
}
#service .service-list-outline li .txt-md {
  margin: 2.5em 0 0;
  letter-spacing: 0.08em;
}
@media (max-width: 639px) {
  #service .service-list-outline li .txt-md {
    margin-top: 1.5em;
  }
}
#service .service-list .img01 {
  width: 80%;
  margin: 35px auto 0;
}
@media (max-width: 767px) {
  #service .service-list .img01 {
    width: 100%;
  }
}
#service .txt-md,
#service .txt-lg {
  margin: 1.5em 20px 0;
}
#service .txt-md strong,
#service .txt-lg strong {
  font-weight: 700;
}
#service h4 {
  margin: 35px 20px 15px;
}
#service .fukushi ul {
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: 15px;
}
#service .fukushi li {
  position: relative;
  width: calc((100% - 138px) / 4);
  margin-top: 20px;
}
#service .fukushi li > div {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
}
#service .fukushi li .point01 {
  background: linear-gradient(-132deg, #f39800 0%, #fc8a45 51%, #ff4945 100%);
}
#service .fukushi li .point01 + p img {
  height: 74px;
}
#service .fukushi li .point02 {
  background: linear-gradient(-132deg, #fbd33e 0%, #f39800 100%);
}
#service .fukushi li .point02 + p img {
  height: 72px;
}
#service .fukushi li .point03 {
  background: linear-gradient(-132deg, #aef76c 0%, #fbd33e 100%);
}
#service .fukushi li .point03 + p img {
  height: 70px;
}
#service .fukushi li .point04 {
  background: linear-gradient(-132deg, #b16cf7 0%, #60aae4 50%, #aef76c 100%);
}
#service .fukushi li .point04 + p img {
  height: 48px;
  margin-bottom: 25px;
}
@media (max-width: 979px) {
  #service .fukushi li {
    width: calc((100% - 100px) / 4);
  }
}
@media (max-width: 639px) {
  #service .fukushi li {
    width: calc((100% - 20px) / 2);
  }
}
#service .fukushi li p {
  display: block;
  font-size: 22px;
  line-height: 1.5em;
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  width: 100%;
  font-weight: 500;
}
#service .fukushi li p img {
  display: block;
  width: auto;
  margin: 0 auto 10px;
}
@media (max-width: 979px) {
  #service .fukushi li p {
    font-size: 14px;
  }
}
#service .kaigyousien figure {
  margin: 35px auto 0;
}
#service .kaigyousien .img01 {
  width: 73%;
  max-width: 746px;
}
@media (max-width: 767px) {
  #service .kaigyousien .img01 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #service .kaigyousien .img02 {
    overflow-x: scroll;
  }
  #service .kaigyousien .img02 img {
    max-width: 1069px;
  }
}

#sitemap .inner {
  position: relative;
}
#sitemap .sitemap-nav {
  width: 100%;
}
#sitemap .sitemap-nav.end {
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
}
@media (max-width: 639px) {
  #sitemap .sitemap-nav.end {
    position: static;
  }
}
#sitemap .sitemap-nav li a {
  font-size: 28px;
  color: #333;
  display: inline-block;
}
@media (max-width: 979px) {
  #sitemap .sitemap-nav li a {
    font-size: 20px;
  }
}
#sitemap .sitemap-nav li a:hover {
  opacity: 0.5;
}
#sitemap .sitemap-nav li a::before {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  width: 10px;
  height: 26px;
  margin-right: 5px;
  background: #adea76;
}
#sitemap .sitemap-nav li:nth-child(even) a::before {
  background: #7d8bf4;
}
#sitemap .sitemap-nav-sub li a {
  padding: 0 0 0 40px;
}
#sitemap .sitemap-nav-sub li a::before {
  display: none;
}

#top .concept ul {
  justify-content: space-between;
  flex-flow: row wrap;
}
#top .concept li {
  position: relative;
  width: calc((100% - 138px) / 4);
  margin-top: 20px;
}
#top .concept li > div {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
}
#top .concept li .point01 {
  background: linear-gradient(-132deg, #f39800 0%, #fc8a45 51%, #ff4945 100%);
}
#top .concept li .point02 {
  background: linear-gradient(-132deg, #fbd33e 0%, #f39800 100%);
}
#top .concept li .point03 {
  background: linear-gradient(-132deg, #aef76c 0%, #fbd33e 100%);
}
#top .concept li .point04 {
  background: linear-gradient(-132deg, #b16cf7 0%, #60aae4 50%, #aef76c 100%);
}
@media (max-width: 979px) {
  #top .concept li {
    width: calc((100% - 100px) / 4);
  }
}
@media (max-width: 639px) {
  #top .concept li {
    width: calc((100% - 20px) / 2);
  }
}
#top .concept li p {
  display: block;
  font-size: 22px;
  line-height: 1.5em;
  position: absolute;
  letter-spacing: 0.025em;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  width: 100%;
}
@media (max-width: 979px) {
  #top .concept li p {
    font-size: 14px;
  }
}
#top .concept li p img {
  display: block;
  width: 100px;
  margin: 0 auto 10px;
}
#top .concept li .point01 + p img,
#top .concept li .point02 + p img {
  margin-bottom: 25px;
}

.txt {
  font-size: 16px;
  text-align: justify;
}
@media (max-width: 979px) {
  .txt {
    font-size: 14px;
  }
}
.txt-md {
  font-size: 18px;
}
@media (max-width: 979px) {
  .txt-md {
    font-size: 16px;
  }
}
.txt-lg {
  font-size: 24px;
}
@media (max-width: 979px) {
  .txt-lg {
    font-size: 20px;
  }
}
.txt-xl {
  font-size: 30px;
}
@media (max-width: 979px) {
  .txt-xl {
    font-size: 22px;
  }
}/*# sourceMappingURL=style.css.map */