@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@400;500;600;700;900&family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap");
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:hover img {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

img {
  max-width: 100%;
}

.sp-only {
  display: none;
}

.tab-only {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .tab-only {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
.c-header__logo {
  position: fixed;
  top: 23px;
  left: 25px;
  width: 124px;
}

@media only screen and (max-width: 767px) {
  .c-header__logo {
    display: none;
  }
}

.c-header .insta {
  width: 24px;
  overflow: hidden;
  position: fixed;
  top: 43px;
  right: 96px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .c-header .insta {
    top: 28px;
    right: 72px;
    position: absolute;
  }
}

.c-header .c-iconmenu {
  position: fixed;
  top: 26px;
  right: 24px;
}

@media only screen and (max-width: 767px) {
  .c-header .c-iconmenu {
    top: 16px;
    right: 16px;
  }
}

/* icon menu
------------------------------------------------------------*/
.c-iconmenu {
  display: block;
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #FFC400;
  z-index: 101;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .c-iconmenu {
    width: 48px;
    height: 48px;
  }
}

.c-iconmenu span {
  width: 22px;
  height: 2px;
  background: #FFC400;
  position: absolute;
  left: 16px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .c-iconmenu span {
    left: 12px;
  }
}

.c-iconmenu span:nth-child(1) {
  top: 23px;
}

@media only screen and (max-width: 767px) {
  .c-iconmenu span:nth-child(1) {
    top: 18px;
  }
}

.c-iconmenu span:nth-child(2) {
  top: 31px;
}

@media only screen and (max-width: 767px) {
  .c-iconmenu span:nth-child(2) {
    top: 26px;
  }
}

.c-iconmenu.is-active span:nth-child(1) {
  -webkit-transform: translate3d(0, 4px, 0) rotate(-45deg);
  transform: translate3d(0, 4px, 0) rotate(-45deg);
}

.c-iconmenu.is-active span:nth-child(2) {
  -webkit-transform: translate3d(0, -4px, 0) rotate(45deg);
  transform: translate3d(0, -4px, 0) rotate(45deg);
}

.c-menu {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  background: #FAFAFA;
  z-index: 100;
  text-align: center;
  padding: 124px 0 40px;
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}

.c-menu::-webkit-scrollbar {
  display: none;
}

.c-menu.is-open {
  opacity: 1;
  visibility: visible;
}

.c-menu .logo {
  box-sizing: border-box;
  display: inline-block;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

.c-menu nav {
  max-width: 234px;
  margin: 0 auto;
  text-align: left;
  margin: 62px auto 0;
}

.c-menu nav ul li {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.34;
  position: relative;
  padding-left: 31px;
  letter-spacing: -0.04em;
  margin: 39px 0 0;
}

.c-menu nav ul li::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #FFC400;
  position: absolute;
  top: 20px;
  left: 0;
}

.c-menu nav ul li a {
  display: block;
  box-sizing: border-box;
}

.c-menu nav ul li .sub-menu li {
  padding-left: 0;
  font-size: 2.1rem;
  margin: 20px 0 0;
}

@media only screen and (max-width: 767px) {
  .c-menu nav ul li .sub-menu li {
    font-size: 1.8rem;
    margin-top: 15px;
  }
}

.c-menu nav ul li .sub-menu li::before {
  content: none;
}

.c-menu .c-cominfo {
  text-align: center;
  margin-top: 88px;
}

.c-menu .c-cominfo__detail {
  font-size: 1.4rem;
  line-height: 2;
  margin: 12px 0 26px;
}

@media screen and (max-width: 1280px) and (max-height: 800px) {
  .c-menu {
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .c-menu nav {
    margin: 20px auto 0;
  }
  .c-menu nav ul li {
    margin: 20px 0 0;
  }
  .c-menu .c-cominfo {
    margin-top: 30px;
  }
  .c-menu .c-cominfo__detail {
    margin: 12px 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-menu {
    display: block;
    padding: 74px 0 40px;
  }
  .c-menu .logo {
    width: 168px;
    -webkit-transform: none;
    transform: none;
  }
  .c-menu nav {
    margin: 54px auto 0;
    max-width: 209px;
  }
  .c-menu nav ul li {
    font-size: 2.6rem;
    line-height: 1.35;
    margin: 34px 0 0;
  }
  .c-menu nav ul li::before {
    top: 17px;
    left: 1px;
  }
  .c-menu .c-cominfo {
    max-width: 275px;
    margin: 72px auto 0;
  }
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  padding: 56px 20px 11px;
  text-align: center;
  background: #fff;
}

.c-footer .copy {
  font-size: 1rem;
  color: #B3B3B3;
  margin-top: 14px;
}

@media only screen and (max-width: 767px) {
  .c-footer .c-cominfo {
    max-width: 294px;
    margin: 0 auto;
  }
}

.c-cominfo__ttl {
  text-align: center;
}

.c-cominfo__ttl .logo {
  display: inline-block;
}

.c-cominfo__ttl .ttl {
  font-size: 2.2rem;
  margin: 9px 0 0;
}

.c-cominfo__ttl p {
  font-size: 1rem;
  line-height: 1.5;
}

.c-cominfo__detail {
  font-size: 1.5rem;
  line-height: 1.87;
  margin: 24px 0 0;
}

@media only screen and (max-width: 767px) {
  .c-cominfo__detail {
    text-align: left;
  }
}

.c-cominfo__detail .addr .link-map {
  display: inline-block;
  position: relative;
  background: #FFC400;
  font-size: 1.3rem;
  line-height: 20px;
  padding: 0 5px;
  margin-left: 9px;
}

@media only screen and (max-width: 767px) {
  .c-cominfo__detail .addr .link-map {
    margin-left: 0;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

.c-cominfo .sns {
  display: inline-block;
  margin: 10px auto 0;
}

/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/* Breadcrumb
------------------------------------------------------------*/
/* layout
------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  letter-spacing: -0.02em;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

body.is-hidden {
  overflow: hidden;
}

body::-webkit-scrollbar {
  display: none;
}

.l-container {
  max-width: 704px;
  margin: 0 auto;
}

.l-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .l-wrapper {
    display: block;
  }
}

.l-wrapper__side {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .l-wrapper__side {
    width: 100%;
  }
}

.l-wrapper__content {
  width: 50%;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .l-wrapper__content {
    width: 100%;
  }
}

.l-content {
  padding: 0 56px;
}

@media only screen and (max-width: 1024px) {
  .l-content {
    padding: 0 24px;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
  width: 100%;
  max-width: 343px;
  height: 56px;
  margin: 20px auto 0;
}

@media only screen and (max-width: 767px) {
  .c-btn1 {
    max-width: 328px;
  }
}

.c-btn1 a {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFC400;
  color: #333;
  border: 2px solid #fff;
  border-radius: 32px;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 500;
  cursor: pointer;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  letter-spacing: -0.02em;
}

@media screen and (min-width: 767px) {
  .c-btn1 a:hover {
    background: #fff;
  }
}

.c-btn1--style2 {
  max-width: 328px;
}

.c-btn1--style2 a {
  border: 1px solid #FFC400;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .c-btn1--style2 a {
    font-size: 1.6rem;
  }
}

.c-btn1--style2 a svg {
  margin-left: 6px;
}

.c-btn1--style2.white a {
  background: #fff;
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-ttl1 .en {
  display: block;
  font-size: 7.8rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  line-height: 1;
  color: #FFC400;
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 1024px) {
  .c-ttl1 .en {
    font-size: 6.5rem;
  }
}

@media only screen and (max-width: 375px) {
  .c-ttl1 .en {
    font-size: calc((100vw / 375) * 65);
  }
}

.c-ttl1 .ja {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #999;
}

.c-ttl2 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 767px) {
  .c-ttl2 {
    font-size: 3.7rem;
  }
}

.c-ttl3 {
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.c-box-ttl {
  display: -webkit-box;
  display: flex;
}

.c-box-ttl .thumb {
  width: 85px;
  flex-shrink: 0;
}

.c-box-ttl .info {
  font-weight: 500;
  padding: 9px 0 0 8px;
}

.c-box-ttl .info .ttl {
  font-size: 1.6rem;
}

.c-box-ttl .info .name {
  font-size: 1.8rem;
  margin: 4px 0 0;
  letter-spacing: 0.04em;
}

.c-ttl-point {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  padding: 0 0 0 15px;
}

.c-ttl-point::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FFC400;
  position: absolute;
  top: 11px;
  left: 0;
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-form1 {
  background-color: #ffffff;
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .c-form1 {
    padding-bottom: 44px;
  }
}

.c-form1__inner {
  padding: 27px 32px 20px;
  color: #333;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner {
    padding: 26px 16px 21px;
  }
}

.c-form1__inner dl {
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #F2F2F2;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dl {
    display: block;
  }
}

.c-form1__inner dl:last-child dt {
  -webkit-box-align: start;
  align-items: flex-start;
  padding-top: 25px;
}

.c-form1__inner dl:last-child dd {
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dl:last-child dd {
    padding-left: 0;
  }
}

.c-form1__inner dt {
  width: 23.5%;
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dt {
    width: 100%;
    padding: 36px 0 0;
  }
}

.c-form1__inner dt.pad1 {
  padding-top: 14px;
  -webkit-box-align: start;
  align-items: flex-start;
}

.c-form1__inner dt.pad2 {
  padding-top: 24px;
  -webkit-box-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dt.pad3 {
    padding-top: 24px;
    padding-bottom: 12px;
  }
}

.c-form1__inner dd {
  width: 76.5%;
  padding: 18px 0;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 24px 0px 24px 23px;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dd {
    width: 100%;
    padding: 10px 0px 24px;
  }
}

.c-form1__inner dd.pad1 {
  padding: 15px 0px 12px;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dd.pad1 {
    padding: 12px 0px 22px;
  }
}

.c-form1__inner dd.pad2 {
  padding-bottom: 17px;
}

.c-form1__inner dd .list1 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dd .list1 {
    display: block;
  }
}

.c-form1__inner dd .list1 input + input {
  margin-left: 8px;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dd .list1 input + input {
    margin: 8px 0 0;
  }
}

.c-form1__inner dd input[type="text"], .c-form1__inner dd input[type="number"], .c-form1__inner dd input[type="email"], .c-form1__inner dd input[type="tel"] {
  display: block;
  width: 100%;
  height: 48px;
  background: #FAFAFA;
  border: 1px solid #F2F2F2;
  font-size: 1.6rem;
  letter-spacing: -0.02em;
  box-sizing: border-box;
  padding: 0 10px;
  border-radius: 4px;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-form1__inner dd input[type="text"]::-webkit-input-placeholder, .c-form1__inner dd input[type="number"]::-webkit-input-placeholder, .c-form1__inner dd input[type="email"]::-webkit-input-placeholder, .c-form1__inner dd input[type="tel"]::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CCC;
  opacity: 1;
  /* Firefox */
}

.c-form1__inner dd input[type="text"]::-moz-placeholder, .c-form1__inner dd input[type="number"]::-moz-placeholder, .c-form1__inner dd input[type="email"]::-moz-placeholder, .c-form1__inner dd input[type="tel"]::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CCC;
  opacity: 1;
  /* Firefox */
}

.c-form1__inner dd input[type="text"]:-ms-input-placeholder, .c-form1__inner dd input[type="number"]:-ms-input-placeholder, .c-form1__inner dd input[type="email"]:-ms-input-placeholder, .c-form1__inner dd input[type="tel"]:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CCC;
  opacity: 1;
  /* Firefox */
}

.c-form1__inner dd input[type="text"]::-ms-input-placeholder, .c-form1__inner dd input[type="number"]::-ms-input-placeholder, .c-form1__inner dd input[type="email"]::-ms-input-placeholder, .c-form1__inner dd input[type="tel"]::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CCC;
  opacity: 1;
  /* Firefox */
}

.c-form1__inner dd input[type="text"]::placeholder, .c-form1__inner dd input[type="number"]::placeholder, .c-form1__inner dd input[type="email"]::placeholder, .c-form1__inner dd input[type="tel"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CCC;
  opacity: 1;
  /* Firefox */
}

.c-form1__inner dd input[type="text"].style1, .c-form1__inner dd input[type="number"].style1, .c-form1__inner dd input[type="email"].style1, .c-form1__inner dd input[type="tel"].style1 {
  max-width: 229px;
}

.c-form1__inner dd input[type="radio"]:checked, .c-form1__inner dd input[type="radio"]:not(:checked) {
  position: absolute;
  opacity: 0;
}

.c-form1__inner dd input[type="radio"]:checked + label,
.c-form1__inner dd input[type="radio"]:checked + .mwform-radio-field-text, .c-form1__inner dd input[type="radio"]:not(:checked) + label,
.c-form1__inner dd input[type="radio"]:not(:checked) + .mwform-radio-field-text {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
  word-break: break-all;
}

.c-form1__inner dd input[type="radio"]:checked + label:before,
.c-form1__inner dd input[type="radio"]:checked + .mwform-radio-field-text:before, .c-form1__inner dd input[type="radio"]:not(:checked) + label:before,
.c-form1__inner dd input[type="radio"]:not(:checked) + .mwform-radio-field-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 1px solid #F2F2F2;
  border-radius: 100%;
  background: #fff;
  box-sizing: border-box;
}

.c-form1__inner dd input[type="radio"]:checked + label:after,
.c-form1__inner dd input[type="radio"]:checked + .mwform-radio-field-text:after, .c-form1__inner dd input[type="radio"]:not(:checked) + label:after,
.c-form1__inner dd input[type="radio"]:not(:checked) + .mwform-radio-field-text:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #FFC400;
  position: absolute;
  top: 5px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.c-form1__inner dd input[type="radio"]:not(:checked) + label:after,
.c-form1__inner dd input[type="radio"]:not(:checked) + .mwform-radio-field-text:after {
  background-color: transparent;
}

.c-form1__inner dd input[type="checkbox"] {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 0;
}

.c-form1__inner dd input[type="checkbox"] + .cb-field-text,
.c-form1__inner dd input[type="checkbox"] + .mwform-checkbox-field-text {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
  word-break: break-all;
}

.c-form1__inner dd input[type="checkbox"] + .cb-field-text::before,
.c-form1__inner dd input[type="checkbox"] + .mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #F2F2F2;
  background: #FAFAFA;
  border-radius: 4px;
  top: 3px;
  left: -1px;
  box-sizing: border-box;
}

.c-form1__inner dd input[type="checkbox"] + .cb-field-text::after,
.c-form1__inner dd input[type="checkbox"] + .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 13px;
  border: 1px solid #333;
  border-top: none;
  border-left: none;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 3px;
  left: 6px;
}

