@charset "utf-8";
/* ===================================================================
  style info : ヘッダーやフッターなどサイト内共通
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ffffff;
  color: #151515;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

/*----------------------------------------------------
  フォント
----------------------------------------------------*/
.en_fnt {
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1.2;
}

/*----------------------------------------------------
  リンク
----------------------------------------------------*/
a:link,
a:visited,
a:hover,
a:active {
  color: #151515;
  text-decoration: none;
  transition: all .5s ease;
}

.link_txt01 {
  color: #0483d0 !important;
}

.link_txt01:hover {
  opacity: 0.5;
}

/* -----------------------------------------------------------
  .txt_deco
----------------------------------------------------------- */
.txt_deco01 {
  text-decoration: underline !important;
}

.txt_deco01:hover {
  text-decoration: none !important;
}

/* -----------------------------------------------------------
  .first_letter
----------------------------------------------------------- */
.first_letter:first-letter {
  color: #0483d0;
}

/* -----------------------------------------------------------
  .pe_elt
----------------------------------------------------------- */
.pe_elt {
  pointer-events: none;
}

/* -----------------------------------------------------------
  .note
----------------------------------------------------------- */
.note {
  display: flex;
}

.note:before {
  content: "※";
  margin-right: 0.1em;
}

/* -----------------------------------------------------------
  .list
----------------------------------------------------------- */
.list {
  line-height: 1.4;
}

.list > li {
  display: flex;
  margin-top: 0.25em;
}

.list > li:first-of-type {
  margin-top: 0;
}

.list > li:before {
  content: "・";
  margin-right: 0.15em;
  margin-left: -0.05em;
}

.list01 {
  line-height: 1.4;
}

.list01 > li {
  margin-top: 0.25em;
}

.list01 > li:first-of-type {
  margin-top: 0;
}

.list02 {
  line-height: 1.4;
}

.list02 > li {
  margin-top: 0.3em;
}

.list02 > li:first-of-type {
  margin-top: 0;
}

.list02 > li > span {
  display: flex;
}

.list02 > li > .list_head:before {
  content: "■";
  margin-right: 0.15em;
}

.list02 > li > .list_content {
  margin-left: calc(1em + 0.15em);
}

/* -----------------------------------------------------------
  .v_rl
----------------------------------------------------------- */
.v_rl {
  font-feature-settings: "pkna";
  writing-mode: vertical-rl;
  white-space: normal;
  word-break: keep-all;
}

/* -----------------------------------------------------------
  .tcu_all
----------------------------------------------------------- */
.tcu_all {
  text-combine-upright: all;
}

/* -----------------------------------------------------------
  .tbl
----------------------------------------------------------- */
.tbl th,
.tbl td {
  border: 1px solid #b9b9b9;
  padding: 0.75vw 1.25vw;
  text-align: center;
  vertical-align: middle;
}

.tbl thead th {
  background-color: #e9e9e9;
  font-weight: 500;
}

.tbl tbody th {
  background-color: #f6f6f6;
  font-weight: 500;
}

.tbl_fxd {
  table-layout: fixed;
}

.tbl {
  letter-spacing: 0.05em;
}

.tbl th,
.tbl td {
  border: 1px solid #151515;
  line-height: 1.2;
  padding: 0.25vw;
}

.tbl thead th,
.tbl tbody th {
  background-color: #aacf53;
}

.tbl01 thead .tbl_head01 {
  width: 8%;
}

.tbl01 thead .tbl_head02 {
  width: 10%;
}

.tbl02 thead .tbl_head {
  width: 6%;
}

.tbl tbody th {
  font-feature-settings: "pkna";
}

.tbl thead th:nth-child(1),
.tbl thead th:nth-child(even) {
  background-color: #aacf53;
}

.tbl thead th:nth-child(odd):not(:first-child) {
  background-color: #c1db82;
}

.tbl tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
}

.tbl tbody tr:nth-of-type(even) {
  background-color: #efedde;
}

.tbl01 tbody tr:nth-of-type(odd) th {
  background-color: #aacf53;
}

.tbl01 tbody tr:nth-of-type(even) th {
  background-color: #c1db82;
}

.vertical_line {
  font-size: 90%;
  font-weight: normal;
}

.spec_haz {
  width: 6%;
}

.bg_white {
  background-color: #ffffff !important;
}

