@charset "UTF-8";
/* ------------------------------------------------------------------
intial set
------------------------------------------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Questrial');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;600;800&display=swap');

html {
  font-size: 62.5%;
}

/* 10px */
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  color: #333;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
}

div.page {
  overflow: hidden;
}

p {
  font-size: 1.6rem;
  /* 16px */
  line-height: 1.8em;
}

ol {
  padding: 0;
}

a, a:focus, a:active, a.active {
  outline: 0;
  color: #144892;
  text-decoration: none;
}

a:hover {
  outline: 0;
  color: #49689B;
  text-decoration: none;
}

h1 {
  margin: 0;
}

h2, h3, h4, h5, h6 {
  margin-top: 0;
  text-transform: uppercase;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  line-height: 1.6em;
}

ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

img {
  width: 100%;
  height: 100%;
}

.img-centered {
  margin: 0 auto;
}

@media only screen and (max-width: 736px) {
  p {
    font-size: 1.4rem;
  }

  ul, ol {
    font-size: 1.3rem;
  }
}

/* ------------------------------------------------------------------
header nav
------------------------------------------------------------------ */
.navbar {
  border: 0px solid transparent;
  background: #fff;
  font-weight: 700;
  border-radius: 0;
  margin-bottom: 0;
}

.colorLine {
  height: 3px;
  letter-spacing: -.4em;
}

.navbar a:focus {
  outline: 0;
}

.navbar .navbar-nav {
  letter-spacing: 1px;
}

ul.navbar-nav li {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  color: #2d2d2d;
  position: relative;
  transition: .3s;
  -moz-transition: background-color .2s linear, color .2s linear, border .2s linear;
  -webkit-transition: background-color .2s linear, color .2s linear, border .2s linear;
  -o-transition: background-color .2s linear, color .2s linear, border .2s linear;
  -ms-transition: background-color .2s linear, color .2s linear, border .2s linear;
  transition: background-color .2s linear, color .2s linear, border .2s linear;
}

.navbar .navbar-nav li a:focus {
  outline: 0;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-toggle .icon-bar {
  background-color: #000;
  width: 36px;
  height: 2px;
}

.navbar-toggle {
  position: absolute;
  top: 12px;
  right: 15px;
  padding: 6px 0px;
  margin-top: 6px;
  margin-bottom: 0px;
  margin-right: 0px;
  z-index: 99999;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 7px;
}

@media(min-width:768px) {
  .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar {
    transition: .5s;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 136px;
    padding-top: 0px;
    z-index: 9998;
  }

  .navbar-header {
    float: none;
    height: 124px;
    padding: 20px 0;
  }

  .fixed-top {
    background: #fff;
    height: 124px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
    top: 0;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
  }

  .navbar.top-nav-collapse {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    background: rgba(217, 204, 196, .9);
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
  }

  .navbar.top-nav-collapse ul.navbar-nav li a {
    color: #fff;
  }

  .navbar.top-nav-collapse ul.navbar-nav li a:hover {
    color: #ff7500;
  }

  .navBox {
    float: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .navbar-nav {
    float: none;
    text-align: center;
    font-size: 0;
  }

  ul.navbar-nav li {
    float: none;
    display: inline-block;
    font-size: 1.0rem;
  }

  ul.navbar-nav li a {
    display: block;
    color: #2d2d2d;
  }

  ul.navbar-nav li::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 4px;
    background-color: #ff7500;
    transition: .3s;
  }

  ul.navbar-nav li:hover::after {
    width: 100%;
  }

  .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #ff7500;
  }

  .navbar-nav>li:last-child>a:hover {
    background: transparent;
  }

  .nav>li>a {
    line-height: 50px;
    padding: 0px 8px;
  }

  .dropdown:hover>.dropdown-menu {
    display: block;
  }

  .dropdown-menu {
    border-radius: 0px;
    background: #263B61;
    padding: 0;
    border: solid 0px;
  }

  .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: transparent;
  }

  ul.dropdown-menu li {
    display: block;
  }

  .dropdown p {
    margin-bottom: 0;
    padding: 0px 6px;
    color: #626262;
    font-size: 1.1rem;
    line-height: 60px;
  }

  .dropdown p:hover {
    color: #133c67;
  }

  ul.dropdown-menu li a {
    display: block;
    padding: 0px 15px;
    line-height: 40px;
    text-align: left;
    color: #fff !important;
    -moz-transition: background-color .2s linear, color .2s linear, border .2s linear;
    -webkit-transition: background-color .2s linear, color .2s linear, border .2s linear;
    -o-transition: background-color .2s linear, color .2s linear, border .2s linear;
    -ms-transition: background-color .2s linear, color .2s linear, border .2s linear;
    transition: background-color .2s linear, color .2s linear, border .2s linear;
  }

  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #010e2a;
  }

  ul.dropdown-menu li::after {
    display: none;
  }
}

@media(min-width:769px) {
  .nav>li>a {
    padding: 0px 15px;
  }
}

