@charset "UTF-8";
html {
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, sans-serif;
  font-weight: 500;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

@media (min-width: 641px) {
  html {
    font-feature-settings: "palt";
  }
  html.safari {
    font-feature-settings: "pkna";
    letter-spacing: 0;
  }
}

@media (max-width: 640px) {
  html {
    font-size: 3.2vw;
  }
}

body,
dd,
div,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
td,
th,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-all;
}

article,
aside,
figure,
footer,
header,
main,
nav,
section {
  display: block;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: none;
  padding: 0;
  margin: 0;
  outline: 0;
  border: none;
  font: inherit;
  overflow: visible;
  box-sizing: border-box;
}

button,
select {
  cursor: pointer;
  text-transform: none;
}

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

img {
  -ms-interpolation-mode: bicubic;
  border-style: none;
  width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: border-box;
  height: 0;
  overflow: visible;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

li {
  list-style: none;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* .link */
a {
  transition: all 0.3s ease;
}

a:hover {
  transition: all 0.3s ease;
  opacity: 0.8;
}

a[href^="tel:"] {
  cursor: default;
}

a[href^="tel:"]:hover {
  opacity: 1;
}

/* 共通CSS */
.container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media (max-width: 640px) {
  .sp {
    display: block !important;
  }
}

/*************************
common
************************ */
body {
  font-size: 1.5rem;
  color: #1b1b1b;
  line-height: 1.74;
  background-color: #fff;
}

@media (max-width: 640px) {
  body {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

p {
  padding: 0 3rem;
  margin-bottom: 3rem;
}

@media (max-width: 640px) {
  p {
    padding: 0 1.2rem;
    margin-bottom: 2rem;
  }
}

/*************************
header
************************ */
#header {
  background-color: #fff;
  padding-top: 3rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
}

@media (max-width: 640px) {
  #header {
    padding-top: 1.3rem;
    padding-bottom: 0.6rem;
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    top: auto;
    left: auto;
  }
}

#header:before {
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  background: #00b2fd;
  background: -moz-linear-gradient(left, #00b2fd 0%, #009fee 20%, #0069c4 50%, #004bac 80%, #00349a 100%);
  background: -webkit-linear-gradient(left, #00b2fd 0%, #009fee 20%, #0069c4 50%, #004bac 80%, #00349a 100%);
  background: linear-gradient(to right, #00b2fd 0%, #009fee 20%, #0069c4 50%, #004bac 80%, #00349a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b2fd', endColorstr='#00349a',GradientType=1 );
  position: absolute;
  top: 0;
}

@media (max-width: 640px) {
  #header:before {
    height: 4px;
  }
}

#header > .container {
  width: 96%;
}

#header .container {
  position: relative;
  z-index: 3;
  /*************************
		gnavi
		************************ */
}

@media (max-width: 640px) {
  #header .container {
    position: relative;
    z-index: 3;
  }
}

#header .container .headtop .logo {
  float: left;
  line-height: 0.1;
}

@media (max-width: 640px) {
  #header .container .headtop .logo {
    float: none;
  }
}

#header .container .headtop .logo a img {
  max-width: 314px;
}

@media (max-width: 640px) {
  #header .container .headtop .logo a img {
    width: 50%;
  }
}

#header .container .headtop .headright {
  float: right;
  display: table;
}

#header .container .headtop .headright > * {
  display: inline-block;
  color: #707070;
}

#header .container .headtop .headright .hdlogin {
  display: table-cell;
  vertical-align: middle;
  padding: 0.3rem 0;
}

@media (max-width: 640px) {
  #header .container .headtop .headright .hdlogin {
    position: fixed;
    top: 1.1rem;
    right: 4rem;
    z-index: 9999;
    margin-bottom: 0;
  }
}

#header .container .headtop .headright .hdlogin a {
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.3rem 1rem 0.3rem 3rem;
  color: #707070;
  border-radius: 3px;
  border: 1px solid #898989;
  position: relative;
}

@media (max-width: 640px) {
  #header .container .headtop .headright .hdlogin a {
    padding: 0.3rem 1.4rem;
    background-color: rgba(255, 255, 255, 0.6);
  }
  #header .container .headtop .headright .hdlogin a span {
    display: none;
  }
}

#header .container .headtop .headright .hdlogin a:before {
  content: "\f023";
  font-family: FontAwesome;
  display: block;
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  left: 1rem;
  margin-top: -8px;
}

