@charset "UTF-8";
/*レスポンシブブレイクポイント*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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;
  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-top-width: 1px;
  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] {
  -webkit-text-decoration: underline dotted;
          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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

input[type=radio], input[type=checkbox] {
  -webkit-appearance: auto; /* 1 */
  -moz-appearance: auto;
       appearance: auto;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* Common Css must add */
svg {
  height: 40px;
  position: absolute;
  width: 40px;
  cursor: pointer;
  /*   border: 1px solid black; */
  background-color: #fff;
}

.plate {
  height: 41px;
  width: 41px;
}

.burger {
  filter: url(#gooeyness);
}

.x {
  transform: scale(0);
  transition: transform 400ms;
}

.line {
  fill: none;
  stroke: #0693D2;
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-origin: 50%;
  transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms;
}

.x .line {
  stroke-width: 5.5px;
}

.active .x {
  transform: scale(1);
  transition: transform 400ms 350ms;
}

.plate5 .line {
  transition: stroke-dasharray 400ms 100ms, stroke-dashoffset 400ms 100ms, transform 400ms 100ms;
}

.plate5 .line1 {
  stroke-dasharray: 40 40;
}

.plate5 .line2 {
  stroke-dasharray: 21 39;
}

.plate5 .line3 {
  stroke-dasharray: 21 39;
}

.plate5 .line4 {
  stroke-dasharray: 40 40;
}

.plate5 .x {
  transition: transform 400ms 50ms;
}

.active.plate5 .line {
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms, transform 400ms;
}

.active.plate5 .line1 {
  stroke-dasharray: 1 40;
  stroke-dashoffset: -33px;
}

.active.plate5 .line2 {
  stroke-dasharray: 5 39;
  stroke-dashoffset: -37px;
}

.active.plate5 .line3 {
  stroke-dasharray: 5 39;
  stroke-dashoffset: -37px;
}

.active.plate5 .line4 {
  stroke-dasharray: 1 40;
  stroke-dashoffset: -33px;
}

.active.plate5 .x {
  transition: transform 400ms 50ms;
}

@media all and (max-width: 767px) {
  svg {
    height: 35px;
    width: 35px;
  }
  .plate {
    height: 36px;
    width: 36px;
  }
}
html {
  overflow: hidden;
  overflow-y: scroll;
}

body {
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body .mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Sawarabi Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
body .roboto {
  font-family: "Roboto", sans-serif;
}
body .gara {
  font-family: "EB Garamond", serif;
}

* img {
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}

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

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

.font_b {
  font-weight: bold;
}

.btn_a {
  position: relative;
}

.btn_a:after {
  position: absolute;
  right: 20px;
  top: 55%;
  transform: translateY(-50%);
  content: url("../images/common/btn_arrow.svg");
  display: block;
  width: 10px;
  transition: all 0.2s;
}

.btn_a:hover:after {
  right: 10px;
}

.wrap {
  max-width: 1280px;
  margin: 0 auto;
}

#top_btn {
  position: fixed;
  right: -60px;
  bottom: 0;
  display: block;
  height: 60px;
  width: 60px;
  transition: all 0.2s;
  z-index: 9999;
}
#top_btn.active {
  right: 0px;
}

.section_common {
  padding: 80px 0;
}

.content_wrap {
  width: 90%;
  margin: 0 auto;
}

.bg_tr,
.bg_tl {
  position: relative;
}

.bg_tr:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 250px;
  background: #f7f9fa;
  z-index: -1;
}

.bg_tl:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 250px;
  background: #f7f9fa;
  z-index: -1;
}

.bg_dbl {
  background: #0693D2;
}

.bg_rbl {
  background: #f7f9fa;
}

.bg_bl {
  background: #dbe6f1;
}

.h2_common {
  position: relative;
  margin-bottom: 60px;
}

.h2_common:before {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background: #0693D2;
  position: absolute;
  bottom: -5px;
  left: -40px;
}

.h2_common.fadein_left {
  -webkit-animation-name: fadein_leftAnime;
          animation-name: fadein_leftAnime;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  opacity: 0;
}

