@charset "UTF-8";
/* breakpoint */
/* drop_shodow */
/* color */
/* font */
/* =================================================================================================

base.css

================================================================================================= */
/* ----------------------------------------------------------------------------
layout
---------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  font-family: "Noto Serif JP", serif;
  position: relative;
  font-size: 1.6rem;
  color: #4E4E4E;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
sup {
  font-size: 30%;
  vertical-align: super;
}

sub {
  font-size: 30%;
  vertical-align: sub;
}

/* ----------------------------------------------------------------------------
visible_hidden
---------------------------------------------------------------------------- */
.is-visible-xxld,
.is-visible-xld,
.is-visible-ld,
.is-visible-md,
.is-visible-sd {
  display: none;
}

@media screen and (max-width: 1360px) {
  .is-visible-xxld {
    display: block;
  }
  .is-hidden-xxld {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .is-visible-xld {
    display: block;
  }
  .is-hidden-xld {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .is-visible-ld {
    display: block;
  }
  .is-hidden-ld {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .is-visible-md {
    display: block;
  }
  .is-hidden-md {
    display: none;
  }
}
@media screen and (max-width: 592px) {
  .is-visible-sd {
    display: block;
  }
  .is-hidden-sd {
    display: none !important;
  }
}
/* ----------------------------------------------------------------------------
common
---------------------------------------------------------------------------- */
/* img */
img {
  max-width: 100%;
}

/* font */
.font_num {
  font-family: "Ubuntu", sans-serif;
}

.font_en {
  font-family: "Lusitana", serif;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ----------------------------------------------------------------------------
header
---------------------------------------------------------------------------- */
/* cmn */
#header {
  position: relative;
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

.nav-unshown {
  display: none;
}

/* trigger */
#nav-open {
  display: block;
  width: 70px;
  height: 70px;
  position: fixed;
  top: 16px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
  background: url("/wp-content/themes/trc-inc/asset/pm/img/nav_open.png") no-repeat;
  background-size: 100% 100%;
}

#nav-close {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

#nav-input:checked ~ #nav-close {
  display: block;
  opacity: 0.5;
}

#nav-input:checked ~ #nav-content {
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

.logo_box h1 a {
  display: block;
}

#gnav .small {
  font-size: 60%;
  display: block;
  text-align: right;
}

/* 1471px -
----------------------------------------------------------------------------- */
@media print, screen and (min-width: 1471px) {
  #nav-open,
  #nav-close,
  #nav-input:checked ~ #nav-close {
    display: none;
  }
  #nav-content {
    position: static;
    transition: none;
    transform: none;
    background: none;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  #nav-input:checked ~ #nav-content {
    box-shadow: none;
    transform: none;
  }
  #header_nav {
    position: relative;
  }
  #header {
    height: 120px;
  }
  .logo_box {
    position: absolute;
    top: 26px;
    left: 10px;
    z-index: 3;
  }
  .logo_box h1 {
    display: flex;
    align-items: center;
  }
  .logo_box h1 .head_logo {
    border-right: 1px solid #eee;
    padding-right: 2rem;
  }
  .logo_box h1 .head_logo_mitsubishi {
    padding-left: 2rem;
  }
  .gnav_wrap {
    position: absolute;
    right: 280px;
    margin-top: 35px;
  }
  .gnav_wrap .head_btn_en {
    text-align: right;
    margin-bottom: 2px;
    margin-right: 15px;
  }
  .gnav_wrap .head_btn_en a img {
    width: 90px;
    height: 26px;
  }
  #gnav {
    display: flex;
    justify-content: flex-end;
  }
  #gnav > li {
    display: inline-block;
    position: relative;
  }
  #gnav > li > a {
    display: block;
    padding: 1.5rem;
  }
  #gnav > li > a:hover {
    color: #084C96;
    transition: all 0.5s;
  }
  #gnav .menu_txt {
    display: block;
    color: #1A1311;
  }
  #gnav .menu_txt:hover {
    color: #084C96;
    transition: all 0.5s;
  }
  #gnav .sp_nav {
    display: none;
  }
  #gnav li.mega_menu .mega_menu_second {
    position: absolute;
    overflow: hidden;
    max-height: 0;
    z-index: 3;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    box-sizing: border-box;
    transition: all 0.2s ease;
    width: 280px;
  }
  #gnav li.mega_menu .mega_menu_second::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    height: 4px;
    background-color: #084C96;
    width: 20%;
  }
  #gnav li.mega_menu .mega_menu_second ul {
    border-left: 1px dotted #707070;
    padding-left: 16px;
    margin: 20px;
  }
  #gnav li.mega_menu .mega_menu_second li {
    margin-bottom: 1rem;
  }
  #gnav li.mega_menu .mega_menu_second li:last-child {
    margin-bottom: 0;
  }
  #gnav li.mega_menu .mega_menu_second li.guide_link {
    line-height: 1.4;
  }
  #gnav li.mega_menu .mega_menu_second li.guide_link a {
    margin-left: 0.5rem;
    display: block;
  }
  #gnav li.mega_menu .mega_menu_second li.guide_link a .small {
    display: inline;
    text-align: left;
  }
  #gnav li.mega_menu .mega_menu_second li a {
    color: #084C96;
  }
  #gnav li.mega_menu .mega_menu_second li a:hover {
    text-decoration: underline;
  }
  #gnav li.mega_menu:hover .mega_menu_second {
    transition: 1.5s linear;
    height: auto;
    max-height: 200em;
  }
  .sub_nav_box {
    position: absolute;
    top: 12px;
    right: 10px;
    z-index: 3;
  }
  .sub_nav_box a {
    display: block;
    width: 240px;
    height: 96px;
  }
  .floating_nav_box {
    display: none;
  }
}
.accordion {
  display: none;
}

