@charset "utf-8";
/*
Theme Name: kanehira
Author: kanehira
*/

/*cssのリセット*/
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 {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

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

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

html {
  margin-top: 0 !important;
}

/*
font設定↓

日本語
font-family: 'BIZ UDGothic', sans-serif;
font-weight: 700;
font-weight: 400;

英語
font-family: 'DM Sans', sans-serif;
font-weight: 700;
font-weight: 400;

h1: 45px res>35px
h2: 30px res>25px
h3: 25px res>20px
h4: 20px res>18px
pなど: 15px
small: 12px
*/


/* basic settings */
.recaptcha_desc a {
	text-decoration: underline !important;
	color: #333 !important;
}
.accept_center a {
	transition: .5s;
}
.accept_center a:hover {
	color: #008EBA !important;
}
.grecaptcha-badge { visibility: hidden; }
html.fixed {
  height: 100%;
  overflow: hidden;
}
body {
  position: relative;
  font-family: 'DM Sans', 'BIZ UDGothic', sans-serif;
  color: #333;
  background-color: #E5E5E5;
}
a {
  text-decoration: none;
}
#main {
  margin-top: 100px;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.section {
  padding: 100px 0;
}
.section_title {
  margin-bottom: 50px;
  text-align: center;
}
.section_title h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
.section_title h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 40px;
  height: 2px;
  transform: translateX(-50%);
  background-color: #333;
}
.section_title h2 .lg_en {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 30px;
}
.section_title h2 .lg_jp {
  display: block;
  margin-top: 5px;
  font-family: 'BIZ UDGothic', sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.txt {
  font-size: 15px;
  line-height: 1.8em;
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.main_btn a svg {
  display: block;
  max-width: 50px;
  width: 100%;
  margin: 0 auto 10px auto;
}
.main_btn a svg path {
  fill: #CCC;
  transform-origin: center center;
  transition: .5s;
}
.main_btn a:hover svg path {
  transform-origin: center center;
  animation-name: circle_rotation;
  animation-duration:1s;
  animation-iteration-count: infinite;
}
@keyframes circle_rotation {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.main_btn a:hover
.hv_stop1, .hv_stop2 {
  stop-color: #CCC;
}
.hv_stop3 {
  stop-color: #008EBA;
}
.main_btn a svg g circle {
  fill: #333;
  transition: .5s;
}
.main_btn a:hover svg circle {
  fill: #008EBA;
}
.main_btn a span {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #333;
  transition: .5s;
}
.main_btn a:hover span {
  color: #008EBA;
}
/* basic settings end */

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  background-color: #FFF;
}
.header_content {
  display: flex;
  flex-wrap: wrap;
}
.header_content .logo {
  width: 30%;
}
.header_content .pc_menu {
  width: 70%;
}
.header_content .logo img {
  max-width: 250px;
  width: 100%;
}
/* pc menu */
.pc_menu .main_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  list-style: none;
}
.pc_menu .main_nav li {
  margin-left: 50px;
}
.pc_menu .main_nav li:first-child {
  margin-left: 0;
}
.pc_menu .main_nav li a {
  display: inline-block;
  padding: 15px 0;
  box-sizing: border-box;
  color: #FFF;
  border-bottom: 3px solid transparent;
  transition: .5s;
}
.pc_menu .main_nav li a:hover {
  border-color: #C7A051;
}
.pc_menu .main_nav li a span {
  display: block;
  text-align: center;
  color: #333;
}
.pc_menu .main_nav li a .lg_en {
  margin-bottom: 5px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.pc_menu .main_nav li a .lg_jp {
  font-weight: 400;
  font-size: 12px;
}
/* pc menu end */

/* sp menu */
.hamburger {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  cursor: pointer;
  z-index: 300;
  background-color: #333;
}
.hamburger__line {
  position: absolute;
  width: 40px;
  height: 2px;
  right: 50%;
  transform: translateX(50%);
  background-color: #FFF;
  transition: all 0.5s;
}
.hamburger__line--1 {
  top: 35px;
}
.hamburger__line--3 {
  top: 55px;
}
.open .hamburger__line {
  right: 30px;
}
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 45px;
}
.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 45px;
}
.sp_main_nav {
  position: fixed;
  right: -100%;
  top: 0;
  width: 70%;
  height: 100vh;
  padding-top: 100px;
  background-color: #fff;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto;
}
.sp_main_nav li {
  box-sizing: border-box;
  border-bottom: 1px solid #CCC;
}
.sp_main_nav a {
  display: flex;
  align-items: center;
  padding: 50px 30px;
  box-sizing: border-box;
  color: #333;
}
.sp_main_nav a .lg_en {
  position: relative;
  margin-right: 20px;
  padding-right: 50px;
  font-weight: 700;
  font-size: 25px;
}
.sp_main_nav a .lg_jp {
  font-weight: 400;
  font-size: 15px;
}
.sp_main_nav a .lg_en::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: '';
  width: 30px;
  height: 2px;
  background-color: #333;
}
.open .sp_main_nav {
  right: 0;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}
