@charset "UTF-8";
/*** The new CSS reset - version 1.7.2 (last updated 23.6.2022) ***/
*:where(:not(html, iframe, canvas, img, svg, video):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

.grecaptcha-badge{
	display:none !important;	
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

a,
button {
  cursor: revert;
}

a {
  text-decoration: none !important;
  transition-duration: 0.5s;
}
a:hover {
  opacity: 0.8;
  transition-duration: 0.5s;
  cursor: pointer;
}

ol,
ul,
menu {
  list-style: none;
  padding-left: 0;
}

img, video {
  max-width: 100%;
  max-height: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

.dummy {
  color: #ff00f7 !important;
}

/*
====================================
共通
====================================
*/
html {
  overflow-x: hidden;
  overflow-y: initial;
  font-size: 10px;
  letter-spacing: 0.1em;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-feature-settings: "palt";
  background-color: #fff;
  font-family: "noto-sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  opacity: 0;
}
body.loaded {
  opacity: 1;
  transition-duration: 3s;
}

.wrapper {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}
.wrapper--smaller {
  max-width: 1000px;
}

.p {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

.futura {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#main {
  margin-top: 102px;
}
#main.noloweheader {
  margin-top: 140px;
}
#main.pb0 {
  margin-bottom: 0;
}
#main.top {
  margin-top: 0 !important;
}

.futura {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.pc {
  display: block;
}

.pc-tb {
  display: block;
}

.tb-sp {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .pc-tb {
    display: none;
  }
  .tb-sp {
    display: block;
  }
  .sp {
    display: block;
  }
  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #main {
    margin-top: 80px;
  }
  #main.noloweheader {
    margin-top: 70px;
  }
}
/*
====================================
共通モジュール
====================================
*/
.m_fixed-recruitbtn {
  position: fixed;
  right: 0;
  top: 50%;
  width: 72px;
  transform: translateY(-50%);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  pointer-events: none;
}
.m_fixed-recruitbtn.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.m_fixed-recruitbtn img {
  width: 100%;
}

.m_sectiontitle .eng {
  position: relative;
  font-weight: 600;
  font-size: 10.5rem;
  color: #000;
  letter-spacing: 0.06em;
}
.m_sectiontitle .eng::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 6px;
  background-color: #A83531;
}
.m_sectiontitle .eng::after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 24px);
  height: 6px;
  background-color: #D6D6D6;
}
.m_sectiontitle .jpn {
  margin-top: 24px;
  margin-left: 0px;
  font-size: 2rem;
  letter-spacing: 0.2em;
}
.m_sectiontitle--noline .eng::before {
  display: none;
}
.m_sectiontitle--noline .eng::after {
  display: none;
}
.m_sectiontitle--noline .jpn {
  margin-top: 0;
}
.m_sectiontitle--white .eng {
  color: #fff;
}
.m_sectiontitle--white .jpn {
  color: #fff;
}
.m_sectiontitle--navy .eng {
  color: #802B2B;
}
.m_sectiontitle--navy .jpn {
  color: #000;
}

.m_sitebtn {
  display: inline-block;
  min-width: 255px;
  padding: 16px 24px;
  background-color: #fff;
  border: solid 1px #061E4E;
  text-align: center;
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #061E4E;
}
.m_sitebtn:hover {
  background-color: #061E4E;
  color: #fff;
}