/* 英語版 */
#header.en_header .gnav_wrap {
  position: absolute;
  right: 0;
  margin-top: 20px;
}
#header.en_header .gnav_wrap .head_btn_jn {
  text-align: right;
  margin-right: 2.5rem;
  margin-bottom: 15px;
}
#header.en_header #gnav {
  margin-right: 150px;
}
#header.en_header #gnav > li {
  margin: 0 2rem;
}
#header.en_header #gnav > li > a {
  display: block;
  padding: 1.5rem 2.5rem;
}
#header.en_header #gnav li.mega_menu .mega_menu_second {
  width: 360px;
}

/* 1241px - 1470px
----------------------------------------------------------------------------- */
@media print, screen and (min-width: 1241px) and (max-width: 1470px) {
  #nav-open,
  #nav-close,
  #nav-input:checked ~ #nav-close {
    display: none;
  }
  #nav-content {
    position: static;
    transition: none;
    transform: none;
    background: none;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  #nav-input:checked ~ #nav-content {
    box-shadow: none;
    transform: none;
  }
  #header_nav {
    position: relative;
  }
  #header {
    height: 100px;
  }
  .logo_box {
    position: absolute;
    top: 23px;
    left: 10px;
    z-index: 3;
  }
  .logo_box h1 {
    display: flex;
    align-items: center;
  }
  .logo_box h1 .head_logo {
    border-right: 1px solid #eee;
    padding-right: 2rem;
    width: 140px;
  }
  .logo_box h1 .head_logo_mitsubishi {
    padding-left: 2rem;
    width: 240px;
  }
  .gnav_wrap {
    position: absolute;
    right: 280px;
    margin-top: 20px;
  }
  .gnav_wrap .head_btn_en {
    text-align: right;
    margin-right: 15px;
    margin-bottom: 2px;
  }
  .gnav_wrap .head_btn_en a img {
    width: 90px;
    height: 26px;
  }
  #gnav {
    display: flex;
    justify-content: flex-end;
  }
  #gnav > li {
    display: inline-block;
    position: relative;
  }
  #gnav > li > a {
    display: block;
    padding: 1.5rem;
  }
  #gnav > li > a:hover {
    color: #084C96;
    transition: all 0.5s;
  }
  #gnav .menu_txt {
    display: block;
    color: #1A1311;
  }
  #gnav .menu_txt:hover {
    color: #084C96;
    transition: all 0.5s;
  }
  #gnav .sp_nav {
    display: none;
  }
  #gnav li.mega_menu .mega_menu_second {
    position: absolute;
    overflow: hidden;
    max-height: 0;
    z-index: 3;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    box-sizing: border-box;
    transition: all 0.2s ease;
    width: 280px;
  }
  #gnav li.mega_menu .mega_menu_second::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    height: 4px;
    background-color: #084C96;
    width: 20%;
  }
  #gnav li.mega_menu .mega_menu_second ul {
    border-left: 1px dotted #707070;
    padding-left: 16px;
    margin: 20px;
  }
  #gnav li.mega_menu .mega_menu_second li {
    margin-bottom: 1rem;
  }
  #gnav li.mega_menu .mega_menu_second li:last-child {
    margin-bottom: 0;
  }
  #gnav li.mega_menu .mega_menu_second li a {
    color: #084C96;
  }
  #gnav li.mega_menu .mega_menu_second li a:hover {
    text-decoration: underline;
  }
  #gnav li.mega_menu:hover .mega_menu_second {
    transition: 1.5s linear;
    height: auto;
    max-height: 200em;
  }
  .sub_nav_box {
    position: absolute;
    top: 12px;
    right: 10px;
    z-index: 3;
  }
  .sub_nav_box a {
    display: block;
    width: 240px;
    height: 96px;
  }
  .floating_nav_box {
    display: none;
  }
  /* 英語版 */
  #header.en_header .gnav_wrap {
    position: absolute;
    right: 0;
    margin-top: 10px;
  }
  #header.en_header .gnav_wrap .head_btn_jn {
    text-align: right;
    margin-right: 2.5rem;
    margin-bottom: 10px;
  }
  #header.en_header #gnav {
    margin-right: 150px;
  }
  #header.en_header #gnav > li {
    margin: 0 2rem;
  }
  #header.en_header #gnav > li > a {
    display: block;
    padding: 1.5rem 2.5rem;
  }
  #header.en_header #gnav li.mega_menu .mega_menu_second {
    width: 360px;
  }
}
/* - 1240px
----------------------------------------------------------------------------- */
@media only screen and (max-width: 1240px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
  }
  #header_nav {
    display: flex;
    align-items: center;
    height: 100px;
  }
  .logo_box {
    position: absolute;
    top: 13px;
    left: 10px;
    z-index: 3;
  }
  .logo_box h1 {
    display: flex;
    align-items: center;
  }
  .logo_box h1 .head_logo {
    border-right: 1px solid #eee;
    padding-right: 2rem;
  }
  .logo_box h1 .head_logo_mitsubishi {
    padding-left: 2rem;
    width: 260px;
  }
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 50%;
    height: 100%;
    background: linear-gradient(180deg, #004DA0, #003166);
    padding: 90px 10px 40px;
    box-sizing: border-box;
    transition: 0.3s ease-in-out;
    transform: translateX(105%);
  }
  .head_btn_en {
    display: none;
  }
  #gnav {
    margin-bottom: 2rem;
    padding-right: 0;
  }
  #gnav .pc_nav {
    display: none;
  }
  #gnav > li {
    font-size: 2rem;
    border-bottom: 1px solid #fff;
  }
  #gnav > li:last-child {
    border-bottom: none;
  }
  #gnav > li a {
    color: #fff;
    display: block;
    text-decoration: none;
  }
  #gnav > li {
    padding: 2rem 0;
  }
  .menu_txt {
    color: #fff;
    cursor: pointer;
    display: block;
    position: relative;
  }
  .menu_txt .icon_open {
    display: block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu_txt .icon_open::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 22px;
    height: 2px;
    background-color: #fff;
    transition: 0.2s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .menu_txt .icon_open::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 22px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
  }
  .mega_menu input[type=checkbox]:checked + .menu_txt .icon_open::before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .mega_menu input[type=checkbox]:checked + .menu_txt .icon_open::after {
    background-color: transparent;
  }
  .mega_menu_second ul {
    margin-left: 18px;
  }
  .mega_menu_second li {
    max-height: 0;
    overflow-y: hidden;
    transition: all 0.5s;
    position: relative;
  }
  .mega_menu_second li a {
    display: block;
    border-bottom: 1px solid #fff;
    padding: 13px 0;
    font-size: 1.6rem;
  }
  .mega_menu_second li:first-child a {
    padding-top: 16px;
  }
  .mega_menu_second li:last-child a {
    border-bottom: none;
    padding-bottom: 0;
  }
  .mega_menu_second li.guide_link {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
  }
  .mega_menu_second li.guide_link div {
    padding-top: 13px;
  }
  .mega_menu_second li.guide_link a {
    padding: 0;
  }
  .mega_menu_second li.guide_link a .small {
    display: inline !important;
    text-align: left !important;
  }
  #menu_bar01:checked ~ .mega_menu_second li,
  #menu_bar02:checked ~ .mega_menu_second li,
  #menu_bar03:checked ~ .mega_menu_second li {
    max-height: 63px;
    opacity: 1;
  }
  #menu_bar03:checked ~ .mega_menu_second li.guide_link {
    max-height: 120px;
    opacity: 1;
  }
  .sub_nav_box {
    display: none;
  }
  .floating_nav_box {
    position: fixed;
    z-index: 2;
    text-align: center;
    bottom: 2px;
    width: 100%;
  }
  .floating_nav_box a {
    display: block;
    width: 318px;
    height: 70px;
    margin: 0 auto;
  }
  #nav-close-btn {
    display: block;
    width: 70px;
    height: 70px;
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 10px;
  }
  /* 英語版 */
  #header.en_header .logo_box {
    top: 10px;
    left: 10px;
  }
  #header.en_header h1 .head_logo {
    border-right: 1px solid #eee;
    padding-right: 2rem;
  }
  #header.en_header .gnav_wrap {
    position: static;
  }
}
@media only screen and (max-width: 592px) {
  #header {
    height: 80px;
  }
  #nav-content {
    width: 100%;
  }
  /* trigger */
  #nav-open {
    width: 60px;
    height: 60px;
    top: 10px;
  }
  #nav-close-btn {
    width: 60px;
    height: 60px;
    top: 10px;
  }
  .logo_box {
    top: 18px;
  }
  .logo_box h1 .head_logo {
    width: 105px;
    padding-right: 9px;
  }
  .logo_box h1 .head_logo_mitsubishi {
    width: 138px;
    padding-left: 9px;
  }
  /* 英語版 */
  #header.en_header .logo_box {
    top: 20px;
    left: 10px;
  }
}
@media only screen and (max-width: 320px) {
  #header {
    height: 70px;
  }
  #header_nav {
    height: 70px;
  }
  /* trigger */
  #nav-open {
    width: 50px;
    height: 50px;
    top: 10px;
  }
  #nav-close-btn {
    width: 50px;
    height: 50px;
    top: 10px;
  }
}
/* ----------------------------------------------------------------------------
contents
---------------------------------------------------------------------------- */
/* main
---------------------------------------------------------------------------- */
#main {
  margin-top: 120px;
}
@media print, screen and (max-width: 1240px) {
  #main {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 592px) {
  #main {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 320px) {
  #main {
    margin-top: 70px;
  }
}