.c-form1__inner dd input[type="checkbox"]:checked + .cb-field-text:before,
.c-form1__inner dd input[type="checkbox"]:checked + .mwform-checkbox-field-text:before {
  background: #FFC400;
}

.c-form1__inner dd input[type="checkbox"]:checked + .cb-field-text:after,
.c-form1__inner dd input[type="checkbox"]:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}

.c-form1__inner dd select {
  width: 229px;
  height: 48px;
  display: block;
  padding: 0 10px;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  background-color: #FAFAFA;
  background-image: url(../img/common/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  position: relative;
  border: 1px solid #F2F2F2;
  border-radius: 4px;
  cursor: pointer;
}

.c-form1__inner dd select::-ms-expand {
  display: none;
}

.c-form1__inner dd select.is-changed {
  color: #333;
}

.c-form1__inner dd select:required:invalid {
  color: #b3b3b3;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dd select {
    background-position: 96% 52%;
  }
}

.c-form1__inner dd select.select-date {
  font-size: 1.3rem;
  background-image: none;
}

.c-form1__inner dd textarea {
  display: block;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  resize: none;
  width: 100%;
  height: 240px;
  overflow: auto;
  padding: 10px;
  background-color: #FAFAFA;
  border: 1px solid #F2F2F2;
  border-radius: 4px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-form1__inner dd textarea.is-changed {
  background-color: #e8f0fe;
}

.c-form1__inner dd .radio-wrap {
  height: 107px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dd .radio-wrap {
    height: auto;
    align-content: baseline;
  }
}

.c-form1__inner dd .radio-wrap .mwform-radio-field {
  -webkit-box-flex: 1;
  flex: 1 1 33px;
  width: 229px;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dd .radio-wrap .mwform-radio-field {
    -webkit-box-flex: 0;
    flex: none;
    display: block;
    margin-top: 10px;
  }
  .c-form1__inner dd .radio-wrap .mwform-radio-field:first-child {
    -webkit-box-ordinal-group: 2;
    order: 1;
    margin-top: 0;
  }
  .c-form1__inner dd .radio-wrap .mwform-radio-field:nth-child(n+2) {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .c-form1__inner dd .radio-wrap .mwform-radio-field:last-child {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .c-form1__inner dd .radio-wrap .mwform-radio-field .c-select1 {
    margin: 2px 0 3px;
  }
}

.c-form1__inner dd .radio-wrap input[type="text"] {
  font-size: 1.3rem;
}

.c-form1__inner dd .radio-wrap input[type="text"]:disabled {
  opacity: 0.5;
}

.c-form1__inner dd .radio-wrap input[type="text"]::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
}

.c-form1__inner dd .radio-wrap input[type="text"]::-moz-placeholder {
  color: #333333;
  opacity: 1;
}

.c-form1__inner dd .radio-wrap input[type="text"]:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
}

.c-form1__inner dd .radio-wrap input[type="text"]::-ms-input-placeholder {
  color: #333333;
  opacity: 1;
}

.c-form1__inner dd .radio-wrap input[type="text"]::placeholder {
  color: #333333;
  opacity: 1;
}

.c-form1__inner dd .checkbox-wrap {
  display: -webkit-box;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dd .checkbox-wrap {
    margin-top: 8px;
  }
}

.c-form1__inner dd .checkbox-wrap .cb-field,
.c-form1__inner dd .checkbox-wrap .mwform-checkbox-field {
  display: block;
  position: relative;
  width: 29.7%;
  margin-bottom: 1.05rem;
}

@media only screen and (max-width: 767px) {
  .c-form1__inner dd .checkbox-wrap .cb-field,
  .c-form1__inner dd .checkbox-wrap .mwform-checkbox-field {
    width: 50%;
  }
}

.c-form1__ttl {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
}

.c-form1__ttl .ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  display: inline-block;
}