.m_article {
  margin: 16px 0;
  padding: 24px 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: initial;
  background-color: #fff;
  padding: 16px;
  box-shadow: 0 0px 9px rgba(0, 0, 0, 0.1);
  border-radius: 13px;
}
.m_article a {
  position: relative;
  display: flex;
  align-items: center;
}
.m_article .lr {
  display: flex;
  justify-content: space-between;
}
.m_article .left {
  width: 140px;
}
.m_article .left .thumb {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
.m_article .left .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.5s;
}
.m_article .left .thumb.noimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 16px;
  border: solid 1px #ddd;
  border-radius: 10px;
  background-color: #fff;
}
.m_article .right {
  padding-left: 24px;
}
.m_article .right .upper {
  display: flex;
  align-items: center;
}
.m_article .right .upper time {
  position: relative;
  font-weight: 100;
  font-size: 2rem;
  opacity: 0.7;
  color: #000000;
}
.m_article .right .upper time::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -4px;
  left: 0;
  width: 32px;
  height: 3px;
  background-color: #061E4E;
}
.m_article .right .upper time::after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: calc(100% + 12px);
  height: 3px;
  background-color: #D6D6D6;
}
.m_article .right .upper .cat {
  margin-left: 32px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.m_article .right .upper .cat::after {
  display: none;
}
.m_article .right .upper .cat li {
  width: auto;
  font-size: 1.3rem;
  padding: 4px 8px;
  color: #fff;
  background-color: #A83531;
}
.m_article .right .title {
  margin-top: 12px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
}
.m_article .right p {
  margin-top: 8px;
  font-size: 1.2rem;
  color: #787878;
}
.m_article .right .btn {
  position: absolute;
  right: 0;
  top: 10px;
  margin-top: 24px;
  color: #000000;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
.m_article .right .btn .icon {
  position: relative;
  margin-left: 12px;
  display: inline-block;
  right: -8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #B2B2B2;
  z-index: 1;
}
.m_article .right .btn .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../img/common/icon-article-arrow.svg");
  background-size: contain;
  width: 9px;
  height: 9px;
  transform: translate(-50%, -50%);
}
.m_article:hover {
  background-color: #802B2B;
  transition-duration: 0.5s;
  opacity: 1;
}
.m_article:hover a {
  opacity: 1;
}
.m_article:hover .left .thumb img {
  transition-duration: 0.5s;
  transform: scale(1.1);
}
.m_article:hover .right .upper time {
  color: #fff;
  transition-duration: 0.5s;
  opacity: 1;
}
.m_article:hover .right .upper time::before {
  background-color: #fff;
  transition-duration: 0.5s;
  opacity: 1;
}
.m_article:hover .right .upper time::after {
  background-color: #6d6d6d;
  transition-duration: 0.5s;
  opacity: 1;
}
.m_article:hover .right .upper .cat li {
  color: #A83531;
  background-color: #fff;
  opacity: 1;
  transition-duration: 0.5s;
}
.m_article:hover .right .title {
  color: #fff;
  transition-duration: 0.5s;
}
.m_article:hover .right p {
  color: #fff;
  transition-duration: 0.5s;
}
.m_article:hover .right .btn {
  color: #fff;
  transition-duration: 0.5s;
}

.m_lowerpageheader .title-gr .eng {
  position: relative;
  display: block;
  font-size: 11.8rem;
  color: #802B2B;
  font-weight: 600;
}
.m_lowerpageheader .title-gr .eng.white {
  color: #fff;
}
.m_lowerpageheader .title-gr .eng::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  background-color: #D6D6D6;
  height: 6px;
  width: 100%;
}
.m_lowerpageheader .title-gr .eng::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #A83531;
  height: 6px;
  width: 32px;
}
.m_lowerpageheader .title-gr .eng--smaller {
  font-size: 9.8rem;
}
.m_lowerpageheader .title-gr .jpn {
  margin-top: 24px;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.m_lowerpageheader .title-gr .jpn.white {
  color: #fff;
}
.m_lowerpageheader--noline .lr::before {
  display: none !important;
}
.m_lowerpageheader--noline .lr::after {
  display: none !important;
}
.m_lowerpageheader--noline .title-gr .eng::before {
  display: none;
}
.m_lowerpageheader--noline .title-gr .eng::after {
  display: none;
}
.m_lowerpageheader--twocol {
  margin-bottom: 40px;
}
.m_lowerpageheader--twocol .lr {
  position: relative;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}
.m_lowerpageheader--twocol .lr::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  background-color: #D6D6D6;
  height: 6px;
  width: 100%;
}
.m_lowerpageheader--twocol .lr::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #A83531;
  height: 6px;
  width: 32px;
}
.m_lowerpageheader--twocol .lr .left, .m_lowerpageheader--twocol .lr .right {
  width: 50%;
}
.m_lowerpageheader--twocol .eng::before {
  display: none;
}
.m_lowerpageheader--twocol .eng::after {
  display: none;
}
.m_lowerpageheader--twocol .jpn {
  margin-top: 24px;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.m_lowerpageheader--light .title-gr .eng {
  font-weight: 100;
}
.m_lowerpageheader--light .title-gr .jpn {
  margin-top: 0;
  margin-left: 24px;
}
.m_lowerpageheader--light .title-gr .jpn.ml8 {
  margin-left: 8px;
}
.m_lowerpageheader--light .title-gr .jpn.mb24 {
  margin-bottom: 24px;
}
.m_lowerpageheader--light .desc.ml8 {
  margin-left: 8px;
}

.m_breadcrumbs {
  padding: 24px 0;
}
.m_breadcrumbs span {
  font-size: 1.3rem;
  color: #000;
  letter-spacing: 0.1em;
}
.m_breadcrumbs .current-item {
  font-weight: 600;
}

@media screen and (max-width: 750px) {
  .m_fixed-recruitbtn {
    top: 50%;
    width: 48px;
    transform: translateY(-50%);
  }
  .m_sectiontitle .eng {
    font-size: 4rem;
  }
  .m_sectiontitle .eng::before {
    height: 4px;
  }
  .m_sectiontitle .eng::after {
    height: 4px;
  }
  .m_sectiontitle .jpn {
    margin-top: 12px;
    font-size: 1.4rem;
  }
  .m_sectiontitle--noline .eng::before {
    display: none;
  }
  .m_sectiontitle--noline .eng::after {
    display: none;
  }
  .m_sectiontitle--noline .jpn {
    margin-top: 4px;
  }
  .m_sitebtn {
    min-width: 200px;
    padding: 12px 12px;
    font-size: 1.4rem;
  }
  .m_article {
    margin: 12px 0 0;
    padding: 18px 12px;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.18);
  }
  .m_article a {
    align-items: flex-start;
  }
  .m_article .left {
    width: 95px;
  }
  .m_article .left .thumb.noimage img {
    padding: 8px;
  }
  .m_article .left .cat {
    margin-top: 8px;
    display: block;
  }
  .m_article .left .cat li {
    margin-top: 4px;
    font-size: 1rem;
    color: #fff;
    padding: 4px 8px;
    text-align: center;
    border-radius: 5px;
    background-color: #A83531;
  }
  .m_article .right {
    padding-left: 16px;
    width: calc(100% - 95px);
  }
  .m_article .right .upper time {
    font-size: 1.4rem;
  }
  .m_article .right .title {
    margin-left: 0;
    margin-top: 8px;
    font-size: 1.4rem;
  }
  .m_article .right p {
    font-size: 1.1rem;
  }
  .m_lowerpageheader .title-gr .eng {
    font-size: 5.6rem;
    line-height: 1;
    padding-bottom: 8px;
  }
  .m_lowerpageheader .title-gr .eng::before {
    height: 4px;
  }
  .m_lowerpageheader .title-gr .eng::after {
    height: 4px;
  }
  .m_lowerpageheader .title-gr .eng--smaller {
    font-size: 4.6rem;
  }
  .m_lowerpageheader .title-gr .jpn {
    margin-top: 12px;
    font-size: 1.6rem;
  }
  .m_lowerpageheader--twocol {
    margin-bottom: 0;
  }
  .m_lowerpageheader--twocol .lr {
    padding-top: 24px;
    padding-bottom: 0;
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .m_lowerpageheader--twocol .lr::before {
    display: none;
  }
  .m_lowerpageheader--twocol .lr::after {
    display: none;
  }
  .m_lowerpageheader--twocol .lr .left, .m_lowerpageheader--twocol .lr .right {
    width: 100%;
  }
  .m_lowerpageheader--twocol .lr .left .desc, .m_lowerpageheader--twocol .lr .right .desc {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 16px);
  }
  .m_lowerpageheader--twocol .lr .left {
    position: relative;
    padding-bottom: 16px;
  }
  .m_lowerpageheader--twocol .lr .left::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    background-color: #D6D6D6;
    height: 4px;
    width: 100%;
  }
  .m_lowerpageheader--twocol .lr .left::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #A83531;
    height: 4px;
    width: 24px;
  }
  .m_lowerpageheader--twocol .lr .title-gr .jpn {
    margin-left: 4px;
    margin-top: 0px;
    font-size: 1.6rem;
  }
  .m_lowerpageheader--light .title-gr .eng {
    font-weight: 100;
  }
  .m_lowerpageheader--light .title-gr .jpn {
    margin-top: 0;
    margin-left: 8px;
  }
  .m_breadcrumbs {
    padding: 24px 0 8px;
  }
  .m_breadcrumbs span {
    font-size: 1.1rem;
  }
}
/*
====================================
ヘッダー
====================================
*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 102px;
  background-color: rgba(255, 255, 255, 0.52);
  transition-duration: 0.3s;
}
.header.white {
  background-color: rgb(255, 255, 255);
  transition-duration: 0.3s;
}
.header__inner {
  padding-left: 32px;
  padding-right: 32px;
  height: 100%;
  width: 100%;
}
.header__inner .lr {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__inner .lr .left .logo-gr {
  display: flex;
  align-items: center;
}
.header__inner .lr .left .logo-gr .logo {
  width: 240px;
}
.header__inner .lr .left .logo-gr .logo img {
  width: 100%;
}
.header__inner .lr .left .logo-gr .txt {
  margin-left: 16px;
  font-weight: 600;
  font-size: 1.5rem;
}
.header__inner .lr .right {
  display: flex;
  justify-content: right;
  align-items: center;
}
.header__inner .lr .right .global-navi nav > ul {
  display: flex;
  justify-content: right;
  gap: 24px;
}
.header__inner .lr .right .global-navi nav > ul > li {
  position: relative;
  /* サブメニュー初期状態：非表示 */
  /* 親メニューにホバーしたら表示 */
}
.header__inner .lr .right .global-navi nav > ul > li > a {
  color: #000;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.header__inner .lr .right .global-navi nav > ul > li .sub-menu {
  border-radius: 30px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 16px;
  min-width: 240px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 100;
  /* サブメニュー項目 */
  /* ホバー時 */
}
.header__inner .lr .right .global-navi nav > ul > li .sub-menu li a {
  display: block;
  padding: 18px 16px;
  background-color: #802B2B;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s;
  font-size: 1.4rem;
  box-shadow: 0 0px 9px rgba(0, 0, 0, 0.1);
}
.header__inner .lr .right .global-navi nav > ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header__inner .lr .right .btn {
  margin-left: 32px;
}
.header__inner .lr .right .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 242px;
  border-radius: 50px;
  background-color: #fff;
  border: #802B2B 2px solid;
  padding: 12px 0;
  transition-duration: 0.3s;
}
.header__inner .lr .right .btn a .icon {
  display: inline-block;
  width: 22px;
  height: 17px;
  transform: translateY(1px);
  background-image: url("../img/common/icon-mail-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition-duration: 0.3s;
}
.header__inner .lr .right .btn a .txt {
  margin-left: 8px;
  font-size: 1.6rem;
  color: #802B2B;
  font-weight: 600;
  transition-duration: 0.3s;
}
.header__inner .lr .right .btn a:hover {
  background-color: #802B2B;
  border: #802B2B 2px solid;
  transition-duration: 0.3s;
}
.header__inner .lr .right .btn a:hover .icon {
  background-image: url("../img/common/icon-mail-white.svg");
  transition-duration: 0.3s;
}
.header__inner .lr .right .btn a:hover .txt {
  color: #fff;
  transition-duration: 0.3s;
}
.header__spmenu {
  display: none;
}

@media screen and (max-width: 750px) {
  .header {
    height: 48px;
  }
  .header__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .header__inner .lr .left .logo-gr .logo {
    width: 150px;
  }
  .header__inner .lr .left .logo-gr .txt {
    margin-left: 8px;
    font-size: 1.3rem;
  }
  .header__inner .lr .right {
    display: flex;
    justify-content: right;
    align-items: center;
  }
  .header__inner .lr .right .global-navi {
    display: none;
  }
  .header__inner .lr .right .ham {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 48px;
    height: 48px;
    background-color: #802B2B;
    color: #fff;
    border: none;
  }
  .header__inner .lr .right .ham span {
    position: absolute;
    left: 20%;
    background-color: #fff;
    height: 1px;
    width: 60%;
  }
  .header__inner .lr .right .ham span:nth-of-type(1) {
    top: 40%;
  }
  .header__inner .lr .right .ham span:nth-of-type(2) {
    top: 60%;
  }
  .header__inner .lr .right .btn {
    position: fixed;
    top: 6px;
    right: 64px;
    margin-left: 32px;
  }
  .header__inner .lr .right .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 0px 0;
    border: solid 1px #802B2B;
  }
  .header__inner .lr .right .btn a .icon {
    width: 15.4px;
    height: 11.9px;
    transform: translateY(1px);
  }
  .header__inner .lr .right .btn a .txt {
    display: none;
  }
  .header__spmenu {
    opacity: 0;
    pointer-events: none;
    display: block;
    position: fixed;
    top: 48px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 48px);
    background-color: rgba(6, 30, 78, 0.9);
    z-index: 1000;
    overflow-y: auto;
  }
  .header__spmenu .container {
    padding-top: 24px;
    display: block;
    width: 100%;
    height: 100%;
    height: calc(100vh - 0px);
    background-color: #fff;
    z-index: 1001;
  }
  .header__spmenu nav > ul > li > a {
    padding-left: 8px;
    position: relative;
    font-size: 1.3rem;
    padding: 12px 0;
    display: block;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.1em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 1px #ddd;
  }
  .header__spmenu nav > ul > li > a::before {
    margin-left: -4px;
    font-size: 2.8rem;
    color: #802B2B;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
  }
  .header__spmenu nav > ul > li > a[href*=topics]::before {
    content: "TOPICS";
  }
  .header__spmenu nav > ul > li > a[href*="#"]::before {
    content: "OUR BUSINESS";
  }
  .header__spmenu nav > ul > li > a[href*=recruit]::before {
    content: "RECRUIT";
  }
  .header__spmenu nav > ul > li > a[href*=activity]::before {
    content: "ACTIVITY";
  }
  .header__spmenu nav > ul > li > a[href*=company]::before {
    content: "COMPANY";
  }
  .header__spmenu nav > ul > li > a[href*=contact]::before {
    content: "CONTACT";
  }
  .header__spmenu nav > ul > li ul {
    display: none;
  }
  .header__spmenu nav > ul > li ul li a {
    padding: 0;
    transition-duration: 0.3s;
  }
  .header__spmenu nav > ul > li.tapped ul {
    display: block;
  }
  .header__spmenu nav > ul > li.tapped ul li a {
    display: block;
    padding: 12px 12px;
    background-color: rgba(6, 30, 78, 0.04);
    color: #000;
    text-align: left;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    border-bottom: solid 1px #ddd;
  }
  .header__spmenu nav > ul > li.tapped ul li:last-of-type a {
    border-bottom: none;
  }
  .header.tapped {
    background-color: #fff;
    transition-duration: 0.75s;
  }
  .header.tapped .header__inner .lr .right .ham span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 50%;
    left: 20%;
  }
  .header.tapped .header__inner .lr .right .ham span:nth-of-type(2) {
    transform: rotate(-45deg);
    top: 50%;
    left: 20%;
  }
  .header.tapped .header__spmenu {
    opacity: 1;
    pointer-events: initial;
    transition-duration: 0.75s;
  }
}
/*
====================================
フッター直前
====================================
*/
.before-footer {
  background-color: #802B2B;
  padding: 40px;
}
.before-footer .container {
  background-color: #fff;
  padding: 32px 32px 24px;
  border-radius: 17px;
}
.before-footer .container ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.before-footer .container ul li {
  width: 18%;
}
.before-footer .container ul li img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .before-footer {
    padding: 24px;
  }
  .before-footer .container {
    padding: 24px 12px 18px;
    border-radius: 10px;
  }
  .before-footer .container ul {
    display: block;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
  .before-footer .container ul li {
    margin-top: 12px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .before-footer .container ul li:first-of-type {
    margin-top: 0;
  }
}
/*
====================================
フッター
====================================
*/
.footer {
  background-color: #fff;
  padding: 64px 0;
}
.footer .lr {
  display: block;
}
.footer .lr .left {
  width: 100%;
}
.footer .lr .left .logo {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 340px;
}
.footer .lr .left .copy {
  margin-top: 16px;
  font-size: 2rem;
  font-weight: 600;
  color: #802B2B;
  letter-spacing: 0.1em;
  text-align: center;
}
.footer .lr .left .address-gr {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 12px;
  font-size: 1.4rem;
  color: #000;
}
.footer .lr .left .address-gr p {
  text-align: center;
}
.footer .lr .left .address-gr p strong {
  font-weight: 600;
  display: inline-block;
  padding: 4px 12px;
  border: solid 1px #ddd;
  margin-bottom: 12px;
}
.footer .lr .left .address-gr p:first-of-type {
  margin-right: 24px;
}
.footer .lr .right {
  width: 100%;
}
.footer .lr .right nav ul {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}
.footer .lr .right nav ul li {
  font-size: 1.5rem;
}
.footer .lr .right nav ul li a {
  color: #000;
}
.footer .lr .right .footer-sns {
  margin-top: 24px;
  text-align: center;
}
.footer .lr .right .footer-sns a.instagram i {
  font-size: 40px;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  color: #061E4E;
  font-size: 3.2rem;
}
.footer .lr .right .subinfo {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .lr .right .subinfo .privacy {
  font-size: 1.5rem;
}
.footer .lr .right .subinfo .privacy a {
  color: #802B2B;
  border-bottom: solid 1px #802B2B;
}
.footer .lr .right .subinfo .copyright {
  margin-left: 32px;
  font-size: 1.3rem;
  color: #802B2B;
}

@media screen and (max-width: 750px) {
  .footer {
    padding: 40px 0 24px;
  }
  .footer .lr .left .logo {
    width: 240px;
  }
  .footer .lr .left .copy {
    margin-top: 8px;
    font-size: 1.5rem;
  }
  .footer .lr .left .address-gr {
    display: block;
    margin-top: 12px;
    font-size: 1.3rem;
  }
  .footer .lr .left .address-gr p {
    text-align: center;
  }
  .footer .lr .left .address-gr p strong {
    padding: 2.4px 6px;
    margin-bottom: 6px;
  }
  .footer .lr .left .address-gr p:first-of-type {
    border-right: none;
    border-bottom: solid 1px #cbcbcb;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 8px;
    padding-bottom: 8px;
    margin-bottom: 12px;
  }
  .footer .lr .right nav ul {
    margin-top: 24px;
    gap: 12px;
  }
  .footer .lr .right nav ul li {
    font-size: 1.3rem;
  }
  .footer .lr .right .footer-sns {
    margin-top: 24px;
  }
  .footer .lr .right .footer-sns a.instagram i {
    font-size: 2rem;
  }
  .footer .lr .right .subinfo {
    margin-top: 12px;
    display: block;
  }
  .footer .lr .right .subinfo .privacy {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
  .footer .lr .right .subinfo .copyright {
    display: block;
    text-align: center;
    margin-left: 0;
    font-size: 1rem;
  }
}/*# sourceMappingURL=style.css.map */