@-webkit-keyframes fadein_leftAnime {
  0% {
    opacity: 0;
    transform: translate(-50px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

@keyframes fadein_leftAnime {
  0% {
    opacity: 0;
    transform: translate(-50px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
.h2_common.sub {
  margin-bottom: 20px;
}

.h2_common span {
  font-family: "EB Garamond", serif;
  font-size: 50px;
  color: #0693D2;
  margin-right: 30px;
}

.bg_dbl .h2_common {
  color: #fff;
}

.bg_dbl .h2_common:before {
  background: #fff;
}

.bg_dbl .h2_common span {
  color: #fff;
}

.h2_sub {
  margin-bottom: 60px;
}

.under_h1 {
  position: relative;
  margin-bottom: 50px;
  opacity: 0;
  -webkit-animation-name: h1_fadein_rightAnime;
          animation-name: h1_fadein_rightAnime;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
.under_h1 span {
  font-family: "EB Garamond", serif;
  font-size: 50px;
  color: #0693D2;
  margin-right: 30px;
}

.under_h1_bg_dark {
  position: relative;
  margin-bottom: 50px;
  opacity: 0;
  -webkit-animation-name: h1_fadein_rightAnime;
          animation-name: h1_fadein_rightAnime;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  color: #fff;
}
.under_h1_bg_dark span {
  font-family: "EB Garamond", serif;
  font-size: 50px;
  color: #0693D2;
  margin-right: 30px;
}

@-webkit-keyframes h1_fadein_rightAnime {
  0% {
    opacity: 0;
    transform: translate(40px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

@keyframes h1_fadein_rightAnime {
  0% {
    opacity: 0;
    transform: translate(40px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
.face_content .face_txt {
  padding: 5px 10px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  background-size: 0 100%;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: 3s;
}
.face_content .face_txt.white {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.face_content .face_txt.on {
  background-size: 100% 100%;
}

@media all and (max-width: 767px) {
  .wrap {
    width: 100%;
  }
  #top_btn {
    right: -50px;
    height: 50px;
    width: 50px;
  }
  .section_common {
    padding: 30px 0;
  }
  .h2_common {
    width: 100%;
    font-size: 15px;
    margin-bottom: 40px;
  }
  .h2_sub {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .h2_common:before {
    width: 110%;
    bottom: -5px;
    left: -40px;
  }
  .h2_common.sub {
    margin-bottom: 20px;
  }
  .h2_common span {
    font-size: 30px;
    margin-right: 0px;
    display: block;
  }
  .under_h1 {
    margin-bottom: 30px;
    font-size: 15px;
  }
  .under_h1 span {
    font-size: 30px;
    margin-right: 15px;
    display: block;
  }
}
/*===========================================
		header設定
===========================================*/
#face {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 825px;
}
@media (max-width: 1200px) {
  #face {
    height: 100%;
    width: 100%;
    min-height: 100%;
    background: #ddd;
    position: relative;
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  #face {
    margin-top: 50px;
  }
}
#face header {
  position: absolute;
  content: "";
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-direction: column;
  top: 0;
  left: 0;
  height: 100%;
  min-height: 825px;
  width: 25vw;
  background: #0693D2;
  padding: 20px;
  box-sizing: border-box;
  z-index: 999;
}
@media (max-width: 1200px) {
  #face header {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    align-content: flex-start;
    flex-direction: row;
    top: -80px;
    left: 0;
    width: 100%;
    height: 80px;
    min-height: auto;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  #face header {
    height: 50px;
    top: -50px;
  }
}
#face header .top_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 220px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  #face header .top_logo {
    justify-content: flex-start;
    height: 100%;
    margin-bottom: 0;
  }
}
#face header .top_logo .logo_pc {
  display: block;
}
@media (max-width: 1200px) {
  #face header .top_logo .logo_pc {
    display: none;
  }
}
#face header .top_logo .logo_sp {
  display: none;
}
@media (max-width: 1200px) {
  #face header .top_logo .logo_sp {
    display: block;
  }
}
#face header .top_logo img {
  width: auto;
}
@media (max-width: 1200px) {
  #face header .top_logo img {
    width: auto;
    height: 30px;
  }
}
@media (max-width: 767px) {
  #face header .top_logo img {
    height: 36px;
  }
}
#face header nav {
  width: 80%;
  margin: auto;
}
@media (max-width: 1200px) {
  #face header nav {
    width: 20em;
    margin: 0;
    position: absolute;
    top: 80px;
    right: -20em;
    background: #0693D2;
    overflow: hidden;
    height: 300px;
    transition: all 0.2s;
  }
}
@media (max-width: 767px) {
  #face header nav {
    width: 100vw;
    margin: 0;
    position: absolute;
    top: 50px;
    right: -100vw;
    background: #0693D2;
    overflow: hidden;
    height: 300px;
    transition: all 0.2s;
  }
}
@media (max-width: 1200px) {
  #face header nav.on {
    right: 0em;
  }
}
#face header nav ul {
  width: 100%;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
}
@media (max-width: 1200px) {
  #face header nav ul {
    width: 100%;
    border-bottom: 0px;
    border-top: 0px;
    display: flex;
    flex-flow: column;
  }
}
#face header nav li:not(:last-child) {
  border-bottom: 1px solid #aaa;
}
@media (max-width: 1200px) {
  #face header nav li:not(:last-child) {
    border-bottom: 0px;
  }
}
#face header nav li a {
  display: block;
  padding: 15px;
  color: white;
  text-align: center;
  transition: all 0.2s;
  font-size: 15px;
}
@media (max-width: 1200px) {
  #face header nav li a {
    padding: 10px;
    font-size: 14px;
  }
}
#face header nav li a:hover {
  background: #0073a6;
}
@media (max-width: 1200px) {
  #face header nav li a:hover {
    background: #0073a6;
  }
}
#face header .header_contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 250px;
  background: #fff;
  margin: auto auto 0 auto;
  padding: 15px;
  box-sizing: border-box;
  border: 3px solid #004e70;
}
@media (max-width: 1200px) {
  #face header .header_contact {
    display: none;
  }
}
#face header .top_contact_btn {
  background: #004e70;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 30px;
  border-radius: 5px;
  transition: all 0.2s;
  width: 180px;
  font-weight: bold;
  font-size: 15px;
}
#face header .top_contact_btn:hover {
  background: #0073a6;
}
#face header .top_contact_btn:before {
  content: "";
  display: block;
  background-image: url(../images/common/mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 15px;
  margin-right: 5px;
}
#face header .top_tel_box {
  margin-top: 10px;
}
#face header .top_tel_box a {
  font-weight: bold;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  color: #333;
}
#face header .top_tel_box a:before {
  content: "";
  display: block;
  background-image: url(../images/common/tel_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-bottom: 3px;
}
#face header .top_tel_box p {
  font-size: 13px;
  margin-top: 5px;
  color: #333;
}
#face .face_content {
  position: relative;
}
@media (max-width: 1200px) {
  #face .face_content {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
#face .plate {
  display: none;
}
@media (max-width: 1200px) {
  #face .plate {
    display: block;
  }
}