.bg_beige {
  background-color: #efedde !important;
}

/* -----------------------------------------------------------
  .arrow
----------------------------------------------------------- */
.arrow {
  display: flex;
  align-items: center;
}

/* -----------------------------------------------------------
  .arr
----------------------------------------------------------- */
.arr:after {
  content: "";
  height: 10px;
  width: 10px;
  margin-left: 30px;
  margin-right: 2px;
  margin-top: 2px;
  transform: rotate(45deg);
  transition: all .5s ease;
}

.arr_large:after {
  border-width: 3px !important;
  height: 15px;
  width: 15px;
}

a:hover .arr {
  color: #ffffff !important;
}

.arr01:after {
  border-top: 2px solid #0483d0;
  border-right: 2px solid #0483d0;
}

.arr01:hover:after {
  border-top: 2px solid #ff9436;
  border-right: 2px solid #ff9436;
}

.arr02:after {
  border-top: 2px solid #5dc2ff;
  border-right: 2px solid #5dc2ff;
}

a:hover .arr02:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.arr03:after {
  border-top: 2px solid #0483d0;
  border-right: 2px solid #0483d0;
}

.arr03:hover:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.arr04:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.arr04:hover:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

/* -----------------------------------------------------------
  .btn
----------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  padding: 0.25em 1.5em;
  position: relative;
  z-index: 0;
  word-break: keep-all;
}

.btn01 {
  justify-content: center;
}

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

/* -----------------------------------------------------------
  背景色
----------------------------------------------------------- */
.bg_clr01 {
  background-color: #ffffff !important;
}

.bg_clr01:hover {
  background-color: #0483d0 !important;
}

.bg_clr02 {
  background-color: #0483d0 !important;
}

.bg_clr02:hover {
  background-color: #ff9436 !important;
}

/* -----------------------------------------------------------
  ボーダー色
----------------------------------------------------------- */
.brdr_clr01 {
  border: 1px solid #0483d0;
}

.brdr_clr01:hover {
  border: 1px solid #0483d0;
}

.brdr_clr02 {
  border: 1px solid #0483d0;
}

.brdr_clr02:hover {
  border: 1px solid #ff9436;
}

/* -----------------------------------------------------------
  カラー
----------------------------------------------------------- */
.clr00 {
  color: #ffffff !important;
}

.clr00:hover {
  color: #ffffff !important;
}

.clr01 {
  color: #0483d0 !important;
}

.clr01:hover {
  color: #ff9436 !important;
}

.clr02 {
  color: #5dc2ff !important;
}

.clr03 {
  color: #0483d0 !important;
}

.clr03:hover {
  color: #ffffff !important;
}

/* -----------------------------------------------------------
  フォント太さ
----------------------------------------------------------- */
.fw_100 {
  font-weight: 100 !important;
}

.fw_200 {
  font-weight: 200 !important;
}

.fw_300 {
  font-weight: 300 !important;
}

.fw_400 {
  font-weight: 400 !important;
}

.fw_500 {
  font-weight: 500 !important;
}

.fw_600 {
  font-weight: 600 !important;
}

.fw_700 {
  font-weight: 700 !important;
}

.fw_800 {
  font-weight: 800 !important;
}

.fw_900 {
  font-weight: 900 !important;
}

/* -----------------------------------------------------------
  高さ
----------------------------------------------------------- */
.hit_000 {
  height: 100% !important;
}

.hit_010 {
  height: 10px !important;
}

.hit_015 {
  height: 15px !important;
}

.hit_020 {
  height: 20px !important;
}

.hit_025 {
  height: 25px !important;
}

.hit_030 {
  height: 30px !important;
}

.hit_035 {
  height: 35px !important;
}

.hit_040 {
  height: 40px !important;
}

.hit_045 {
  height: 45px !important;
}

.hit_050 {
  height: 50px !important;
}

.hit_055 {
  height: 55px !important;
}

.hit_060 {
  height: 60px !important;
}

.hit_065 {
  height: 65px !important;
}

.hit_070 {
  height: 70px !important;
}

.hit_075 {
  height: 75px !important;
}

.hit_080 {
  height: 80px !important;
}

.hit_085 {
  height: 85px !important;
}

.hit_090 {
  height: 90px !important;
}

.hit_095 {
  height: 95px !important;
}

