@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html, body {
  height: 100%;
}
html {
  font-size: 62.5%;
}
body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, img, form, input, figure {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  text-align: left;
  color: #000;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
  hanging-punctuation: allow-end;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, a, span, img, figure {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  width: 100%;
  word-break: break-all;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, p {
  text-align: justify;
  text-justify: distribute;
  line-height: 1.5;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.wrap {
  max-width: 1080px;
  width: 92.8%;
  margin: auto;
}
.en {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
.sp {
  display: none;
}
@media screen and (max-width: 768px){
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* 省略 */
.line-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
.header_fixed {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header_fixed .wrap {
  width: 94%;
}
.header_menu .logo_area {
  display: flex;
  align-items: center;
  margin-right: auto;
}
.header_menu {
  display: flex;
  align-items: center;
  height: 90px;
}
.header_navi .menu_list {
  display: flex;
}
.header_navi .menu_list li {
  margin-right: 55px;
}
.header_navi .menu_list li:last-child {
  margin-right: 0;
}
.header_navi .menu_list li > a {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
.header_btn {
  text-align: center;
  margin-left: 50px;
}
.header_btn a {
  background: #FF7F0C;
  color: #fff;
  display: block;
  border-radius: 42px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 19.5px 10px;
  width: 220px;
  position: relative;
}
.header_btn a::after {
  background: url(../img/icon_contact_btn.svg) no-repeat;
  background-size: 16px 16px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -8px;
  transition: right .3s;
}
@media screen and (max-width: 1200px){
  .header_menu .logo_area .logo img {
    height: 40px;
  }
  .header_navi .menu_list li {
    margin-right: 25px;
  }
  .header_navi .menu_list li > a {
    font-size: 1.4rem;
  }
  .header_btn {
    margin-left: 20px;
  }
  .header_btn a {
    border-radius: 42px;
    font-size: 1.4rem;
    padding: 19.5px 10px;
    width: 180px;
  }
}
@media screen and (max-width: 768px){
  .header_fixed .wrap {
    width: 100%;
  }
  .header_menu .logo_area {
    margin-left: 3.5%;
  }
  .header_menu .logo_area .logo img {
    height: 40px;
  }
  .header_menu {
    height: 80px;
  }
  .header_menu .btn_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 66px;
    height: 80px;
    cursor: pointer;
    z-index: 10;
  }
  .header_menu .toggle {
    position: relative;
    display: block;
    width: 40px;
    height: 22px;
  }
  .header_menu .toggle span {
    display: inline-block;
    transition: .3s;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    margin: auto;
    background-color: #0A2A5F;
  }
  .header_menu .toggle span:nth-of-type(1) {
    top: 0;
  }
  .header_menu .toggle span:nth-of-type(2) {
    top: 9px;
  }
  .header_menu .toggle span:nth-of-type(3){
    bottom: 0;
  }
  .header_menu .btn_menu.active .toggle span:nth-of-type(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .header_menu .btn_menu.active .toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .header_menu .btn_menu.active .toggle span:nth-of-type(3) {
    top: 0;
    bottom: auto;
    transform: translateY(9px) rotate(-45deg);
  }
  .header_gnav {
    position: fixed;
    width: 100%;
    height: calc(100vh - 80px);
    top: 80px;
    right: -100%;
    background: #0A2A5F;
    padding: 9% 7%;
    transition: .3s;
    z-index: 10;
    overflow: scroll;
  }
  .header_gnav.active {
    right: 0;
  }
  .header_gnav .gnav_list li > a {
    border-bottom: 1px solid #3C5173;
    color: #fff;
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 1em .5em;
    position: relative;
  }
  .header_gnav .gnav_list li > a::after {
    background: url(../img/icon_gnav.svg) no-repeat;
    background-size: 14px 14px;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -7px;
    transition: right .3s;
  }
  .header_gnav .header_btn {
    margin-left: 0;
    margin-top: 40px;
  }
  .header_gnav .header_btn a {
    border-radius: 42px;
    font-size: 1.6rem;
    margin: 0 auto;
    padding: 22px 10px;
    width: 93.75%;
  }
}

#top_content {
  margin-top: 90px;
}
@media screen and (max-width: 768px){
  #top_content {
    margin-top: 80px;
  }
}

.footer_contact {
  background: url(../img/contact_bg.jpg) no-repeat;
  background-size: cover;
  padding: 90px 0 120px;
}
.footer_contact .wrap {
  max-width: 1200px;
}
.footer_contact h2.head_h2 {
  margin-bottom: 28px;
}
.footer_contact h2.head_h2 .en {
  color: #fff;
}
.footer_contact h2.head_h2 .jp {
  color: #fff;
}
.footer_contact p.lead_text {
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}
.footer_contact .contact_list {
  margin-top: 45px;
}
.footer_contact .contact_box {
  background: #fff;
  border-radius: 3px;
  text-align: center;
  position: relative;
}
.footer_contact .contact_box > a, 
.footer_contact .contact_box > span {
  display: block;
  padding: 30px 20px 25px;
}
.footer_contact .contact_box p.text01, 
.footer_contact .contact_box p.text02, 
.footer_contact .contact_box p.text03 {
  text-align: center;
}
.footer_contact .contact_box p.text01 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}
.footer_contact .contact_box p.text02 {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 40px;
  letter-spacing: 0.005em;
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_contact .contact_box p.text02 img {
  margin-right: 10px;
}
.footer_contact .contact_box p.text02.mail {
  font-size: 2.2rem;
}
.footer_contact .contact_box p.text03 {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 3px;
}
@media screen and (max-width: 1350px){
  .footer_contact .contact_box p.text01 {
    font-size: 1.6rem;
  }
  .footer_contact .contact_box p.text02 {
    font-size: 3.0rem;
    line-height: 36px;
  }
  .footer_contact .contact_box p.text02 img {
    width: 36px;
  }
  .footer_contact .contact_box p.text02.mail {
    font-size: 1.8rem;
  }
  .footer_contact .contact_box p.text03 {
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 1000px){
  .footer_contact .contact_box p.text01 {
    font-size: 1.5rem;
  }
  .footer_contact .contact_box p.text02 {
    font-size: 2.9rem;
    line-height: 30px;
  }
  .footer_contact .contact_box p.text02 img {
    width: 30px;
  }
  .footer_contact .contact_box p.text02.mail {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 981px){
  .footer_contact .contact_list {
    display: flex;
    justify-content: space-between;
  }
  .footer_contact .contact_box {
    width: 32.5%;
  }
}
@media screen and (max-width: 980px){
  .footer_contact .contact_box + .contact_box {
    margin-top: 8px;
  }
  .footer_contact .contact_box > a, 
  .footer_contact .contact_box > span {
    padding: 16px 5%;
  }
  .footer_contact .contact_box p.text01 {
    font-size: 1.4rem;
  }
  .footer_contact .contact_box p.text02 {
    font-size: 3.4rem;
    line-height: 36px;
    margin-top: 8px;
  }
  .footer_contact .contact_box p.text02 img {
    margin-right: 10px;
    width: 36px;
  }
  .footer_contact .contact_box p.text02.mail {
    font-size: 2rem;
  }
  .footer_contact .contact_box p.text03 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px){
  .footer_contact {
    background-image: url(../img/contact_bg_sp.jpg);
    padding: 62px 0;
  }
  .footer_contact h2.head_h2 {
    margin-bottom: 24px;
  }
  .footer_contact p.lead_text {
    font-size: 1.3rem;
  }
  .footer_contact .contact_list {
    margin-top: 32px;
  }
  .footer_contact .contact_box p.text02 {
    font-size: 3rem;
    line-height: 34px;
  }
  .footer_contact .contact_box p.text02 img {
    width: 34px;
  }
  .footer_contact .contact_box p.text02.mail {
    font-size: 1.8rem;
  }
}
#footer {
  background: #181818;
  color: #fff;
  padding: 35px 0 20px;
  text-align: center;
}
#footer .footer_link {
  margin-bottom: 40px;
}
#footer .footer_link ul {
  display: flex;
  justify-content: center;
}
#footer .footer_link ul li {
  margin-right: 70px;
}
#footer .footer_link ul li:last-child {
  margin-right: 0;
}
#footer .footer_link ul li a {
  color: #fff;
  font-size: 1.4rem;
}
#footer .copy {
  font-size: 1rem;
}
@media screen and (max-width: 768px){
  #footer .footer_link {
    margin-bottom: 24px;
  }
  #footer .footer_link ul li {
    margin-right: 5.4%;
  }
  #footer .footer_link ul li a {
    font-size: 1.3rem;
  }
}