/*===========================================
       main設定
===========================================*/
main {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto;
}

.fadein_up {
  -webkit-animation-name: fadein_upAnime;
          animation-name: fadein_upAnime;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@-webkit-keyframes fadein_upAnime {
  0% {
    opacity: 0;
    transform: translate(0px, -15px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

@keyframes fadein_upAnime {
  0% {
    opacity: 0;
    transform: translate(0px, -15px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
/*===========================================
       form設定
===========================================*/
#overview {
  margin-bottom: 50px;
  text-align: center;
  background: #f7f9fa;
  padding: 30px;
  line-height: 2;
}

.red {
  color: red;
}

#formWrap {
  max-width: 1000px;
  margin: 0 auto;
}

#formWrap h4 {
  margin-bottom: 20px;
}

#formWrap .error_messe {
  margin-bottom: 10px;
  color: red;
}

.formTable {
  width: 100%;
}

.formTable tr:not(:last-child) {
  margin-bottom: 40px;
  display: block;
}

.formTable th,
.formTable td {
  width: 100%;
  display: block;
}

.formTable th {
  text-align: left;
  margin-bottom: 20px;
}

.formTable th:before {
  content: "●";
  color: #0693D2;
  margin-right: 5px;
}

.formTable td p {
  font-size: 14px;
  margin-top: 10px;
  color: #777;
}

.formTable td select {
  padding: 1em;
  border: 1px solid #ddd;
}

.formTable td select:not(.formTable td label input),
.formTable td input:not(.formTable td label input),
.formTable td textarea:not(.formTable td label input) {
  margin-top: -10px;
  background: #f9f9f9;
}

.formTable td input,
.formTable td textarea {
  padding: 1em;
  border-radius: 10px;
  border: 1px solid #ddd;
  width: 100%;
  outline: 0;
}

.formTable td.tel input {
  width: 15em;
}

.formTable td.yubin input {
  width: 10em;
}

.formTable td input::-moz-placeholder {
  color: #aaa;
}

.formTable td input::placeholder {
  color: #aaa;
}

.formTable td input:not(:first-child) {
  margin-top: 1em;
}

.formTable td input[type=text]:focus,
.formTable td textarea:focus {
  border: 1px solid #004e70;
}

.formTable td label {
  display: inline-block;
  cursor: pointer;
}

.formTable td label:not(:last-child) {
  margin-right: 2em;
}

.formTable td label input {
  width: auto;
  margin-right: 0.5em;
}

.privacy {
  text-align: center;
  color: #4d4d4d;
}

.privacy a {
  text-decoration: underline;
}

.privacy a:hover {
  color: red;
}

.form_btn {
  text-align: center;
  margin: 50px 0 30px;
}

.form_btn input {
  width: 9em;
  padding: 0.5em 1em;
  background: white;
  border: 1px solid #0693D2;
  font-size: 16px;
  color: #fff;
  background: #0693D2;
  transition: all 0.2s;
}

.form_btn input {
  margin: 0 1em;
}

.form_btn input:hover {
  background: #ffbc25;
  color: white;
  border: 1px solid #ffbc25;
}

.form_btn h4 {
  margin-bottom: 30px;
  text-align: center;
}

.form_btn .error_messe:not(:last-child) {
  margin-bottom: 10px;
}

.required {
  margin-left: 0.2em;
  color: red;
}

#formWrap h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}

#formWrap .h3_sub {
  text-align: center;
  font-size: 15px;
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  #overview {
    margin-bottom: 30px;
    text-align: justify;
    font-size: 14px;
    padding: 20px;
  }
  #formWrap {
    padding: 0px 15px;
    width: auto;
  }
  .formTable th,
.formTable td {
    font-size: 14px;
  }
  .formTable th {
    width: 100%;
    margin-bottom: 10px;
  }
  .formTable tr:not(:last-child) {
    margin-bottom: 25px;
  }
  .formTable td p {
    font-size: 13px;
    margin-top: 5px;
  }
  .formTable td select {
    padding: 0.5em;
    width: 100%;
  }
  .formTable td select:not(.formTable td label input),
.formTable td input:not(.formTable td label input),
.formTable td textarea:not(.formTable td label input) {
    margin-top: 0px;
  }
  .formTable td input,
.formTable td textarea {
    padding: 1em 0.5em;
  }
  .privacy {
    font-size: 15px;
  }
  .form_btn {
    text-align: center;
    margin: 50px 0 30px;
  }
  .form_btn input {
    font-size: 14px;
  }
}
/*===========================================
       bnr設定
===========================================*/
/*========== bnr ==========*/
#bnr_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -40px;
}
@media (max-width: 767px) {
  #bnr_box {
    margin-bottom: -30px;
  }
}
#bnr_box li {
  width: 500px;
  height: 130px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 20px 40px;
  opacity: 0;
}
@media (max-width: 767px) {
  #bnr_box li {
    width: 100vw;
    height: 26vw;
    margin: 0 0px 30px;
  }
}
#bnr_box li:nth-child(1).bnr {
  background-image: url(../images/common/bnr1.jpg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#bnr_box li:nth-child(2).bnr {
  background-image: url(../images/common/bnr2.jpg);
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
#bnr_box li:nth-child(3).bnr {
  background-image: url(../images/common/bnr3.jpg);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#bnr_box li:nth-child(4).bnr {
  background-image: url(../images/common/bnr4.jpg);
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
@-webkit-keyframes bnrAnime {
  0% {
    opacity: 0;
    transform: translate(0px, -20px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@keyframes bnrAnime {
  0% {
    opacity: 0;
    transform: translate(0px, -20px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
#bnr_box li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 130px 70px;
  border-color: transparent transparent #0693D2 transparent;
  position: absolute;
  right: -70px;
  bottom: 0;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  #bnr_box li:before {
    border-width: 0 0 26vw 14vw;
    right: -14vw;
  }
}
#bnr_box li:after {
  content: "";
  display: block;
  width: 150px;
  height: 130px;
  background: #0693D2;
  position: absolute;
  right: -220px;
  bottom: 0;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  #bnr_box li:after {
    width: 30vw;
    height: 26vw;
    right: -44vw;
  }
}
#bnr_box li .bnr_wrap {
  width: 200px;
  height: 100%;
  background: #0693D2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  #bnr_box li .bnr_wrap {
    width: 40vw;
  }
}
#bnr_box li .bnr_wrap:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 130px 70px 0 0;
  border-color: #0693D2 transparent transparent transparent;
  position: absolute;
  right: -70px;
  top: 0;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  #bnr_box li .bnr_wrap:before {
    border-width: 26vw 14vw 0 0;
    right: -14vw;
  }
}
#bnr_box li .bnr_wrap div {
  text-align: center;
}
#bnr_box li .bnr_wrap div img {
  width: 60px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #bnr_box li .bnr_wrap div img {
    width: 50px;
  }
}
#bnr_box li .bnr_wrap div p {
  color: white;
  text-align: center;
}
@media (max-width: 767px) {
  #bnr_box li .bnr_wrap div p {
    font-size: 14px;
  }
}
#bnr_box li:hover:before {
  right: 150px;
}
@media (max-width: 767px) {
  #bnr_box li:hover:before {
    right: 30vw;
  }
}
#bnr_box li:hover:after {
  right: 0px;
}
#bnr_box li:hover .bnr_wrap {
  background: #ffbc25;
  transition-delay: 0.2s;
}
#bnr_box li:hover .bnr_wrap:before {
  border-color: #ffbc25 transparent transparent transparent;
  transition-delay: 0.2s;
}
#bnr_box.on li.bnr {
  -webkit-animation-name: bnrAnime;
          animation-name: bnrAnime;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

