@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
@import url("https://fonts.cdnfonts.com/css/bergamo-std");
* {
  box-sizing: border-box; }

::before,
::after {
  box-sizing: inherit; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom; }

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/******************************************************

base

******************************************************/
html, body {
  overflow-x: hidden; }

html {
  font-size: 10px; }

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #000; }

.aw {
  display: inline-block; }

.note {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-top: 10px; }

.sp {
  display: none !important; }

@media screen and (max-width: 768px) {
  html {
    font-size: 9px; }

  .sp {
    display: block !important; }

  .pc {
    display: none !important; } }
@media screen and (max-width: 600px) {
  html {
    font-size: 8px; } }
#page-head {
  height: 90px; }
  @media screen and (max-width: 768px) {
    #page-head {
      height: 60px; } }

.anchor {
  padding-top: 70px;
  margin-top: -70px; }
  @media screen and (max-width: 960px) {
    .anchor {
      padding-top: 60px;
      margin-top: -60px; } }

.img {
  position: relative; }
  .img img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0; }
  .img .note {
    position: absolute;
    z-index: 1;
    bottom: 5px;
    right: 10px;
    color: #fff;
    text-shadow: 0 0 0.8 rgba(0, 0, 0, 0.8); }
    .img .note.bl {
      color: #000;
      text-shadow: 0 0 0.8 rgba(0, 0, 0, 0); }

.anchor-sec {
  padding-top: 12rem;
  margin-top: -12rem; }
  @media screen and (max-width: 768px) {
    .anchor-sec {
      padding-top: 7rem;
      margin-top: -7rem; } }

