@charset "UTF-8";
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,
sub,
sup,
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;
}

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;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  /* 10px */
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  line-height: 1;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  color: #333333;
  background: #ffffff;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  word-break: break-all;
}

div {
  font-size: 1.6rem;
}

/*
h1 {
    font-size: 3.2rem;
}
*/
h2 {
  font-size: 2.6rem;
}

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 1.8rem;
}

p {
  font-size: 1.6rem;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

dl,
dt,
dd {
  margin: 0;
}

table {
  width: 100%;
  border: 1px solid #CAC8CD;
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 8px 13px;
  font-weight: normal;
  border: 1px solid #CAC8CD;
}

th {
  font-weight: bold;
}

label,
button {
  cursor: pointer;
}

blockquote {
  margin: 0;
  padding: 0;
}

input,
textarea {
  font-size: 1.6rem;
}

dfn {
  font-style: italic;
}

mark {
  background: #ffffff;
  color: #000000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  overflow-x: scroll;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

html.android body {
  line-height: 1.5;
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 1079px) {
  body {
    line-height: 1.7;
  }
  /*h1 {
        font-size: 2.4rem;
    }*/
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.6rem;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: bold;
  }
  p {
    font-size: 1.4rem;
  }
  li {
    font-size: 1.4rem;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

body {
  background: #ffffff;
}

header {
  border-top: 5px solid #0041d3;
  padding: 15px;
  position: fixed;
  z-index: 1;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

header .menu {
  color: #333333;
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 100;
}

header .menu .menu-trigger,
header .menu .menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .menu .menu-trigger {
  cursor: pointer;
  position: relative;
  width: 34px;
  height: 28px;
}

@media only screen and (min-width: 1080px) {
  header .menu .menu-trigger {
    display: none;
  }
}

header .menu .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000000;
  border-radius: 3px;
}

header .menu .menu-trigger span:nth-of-type(1) {
  top: 0;
}

header .menu .menu-trigger span:nth-of-type(2) {
  top: 12px;
}

header .menu .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

header .menu .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
  transform: translateY(14px) rotate(-45deg);
}

header .menu .menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

header .menu .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

header .headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 1080px) {
  header .headerInner {
    max-width: 1200px;
    margin: 0 auto;
  }
}

header .headerInner .logo {
  margin: -6px 20px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
}

header .headerInner .logo img {
  width: 250px;
}

@media only screen and (min-width: 1080px) {
  header .headerInner .logo {
    margin: -12px 20px 0 0;
  }
  header .headerInner .logo a {
    display: inline-block;
  }
  header .headerInner .logo img {
    width: 300px;
  }
}

header .menuList {
  margin: 0;
  padding: 10px;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  background: #ffffff;
  top: 0;
  left: 100%;
  -webkit-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
  font-size: 1.4rem;
}

header .menuList.menuList--pc {
  display: none;
}

@media only screen and (min-width: 1080px) {
  header .menuList.menuList--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

@media only screen and (min-width: 1080px) {
  header .menuList {
    position: relative;
    height: auto;
    padding: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header .menuList.active {
  left: 0;
}

header .menuList li {
  padding: 5px;
}

header .menuList li:first-child {
  border-bottom: 3px solid #0041d3;
}

@media only screen and (min-width: 1080px) {
  header .menuList li {
    padding: 10px;
  }
}

header .menuList li:first-child {
  padding-top: 0;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1080px) {
  header .menuList li:first-child {
    display: none;
    padding: 0 10px 0 0;
  }
}

header .menuList li a {
  padding: 5px 0;
  color: #333333;
  display: block;
  text-decoration: none;
}

@media only screen and (min-width: 1080px) {
  header .menuList li a {
    padding: 0;
  }
}

header .menuList li a.current {
  background: #ffffff;
  color: #CAC8CD;
}

@media only screen and (min-width: 1080px) {
  header .menuList li a.current {
    background-color: #000000;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
  }
}

.loading {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/bg_main.png) 0 0 repeat;
  background-size: cover;
  z-index: 110;
  opacity: 0;
  -webkit-transition: opacity 600ms ease-in-out;
  transition: opacity 600ms ease-in-out;
}

.loading img {
  width: 350px;
}

@media only screen and (max-width: 1079px) {
  .loading img {
    width: 200px;
  }
}

.heading2 {
  font-size: 5rem;
  line-height: 1;
  margin: 0 0 100px;
}

@media only screen and (max-width: 1079px) {
  .heading2 {
    font-size: 3rem;
  }
}

.heading3 {
  font-size: 2.5rem;
  line-height: 1;
  margin: 0 0 20px;
}

@media only screen and (max-width: 1079px) {
  .heading3 {
    font-size: 2rem;
  }
}

.heading4 {
  font-size: 2rem;
  line-height: 1;
  margin: 0 0 15px;
}

@media only screen and (max-width: 1079px) {
  .heading4 {
    font-size: 1.7rem;
  }
}

.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 20px;
}

@media only screen and (max-width: 1079px) {
  .section-inner {
    width: 100%;
  }
  .section-inner.wide {
    padding: 100px 10px;
  }
}

.section-inner a {
  color: #0041d3;
  font-weight: bold;
}

.section-inner .text-notice {
  font-size: 2rem;
}

@media only screen and (max-width: 1079px) {
  .section-inner .text-notice {
    font-size: 1.6rem;
  }
}

.section-inner .text-info {
  margin: 15px 0 0;
}

.section-inner .text-info .text-info__title {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 1.7rem;
}

.section-main {
  padding-top: 80px;
  background: url(../images/bg_main.png) 0 0 repeat;
  background-size: cover;
  height: 100vh;
}

@media only screen and (max-width: 1079px) {
  .section-main {
    background-position: bottom center;
  }
}

.section-main .section-main__content {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

.section-main .section-main__content .main-text img {
  max-width: 800px;
  margin: 0 auto 50px;
  opacity: 0;
  -webkit-animation: fadeIn 8s forwards;
          animation: fadeIn 8s forwards;
  -webkit-animation: fadeInBottom 8s ease-out forwards;
          animation: fadeInBottom 8s ease-out forwards;
}

@media only screen and (max-width: 1079px) {
  .section-main .section-main__content .main-text img {
    width: 320px;
  }
}

.section-main .section-main__content .main-text__desc {
  line-height: 2.5;
  font-size: 1.8rem;
}

@media only screen and (max-width: 1079px) {
  .section-main .section-main__content .main-text__desc {
    font-size: 1.3rem;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInBottom {
  10% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInBottom {
  10% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.section-blue {
  background: #0041d3;
  min-height: 100vh;
  color: #ffffff;
}

.section-note {
  background: url(../images/bg_note.png) 0 0 repeat;
  min-height: 100vh;
}

.section-black {
  color: #ffffff;
  background: black;
  min-height: 100vh;
}

.section-skyblue {
  background: #c6ecff;
  min-height: 100vh;
}

.section-lightgrey {
  background: #f2f2f2;
  height: 100vh;
}

.section-white {
  background: #ffffff;
  height: 100vh;
}

.box_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box_profile img {
  width: 400px;
  margin: 0 50px 0 0;
}

.box_profile .box_profile__bio {
  margin: 40px 0 0;
}

.box_profile .small {
  font-size: 2rem;
}

@media only screen and (max-width: 1079px) {
  .box_profile {
    display: block;
  }
  .box_profile img {
    display: block;
    margin: 40px auto 20px;
    padding: 0 20px;
  }
}

.map {
  width: 100%;
}

.map iframe {
  width: 100%;
  height: 60vh;
}

.box_contact {
  margin-top: 20px;
}

.box_contact .item {
  padding-left: 40px;
  font-size: 3rem;
  font-weight: bold;
  color: #0041d3;
}

@media only screen and (max-width: 1079px) {
  .box_contact .item {
    font-size: 2rem;
    padding-left: 25px;
  }
}

.box_contact .item.tel {
  background: url(../images/icon_tel.png) 0 15px no-repeat;
  background-size: 20px;
}

@media only screen and (max-width: 1079px) {
  .box_contact .item.tel {
    background: url(../images/icon_tel.png) 0 8px no-repeat;
    background-size: 20px;
  }
}

.box_contact .item.mail {
  background: url(../images/icon_mail.png) 0 15px no-repeat;
  background-size: 20px;
}

@media only screen and (max-width: 1079px) {
  .box_contact .item.mail {
    background: url(../images/icon_mail.png) 0 8px no-repeat;
    background-size: 20px;
  }
}

.box_contact .text-time {
  margin-top: 5px;
  font-weight: bold;
}

footer {
  background: #0041d3;
  color: #ffffff;
}

.footer-inner {
  width: 1080px;
  margin: 0 auto;
}

.footer-inner .logo_footer {
  text-align: center;
  padding: 4px 0 0;
}

.footer-inner .copy {
  padding: 0 0 8px;
  font-size: 1rem;
  text-align: center;
}

@media only screen and (max-width: 1079px) {
  .footer-inner {
    width: 100%;
  }
}

#page-top {
  position: fixed;
  right: 20px;
  bottom: 50px;
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

#page-top.page-top--active {
  opacity: 1;
}

.button {
  margin: 20px 0;
  width: 100%;
  max-width: 375px;
  background: #0041d3;
  color: #ffffff;
  text-align: center;
}

.button a {
  padding: 20px 0;
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
}
/*# sourceMappingURL=style.css.map */