/* container */
.container {
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .container {
    margin: 0 10px;
  }
}

/* kv 
---------------------------------------------------------------------------- */
#kv {
  position: relative;
}
#kv h1 {
  position: absolute;
  font-size: 5rem;
  text-align: center;
  top: 20px;
  width: 100%;
  line-height: 1.4;
}
@media only screen and (max-width: 1300px) {
  #kv h1 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 592px) {
  #kv h1 {
    font-size: 2.4rem;
  }
}
#kv h1 span {
  margin-right: 3rem;
}
@media only screen and (max-width: 768px) {
  #kv h1 span {
    margin-right: 0;
  }
}
#kv img {
  width: 100%;
}

/* sec01, sec02
---------------------------------------------------------------------------- */
#sec01 h2, #sec02 h2 {
  text-align: left;
  display: flex;
  align-items: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
  font-size: 4.8rem;
}
@media only screen and (max-width: 592px) {
  #sec01 h2, #sec02 h2 {
    font-size: 2.6rem;
  }
}

/* sec01
---------------------------------------------------------------------------- */
#sec01 {
  padding-top: 8rem;
  padding-bottom: 10rem;
  border-bottom: 1px solid #A1B8CE;
}
@media only screen and (max-width: 592px) {
  #sec01 {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
}
#sec01 h2::before {
  content: "";
  width: 140px;
  height: 95px;
  background: url(../img/sec01_title.svg) no-repeat center center;
  background-size: contain;
}
@media only screen and (max-width: 592px) {
  #sec01 h2::before {
    width: 63px;
    height: 68px;
    flex: none;
    margin-right: 1rem;
  }
}
#sec01 .read {
  line-height: 1.6;
  margin-left: 14rem;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 592px) {
  #sec01 .read {
    margin-left: 0;
  }
}
#sec01 .group {
  display: flex;
}
@media only screen and (max-width: 592px) {
  #sec01 .group {
    display: block;
  }
}
#sec01 .group .box {
  width: 33.3%;
  border-right: 1px solid #A39266;
}
#sec01 .group .box:last-child {
  border-right: none;
}
@media only screen and (max-width: 592px) {
  #sec01 .group .box {
    width: auto;
    border-right: none;
    border-top: 1px solid #A39266;
    padding: 3rem 0;
  }
  #sec01 .group .box:last-child {
    border-bottom: 1px solid #A39266;
  }
}
#sec01 .group .box h3 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 5rem;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  #sec01 .group .box h3 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  #sec01 .group .box h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 592px) {
  #sec01 .group .box h3 {
    font-size: 2.6rem;
  }
}
#sec01 .group .box h3::before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #A39266;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
#sec01 .group .box h3 span {
  display: block;
  margin-bottom: 2rem;
}
#sec01 .group .box p {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #sec01.sec01_en h2 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 592px) {
  #sec01.sec01_en h2 {
    font-size: 2rem;
  }
}
#sec01.sec01_en h2::before {
  display: none;
}
#sec01.sec01_en .read {
  margin-left: 0;
}
#sec01.sec01_en .box h3 {
  font-size: 2.2rem;
  padding: 0 2rem;
}
#sec01.sec01_en .box p {
  padding: 0 2rem;
  line-height: 2;
}