.hit_100 {
  height: 100px !important;
}

/* -----------------------------------------------------------
  幅
----------------------------------------------------------- */
.wid_000 {
  width: 100% !important;
}

.wid_040 {
  width: 40px !important;
}

.wid_045 {
  width: 45px !important;
}

.wid_050 {
  width: 50px !important;
}

.wid_055 {
  width: 55px !important;
}

.wid_060 {
  width: 60px !important;
}

.wid_065 {
  width: 65px !important;
}

.wid_070 {
  width: 70px !important;
}

.wid_075 {
  width: 75px !important;
}

.wid_080 {
  width: 80px !important;
}

.wid_085 {
  width: 85px !important;
}

.wid_090 {
  width: 90px !important;
}

.wid_095 {
  width: 95px !important;
}

.wid_100 {
  width: 100px !important;
}

.wid_110 {
  width: 110px !important;
}

.wid_120 {
  width: 120px !important;
}

.wid_130 {
  width: 130px !important;
}

.wid_140 {
  width: 140px !important;
}

.wid_150 {
  width: 150px !important;
}

.wid_155 {
  width: 155px !important;
}

.wid_160 {
  width: 160px !important;
}

.wid_170 {
  width: 170px !important;
}

.wid_180 {
  width: 180px !important;
}

.wid_190 {
  width: 190px !important;
}

.wid_200 {
  width: 200px !important;
}

.wid_210 {
  width: 210px !important;
}

.wid_220 {
  width: 220px !important;
}

.wid_230 {
  width: 230px !important;
}

.wid_240 {
  width: 240px !important;
}

.wid_250 {
  width: 250px !important;
}

.wid_260 {
  width: 260px !important;
}

.wid_270 {
  width: 270px !important;
}

.wid_280 {
  width: 280px !important;
}

.wid_290 {
  width: 290px !important;
}

.wid_300 {
  width: 300px !important;
}

.wid_310 {
  width: 310px !important;
}

.wid_320 {
  width: 320px !important;
}

.wid_330 {
  width: 330px !important;
}

.wid_340 {
  width: 340px !important;
}

.wid_350 {
  width: 350px !important;
}

.wid_360 {
  width: 360px !important;
}

.wid_370 {
  width: 370px !important;
}

.wid_380 {
  width: 380px !important;
}

.wid_390 {
  width: 390px !important;
}

.wid_400 {
  width: 400px !important;
}

/* -----------------------------------------------------------
  inner
----------------------------------------------------------- */
.inner {
  max-width: 1400px;
  min-width: 810px;
  width: calc(100% - 10vw);
  margin: 0 auto;
}

/*----------------------------------------------------
  toggle-panel
----------------------------------------------------*/
#panel-btn {
  display: none;
}

.overlay {
  display: none;
}

/* -----------------------------------------------------------
  .tab_box
----------------------------------------------------------- */
.tab_box .tab_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  font-size: 2.0rem;
  line-height: 1.3;
  margin-left: 1px;
}

.tab_box .tab_list li {
  margin-left: -1px;
  margin-top: -1px;
}

.tab_box .tab_list li a {
  border: 1px solid #b9b9b9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2em 1em;
}

.tab_box .tab_list li a:hover {
  background-color: #0483d0;
  border: 1px solid #0483d0;
  color: #ffffff;
}

/* -----------------------------------------------------------
  .m_header
----------------------------------------------------------- */
.m_header {
  background-color: #ffffff;
  height: 100%;
  overflow-x: clip;
  position: sticky;
  top: 0;
  transition: transform 0.3s 0.3s;
  z-index: 100;
}

.m_header.hidden {
  transform: translateY(-120px);
}

.m_header .m_header_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
}

.m_header .site_id {
  line-height: 0;
  width: 400px;
}

/* -----------------------------------------------------------
  .heading
----------------------------------------------------------- */
.heading {
  display: flex;
  justify-content: space-between;
}

.heading .services_lead {
  flex: 0 1 70%;
  line-height: 1.8;
}

/* -----------------------------------------------------------
  .label
----------------------------------------------------------- */
.label {
  display: flex;
  align-items: center;
}

.label .label_lead {
  flex: 1 1;
  margin-left: 2.5em;
}

/* -----------------------------------------------------------
  hd
----------------------------------------------------------- */
.hd_01 span {
  display: block;
}