@media(min-width:1024px) {

  .fixed-top {
    height: 135px;
  }

  .nav>li>a {
    padding: 0px 25px 0 40px;
  }

  .nav>li>a::before {
    position: absolute;
    top: 50%;
    left: 22px;
    content: "";
    width: 14px;
    height: 14px;
    margin-top: -6px;
    background-image: url(../img/head-arrow.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
  }

  .nav>li>a:hover::before {
    position: absolute;
    top: 50%;
    left: 22px;
    content: "";
    width: 14px;
    height: 14px;
    margin-top: -6px;
    background-image: url(../img/head-arrow_hover.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
  }

  ul.navbar-nav li {
    font-size: 1.2rem;
  }

  .dropdown p {
    padding: 0px 10px;
    font-size: 1.2rem;
    line-height: 60px;
  }
}

@media(min-width:1366px) {
  .navbar {
    height: 150px;
  }

  .navbar-header {
    height: 150px;
  }

  .fixed-top {
    height: 150px;
  }
  .nav>li>a {
    padding: 0px 35px 0 50px;
  }

  .nav>li>a::before {
    left: 32px;
  }

  .nav>li>a:hover::before {
    left: 32px;
  }

  .dropdown p {
    padding: 0px 20px;
  }

  ul.navbar-nav li {
    font-size: 1.4rem;
  }

  .dropdown p {
    padding: 0px 20px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 736px) {
  .fixed-top {
    background: #fff;
    height: 70px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
    top: 0;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
  }
  .navbar{
    height: 70px;
  }
  .navbar-nav {
    margin: 0px -15px;
  }

  .dropdown p {
    line-height: 25px;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 0;
  }

  .dropdown-menu>li>a {
    color: #fff;
  }

  .dropdown-menu {
    display: block;
    position: static;
    float: none;
    background-color: #305479;
    text-align: center;
    padding: 0px 0;
    margin: 0px 0 0;
    border: 0;
    border-radius: 0;
  }

  .dropdown-menu>li>a {
    padding: 0;
    line-height: 40px;
    font-size: 1.4rem;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 34px;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.4);
    margin-left: -10px;
    margin-right: -10px;
  }

  .navbar-collapse {
    position: absolute !important;
    z-index: 33;
    width: 100%;
    margin-left: 0px;
    border-top: 0px solid transparent;
    top: 0px;
    background: #fff;
  }

  .navbar-collapse.in {
    position: absolute;
    z-index: 33;
    display: block;
    width: 100%;
    margin-left: 0px;
    top: 0px;
  }

  .navbar-nav>li {
    border-bottom: solid 0px #fff;
    background: #d2d2d2;
  }

  .navbar-nav>li:first-child {
    padding-top: 100px;
  }

  .navbar-nav>li:last-child {
    padding-bottom: 100px;
  }

  .navbar-nav>li>a {
    line-height: 40px;
    text-align: center;
    font-size: 1.6rem;
    color: #000;
  }

  .navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: 400;
  }
}

/* ------------------------------------------------------------------
logo　電話番号　ボタン
------------------------------------------------------------------ */
.custom-navbar .navbar-brand {
  background-image: url("../img/logo.svg");
  -webkit-background-image: url("../img/logo.svg");
  -moz-background-image: url("../img/logo.svg");
  -ms-background-image: url("../img/logo.svg");
  -o-background-image: url("../img/logo.svg");
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-indent: 500%;
  white-space: nowrap;
}

@media(min-width:768px) {
  .header__menu {
    display: flex;
align-items: center;
justify-content: space-between;
    width: 740px;
    margin: 0 auto;
  }
  .header_right {
    display: flex;
    align-items: center;
    margin-left: auto;
  }

  .header_right h1 {
    color: #555;
    font-weight: 400;
    font-size: 1.0rem;
  }

  .header-phone {
    padding-left: 5px;
  }

  .header-phone .conv_top_text {
    line-height: 1;
    margin-bottom: 7px;
    color: #f73616;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 500;
  }

  .header-phone .conv_bottom_text {
    line-height: 1;
    color: #2d2d2d;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 1.0rem;
  }

  .header-phone .conv_number {
    position: relative;
    font-family: 'Roboto', sans-serif;
    color: #2d2d2d;
    font-weight: 600;
    font-size: 2.1rem;
    line-height: 1;
    padding-left: 25px;
    margin-bottom: 0;
  }

  .header-phone .conv_number:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../img/telephone-call.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
  }

  .header-phone a {
    text-decoration: none;
    color: #2d2d2d;
  }

  .header-line {
    width: auto;
    height: 40px;
    padding-left: 10px;
  }

  .header-line img {
    border-radius: .6em;
  }

  .navbar-brand {
    height: 50px;
    width: 141px;
  }

  .custom-navbar.top-nav-collapse .navbar-brand {
    height: 40px;
    width: 149px;
  }

  .navbar.top-nav-collapse .contactfixed .btn {
    background-color: #ea9299;
    color: #fff;
    border: solid 0px #ea9299;
  }

  .navbar.top-nav-collapse .contactfixed .btn:hover {
    background: #000;
    color: #fff;
  }

  .contactfixed .btn {
    width: 130px;
    line-height: 50px;
    position: absolute;
    top: 25px;
    right: 0px;
    padding: 0 0 0 0px;
    font-size: 1.5rem;
    font-weight: 400;
  }

  .contactfixed_footer {
    display: none;
  }
}

@media(min-width:1024px) {
  .header__menu {
    width: 960px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0px;
  }

  .header_logo {
    margin-bottom: 0px;
  }

  .header-phone {
    padding-left: 10px;
  }

  .header-phone .conv_top_text {
    font-size: 1.3rem;
  }

  .header-phone .conv_bottom_text {
    font-size: 1.1rem;
  }

  .header-phone .conv_number {
    font-size: 3.0rem;
    padding-left: 30px;
  }

  .header-phone .conv_number:before {
    top: 5px;
    width: 24px;
    height: 24px;
  }

  .header-line {
    width: auto;
    height: 60px;
    padding-left: 10px;
  }

  .navbar-brand {
    height: 66px;
    width: 186px;
  }

  .custom-navbar.top-nav-collapse .navbar-brand {
    height: 44px;
    width: 164px;
  }

  .navbar.top-nav-collapse .contactfixed .btn::after {
    display: block;
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url(../img/email.png) no-repeat 0 0;
    background-size: 24px 24px;
  }

  .navbar.top-nav-collapse .contactfixed .btn:hover::after {
    display: block;
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url(../img/email.png) no-repeat 0 0;
    background-size: 24px 24px;
  }

  .contactfixed .btn {
    width: 160px;
    padding: 0 0 0 55px;
    text-align: left;
  }

  .contactfixed .btn::after {
    display: block;
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url('../img/email.png') no-repeat 0 0;
    background-size: 24px 24px;
  }

  .contactfixed .btn:hover::after {
    display: block;
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url('../img/email.png') no-repeat 0 0;
    background-size: 24px 24px;
  }
}