@media (max-width: 640px) {
  #header .container .headtop .headright .hdlogin a:before {
    margin-top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

#header .container .headtop .headright .hdlogin.hdlogout a:before {
  content: "\f09c";
}

#header .container .headtop .headright ul {
  display: table-cell;
  vertical-align: middle;
  padding: 0 1rem;
}

@media (max-width: 640px) {
  #header .container .headtop .headright ul {
    display: none;
  }
}

#header .container .headtop .headright ul li {
  display: inline-block;
  border-right: 1px solid  #707070;
  line-height: 1.2;
}

#header .container .headtop .headright ul li:last-of-type {
  border-right: none;
}

#header .container .headtop .headright ul li a {
  font-size: 1.2rem;
  padding: 0.2rem 0.8rem;
}

#header .container .headtop .headright .hdsrch {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 640px) {
  #header .container .headtop .headright .hdsrch {
    display: none;
  }
}

#header .container .headtop .headright .hdsrch form {
  position: relative;
}

#header .container .headtop .headright .hdsrch form input {
  border: 1px solid #c9c9c9;
  line-height: 1;
  padding: 0.3rem 2.2rem 0.3rem 0.4rem;
  max-width: 200px;
}

#header .container .headtop .headright .hdsrch form button {
  position: absolute;
  top: 50%;
  right: 0.4rem;
  line-height: 1;
  margin-top: -8px;
}

#header .container #gnavi {
  clear: both;
  width: 100%;
}

#header .container #gnavi .container {
  width: 100%;
}

#header .container #gnavi .container ul {
  width: 100%;
  padding-top: 2rem;
  display: table;
}

@media (max-width: 640px) {
  #header .container #gnavi .container ul {
    width: 100%;
    height: 100vh;
    box-shadow: none;
    border-radius: 0;
    background-color: rgba(236, 236, 236, 0.9);
    position: fixed;
    top: 0;
    right: -100%;
    display: block;
    padding-top: 4.2rem;
    transition: all 0.4s ease;
  }
}

#header .container #gnavi .container ul li {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #c4c4c4;
}

@media (max-width: 770px) {
  #header .container #gnavi .container ul li {
    width: auto;
  }
}

@media (max-width: 640px) {
  #header .container #gnavi .container ul li {
    display: block;
    width: 100%;
    text-align: center;
    border-left: none;
  }
}

#header .container #gnavi .container ul li:first-of-type {
  border-left: none;
}

#header .container #gnavi .container ul li:last-of-type {
  display: none;
}

@media (max-width: 640px) {
  #header .container #gnavi .container ul li:last-of-type {
    display: block;
  }
}

#header .container #gnavi .container ul li a {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 1.5rem;
  padding: 0.2rem 0.8rem 0.6rem;
  box-sizing: border-box;
  position: relative;
}

@media (max-width: 1090px) {
  #header .container #gnavi .container ul li a {
    font-size: 1.3rem;
  }
}

@media (max-width: 900px) {
  #header .container #gnavi .container ul li a {
    font-size: 1.1rem;
  }
}

@media (max-width: 640px) {
  #header .container #gnavi .container ul li a {
    padding: 2rem;
    height: auto;
    line-height: 1;
  }
}

#header .container #gnavi .container ul li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}

@media (max-width: 640px) {
  #header .container #gnavi .container ul li a:after {
    width: 0;
    height: 1px;
    left: 0;
    transition: all 0.6s ease 0.4s;
  }
}

#header .container #gnavi .container ul li a:hover {
  opacity: 1;
}

#header .container #gnavi .container ul li a:hover:after {
  background-color: #0085da;
}

@media (max-width: 640px) {
  #header .container #gnavi .container ul li.current a {
    color: #fff;
    background-color: #0085da;
  }
}

#header .container #gnavi .container ul li.current a:after {
  background-color: #0085da;
}

#header .container #gnavi .container ul .hdsrch {
  padding: 1rem;
}

#header .container #gnavi .container ul .hdsrch form {
  position: relative;
}

#header .container #gnavi .container ul .hdsrch form input {
  border: 1px solid #c9c9c9;
  line-height: 1;
  padding: 0.3rem 2.2rem 0.3rem 0.4rem;
  width: 100%;
  background-color: #f5f5f5;
}

#header .container #gnavi .container ul .hdsrch form button {
  position: absolute;
  top: 50%;
  right: 0.4rem;
  line-height: 1;
  margin-top: -8px;
}