/* sp menu end */
/* header end */

/* footer */
footer {
  padding: 100px 0;
  box-sizing: border-box;
  color: #FFF;
  background: rgb(0,0,0);
  background: linear-gradient(140deg, rgba(0,0,0,1) 70%, rgba(127,101,54,1) 100%)
}
.footer_part {
  display: flex;
  flex-wrap: wrap;
}
.footer_part .left {
  width: 30%;
}
.footer_part .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 70%;
}
.footer_upper {
  margin-bottom: 50px;
}
.upper_left .logo img {
  max-width: 250px;
  width: 100%;
}
.upper_left .info .c_name {
  font-size: 20px;
}
.footer_nav {
  display: flex;
  list-style: none;
}
.footer_nav li {
  margin-left: 65px;
}
.footer_nav li:first-child {
  margin-left: 0;
}
.footer_nav li a {
  padding-bottom: 10px;
  color: #FFF;
  border-bottom: 3px solid transparent;
  transition: .5s;
}
.footer_nav li a:hover {
  border-color: #C7A051;
}
.middle_left .info .c_name {
  margin-bottom: 20px;
  font-size: 20px;
}
.middle_left .info .c_address {
  font-size: 15px;
  line-height: 1.8em;
}
.footer_cb {
  display: flex;
}
.footer_cb a {
  display: flex;
  align-items: center;
  padding: 15px;
  box-sizing: border-box;
  transition: .5s;
}
.footer_cb a:hover {
  background-color: #C7A051;
}
.footer_cb a .icon {
  margin-right: 15px;
}
.footer_cb a .icon svg {
  max-width: 40px;
  width: 100%;
  fill: #FFF;
}
.footer_cb a .name {
  color: #FFF;
}
.footer_cb .mail a .name {
  font-weight: 700;
  font-size: 22px;
}
.footer_cb .tel a .name {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 25px;
}
.footer_cb .mail {
  padding-right: 50px;
  box-sizing: border-box;
  border-right: 1px solid #FFF;
}
.footer_cb .tel {
  padding-left: 50px;
  box-sizing: border-box;
}
.footer_middle {
  margin-bottom: 50px;
}
.copyright {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.footer_subnav {
  display: flex;
  list-style: none;
}
.footer_subnav li {
  margin-left: 50px;
}
.footer_subnav li:first-child {
  margin-left: 0;
}
.footer_subnav li a {
  padding-bottom: 10px;
  color: #FFF;
  border-bottom: 3px solid transparent;
  transition: .5s;
}
.footer_subnav li a:hover {
  border-color: #008EBA;
}
/* footer end */

/* page settings */
.fv {
  display: flex;
  max-width: 1500px;
  margin: 0 auto;
}
.fv .fv_ttl {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
}
.fv .fv_view {
  width: 60%;
  padding: 50px 30px;
  box-sizing: border-box;
}
.fv .fv_view img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}
.fv_h1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.fv_h1 .fv_h1_wrap {
  width: 100%;
}
.fv_h1 .fv_h1_txt {
  display: inline-block;
  padding: 5px;
  background-color: #FFF;
}
.fv_h1 .fv_h1_en {
  margin-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 45px;
}
.fv_h1 .fv_h1_jp {
  font-weight: 400;
  font-size: 20px;
}
.breadcrumb {
  margin-top: 15px;
}
.breadcrumb .breadcrumb_list {
  list-style: none;
}
.breadcrumb .breadcrumb_list .breadcrumb_item {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 60px;
}
.breadcrumb .breadcrumb_list .breadcrumb_item:first-child {
  margin-left: 0px;
  padding-left: 0px;
}
.breadcrumb .breadcrumb_list .breadcrumb_item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 1px;
  background-color: #333;
}
.breadcrumb .breadcrumb_list .breadcrumb_item:first-child::before {
  display: none;
}
.breadcrumb .breadcrumb_list .breadcrumb_item a {
  color: #333;
}
/* page settings end */