@media(min-width:1366px) {
  .header__menu {
    width: 1320px;
    padding: 0 60px;
  }

  .header_right h1 {
    font-size: 1.2rem;
  }

  .header-phone {
    padding-left: 15px;
  }

  .header-phone .conv_top_text {
    font-size: 1.5rem;
  }

  .header-phone .conv_bottom_text {
    font-size: 1.2rem;
  }

  .header-phone .conv_number {
    font-size: 3.6rem;
    padding-left: 35px;
  }

  .header-phone .conv_number:before {
    top: 5px;
    width: 28px;
    height: 28px;
  }

  .header-line {
    height: 80px;
    padding-left: 15px;
  }

  .navbar-brand {
    height: 80px;
    width: 226px;
  }

  .contactfixed .btn {
    width: 170px;
    padding: 0 0 0 55px;
  }
}

@media(min-width:1728px) {
  .header__menu {
    width: 1560px;
  }
}

@media only screen and (max-width: 736px) {

  .header_logo {
    position: absolute;
    top: 16px;
    left: 15px;
    z-index: 9;
  }

  .navbar-brand {
    height: 40px;
    width: 113px;
  }

  .header-line {
    position: absolute;
    top:10px;
    right:70px;
    width: 144px;
    height: 50px;
  }

  .header_right h1, .header_right .header-phone{
    display: none;
  }

  .head_btn {
    float: left;
    width: 35%;
  }

  .head_btn ul {
    letter-spacing: -.4em;
  }

  .head_btn ul li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 42%;
    margin-left: 4%;
  }

  .head_btn ul li .btn {
    padding: 6px 10px;
  }

  .head_btn ul li img {
    width: 100%;
  }

  .contactfixed .btn {
    display: none;
  }

  .contactfixed_footer {
    position: fixed;
    z-index: 111;
    padding: 10px 15px;
    background: #28292C;
    color: #fff;
    width: 100%;
    left: 0;
    bottom: 0px;
  }

  .contactfixed_footer ul {
    letter-spacing: -.4em;
  }

  .contactfixed_footer ul li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    font-weight: 600;
    font-size: 1.4rem
  }

  .contactfixed_footer ul li:first-child {
    width: 92%;
  }

  .contactfixed_footer ul li:last-child {
    width: 8%;
  }

  .contactfixed_footer ul li:last-child img {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 414px) {
  .contactfixed_footer ul li:first-child {
    width: 80%;
  }

  .contactfixed_footer ul li:last-child {
    width: 20%;
  }
}

/* ------------------------------------------------------------------
mv
------------------------------------------------------------------ */
/* wrap */
.hero {
  position: relative;
}

/* video */
.mv-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  flex-basis: 100%;
}

.mv {
  background: url(../img/mv_pc.jpg) no-repeat bottom center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  width: 100%;
  height: 100vh;
}

/* text */
.text-box {
  -webkit-box-shadow: 8px 8px 0px rgb(0 0 0 / 15%);
  box-shadow: 8px 8px 0px rgb(0 0 0 / 15%);
  background: #fff;
  border-radius: .6em;
  position: absolute;
  left: 50%;
  width: 68%;
  margin-left: -34%;
  bottom: 60px;
  padding: 30px;
}

.head__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  margin-bottom: 10px;
}

.text-box h2 {
  font-weight: 600;
  text-align: center;
  color: #ed6103;
  line-height: 1.6571;
  margin-bottom: 0px;
}

