/*
  reset
*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

li,
ol {
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: underline;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
  image-rendering: -webkit-optimize-contrast;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/*
  common
*/
/*
  mixin
*/
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  position: relative;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.875;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  background-image: url("../img/bg.png");
  background-size: 100% auto;
  background-repeat: repeat-y;
}
@media (max-width: 749px) {
  body {
    background-image: url("../img/bg_sp.png");
  }
}
body.webp {
  background-image: url("../img/bg.webp");
}
@media (max-width: 749px) {
  body.webp {
    background-image: url("../img/bg_sp.webp");
  }
}

.inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 749px) {
  .inner {
    padding: 0;
  }
}
.inner.w1400 {
  max-width: 1500px;
}
@media (max-width: 749px) {
  .inner.w1400 {
    max-width: 100%;
  }
}
.inner.w800 {
  max-width: 900px;
}
@media (max-width: 749px) {
  .inner.w800 {
    max-width: 100%;
  }
}
.inner.w1100 {
  max-width: 1200px;
}
@media (max-width: 749px) {
  .inner.w1100 {
    max-width: 100%;
  }
}

.hdg2 {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 749px) {
  .hdg2 {
    font-size: 2rem;
    line-height: 1.8;
  }
}

picture {
  display: block;
  width: 100%;
}

img {
  display: block;
  width: 100%;
}

.shadow {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

section {
  position: relative;
}

@media (max-width: 749px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 750px) {
  .sp {
    display: none !important;
  }
}

a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 750px) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}

svg {
  vertical-align: middle;
}