.c-form1__ttl .required {
  font-size: 1.2rem;
  font-weight: 500;
  background: #FFC400;
  color: #fff;
  width: 32px;
  height: 20px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 1px;
  margin-right: 8px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .c-form1__ttl .required {
    margin: 2px 7px 0 0px;
  }
}

.c-form1__ttl .required.non {
  background: #CCC;
}

.c-form1 .c-btnSub {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 32px;
}

@media only screen and (max-width: 767px) {
  .c-form1 .c-btnSub {
    display: block;
  }
}

.c-form1 .c-btnSub button {
  width: 100%;
  max-width: 343px;
  height: 56px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFC400;
  color: #333;
  border: 2px solid #FFC400;
  border-radius: 32px;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 4px;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 767px) {
  .c-form1 .c-btnSub button {
    margin: 8px 0;
    max-width: 328px;
  }
}

.c-form1 .c-btnSub button span {
  display: inline-block;
  position: relative;
  padding-right: 18px;
  line-height: 1;
}

.c-form1 .c-btnSub button span svg {
  width: 15px;
  height: 10px;
  position: absolute;
  top: 5px;
  right: -2px;
}

.c-form1 .c-btnSub button span svg path {
  fill: currentColor;
}

@media screen and (min-width: 767px) {
  .c-form1 .c-btnSub button:hover {
    background: transparent;
  }
}

