@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

body {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  background: #fff;
  line-height: 1.5;
  -webkit-text-size-adjust: 100％;
}

@media screen and (max-width: 767px) {
  body.fixed {
    position: fixed;
    right: 0;
    left: 0;
  }
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  cursor: pointer;
}

a:hover {
  opacity: .8;
}

@media screen and (max-width: 767px) {
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

img {
  max-width: 100%;
}

.wrapper {
  position: relative;
}

main {
  display: block;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1050px) {
  .container {
    width: 94%;
  }
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.center {
  text-align: center;
}

.textRight {
  text-align: right;
}

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

@media print, screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

.allLink {
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media print, screen and (min-width: 769px) {
  .allLink:hover {
    opacity: 0.8;
  }
  .allLink a:hover {
    opacity: 1;
  }
}

.displayNone {
  display: none;
}

.breadcrumb {
  font-size: 13px;
  margin-bottom: 50px;
}

@media all and (-ms-high-contrast: none) {
  .breadcrumb li:not(:first-child) a {
    line-height: 1;
  }
}

.breadcrumb li:not(:last-child) {
  margin-right: 10px;
  padding-right: 15px;
  position: relative;
}

.breadcrumb li:not(:last-child):after {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

input[type="submit"] {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  border: 0;
  cursor: pointer;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}

input[type="submit"]:hover {
  opacity: .8;
}

input[type="text"], input[type="email"] {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  font-size: 16px;
  width: 100%;
  height: 220px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}

.checkbox {
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.checkbox:before, .checkbox:after {
  content: '';
  position: absolute;
}

.checkbox:before {
  width: 16px;
  height: 16px;
  border: 1px solid #c8c9ca;
  border-radius: 3px;
  z-index: 3;
  top: 0;
  left: 0;
}

.checkbox:after {
  width: 4px;
  height: 9px;
  margin-top: -6px;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: 1;
  display: block;
  top: 8px;
  left: 6px;
}

.checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 41px 0px #fff;
  box-shadow: 41px 0px #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: 2;
  display: block;
  position: absolute;
  left: -40px;
}

.checkbox input[type="checkbox"]:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.radio {
  padding-left: 22px;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.radio:before, .radio:after {
  content: '';
  position: absolute;
}

.radio:before {
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 50%;
  z-index: 3;
  top: 7px;
  left: 0;
}

.radio:after {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #5876b6;
  z-index: 1;
  top: 12px;
  left: 5px;
}

.radio input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0;
  -webkit-box-shadow: 20px -1px #fff;
  box-shadow: 20px -1px #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: 2;
  position: absolute;
  top: 7px;
  left: -23px;
}

.radio input[type="radio"]:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.radio input[type="radio"]:focus {
  opacity: 0.2;
  -webkit-box-shadow: 20px -1px #fff;
  box-shadow: 20px -1px #fff;
}

.selectBox01 {
  border: 1px solid #ccc;
  position: relative;
}

.selectBox01:after {
  content: "";
  width: 4px;
  height: 4px;
  margin: auto 0;
  border: 4px solid transparent;
  border-top: 4px solid #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 18px;
  right: 15px;
}

.selectBox01 select {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  width: 100%;
  height: 40px;
  background: none;
  padding-left: 15px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
}

@media all and (-ms-high-contrast: none) {
  .selectBox01 select {
    width: 100% !important;
  }
}

.selectBox01 select:not(:target) {
  width: 130%\9;
}

.selectBox01 select::-ms-expand {
  display: none;
}

.headerTop {
  margin-top: -86px;
  padding-top: 86px;
}

.btn01 {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 165px;
  padding: 5px 0;
  background: url(../../common/images/ico_common01.svg), -webkit-gradient(linear, left top, right top, from(#6DADD9), to(#1A2D78));
  background: url(../../common/images/ico_common01.svg), -webkit-linear-gradient(left, #6DADD9, #1A2D78);
  background: url(../../common/images/ico_common01.svg), -o-linear-gradient(left, #6DADD9, #1A2D78);
  background: url(../../common/images/ico_common01.svg), linear-gradient(90deg, #6DADD9, #1A2D78);
  background-repeat: no-repeat;
  background-size: 15px 5px, 100%;
  background-position: center right 15px, center;
  display: block;
}

@media screen and (max-width: 767px) {
  .btn01 {
    font-size: 11px;
    width: 125px;
    background-size: 13px 5px, 100%;
    background-position: center right 7px, center;
  }
}

_:-ms-input-placeholder, :root .btn01 {
  padding: 7px 0 3px;
}

.verticalTop {
  vertical-align: top;
}

#topBtn {
  width: 45px;
  height: 45px;
  background: #333;
  display: block;
  z-index: 100;
  position: fixed;
  right: 170px;
  bottom: 20px;
  cursor: pointer;
}

#topBtn .ico {
  width: 17px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1440px) {
  #topBtn {
    right: 30px;
  }
}

@media screen and (max-width: 767px) {
  #topBtn {
    width: 40px;
    height: 40px;
    right: 10px;
  }
  #topBtn .ico {
    width: 15px;
    height: 8px;
  }
}

.fadein {
  opacity: 0;
  -webkit-transition: all 1000ms;
  -o-transition: all 1000ms;
  transition: all 1000ms;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
}

.fadein02 {
  opacity: 0;
  -webkit-transition: all 1000ms;
  -o-transition: all 1000ms;
  transition: all 1000ms;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.fadein02.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.header .topBar {
  padding: 5px 0;
  background: #E8E8E8;
}

.header .topBar .txt01 {
  font-size: 11px;
}

.header .logoArea {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1050px) {
  .header .logoArea {
    width: 94%;
  }
}

.header .logoWrap {
  margin: 20px 0;
}

.header .logo {
  width: 308px;
}

.header .tel {
  width: 180px;
  margin: 0 30px 0 0;
  padding: 4px 0;
}

.header .tel .txt01 {
  font-size: 23px;
  font-weight: bold;
  padding: 0 0 0 5px;
}

.header .tel::before {
  content: "";
  width: 20px;
  height: 25px;
  background: url("../../common/images/ico_header01.svg") no-repeat bottom left/contain;
  vertical-align: sub;
  display: inline-block;
}

@media screen and (max-width: 900px) {
  .header .tel {
    width: 160px;
    margin: 0 15px 0 0;
    padding: 5px 0;
  }
  .header .tel .txt01 {
    font-size: 20px;
  }
  .header .tel::before {
    width: 15px;
    height: 20px;
  }
}

.header .mail {
  width: 180px;
  padding: 10px 0;
  background: -webkit-gradient(linear, left top, right top, from(#6DADD9), to(#1A2D78));
  background: -webkit-linear-gradient(left, #6DADD9, #1A2D78);
  background: -o-linear-gradient(left, #6DADD9, #1A2D78);
  background: linear-gradient(90deg, #6DADD9, #1A2D78);
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  cursor: pointer;
}

.header .mail .txt01 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin: auto;
}

.header .mail::before {
  content: "";
  width: 15px;
  height: 11px;
  padding: 0 10px 0 0;
  background: url("../../common/images/ico_header02.svg") no-repeat bottom left/contain;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}

.header .mail:hover {
  opacity: .8;
}

.header .mail:hover::before {
  opacity: .8;
}

@media screen and (max-width: 900px) {
  .header .mail {
    width: 150px;
  }
}

.header .pcMenuArea01 {
  margin: 0 0 20px 0;
}

.header .pcMenuArea01 li {
  font-size: 16px;
  font-weight: bold;
  width: calc(98% / 6);
  margin: auto;
  padding: 0;
  border-left: 0.75px solid #D6D6D6;
  display: inline-block;
}

.header .pcMenuArea01 li:last-child {
  border-right: 0.75px solid #D6D6D6;
}

@media screen and (max-width: 1050px) {
  .header .pcMenuArea01 li {
    width: calc(95% / 6);
  }
}

_:-ms-input-placeholder .tel, :root .header .tel {
  padding: 7px 0 1px;
}

_:-ms-input-placeholder .mail, :root .header .mail {
  padding: 13px 0 7px;
}

@-moz-document url-prefix() {
  .header .tel {
    width: auto;
  }
  @media screen and (max-width: 900px) {
    .header .tel {
      width: auto;
    }
  }
  .header .pcMenuArea01 li {
    width: calc(95%/6);
  }
}

@media screen and (max-width: 767px) {
  .header .topBar {
    width: 100%;
    padding: 3px 0;
    background: #E8E8E8;
  }
  .header .topBar .txt01 {
    font-size: 9px;
  }
  .header .logoArea {
    width: 100%;
    padding: 0 52px 0 3%;
  }
  .header .logoWrap {
    margin: 5px 0;
  }
  .header .logo {
    width: 200px;
    padding: 8.6px 0;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px) {
  .header .logo {
    width: 170px;
  }
}

@media screen and (max-width: 767px) {
  .header .tel {
    text-align: center;
    width: 42px;
    height: 40px;
    margin: 0 5px 0 0;
    background: #333;
    position: relative;
  }
  .header .tel .txt02 {
    font-size: 7px;
    font-weight: bold;
    color: #fff;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 1px;
    left: 0;
  }
  .header .tel::before {
    content: "";
    width: 13px;
    height: 17px;
    margin: auto;
    background: url("../../common/images/ico_header01_sp.svg") no-repeat center left/contain;
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px) {
  .header .tel {
    width: 40px;
  }
}

@media screen and (max-width: 767px) {
  .header .mail {
    width: 42px;
    height: 40px;
    padding: 0;
    position: relative;
  }
  .header .mail .txt02 {
    font-size: 7px;
    font-weight: bold;
    color: #fff;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 1px;
    left: 0;
  }
  .header .mail::before {
    content: "";
    width: 18px;
    height: 13px;
    margin: auto;
    padding: 0;
    background: url("../../common/images/ico_header02.svg") no-repeat center left/contain;
    display: block;
    position: absolute;
    top: 7px;
    right: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px) {
  .header .mail {
    width: 40px;
  }
}

.spBtn01 {
  width: 22px;
  height: 18px;
  margin-top: 20px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 9999;
  position: fixed;
  top: 17px;
  right: 15px;
  cursor: pointer;
}

@media print, screen and (min-width: 768px) {
  .spBtn01 {
    display: none !important;
  }
}

.spBtn01 span {
  width: 22px;
  height: 2px;
  margin: 0 auto;
  background: #333;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

.spBtn01 span:first-child {
  top: 0;
}

.spBtn01 span:nth-child(2) {
  top: 8px;
}

.spBtn01 span:nth-child(3) {
  bottom: 0;
}

.spBtn01.active span {
  background: #fff;
}

.spBtn01.active span:first-child {
  -webkit-transform: translateY(8px) rotate(-45deg);
  -moz-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.spBtn01.active span:nth-child(2) {
  opacity: 0;
}

.spBtn01.active span:last-child {
  -webkit-transform: translateY(-8px) rotate(45deg);
  -moz-transform: translateY(-8px) rotate(45deg);
  -ms-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.spBtn01.normal {
  margin-top: 0;
}

#menu {
  display: none;
}

.spMenuArea01 {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  background: rgba(16, 35, 119, 0.9);
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

@media print, screen and (min-width: 768px) {
  .spMenuArea01 {
    display: none !important;
  }
}

.spMenuArea01::-webkit-scrollbar {
  display: none;
}

.spMenuArea01 li {
  border-top: 0.5px solid rgba(255, 255, 255, 0.5);
}

.spMenuArea01 li:first-child {
  margin-top: 80px;
}

.spMenuArea01 li:last-child {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
}

.spMenuArea01 a {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 15px 18px;
  display: block;
  position: relative;
}

.spMenuArea01 a:after {
  content: "";
  width: 13px;
  height: 5px;
  margin: auto;
  background: url(../../common/images/ico_common01.svg) no-repeat center/contain;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
}

_:-ms-input-placeholder a, :root .spMenuArea01 a {
  padding: 18px 18px 13px;
}

@supports (-ms-ime-align: auto) {
  .spMenuArea01 a {
    padding: 0 0 17px 18px;
  }
}

.footer {
  color: #fff;
  padding-top: 30px;
  background: #333;
}

.footer .logoArea {
  padding: 0 55px 15px 5px;
  border-right: 0.25px solid #fff;
}

.footer .logoArea .logo {
  width: 308px;
  height: 40px;
}

.footer .logoArea .txt01 {
  font-size: 12px;
  margin-top: 25px;
  line-height: 2;
}

.footer .logoArea .txt01 a{
  color: #ffffff;
}

.footer .footMenu {
  width: 570px;
  margin-top: 10px;
}

.footer .footMenu li {
  width: calc(98% / 3);
  display: inline-block;
}

.footer .footMenu li a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
  display: block;
}

.footer .footMenu li a::before {
  content: "";
  width: 4px;
  height: 7px;
  padding: 0 18px 0 0;
  background: url("../../common/images/ico_footer01.svg") no-repeat bottom left/contain;
  vertical-align: middle;
  display: inline-block;
}

@media screen and (max-width: 1100px) {
  .footer .footMenu {
    width: calc(100% - 380px);
    padding: 0 0 0 5%;
  }
}

@media screen and (max-width: 1000px) {
  .footer .footMenu {
    margin-top: 5px;
  }
  .footer .footMenu li {
    width: 48%;
  }
  .footer .footMenu li a {
    padding: 7px 0;
  }
  .footer .footMenu .last {
    width: 100%;
  }
}

.footer .copyRight {
  font-size: 12px;
  width: 100%;
  margin-top: 25px;
  padding: 15px 0;
  border-top: 0.25px solid #fff;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 20px;
  }
  .footer .logoArea {
    text-align: center;
    margin: auto;
    padding: 0;
    border: none;
    float: none;
  }
  .footer .logoArea .logo {
    width: 214px;
    height: 27px;
    margin: auto;
  }
  .footer .logoArea .txt01 {
    font-size: 11px;
    text-align: left;
    margin-top: 10px;
    display: inline-block;
  }
  .footer .footMenu {
    width: 100%;
    margin-top: 25px;
    padding: 0;
    float: none;
  }
  .footer .footMenu li {
    width: calc(97% / 3);
  }
  .footer .footMenu li a {
    font-size: 12px;
    font-weight: normal;
    padding: 5px 0;
  }
  .footer .copyRight {
    font-size: 10px;
    margin-top: 20px;
  }
}