.catch-text {
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

ul.head__inon {
  letter-spacing: -.4em;
  text-align: center;
}

ul.head__inon li {
  border-radius: .4em;
  background: #f3f3f3;
  padding: 15px 15px 20px;
  -webkit-box-shadow: 5px 5px 0px rgb(0 0 0 / 15%);
  box-shadow: 5px 5px 0px rgb(0 0 0 / 15%);
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

ul.head__inon li img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6px;
  width: 45%;
}

ul.head__inon li p {
  color: #ed6103;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0;
}

@media(min-width:768px) {
  /* text */
  .text-box {
    width: 78%;
    margin-left: -39%;
    bottom: 40px;
    padding: 30px 20px 20px;
  }

  .head__logo {
    width: 40%;
  }
  .text-box h2 {
    font-size: 1.8rem;
  }
  .catch-text {
    font-size: 1.4rem;
  }
  ul.head__inon li {
    width: 15%;
    margin-left: 2%;
    margin-bottom: 2%;
    padding: 15px 5px 20px;
  }
  ul.head__inon li:first-child{
    margin-left: 0%;
  }
  ul.head__inon li p {
    font-size: 1.1rem;
  }
}

@media(min-width:1024px) {
  .mv {
    background: url(../img/mv_pc_hi.jpg) no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 110vh;
  }
  /* text */
  .text-box {
    width: 78%;
    margin-left: -39%;
    bottom: 40px;
    padding: 30px;
  }
  .head__logo {
    width: 40%;
  }
  .text-box h2 {
    font-size: 1.9rem;
  }
  .catch-text {
    font-size: 1.5rem;
  }
  ul.head__inon li {
    padding: 15px 15px 20px;
  }
  ul.head__inon li p {
    font-size: 1.4rem;
  }
}

@media(min-width:1366px) {

  /* text */
  .text-box {
    width: 68%;
    margin-left: -34%;
    bottom: 60px;
    padding: 30px;
  }
  .text-box h2 {
    font-size: 2.4rem;
  }

  .catch-text {
    font-size: 1.8rem;
  }

  ul.head__inon li p {
    font-size: 1.7rem;
  }
}

@media(min-width:1728px) {

  .text-box h2 {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 428px) {
  .mv {
    background: url(../img/mv_sp.jpg) no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 100vh;
  }
  /* text */
  .text-box {
    -webkit-box-shadow: 5px 5px 0px rgb(0 0 0 / 15%);
    box-shadow: 5px 5px 0px rgb(0 0 0 / 15%);

    width: 84%;
    margin-left: -42%;
    bottom: 40px;
    padding: 30px 20px;
  }

  .head__logo{
    width: 70%;
  }

  .text-box h2 {
    font-size: 1.6rem;
    letter-spacing: normal;
    padding: 0 0px;
    margin-bottom: 5px;
  }
  .catch-text{
    margin-bottom: 20px;
    font-size: 1.3rem;
  }

  ul.head__inon li{
    -webkit-box-shadow: 3px 3px 0px rgb(0 0 0 / 15%);
    box-shadow: 3px 3px 0px rgb(0 0 0 / 15%);
    width: 31%;
    margin-left: 3.5%;
    margin-bottom: 3.5%;
    padding: 10px 5px 15px;
  }

  ul.head__inon li:first-child {
    margin-left: 0;
  }

  ul.head__inon li:nth-child(3n+1) {
    margin-left: 0;
  }

  ul.head__inon li img {
    margin-bottom: 3px;
  }

  ul.head__inon li p{
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 360px) {
  .text-box h2 {
    font-size: 1.5rem;
  }
  .catch-text{
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 320px) {}

/* ------------------------------------------------------------------
inner
------------------------------------------------------------------ */
.inner, .header-inner, .innerBox {
  margin-left: auto;
  margin-right: auto;
}

.shadowBox {
  background: #fff;
  -moz-box-shadow: 0 0px 14px 0px rgba(115, 115, 115, .4);
  -webkit-box-shadow: 0 0px 14px 0px rgba(115, 115, 115, .4);
  box-shadow: 0 0 14px 0px rgba(115, 115, 115, .4);
}

.white_bg {
  background-color: #fff;
}

.under-page-inner {
  margin: 100px 0 100px;
}

@media(min-width:768px) {
  .inner {
    width: 680px;
  }

  .header-inner {
    margin-left: -15px;
    margin-right: -15px;
  }

  .innerBox {
    width: 600px;
    padding: 0px 0;
  }
}

@media(min-width:1024px) {
  .inner {
    width: 920px;
  }

  .innerBox {
    width: 820px;
  }
}

@media(min-width:1366px) {
  .inner {
    width: 1260px;
  }

  .innerBox {
    width: 880px;
  }
}

@media only screen and (max-width: 736px) {
  .inner {
    padding: 0px 20px 0;
  }

  .header-inner {
    padding: 0px 15px 0;
  }

  .innerBox {
    padding: 0px 0px;
  }

  .under-page-inner {
    margin: 40px 0 40px;
  }
}

/* ------------------------------------------------------------------
リスト カラム
------------------------------------------------------------------ */
.t_a_b{
  padding: 30px 20px;
}
ul.list-3-column, ol.list-3-column, ul.list-2-column, ul.list-4-column, ol.list-4-column, ul.list-5-column, ul.list-6-column {
  letter-spacing: -.4em;
  text-align: center;
}

ul.list-3-column li, ol.list-3-column li, ul.list-2-column li, ul.list-4-column li, ol.list-4-column li, ul.list-5-column li, ul.list-6-column li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

ul.list-3-column li, ol.list-3-column li {
  width: 31%;
  margin-left: 3.5%;
  margin-bottom: 3.5%;
}

ul.list-3-column li:first-child, ol.list-3-column li:first-child {
  margin-left: 0;
}

ul.list-3-column li:nth-child(3n+1), ol.list-3-column li:nth-child(3n+1) {
  margin-left: 0;
}

ul.list-2-column li {
  width: 48%;
  margin-left: 4%;
  margin-bottom: 3.5%;
}

ul.list-2-column li:first-child {
  margin-left: 0;
}

ul.list-2-column li:nth-child(odd) {
  margin-left: 0;
}

ul.list-4-column li, ol.list-4-column li {
  width: 23.5%;
  margin-left: 2%;
  margin-bottom: 2%;
}

ul.list-4-column li:first-child, ol.list-4-column li:first-child {
  margin-left: 0;
}

ul.list-4-column li:nth-child(4n), ol.list-4-column li:nth-child(4n) {
  margin-right: 0;
}

ul.list-4-column li:nth-child(4n+5), ol.list-4-column li:nth-child(4n+5) {
  margin-left: 0;
}

ul.list-5-column li {
  width: 18.4%;
  margin-left: 2%;
  margin-bottom: 2%;
}

ul.list-5-column li:first-child {
  margin-left: 0;
}

ul.list-5-column li:nth-child(5n) {
  margin-right: 0;
}

ul.list-5-column li:nth-child(5n+6) {
  margin-left: 0;
}

ul.list-6-column li {
  width: 15%;
  margin-left: 2%;
  margin-bottom: 2%;
}

ul.list-6-column li:first-child {
  margin-left: 0;
}

@media(min-width:768px) {
  ul.list-6-column li:nth-child(6n) {
    margin-right: 0;
  }

  ul.list-6-column li:nth-child(6n+7) {
    margin-left: 0;
  }
}

@media(min-width:1024px) {
  .t_a_b{
    padding: 30px 20px;
  }
}

@media(min-width:1366px) {
  .t_a_b{
    padding: 30px 30px;
  }
}


@media only screen and (max-width: 736px) {
  ul.list-3-column li, ol.list-3-column li, ul.list-2-column li, ul.list-5-column li {
    display: block;
  }

  ul.list-3-column li, ol.list-3-column li, ul.list-5-column li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }

  ul.list-2-column li {
    width: 100%;
    margin-left: 0%;
  }
}

@media only screen and (max-width: 414px) {
  ul.list-4-column li, ol.list-4-column li, ul.list-6-column li {
    display: inline-block;
  }

  ul.list-4-column li, ol.list-4-column li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 15px;
  }

  ul.list-4-column li:first-child, ol.list-4-column li:first-child {
    margin-left: 0;
  }

  ul.list-4-column li:nth-child(2n), ol.list-4-column li:nth-child(2n) {
    margin-right: 0;
  }

  ul.list-4-column li:nth-child(2n+3), ol.list-4-column li:nth-child(2n+3) {
    margin-left: 0;
  }

  ul.list-6-column li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 15px;
  }

  ul.list-6-column li:first-child {
    margin-left: 0;
  }

  ul.list-6-column li:nth-child(2n) {
    margin-right: 0;
  }

  ul.list-6-column li:nth-child(2n+3) {
    margin-left: 0;
  }
}

/* ------------------------------------------------------------------
高さそろえる　flex
------------------------------------------------------------------ */
ul.list-2-flex li:first-child, ul.list-3-flex li:first-child, ol.list-3-flex li:first-child, ul.list-4-flex li:first-child, ul.list-5-flex li:first-child, ul.list-6-flex li:first-child {
  margin-left: 0;
}

ul.list-2-flex, ul.list-3-flex, ol.list-3-flex, ul.list-4-flex, ul.list-5-flex, ul.list-6-flex {
  display: flex;
  flex-wrap: initial;
  flex-wrap:wrap;
}

@media (min-width: 667px) and (max-width: 1021px) {
  ul.list-4-flex, ul.list-5-flex, ul.list-6-flex {
    flex-wrap: wrap;
  }

  ul.list-4-flex li, ul.list-5-flex li, ul.list-6-flex li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 3.5%;
  }

  ul.list-4-flex li:nth-child(even), ul.list-5-flex li:nth-child(even), ul.list-6-flex li:nth-child(even) {
    margin-left: 4%;
  }

  ul.list-4-flex li:nth-child(odd), ul.list-5-flex li:nth-child(odd), ul.list-6-flex li:nth-child(odd) {
    margin-left: 0%;
  }
}