@media (max-width: 640px) {
  #header .container #gnavi.menuon .menubtn .open > *.bar1 {
    top: 0px;
    transform: rotate(315deg);
    width: 24px;
  }
  #header .container #gnavi.menuon .menubtn .open > *.bar2 {
    width: 0;
  }
  #header .container #gnavi.menuon .menubtn .open > *.bar3 {
    top: 0px;
    transform: rotate(-315deg);
    width: 24px;
  }
  #header .container #gnavi.menuon .container ul {
    padding-top: 4.2rem;
    width: 100%;
    height: 100vh;
    right: 0;
    z-index: 9998;
    transition: all 0.6s ease;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #header .container #gnavi.menuon .container ul li a:after {
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
    left: 0;
  }
  #header .container #gnavi.menuon .container ul li.current a:after {
    background-color: #0085da;
  }
}

#header .container #gnavi .menubtn {
  width: 3.6rem;
  height: 3.6rem;
  position: fixed;
  z-index: 9999;
  right: 0.4rem;
  top: 0.45rem;
}

#header .container #gnavi .menubtn:before {
  content: "";
  display: block;
  border-radius: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 36px;
  height: 36px;
}

#header .container #gnavi .menubtn .open > * {
  height: 5px;
  background-color: #707070;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 24px;
  transition: width 0.3s;
}

#header .container #gnavi .menubtn .open > *.bar1 {
  top: -16px;
  transition: all 0.3s ease;
}

#header .container #gnavi .menubtn .open > *.bar3 {
  top: 16px;
  transition: all 0.3s ease;
}

/*************************
footer
************************ */
/*
#totop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	@media (max-width: 640px) {
		right: 3vw;
		bottom: 14vw;
	}

	a {
		//background-color: $navcolor01;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		display: block;
		font-weight: normal;
		font-size: 2.4rem;
		line-height: 48px;
		text-align: center;
		color: #fff;
		border: 5px solid #fff;
		@media (max-width: 640px) {
			width: 10vw;
			height: 10vw;
			border: 3px solid #fff;
			font-size: 2rem;
			line-height: 10vw;
		}

		&:hover {
			opacity: 1;
			line-height: 38px;
		}
	}
}


*/
.tocontact {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: column nowrap;
  width: 110px;
  position: fixed;
  top: 50%;
  right: 2rem;
  z-index: 10000;
  transform: translateY(-50%);
}

@media (max-width: 640px) {
  .tocontact {
    flex-flow: row nowrap;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(0);
  }
}

.tocontact a {
  display: block;
  width: 110px;
  height: 110px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.8rem;
}

@media (max-width: 640px) {
  .tocontact a {
    width: 50%;
    height: auto;
    border-radius: 0;
    padding: 0.8rem;
    margin-bottom: 0;
  }
}

.tocontact a dl {
  line-height: 1.4;
}

@media (max-width: 640px) {
  .tocontact a dl {
    line-height: 1.2;
  }
}

.tocontact a dl dt {
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
}

@media (max-width: 640px) {
  .tocontact a dl dt {
    font-size: 1.5rem;
  }
}

.tocontact a dl dt:before {
  display: block;
  text-align: center;
}

@media (max-width: 640px) {
  .tocontact a dl dt:before {
    display: inline-block;
    padding-right: 0.4rem;
  }
}

.tocontact a dl dd {
  text-align: center;
  font-size: 1.1rem;
}

@media (max-width: 640px) {
  .tocontact a dl dd {
    font-size: 0.9rem;
  }
}

.tocontact a.tomail {
  background-color: #0085da;
}

.tocontact a.tomail:hover {
  opacity: 1;
  background-color: #f34f00;
}

.tocontact a.tomail dl dt:before {
  content: '\f0e0';
  font-family: FontAwesome;
}

@media (max-width: 640px) {
  .tocontact a.tomail dl dt:before {
    font-size: 1.4rem;
  }
}

.tocontact a.totel {
  background-color: #1b1b1b;
}

.tocontact a.totel dl dt:before {
  content: '\f095';
  font-family: FontAwesome;
  font-size: 2rem;
  line-height: 1.2;
}

@media (max-width: 640px) {
  .tocontact a.totel dl dt:before {
    font-size: 1.4rem;
  }
}

#totop {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
}

@media (max-width: 640px) {
  #totop {
    bottom: 1rem;
    right: 1rem;
  }
}

#totop.fttt {
  position: relative;
}

#totop.fttt a {
  position: absolute;
  bottom: 8px;
  right: 0;
}

