@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@500;700&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@600;700;900&display=swap');
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 500;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
  border-radius: 0;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
  border-radius: 0;
  border: none;
  outline: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=submit],
input[type=button],
textarea {
  -webkit-appearance: none;
}

:focus {
  outline: none;
}

@-ms-viewport {
  width: device-width;
}
picture {
  display: block;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}
html[data-fontsize=small] {
  font-size: 56.25%;
}
html[data-fontsize=medium] {
  font-size: 62.5%;
}
html[data-fontsize=large] {
  font-size: 68%;
}
@media print {
  html html {
    background-image: none;
    background-color: #fff;
  }
}

body {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1000px) {
body {
  font-size: 14px;
  font-size: 1.4rem;
}
}
@media print {
  body {
    _zoom: 80%;
    -webkit-print-color-adjust: exact;
  }
}

a,
a:before,
a:after,
button,
button:before,
button:after,
.u-transition,
.u-transition_before:before,
.u-transition_after:after {
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}

a img {
  transition: all 1.5s;
}

a,
input,
button {
  touch-action: manipulation;
  -webkit-touch-callout: none;
}

a,
button {
  cursor: pointer;
}

a {
  color: #333;
  text-decoration: none;
  display: block;
  backface-visibility: hidden;
}

button {
  cursor: pointer;
  background: none;
  outline: none;
}

img {
  overflow: hidden;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  border: none;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

li {
  list-style: none;
}

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

::-moz-selection {
  color: #fff;
  background: #628496;
}

::selection {
  color: #fff;
  background: #628496;
}

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

.zen-old-mincho-bold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5rem;
}

section{
  width: 1000px;
  margin: 0 auto;
  align-items: center;
}

section .intro{
  display: flex;
  justify-content: space-between;
  width: 720px;
  align-items: center;
  margin: 40px auto 35px;
}

section .intro h1{
  width: 160px;
  height: auto;
}

section .intro h1 img{
  display: block;
}

section p{
  color: #fff;
  width: 500px;
  font-size: 17px;
  text-align: center;
  line-height: 2.1em;
}



section p span{
  display: inline-block;
}

/*
section figure{
  position: relative;
  z-index: -5;
  background-color: #d34c02;
}

section figure img{
  display: block;
}

section figure img:last-of-type{
  position: absolute;
  z-index: 5;
  top: 10px;
  width: 80%;
  height: auto;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
*/

.bg_o{
  background-color: rgba(29,39,126,1.00);
  padding-top: 30px;
  padding-bottom: 30px;
}


.map {
  justify-content: center;
  width: 95%;
}


.contact{
  width: 600px;
  text-align: center;
  margin: 100px auto 50px;
  padding: 40px;
  font-size: 20px;
  border: solid 1px #fff;
  
}

.contact a {
  color: #fff;
}
.contact a span {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.contact a span:before {
  display: block;
  content: '';
  position: absolute;
  width: 1em;
  height: 1em;
  background: url(./images/ico_freetel.png) no-repeat center;
  background-size: 100% auto;
  left: -0.3em;
  top: 0;
  bottom: 0;
  margin: auto;
}


.link-sns {
	margin-top: -15px;
    display: flex;
    justify-content: center;
    margin: calc(178vw / 19.2) auto 0;
}
.link-sns li {
    margin: 0 calc(50vw /19.2);
}
.link-sns a {
    background: #fff;
    border-radius: 50%;
    width: calc(150vw /19.2);
    height: calc(150vw /19.2);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
}
.link-sns li:nth-child(1) img {
    width: calc(90vw /19.2);
}
.link-sns li:nth-child(2) img {
    width: calc(102vw /19.2);
}


.u-font_Outfit,
.u-font_OutfitBefore:before,
.u-font_OutfitAfter:after {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  letter-spacing: .05em;
}

.g-footer {
  background:rgba(29,39,126,1.00);
  margin: 0 auto;
  width: 1000px;
}


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

  section{
    width: 100%;
  }

  section .intro h1{
    width: 14vw;
  }

  section .intro{
    width: 68vw;
  }

  section p{
    font-size: 14px;
    width: 46vw;
  }

  .g-footer{
    width: 100%;
    padding: 20px 0;
  }

}
/*
@media print {
  .u-show_sp {
    display: none !important;
  }
}
@media screen and (max-width: 820px) {
  section figure img:last-of-type{
    width: 100%;
  }
*/

  section .intro{
    display: block;
    margin: 9% auto 10%;
  }

  section .intro h1 {
    width: 42vw;
    margin: 0 auto;
  }

  section p {
    font-size: 16px;
    width: 60vw;
    margin: 5% auto 12%;
    line-height: 2.2em;
  }

}

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

    section p {
      width: 70vw;
  }

  section .intro {
    width: 90%;
  }

  .g-footer {
    margin: 0px auto 0px;
  }

  .contact{
    padding: 7%;
  }

}

@media screen and (max-width: 390px) {
    section p {
      width: 90%;
      font-size: 14px;
  }

    section .intro {
      width: 100%;
  }

    .g-footer-copy{
      font-size: 12px;
  }
}



.g-body {
  background: #1d277e;
  background-size: 260px auto;
  color: #fff;
}
@media print {
  .g-body {
    min-width: 990px;
    background-image: none;
    background-color: #1d277e;
  }
}

.g-wrapper {
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-background-size: 100% auto;
  color: #fff;
  line-height: 1.65;
  font-family: 'Zen Kaku Gothic New', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  animation: fade 1s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
  width: 100%;
  /* max-width: 1000px; */
  margin: 0 auto;
  text-align: center;
  padding: 0 auto 10px;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.g-wrapper .js-linkFocus.is-focus_active .e-link_line:after {
  transform: scale(1, 1);
}

.g-lead {
  margin: 40px auto 0;
  font-size: 2rem;
}
.g-copy {
  padding: 1em;
  font-size: 2.3rem;
  margin: 0 auto;
  line-height: 1.8;
  width: 95%;
  max-width: 700px;
}
.g-footer-copy {
  text-align: center;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  margin: 0 auto;
  background-color: rgba(29,39,126,1.00);
  padding-bottom: 24px;
  width: 90%;
}

@media screen and (max-width: 750px) {
  section p {
    font-size: calc(24vw / 7.5);
  }
  .bg_o > img {
    width: 90%;
    margin: auto;
  }
  .link-sns li {
    margin: 0 calc(30vw / 7.5);
  }
  .link-sns a {
    width: calc(150vw / 7.5);
    height: calc(150vw / 7.5);
  }
  .link-sns li:nth-child(1) img {
    width: calc(90vw /7.5);
  }
  .link-sns li:nth-child(2) img {
      width: calc(102vw /7.5);
  }
  .g-copy {
    font-size: calc(23vw /7.5);
  }
  .contact {
    width: 90%;
    margin: 100px auto 50px;
    padding: 1em;
    font-size: calc(24vw /7.5);
  }
  .g-footer-copy {
    font-size: calc(20vw /7.5);
    padding-bottom: 24px;
  }
}

