@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  --header-bg-color: rgba(255,255,255,0.8);
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-optical-sizing: auto;
  font-size: clamp(13px, 3.0716723549vw, 18px);
  font-weight: normal;
  line-height: 1.8888888889;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 13px;
  }
}
@media screen and (min-width: 1040px) {
  html {
    font-size: 18px;
  }
}

body {
  background-color: #fff;
  color: #142B4A;
  line-break: strict;
  position: relative;
  width: 100%;
}
body.leaves {
  color: #000;
}

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

a {
  text-decoration: none;
  transition: color 0.15s ease-out;
}

a.uline {
  color: #356AB2;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

figure,
picture {
  display: block;
}
figure > img,
picture > img {
  display: block;
  height: auto;
  width: 100%;
}

blockquote {
  background-color: #E9F2F5;
  font-size: clamp(12px, 2.7303754266vw, 16px);
  margin: 1.5em 0;
  padding: 1.25em;
}
@media screen and (min-width: 768px) {
  blockquote {
    font-size: 0.8888888889rem;
  }
}

ul.compact {
  margin: 0;
  padding-left: 1.5em;
}

.lst-none {
  list-style-type: none;
  padding: 0;
}

.page__container {
  margin: 0 auto;
  width: 100%;
}

.ffs-palt {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

.sr-only {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

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

.cmn__contwidth {
  margin: 0 auto;
  position: relative;
  width: 84.6416382253vw;
}
@media screen and (min-width: 768px) {
  .cmn__contwidth {
    width: 694px;
  }
}
@media screen and (min-width: 1040px) {
  .cmn__contwidth {
    width: 960px;
  }
}
@media screen and (min-width: 1320px) {
  .cmn__contwidth {
    width: 1200px;
  }
}

.cmn__contwidth-outer {
  margin: 0 auto;
  position: relative;
  width: 96.5870307167vw;
}
@media screen and (min-width: 768px) {
  .cmn__contwidth-outer {
    width: 694px;
  }
}
@media screen and (min-width: 1040px) {
  .cmn__contwidth-outer {
    width: 960px;
  }
}
@media screen and (min-width: 1320px) {
  .cmn__contwidth-outer {
    width: 1200px;
  }
}

.cmn__btn-sectmenu {
  background: rgba(20, 43, 74, 0.8) url(../img/common/cmn-btn-sectmenu-arrow.svg) right 0.8rem center/1.05rem auto no-repeat;
  border-radius: 1em;
  color: #fff;
  display: block;
  font-size: clamp(14px, 3.4129692833vw, 20px);
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.45;
  padding-bottom: 0.3em;
  padding-left: 2em;
  padding-right: 2.7em;
  padding-top: 0.25em;
  transition: background-color 0.15s ease-out;
}
@media screen and (min-width: 768px) {
  .cmn__btn-sectmenu {
    font-size: 1.1111111111rem;
  }
}
.cmn__btn-sectmenu:active, .cmn__btn-sectmenu:hover {
  background-color: rgba(24, 165, 217, 0.8);
}

.cmn__btn-blue {
  align-items: center;
  background: transparent linear-gradient(to right, #18A5D9 50%, #356AB2 100%) 100% 0/200% 100% no-repeat;
  border-radius: 0.4em;
  color: #fff;
  display: flex;
  font-weight: 700;
  min-height: 2.3em;
  justify-content: center;
  text-align: center;
  transition: background-position 0.15s ease-in;
}
.cmn__btn-blue:hover {
  background-position: 0 0;
}

@media screen and (min-width: 768px) {
  .cmn__btn-blue-md {
    align-items: center;
    background: transparent linear-gradient(to right, #18A5D9 50%, #356AB2 100%) 100% 0/200% 100% no-repeat;
    border-radius: 0.4em;
    color: #fff;
    display: flex;
    font-weight: 700;
    min-height: 2.3em;
    justify-content: center;
    text-align: center;
    transition: background-position 0.15s ease-in;
  }
  .cmn__btn-blue-md:hover {
    background-position: 0 0;
  }
}

.cmn__btn-blue-with-arrow {
  align-items: center;
  background: transparent linear-gradient(to right, #18A5D9 50%, #356AB2 100%) 100% 0/200% 100% no-repeat;
  border-radius: 0.4em;
  color: #fff;
  display: flex;
  font-weight: 700;
  min-height: 2.3em;
  justify-content: center;
  text-align: center;
  transition: background-position 0.15s ease-in;
  background-image: url(../img/common/cmn-btn-blue-arrow.svg), linear-gradient(to right, #18A5D9 50%, #356AB2 100%);
  background-position: right 0.7222222222rem center, 100% 0;
  background-repeat: no-repeat;
  background-size: 1rem auto, 200% 100%;
  font-weight: 700;
  justify-content: flex-start;
  line-height: 1.375;
  text-align: left;
  padding: 0.8125em 2.75em 0.8125em 1.125em;
  font-size: clamp(12px, 2.7303754266vw, 16px);
}
.cmn__btn-blue-with-arrow:hover {
  background-position: 0 0;
}
.cmn__btn-blue-with-arrow:hover {
  background-position: right 0.7222222222rem center, 0 0;
}
@media screen and (min-width: 768px) {
  .cmn__btn-blue-with-arrow {
    font-size: 0.8888888889rem;
  }
}

.cmn__btn-blue-with-arrow-on-sp {
  align-items: center;
  background: transparent linear-gradient(to right, #18A5D9 50%, #356AB2 100%) 100% 0/200% 100% no-repeat;
  border-radius: 0.4em;
  color: #fff;
  display: flex;
  font-weight: 700;
  min-height: 2.3em;
  justify-content: center;
  text-align: center;
  transition: background-position 0.15s ease-in;
  font-size: 0.8888888889rem;
}
.cmn__btn-blue-with-arrow-on-sp:hover {
  background-position: 0 0;
}
@media screen and (max-width: 767px) {
  .cmn__btn-blue-with-arrow-on-sp {
    background-image: url(../img/common/cmn-btn-blue-arrow.svg), linear-gradient(to right, #18A5D9 50%, #356AB2 100%);
    background-position: right 0.7222222222rem center, 100% 0;
    background-repeat: no-repeat;
    background-size: 1rem auto, 200% 100%;
    font-weight: 700;
    justify-content: flex-start;
    line-height: 1.375;
    text-align: left;
    padding: 0.8125em 2.75em 0.8125em 1.125em;
    font-size: clamp(12px, 2.7303754266vw, 16px);
  }
  .cmn__btn-blue-with-arrow-on-sp:hover {
    background-position: right 0.7222222222rem center, 0 0;
  }
}

div.cmn__aside-link-container {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin-top: 1.1111111111em;
}
div.cmn__aside-link-container > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.cmn__aside-link-container > ul > li + li {
  margin-top: 0.8888888889em;
}

html.of-hidden, body.of-hidden {
  overflow: hidden;
}

header {
  background-color: var(--header-bg-color);
  font-size: clamp(16px, 3.7542662116vw, 22px);
  height: 4.0909090909em;
  position: fixed;
  width: 100%;
  z-index: 10;
}
header::before {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  header {
    font-size: 1.2222222222rem;
    height: 5rem;
  }
}

nav.hnav {
  display: flex;
  justify-content: space-between;
  height: 100%;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 0.2272727273em 0 0.4545454545em;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  nav.hnav {
    padding: 0 0.9090909091em 0 0;
  }
}
@media screen and (min-width: 1320px) {
  nav.hnav {
    padding: 0;
  }
}

.hnav__home {
  font-size: clamp(19px, 4.6075085324vw, 27px);
  font-weight: 650;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .hnav__home {
    font-size: 1.5rem;
    min-width: 5.4814814815em;
  }
}
@media screen and (min-width: 1320px) {
  .hnav__home {
    margin-left: -10px;
  }
}
.hnav__home > a {
  align-items: center;
  color: #142B4A;
  display: flex;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .hnav__home > a {
    background-color: transparent;
    padding: 0 0.5555555556rem;
    transition: background-color 0.15s ease-out;
  }
  .hnav__home > a:hover {
    background-color: #fff;
  }
}

.hnav__list-container {
  background-color: #E9F2F5;
  height: 100vh;
  height: 100svh;
  left: 0;
  padding: 1.1818181818em 0.4545454545em 0;
  position: absolute;
  top: -100vh;
  transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  z-index: 11;
}
.hnav__list-container.active {
  top: 0;
}
@media screen and (min-width: 768px) {
  .hnav__list-container {
    background-color: transparent;
    height: 100%;
    padding: 0;
    position: relative;
    top: 0;
    width: auto;
    z-index: inherit;
  }
}

ul.hnav__list {
  border-bottom: 1px solid #18A5D9;
  font-weight: 430;
  letter-spacing: 0.08em;
  list-style: none;
  margin: 1.6363636364em 0 0;
  padding: 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  ul.hnav__list {
    border-bottom: none;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    height: 100%;
    letter-spacing: normal;
    margin-top: 0;
  }
}
@media screen and (min-width: 1040px) {
  ul.hnav__list {
    letter-spacing: 0.025em;
  }
}
@media screen and (min-width: 768px) {
  ul.hnav__list > li {
    height: 100%;
    position: relative;
  }
}
ul.hnav__list > li > a {
  border-top: 1px solid #18A5D9;
  color: #142B4A;
  display: block;
  line-height: 2.5454545455;
  padding: 0 0.9090909091em;
}
@media screen and (min-width: 768px) {
  ul.hnav__list > li:not(.contact) > a {
    align-items: center;
    background-color: transparent;
    border-top: none;
    display: flex;
    gap: 0.2em;
    height: 5rem;
    line-height: 1.25;
    padding: 0 0.8333333333rem;
    transition: background-color 0.15s ease-out;
  }
  ul.hnav__list > li:not(.contact) > a:hover {
    background-color: #fff;
  }
}
@media screen and (min-width: 1040px) {
  ul.hnav__list > li:not(.contact) > a {
    padding: 0 1.1111111111rem;
  }
}
@media screen and (min-width: 768px) {
  ul.hnav__list > li.contact {
    align-self: center;
    height: auto;
    padding-left: 1.1111111111rem;
  }
  ul.hnav__list > li.contact > a {
    align-items: center;
    border-top: none;
    color: #fff;
    display: flex;
    font-size: 1.1111111111rem;
    height: 2.3em;
    line-height: 1;
    padding-bottom: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  ul.hnav__list > li.has-submenu > a::after {
    background: url(../img/common/hnav-submenu-arrow.svg) 50% 50%/contain no-repeat;
    content: "";
    height: 1rem;
    width: 1rem;
  }
}
ul.hnav__list > li.has-submenu.active > a {
  background-color: #fff;
}
ul.hnav__list ul.sublist {
  background-color: var(--header-bg-color);
  display: none;
  position: absolute;
  left: 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  top: 5rem;
  left: 100vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  ul.hnav__list ul.sublist {
    display: block;
  }
  ul.hnav__list ul.sublist.active {
    opacity: 1;
    left: 0;
  }
  ul.hnav__list ul.sublist.active::before {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  ul.hnav__list ul.sublist > li > a {
    background-color: transparent;
    display: block;
    transition: background-color 0.15s ease-out;
    font-size: 1rem;
    color: #142B4A;
    line-height: 1.3333333333;
    padding: 0.7222222222rem 0 0.7222222222rem 0.8333333333rem;
    width: 100%;
  }
  ul.hnav__list ul.sublist > li > a:hover {
    background-color: #fff;
  }
}

[class*=hnav__btn-] {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  height: 2.0454545455em;
  width: 2.0454545455em;
}

.hnav__btn-open {
  background-image: url(../img/common/hnav-btn-open.svg);
  height: 100%;
}

.hnav__btn-close {
  background-image: url(../img/common/hnav-btn-close.svg);
}

footer {
  color: #D1D1D1;
  margin-top: 11.1111111111em;
}

@media screen and (min-width: 768px) {
  .footer__content {
    display: grid;
    grid-template-areas: "infos links";
    grid-template-columns: calc(50% - 26.6666666667em + 21em) 1fr;
  }
}

.footer__links {
  background-color: #142B4A;
  grid-area: links;
}
.footer__links a {
  color: #D1D1D1;
}
@media screen and (min-width: 768px) {
  .footer__links a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 0.25em;
  }
}
.footer__links .links-content {
  margin: 0 auto;
  padding-bottom: 4.8888888889em;
  padding-top: 3.5555555556em;
  width: 84.6416382253vw;
}
@media screen and (min-width: 768px) {
  .footer__links .links-content {
    display: flex;
    gap: 3.8888888889em;
    margin: 0;
    padding-bottom: 5.1666666667em;
    padding-top: 4.1111111111em;
    padding-left: 2.2222222222em;
    padding-right: 2.2222222222em;
    width: 32.3333333333em;
  }
}
@media screen and (min-width: 1320px) {
  .footer__links .links-content {
    width: 820px;
  }
}
.footer__links .links-content > ul {
  font-size: clamp(19px, 4.6075085324vw, 27px);
  font-weight: 550;
  line-height: 1.8888888889;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .footer__links .links-content > ul {
    font-size: 0.8888888889rem;
  }
}
.footer__links .links-content > ul > li.has-mt {
  margin-top: 1.8148148148em;
}
@media screen and (min-width: 768px) {
  .footer__links .links-content > ul > li.has-mt:first-of-type {
    margin-top: 0;
  }
}
.footer__links .links-content ul.submenu {
  font-size: 0.8888888889em;
  font-weight: 430;
  list-style-type: "- ";
  padding-left: 0.85em;
}

.footer__infos {
  background-color: #384455;
  grid-area: infos;
}
.footer__infos .infos-content {
  margin: 0 auto;
  padding-bottom: 5.3333333333em;
  padding-top: 3.7777777778em;
  width: 84.6416382253vw;
}
@media screen and (min-width: 768px) {
  .footer__infos .infos-content {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding-top: 4.6111111111em;
    width: 21em;
    margin-right: 0;
  }
}
@media screen and (min-width: 1320px) {
  .footer__infos .infos-content {
    width: 380px;
  }
}
.footer__infos .infos-content h2 {
  font-size: clamp(19px, 4.6075085324vw, 27px);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .footer__infos .infos-content h2 {
    font-size: 1.5rem;
  }
}
.footer__infos .infos-content address {
  font-style: normal;
  margin-top: 3.3333333333em;
}
.footer__infos .infos-content address dl {
  margin: 0;
}
.footer__infos .infos-content address dl dt {
  font-size: clamp(17px, 4.0955631399vw, 24px);
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .footer__infos .infos-content address dl dt {
    font-size: 0.8333333333rem;
    margin-bottom: 0.4666666667em;
  }
}
.footer__infos .infos-content address dl dd {
  letter-spacing: normal;
  margin-left: 0;
}
@media screen and (min-width: 586px) {
  .footer__infos .infos-content address dl dd {
    letter-spacing: 0.03em;
  }
}
.footer__infos .infos-content address dl dd > ul {
  font-size: clamp(12px, 2.7303754266vw, 16px);
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .footer__infos .infos-content address dl dd > ul {
    line-height: 1.3076923077;
    font-size: 0.7222222222rem;
  }
}
.footer__infos .infos-content address dl dd > ul > li {
  margin-top: 0.625em;
}
@media screen and (min-width: 768px) {
  .footer__infos .infos-content address dl dd > ul > li {
    margin-top: 0.3076923077em;
  }
}
.footer__infos .infos-content .contact-link {
  margin-top: 3.3333333333em;
}
@media screen and (min-width: 768px) {
  .footer__infos .infos-content .contact-link {
    margin-top: 2.7777777778em;
  }
}
.footer__infos .infos-content .contact-link > a {
  font-size: clamp(14px, 3.4129692833vw, 20px);
  height: 3.5em;
}
@media screen and (min-width: 768px) {
  .footer__infos .infos-content .contact-link > a {
    font-size: 1.1111111111rem;
    height: 2.3em;
    width: 9.15em;
  }
}
.footer__infos .infos-content .copyright {
  font-size: 11px;
  margin-top: 5.4545454545em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__infos .infos-content .copyright {
    font-size: 0.6111111111em;
    margin-top: auto;
    text-align: left;
  }
}
/*# sourceMappingURL=style.css.map */




/*****************************/
/***** contact *****/
/*****************************/
#formWrap{
    
}
.lead3{
}

#form-table{ 
	width:98%; 
	margin:30px auto;
	border-collapse:collapse;
	border-bottom:2px solid #ddd;
    border-top:2px solid #ddd;
    
	font-size: 1.1em;
    line-height:1.6;
    
}
#form-table tr{ 
    border-top:1px solid #dedede;
}
#form-table th{ 
    padding:15px 5px;
    min-width:60px; 
    text-align:left;
}
@media print,screen and (min-width: 768px) {
    #form-table th{ 
        padding:20px 10px;
        width:30%;
    }
}

#form-table td{ 
    padding:20px 5px; 
    text-align:left;
}

#form-table textarea{ 
    width:100%;
}
#form-table .input_area{ 
    width:100%;
}
@media print,screen and (min-width: 768px) { 
    #form-table .input_area{ 
        width:80%; 
    }
}

.confirm{ 
	width:98%; 
	margin:20px auto 0 auto;
    text-align: center;
    padding:8px;
	font-size: 1.15em;
}
.confirm input, .confirm a{ 
    display: inline-block;
    margin: 10px;
    padding:20px; 
	font-size: 1.2em;
    
  background-color: #356AB2;
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
}

 .confirm a,.confirm a:link,.confirm a:hover,.confirm a:visited{ 
	font-size: 1em;
    text-decoration:none;
}