#totop a {
  width: 3.6rem;
  height: 3.6rem;
  background-color: #0085da;
  display: table;
  text-align: center;
}

@media (max-width: 640px) {
  #totop a {
    width: 2.4rem;
    height: 2.4rem;
    opacity: 0.8;
  }
}

#totop a i {
  color: #fff;
  font-size: 3rem;
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 640px) {
  #totop a i {
    font-size: 1.6rem;
  }
}

#footer {
  padding: 4rem 0 0;
  background: #00b2fd;
  background: -moz-linear-gradient(left, #00b2fd 0%, #009fee 20%, #0069c4 50%, #004bac 80%, #00349a 100%);
  background: -webkit-linear-gradient(left, #00b2fd 0%, #009fee 20%, #0069c4 50%, #004bac 80%, #00349a 100%);
  background: linear-gradient(to right, #00b2fd 0%, #009fee 20%, #0069c4 50%, #004bac 80%, #00349a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b2fd', endColorstr='#00349a',GradientType=1 );
}

#footer .container .fttp {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

@media (max-width: 640px) {
  #footer .container .fttp {
    flex-wrap: wrap;
  }
}

#footer .container .fttp > ul {
  width: 20%;
}

@media (max-width: 640px) {
  #footer .container .fttp > ul {
    width: 49%;
    font-size: 1rem;
  }
}

#footer .container .fttp > ul > li {
  margin-bottom: 3rem;
}

@media (max-width: 640px) {
  #footer .container .fttp > ul > li {
    margin-bottom: 2rem;
  }
}

#footer .container .fttp > ul > li a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

@media (max-width: 640px) {
  #footer .container .fttp > ul > li a {
    font-size: 1rem;
  }
}

#footer .container .fttp > ul > li > ul {
  margin-left: 0.4rem;
  margin-right: 0.8rem;
}

@media (max-width: 640px) {
  #footer .container .fttp > ul > li > ul {
    margin-top: 0.8rem;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  #footer .container .fttp > ul > li > ul > li {
    margin-bottom: 0.8rem;
  }
}

#footer .container .fttp > ul > li > ul > li a {
  font-weight: normal;
  position: relative;
  padding-left: 1rem;
  display: block;
  line-height: 2;
}

#footer .container .fttp > ul > li > ul > li a:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: #fff;
  vertical-align: middle;
  margin-right: 0.8rem;
  border-radius: 100%;
  position: absolute;
  top: 1rem;
  left: 0;
}

@media (max-width: 640px) {
  #footer .container .fttp > ul > li > ul > li a:before {
    content: none;
  }
}

#footer .container .fttp .ftsns {
  width: 20%;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  padding-top: 0.3rem;
}

@media (max-width: 640px) {
  #footer .container .fttp .ftsns {
    width: 100%;
    font-size: 1rem;
    text-align: center;
  }
}

#footer .container .fttp .ftsns p {
  margin-bottom: 1.6rem;
}

@media (max-width: 640px) {
  #footer .container .fttp .ftsns p {
    margin-bottom: 0.6rem;
  }
}

#footer .container .fttp .ftsns a {
  display: block;
  margin-bottom: 1rem;
}

@media (max-width: 640px) {
  #footer .container .fttp .ftsns a {
    display: inline-block;
    padding: 0 1rem;
  }
}

#footer .container .fttp .ftsns a img {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-right: 0.6rem;
}

#footer .ftbtm {
  border-top: 1px solid #8edcff;
  padding-bottom: 0.4rem;
}

@media (max-width: 640px) {
  #footer .ftbtm {
    padding: 0.8rem 0;
  }
}

#footer .ftbtm .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.8rem;
}

@media (max-width: 640px) {
  #footer .ftbtm .container {
    display: block;
    text-align: center;
    padding-bottom: 0.8rem;
  }
}

@media (max-width: 640px) {
  #footer .ftbtm .container .ftmenu {
    margin-bottom: 1rem;
  }
}

#footer .ftbtm .container .ftmenu li {
  display: inline-block;
  margin-right: 2rem;
}

#footer .ftbtm .container .ftmenu li a {
  color: #fff;
  font-size: 1.2rem;
}

@media (max-width: 640px) {
  #footer .ftbtm .container .ftmenu li a {
    font-size: 1rem;
  }
}

#footer .ftbtm .container .copyright {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  color: #fff;
}

@media (max-width: 640px) {
  #footer .ftbtm .container .copyright {
    font-size: 0.8rem;
  }
}