/* list
---------------------------------------------------------------------------- */
#list {
  padding-top: 10rem;
  padding-bottom: 6rem;
  border-bottom: 1px solid #A1B8CE;
}
#list h3 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 6rem;
}
#list dl {
  display: flex;
  align-items: center;
  padding: 4rem 0;
  border-top: 1px solid #ddd;
}
#list dl:last-child {
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 592px) {
  #list dl {
    display: block;
  }
}
#list dl dt {
  font-size: 2.8rem;
  font-weight: bold;
  width: 22.5%;
}
@media only screen and (max-width: 768px) {
  #list dl dt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 592px) {
  #list dl dt {
    width: auto;
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}
#list dl dd {
  width: 81.5%;
}
@media only screen and (max-width: 592px) {
  #list dl dd {
    width: auto;
  }
}
#list dl dd ul li {
  font-size: 2rem;
  margin-bottom: 2rem;
}
#list dl dd ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 592px) {
  #list dl dd ul li {
    display: flex;
    line-height: 1.4;
  }
}
#list dl dd ul li::before {
  content: "■";
  display: inline-block;
  margin-right: 3.3rem;
}
@media only screen and (max-width: 768px) {
  #list dl dd ul li::before {
    margin-right: 1rem;
  }
}

#list.list_en h3 {
  font-size: 2.8rem;
  font-weight: normal;
}
#list.list_en dl {
  display: flex;
  align-items: center;
  padding: 4rem 0;
  border-top: 1px solid #ddd;
}
#list.list_en dl:last-child {
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 592px) {
  #list.list_en dl {
    display: block;
  }
}
#list.list_en dl dt {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.6;
  width: 25%;
}
@media only screen and (max-width: 768px) {
  #list.list_en dl dt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 592px) {
  #list.list_en dl dt {
    width: auto;
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
#list.list_en dl dd {
  width: 75%;
}
@media only screen and (max-width: 592px) {
  #list.list_en dl dd {
    width: auto;
  }
}
#list.list_en dl dd ul li {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 1.6;
  display: flex;
}
#list.list_en dl dd ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 592px) {
  #list.list_en dl dd ul li {
    line-height: 1.4;
    font-size: 1.6rem;
  }
}
#list.list_en dl dd ul li::before {
  content: "■";
  margin-right: 3.3rem;
}
@media only screen and (max-width: 768px) {
  #list.list_en dl dd ul li::before {
    margin-right: 1rem;
  }
}