@media(min-width:667px) {
  ul.list-2-flex li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 3.5%;
  }

  ul.list-2-flex li:nth-child(odd) {
    margin-left: 0;
  }

  ul.list-3-flex li, ol.list-3-flex li {
    width: 31%;
    margin-left: 3.5%;
    margin-bottom: 30px;
    box-sizing: border-box;
    overflow: hidden;
  }

  ul.list-3-flex li:nth-child(3n), ol.list-3-flex li:nth-child(3n) {
    margin-right: 0;
  }

  ul.list-3-flex li:nth-child(3n+4), ol.list-3-flex li:nth-child(3n+4) {
    margin-left: 0;
  }

  .flexInner {
    padding: 40px 30px;
  }
}

@media(min-width:1024px) {
  ul.list-4-flex li {
    width: 23.5%;
    margin-left: 2%;
    margin-bottom: 2%;
  }

  ul.list-4-flex li:nth-child(4n) {
    margin-right: 0;
  }

  ul.list-4-flex li:nth-child(4n+5) {
    margin-left: 0;
  }

  ul.list-5-flex li {
    width: 18.4%;
    margin-left: 2%;
    margin-bottom: 2%;
  }

  ul.list-5-flex li:nth-child(5n) {
    margin-right: 0;
  }

  ul.list-5-flex li:nth-child(5n+6) {
    margin-left: 0;
  }

  ul.list-6-flex li {
    width: 15.8333%;
    margin-left: 1%;
    margin-bottom: 2%;
  }

  ul.list-6-flex li:nth-child(6n) {
    margin-right: 0;
  }

  ul.list-6-flex li:nth-child(6n+7) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 428px) {
  ul.list-3-flex, ol.list-3-flex{
    display: block;
    width: 100%;

  }
  ul.list-4-flex li, ul.list-5-flex li, ul.list-6-flex li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 3.5%;
  }

  ul.list-4-flex li:nth-child(odd), ul.list-5-flex li:nth-child(odd), ul.list-6-flex li:nth-child(odd) {
    margin-left: 0;
  }
}

/* ------------------------------------------------------------------
横スライド
------------------------------------------------------------------ */
ul.beside_slide_5_column {
  letter-spacing: -.4em;
  text-align: center;
}

ul.beside_slide_5_column li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

@media(min-width:768px) {
  ul.beside_slide_5_column li {
    width: 18.4%;
    margin-left: 2%;
    margin-bottom: 2%;
  }

  ul.beside_slide_5_column li:first-child {
    margin-left: 0;
  }

  ul.beside_slide_5_column li:nth-child(5n) {
    margin-right: 0;
  }

  ul.beside_slide_5_column li:nth-child(5n+6) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 428px) {
  ul.beside_slide_5_column {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }

  ul.beside_slide_5_column li {
    vertical-align: top;
    text-align: center;
    width: 70%;
    white-space: normal;
    display: inline-block;
    margin: 0 10px;
  }
}

/* ------------------------------------------------------------------
リストteble
------------------------------------------------------------------ */
ul.teble-list li {
  border-bottom: solid 1px #ddd;
  display: table;
  width: 100%;
  font-size: 1.6rem;
}

ul.teble-list li:first-child {
  border-top: solid 1px #ddd
}

ul.teble-list li div {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 10px;
}

ul.teble-list li div:first-child {
  background: rgba(220, 212, 205, .2);
  width: 24%;
  text-align: center;
  letter-spacing: 1px;
  border-left: solid 1px #ddd;
  font-weight: 600;
  color: #28292C;
}

ul.teble-list li div:last-child {
  border-right: solid 1px #ddd;
}

/* -----teble-listライン----- */
ul.teble-listLine li {
  display: table;
  width: 100%;
  font-size: 1.3rem;
}

ul.teble-listLine li div {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 15px;
}

ul.teble-listLine li div:first-child {
  width: 25%;
  letter-spacing: .5px;
  border-bottom: solid 1px #939496;
  font-weight: 600;
  text-align: center;
  padding: 8px 0px;
}

ul.teble-listLine li div:last-child {
  border-bottom: solid 1px #eee;
}

@media(min-width:768px) {

  /* -----teble-listライン----- */
  ul.teble-listLine li:first-child div:first-child {
    border-top: solid 1px #939496;
  }

  ul.teble-listLine li:first-child div:last-child {
    border-top: solid 1px #eee;
  }
}