.c-form1 .c-btnSub button.btn-back span {
  padding: 0 0 0 22px;
}

.c-form1 .c-btnSub button.btn-back span svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: auto;
  left: 0;
  top: 6px;
}

.c-form1--confirm .c-form1__inner dt, .c-form1--confirm .c-form1__inner dd {
  padding: 14px 0 !important;
}

.c-form1--confirm .c-form1__inner dd {
  padding-left: 24px !important;
}

@media only screen and (max-width: 767px) {
  .c-form1--confirm .c-form1__inner dd {
    padding-left: 0 !important;
  }
}

.c-form1--confirm .c-form1__inner dd .list1 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.c-form1--confirm .c-form1__inner dd span {
  display: inline-block;
  margin-right: 8px;
}

.error {
  font-size: 93%;
  color: #b70000;
  display: block;
  width: 100%;
}

/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-text1 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 767px) {
  .c-text1 {
    font-size: 1.8rem;
  }
}

.c-text2 {
  font-size: 1.8rem;
  line-height: 1.88;
}

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-imgtext1__img {
  position: relative;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .c-imgtext1__img {
    margin-bottom: 0;
  }
}

.c-imgtext1__img .label {
  background: #FFC400;
  font-size: 2.4rem;
  font-weight: 700;
  position: absolute;
  left: 0;
  bottom: -28px;
  padding: 7px 46px 7px 23px;
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 767px) {
  .c-imgtext1__img .label {
    position: static;
    display: block;
  }
}