.hd_01 .ja {
  font-size: 4.6rem;
  font-weight: 700;
}

.hd_01 .en {
  color: #0483d0;
  display: flex;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 20px;
}

.hd_01 .en:before {
  background-image: url(../img/common/icon01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  height: 15px;
  width: 15px;
  margin-right: 10px;
}

.hd_02 {
  background-color: #005bac;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 3.0rem;
  font-weight: 700;
  height: 80px;
  padding: 0.5em 1em;
  position: relative;
  width: calc(100% - 5px);
}

.hd_02:before,
.hd_02:after {
  background-color: #005bac;
  content: "";
  position: absolute;
}

.hd_02:before {
  height: 1px;
  width: 100%;
  bottom: -5px;
  right: -5px;
}

.hd_02:after {
  height: 100%;
  width: 1px;
  top: 5px;
  right: -5px;
}

.hd_03 {
  font-size: 2.6rem;
  font-weight: 600;
  padding-left: 0.75em;
  position: relative;
}

.hd_03:before,
.hd_03:after {
  content: "";
  width: 5px;
  position: absolute;
  left: 0;
}

.hd_03:before {
  background-color: #005bac;
  height: calc(100% - 8px);
  top: 3px;
}

.hd_03:after {
  background-color: #5dc2ff;
  height: 5px;
  bottom: 0;
}

.hd_04 {
  display: flex;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 600;
}

.hd_04:after {
  background-color: #b9b9b9;
  content: "";
  flex: 1 1;
  height: 1px;
  margin-left: 1em;
}

/* -----------------------------------------------------------
  .tbl_dl
----------------------------------------------------------- */
.tbl_dl > dl {
  display: flex;
  margin-top: 1px;
}

.tbl_dl > dl:first-of-type {
  margin-top: 0;
}

.tbl_dl > dl > dt,
.tbl_dl > dl > dd {
  padding: 2vw;
}

.tbl_dl > dl > dt {
  background-color: #e9e9e9;
  font-weight: 700;
  flex: 0 1 20%;
  max-width: 20%;
}

.tbl_dl > dl > dd {
  background-color: #f6f6f6;
  flex: 1 1;
  margin-left: 1px;
}

.tbl_dl .location > .location01 {
  display: flex;
}

.tbl_dl .location > .location01 .address .add {
  margin-left: 0.5em;
}

.tbl_dl .location > .location01 .map {
  margin-left: 1.5em;
}

.tbl_dl .location > .location01 .map a {
  color: #d71618;
}

.tbl_dl .location > .location01 .map a:before {
  font-family: FontAwesome;
  margin-right: 0.35em;
}

.tbl_dl .location > .location01 .map a:before {
  content: "\f3c5";
}

.tbl_dl .location > .location01 .map a:hover {
  opacity: 0.5;
}

/* -----------------------------------------------------------
  .g_nav
----------------------------------------------------------- */
.g_nav {
  display: flex;
  align-items: center;
  gap: 2.5vw;
}

.g_nav .site_id_resp {
  display: none;
  line-height: 0;
}

.g_nav .g_nav_list {
  display: flex;
  align-items: center;
  gap: 2vw;
}

.g_nav .g_nav_list > li > a {
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
}

.g_nav .g_nav_list > li > a:hover,
.g_nav .u_nav_list > li > a:hover,
.g_nav > ul > li > a.current {
  color: #0483d0;
}

.g_nav .g_nav_list > li.on_hover > a {
  color: #0483d0 !important;
}

.g_nav .g_nav_list > li.dm_menu {
  position: relative;
}

.g_nav .g_nav_list > li.dm_menu > ul {
  letter-spacing: 0.05em;
  position: absolute;
  left: 50%;
  top: calc(100% + 2px);
  transform: translateX(-50%);
  min-width: 250px;
  z-index: 9999;
  transition: none;
  white-space: nowrap;
}

.g_nav .g_nav_list > li.dm_menu:hover > ul {
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.15);
}

.g_nav .g_nav_list > .dm_menu > ul > li {
  margin-top: -1px;
  overflow: hidden;
  opacity: 0;
  height: 0;
  transition: 0.5s;
}

.g_nav .g_nav_list > .dm_menu > ul > li:first-of-type {
  margin-top: 0;
}