@media only screen and (max-width: 736px) {
  ul.teble-list li {
    display: block;
    border: 0;
    font-size: 1.4rem;
  }

  ul.teble-list li:first-child {
    border: 0;
  }

  ul.teble-list li div {
    display: block;
    padding: 10px 10px 20px;
  }

  ul.teble-list li div:first-child {
    width: 100%;
    text-align: left;
    padding: 8px 10px;
    border-right: solid 0px #c8d2dd;
    border-left: solid 0px #c8d2dd;
  }

  ul.teble-list li div:last-child {
    border-left: solid 0px #c8d2dd;
    border-right: solid 0px #e9e9e9;
  }

  ul.teble-list li:first-child div {
    border-top: solid 0px #c8d2dd;
  }

  ul.teble-list li:last-child div {
    border-bottom: solid 0px #c8d2dd;
  }

  /* -----teble-listライン----- */
  ul.teble-listLine li {
    display: block;
    border: 0;
    font-size: 1.3rem;
  }

  ul.teble-listLine li:first-child {
    border: 0;
  }

  ul.teble-listLine li div {
    display: block;
  }

  ul.teble-listLine li div:first-child {
    width: 100%;
    text-align: left;
    padding: 5px 10px;
  }

  ul.teble-listLine li div:last-child {
    border-bottom: solid 0px #eee;
    padding: 10px 10px 30px;
  }
}

/* ------------------------------------------------------------------
bootsytap teble
------------------------------------------------------------------ */
.table-bordered {
  border: 1px solid #ccc;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  border: 1px solid #ccc;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 13px;
  text-align: center;
  vertical-align: middle;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  border-bottom-width: 1px;
}

.table>thead>tr>th {
  vertical-align: middle;
  text-align: center;
  background: #2758a7;
  color: #fff;
}

.table>tbody>tr>td:first-child {
  background-color: #dfe6f2 !important;
  font-weight: 600;
}

.table>tbody>tr:first-child>td {
  background: #f3ecc8;
  color: #000;
  font-weight: 600;
}

.table>tbody>tr>td:last-child {
  text-align: left;
}

.table-bordered {
  font-size: 1.3rem;
}

@media only screen and (max-width: 736px) {
  .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 13px 8px;
  }
}

/* ------------------------------------------------------------------
leftBox/rightBox
------------------------------------------------------------------ */
.leftBox {
  width: 100%;
}

.rightBox {
  width: 100%;
}

@media(min-width:1024px) {
  .leftBox {
    float: left;
    width: 48%;
    margin-left: 0%;
  }

  .rightBox {
    float: left;
    width: 48%;
    margin-left: 4%;
  }
}

@media only screen and (max-width: 736px) {}

  /* ------------------------------------------------------------------
  img
  ------------------------------------------------------------------ */
  img {
    width: 100%;
  }

  .img-radius {
    border-radius: .6em;
  }

  .flex-item {
    flex-basis: 100%;
  }

  .image-wrap {
    position: relative;
    overflow: hidden;
    padding-top: 60%;
    margin: 0 auto;
  }

  .image-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .photaria {
    margin-left: auto;
    margin-right: auto;
  }

  .photaria img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: auto;
  }

  .phot-disc {
    display: block !important;
    font-size: 1.18rem;
    margin: .3em 0 .5em;
    text-align: center;
  }

  /* -----画像トリミング・角丸.3em----- */
  .fix-phot-radius {
    position: relative;
    width: 100%;
    /*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
    padding-top: 100%;
    /*　トリミングしたい枠の高さ（固定にしたい場合はサイズを入力）　*/
    overflow: hidden;
    /*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
    margin: 0 auto;
    -moz-transition: border-radius .2s linear, color .2s linear, border .2s linear;
    -webkit-transition: border-radius .2s linear, color .2s linear, border .2s linear;
    -o-transition: border-radius .2s linear, color .2s linear, border .2s linear;
    -ms-transition: border-radius .2s linear, color .2s linear, border .2s linear;
    transition: border-radius .2s linear, color .2s linear, border .2s linear;
  }

  .fix-phot-radius img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 150%;
    max-height: 150%;
  }

  .fix-phot-top {
    position: relative;
    width: 100%;
    padding-top: 66.666666%;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 0;
    -moz-transition: border-radius .2s linear, color .2s linear, border .2s linear;
    -webkit-transition: border-radius .2s linear, color .2s linear, border .2s linear;
    -o-transition: border-radius .2s linear, color .2s linear, border .2s linear;
    -ms-transition: border-radius .2s linear, color .2s linear, border .2s linear;
    transition: border-radius .2s linear, color .2s linear, border .2s linear;
  }

  .fix-phot-top img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 150%;
    max-height: 150%;
  }

  .blog-phot, .trimming-photo {
    background: url(../img/nophoto.png) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
    width: 100%;
    /*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
    padding-top: 100%;
    /*　トリミングしたい枠の高さ（固定にしたい場合はサイズを入力）　*/
    overflow: hidden;
    /*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
    margin: 0 auto;
  }

  .trimming-photo {
    padding-top: 75%;
  }

  .blog-phot img, .trimming-photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 140%;
    max-height: 140%;
  }

  .photoLeft {
    width: 190px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
  }

  .photoRight {
    width: 300px;
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
  }

  .photoLeft img, .photoRight img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .scale {
    margin-left: auto;
    margin-right: auto;
  }

  .scale img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: auto;
  }

  @media(min-width:768px) {
    .scale {
      width: 100%;
      height: auto;
      overflow: hidden;
    }

    .scale img {
      width: 100%;
      -moz-transition: -moz-transform 0.5s linear;
      -webkit-transition: -webkit-transform 0.5s linear;
      -o-transition: -o-transform 0.5s linear;
      -ms-transition: -ms-transform 0.5s linear;
      transition: transform 0.5s linear;
    }

    .scale img:hover {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
    }
  }

  @media only screen and (max-width: 736px) {
    .photoLeft {
      margin-right: 15px;
      margin-bottom: 5px;
    }

    .photoRight {
      margin-left: 15px;
      margin-bottom: 5px;
    }
  }

.shadow {
  -moz-box-shadow: 0 0px 14px 0px rgba(115, 115, 115, .4);
  -webkit-box-shadow: 0 0px 14px 0px rgba(115, 115, 115, .4);
  box-shadow: 0 0 14px 0px rgba(115, 115, 115, .4);
}

/* ------------------------------------------------------------------
youtube
------------------------------------------------------------------ */
#topYoutube {
  border-radius: 6px;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 736px) {
  #topYoutube {
    margin: 15px 0;
    padding: 15px;
  }
}

/* ------------------------------------------------------------------
404
------------------------------------------------------------------ */
.errorBox {
  text-align: center;
}