.font-midium {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.fadeIn {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

/*
  header
*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 13px 19px 14px 14px;
  width: 100%;
  position: relative;
}
@media (max-width: 749px) {
  .header_inner {
    padding: 10px 10px 56px;
  }
}
.header_inner .logo_asahi {
  display: block;
  width: 87px;
}
@media (max-width: 749px) {
  .header_inner .logo_asahi {
    position: relative;
    top: -6px;
  }
}
.header_inner .logo_asm {
  display: block;
  width: 220px;
  position: relative;
  left: 71px;
  top: -2px;
}
@media (max-width: 749px) {
  .header_inner .logo_asm {
    position: absolute;
    top: initial;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.header_credit_text {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.4;
  text-align: right;
  font-weight: 400;
}

/*
  footer
*/
.footer {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  width: 100%;
  color: #ffffff;
  position: absolute;
  bottom: 59px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 749px) {
  .footer {
    font-size: 1rem;
    line-height: 1.8;
    padding: 0 20px;
    bottom: 78px;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: block;
  background-color: #FCFCFC;
  z-index: 999999999;
}

.loading_text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #1C1718;
  width: 100px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 16px;
}

.loading_content {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  margin: -85px 0 0 -85px;
  border: 1px solid #f00;
}

.loading_content:after {
  content: "";
  position: absolute;
  border: 1px solid #0f0;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}

.loading_content:before {
  content: "";
  position: absolute;
  border: 1px solid #00f;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
}

.loading_content {
  border: 1px solid transparent;
  border-top-color: #1C1718;
  border-bottom-color: #1C1718;
  border-radius: 50%;
  -webkit-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
}

.loading_content:before {
  border: 1px solid transparent;
  border-top-color: #1C1718;
  border-bottom-color: #1C1718;
  border-radius: 50%;
  -webkit-animation: loader 3s linear infinite;
  animation: loader 3s linear infinite;
}

.loading_content:after {
  border: 1px solid transparent;
  border-top-color: #1C1718;
  border-bottom-color: #1C1718;
  border-radius: 50%;
  -webkit-animation: loader 1.5s linear infinite;
  animation: loader 1.5s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
}

@-webkit-keyframes loaders {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.scroll_ignition {
  position: absolute;
  top: 1000px;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  opacity: 0;
}

/*
  home
*/
.mv {
  width: 100%;
  position: relative;
  padding-top: 100px;
}
@media (max-width: 749px) {
  .mv {
    padding-top: 94px;
  }
}
.mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgb(0, 0, 0)), color-stop(33%, rgb(58, 29, 0)), color-stop(58%, rgba(58, 30, 5, 0.67)), color-stop(82%, rgba(58, 32, 10, 0.4)), to(rgba(99, 56, 21, 0)));
  background: -webkit-linear-gradient(top, rgb(0, 0, 0) 2%, rgb(58, 29, 0) 33%, rgba(58, 30, 5, 0.67) 58%, rgba(58, 32, 10, 0.4) 82%, rgba(99, 56, 21, 0) 100%);
  background: linear-gradient(to bottom, rgb(0, 0, 0) 2%, rgb(58, 29, 0) 33%, rgba(58, 30, 5, 0.67) 58%, rgba(58, 32, 10, 0.4) 82%, rgba(99, 56, 21, 0) 100%);
}
@media (max-width: 749px) {
  .mv::before {
    height: 1210px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgb(0, 0, 0)), color-stop(11%, rgb(58, 29, 0)), color-stop(58%, rgba(58, 30, 5, 0.67)), color-stop(82%, rgba(58, 32, 10, 0.4)), to(rgba(99, 56, 21, 0)));
    background: -webkit-linear-gradient(top, rgb(0, 0, 0) 2%, rgb(58, 29, 0) 11%, rgba(58, 30, 5, 0.67) 58%, rgba(58, 32, 10, 0.4) 82%, rgba(99, 56, 21, 0) 100%);
    background: linear-gradient(to bottom, rgb(0, 0, 0) 2%, rgb(58, 29, 0) 11%, rgba(58, 30, 5, 0.67) 58%, rgba(58, 32, 10, 0.4) 82%, rgba(99, 56, 21, 0) 100%);
  }
}
.mv .mv_wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.mv .caption {
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 14px;
}
@media (max-width: 749px) {
  .mv .caption {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.8;
    padding: 0 27px;
  }
}
.mv .hdg1 {
  width: 100%;
  font-size: 5rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.5em;
  line-height: 2;
  color: #ffffff;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 25px;
  left: calc(50% + 13px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 950px) {
  .mv .hdg1 {
    font-size: 3.8rem;
  }
}
@media (max-width: 749px) {
  .mv .hdg1 {
    font-size: 2.5rem;
    letter-spacing: 0.3em;
    line-height: 1.8;
    top: calc(50% + 7px);
    left: calc(50% + 5px);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 10px);
  }
}
.mv .hdg1::before {
  content: "";
  display: block;
  width: 1263px;
  height: 272px;
  background-image: url("../img/mv_text_bg.png");
  background-size: contain;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 749px) {
  .mv .hdg1::before {
    background-image: url("../img/mv_text_bg_sp.png");
    width: 688px;
    height: 234px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.mv .asics_asm {
  display: block;
  width: 100%;
  max-width: 373px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 749px) {
  .mv .asics_asm {
    max-width: 300px;
    bottom: 17px;
  }
}

.lead {
  margin-top: 103px;
}
@media (max-width: 749px) {
  .lead {
    margin-top: 50px;
  }
}
.lead p {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3;
}
@media (max-width: 749px) {
  .lead p {
    line-height: 2;
  }
}

.text_wrap p {
  font-size: 1.5rem;
}
@media (max-width: 749px) {
  .text_wrap p {
    padding: 0 27px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.text_wrap p small {
  font-size: 1.2rem;
}
.text_wrap_01 {
  margin-top: 70px;
}
@media (max-width: 749px) {
  .text_wrap_01 {
    margin-top: 50px;
  }
}
.text_wrap_02 {
  margin-top: 122px;
  margin-bottom: 148px;
}
@media (max-width: 749px) {
  .text_wrap_02 {
    margin-top: 50px;
    margin-bottom: 46px;
  }
}

.img_wrap {
  margin-top: 98px;
}
@media (max-width: 749px) {
  .img_wrap {
    margin-top: 47px;
  }
}
.img_wrap .inner .img_box {
  width: 100%;
  position: relative;
}
.img_wrap .inner .img01 {
  width: 60.7143%;
  max-width: 850px;
}
@media (max-width: 749px) {
  .img_wrap .inner .img01 {
    width: 100%;
    max-width: 100%;
  }
}
.img_wrap .inner .img02 {
  max-width: 580px;
  width: 41.4286%;
  position: absolute;
  right: 0;
  top: 100px;
}
@media (max-width: 749px) {
  .img_wrap .inner .img02 {
    max-width: 100%;
    width: 100%;
    position: static;
    right: initial;
    top: initial;
  }
}
.img_wrap .inner .caption {
  width: 100%;
  max-width: calc(100% - 32px);
  font-size: 1.2rem;
  line-height: 1.666;
  margin-top: 9px;
}
@media (max-width: 749px) {
  .img_wrap .inner .caption {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.8;
    padding: 0 27px;
    margin-top: 10px;
  }
}

.parallax_img {
  display: block;
  width: 100%;
  height: 31.25vw;
  background-image: url("../img/img_03.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.parallax_img.webp {
  background-image: url("../img/img_03.webp");
}

.point {
  padding: 180px 0 250px;
  background: -webkit-gradient(linear, left top, left bottom, from(#3C1F04), to(#000000));
  background: -webkit-linear-gradient(top, #3C1F04 0%, #000000 100%);
  background: linear-gradient(to bottom, #3C1F04 0%, #000000 100%);
}
@media (max-width: 749px) {
  .point {
    padding: 50px 0 106px;
  }
}
.point .hdg2 {
  color: #ffffff;
  margin-bottom: 100px;
}
@media (max-width: 749px) {
  .point .hdg2 {
    margin-bottom: 50px;
  }
}
.point_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  width: 100%;
}
@media (max-width: 749px) {
  .point_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
@media (max-width: 749px) {
  .point_item + .point_item {
    margin-top: 50px;
  }
}
.point_item picture {
  width: 50%;
}
@media (max-width: 749px) {
  .point_item picture {
    width: 100%;
  }
}
.point_item .point_text {
  width: 50%;
  text-align: left;
  padding-left: 30px;
}
@media (max-width: 749px) {
  .point_item .point_text {
    width: 100%;
    padding: 0 27px;
  }
}
.point_item p {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.8;
  display: inline-block;
  text-align: left;
}
@media (max-width: 749px) {
  .point_item p {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.point_item.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 749px) {
  .point_item.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.point_item.rev .point_text {
  padding-left: 0;
  padding-right: 30px;
  text-align: right;
}
@media (max-width: 749px) {
  .point_item.rev .point_text {
    text-align: left;
    padding: 0 27px;
  }
}

.foot_wrap {
  padding-top: 130px;
  padding-bottom: 194px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(27%, rgb(58, 29, 0)), color-stop(47%, rgba(58, 32, 10, 0.7)), color-stop(78%, rgba(78, 43, 15, 0.22)), to(rgba(99, 56, 21, 0)));
  background: -webkit-linear-gradient(bottom, rgb(0, 0, 0) 0%, rgb(58, 29, 0) 27%, rgba(58, 32, 10, 0.7) 47%, rgba(78, 43, 15, 0.22) 78%, rgba(99, 56, 21, 0) 100%);
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgb(58, 29, 0) 27%, rgba(58, 32, 10, 0.7) 47%, rgba(78, 43, 15, 0.22) 78%, rgba(99, 56, 21, 0) 100%);
}
@media (max-width: 749px) {
  .foot_wrap {
    padding-top: 50px;
    padding-bottom: 220px;
    background: transparent;
    position: relative;
  }
}
@media (max-width: 749px) {
  .foot_wrap::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 1933px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(38%, rgb(58, 29, 0)), color-stop(61%, rgba(58, 32, 10, 0.7)), color-stop(80%, rgba(76, 43, 15, 0.22)), to(rgba(99, 56, 21, 0)));
    background: -webkit-linear-gradient(bottom, rgb(0, 0, 0) 0%, rgb(58, 29, 0) 38%, rgba(58, 32, 10, 0.7) 61%, rgba(76, 43, 15, 0.22) 80%, rgba(99, 56, 21, 0) 100%);
    background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgb(58, 29, 0) 38%, rgba(58, 32, 10, 0.7) 61%, rgba(76, 43, 15, 0.22) 80%, rgba(99, 56, 21, 0) 100%);
    z-index: -1;
  }
}
.foot_wrap .hdg2 {
  color: #371B01;
}
.foot_wrap .movie_wrap {
  margin-top: 28px;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
@media (max-width: 749px) {
  .foot_wrap .movie_wrap {
    margin-top: 20px;
  }
}
.foot_wrap .movie_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.foot_wrap .profile {
  width: 100%;
  margin-top: 118px;
  background: rgba(255, 255, 255, 0.8);
  padding: 64px 49px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 46px;
}
@media (max-width: 749px) {
  .foot_wrap .profile {
    width: calc(100% - 20px);
    margin: 100px 10px 0;
    padding: 30px 30px 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
.foot_wrap .profile picture {
  width: 200px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 749px) {
  .foot_wrap .profile picture {
    margin: 0 auto;
  }
}
.foot_wrap .profile_text {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.923;
}
@media (max-width: 749px) {
  .foot_wrap .profile_text {
    font-size: 1.2rem;
    line-height: 2.0833;
  }
}
.foot_wrap .infomation {
  margin-top: 100px;
}
@media (max-width: 749px) {
  .foot_wrap .infomation {
    margin-top: 50px;
  }
}
.foot_wrap .infomation_img_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 0;
  margin-bottom: 50px;
}
@media (max-width: 749px) {
  .foot_wrap .infomation_img_wrap {
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
.foot_wrap .infomation_img_wrap picture {
  display: block;
  width: 50%;
}
@media (max-width: 749px) {
  .foot_wrap .infomation_img_wrap picture {
    width: 100%;
  }
}
.foot_wrap .infomation p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.1666;
  color: #ffffff;
}
@media (max-width: 749px) {
  .foot_wrap .infomation p {
    padding: 0 40px;
    line-height: 2.0833;
  }
}
.foot_wrap .infomation p span {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
}
@media (max-width: 749px) {
  .foot_wrap .infomation p span {
    line-height: 1.5625;
  }
}
.foot_wrap .contact {
  width: 100%;
  border: solid 1px #ffffff;
  margin-top: 100px;
  padding: 22px 10px 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 749px) {
  .foot_wrap .contact {
    width: calc(100% - 34px);
    margin: 48px 17px 0;
    padding: 20px 10px 13px;
  }
}
.foot_wrap .contact p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8571;
  color: #ffffff;
}
.foot_wrap .contact a {
  margin: 7px auto 0;
  display: block;
  width: 100%;
  max-width: 320px;
  text-align: center;
  border: solid 1px #ffffff;
  padding: 11px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.625;
}
@media (max-width: 749px) {
  .foot_wrap .contact a {
    margin-top: 10px;
  }
}
.foot_wrap .infomation2 {
  text-align: center;
  margin: 99px auto 0;
  font-size: 1.2rem;
  line-height: 3;
  color: #ffffff;
}
@media (max-width: 749px) {
  .foot_wrap .infomation2 {
    margin: 50px auto 0;
  }
}

.float_link {
  display: block;
  border: solid 1px #ffffff;
  width: 60px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 999;
}
@media (max-width: 749px) {
  .float_link {
    width: 100%;
    max-width: 365px;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.float_link p {
  padding: 20px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3E2A00;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: bold;
}
@media (min-width: 750px) {
  .float_link p {
    word-break: break-all;
  }
}
@media (max-width: 749px) {
  .float_link p {
    padding: 19px 35px;
    text-align: center;
  }
}
.float_link span {
  display: block;
  width: 100%;
  padding: 13px 10px 13px;
  background-color: #000000;
}
@media (max-width: 749px) {
  .float_link span {
    right: 1px;
    width: 35px;
    height: 60px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.float_link span img {
  display: block;
  width: 13px;
  margin: 0 auto;
}
@media (max-width: 749px) {
  .float_link span img {
    width: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}