.c-imgtext1__info {
  padding: 32px 56px 56px;
}

@media only screen and (max-width: 1024px) {
  .c-imgtext1__info {
    padding: 32px 24px 47px;
  }
}

.c-imgtext1__info .ttl {
  font-size: 4rem;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 767px) {
  .c-imgtext1__info .ttl {
    font-size: 2.5rem;
    line-height: 1.48;
  }
}

.c-imgtext1__info ul {
  margin: 19px 0 0;
}

@media only screen and (max-width: 767px) {
  .c-imgtext1__info ul {
    margin: 23px 0 0;
  }
}

.c-imgtext1__info ul li {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: -0.03em;
  position: relative;
  padding: 0 0 0 25px;
}

@media only screen and (max-width: 767px) {
  .c-imgtext1__info ul li {
    line-height: 1.56;
    margin-top: 11px;
  }
}

.c-imgtext1__info ul li::before {
  content: "";
  background: url(../img/common/icon-check.svg) no-repeat;
  width: 20px;
  height: 18px;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .c-imgtext1__info ul li::before {
    top: 5px;
  }
}

/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-tbl1 table {
  width: 100%;
  border-collapse: collapse;
}

.c-tbl1 table th, .c-tbl1 table td {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.75;
  vertical-align: top;
  padding: 15px 0 13px 0;
}