.errorBox h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 5.0rem;
}

.errorBox .btn {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 220px;
  line-height: 50px;
}

a.error_link {
  text-decoration: underline;
}

@media(min-width:768px) {
  .errorBox h3 {
    font-size: 7.0rem;
  }
}

/* ------------------------------------------------------------------
margin　スクロール
------------------------------------------------------------------ */
.mb-box {
  margin-bottom: 100px;
}

.mb-box:last-child {
  margin-bottom: 0px;
}

.scrollBox {
  margin-top: -120px;
  padding-top: 120px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb10 {
  margin-bottom: 10px;
}

a.anchor {}

@media only screen and (max-width: 736px) {
  .mb-box {
    margin-bottom: 50px;
  }

  .scrollBox {
    margin-top: -50px;
    padding-top: 50px;
  }
}

/* ------------------------------------------------------------------
inline-block
------------------------------------------------------------------ */
.need_container {
  text-align: center;
}

.needsBox {
  display: inline-block;
  text-align: left;
}

/* ------------------------------------------------------------------
ボタン
------------------------------------------------------------------ */
.btn {
  position: relative;
  line-height: 54px;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 600;
  -moz-border-radius: .1em;
  -webkit-border-radius: .1em;
  -o-border-radius: .1em;
  -ms-border-radius: .1em;
  border-radius: .1em;
  border: 0px solid transparent;
  padding: 0px 0 0 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -moz-transition: background-color .2s linear, color .2s linear, border .2s linear;
  -webkit-transition: background-color .2s linear, color .2s linear, border .2s linear;
  -o-transition: background-color .2s linear, color .2s linear, border .2s linear;
  -ms-transition: background-color .2s linear, color .2s linear, border .2s linear;
  transition: background-color .2s linear, color .2s linear, border .2s linear;
}

.btn:focus, .btn:active, .btn.active {
  outline: 0;
  color: #fff;
}

.btn a {
  text-decoration: none !important;
}

.btn:hover {
  background: #fff;
}

.radius {
  -moz-border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  border-radius: 30px !important;
}

.btn_arrow_blue:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 5px;
  top: 50%;
  background: url('../img/arrow_right_blue.png') no-repeat 0 0;
  background-size: 16px 16px;
  margin-top: -7px;
}

.btn_arrow_blue:hover:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 5px;
  top: 50%;
  background: url('../img/arrow_right_white.png') no-repeat 0 0;
  background-size: 16px 16px;
  margin-top: -7px;
}

.btn_arrow_white:before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 5px;
  top: 50%;
  background: url('../img/arrow_right_white.png') no-repeat 0 0;
  background-size: 12px 12px;
  margin-top: -5px;
}

.btn_arrow_white:hover:before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 5px;
  top: 50%;
  background: url('../img/arrow_right_blue.png') no-repeat 0 0;
  background-size: 12px 12px;
  margin-top: -5px;
}



.btn-black, .btn-black:focus, .btn-black:active {
  background-color: #28292C;
  color: #fff;
}

.btn-black:hover {
  background-color: #a19283;
  color: #fff;
}

.btn-black-o, .btn-black-o:focus, .btn-black-o:active {
  background: #fff;
  color: #28292C;
  border: solid 1px #28292C;
}

.btn-black-o:hover {
  background: #ff9000;
  color: #fff;
  border: solid 1px #ff9000;
}


.btn-lblue, .btn-lblue:focus, .btn-lblue:active {
  background-color: #5f95c7;
  color: #fff;
}

.btn-lblue:hover {
  background-color: #bf9c3b;
  color: #fff;
}


.btn-white, .btn-white:focus, .btn-white:active {
  background-color: #fff;
  color: #28292C;
}

.btn-white:hover {
  background: #28292C;
  color: #fff;
}

.btn-gold, .btn-gold:focus, .btn-gold:active {
  background-color: #bf9c3b;
  color: #fff;
}

.btn-gold:hover {
  background: #5f95c7;
  color: #fff;
}

.btn-lgold, .btn-gold:focus, .btn-lgold:active {
  background-color: #ac9b77;
  color: #fff;
}

.btn-lgold:hover {
  background: #ac9b77;
  color: #fff;
}

.btn-blue-c, .btn-blue-c:focus, .btn-blue-c:active {
  background-color: transparent;
  color: #003067;
  border: solid 2px #003067;
}

.btn-blue-c:hover {
  background: #ded375;
  color: #003067;
}

/* ------------------------------------------------------------------
fontsize color 蛍光マーカー
------------------------------------------------------------------ */
.toptex {
  font-weight: 600;
  line-height: 2.0em;
  font-size: 2.0rem;
}

.yellow_line_narrow {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #fdf64d 0%) repeat scroll 0 0;
}

.purple_line_narrow {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #cbb2da 0%) repeat scroll 0 0;
}

.purple_line_narrow {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #cbb2da 0%) repeat scroll 0 0;
}

.mint_line_narrow {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #9ecdcf 0%) repeat scroll 0 0;
}

.lyellow_line_narrow {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #ffeb00 0%) repeat scroll 0 0;
}

.label {
  display: inline-block;
  padding: .2em .5em .3em;
  line-height: 1;
  font-size: 88%;
  border-radius: 0em;
  margin-left: 2px;
  margin-right: 2px;
}

.label-purple {
  background: #cbb2da;
}

.label-mint {
  background: #9ecdcf;
}

.label-block {
  background: rgba(0, 0, 0, 0.4);
}

.text-red {
  color: #e60012;
}

.text-block {
  color: #28292C;
}

.text-green {
  color: #00af3a;
}

.text-blue {
  color: #114dd0;
}

.text-purple {
  color: #d4c4df;
}

.text-mint {
  color: #9dd7d9;
}

.text-yellow {
  color: #eacb99;
}

.md-center {
  text-align: center;
  display: block;
}

.kome {
  display: block;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400;
}

.kome1 {
  display: block !important;
  font-size: 11px;
  line-height: 1em;
  font-weight: 400;
}

.kome3 {
  font-size: 12px;
  line-height: 34px;
  font-weight: 400;
}

