@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
html {
  /*remで指定しない時は切ること*/
  font-size: 62.5%;
}

body {
  position: relative;
  color: #1e1e1e;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  width: 100%;
  padding-top: 60px;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.3rem;
    padding-top: 70px;
  }
}
@media print, screen and (min-width: 1024px) {
  body {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1200px) {
  body {
    padding-top: 90px;
  }
}
@media print, screen and (min-width: 1400px) {
  body {
    padding-top: 100px;
  }
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

#wrap {
  overflow: hidden;
}

.font_oswald {
  font-family: "Oswald", sans-serif;
}

/*breakpoint display*/
.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

@media print, screen and (min-width: 360px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline !important;
  }
}
/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
*:before,
* :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*aタグ デフォルト設定*/
a {
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

img {
  max-width: 100%;
  height: auto;
}

/*スマホ時のfocusの青枠削除*/
a,
a:focus,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

input,
button,
label,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 1.6rem;
}
input:hover,
input:focus,
input:active,
button:hover,
button:focus,
button:active,
label:hover,
label:focus,
label:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}

select::-ms-expand {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?wrogg9");
  src: url("../fonts/icomoon.eot?wrogg9#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?wrogg9") format("truetype"), url("../fonts/icomoon.woff?wrogg9") format("woff"), url("../fonts/icomoon.svg?wrogg9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lang:before {
  content: "\e904";
}

.icon-external_link:before {
  content: "\e900";
}

.icon-contact:before {
  content: "\e901";
}

.icon-documents:before {
  content: "\e902";
}

.page_inner_s {
  max-width: 980px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_s {
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 1024px) {
  .page_inner_s {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 1200px) {
  .page_inner_s {
    width: calc(100% - 80px);
  }
}

.page_inner_m {
  max-width: 1000px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_m {
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 1024px) {
  .page_inner_m {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 1200px) {
  .page_inner_m {
    width: calc(100% - 80px);
  }
}

.page_inner_l {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_l {
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 1024px) {
  .page_inner_l {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 1200px) {
  .page_inner_l {
    width: calc(100% - 80px);
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.align_items_center {
  align-items: center;
}

.bg_pink {
  background-color: #fbf2f2;
}

.anim {
  opacity: 0;
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}

.doanim {
  opacity: 1;
}

.blurtext {
  filter: blur(1rem);
  transform: translateY(5rem);
}

.doanim.blurtext {
  filter: blur(0);
  transform: translateY(0);
}

.blur {
  opacity: 0;
  filter: blur(1rem);
}

.doanim.blur {
  opacity: 1;
  filter: blur(0);
}

.fade_totop {
  transform: translateY(5rem);
}

.doanim.fade_totop {
  transform: translateY(0);
}

.scaleimg {
  overflow: hidden;
  transition: all 1.2s 0s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s 0s linear;
}
.scaleimg img {
  transform: scale(1.1);
  transition: all 1.2s 0s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s 0s linear;
  transform-origin: center center;
}

.doanim.scaleimg img {
  transform: scale(1);
}

.delay1 {
  transition-delay: 0.1s !important;
}
@media print, screen and (min-width: 768px) {
  .delay1 {
    transition-delay: 0.2s !important;
  }
}

.delay2 {
  transition-delay: 0.2s !important;
}
@media print, screen and (min-width: 768px) {
  .delay2 {
    transition-delay: 0.3s !important;
  }
}

.delay3 {
  transition-delay: 0.3s !important;
}
@media print, screen and (min-width: 768px) {
  .delay3 {
    transition-delay: 0.4s !important;
  }
}

.delay4 {
  transition-delay: 0.4s !important;
}
@media print, screen and (min-width: 768px) {
  .delay4 {
    transition-delay: 0.5s !important;
  }
}

.delay5 {
  transition-delay: 0.5s !important;
}
@media print, screen and (min-width: 768px) {
  .delay5 {
    transition-delay: 0.6s !important;
  }
}

.delay6 {
  transition-delay: 0.6s !important;
}
@media print, screen and (min-width: 768px) {
  .delay6 {
    transition-delay: 0.7s !important;
  }
}

.delay7 {
  transition-delay: 0.7s !important;
}
@media print, screen and (min-width: 768px) {
  .delay7 {
    transition-delay: 0.8s !important;
  }
}

.delay8 {
  transition-delay: 0.8s !important;
}
@media print, screen and (min-width: 768px) {
  .delay8 {
    transition-delay: 0.9s !important;
  }
}

.delay9 {
  transition-delay: 0.9s !important;
}
@media print, screen and (min-width: 768px) {
  .delay9 {
    transition-delay: 1s !important;
  }
}

.delay10 {
  transition-delay: 1s !important;
}
@media print, screen and (min-width: 768px) {
  .delay10 {
    transition-delay: 1.1s !important;
  }
}

header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: padding 0.5s, box-shadow 0.5s;
}

.header_body {
  padding-left: 15px;
  transition: padding 0.5s;
}
@media print, screen and (min-width: 768px) {
  .header_body {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header_body {
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .header_body {
    padding-left: 35px;
  }
}
.header_body .header_logo {
  width: 95px;
  margin-right: 10px;
  transition: width 0.5s;
}
@media print, screen and (min-width: 360px) {
  .header_body .header_logo {
    width: 105px;
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .header_body .header_logo {
    width: 120px;
  }
}
@media print, screen and (min-width: 1100px) {
  .header_body .header_logo {
    width: 130px;
  }
}
@media print, screen and (min-width: 1200px) {
  .header_body .header_logo {
    width: 150px;
  }
}
@media print, screen and (min-width: 1400px) {
  .header_body .header_logo {
    width: 177px;
    margin-right: 18px;
  }
}
.header_body .header_description {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  padding: 8px 8px 8px 15px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .header_body .header_description {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.8;
    padding: 0;
    margin-right: 30px;
    background-color: transparent;
    position: static;
  }
}

.global_nav {
  width: 180px;
  max-width: 1074px;
  flex: 1;
  justify-content: flex-end;
  margin-left: auto;
}
@media print, screen and (min-width: 360px) {
  .global_nav {
    width: auto;
  }
}

.global_nav__textmenu {
  flex: 1;
  display: none;
  margin-right: 20px;
}
@media print, screen and (min-width: 1100px) {
  .global_nav__textmenu {
    display: block;
  }
}
@media print, screen and (min-width: 1400px) {
  .global_nav__textmenu {
    margin-right: 30px;
  }
}

.global_nav__sub {
  justify-content: flex-end;
  padding-top: 5px;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 1400px) {
  .global_nav__sub {
    padding-top: 0;
    padding-bottom: 12px;
  }
}
.global_nav__sub ul {
  padding-right: 18px;
  margin-right: 18px;
  border-right: 1px solid #c8c8c8;
}
.global_nav__sub ul li:not(:last-child) {
  margin-right: 25px;
}
@media print, screen and (min-width: 1100px) {
  .global_nav__sub ul li:not(:last-child) {
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .global_nav__sub ul li:not(:last-child) {
    margin-right: 25px;
  }
}
@media print, screen and (min-width: 1400px) {
  .global_nav__sub ul li:not(:last-child) {
    margin-right: 30px;
  }
}
.global_nav__sub ul a {
  font-size: 1.2rem;
  display: block;
  transition: color 0.5s;
}
.global_nav__sub ul a[target="_blank"]::after {
  content: "\e900";
  font-size: 0.9rem;
  font-family: "icomoon";
  color: #8e8e8e;
  display: inline-block;
  margin-left: 5px;
  transition: color 0.5s;
}
@media print, screen and (min-width: 768px) {
  .global_nav__sub ul a:hover {
    color: #c21c29;
  }
  .global_nav__sub ul a:hover[target="_blank"]:hover::after {
    color: #c21c29;
  }
}

.global_nav__lang a {
  padding-left: 23px;
  position: relative;
}
.global_nav__lang a::before {
  content: "\e904";
  font-size: 1.7rem;
  font-family: "icomoon";
  font-weight: normal;
  color: #414141;
  display: block;
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  z-index: 1;
  transition: color 0.5s;
  transform: translateY(-50%);
}
.global_nav__lang span {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  transition: color 0.5s;
}
@media print, screen and (min-width: 768px) {
  .global_nav__lang:hover a::before {
    color: #c21c29;
  }
  .global_nav__lang:hover span {
    color: #c21c29;
  }
}

.global_nav__main {
  width: 100%;
  justify-content: flex-end;
  padding-top: 10px;
  border-top: 1px solid #c8c8c8;
  transition: padding-top 0.5s, border 0.5s;
}
@media print, screen and (min-width: 1400px) {
  .global_nav__main {
    padding-top: 15px;
  }
}
.global_nav__main ul {
  justify-content: flex-end;
}
.global_nav__main ul li:not(:last-child) {
  margin-right: 25px;
}
@media print, screen and (min-width: 1100px) {
  .global_nav__main ul li:not(:last-child) {
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .global_nav__main ul li:not(:last-child) {
    margin-right: 30px;
  }
}
@media print, screen and (min-width: 1400px) {
  .global_nav__main ul li:not(:last-child) {
    margin-right: 50px;
  }
}
.global_nav__main ul li a {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  position: relative;
}
@media print, screen and (min-width: 1100px) {
  .global_nav__main ul li a {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .global_nav__main ul li a {
    font-size: 1.4rem;
  }
}
.global_nav__main ul li a::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background-color: #c21c29;
  position: absolute;
  top: calc(50% + 5px);
  left: -17px;
  z-index: 1;
  transform: translateY(-50%);
  transition: all 0.5s;
  opacity: 0;
}
@media print, screen and (min-width: 768px) {
  .global_nav__main ul li a:hover {
    color: #c8c8c8;
  }
  .global_nav__main ul li a:hover::before {
    top: 50%;
    opacity: 1;
  }
}
.global_nav__main .global_nav__lang {
  display: none;
  padding-left: 28px;
  margin-left: 28px;
  border-left: 1px solid #c8c8c8;
}

.global_nav__documents,
.global_nav__contact {
  width: 60px;
  height: 60px;
  justify-content: center;
  border: 1px solid #c21c29;
  transition: all 0.5s;
}
@media print, screen and (min-width: 768px) {
  .global_nav__documents,
  .global_nav__contact {
    width: 70px;
    height: 70px;
  }
}
@media print, screen and (min-width: 1200px) {
  .global_nav__documents,
  .global_nav__contact {
    width: 90px;
    height: 90px;
  }
}
@media print, screen and (min-width: 1400px) {
  .global_nav__documents,
  .global_nav__contact {
    width: 100px;
    height: 100px;
  }
}
.global_nav__documents span,
.global_nav__contact span {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-top: 30px;
  padding-bottom: 4px;
  position: relative;
  transition: color 0.5s, padding 0.5s;
}
@media print, screen and (min-width: 768px) {
  .global_nav__documents span,
  .global_nav__contact span {
    font-size: 1.1rem;
    padding-top: 34px;
    padding-bottom: 2px;
  }
}
@media print, screen and (min-width: 1200px) {
  .global_nav__documents span,
  .global_nav__contact span {
    font-size: 1.4rem;
    padding-top: 37px;
    padding-bottom: 0;
    letter-spacing: 0;
  }
}
@media print, screen and (min-width: 1400px) {
  .global_nav__documents span,
  .global_nav__contact span {
    padding-top: 43px;
  }
}
.global_nav__documents span::after,
.global_nav__contact span::after {
  font-family: "icomoon";
  font-weight: normal;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 0.5s;
}

.global_nav__documents {
  background-color: #fff;
}
.global_nav__documents span {
  color: #c21c29;
}
.global_nav__documents span::after {
  content: "\e902";
  font-size: 2.1rem;
  color: #c21c29;
}
@media print, screen and (min-width: 768px) {
  .global_nav__documents span::after {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .global_nav__documents span::after {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1400px) {
  .global_nav__documents span::after {
    font-size: 2.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .global_nav__documents:hover {
    border: 1px solid #fff;
    background-color: #ff6f7a;
  }
  .global_nav__documents:hover span {
    color: #fff;
  }
  .global_nav__documents:hover span::after {
    color: #fff;
  }
}

.global_nav__contact {
  background-color: #c21c29;
}
.global_nav__contact span {
  color: #fff;
  letter-spacing: -0.05em;
}
.global_nav__contact span::after {
  content: "\e901";
  font-size: 1.4rem;
  color: #fff;
  top: 7px;
}
@media print, screen and (min-width: 768px) {
  .global_nav__contact span::after {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .global_nav__contact span::after {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 1400px) {
  .global_nav__contact span::after {
    font-size: 2rem;
    top: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .global_nav__contact:hover {
    border: 1px solid #fff;
    background-color: #ff6f7a;
  }
  .global_nav__contact:hover span {
    color: #fff;
  }
  .global_nav__contact:hover span::after {
    color: #fff;
  }
}

.togglemenu {
  width: 100%;
  height: 100dvh;
  display: none;
  padding: 90px 0 0 0;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19;
}
.togglemenu::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.togglemenu .togglemenu_wrap {
  height: calc(100dvh - 90px);
  overflow: auto;
}
.togglemenu .togglemenu_body {
  max-width: 550px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 80px;
  margin: 0 auto;
}
.togglemenu .mainmenu {
  margin-bottom: 45px;
}
@media print, screen and (min-width: 360px) {
  .togglemenu .mainmenu {
    margin-bottom: 55px;
  }
}
.togglemenu .mainmenu .parent {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #c8c8c8;
  position: relative;
  transition: color 0.5s;
}
@media print, screen and (min-width: 360px) {
  .togglemenu .mainmenu .parent {
    padding: 25px 0;
  }
}
.togglemenu .mainmenu .parent .eng {
  font-size: 2.4rem;
  color: #c21c29;
  line-height: 1;
  margin-right: 10px;
}
@media print, screen and (min-width: 360px) {
  .togglemenu .mainmenu .parent .eng {
    font-size: 2.8rem;
    margin-right: 15px;
  }
}
.togglemenu .mainmenu .parent .ja {
  font-size: 1.2rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .togglemenu .mainmenu .parent .ja {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .togglemenu .mainmenu .parent .ja {
    font-size: 1.4rem;
  }
}
.togglemenu .mainmenu .parent::before,
.togglemenu .mainmenu .parent::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  z-index: 1;
  transform: translateY(-50%);
  transition: right 0.5s;
}
.togglemenu .mainmenu .parent::before {
  width: 14px;
  height: 2px;
  background-color: #8e8e8e;
}
.togglemenu .mainmenu .parent::after {
  width: 10px;
  height: 10px;
  border-right: 2px solid #8e8e8e;
  border-bottom: 2px solid #8e8e8e;
  transform: translateY(-50%) rotate(-45deg);
}
.togglemenu .mainmenu .parent.toggle::before,
.togglemenu .mainmenu .parent.toggle::after {
  width: 14px;
  height: 2px;
  background-color: #8e8e8e;
  transition: transform 0.5s;
}
.togglemenu .mainmenu .parent.toggle::before {
  transform: translateY(-50%);
}
.togglemenu .mainmenu .parent.toggle::after {
  transform: translateY(-50%) rotate(90deg);
}
.togglemenu .mainmenu .parent.toggle.active::before {
  transform: translateY(-50%) rotate(-180deg);
}
.togglemenu .mainmenu .parent.toggle.active::after {
  transform: translateY(-50%) rotate(360deg);
}
@media print, screen and (min-width: 768px) {
  .togglemenu .mainmenu .parent:hover .ja {
    color: #c21c29;
  }
  .togglemenu .mainmenu .parent:hover::before,
  .togglemenu .mainmenu .parent:hover::after {
    right: 8px;
  }
  .togglemenu .mainmenu .parent.toggle:hover::before,
  .togglemenu .mainmenu .parent.toggle:hover::after {
    right: 13px;
  }
}
.togglemenu .mainmenu .child {
  display: none;
  padding-top: 10px;
  padding-left: 25px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 360px) {
  .togglemenu .mainmenu .child {
    padding-left: 35px;
    margin-bottom: 20px;
  }
}
.togglemenu .mainmenu .child a {
  font-size: 1.5rem;
  font-weight: 500;
  color: #4a4a4a;
  display: block;
  padding: 17px 0;
  border-bottom: 1px solid #c8c8c8;
  position: relative;
  transition: color 0.5s;
}
@media print, screen and (min-width: 360px) {
  .togglemenu .mainmenu .child a {
    font-size: 1.6rem;
    padding: 20px 0;
  }
}
.togglemenu .mainmenu .child a::before,
.togglemenu .mainmenu .child a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  z-index: 1;
  transform: translateY(-50%);
  transition: right 0.5s;
}
.togglemenu .mainmenu .child a::before {
  width: 14px;
  height: 2px;
  background-color: #8e8e8e;
}
.togglemenu .mainmenu .child a::after {
  width: 10px;
  height: 10px;
  border-right: 2px solid #8e8e8e;
  border-bottom: 2px solid #8e8e8e;
  transform: translateY(-50%) rotate(-45deg);
}
@media print, screen and (min-width: 768px) {
  .togglemenu .mainmenu .child a:hover {
    color: #c21c29;
  }
  .togglemenu .mainmenu .child a:hover::before,
  .togglemenu .mainmenu .child a:hover::after {
    right: 8px;
  }
}
.togglemenu .btnmenu {
  width: 90%;
  align-items: center;
  gap: 17px;
  padding-right: 15px;
  margin: 0 auto 55px auto;
}
@media print, screen and (min-width: 360px) {
  .togglemenu .btnmenu {
    margin: 0 auto 75px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .togglemenu .btnmenu {
    width: 90%;
    padding-right: 0;
  }
}
.togglemenu .btnmenu a {
  font-size: 1.5rem;
  width: 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 360px) {
  .togglemenu .btnmenu a {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .togglemenu .btnmenu a {
    width: calc((100% - 17px) / 2);
  }
}
.togglemenu .btnmenu a span {
  width: 150px;
  display: inline-block;
}
@media print, screen and (min-width: 360px) {
  .togglemenu .btnmenu a span {
    width: 170px;
  }
}
.togglemenu .btnmenu a.contact span::after {
  font-size: 1.8rem;
}
@media print, screen and (min-width: 360px) {
  .togglemenu .btnmenu a.contact span::after {
    font-size: 2rem;
  }
}
.togglemenu .btnmenu a.documents span::after {
  font-size: 2.4rem;
}
@media print, screen and (min-width: 360px) {
  .togglemenu .btnmenu a.documents span::after {
    font-size: 2.7rem;
  }
}
.togglemenu .submenu {
  gap: 15px;
  padding-right: 0px;
  padding-left: 15px;
}
@media print, screen and (min-width: 768px) {
  .togglemenu .submenu {
    gap: 15px;
    padding-right: 0px;
    padding-left: 15px;
  }
}
.togglemenu .submenu li {
  width: 100%;
  display: flex;
}
@media print, screen and (min-width: 360px) {
  .togglemenu .submenu li {
    width: 100%;
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .togglemenu .submenu li {
    width: calc((100% - 15px) / 2);
    display: flex;
  }
}
.togglemenu .submenu a {
  font-size: 1.5rem;
  font-weight: 500;
  color: #8e8e8e;
  display: inline-block;
  padding-left: 0px;
  position: relative;
  transition: color 0.5s;
  padding-right: 30px;
  margin: 0 auto;
}
@media print, screen and (min-width: 360px) {
  .togglemenu .submenu a {
    font-size: 1.6rem;
    margin: 0 auto;
  }
}
.togglemenu .submenu a[target="_blank"]::after {
  content: "\e900";
  font-size: 1.2rem;
  font-weight: normal;
  font-family: "icomoon";
  color: #8e8e8e;
  display: block;
  position: absolute;
  top: 4px;
  left: 85%;
  transition: color 0.5s;
}
@media print, screen and (min-width: 360px) {
  .togglemenu .submenu a[target="_blank"]::after {
    font-size: 1.2rem;
    top: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .togglemenu .submenu a:hover {
    color: #c21c29;
  }
  .togglemenu .submenu a:hover[target="_blank"]::after {
    color: #c21c29;
  }
}

.menu_toggle {
  width: 60px;
  height: 60px;
  justify-content: center;
  border: 1px solid #c21c29;
  position: relative;
  z-index: 20;
  cursor: pointer;
  transition: all 0.5s;
}
@media print, screen and (min-width: 768px) {
  .menu_toggle {
    width: 70px;
    height: 70px;
  }
}
@media print, screen and (min-width: 1200px) {
  .menu_toggle {
    width: 90px;
    height: 90px;
  }
}
@media print, screen and (min-width: 1400px) {
  .menu_toggle {
    width: 100px;
    height: 100px;
  }
}
.menu_toggle .menu_toggle__inner {
  width: 100%;
  padding-top: 2px;
  position: absolute;
  top: 56%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 1400px) {
  .menu_toggle .menu_toggle__inner {
    padding-top: 0;
  }
}
.menu_toggle .menu_toggle__btn {
  width: 17px;
  height: 13px;
  display: block;
  margin: 0 auto 6px auto;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .menu_toggle .menu_toggle__btn {
    width: 19px;
    height: 15px;
    margin: 0 auto 7px auto;
  }
}
@media print, screen and (min-width: 1200px) {
  .menu_toggle .menu_toggle__btn {
    width: 21px;
    height: 17px;
    margin: 0 auto 9px auto;
  }
}
@media print, screen and (min-width: 1400px) {
  .menu_toggle .menu_toggle__btn {
    margin: 0 auto 12px auto;
  }
}
.menu_toggle .menu_toggle__btn span {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #c21c29;
  position: absolute;
  right: 0;
  z-index: 1;
  transition: all 0.5s;
}
.menu_toggle .menu_toggle__btn span:nth-child(1) {
  top: 0;
}
.menu_toggle .menu_toggle__btn span:nth-child(2) {
  top: 6px;
}
.menu_toggle .menu_toggle__btn span:nth-child(3) {
  width: 11px;
  top: 12px;
}
@media print, screen and (min-width: 768px) {
  .menu_toggle .menu_toggle__btn span:nth-child(2) {
    top: 7px;
  }
  .menu_toggle .menu_toggle__btn span:nth-child(3) {
    width: 13px;
    top: 14px;
  }
}
@media print, screen and (min-width: 1200px) {
  .menu_toggle .menu_toggle__btn span:nth-child(2) {
    top: 8px;
  }
  .menu_toggle .menu_toggle__btn span:nth-child(3) {
    width: 15px;
    top: 16px;
  }
}
.menu_toggle .menu_toggle__text {
  font-size: 1rem;
  font-weight: bold;
  color: #c21c29;
  text-align: center;
  letter-spacing: 0.05em;
  width: 100%;
  display: block;
  transition: color 0.5s;
}
@media print, screen and (min-width: 768px) {
  .menu_toggle .menu_toggle__text {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .menu_toggle .menu_toggle__text {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .menu_toggle:hover {
    border: 1px solid #fff;
    background-color: #ff6f7a;
  }
  .menu_toggle:hover .menu_toggle__btn span {
    background-color: #fff;
  }
  .menu_toggle:hover .menu_toggle__text {
    color: #fff;
  }
}

header.menuopen .menu_toggle {
  border: 1px solid #1e1e1e;
  background-color: #fff;
}
header.menuopen .menu_toggle .menu_toggle__btn {
  width: 21px;
}
@media print, screen and (min-width: 768px) {
  header.menuopen .menu_toggle .menu_toggle__btn {
    width: 23px;
  }
}
@media print, screen and (min-width: 1200px) {
  header.menuopen .menu_toggle .menu_toggle__btn {
    width: 25px;
  }
}
header.menuopen .menu_toggle .menu_toggle__btn span {
  width: 21px;
  background-color: #1e1e1e;
}
header.menuopen .menu_toggle .menu_toggle__btn span:nth-child(1) {
  transform: translateY(6px) rotate(-315deg);
}
header.menuopen .menu_toggle .menu_toggle__btn span:nth-child(2) {
  transform: translateX(10px);
  opacity: 0;
}
header.menuopen .menu_toggle .menu_toggle__btn span:nth-child(3) {
  width: 21px;
  transform: translateY(-6px) rotate(315deg);
}
@media print, screen and (min-width: 768px) {
  header.menuopen .menu_toggle .menu_toggle__btn span {
    width: 23px;
  }
  header.menuopen .menu_toggle .menu_toggle__btn span:nth-child(1) {
    transform: translateY(7px) rotate(-315deg);
  }
  header.menuopen .menu_toggle .menu_toggle__btn span:nth-child(3) {
    width: 23px;
    transform: translateY(-7px) rotate(315deg);
  }
}
@media print, screen and (min-width: 1200px) {
  header.menuopen .menu_toggle .menu_toggle__btn span {
    width: 25px;
  }
  header.menuopen .menu_toggle .menu_toggle__btn span:nth-child(1) {
    transform: translateY(8px) rotate(-315deg);
  }
  header.menuopen .menu_toggle .menu_toggle__btn span:nth-child(3) {
    width: 25px;
    transform: translateY(-8px) rotate(315deg);
  }
}
header.menuopen .menu_toggle .menu_toggle__text {
  color: #1e1e1e;
}

.scroll header {
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.15);
}
.scroll .header_description {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .scroll .header_description {
    display: block;
  }
}
@media print, screen and (min-width: 1100px) {
  .scroll header {
    padding: 18px 20px 18px 0;
  }
  .scroll .header_body {
    padding-left: 25px;
  }
  .scroll .header_body .header_logo {
    width: 105px;
    margin-right: 15px;
  }
  .scroll .header_body .header_description {
    display: none;
  }
  .scroll .global_nav {
    max-width: initial;
  }
  .scroll .global_nav__sub {
    display: none;
  }
  .scroll .global_nav__main {
    padding-top: 0;
    border-top: 0px;
  }
  .scroll .global_nav__main .global_nav__lang {
    display: block;
    padding-left: 20px;
    margin-left: 20px;
  }
  .scroll .global_nav__documents,
  .scroll .global_nav__contact {
    width: 120px;
    height: auto;
    padding: 7px;
    border-radius: 4px;
  }
  .scroll .global_nav__documents span,
  .scroll .global_nav__contact span {
    padding-top: 0;
    padding-left: 24px;
  }
  .scroll .global_nav__documents span::after,
  .scroll .global_nav__contact span::after {
    top: 50%;
    left: 0;
    right: auto;
    transform: translateY(-50%);
  }
  .scroll .global_nav__documents {
    margin-right: 10px;
  }
  .scroll .global_nav__documents span::after {
    font-size: 1.9rem;
  }
  .scroll .global_nav__contact {
    margin-right: 15px;
  }
  .scroll .global_nav__contact span::after {
    font-size: 1.4rem;
  }
  .scroll .menu_toggle {
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 4px;
  }
  .scroll .menu_toggle .menu_toggle__inner {
    padding-top: 0;
    top: 50%;
  }
  .scroll .menu_toggle .menu_toggle__btn {
    margin-bottom: 0;
  }
  .scroll .menu_toggle .menu_toggle__text {
    display: none;
  }
}
@media print, screen and (min-width: 1200px) {
  .scroll header {
    padding: 20px 25px 20px 0;
  }
  .scroll .global_nav__main .global_nav__lang {
    padding-left: 25px;
    margin-left: 25px;
  }
  .scroll .global_nav__documents,
  .scroll .global_nav__contact {
    width: 130px;
  }
  .scroll .global_nav__documents span,
  .scroll .global_nav__contact span {
    padding-left: 26px;
  }
  .scroll .global_nav__documents span::after {
    font-size: 2rem;
  }
  .scroll .global_nav__contact {
    margin-right: 18px;
  }
  .scroll .global_nav__contact span::after {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1400px) {
  .scroll .global_nav__main .global_nav__lang {
    padding-left: 28px;
    margin-left: 28px;
  }
  .scroll .global_nav__documents,
  .scroll .global_nav__contact {
    width: 140px;
  }
  .scroll .global_nav__documents span,
  .scroll .global_nav__contact span {
    padding-left: 28px;
  }
  .scroll .global_nav__documents span::after {
    font-size: 2.1rem;
  }
  .scroll .global_nav__contact {
    margin-right: 20px;
  }
  .scroll .global_nav__contact span::after {
    font-size: 1.6rem;
  }
}

footer {
  padding: 65px 0 40px 0;
  background-color: #1e1e1e;
}
@media print, screen and (min-width: 768px) {
  footer {
    padding: 60px 0 30px 0;
  }
}

.footer_body {
  align-items: center;
  margin-bottom: 45px;
}
@media print, screen and (min-width: 768px) {
  .footer_body {
    margin-bottom: 52px;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer_body {
    margin-bottom: 59px;
  }
}
@media print, screen and (min-width: 1200px) {
  .footer_body {
    margin-bottom: 65px;
  }
}

.footer_info {
  width: 100%;
  margin-bottom: 45px;
}
@media print, screen and (min-width: 768px) {
  .footer_info {
    width: 42.5%;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer_info {
    margin-right: 35px;
  }
}
@media print, screen and (min-width: 1200px) {
  .footer_info {
    margin-right: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .footer__name_address {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer__name_address {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1200px) {
  .footer__name_address {
    margin-bottom: 45px;
  }
}
.footer__name_address dl {
  color: #fff;
}
.footer__name_address dt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer__name_address dd {
  font-size: 1.2rem;
  line-height: 1.9;
}

.footer__privacy {
  width: 100%;
  max-width: 450px;
}
.footer__privacy img {
  width: 61px;
  margin-right: 15px;
}
@media print, screen and (min-width: 768px) {
  .footer__privacy img {
    margin-right: 20px;
  }
}
.footer__privacy span {
  font-size: 1rem;
  color: #fff;
  line-height: 1.8;
  flex: 1;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .footer__privacy span {
    max-width: 357px;
  }
}

.footer_menu {
  color: #fff;
  width: 100%;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  .footer_menu {
    max-width: 630px;
    flex: 1;
    margin-left: auto;
    margin-bottom: 0;
  }
}
.footer_menu__service {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .footer_menu__service {
    max-width: 330px;
    flex: 1;
    margin-right: 20px;
  }
}
.footer_menu__case {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .footer_menu__case {
    width: 33.6%;
    margin-left: auto;
  }
}
.footer_menu__category {
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .footer_menu__category {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.footer_menu__category::after {
  content: "";
  height: 1px;
  flex: 1;
  margin-left: 15px;
  background-color: #4a4a4a;
}
.footer_menu__list li:not(:last-child) {
  margin-bottom: 10px;
}
.footer_menu__list a {
  font-size: 1.2rem;
  font-weight: normal;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .footer_menu__list a {
    font-weight: bold;
  }
}
.footer_menu__list a[target="_blank"]::after {
  content: "\e900";
  font-size: 0.9rem;
  font-weight: normal;
  font-family: "icomoon";
  color: #8e8e8e;
  display: inline-block;
  margin-left: 10px;
}
.footer_menu__list a::before {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 1;
  transition: width 0.5s;
}
@media print, screen and (min-width: 768px) {
  .footer_menu__list a:hover::before {
    width: 100%;
  }
}
.footer_menu__service {
  margin-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  .footer_menu__service {
    margin-bottom: 0;
  }
}
.footer_menu__service .footer_menu__list {
  gap: 0 20px;
}
.footer_menu__service .footer_menu__list ul:first-child {
  width: calc((100% - 20px) / 2);
}
@media print, screen and (min-width: 768px) {
  .footer_menu__service .footer_menu__list ul:first-child {
    width: calc((100% - 20px) * 0.55);
  }
}
.footer_menu__service .footer_menu__list ul:last-child {
  flex: 1;
  margin-left: auto;
}
.footer_menu__case .footer_menu__list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
@media print, screen and (min-width: 768px) {
  .footer_menu__case .footer_menu__list ul {
    display: block;
  }
}
.footer_menu__case .footer_menu__list ul li {
  width: calc((100% - 20px) / 2);
}
@media print, screen and (min-width: 768px) {
  .footer_menu__case .footer_menu__list ul li {
    width: 100%;
  }
}

.footer_other {
  width: calc(100% + 30px);
  padding-top: 22px;
  margin-left: -15px;
  border-top: 1px solid #4a4a4a;
}
@media print, screen and (min-width: 768px) {
  .footer_other {
    width: 100%;
    margin-left: 0;
  }
}
.footer_other .footer_other__privacy {
  width: 100%;
  justify-content: center;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .footer_other .footer_other__privacy {
    width: auto;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
.footer_other .footer_other__privacy li:not(:last-child) {
  margin-right: 36px;
  position: relative;
}
.footer_other .footer_other__privacy li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  background-color: #4a4a4a;
  position: absolute;
  top: 0;
  right: -18px;
}
.footer_other .footer_other__privacy a {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.2;
  display: block;
  position: relative;
}
.footer_other .footer_other__privacy a::before {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 1;
  transition: width 0.5s;
}
@media print, screen and (min-width: 768px) {
  .footer_other .footer_other__privacy a:hover::before {
    width: 100%;
  }
}
.footer_other .copyright {
  font-size: 1rem;
  color: #8e8e8e;
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .footer_other .copyright {
    font-size: 1.2rem;
    text-align: right;
    width: auto;
    margin-left: auto;
  }
}

.btn {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 280px;
  display: block;
  padding: 20px;
  border: 1px solid #c21c29;
  border-radius: 4px;
  transition: color 0.5s, border 0.5s, background 0.5s;
}
.btn.btn_red {
  color: #fff;
  padding: 19px;
  border: 2px solid #c21c29;
  background-color: #c21c29;
}
@media print, screen and (min-width: 768px) {
  .btn.btn_red:hover {
    border: 2px solid #fff;
    background-color: #ff6f7a;
  }
}
.btn.btn_white {
  color: #c21c29;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .btn.btn_white:hover {
    color: #fff;
    background-color: #c21c29;
  }
  .btn.btn_white.hover_rose:hover {
    border: 1px solid #fff;
    background-color: #ff6f7a;
  }
}
.btn.btn_black {
  color: #fff;
  border: 1px solid #1e1e1e;
  background-color: #1e1e1e;
}
@media print, screen and (min-width: 768px) {
  .btn.btn_black:hover {
    color: #1e1e1e;
    background-color: #fff;
  }
}
.btn.contact span,
.btn.documents span {
  padding-left: 40px;
  position: relative;
}
.btn.contact span::after,
.btn.documents span::after {
  font-family: "icomoon";
  font-weight: normal;
  display: block;
  position: absolute;
  top: 55%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.btn.contact span::after {
  content: "\e901";
  font-size: 2rem;
}
.btn.documents span::after {
  content: "\e902";
  font-size: 2.7rem;
}

.cmn_btmlink a {
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .cmn_btmlink a {
    width: 50%;
  }
}
@media print, screen and (min-width: 768px) {
  .cmn_btmlink a:hover figure img {
    transform: scale(1.05);
  }
  .cmn_btmlink a:hover figure::after {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.cmn_btmlink figure {
  height: 192px;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .cmn_btmlink figure {
    height: 250px;
  }
}
@media print, screen and (min-width: 1024px) {
  .cmn_btmlink figure {
    height: 300px;
  }
}
@media print, screen and (min-width: 1200px) {
  .cmn_btmlink figure {
    height: 345px;
  }
}
.cmn_btmlink figure::before,
.cmn_btmlink figure::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.cmn_btmlink figure::before {
  background: url(../img/common/bg_dot.png) repeat center center;
  z-index: 2;
}
.cmn_btmlink figure::after {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  transition: background 0.5s;
}
.cmn_btmlink figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.cmn_btmlink .cmn_btmlink__recruit figure img {
  object-position: 50% 40%;
}
.cmn_btmlink__text {
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 25px 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
@media print, screen and (min-width: 768px) {
  .cmn_btmlink__text {
    padding: 35px;
  }
}
@media print, screen and (min-width: 1024px) {
  .cmn_btmlink__text {
    padding: 50px;
  }
}
@media print, screen and (min-width: 1200px) {
  .cmn_btmlink__text {
    padding: 60px;
  }
}
.cmn_btmlink__text p {
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .cmn_btmlink__text p {
    font-size: 3.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .cmn_btmlink__text p {
    font-size: 4.4rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .cmn_btmlink__text p {
    font-size: 4.8rem;
  }
}
.cmn_btmlink__text p img {
  width: 25px;
  margin-right: 15px;
  margin-top: 3px;
}
@media print, screen and (min-width: 768px) {
  .cmn_btmlink__text p img {
    width: 30px;
    margin-right: 18px;
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 1024px) {
  .cmn_btmlink__text p img {
    width: 35px;
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .cmn_btmlink__text p img {
    width: 40px;
  }
}
.cmn_btmlink__text dl {
  position: absolute;
  bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .cmn_btmlink__text dl {
    bottom: 35px;
  }
}
@media print, screen and (min-width: 1024px) {
  .cmn_btmlink__text dl {
    bottom: 43px;
  }
}
@media print, screen and (min-width: 1200px) {
  .cmn_btmlink__text dl {
    bottom: 50px;
  }
}
.cmn_btmlink__text dl dt {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 3px;
}
@media print, screen and (min-width: 768px) {
  .cmn_btmlink__text dl dt {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .cmn_btmlink__text dl dt {
    font-size: 1.4rem;
  }
}
.cmn_btmlink__text dl dd {
  font-size: 1rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .cmn_btmlink__text dl dd {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .cmn_btmlink__text dl dd {
    font-size: 1.2rem;
  }
}
.cmn_btmlink__text dl dd span {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .cmn_btmlink__text dl dd span {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .cmn_btmlink__text dl dd span {
    font-size: 2.9rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .cmn_btmlink__text dl dd span {
    font-size: 3.2rem;
  }
}

/**************************\
  Basic Modal Styles
\**************************/

.modal {
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.modal__container {
  background-color: #fff;
  padding: 20px;
  width: 90%;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: currentcolor;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
  cursor: pointer;
}

.modal__header .modal__close:before {
  content: "\2715";
}

.modal__content {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
  color: currentcolor;
}

.modal__btn {
  font-size: 1em;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/* アコーディオン */
.details_box {
  padding: 0;
  border-bottom: 1px dashed currentColor;
}
.summary_title {
  cursor: pointer;
  font-weight: bold;
  padding: 20px 0;
}
.answer_box {
  overflow: hidden;
}
.answer_inner {
  padding: 0 0px 20px;
}

/* フロートバナー */
.floatBnr {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 30px;
  width: fit-content;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  z-index: 10;
}

.floatBnr_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  position: relative;
}

.floatBnr_img {
  max-width: 300px;
}

.floatBnr_img img {
  max-width: 100%;
  height: auto;
}

.floatBnr_close {
  cursor: pointer;
  font-size: 20px;
  color: white;
  padding: 5px;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -15px;
  right: -15px;
  line-height: 1;
  background-color: #a0a0a0;
  text-align: center;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/* 767px以下 */
@media screen and (max-width: 767px) {
.floatBnr {
    display: none ! IMPORTANT;
}
} /* @media */


/* × */
.dli-close {
  display: inline-block;
  vertical-align: middle;
  color: currentcolor;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
}

.dli-close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.post_exp .page-content h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.post_exp .page-content > ul {
  margin-block: 1em;
  font-size: 14px;
  list-style: disc;
  padding-left: 1em;
}

.for404 a {
  text-decoration: underline;
}

.for404 a:hover {
  text-decoration: none;
}


/* 点滅 */
@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* 要素にアニメーションを適用 */
.blink {
  animation: blinking 2s ease-in-out infinite alternate;
}

/* 矢印← */
.dli-arrow-left {
  display: inline-block;
  vertical-align: middle;
  color: currentcolor;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.1em;
  background: currentColor;
}

.dli-arrow-left::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(-135deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}


/* 矢印→ */
.dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: currentcolor;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.1em;
  background: currentColor;
}

.dli-arrow-right::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


/* 矢印↑ */
.dli-arrow-up {
  display: inline-block;
  vertical-align: middle;
  color: currentcolor;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 1em;
  background: currentColor;
}

.dli-arrow-up::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: -0.275em;
  margin: auto;
}

/* お問い合わせstep画像 */
.step_img1 {
}

.step_img2 {
  display: none;
}

.main:has(.wpcf7cp_table) .step_img1 {
  display: none;
}

.main:has(.wpcf7cp_table) .step_img2 {
  display: block;
  margin: auto;
}