/*===========================================
       footer設定
===========================================*/
footer {
  padding-bottom: 80px;
  background: #0693D2;
}
@media (max-width: 1200px) {
  footer {
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  footer {
    margin-top: 0px;
    padding-bottom: 0;
  }
}
footer .footer_main {
  background: #0693D2;
  padding: 50px 0 0;
}
@media (max-width: 767px) {
  footer .footer_main {
    padding: 30px 0 0;
  }
}
footer .footer_box {
  display: flex;
  justify-content: center;
}
@media (max-width: 1299px) {
  footer .footer_box {
    flex-wrap: wrap;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  footer .footer_box {
    flex-wrap: wrap;
    padding: 0 15px;
  }
}
footer .footer_box .fbox_l {
  width: 400px;
  border-right: 1px solid #fff;
  padding: 20px;
  color: white;
  line-height: 1.5;
}
@media (max-width: 1299px) {
  footer .footer_box .fbox_l {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #aaa;
    padding: 0 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  footer .footer_box .fbox_l {
    padding: 0 0px 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    font-size: 14px;
  }
}
footer .footer_box .fbox_l .f_logo {
  width: 220px;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 1299px) {
  footer .footer_box .fbox_l .f_logo {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  footer .footer_box .fbox_l .f_logo {
    margin-bottom: 20px;
  }
}
footer .footer_box .fbox_l .f_logo img {
  width: 100%;
}
footer .footer_box .fbox_l .add_box {
  margin-left: 20px;
}
@media (max-width: 1299px) {
  footer .footer_box .fbox_l .add_box {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  footer .footer_box .fbox_l .add_box {
    margin-left: 0px;
  }
}
footer .footer_box .fbox_l .address {
  margin: 20px 0 15px;
}
@media (max-width: 1299px) {
  footer .footer_box .fbox_l .address {
    margin: 0px 0 10px;
  }
}
@media (max-width: 767px) {
  footer .footer_box .fbox_l .address {
    margin: 0px 0 10px;
  }
}
footer .footer_box .fbox_r {
  width: 780px;
  padding: 20px 20px 20px 40px;
  color: white;
  line-height: 1.2;
  display: flex;
}
@media (max-width: 1299px) {
  footer .footer_box .fbox_r {
    width: 100%;
    padding: 20px 0;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  footer .footer_box .fbox_r {
    width: 100%;
    padding: 10px 0px 20px;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  footer .footer_box .fbox_r ul {
    width: 15em;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  footer .footer_box .fbox_r ul:first-child {
    margin-bottom: 20px;
  }
}
footer .footer_box .fbox_r > ul:not(:last-child) {
  margin-right: 60px;
}
@media (max-width: 767px) {
  footer .footer_box .fbox_r > ul:not(:last-child) {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  footer .footer_box .fbox_r li {
    width: 100%;
  }
}
footer .footer_box .fbox_r li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  footer .footer_box .fbox_r li:not(:last-child) {
    margin-bottom: 20px;
  }
}
footer .footer_box .fbox_r li a:hover {
  text-decoration: underline;
}
footer .footer_box .fbox_r li .fnav_under {
  margin-top: 20px;
}
@media (max-width: 767px) {
  footer .footer_box .fbox_r li .fnav_under {
    margin: 20px 0 20px 15px;
    width: 15em;
  }
}
footer .footer_box .fbox_r li .fnav_under li:before {
  content: "―";
  margin-right: 10px;
}
footer .footer_box .fbox_r li .fnav_under li:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  footer .footer_box .fbox_r li .fnav_under li:not(:last-child) {
    margin-bottom: 15px;
  }
}
footer .footer_box .fbox_r .f_contact_wrap {
  width: 250px;
}
@media (max-width: 767px) {
  footer .footer_box .fbox_r .f_contact_wrap {
    margin-top: 30px;
  }
}
footer .footer_box .fbox_r .f_contact_wrap .f_con_btn {
  background: #fff;
  color: #0073a6;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 10px 30px;
  border-radius: 5px;
  transition: all 0.2s;
  width: 100%;
  font-weight: bold;
}
footer .footer_box .fbox_r .f_contact_wrap .f_con_btn:hover {
  background: #ffb;
}
footer .footer_box .fbox_r .f_contact_wrap .f_con_btn:before {
  content: "";
  display: block;
  background-image: url(../images/common/mail_b.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 15px;
  margin-right: 5px;
}
footer .footer_box .fbox_r .f_contact_wrap .f_con_tel {
  margin-top: 15px;
}
footer .footer_box .fbox_r .f_contact_wrap .f_con_tel a {
  font-weight: bold;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  color: #fff;
}
footer .footer_box .fbox_r .f_contact_wrap .f_con_tel a:before {
  content: "";
  display: block;
  background-image: url(../images/common/tel_icon_b.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  margin-right: 5px;
  margin-bottom: 3px;
}
footer .footer_box .fbox_r .f_contact_wrap .f_con_tel p {
  font-size: 15px;
  margin-top: 5px;
  color: #fff;
  text-align: center;
}
footer .sns_box {
  padding: 10px 20px 20px;
  border-bottom: 1px solid #fff;
}
footer .sns_box ul {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  footer .sns_box ul {
    display: flex;
    justify-content: center;
  }
}
footer .sns_box ul li {
  margin-left: 20px;
  width: 25px;
}
@media (max-width: 767px) {
  footer .sns_box ul li {
    margin: 0 15px;
    width: 20px;
  }
}
footer .sns_box ul li img {
  width: 100%;
}
footer .copy {
  color: white;
  font-size: 12px;
  text-align: center;
  padding: 20px;
}
@media (max-width: 767px) {
  footer .copy {
    color: white;
    font-size: 12px;
    text-align: center;
    padding: 15px;
  }
}

.outside-banner_box {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  box-sizing: border-box;
  z-index: 999;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1200px) {
  .outside-banner_box {
    flex-wrap: wrap;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .outside-banner_box {
    position: relative;
    background: #0693D2;
    box-shadow: none;
    height: auto;
  }
}
.outside-banner_box .style-outside_banner {
  transition-duration: 0.2s;
}
@media (max-width: 767px) {
  .outside-banner_box .style-outside_banner {
    width: 32%;
  }
  .outside-banner_box .style-outside_banner img {
    width: 100%;
  }
}
.outside-banner_box .style-outside_banner:hover {
  opacity: 0.85;
  transition-duration: 0.2s;
}
.outside-banner_box .style-outside_banner:nth-child(n+2) {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .outside-banner_box .style-outside_banner:nth-child(n+2) {
    margin-left: 2%;
  }
}
@media (max-width: 1200px) {
  .outside-banner_box .style-outside_banner:nth-child(n+4) {
    margin-top: 10px;
  }
  .outside-banner_box .style-outside_banner:nth-child(3n+1) {
    margin-left: 0;
  }
}
/*# sourceMappingURL=common.css.map */