/* sec02
---------------------------------------------------------------------------- */
#sec02 {
  padding-top: 8rem;
}
#sec02 h2::before {
  content: "";
  width: 140px;
  height: 95px;
  background: url(../img/sec02_title.svg) no-repeat center center;
  background-size: contain;
}
@media only screen and (max-width: 592px) {
  #sec02 h2::before {
    width: 63px;
    height: 68px;
    flex: none;
    margin-right: 1rem;
  }
}
#sec02 h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
}
#sec02 .txt_block {
  margin-bottom: 6rem;
}
#sec02 .txt_block dl {
  display: flex;
  font-size: 3.2rem;
  margin-bottom: 2rem;
}
#sec02 .txt_block dl:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 592px) {
  #sec02 .txt_block dl {
    font-size: 2rem;
  }
}
#sec02 .txt_block dl dt {
  margin-right: 5rem;
  font-weight: normal;
}
#sec02 .group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1300px) {
  #sec02 .group {
    justify-content: center;
  }
}
#sec02 .group .result_map {
  width: 650px;
}
@media only screen and (max-width: 1300px) {
  #sec02 .group .result_map {
    margin-bottom: 4rem;
  }
}
#sec02 .group .result_catalog {
  width: 480px;
  height: 682px;
  overflow: auto;
}
#sec02 .group .result_catalog table {
  width: 100%;
}
@media only screen and (max-width: 592px) {
  #sec02 .group .result_catalog table {
    width: 480px;
  }
}
#sec02 .group .result_catalog table th {
  border-top: 1px solid #3673B5;
  border-bottom: 1px solid #3673B5;
  font-size: 2rem;
  padding: 1.5rem 0;
  text-align: center;
}
#sec02 .group .result_catalog table th:nth-child(1) {
  border-right: 1px solid #3673B5;
}
#sec02 .group .result_catalog table td {
  border-bottom: 1px solid #3673B5;
  padding: 1rem 0.5rem;
}
#sec02 .group .result_catalog table td:first-child {
  border-right: 1px solid #3673B5;
}
#sec02 .group .result_catalog table td:last-child {
  text-align: right;
}

