@charset "UTF-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900");

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,800&display=swap");

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,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav 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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

img {
  vertical-align: bottom;
  width: auto;
  max-width: 100%;
}

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

html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  color: #000;
  overflow-x: hidden;
  font-size: 100%;
  line-height: 1.5;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}
body.chineseFonts {
  font-family: sans-serif!important;
}

body.is-open #hamburger span:nth-child(1) {
  top: 23px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.is-open #hamburger span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body.is-open #hamburger span:nth-child(3) {
  opacity: 0;
}

button {
  font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

a,
button {
  color: #002b44;
  text-decoration: none;
}

.slick-list {
  margin: 0 !important;
  padding: 0 !important;
}

.slick-list:after {
  content: "";
  display: table;
  clear: both;
}

.slick-slide {
  float: left;
}

.header {
  padding-top: 60px;
  position: relative;
  z-index: 100;
}

.header.isFixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__navi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header__navi__item {
  background-color: #fff;
  border-radius: 30px;
  font-size: 14px;
  margin-left: 20px;
}

.header__navi__item:first-child {
  margin-left: 0;
}

.header__navi__item a {
  color: #08ba8c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.header__navi__item.is__current {
  background-color: #08ba8c;
}

.header__navi__item.is__current a {
  color: #fff;
}

.footer {
  background-color: #000;
  padding: 50px 0;
  position: relative;
  z-index: 200;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.footer__sitemap__item {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  margin-left: 30px;
}

.footer__sitemap__item:first-child {
  margin-left: 0;
}

.footer__sitemap__item a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#copyright {
  font-size: 12px;
  color: #fff;
}

.pagetop {
  width: 74px;
  height: 74px;
  background-color: #05b58d;
  border-radius: 100%;
  position: fixed;
  bottom: 160px;
  right: 40px;
}

.pagetop a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.pagetop a:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header__navi__spButton {
  position: relative;
}

.navigation {
  opacity: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  font-size: 16px;
}

@-webkit-keyframes slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

@media print, screen and (min-width: 681px) {
  .header__inner {
    width: 1250px;
    margin-left: auto;
    margin-right: auto;
  }

  .header__logo {
    margin-left: 40px;
  }

  .header__logo,
  .header__logo img {
    width: 231px;
    height: 45px;
  }

  .header__navi__item {
    width: 130px;
    height: 40px;
  }

  .header__navi__item {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .header__navi__item:hover {
    background-color: #08ba8c;
  }

  .header__navi__item:hover a {
    color: #fff;
  }

  .footer__inner {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__sitemap__item a:hover {
    opacity: 0.8;
  }

  .pagetop {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .pagetop:hover {
    background-color: #fff;
  }

  .pagetop:hover a:before {
    border-color: #009a63;
  }

  .header__navi__spButton {
    display: none;
  }

  .slideInUp {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition: ease 1000ms;
    transition: ease 1000ms;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }

  .slideInUp.one {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }

  .slideInUp.two {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  .slideInUp.three {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }

  .slideInLeft {
    opacity: 0;
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
    -webkit-transition: ease 1000ms;
    transition: ease 1000ms;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }

  .slideInRight {
    opacity: 0;
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
    -webkit-transition: ease 1000ms;
    transition: ease 1000ms;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }

  .slideInCar {
    opacity: 0;
    -webkit-transform: translate(-300px, 100px);
    transform: translate(-300px, 100px);
    -webkit-transition: ease 1000ms;
    transition: ease 1000ms;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  .zoom {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: ease 1000ms;
    transition: ease 1000ms;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }

  .slow {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }

  .isMove,
  .resolutionCampaignBtn.isFixed {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 680px) {
  html.is__hidden {
    overflow: hidden;
  }

  body {
    padding-top: 0;
  }

  body.is__hidden {
    overflow: hidden;
  }

  body.is-open .overlay {
    display: block;
  }

  body.is-open .gnavi {
    right: 0;
  }

  .header {
    width: 100%;
    padding-top: 30px;
    position: absolute;
  }

  .header__inner {
    margin-left: 20px;
    margin-right: 20px;
  }

  .header__logo {
    width: 159px;
    height: 30px;
  }

  .header__navi__list {
    display: none;
  }

  .footer {
    padding: 40px 0 15px 0;
  }

  .footer__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #copyright {
    margin-top: 35px;
  }

  .pagetop {
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 20px;
  }

  .header__navi__spButton {
    font-size: 13px;
    text-align: center;
    width: 135px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 20px;
    color: #08ba8c;
    position: relative;
  }

  .header__navi__spButton:before {
    content: "▼";
    line-height: 1;
    color: #08ba8c;
    position: absolute;
    top: 7px;
    right: 20px;
  }
}

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

@media screen and (max-width: 370px) {
  body.is-open #hamburger span:nth-child(1) {
    top: 23px;
  }

  .header__navi__spButton {
    font-size: 11px;
    width: 100px;
  }

  .header__navi__spButton:before {
    right: 10px;
  }
}

@media screen and (min-width: 680px) and (max-width: 1000px) {
  body {
    min-width: 1000px;
  }
}