.g_nav .g_nav_list > .dm_menu > ul > li a {
  background-color: #ffffff;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
}

.g_nav .g_nav_list > li.dm_menu > ul > li:first-of-type a {
  border-radius: 5px 5px 0 0;
}

.g_nav .g_nav_list > li.dm_menu > ul > li:last-of-type a {
  border-radius: 0 0 5px 5px;
}

.g_nav .g_nav_list > li.dm_menu:hover > ul > li {
  overflow: visible;
  opacity: 1;
  height: 100%;
}

.g_nav .g_nav_list > li.dm_menu > ul > li a {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}

.g_nav .g_nav_list > li.dm_menu > ul > li a:hover,
.g_nav .g_nav_list > li.dm_menu > ul > li a.current {
  background-color: #f1f1f1;
}

.g_nav .g_nav_list > li.dm_menu > ul > li a i {
  color: #0483d0;
  font-size: 120%;
}

.g_nav .g_nav_list > li.dm_menu > ul > li a:hover i {
  color: #ff9436;
}

.g_nav .g_nav_list > li.resp_link {
  display: none;
}

.g_nav .u_nav_list {
  display: flex;
  align-items: center;
}

.g_nav .u_nav_list:before {
  background-color: #b9b9b9;
  content: "";
  height: 1.25em;
  width: 1px;
  margin-right: 2.5vw;
}

.g_nav .u_nav_list > li > a {
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  font-weight: 500;
}

.g_nav .u_nav_list > li > a > i {
  color: #0483d0;
  font-size: 120%;
}

.g_nav .u_nav_list > li > a > span {
  margin-left: 10px;
}

/* -----------------------------------------------------------
  .main
----------------------------------------------------------- */
:root {
  --lower-main-height: calc(calc(80vh - 120px) - 120px);
}

.m_main .main {
  display: flex;
  align-items: center;
  overflow: clip;
  position: relative;
  z-index: 1;
}

#lower .m_main .main {
  height: var(--lower-main-height);
}

.m_main .main .headline {
  position: relative;
  z-index: 2;
}

.m_main .main .headline .headline_ttl > span {
  display: block;
}

.m_main .main .headline .headline_ttl .ja {
  font-family: "Shippori Mincho", serif;
  font-size: 3.6rem;
  font-weight: 500;
}

.m_main .main .headline .headline_ttl .en {
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 1em;
}

.m_main .main .main_visual {
  position: absolute;
  z-index: 0;
}

#lower .m_main .main .main_visual {
  right: 0;
  width: 55vw;
}

.m_main .main .main_visual .main_img .mv_img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#lower .m_main .main .main_visual .main_img .mv_img {
  height: var(--lower-main-height);
}

/* -----------------------------------------------------------
  .breadcrumb
----------------------------------------------------------- */
.breadcrumb {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-top: 2.5vw;
}

.breadcrumb > ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -0.5em;
}

.breadcrumb > ol li {
  color: rgba(21,21,21,0.5);
  margin-top: 0.5em;
}

.breadcrumb > ol li:after {
  content: "\f105";
  color: rgba(21,21,21,1);
  font-family: FontAwesome;
  line-height: 0;
  margin: 0 15px;
}

.breadcrumb > ol li:last-of-type:after {
  content: none;
}

.breadcrumb > ol li a {
  color: rgba(21,21,21,1);
}

.breadcrumb > ol li a:hover {
  color: #0483d0;
}

/* -----------------------------------------------------------
  .container
----------------------------------------------------------- */
.container {
  margin-top: 7.5vw;
}

.container > section:not(:first-of-type) {
  margin-top: 7.5vw;
}

/* -----------------------------------------------------------
  .page_lead
----------------------------------------------------------- */
.page_lead {
  /* margin-bottom: 4vw; */
}

/* -----------------------------------------------------------
  .contents
----------------------------------------------------------- */
.contents {
  margin-top: calc(7.5vw / 2);
}

/* -----------------------------------------------------------
  .wrap
----------------------------------------------------------- */
.wrap {
  margin-top: calc(7.5vw / 2.5);
}

/* -----------------------------------------------------------
  .box
----------------------------------------------------------- */
.box {
  margin-top: calc(7.5vw / 3);
}

/* -----------------------------------------------------------
  .frame
----------------------------------------------------------- */
.frame {
  padding: 0 30px;
}