.grayBox {
  padding: 10px 10px 0;
  border: solid 1px #eee;
  border-radius: .2em;
  margin-top: 10px;
}

.grayBox p {
  font-size: 1.1rem;
}

@media only screen and (max-width: 736px) {
  .toptex {
    line-height: 1.6em;
    font-size: 1.5rem;
  }

  .kome1 {
    line-height: 2em;
    margin-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .md-center {
    text-align: left;
  }
}

@media only screen and (max-width: 320px) {
  .toptex {
    font-size: 1.3rem;
  }
}

/* ------------------------------------------------------------------
footer
------------------------------------------------------------------ */
footer {
  background: #ff7500;
  padding: 80px 0 80px;
}

footer .inner {
  position: relative;
}

footer ul {
  letter-spacing: -.4em;
}

footer ul li {
  text-align: left;
  font-size: 1.6rem;
  display: block;
  vertical-align: top;
  letter-spacing: normal;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  margin-bottom: 1em;
  padding-left: .8em;
}

footer ul li a {
  color: #fff;
}

footer ul li a:hover {
  color: #734233;
  text-decoration: underline;
}

.f_logo {
  display: block;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 10px;
  width: 180px;
}

footer .copy {
  font-weight: 400;
  text-align: left;
  color: #fff;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1;
}

@media(min-width:768px) {
  footer .leftBox, footer .rightBox {
    float: left;
  }

  footer .leftBox {
    width: 22%;
  }

  footer .rightBox {
    width: 74%;
  }

  footer ul li {
    display: inline-block;
    font-weight: 400;
    font-size: 1.0rem;
    letter-spacing: .1em;
    margin-bottom: 3em;
  }

  footer ul li a {
    padding-right: 2em;
  }
}

@media(min-width:1024px) {
  footer .leftBox {
    width: 18%;
  }

  footer .rightBox {
    width: 78%;
  }

  footer ul li {
    font-size: 1.3rem;
    margin-bottom: 2em;
  }
}

@media(min-width:1366px) {}

@media only screen and (max-width: 736px) {
  footer {
    padding: 40px 0 80px;
  }

  footer ul {
    margin-bottom: 30px;
  }

  footer ul li {
    width: 100% !important;
    margin-left: 0 !important;
    display: block !important;
    font-size: 1.4rem;
  }

  footer ul li a {
    display: block;
    margin-bottom: 1em;
  }

  footer ul li a:before {
    top: 6px;
  }

  .f_logo {
    width: 180px;
    width: 2;
    margin-bottom: 10px;
  }

  footer .copy {
    font-size: 1.3rem;
    margin-bottom: 40px;
  }
}

/* ------------------------------------------------------------------
パンくず
------------------------------------------------------------------ */
.breadcrumb {
  text-align: center;
  padding: 0px 0;
  margin-bottom: 0px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  font-size: 1.1rem;
  border-radius: 0;
  white-space: nowrap;
  overflow-x: hidden;
  font-weight: 400;
}

.breadcrumb li {
  position: relative;
  padding: 0 .8em;
  color: #28292c;
}

.breadcrumb li a {
  color: #28292c;
}

.breadcrumb li a:hover {
  color: #b5b5b5 !important;
  text-decoration: underline !important;
}

.breadcrumb li:first-child {
  padding-left: 0;
  padding-right: .4em;
}

.breadcrumb>li+li:before {
  display: inline-block;
  content: "／";
  position: absolute;
  left: -9px;
  top: 0px;
  color: #28292c;
}

@media only screen and (max-width: 736px) {
  .breadcrumb {
    display: none;
  }
}

/* ------------------------------------------------------------------
ページナビ
------------------------------------------------------------------ */
.wp-pagenavi {
  margin: 40px 0 0px;
  display: block;
  float: right;
  height: 39px;
}

.wp-pagenavi a, .wp-pagenavi span {
  background: transparent;
  margin: 0 1px 0 0 !important;
  color: #fff;
  background: #ed6103;
  padding: 10px 20px !important;
}

.wp-pagenavi span.current {
  color: #fff;
  background: #333;
}

@media only screen and (max-width: 736px) {
  .wp-pagenavi {
    margin: 20px 0px 0px 0px;
  }

  .wp-pagenavi a, .wp-pagenavi span {
    padding: 10px 15px !important;
  }
}

/* ------------------------------------------------------------------
ページトップへ
------------------------------------------------------------------ */
.scroll-top {
  z-index: 1049;
  position: fixed;
  right: 30px;
  bottom: 70px;
  width: 50px;
  height: 50px;
}

.scroll-top .btn:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url('../img/arrow-buttom.png') no-repeat 0 0;
  background-size: 20px 20px;
  margin-top: -10px;
  margin-left: -10px;
}

.scroll-top .btn:hover:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url('../img/arrow-white.png') no-repeat 0 0;
  background-size: 20px 20px;
  margin-top: -10px;
  margin-left: -10px;
}

.scroll-top .btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  border: solid 3px #b5b5b5;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-indent: 200%;
  white-space: nowrap;
}

.scroll-top .btn:focus {
  outline: 0;
}

@media(min-width:768px) {
  .scroll-top {}
}

@media only screen and (max-width: 736px) {
  .scroll-top {
    position: fixed;
    right: 25px;
    bottom: 90px;
    width: 50px;
    height: 50px;
  }
}

/* ------------------------------------------------------------------
selection
------------------------------------------------------------------ */
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, .2);
}

::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(0, 0, 0, .1);
}

img::selection {
  background: 0 0;
}

img::-moz-selection {
  background: 0 0;
}

/* ------------------------------------------------------------------
非表示
------------------------------------------------------------------ */
.hidden_aria {
  display: none !important;
}

/* ------------------------------------------------------------------
display
------------------------------------------------------------------ */
@media only screen and (max-width: 736px) {
  .hidden_pc {
    display: none !important;
  }
}

@media(min-width:768px) {
  .hidden_sp {
    display: none !important;
  }
}

/* ------------------------------------------------------------------
改行
------------------------------------------------------------------ */
.sp {
  display: none !important;
}

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

  .sp {
    display: block !important;
  }
}
