@charset "UTF-8";
/* 共通カラー */
/* グラデーション */
/* ブレイクポイント */
/* メディアクエリ */
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
}

select, input, textarea, button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 760px) {
  body {
    min-width: 320px;
  }
  html, body {
    height: 100%;
    min-height: 100%;
  }
}
@media screen and (min-width: 960px) {
  body {
    width: 100%;
  }
}
@media screen and (min-width: 760px) {
  ._pc {
    display: none;
  }
}
._pc {
  display: none;
}
@media screen and (min-width: 760px) {
  ._pc {
    display: block;
  }
}

._pc-lg {
  display: none;
}
@media screen and (min-width: 960px) {
  ._pc-lg {
    display: block;
  }
}

._pc-xlg {
  display: none;
}
@media screen and (min-width: 1100px) {
  ._pc-xlg {
    display: block;
  }
}

._sp {
  display: block;
}
@media screen and (min-width: 760px) {
  ._sp {
    display: none;
  }
}

._sp-sm {
  display: block;
}
@media screen and (min-width: 520px) {
  ._sp-sm {
    display: none;
  }
}

._sp-lg {
  display: block;
}
@media screen and (min-width: 960px) {
  ._sp-lg {
    display: none;
  }
}

._sp-xlg {
  display: block;
}
@media screen and (min-width: 1100px) {
  ._sp-xlg {
    display: none;
  }
} /* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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,
button,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  color: #000;
}

body {
  line-height: 1.5;
  font-weight: 500;
}

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

ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  display: inline-block;
  color: #000;
}

figure {
  line-height: 0;
}

img {
  max-width: 100%;
  vertical-align: baseline;
  line-height: 0;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

main {
  display: block;
}

address {
  font-style: normal;
}

button {
  border: 0;
  box-shadow: none;
  cursor: pointer;
}

pre {
  white-space: pre-wrap;
}

* {
  box-sizing: border-box;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
}
.header__inner {
  display: flex;
  height: 50px;
  align-items: center;
  width: 94%;
  margin: 0 auto;
  position: relative;
  justify-content: space-between;
}
@media screen and (min-width: 760px) {
  .header__inner {
    width: 98%;
    height: 70px;
  }
}
@media screen and (min-width: 1280px) {
  .header__inner {
    justify-content: flex-start;
  }
}
.header__logo {
  display: inline-block;
  width: 270px;
  margin-right: 40px;
}
@media screen and (min-width: 760px) {
  .header__logo {
    width: 300px;
  }
}
@media screen and (min-width: 1100px) {
  .header__logo {
    width: 350px;
  }
}
.header__logo:hover {
  opacity: 0.6;
}
.header__link {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .header__link {
    justify-content: space-between;
  }
}

.gnav {
  display: none;
}
@media screen and (min-width: 1280px) {
  .gnav {
    display: block;
    position: relative;
  }
}
.gnav__list {
  display: flex;
  align-items: center;
}
.gnav__item {
  margin-right: 40px;
  height: 70px;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.gnav__link {
  display: inline-block;
  font-weight: bold;
  position: relative;
  padding-bottom: 9px;
  cursor: pointer;
}
.gnav__link:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  background: #005c97;
}
.gnav__link--active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  background: #005c97;
  color: #005c97;
}
.gnav__link:hover {
  color: #005c97;
}
.gnav__link a:hover {
  color: #005c97;
}
.gnav__menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.gmenu {
  min-height: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1100px;
  width: 100%;
  background: linear-gradient(90deg, #007eb8 0%, #007eb8 40%, #075a8e 100%);
  transition: min-height 0.5s;
}
.gmenu--open {
  min-height: 230px;
}
.gmenu__inner {
  padding: 25px;
}
.gmenu__title {
  font-size: 1.5rem;
  position: relative;
  color: #fff;
  padding-left: 6px;
}
.gmenu__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 15px;
  background: #fff;
}
.gmenu__list {
  display: flex;
  justify-content: space-between;
}
.gmenu__item {
  width: 23.5%;
  margin-right: 2%;
}
.gmenu__item:last-of-type {
  margin-right: 0;
}
.gmenu__link {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.gmenu__link:hover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.gmenu__link figure {
  width: 100%;
}
.gmenu__link figure img {
  width: 100%;
}
.gmenu__link span {
  position: absolute;
  display: inline-block;
  width: 100%;
  background: #fff;
  color: #005c97;
  text-align: center;
  padding: 12px 0;
  bottom: 0;
  font-size: 1.3rem;
  font-weight: bold;
}

.help-nav {
  display: none;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 640px) {
  .help-nav {
    display: flex;
    margin-right: 40px;
  }
}
@media screen and (min-width: 760px) {
  .help-nav {
    margin-right: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .help-nav {
    margin-right: 0;
  }
}
.help-nav__contact {
  display: none;
  background: #005c97;
  color: #fff;
  font-weight: bold;
  border-radius: 25px;
  padding: 8px 18px;
  margin-left: 18px;
  border: 1px solid #005c97;
}
.help-nav__contact:hover {
  background: #fff;
  color: #005c97;
  transition: 0.4s;
}
@media screen and (min-width: 1100px) {
  .help-nav__contact {
    display: inline-block;
  }
}

.language {
  display: flex;
  background: #9d9d9d;
  border-radius: 25px;
  padding: 4px 6px 4px 18px;
  align-items: center;
  width: 200px;
}
@media screen and (min-width: 760px) {
  .language {
    padding: 8px 6px 8px 18px;
  }
}
.language__link {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 2px 12px;
}
.language__link:hover {
  border-radius: 12.5px;
  background: #005c97;
}
.language__link:first-of-type {
  margin-right: 4px;
}
.language__link--active {
  border-radius: 12.5px;
  background: #005c97;
}
.language__title {
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  padding-right: 16px;
}

.sbtn {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #005c97;
}
@media screen and (min-width: 760px) {
  .sbtn {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 1280px) {
  .sbtn {
    display: none;
  }
}
.sbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 12px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  width: 55%;
}
@media screen and (min-width: 760px) {
  .sbtn span {
    left: 16px;
  }
}
.sbtn span:nth-of-type(1) {
  top: 14px;
}
@media screen and (min-width: 760px) {
  .sbtn span:nth-of-type(1) {
    top: 23px;
  }
}
.sbtn span:nth-of-type(2) {
  top: 24px;
}
@media screen and (min-width: 760px) {
  .sbtn span:nth-of-type(2) {
    top: 33px;
  }
}
.sbtn span:nth-of-type(3) {
  top: 34px;
}
@media screen and (min-width: 760px) {
  .sbtn span:nth-of-type(3) {
    top: 43px;
  }
}
.sbtn--open span {
  background-color: #fff;
}
.sbtn--open span:nth-of-type(1) {
  top: 19px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 55%;
}
@media screen and (min-width: 760px) {
  .sbtn--open span:nth-of-type(1) {
    top: 28px;
  }
}
.sbtn--open span:nth-of-type(2) {
  opacity: 0;
}
.sbtn--open span:nth-of-type(3) {
  top: 31px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 55%;
}
@media screen and (min-width: 760px) {
  .sbtn--open span:nth-of-type(3) {
    top: 40px;
  }
}

.aside {
  position: fixed;
  top: 0;
  right: 0;
  min-width: 0;
  height: 100vh;
  transform: translate3d(100%, 0, 0);
  transition: 0.6s;
  opacity: 0;
  z-index: 999;
  padding: 10px;
}
@media screen and (min-width: 1280px) {
  .aside {
    display: none;
  }
}
.aside--open {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  min-width: 100%;
  width: 100%;
  background: #005c97;
}
@media screen and (min-width: 520px) {
  .aside--open {
    width: 300px;
    min-width: 300px;
  }
}
.aside__title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  padding-left: 10px;
  margin-top: 30px;
  width: 100%;
}

.snav {
  width: 100%;
  height: 100%;
  padding: 20px 10px 0px;
}
.snav__item {
  padding-bottom: 10px;
}
.snav__item a {
  display: inline-block;
  color: #fff;
  font-weight: bold;
}

.main {
  padding-top: 50px;
}
@media screen and (min-width: 760px) {
  .main {
    padding-top: 70px;
  }
}

.breadcrumb {
  max-width: 1000px;
  width: 94%;
  margin: 12px auto;
}
.breadcrumb__list {
  display: flex;
  align-items: flex-start;
}
.breadcrumb__item {
  font-size: 1.2rem;
  position: relative;
  padding-right: 20px;
}
.breadcrumb__item::after {
  content: ">";
  position: absolute;
  font-size: 1rem;
  top: 7px;
  right: 5px;
  line-height: 0;
}
@media screen and (min-width: 760px) {
  .breadcrumb__item::after {
    top: 9px;
  }
}
.breadcrumb__item:last-of-type::after {
  content: "";
}
.breadcrumb__item--en {
  font-size: 1rem;
}
@media screen and (min-width: 760px) {
  .breadcrumb__item--en {
    font-size: 1.2rem;
  }
}

.section--column {
  background: #ededed;
}
.section--heading {
  background-image: url(../img/module/heading_bg.png);
  background-size: cover;
}

.heading {
  max-width: 1100px;
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 760px) {
  .heading {
    justify-content: space-between;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
  }
}
@media screen and (min-width: 760px) {
  .heading--business {
    background-image: url(../img/business/heading_pic.png);
  }
}
@media screen and (min-width: 760px) {
  .heading--company {
    background-image: url(../img/company/heading_pic.png);
  }
}
@media screen and (min-width: 760px) {
  .heading--privacy {
    background-image: url(../img/privacy/heading_pic.png);
  }
}
@media screen and (min-width: 760px) {
  .heading--contact {
    background-image: url(../img/contact/heading_pic.png);
  }
}
@media screen and (min-width: 760px) {
  .heading--news {
    background-image: url(../img/news/heading_pic.png);
  }
}
@media screen and (min-width: 760px) {
  .heading--preparation {
    background-image: url(../img/business/heading_pic.png);
  }
}
@media screen and (min-width: 960px) {
  .heading {
    height: 215px;
  }
}
.heading__title {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
@media screen and (min-width: 760px) {
  .heading__title {
    text-align: left;
    padding: 0;
  }
}
.heading__title--en {
  font-size: 1.6rem;
}
@media screen and (min-width: 760px) {
  .heading__title--en {
    font-size: 2.4rem;
  }
}
.heading__image {
  display: none;
}
@media screen and (min-width: 760px) {
  .heading__image {
    display: block;
    flex: 1;
    text-align: right;
  }
}
@media screen and (min-width: 1100px) {
  .heading__image {
    position: relative;
    right: -50px;
  }
}

.column {
  max-width: 1100px;
  width: 94%;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (min-width: 760px) {
  .column {
    padding: 50px 0;
  }
}
.column__title {
  font-size: 2rem;
  font-weight: bold;
}
.column__title span {
  display: inline-block;
  color: #005c97;
  padding-left: 18px;
  font-size: 1.5rem;
}
.column__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 25px;
}
.column__link {
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 760px) {
  .column__link {
    margin-top: 30px;
  }
}
.column__link a {
  position: relative;
  display: inline-block;
  background-color: #005c97;
  color: #fff;
  font-weight: bold;
  border-radius: 25px;
  font-size: 1.6rem;
  width: 225px;
  text-align: center;
  padding: 8px 0;
  border: 1px solid #005c97;
}
.column__link a:hover {
  background: #fff;
  color: #005c97;
  transition: 0.4s;
}
@media screen and (min-width: 760px) {
  .column__link a {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 960px) {
  .column__link a {
    font-size: 2rem;
  }
}
.column__message {
  font-size: 2rem;
  font-weight: bold;
  color: #005c97;
  text-align: center;
  padding: 25px 0;
}

.column-unit {
  width: 48%;
  margin-bottom: 4%;
}
@media screen and (min-width: 760px) {
  .column-unit {
    width: 23.5%;
    margin-bottom: 0;
  }
}
.column-unit__link {
  display: block;
  position: relative;
}
.column-unit__link:hover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.column-unit__title {
  background: #fff;
  font-weight: bold;
  padding: 10px;
}
.column-unit__image img {
  width: 100%;
}

.footer {
  max-width: 1100px;
  width: 94%;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (min-width: 760px) {
  .footer {
    display: flex;
    padding: 40px 0;
  }
}
.footer__nav {
  padding-top: 30px;
}
@media screen and (min-width: 760px) {
  .footer__nav {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    margin-left: 40px;
    padding-top: 0;
  }
}

.finfo {
  width: 350px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 760px) {
  .finfo {
    margin: 0;
    text-align: left;
  }
}
.finfo a:hover {
  opacity: 0.6;
}
.finfo__company {
  padding-top: 10px;
}
@media screen and (min-width: 760px) {
  .finfo__company {
    padding-top: 20px;
  }
}
.finfo__map {
  padding-top: 10px;
  font-size: 1.2rem;
}

.fnav {
  width: 270px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 760px) {
  .fnav {
    margin-bottom: 20px;
    margin-right: 30px;
    margin-left: 0;
  }
}
.fnav--short {
  width: 270px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 760px) {
  .fnav--short {
    width: 110px;
    margin-right: 0;
    margin-left: 0;
  }
}
.fnav__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #005c97;
  padding-bottom: 15px;
  border-bottom: 1px solid #005c97;
}
.fnav__title a:hover {
  color: #005c97;
}
.fnav__list {
  padding-top: 15px;
}
.fnav__item {
  padding-bottom: 10px;
}
.fnav__item a {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 17px;
}
.fnav__item a::before {
  content: "";
  height: 1px;
  width: 7px;
  background: #9d9d9d;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fnav__item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 18px;
  width: 100%;
  height: 1px;
  background: #000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.fnav__item a:hover::after {
  transform: scale(1, 1);
}
.fnav__link {
  display: block;
  font-weight: bold;
  color: #005c97;
  margin-bottom: 10px;
  position: relative;
}
.fnav__link:hover {
  opacity: 0.6;
}
@media screen and (min-width: 760px) {
  .fnav__link {
    margin-bottom: 20px;
  }
}

.copyright {
  padding: 10px;
  background: #005c97;
}
.copyright__inner {
  max-width: 1100px;
  width: 94%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.copyright__link {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (min-width: 760px) {
  .copyright__link {
    width: auto;
    text-align: left;
    padding-bottom: 0;
  }
}
.copyright__link a {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  font-size: 1rem;
}
@media screen and (min-width: 760px) {
  .copyright__link a {
    font-size: 1.2rem;
  }
}
.copyright__text {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .copyright__text {
    text-align: left;
    width: auto;
    font-size: 1.2rem;
  }
}

.scroll {
  position: fixed;
  right: 0;
  bottom: 50px;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  transition: 0.6s;
  text-align: right;
}
@media screen and (min-width: 760px) {
  .scroll {
    bottom: 50px;
  }
}
.scroll--active {
  opacity: 1;
}
.scroll img {
  width: 50%;
}

/* base */
/* header */
/* sp */
/* main */
/* column */
/* footer */
/* scroll */