/******************************************************

header

******************************************************/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #ddd; }
  header .header-inner {
    position: relative;
    height: 90px;
    margin: auto;
    width: 90%; }
  header .logo {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    width: 22rem; }
    header .logo a {
      display: block; }
      header .logo a img {
        width: 100%;
        height: auto; }
  header .navigation {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    header .navigation .head-nav {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      height: 55px; }
      header .navigation .head-nav .contact a {
        display: block;
        height: 45px;
        width: 26rem;
        background: #3372f2;
        color: #fff;
        font-size: 1.8rem;
        line-height: 1;
        white-space: nowrap;
        position: relative;
        transition: 0.5s;
        border-radius: 0.5rem; }
        header .navigation .head-nav .contact a .kana {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          padding-left: 3.7rem; }
          header .navigation .head-nav .contact a .kana .icon {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 3rem; }
            header .navigation .head-nav .contact a .kana .icon img {
              width: 100%;
              height: auto; }
        header .navigation .head-nav .contact a:hover {
          background: #003e86; }
      @media screen and (max-width: 1100px) {
        header .navigation .head-nav .contact a {
          width: 22rem;
          font-size: 1.6rem; } }
      @media screen and (max-width: 768px) {
        header .navigation .head-nav .contact a {
          width: 18rem;
          height: 35px; } }
  @media screen and (max-width: 600px) {
    header .header-inner {
      height: 60px; }
    header .logo {
      width: 19rem; } }

.con-name {
  font-size: 1.4rem;
  color: #fff; }
  .con-name b {
    font-size: 4.2rem; }
  @media screen and (max-width: 600px) {
    .con-name .en {
      display: block; } }

.lead {
  font-size: 1.6rem; }

.a-btn01 a {
  display: block;
  border-radius: 5.5rem;
  height: 5.5rem;
  position: relative;
  transition: 0.5s; }
  .a-btn01 a .kana {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 1.8rem;
    white-space: nowrap; }
  .a-btn01 a:before {
    z-index: 0;
    position: absolute;
    content: "";
    transition: 0.5s;
    top: 50%;
    transform: translate(50%, -50%);
    width: 2.8rem;
    height: 2.8rem;
    right: 3rem;
    border-radius: 50%; }
  .a-btn01 a .arrow:before, .a-btn01 a .arrow:after {
    position: absolute;
    content: ""; }
  .a-btn01 a .arrow:before {
    top: 50%;
    width: 0.7rem;
    height: 0.7rem;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: translateX(80%) translateY(-50%) rotate(45deg);
    right: 3rem; }
  .a-btn01 a .arrow:after {
    top: 50%;
    width: 1rem;
    height: 1px;
    background: #fff;
    right: 3rem;
    transform: translateX(50%) translateY(-50%); }
  .a-btn01 a:hover:before {
    transform: translate(50%, -50%);
    width: 3.9rem;
    height: 3.9rem; }

/******************************************************

inner

******************************************************/
.inner {
  max-width: 1100px;
  margin: auto;
  width: 90%;
  color: #474646;
  padding: 1rem 0 7rem; }
  @media screen and (max-width: 700px) {
    .inner {
      padding: 1px 0 5rem; } }

.txt-center {
  text-align: center; }

.txt-head {
  text-align: center;
  margin-top: 4rem; }

.page-midashi {
  font-size: 3.8rem;
  margin-top: 5rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1rem;
  font-family: "ta-oonishi", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt"; }
  @media screen and (max-width: 700px) {
    .page-midashi {
      font-size: 2.8rem; } }

.lead {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.06rem; }

.caption {
  border-top: 1px solid #ccc; }
  .caption .inner {
    padding: 2rem 0 4rem; }
    .caption .inner .note {
      margin-top: 2rem; }

.bana {
  margin-top: 5rem; }
  .bana a {
    transition: 0.5s opacity; }
    .bana a:hover {
      opacity: 0.6; }

.en-ttl {
  text-align: center;
  font-size: 1.6rem;
  color: #003e86; }
  .en-ttl b {
    font-size: 5rem;
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block; }

/******************************************************

contact

******************************************************/
.contact-sec {
  background: #003e86;
  padding: 5rem 0 9rem; }
  .contact-sec .inner {
    background: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    padding: 5rem 3rem 0;
    border-radius: 1rem; }
    .contact-sec .inner .lead {
      text-align: center;
      font-weight: bold;
      margin-top: 2rem; }
  .contact-sec .a-btn01.a-btn01-footer {
    transform: translateY(50%); }
    .contact-sec .a-btn01.a-btn01-footer a {
      max-width: 50rem;
      margin: auto;
      height: 8rem;
      background: #3372f2;
      box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.3); }
      .contact-sec .a-btn01.a-btn01-footer a .kana {
        font-size: 2.3rem;
        font-weight: bold;
        color: #fff;
        letter-spacing: 0.1rem; }
      .contact-sec .a-btn01.a-btn01-footer a:before {
        background: #fff;
        right: 4rem;
        width: 3.4rem;
        height: 3.4rem; }
      .contact-sec .a-btn01.a-btn01-footer a .arrow:before {
        width: 1rem;
        height: 1rem;
        border-right: 2px solid #3372f2;
        border-top: 2px solid #3372f2;
        right: 4rem; }
      .contact-sec .a-btn01.a-btn01-footer a .arrow:after {
        top: 50%;
        width: 1.5rem;
        height: 2px;
        background: #3372f2;
        right: 4rem;
        transform: translateX(50%) translateY(-50%); }
      .contact-sec .a-btn01.a-btn01-footer a:hover {
        filter: brightness(1.2); }
        .contact-sec .a-btn01.a-btn01-footer a:hover:before {
          width: 4.2rem;
          height: 4.2rem; }
    @media screen and (max-width: 500px) {
      .contact-sec .a-btn01.a-btn01-footer a .kana {
        font-size: 2rem; } }

/******************************************************

footer

******************************************************/
footer {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 5rem; }

.tel-ttl {
  text-align: center;
  width: 90%;
  margin: auto;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.08rem;
  margin-bottom: 5rem; }

.footer-tel ul {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  justify-content: center;
  margin: auto;
  padding: 1rem 0 5rem; }
  .footer-tel ul li {
    margin: 0 1.5rem 1.5rem 1.5rem; }
    .footer-tel ul li .name {
      font-weight: bold;
      font-size: 2rem;
      display: inline-block;
      position: relative;
      padding-right: 4rem; }
      .footer-tel ul li .name:before {
        content: "";
        width: 1px;
        height: 120%;
        background: #000;
        position: absolute;
        right: 2rem;
        bottom: 0;
        transform: rotate(35deg); }
    .footer-tel ul li .num {
      font-family: "din-2014", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 4rem;
      color: #3372f2; }

.footer-link {
  background: #f1f1f1;
  padding: 2rem 0 3rem; }
  .footer-link ul {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 90%; }
    .footer-link ul li {
      margin: 1rem 1rem 0 1rem;
      font-size: 1.5rem; }

.tel-copy {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  max-width: 1100px;
  white-space: nowrap;
  margin-bottom: 2rem;
  color: #003e86; }
  .tel-copy:before, .tel-copy:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #ddd; }
  .tel-copy:before {
    margin-right: 1rem; }
  .tel-copy:after {
    margin-left: 1rem; }

.copyright {
  text-align: center;
  padding: 5rem 5% 13rem;
  color: #000;
  font-size: 1.1rem; }

.return-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 100%;
  z-index: 105;
  /**background: rgba(0,0,0,0.7);**/
  background: #003e86;
  height: 8rem;
  padding-right: 8rem; }
  .return-top .arrow-box {
    display: block;
    width: 6rem;
    height: 6rem;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 106;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3); }
    .return-top .arrow-box:after {
      content: "";
      position: absolute;
      width: 15px;
      height: 15px;
      border-right: 1px solid #fff;
      border-top: 1px solid #fff;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-25%) rotate(-45deg); }
  .return-top .a-btn01 {
    padding-top: 1rem;
    padding-left: 2rem; }
    .return-top .a-btn01 a {
      background: #3372f2;
      max-width: 46rem;
      height: 6rem;
      margin: auto; }
      .return-top .a-btn01 a .kana {
        color: #fff;
        font-weight: bold;
        font-size: 2.3rem; }
      .return-top .a-btn01 a .arrow:before {
        border-right: 1px solid #3372f2;
        border-top: 1px solid #3372f2; }
      .return-top .a-btn01 a .arrow:after {
        background: #3372f2; }
      .return-top .a-btn01 a:before {
        background: #fff; }
      .return-top .a-btn01 a:hover {
        filter: brightness(1.3); }