/* opening animation */
#logo_loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background-color: #000;
}
#logo_loader .f_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 250px;
  height: 80px;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
#logo_loader .f_logo img {
  width: 100%;
  height: auto;
}
#logo_loader .f_logo:before {
  content: "";
  display: block;
  width: 100%;
  height: 110%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 100%;
  animation: loadLogo 2s;
}
@keyframes loadLogo {
  0% {
    left: 0;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
#logo_loader.open {
  animation-name: slideOut;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-delay: 2s;
}

@keyframes slideOut {
0% {
  transform: translateX(0%);
}
50% {
  transform: translateX(0%);
}
100% {
  transform: translateX(100%);
}
}
/* opening animation end */

/* responsive */
@media screen and (min-width: 1025px) {
  .sp_menu {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pc_menu {
    display: none;
  }
  header {
    height: 100px;
    padding: 0;
  }
  .sp_menu {
    display: block;
  }
  .header_content .logo {
    padding: 15px 0;
  }
  .header_content .logo img {
    min-width: 220px;
    width: 100%;
  }
  .footer_part .left {
    width: 100%;
  }
  .footer_part .right {
    width: 100%;
  }
  .upper_right {
    justify-content: flex-start !important;
    margin-top: 30px;
  }
  .footer_nav {
    flex-wrap: wrap;
  }
  .footer_nav li {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #FFF;
  }
  .footer_nav li a {
    display: block;
    padding: 30px;
    font-size: 20px;
  }
  .footer_menu {
    width: 100%;
  }
  .footer_middle {
    background-color: #E5E5E5;
    padding: 30px;
  }
  .middle_left .info .c_name {
    color: #333;
  }
  .middle_left .info .c_address {
    color: #333;
  }
  .footer_cb a .icon svg {
    fill: #333;
  }
  .footer_cb .mail a .name {
    color: #333;
  }
  .footer_cb .tel a .name {
    color: #333;
  }
  .footer_cb .mail {
    border-right: 1px solid #333;
  }
  .middle_left {
    margin-bottom: 30px;
  }
  .middle_right {
    justify-content: center !important;
  }
  .footer_bottom {
    flex-direction: column-reverse;
  }
  .footer_submenu {
    width: 100%;
  }
  .footer_subnav {
    flex-wrap: wrap;
  }
  .footer_subnav li {
    width: 100%;
    margin-left: 0;
  }
  .footer_subnav li a {
    display: block;
    padding: 30px;
    font-size: 18px;
  }
  .footer_subnav li:first-child {
    border-bottom: 1px solid #999;
  }
  .copyright {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .fv .fv_ttl {
    width: 25%;
  }
  .fv .fv_view {
    width: 75%;
  }
}
@media screen and (max-width: 599px) {
  .sp_main_nav a {
    display: block;
    padding: 30px;
  }
  .sp_main_nav a .lg_en , .sp_main_nav a .lg_jp {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
    padding-right: 0;
  }
  .sp_main_nav a .lg_en {
    font-size: 20px;
  }
  .sp_main_nav a .lg_en::after {
    display: none;
  }
  .footer_cb {
    flex-wrap: wrap;
  }
  .footer_cb .mail {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
    padding-bottom: 30px;
    border-right: 0;
    border-bottom: 1px solid #333;
  }
  .footer_cb .tel {
    width: 100%;
    padding-left: 0;
  }
  .section_title h2 .lg_en {
    font-size: 25px;
  }
  .fv {
    position: relative;
  }
  .fv .fv_ttl {
    display: block;
    position: absolute;
    bottom: 45px;
    left: 15px;
    width: 100%;
    align-items: initial;
    justify-content: initial;
    padding-left: 0;
  }
  .fv .fv_view {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  .fv .fv_view img {
    height: 200px;
    border-radius: 0;
  }
  .fv_h1 .fv_h1_en {
    font-size: 35px;
  }
  .fv_h1 .fv_h1_jp {
    font-size: 18px;
  }
  .breadcrumb {
    margin-top: 30px;
  }
  .breadcrumb .breadcrumb_list .breadcrumb_item {
    margin-left: 15px;
    padding-left: 30px;
  }
  .breadcrumb .breadcrumb_list .breadcrumb_item::before {
    width: 15px;
  }
  .privacy_inner {
    padding: 15px;
    box-sizing: border-box;
  }
}
/* responsive end */