@charset "UTF-8";
/* CSS Document */

/*******************************
* ResetCSS
*******************************/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

ul,
li {
  list-style: none;
}

/***********************
root設定
***********************/

:root {
  --txt_color: #000;
  --main_color: #005bac;
  --accent_color: #1aa461;
  --sub_color: #fff100;
}

body {
  font-size: 14px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--txt_color);
}

/***********************
フォント設定
***********************/
.en {
  font-family: "Lexend", sans-serif;
}

/***********************
画像設定
***********************/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.el_imgTxt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

/***********************
リンク設定
***********************/

a {
  text-decoration: none;
  color: #000;
  transition: all 0.5s;
  -webkit-appearance: none;
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
}

/***********************
レイアウト
***********************/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: block;
  min-height: 1%;
  clear: both;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex.between {
  justify-content: space-between;
}

.flex.reverse {
  flex-direction: row-reverse;
}

.flex.start {
  justify-content: flex-start;
}

#wrapper {
  position: relative;
  width: 100%;
  padding-top: 191px;
}

@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 93px;
  }
}

@media screen and (max-width: 480px) {
  #wrapper {
    padding-top: 57px;
  }
}

/***********************
Utils
***********************/

.ly_inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 0 50px;
}

.bg_accent {
  background: var(--accent_color);
}

@media screen and (max-width: 480px) {
  .ly_inner {
    width: 100%;
    padding: 0 30px;
  }
}

/***********************
Header
***********************/

#ly_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  width: 100%;
  background: var(--main_color);
  padding: 45px 0 40px;
}

#ly_header .logo {
  width: 377px;
  position: absolute;
  top: 0;
  left: 50px;
}

.un_menuTrigger {
  display: none;
}

.bl_hNav {
  padding-top: 85px;
  float: left;
}

.bl_hNav li {
  display: inline-block;
  border-left: solid 2px #fff;
}

.bl_hNav li:last-child {
  padding-left: 15px;
}

.bl_hNav li a {
  display: inline-block;
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 3px 15px;
}

.bl_hNav li:last-child a {
  background: var(--sub_color);
  color: var(--main_color);
  border-radius: 10px;
  padding: 3px 20px;
}

.sub_menu {
  width: 245px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  right: 50px;
}

.sub_menu .msg {
  width: 100%;
  margin: 0 auto 5px;
}

.sub_menu .tel {
  background: var(--sub_color);
  color: var(--main_color);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 10px;
  display: block;
  padding: 5px 0;
  margin-bottom: 10px;
}

.sub_menu .time {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}

@media screen and (max-width: 940px) {
  .sub_menu .msg {
  }

  .sub_menu .tel {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  #ly_header {
    width: 100%;
    height: 93px;
    padding: 10px 0;
  }

  #ly_header .logo {
    position: static;
    margin: 0 auto;
  }

  .un_menuTrigger {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    z-index: 9999;
    background: url(../images/common/toggle_open.png) center center no-repeat;
    background-size: cover;
  }

  .un_menuTrigger.active {
    background: url(../images/common/toggle_close.png) center center no-repeat;
    background-size: cover;
  }

  #ly_header .bl_menu {
    width: 100%;
    position: fixed;
    top: 0;
    left: -200vw;
    transition: all 0.2s;
    background: var(--main_color);
    height: 100vh;
    z-index: 9998;
    padding-top: 100px;
  }

  #ly_header.active .bl_menu {
    left: 0;
  }

  .bl_hNav {
    padding-top: 0;
    float: none;
  }

  .bl_hNav li {
    display: block;
    width: 100%;
    border: none;
    margin-bottom: 20px;
  }

  .bl_hNav li:last-child {
    padding-left: 0;
    padding-top: 50px;
  }

  .bl_hNav li a {
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 275px;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto;
    padding: 3px 0;
  }

  .bl_hNav li:last-child a {
    padding: 15px 0;
    font-size: 16px;
    font-weight: 900;
  }

  .sub_menu {
    width: 100%;
    position: static;
    margin-top: 55px;
  }

  .sub_menu .msg {
    width: 100%;
    max-width: 245px;
    margin: 0 auto 10px;
  }

  .sub_menu .tel {
    background: transparent;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
  }

  .sub_menu .time {
    font-size: 10px;
  }
}

@media screen and (max-width: 480px) {
  #ly_header {
    height: 57px;
  }

  #ly_header .ly_inner {
    padding: 0;
  }

  #ly_header .logo {
    width: 200px;
  }

  .un_menuTrigger {
    width: 20px;
    height: 20px;
  }
}

/***********************
Footer
***********************/

#ly_footer {
  background: #d9d9d9;
  color: #575656;
  padding: 30px 0;
  text-align: center;
}

#ly_footer .sub {
  font-size: 11px;
  margin-bottom: 10px;
}

#ly_footer .name {
  font-size: 15px;
  font-weight: 700px;
  margin-bottom: 20px;
}

#ly_footer .addr {
  font-size: 12px;
  margin-bottom: 50px;
}

#ly_footer br {
  display: none;
}

.un_Copyright {
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  #ly_footer {
    padding: 15px 0;
  }

  #ly_footer .sub {
    line-height: 1.5;
  }

  #ly_footer .addr {
    font-size: 12px;
    line-height: 1.5;
  }

  .un_Copyright {
  }

  #ly_footer .sp {
    display: none;
  }

  #ly_footer br {
    display: block;
  }
}

.sec_ttl {
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
}

.brands_blc {
  max-width: 640px;
  margin: 0 auto 80px;
  text-align: center;
}

.brands_blc .brand {
  display: inline-block;
  margin: 0 5% 5%;
}

.brands_blc .brand img {
  width: 150px;
  vertical-align: middle;
}

.brands_blc .brand:nth-child(2) img {
  width: 120px;
}

@media screen and (max-width: 480px) {
  .brands_blc {
    margin: 0 auto;
  }

  .brands_blc .brand {
    display: block;
    margin: 0 auto 50px;
  }
}

.btn_float {
  position: fixed;
  top: 240px;
  right: 0;
  width: 62px;
}

@media screen and (max-width: 480px) {
  .btn_float {
    top: 90px;
    width: 40px;
  }
}

.sec_pageHead {
  padding: 75px 0 100px;
}

.sec_pageHead .page_ttl {
  width: 310px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #575656;
  letter-spacing: 0.1em;
  border-left: solid 2px #575656;
  border-right: solid 2px #575656;
  margin: 0 auto;
}

.sec_pageHead.bg_accent,
.sec_pageHead.bg_accent .page_ttl {
  color: #fff;
}

.sec_pageHead.bg_accent .page_ttl {
  border-left: solid 2px #fff;
  border-right: solid 2px #fff;
}

.sec_page {
  padding-bottom: 150px;
}

@media screen and (max-width: 480px) {
  .sec_pageHead {
    padding: 30px 0 45px;
  }

  .sec_pageHead .page_ttl {
    width: 246px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
  }

  .sec_page {
    padding-bottom: 60px;
  }
}