/* case
---------------------------------------------------------------------------- */
#case {
  padding-top: 6rem;
  padding-bottom: 8rem;
}
#case .group {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 592px) {
  #case .group {
    display: block;
  }
}
#case .group .box {
  text-align: center;
  font-size: 2.8rem;
}
@media only screen and (max-width: 1300px) {
  #case .group .box {
    width: 30%;
  }
}
@media only screen and (max-width: 592px) {
  #case .group .box {
    width: auto;
    margin-bottom: 4rem;
  }
}
#case .group .box p {
  margin-top: 1rem;
}

#case.case_en h2 {
  font-size: 2.8rem;
  margin-bottom: 3rem;
  text-align: center;
}
@media only screen and (max-width: 592px) {
  #case.case_en h2 {
    font-size: 2.2rem;
  }
}

/* ----------------------------------------------------------------------------
pagetop
---------------------------------------------------------------------------- */
.pagetop {
  position: fixed;
  z-index: 2;
}

.pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  opacity: 1;
  text-decoration: none;
  line-height: 1;
  background-color: #0081B8;
}

.pagetop a span {
  font-size: 1.2rem;
}

.pagetop a span::before {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: 700;
  display: block;
  font-size: 200%;
  line-height: 1;
}
@media print, screen and (max-width: 592px) {
  .pagetop a span::before {
    font-size: 160%;
  }
}