@media only screen and (max-width: 767px) {
  .c-tbl1 table th, .c-tbl1 table td {
    padding: 14px 0;
  }
}

.c-tbl1 table th {
  width: 120px;
  padding-left: 47px;
}

@media only screen and (max-width: 767px) {
  .c-tbl1 table th {
    padding-left: 22px;
    width: 95px;
    vertical-align: top;
  }
}

.c-tbl1 table td {
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .c-tbl1 table td {
    padding-left: 14px;
  }
}

.c-tbl1 table tr:nth-child(odd) {
  background: #FAFAFA;
}

/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-mv__inner {
  width: 100%;
  height: 100vh;
  background: #FFC400;
  position: relative;
  overflow: hidden;
}

.c-mv__inner .pos {
  position: absolute;
  top: 17.8%;
  left: 26.4%;
}

.c-mv__inner .pos .title {
  margin: 72px 0 116px 27px;
}

.c-mv__inner .pos .title img {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .c-mv__inner .pos .title img {
    height: 31px;
    width: auto;
  }
}

.c-mv__inner .pos .title p:nth-child(2) {
  margin: 59px 0 0 2px;
}

.c-mv__inner .pos .title p:nth-child(3) {
  margin: 56px 0 0 2px;
}

@media only screen and (max-width: 1024px) {
  .c-mv__inner .pos .title p {
    margin-top: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .c-mv__inner .pos .title p {
    margin-top: 45px !important;
  }
}

.c-mv__inner .pos .link {
  margin: 0 0 0 25px;
}

@media screen and (max-width: 1280px) and (max-height: 800px) {
  .c-mv__inner .pos .logo {
    width: 220px;
  }
  .c-mv__inner .pos .title {
    margin: 36px 0 60px 14px;
    width: 300px;
  }
}

@media only screen and (max-width: 1024px) {
  .c-mv__inner .pos {
    margin-top: 6px;
    width: 100%;
    max-width: 280px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .c-mv__inner .pos .logo {
    width: 100%;
    max-width: 228px;
  }
  .c-mv__inner .pos .title {
    width: 100%;
    margin: 55px 0 62px;
    padding-left: 21px;
  }
  .c-mv__inner .pos .link {
    width: 100%;
    margin: 0;
    padding-left: 19px;
  }
}

@media only screen and (max-width: 1024px) and (max-height: 415px) {
  .c-mv__inner .pos {
    max-width: 220px;
  }
  .c-mv__inner .pos .title {
    margin: 25px 0 30px;
  }
}

.c-mv__bg {
  height: 100vh;
  background: url(../img/common/img01.jpg) no-repeat center;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .c-mv__bg {
    display: none;
  }
}

.c-mv__bg > img {
  display: none;
}

/*
------------------------------------------------------------*/
.c-box1 {
  background: #FFFBDE;
  position: relative;
  padding: 56px 56px 69px;
}

@media only screen and (max-width: 1024px) {
  .c-box1 {
    padding: 44px 24px 53px;
  }
}

.c-box1 .img {
  position: absolute;
  top: 31px;
  right: 56px;
  width: 148px;
}

@media only screen and (max-width: 1024px) {
  .c-box1 .img {
    width: 111px;
    top: 123px;
    right: 24px;
  }
}

.c-box1 .ttl {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.88;
  letter-spacing: -0.02em;
  margin: 0 0 26px;
  padding-right: 150px;
}

@media only screen and (max-width: 1024px) {
  .c-box1 .ttl {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-box1 .ttl {
    margin: 0 0 40px;
  }
}

@media only screen and (max-width: 360px) {
  .c-box1 .ttl {
    font-size: 2.2rem;
  }
}

.c-box1 .ttl span {
  display: inline-block;
  position: relative;
}

.c-box1 .ttl span small {
  font-size: 1.2rem;
  position: absolute;
  top: -7px;
  left: 7px;
}

@media only screen and (max-width: 1500px) {
  .c-box1 .ttl br.big-only {
    display: none;
  }
}

.c-box1 ul {
  margin: 5px 0 0;
}

.c-box1 ul li {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.56;
  background: #fff;
  margin-bottom: 8px;
  padding: 6px 34px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-box1 ul li {
    padding: 6px 10px 6px 34px;
  }
}

.c-box1 ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FFC400;
  position: absolute;
  top: 16px;
  left: 17px;
}

.c-map {
  height: 480px;
}

.c-map iframe {
  width: 100%;
  height: 100%;
}

.c-bgfix {
  width: 50vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

@media only screen and (max-width: 767px) {
  .c-bgfix {
    position: static;
    z-index: 1;
    width: 100%;
    height: auto;
    -webkit-transition: none;
    transition: none;
  }
}

.c-bgfix img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-bgfix.is-under {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .c-bgfix.is-under {
    opacity: 1;
  }
}

.c-bgfix.is-over {
  opacity: 1;
}

/*animation blur
------------------------------------------------------------*/
.animation .blur {
  -webkit-animation-name: blurAnime;
  animation-name: blurAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.animation .blurTrigger {
  opacity: 0;
}

.animation .anim {
  opacity: 0;
}

.animation .slidein.is-animated {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}

.animation .delay1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.animation .delay2 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.animation .delay3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.animation .delay4 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

@-webkit-keyframes blurAnime {
  from {
    -webkit-filter: blur(8px);
    filter: blur(8px);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes blurAnime {
  from {
    -webkit-filter: blur(8px);
    filter: blur(8px);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateX(180px);
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateX(180px);
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-top-service .l-content {
  padding-top: 112px;
}

@media only screen and (max-width: 767px) {
  .p-top-service .l-content {
    padding-top: 71px;
  }
}

.p-top-service .c-text1 {
  margin-top: 59px;
}

.p-top-service .c-ttl2 {
  margin-top: 4px;
  margin-bottom: 66px;
}

@media only screen and (max-width: 767px) {
  .p-top-service .c-ttl2 {
    margin-bottom: 51px;
  }
}

.p-top-company .l-content {
  padding-top: 112px;
  padding-bottom: 96px;
}

@media only screen and (max-width: 767px) {
  .p-top-company .l-content {
    padding-top: 71px;
    padding-bottom: 96px;
  }
}

.p-top-company .image {
  margin: 52px 0 28px;
}

@media only screen and (max-width: 767px) {
  .p-top-company .image {
    margin: 42px 0 28px;
  }
}

.p-top-company .c-box-ttl {
  margin: 17px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-top-company .c-box-ttl {
    margin: 15px 0 0;
  }
}

.p-top-company .c-text2 {
  margin: 15px 0 0;
}

.p-top-company .image2 {
  margin: 60px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-top-company .image2 {
    margin: 43px 0 0;
  }
}

.p-top-company .c-ttl-point {
  margin: 43px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-top-company .c-ttl-point {
    margin: 29px 0 0;
  }
}

.p-top-company .c-tbl1 {
  margin: 3px 0 48px;
}

@media only screen and (max-width: 767px) {
  .p-top-company .c-tbl1 {
    margin: 5px 0 37px;
  }
}

.p-top-company .private .c-ttl-point {
  margin: 40px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-top-company .private .c-ttl-point {
    margin: 29px 0 0;
  }
}

.p-top-company .c-list-note {
  border: 1px solid #E6E6E6;
  font-size: 1.6rem;
  margin-top: 5px;
  padding: 52px 31px;
}

.p-top-company .c-list-note .over {
  padding-right: 30px;
  height: 373px;
  overflow-y: auto;
  position: relative;
  z-index: 2;
}

.p-top-company .c-list-note .over::-webkit-scrollbar {
  cursor: pointer;
  width: 7px;
}

.p-top-company .c-list-note .over::-webkit-scrollbar-thumb {
  background: #FFC400;
}

.p-top-company .c-list-note .over h4 {
  font-weight: 500;
}

.p-top-company .c-list-note .over > p {
  font-weight: 400;
}

.p-top-company .c-list-note .over > p + h4 {
  margin-top: 36px;
}

.p-top-company .c-list-note .over .info {
  border-top: 1px solid #E6E6E6;
  margin: 39px 0 0;
  padding: 30px 0 0;
}

.p-top-company .c-list-note .over .info p {
  font-weight: 500;
  margin-bottom: 13px;
}

.p-top-company .c-list-note .over .info .link {
  margin: 8px 0 0;
}

.p-top-company .c-list-note .over .info .link a {
  font-size: 1.8rem;
  font-weight: 500;
}

.p-top-contact {
  background: #FFC400;
  padding: 97px 0 127px;
}

@media only screen and (max-width: 767px) {
  .p-top-contact {
    padding: 67px 8px 96px;
  }
}

.p-top-contact .c-ttl3 {
  text-align: center;
}

.p-top-contact .text {
  text-align: center;
  margin: 18px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-top-contact .text {
    font-size: 1.4rem;
  }
}

.p-top-contact .c-form1 {
  margin: 47px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-top-contact .c-form1 {
    margin: 30px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-top-contact.thanks {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.p-top-contact .link1 {
  text-align: center;
  margin-top: 19px;
}

.p-top-contact .link1 a {
  box-sizing: border-box;
  display: inline-block;
  border-bottom: 1px solid #333;
  padding-bottom: 6px;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/

/*# sourceMappingURL=style.css.map */