/* -----------------------------------------------------------
  .m_aside
----------------------------------------------------------- */
.m_aside {
  margin-top: 10vw;
}

.m_aside .l_nav .l_nav_list {
  display: flex;
}

.m_aside .l_nav .l_nav_list > li {
  flex: 1 1;
}

.m_aside .l_nav .l_nav_list > li:not(:first-of-type) {
  margin-left: -1px;
}

.m_aside .l_nav .l_nav_list > li a {
  border: 1px solid #0483d0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5vw 2vw;
}

.m_aside .l_nav .l_nav_list > li a:hover {
  background-color: #0483d0;
}

.m_aside .l_nav .l_nav_list > li a .aside_icon {
  border: 1px solid #0483d0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
}

.m_aside .l_nav .l_nav_list > li a:hover .aside_icon {
  border: 1px solid #ffffff;
}

.m_aside .l_nav .l_nav_list > li a .aside_icon i {
  color: #0483d0;
  font-size: 200%;
}

.m_aside .l_nav .l_nav_list > li a:hover .aside_icon i {
  color: #ffffff;
}

.m_aside .l_nav .l_nav_list > li a .aside_text {
  margin-left: 30px;
}

.m_aside .l_nav .l_nav_list > li a .aside_text span {
  display: block;
}

.m_aside .l_nav .l_nav_list > li a .aside_text .jp_fnt {
  color: #0483d0;
  font-size: 2.6rem;
  line-height: 1.2;
}

.m_aside .l_nav .l_nav_list > li a:hover .aside_text .jp_fnt {
  color: #ffffff;
}

.m_aside .l_nav .l_nav_list > li a .aside_text .en_fnt {
  color: #7f7f7f;
  margin-top: 10px;
}

.m_aside .l_nav .l_nav_list > li a:hover .aside_text .en_fnt {
  color: #ffffff;
}

/* -----------------------------------------------------------
  .m_footer
----------------------------------------------------------- */
.m_footer {
  margin-bottom: 5vw;
  margin-top: 7.5vw;
}

.m_footer .pagetop > a {
  display: flex;
  align-items: center;
}

.m_footer .pagetop > a:before,
.m_footer .pagetop > a:after {
  background-color: #b9b9b9;
  content: "";
  height: 1px;
  width: 100%
}

.m_footer .pagetop > a:before {
  margin-right: 30px;
}

.m_footer .pagetop > a:after {
  margin-left: 30px;
}

.m_footer .pagetop > a i {
  color: #0483d0;
  font-size: 4.0rem;
}

.m_footer .pagetop > a:hover i {
  color: #ff9436;
}

.m_footer .f_main {
  display: flex;
  justify-content: space-between;
  margin-top: 5vw;
}

.m_footer .f_main .f_add_box .f_name {
  display: flex;
  align-items: center;
}

.m_footer .f_main .f_add_box .f_name .f_name_logo {
  width: 45px;
}

.m_footer .f_main .f_add_box .f_name .f_name_text {
  margin-left: 10px;
}

.m_footer .f_main .f_add_box .f_name .f_name_text > span {
  display: block;
  line-height: 1.1;
}

.m_footer .f_main .f_add_box .f_name .f_name_text .en_fnt {
  font-size: 2.4rem;
  font-weight: 500;
}

.m_footer .f_main .f_add_box .f_name .f_name_text .jp_fnt {
  font-size: 1.4rem;
  font-weight: 500;
}

.m_footer .f_main .f_add_box .f_add {
  font-size: 1.5rem;
  margin-top: 15px;
}

.m_footer .f_main .f_add_box .f_add .add > span:not(:first-of-type) {
  margin-left: 0.5em;
}

.m_footer .f_main .f_add_box .f_add .inq > span:nth-of-type(2):before {
  content: "/";
  margin: 0 0.5em;
}

.m_footer .f_main .f_add_box .f_add .inq > span a:hover {
  color: #0483d0;
}

.m_footer .f_main .f_nav_box {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
}

.m_footer .f_main .f_nav_box .f_nav .f_nav_list {
  display: flex;
  gap: 1.5vw;
}

.m_footer .f_main .f_nav_box .f_nav .f_nav_list li a:hover {
  color: #0483d0;
}

.m_footer .f_main .f_nav_box .copyright {
  display: flex;
  justify-content: flex-end;
}