@media print, screen and (max-width: 592px) {
  .pagetop a {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .pagetop a:hover {
    opacity: 0.9;
  }
}
/* ----------------------------------------------------------------------------
footer
---------------------------------------------------------------------------- */
#footer {
  background: #122D4B;
}
#footer .foot_inner {
  padding: 8rem 0 10rem;
  color: #fff;
}
@media only screen and (max-width: 592px) {
  #footer .foot_inner {
    padding: 3rem 0;
  }
}
#footer h2 {
  margin-bottom: 2rem;
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 592px) {
  #footer h2 {
    font-size: 4.2rem;
  }
}
#footer .read {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 2.8rem;
  line-height: 1.6;
}
@media only screen and (max-width: 592px) {
  #footer .read {
    font-size: 2.4rem;
  }
}
#footer #btn_area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#footer #btn_area a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #3673B5;
  width: 420px;
  height: 120px;
  border-radius: 120px;
  margin: 0 3rem;
}
@media print, screen and (max-width: 768px) {
  #footer #btn_area a {
    margin: 0 auto 2.5rem;
  }
}
@media only screen and (max-width: 592px) {
  #footer #btn_area a {
    width: 96%;
  }
}
#footer #btn_area a:hover {
  border: 1px solid #A39266;
  transition: 0.3s;
}
#footer #btn_area a span {
  display: block;
}
#footer #btn_area .btn_con div {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  line-height: 1.6;
}
#footer #btn_area .btn_con div::before {
  content: "";
  display: block;
  width: 64px;
  height: 47px;
  background: url(../img/foot_icon_contact.svg) no-repeat;
  background-size: cover;
  margin-right: 3rem;
}
#footer #btn_area .btn_tel div {
  display: flex;
  align-items: center;
}
#footer #btn_area .btn_tel div::before {
  content: "";
  display: block;
  width: 34px;
  height: 57px;
  background: url(../img/foot_icon_tel.svg) no-repeat;
  background-size: cover;
  margin-right: 3rem;
}
#footer #btn_area .btn_tel div .txt {
  font-size: 2rem;
  margin-bottom: 4px;
}
#footer #btn_area .btn_tel div .tel {
  font-size: 3.6rem;
  margin-bottom: 8px;
}
#footer #btn_area .btn_tel div .time {
  font-size: 1.6rem;
}
#footer #copyright {
  padding: 10px 0;
  background-color: #fff;
}
@media print, screen and (max-width: 1024px) {
  #footer #copyright {
    padding: 10px 0 100px;
  }
}
#footer #copyright p {
  text-align: center;
  font-size: 1.2rem;
}

/* 英語版 */
#footer.footer_en {
  border-top: 1px solid #A1B8CE;
}/*# sourceMappingURL=base.css.map */