@charset "UTF-8";
/**
* Foundation
* ========================== */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*
---------------------------------------
reset
---------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
* {
  word-break: normal !important;
  word-wrap: break-word;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
  width: 100%;
  font-size: 62.5%;
}

html,
body {
  position: relative;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

input:focus,
textarea:focus,
button:focus {
  outline: 0;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  background: none;
  font-family: inherit;
}

button {
  background: none;
  line-height: 2;
  cursor: pointer;
}

img {
  border: none;
}

ol,
ul {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  font-weight: normal;
}

caption,
th {
  text-align: left;
}

p,
dd,
li,
address {
  font-style: normal;
}

figure {
  line-height: 0;
}

em {
  font-weight: inherit;
}

picture {
  display: block;
  line-height: 0;
}

:root {
  --main-color: #639ff8;
}

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

* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-word;
  color: #444750;
  min-width: 375px;
  line-break: normal;
  font-weight: 500;
  -ms-overflow-style: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  backgroun: #fefefe;
}

/* Chrome, Safari 対応 */
@media screen and (max-width: 1300px) {
  body {
    min-width: 1300px;
  }
}
@media (max-width: 750px) {
  body {
    min-width: 100%;
    width: 100%;
  }
}
/* IE */
#top-of-page {
  position: relative;
  overflow: hidden;
  min-width: 1136px;
}
@media (max-width: 768px) {
  #top-of-page {
    min-width: 0;
    margin-top: 0;
  }
}

.anc {
  padding-top: 156px;
  margin-top: -156px;
}
@media (max-width: 750px) {
  .anc {
    padding-top: 86px;
    margin-top: -86px;
  }
}

.container {
  width: 1200px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .container {
    width: calc(330 / 390 * 100 * 1vw);
  }
}
.container {
  position: relative;
}

.l-contents {
  position: relative;
}

p {
  text-align: justify;
  overflow-wrap: break-word;
}

p,
dt,
dd,
li {
  font-size: 14px;
  line-height: 160%;
  font-weight: 500;
  line-break: normal;
  word-break: normal !important;
  word-wrap: break-word;
}
@media (max-width: 750px) {
  p,
  dt,
  dd,
  li {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}

p {
  font-size: 16px;
}
@media (max-width: 750px) {
  p {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}

div {
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-weight: 500;
}

/*
---------------------------------------
link
---------------------------------------
*/
a {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

/*
---------------------------------------
clear
---------------------------------------
*/
.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
     height: auto;
     overflow: hidden;
     /**/
}

*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/*
---------------------------------------
common
---------------------------------------
*/
input[type=text],
input[type=search],
input[type=tel],
input[type=number],
input[type=url],
input[type=email],
input[type=password],
input[type=date],
textarea,
select {
  font-size: 16px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  font-family: inherit;
  background: #fff;
  padding: 0;
}
@media (max-width: 750px) {
  input[type=text],
  input[type=search],
  input[type=tel],
  input[type=number],
  input[type=url],
  input[type=email],
  input[type=password],
  input[type=date],
  textarea,
  select {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}

textarea {
  width: 100%;
  resize: vertical;
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input:-moz-placeholder {
  color: #ccc;
}

textarea::-webkit-input-placeholder {
  color: #ccc;
}

textarea:-moz-placeholder {
  color: #ccc;
}

.logged-in header.normal {
  top: 32px;
}

#wp-admin-bar-customize,
#wp-admin-bar-duplicate-post {
  display: none !important;
}

.title-en {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .title-en {
    font-size: calc(14 / 390 * 100 * 1vw);
  }
}
.title-en img {
  margin-right: 10px;
}
.title-en + h2, .title-en + h1 {
  font-size: 48px;
  font-weight: 600;
  color: #003a8e;
  margin-top: 10px;
}
@media (max-width: 750px) {
  .title-en + h2, .title-en + h1 {
    font-size: calc(28 / 390 * 100 * 1vw);
  }
}

.btn a {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 10px;
  padding-inline: 40px;
  background: #6199ee;
  border: 2px solid #6199ee;
  font-size: 16px;
}
@media (max-width: 750px) {
  .btn a {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .btn a {
    height: calc(60 / 390 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  .btn a:after {
    transition: 0.3s;
  }
  .btn a:hover {
    background: #fff;
    color: #6199ee;
  }
  .btn a:hover:after {
    width: 16px;
    aspect-ratio: 12/15;
    background-color: initial;
    background-image: url(../images/common/arrow-bl.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 750px) {
  .btn a {
    padding: 0px 3vw;
  }
}
.btn a:after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
}
@media (max-width: 750px) {
  .btn a:after {
    width: 12px;
    height: 15px;
    background-color: initial;
    background-image: url(../images/common/arrow-wh.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.title-area {
  background-image: url(../images/common/bg-title.png);
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  text-align: center;
  height: 578px;
  padding-top: 230px;
}
@media (max-width: 750px) {
  .title-area {
    height: calc(277 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .title-area {
    padding-top: 24vw;
    background-image: url(../images/common/bg-title-sp.png);
  }
}
.title-area h1 {
  text-align: left;
}
.title-area .desc {
  font-size: 16px;
  line-height: 180%;
  margin-top: 30px;
}
@media (max-width: 750px) {
  .title-area .desc {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}

.news > ul:not(.local-nav),
.news .flex > ul:not(.local-nav),
main.news .container > ul:not(.local-nav) {
  width: 880px;
  margin-top: 50px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .news > ul:not(.local-nav),
  .news .flex > ul:not(.local-nav),
  main.news .container > ul:not(.local-nav) {
    width: 100%;
    margin-top: 5vw;
  }
}
.news > ul:not(.local-nav) > li,
.news .flex > ul:not(.local-nav) > li,
main.news .container > ul:not(.local-nav) > li {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #d9d9d9;
}
.news > ul:not(.local-nav) > li:last-of-type,
.news .flex > ul:not(.local-nav) > li:last-of-type,
main.news .container > ul:not(.local-nav) > li:last-of-type {
  margin-bottom: 0;
}
.news > ul:not(.local-nav) > li a,
.news .flex > ul:not(.local-nav) > li a,
main.news .container > ul:not(.local-nav) > li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  .news > ul:not(.local-nav) > li a,
  .news .flex > ul:not(.local-nav) > li a,
  main.news .container > ul:not(.local-nav) > li a {
    flex-wrap: wrap;
  }
}
.news > ul:not(.local-nav) > li a .img,
.news .flex > ul:not(.local-nav) > li a .img,
main.news .container > ul:not(.local-nav) > li a .img {
  width: 240px;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}
@media (max-width: 750px) {
  .news > ul:not(.local-nav) > li a .img,
  .news .flex > ul:not(.local-nav) > li a .img,
  main.news .container > ul:not(.local-nav) > li a .img {
    width: 100%;
  }
}
.news > ul:not(.local-nav) > li a img,
.news .flex > ul:not(.local-nav) > li a img,
main.news .container > ul:not(.local-nav) > li a img {
  width: 240px;
  border-radius: 5px;
}
@media (max-width: 750px) {
  .news > ul:not(.local-nav) > li a img,
  .news .flex > ul:not(.local-nav) > li a img,
  main.news .container > ul:not(.local-nav) > li a img {
    width: 100%;
  }
}
@media (min-width: 751px) {
  .news > ul:not(.local-nav) > li a:after,
  .news .flex > ul:not(.local-nav) > li a:after,
  main.news .container > ul:not(.local-nav) > li a:after {
    transition: 0.3s;
  }
  .news > ul:not(.local-nav) > li a:hover:after,
  .news .flex > ul:not(.local-nav) > li a:hover:after,
  main.news .container > ul:not(.local-nav) > li a:hover:after {
    content: "";
    width: 30px;
    aspect-ratio: 1;
    background-image: url(../images/common/arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: initial;
  }
}
.news > ul:not(.local-nav) > li a:after,
.news .flex > ul:not(.local-nav) > li a:after,
main.news .container > ul:not(.local-nav) > li a:after {
  content: "";
  width: 30px;
  aspect-ratio: 1;
  background-image: url(../images/common/arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: auto;
}
@media (max-width: 750px) {
  .news > ul:not(.local-nav) > li a:after,
  .news .flex > ul:not(.local-nav) > li a:after,
  main.news .container > ul:not(.local-nav) > li a:after {
    margin-left: auto;
    margin-top: 4vw;
    width: 5vw;
  }
}
.news > ul:not(.local-nav) > li a .txt,
.news .flex > ul:not(.local-nav) > li a .txt,
main.news .container > ul:not(.local-nav) > li a .txt {
  width: 524px;
}
@media (max-width: 750px) {
  .news > ul:not(.local-nav) > li a .txt,
  .news .flex > ul:not(.local-nav) > li a .txt,
  main.news .container > ul:not(.local-nav) > li a .txt {
    width: 100%;
    margin-top: 5vw;
  }
}
.news > ul:not(.local-nav) > li a .txt .meta,
.news .flex > ul:not(.local-nav) > li a .txt .meta,
main.news .container > ul:not(.local-nav) > li a .txt .meta {
  display: flex;
  align-items: center;
}
.news > ul:not(.local-nav) > li a .txt .meta .cat,
.news .flex > ul:not(.local-nav) > li a .txt .meta .cat,
main.news .container > ul:not(.local-nav) > li a .txt .meta .cat {
  background: #f0f6ff;
  line-height: 1;
  padding: 12px;
  width: 160px;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
}
@media (max-width: 750px) {
  .news > ul:not(.local-nav) > li a .txt .meta .cat,
  .news .flex > ul:not(.local-nav) > li a .txt .meta .cat,
  main.news .container > ul:not(.local-nav) > li a .txt .meta .cat {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .news > ul:not(.local-nav) > li a .txt .meta .cat,
  .news .flex > ul:not(.local-nav) > li a .txt .meta .cat,
  main.news .container > ul:not(.local-nav) > li a .txt .meta .cat {
    width: calc(100 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .news > ul:not(.local-nav) > li a .txt .meta .cat,
  .news .flex > ul:not(.local-nav) > li a .txt .meta .cat,
  main.news .container > ul:not(.local-nav) > li a .txt .meta .cat {
    padding: 3.3vw 1vw;
  }
}
.news > ul:not(.local-nav) > li a .txt .meta .time,
.news .flex > ul:not(.local-nav) > li a .txt .meta .time,
main.news .container > ul:not(.local-nav) > li a .txt .meta .time {
  color: #6199ee;
  margin-left: 18px;
}
.news > ul:not(.local-nav) > li a .txt .sdgs,
.news .flex > ul:not(.local-nav) > li a .txt .sdgs,
main.news .container > ul:not(.local-nav) > li a .txt .sdgs {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.news > ul:not(.local-nav) > li a .txt .sdgs .label,
.news .flex > ul:not(.local-nav) > li a .txt .sdgs .label,
main.news .container > ul:not(.local-nav) > li a .txt .sdgs .label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #6199ee;
}
@media (max-width: 750px) {
  .news > ul:not(.local-nav) > li a .txt .sdgs .label,
  .news .flex > ul:not(.local-nav) > li a .txt .sdgs .label,
  main.news .container > ul:not(.local-nav) > li a .txt .sdgs .label {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .news > ul:not(.local-nav) > li a .txt .sdgs .label,
  .news .flex > ul:not(.local-nav) > li a .txt .sdgs .label,
  main.news .container > ul:not(.local-nav) > li a .txt .sdgs .label {
    width: calc(98 / 390 * 100 * 1vw);
  }
}
.news > ul:not(.local-nav) > li a .txt .sdgs ul,
.news .flex > ul:not(.local-nav) > li a .txt .sdgs ul,
main.news .container > ul:not(.local-nav) > li a .txt .sdgs ul {
  margin-left: 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news > ul:not(.local-nav) > li a .txt .sdgs ul li,
.news .flex > ul:not(.local-nav) > li a .txt .sdgs ul li,
main.news .container > ul:not(.local-nav) > li a .txt .sdgs ul li {
  font-family: "Manrope", sans-serif;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  margin-right: 5px;
}
.news > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-01,
.news .flex > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-01,
main.news .container > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-01 {
  background: #e5233b;
}
.news > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-02,
.news .flex > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-02,
main.news .container > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-02 {
  background: #dca63a;
}
.news > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-03,
.news .flex > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-03,
main.news .container > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-03 {
  background: #4c9e38;
}
.news > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-04,
.news .flex > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-04,
main.news .container > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-04 {
  background: #c51a2d;
}
.news > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-05,
.news .flex > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-05,
main.news .container > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-05 {
  background: #ff3a20;
}
.news > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-06,
.news .flex > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-06,
main.news .container > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-06 {
  background: #25bde2;
}
.news > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-07,
.news .flex > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-07,
main.news .container > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-07 {
  background: #fbc30a;
}
.news > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-08,
.news .flex > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-08,
main.news .container > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-08 {
  background: #970b30;
}
.news > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-09,
.news .flex > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-09,
main.news .container > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-09 {
  background: #ea6a04;
}
.news > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-10,
.news .flex > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-10,
main.news .container > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-10 {
  background: #dc007b;
}
.news > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-11,
.news .flex > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-11,
main.news .container > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-11 {
  background: #f5a200;
}
.news > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-12,
.news .flex > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-12,
main.news .container > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-12 {
  background: #d39200;
}
.news > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-13,
.news .flex > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-13,
main.news .container > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-13 {
  background: #447836;
}
.news > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-14,
.news .flex > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-14,
main.news .container > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-14 {
  background: #0075ba;
}
.news > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-15,
.news .flex > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-15,
main.news .container > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-15 {
  background: #28a839;
}
.news > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-16,
.news .flex > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-16,
main.news .container > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-16 {
  background: #004c88;
}
.news > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-17,
.news .flex > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-17,
main.news .container > ul:not(.local-nav) > li a .txt .sdgs ul li.sdgs-17 {
  background: #013068;
}
.news > ul:not(.local-nav) > li a .txt > p,
.news .flex > ul:not(.local-nav) > li a .txt > p,
main.news .container > ul:not(.local-nav) > li a .txt > p {
  margin-top: 10px;
}

main.news .container > ul {
  width: 100%;
}
main.news .container > ul li a .txt {
  width: 850px;
}

.initiative .local-nav li:first-of-type a,
.company .local-nav li:first-of-type a {
  background-color: #efefef;
  color: #444750;
}

.aniv .local-nav {
  max-width: 100%;
}

.breadclumbs {
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .breadclumbs {
    font-size: calc(12 / 390 * 100 * 1vw);
  }
}
.breadclumbs span {
  color: #bfbfbf;
}

.local-nav {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 875px;
  margin-inline: auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
.local-nav.full {
  max-width: 100%;
}
.local-nav.col3 {
  max-width: 775px;
}
.local-nav.col3 li:first-of-type a {
  background-color: #efefef;
  color: #444750;
}
@media (max-width: 750px) {
  .local-nav {
    margin-top: 10vw;
    flex-wrap: wrap;
  }
}
.local-nav li {
  margin-right: 5px;
  margin-bottom: 6px;
}
@media (max-width: 750px) {
  .local-nav li {
    margin-right: 3vw;
    margin-bottom: 3vw;
  }
  .local-nav li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.local-nav li:first-of-type a {
  background-color: #6199ee;
  color: #fff;
}
.local-nav li:nth-og-type(4n) {
  margin-right: 0;
}
.local-nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 191px;
  height: 40px;
  border: 1px solid #bfbfbf;
  background-color: #efefef;
  border-radius: 5px;
}
@media (max-width: 750px) {
  .local-nav li a {
    height: calc(40 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .local-nav li a {
    font-size: calc(12 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .local-nav li a {
    width: 40.8vw;
  }
}

section.works {
  padding-top: 140px;
  padding-bottom: 120px;
}
@media (max-width: 750px) {
  section.works {
    padding-block: 2vw 10vw;
  }
}
section.works ul {
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
}
@media (max-width: 750px) {
  section.works ul {
    flex-wrap: wrap;
    margin-top: 10vw;
  }
}
section.works ul li {
  width: 330px;
  position: relative;
}
@media (min-width: 751px) {
  section.works ul li {
    margin-right: 102px;
  }
  section.works ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 750px) {
  section.works ul li {
    width: 100%;
    margin-bottom: 5vw;
    padding-bottom: 5vw;
  }
}
section.works ul li:after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: #d9d9d9;
  position: absolute;
  top: 0;
  right: -52.5px;
}
@media (max-width: 750px) {
  section.works ul li:after {
    width: 100%;
    height: 1px;
    right: initial;
    top: initial;
    bottom: 0;
  }
}
section.works ul li:last-of-type:after {
  content: none;
}
section.works ul li .img {
  aspect-ratio: 330/280;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 10px;
}
section.works ul li .img.center {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #efefef;
  background-position: center !important;
}
section.works ul li .img .cat {
  line-height: 1;
  background: rgba(50, 50, 50, 0.8);
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  padding: 7px 9px;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 10px;
}
section.works ul li .location {
  line-height: 1;
  border-radius: 5px;
  margin-top: 20px;
  border: 1px solid #444750;
  color: #444750;
  padding: 7px 9px;
  display: inline-block;
}
section.works ul li .period {
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 750px) {
  section.works ul li .period {
    margin-top: 3vw;
    margin-left: 0;
  }
}
section.works ul li .period .label {
  width: 38px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 14px;
  margin-right: 4px;
  background: #d9d9d9;
  font-weight: 500;
}
section.works ul li .title {
  font-size: 24px;
}
@media (max-width: 750px) {
  section.works ul li .title {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
section.works ul li .title {
  line-height: 160%;
  margin-top: 10px;
  padding-right: 30px;
  position: relative;
}
section.works ul li .title:after {
  content: "";
  width: 16px;
  aspect-ratio: 12/15;
  background-image: url(../images/common/arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 5px;
}
section.works .btn.wh {
  width: 320px;
  margin-top: 40px;
  margin-left: auto;
}
@media (max-width: 750px) {
  section.works .btn.wh {
    width: 100%;
    margin-top: 4vw;
  }
}
section.works .btn.wh a {
  background: initial;
  color: #444750;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
}
@media (min-width: 751px) {
  section.works .btn.wh a:after {
    transition: 0.3s;
  }
  section.works .btn.wh a:hover:after {
    width: 16px;
    aspect-ratio: 12/15;
    background-color: initial;
    background-image: url(../images/common/arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
section.works .btn.wh a:after {
  background-color: #003a8e;
}
@media (max-width: 750px) {
  section.works .btn.wh a:after {
    width: 16px;
    aspect-ratio: 12/15;
    background-color: initial;
    background-image: url(../images/common/arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
section.works .now {
  background-image: url(../images/top/bg-working.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 1000px;
  height: 520px;
  padding: 78px;
  margin-inline: auto;
  margin-top: 78px;
}
@media (max-width: 750px) {
  section.works .now {
    width: 100%;
    padding-inline: 7.5vw;
    padding-top: 7.5vw;
    background-image: url(../images/top/bg-working-sp.png);
  }
}
@media (max-width: 750px) {
  section.works .now {
    height: calc(570 / 390 * 100 * 1vw);
  }
}
section.works .now .summary {
  font-size: 16px;
  line-height: 180%;
  margin-top: 74px;
}
@media (max-width: 750px) {
  section.works .now .summary {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  section.works .now .summary {
    margin-top: 7vw;
  }
}
section.works .now .btn {
  margin-top: 40px;
  width: 320px;
}
@media (max-width: 750px) {
  section.works .now .btn {
    width: 100%;
    margin-top: 5vw;
  }
}

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

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

.nolink {
  pointer-events: none;
}

@media (min-width: 751px) {
  .tel {
    pointer-events: none;
  }
}

footer .privacy {
  width: 360px;
  margin-left: auto;
  text-align: right;
  margin-top: 18px;
}
@media (max-width: 750px) {
  footer .privacy {
    text-align: left;
    margi-left: 0;
    width: 100%;
  }
}
footer .privacy img {
  margin-left: 12px;
  margin-bottom: -2px;
}
footer .privacy a {
  color: #fff;
}

header li.cs {
  position: relative;
}
header li.cs:after {
  content: "Coming\asoon";
  white-space: pre;
  background: rgba(68, 71, 80, 0.6);
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 120%;
  font-size: 15px;
}

footer p.cs {
  position: relative;
}
footer p.cs:after {
  content: "Coming soon";
  white-space: pre;
  background: rgba(68, 71, 80, 0.6);
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
}

/*
---------------------------------------
animation
---------------------------------------
*/
@keyframes attentionAnim {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}
/**
* Object
* ========================== */
/* Library ------------ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Common ------------ */
.l-contents .pc {
  display: block !important;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .l-contents .pc {
    display: none !important;
  }
}
.l-contents .sp {
  display: none !important;
}
@media (max-width: 750px) {
  .l-contents .sp {
    display: block !important;
  }
}
.l-contents .inline-pc {
  display: inline-block !important;
}
@media (max-width: 750px) {
  .l-contents .inline-pc {
    display: none !important;
  }
}
.l-contents .inline-sp {
  display: none !important;
}
@media (max-width: 750px) {
  .l-contents .inline-sp {
    display: inline-block !important;
  }
}
.l-contents .inner {
  max-width: 1136px;
  margin: 0 auto;
  padding: 0 20px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 750px) {
  .l-contents .inner {
    padding: 0 8%;
  }
}
.l-contents span {
  font-size: inherit;
  font-weight: inherit;
}
.l-contents img {
  max-width: 100%;
  height: auto;
}
.l-contents .en {
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
}
.l-contents .min {
  font-family: "EB Garamond", serif;
  font-weight: 400;
}
.l-contents .ofi {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.l-contents .ofi-contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
.l-contents .anc {
  padding-top: 96px;
  margin-top: -96px;
}
@media (max-width: 750px) {
  .l-contents .anc {
    padding-top: 56px;
    margin-top: -56px;
  }
}

/*	form
---------------------------------*/
.sec-form {
  margin-top: 100px;
}
@media (max-width: 750px) {
  .sec-form .inner {
    padding: 0 5%;
  }
}

.steps_form {
  max-width: 700px;
  margin: 0 auto 20px;
}
@media (max-width: 750px) {
  .steps_form {
    width: 100%;
    margin: 0 auto 3vw;
  }
}

.sec-form__require {
  color: #c1272d;
  font-weight: bold;
  margin-bottom: 2px;
}
@media (max-width: 750px) {
  .sec-form__require {
    font-size: 3.3vw;
    margin-bottom: 0;
  }
}

.wrap_form {
  max-width: 700px;
  margin: 0 auto;
}
.wrap_form .require {
  color: #c1272d;
  font-weight: bold;
}
.wrap_form .btn_send_narrow {
  display: block;
  width: 364px;
  padding: 17px 20px;
  margin: 0 auto;
  border: none;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  background-color: #003a8e;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.7s;
  background-image: url(../images/form/btn_arrow.svg);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: right 26px center;
  line-height: 2.142;
}
@media (max-width: 750px) {
  .wrap_form .btn_send_narrow {
    width: 95%;
    padding: 3vw 5vw;
    margin: 0 auto;
    font-size: 4.2vw;
    background-size: 7px;
    background-position: right 8vw center;
  }
}
@media (min-width: 751px) {
  .wrap_form .btn_send_narrow:hover {
    opacity: 0.3;
  }
}
.wrap_form .btn_send_narrow[disabled] {
  opacity: 0.2;
}
.wrap_form button.btn_back_narrow {
  display: block;
  width: 364px;
  padding: 17px 20px;
  margin: 30px auto 0;
  border: none;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  background-color: #808080;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.7s;
  background-image: url(../images/form/btn_arrow_back.svg);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: left 26px center;
  border-radius: 50px;
  line-height: 2.142;
}
@media (max-width: 750px) {
  .wrap_form button.btn_back_narrow {
    width: 95%;
    padding: 3vw 5vw;
    margin: 7vw auto 0;
    font-size: 4.2vw;
    background-size: 7px;
    background-position: left 8vw center;
  }
}
@media (min-width: 751px) {
  .wrap_form button.btn_back_narrow:hover {
    opacity: 0.3;
  }
}

.table_entry {
  width: 100%;
  line-height: 1.5;
  margin: 0 0 15px;
}
@media (max-width: 750px) {
  .table_entry {
    margin: 0 0 5vw;
    font-size: 3.4vw !important;
  }
}
.table_entry .row {
  display: flex;
  background: #f4f4f4;
  margin-bottom: 4px;
  padding: 6px 0;
}
@media (max-width: 750px) {
  .table_entry .row {
    padding: 7px 0;
  }
}
@media (max-width: 750px) {
  .table_entry .row-2 {
    display: block;
    padding: 5px 4vw;
  }
  .table_entry .row-2 .dt {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 3.2vw 0 2vw;
  }
  .table_entry .row-2 .dd {
    width: 100%;
    padding: 1.5vw 0;
  }
}
.table_entry .dt {
  font-weight: bold;
  padding: 13px 0 10px 18px;
  font-size: 14px;
  width: 155px;
  line-height: 1;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 750px) {
  .table_entry .dt {
    padding: 2.7vw 0 2.7vw 2vw;
    width: 28vw;
    font-size: 3.4vw;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.table_entry .dd {
  flex: 1;
  padding: 3px 18px 0px;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 750px) {
  .table_entry .dd {
    padding: 1vw 3.5vw;
    font-size: 3.4vw;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.table_entry .dd .dd-in {
  display: block;
  box-sizing: border-box;
  padding: 7px 5px;
  line-height: 1.5;
}
.table_entry .mark_zip {
  font-size: 16px;
  padding: 2px 0 0;
}
@media (max-width: 750px) {
  .table_entry .mark_zip {
    font-size: 3.4vw;
    padding: 0;
  }
}
.table_entry input[type=text],
.table_entry input[type=email],
.table_entry input[type=tel] {
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  padding: 4px 5px;
  background: none;
  line-height: 1;
}
@media (max-width: 750px) {
  .table_entry input[type=text],
  .table_entry input[type=email],
  .table_entry input[type=tel] {
    width: 100%;
    font-size: 3.4vw;
  }
}
.table_entry input[type=text]#age,
.table_entry input[type=email]#age,
.table_entry input[type=tel]#age {
  width: 100px;
}
@media (max-width: 750px) {
  .table_entry input[type=text]#age,
  .table_entry input[type=email]#age,
  .table_entry input[type=tel]#age {
    width: 20%;
  }
}
.table_entry textarea {
  font-size: 16px;
  padding: 5px 5px;
  width: 100%;
  height: 200px;
}
@media (max-width: 750px) {
  .table_entry textarea {
    height: 26vw;
    font-size: 3.4vw !important;
  }
}
.table_entry .radio-wrap {
  padding: 8px 0;
}
@media (max-width: 750px) {
  .table_entry .radio-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    padding: 6px 0 0;
  }
}
.table_entry .radio-wrap label {
  cursor: pointer;
  margin-right: 2em;
  line-height: 1.3;
}
@media (max-width: 750px) {
  .table_entry .radio-wrap label {
    margin-right: 0;
    display: inline-block;
  }
}
.table_entry .radio-wrap label input[type=radio],
.table_entry .radio-wrap label input[type=checkbox] {
  margin-right: 0;
  position: relative;
  top: 2px;
}
.table_entry .radio-wrap label input[type=radio].error,
.table_entry .radio-wrap label input[type=checkbox].error {
  display: inline-block;
}
.table_entry #zip {
  height: 32px;
  width: 200px;
  font-size: 16px;
  padding: 0 5px;
}
@media (max-width: 750px) {
  .table_entry #zip {
    height: 9vw;
    width: calc(100% - 5vw);
    font-size: 3.4vw;
  }
}
.table_entry .wpcf7-list-item:first-child {
  margin-left: 0;
}

label.error {
  font-size: 16px;
  color: #c1272d;
  display: block;
  margin: 10px 0 10px;
}
@media (max-width: 750px) {
  label.error {
    line-height: 1.5;
    font-size: 3.4vw;
    margin: 5px 0 0;
  }
}

.form_privacy-policy {
  background: #e6e6e6;
  padding: 20px 20px 15px;
  margin-bottom: 45px;
}
@media (max-width: 750px) {
  .form_privacy-policy {
    padding: 4vw 3vw;
    margin-bottom: 4vw;
  }
}
.form_privacy-policy .ttl {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .form_privacy-policy .ttl {
    font-size: 3.4vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 2vw;
  }
}
.form_privacy-policy .agree_text p {
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .form_privacy-policy .agree_text p {
    font-size: 3.4vw;
  }
}
.form_privacy-policy .agree_text a {
  text-decoration: underline;
}
.form_privacy-policy .inner_box {
  height: 130px;
  background: white;
  overflow-y: scroll;
  border: 1px solid #b1b1b1;
  padding: 14px;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .form_privacy-policy .inner_box {
    height: 32vw;
    padding: 4vw 3vw;
    margin-bottom: 2vw;
  }
}
.form_privacy-policy .inner_box .ttl {
  font-weight: bold;
  margin-bottom: 0;
}
.form_privacy-policy .inner_box p {
  margin-bottom: 20px;
  line-height: 1.64;
  font-size: 14px;
}
@media (max-width: 750px) {
  .form_privacy-policy .inner_box p {
    font-size: 3.3vw;
    margin-bottom: 3vw;
  }
}
.form_privacy-policy .inner_box ul {
  margin-left: 1em;
  margin-bottom: 20px;
  line-height: 1.64;
  list-style-position: outside;
}
@media (max-width: 750px) {
  .form_privacy-policy .inner_box ul {
    margin-left: 1em;
    margin-bottom: 3vw;
  }
}
.form_privacy-policy .inner_box ul > li {
  line-height: 1.64;
}
.form_privacy-policy .inner_box ul > li > ul {
  margin: 0 0 0 1em;
}
.form_privacy-policy .inner_box ul > li > ul > li {
  line-height: 1.64;
}
.form_privacy-policy .inner_box ul > li > ul > li > ul {
  margin: 0 0 0 1em;
}
.form_privacy-policy .inner_box .right_text {
  text-align: right;
}

.sec-form .sec-form__mailAttention {
  line-height: 1.6;
  text-align: center;
  margin-bottom: 25px;
  font-size: 14px;
}
@media (max-width: 750px) {
  .sec-form .sec-form__mailAttention {
    text-align: left;
    margin-bottom: 8vw;
    font-size: 3.3vw;
  }
}

.require {
  color: #c1272d;
  font-weight: bold;
}

.agree_item {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  display: inline-block;
  margin-top: 4px;
}
.agree_item .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 16px;
  font-weight: bold;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.page-contact .st-footer__pageTop,
.page-entry .st-footer__pageTop {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 30px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 0 5px;
  background-image: url(../images/form/arrow-select.png);
  background-repeat: no-repeat;
  background-position: right center;
  width: 200px;
  font-size: 14px;
}
@media all and (-ms-high-contrast: none) {
  select {
    background-image: url(../images/form/arrow-select.png);
  }
}
@media (max-width: 750px) {
  select {
    width: 100%;
  }
}

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

@-moz-document url-prefix() {
  /* firefoxハック */
  #contact-table select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.2em;
    background-image: none;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* chromeハック */
  #contact-table select {
    text-indent: 0.2em;
  }
}
@media all and (-ms-high-contrast: none) {
  .wrap_form .btn_send_narrow {
    padding: 17px 20px 12px;
  }
}
.thanks-text {
  margin: 50px 0;
  line-height: 2;
}
@media (max-width: 750px) {
  .thanks-text {
    margin: 9vw 0;
  }
}
.thanks-text.insert {
  font-weight: bold;
}

.thanks_btn {
  text-align: center;
}
.thanks_btn a {
  text-decoration: underline;
}
@media (hover: hover) {
  .thanks_btn a:hover {
    text-decoration: none;
  }
}

#autozip {
  display: none !important;
}

/* Component ------------ */
/*
---------------------------------------
btn
---------------------------------------
*/
.heading-01--center {
  text-align: center;
}
.heading-01--flex {
  display: flex;
  align-items: center;
}
.heading-01--flex .heading-01__en {
  margin-right: 20px;
  padding-bottom: 0;
}
.heading-01--flex .heading-01__ja {
  padding-top: 20px;
}

.heading-01__en {
  font-size: 74px;
  line-height: 1;
  color: #56626e;
  padding-bottom: 15px;
}
@media (max-width: 750px) {
  .heading-01__en {
    font-size: 14.6vw;
    padding-bottom: 4vw;
  }
}

.heading-01__ja {
  font-size: 16px;
  line-height: 1;
  color: #56626e;
}
@media (max-width: 750px) {
  .heading-01__ja {
    font-size: 3.8vw;
  }
}

.heading-02--center {
  text-align: center;
}

.heading-02__ja {
  font-size: 24px;
}
@media (max-width: 750px) {
  .heading-02__ja {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.heading-02__ja {
  line-height: 1;
  color: #56626e;
  padding-bottom: 8px;
}
@media (max-width: 750px) {
  .heading-02__ja {
    font-size: 6vw;
    padding-bottom: 2vw;
  }
}

.heading-02__en {
  font-size: 14px;
  line-height: 1;
  color: #56626e;
}
@media (max-width: 750px) {
  .heading-02__en {
    font-size: 3.3vw;
  }
}

.pageTtl {
  padding-top: 185px;
}
@media (max-width: 750px) {
  .pageTtl {
    padding-top: 31vw;
  }
}

.single-content * {
  max-width: 100%;
}
.single-content h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin: 50px 0 24px;
  padding: 8px 20px;
  background: #003a8e;
  color: #fff;
  border-radius: 5px;
}
@media (max-width: 750px) {
  .single-content h2 {
    font-size: 4.4vw;
    margin: 5vw 0 3vw;
    padding: 3vw;
  }
}
.single-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 50px 0 30px;
  line-height: 1.5;
  color: #6199ee;
  border-bottom: 4px solid #6199ee;
  padding: 16px 0;
}
@media (max-width: 750px) {
  .single-content h3 {
    font-size: 4.2vw;
    margin: 5vw 0 3vw;
    padding: 3vw 0;
    border-width: 1px;
  }
}
.single-content h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 50px 0 30px;
  line-height: 1.5;
  color: #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding: 0 0 0.2px;
}
@media (max-width: 750px) {
  .single-content h4 {
    font-size: 4.1vw;
    margin: 5vw 0 3vw;
    border-width: 1px;
  }
}
.single-content h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 50px 0 20px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .single-content h5 {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .single-content h5 {
    font-size: 3.9vw;
    margin: 5vw 0 3vw;
  }
}
.single-content h6 {
  font-size: 14px;
  font-weight: bold;
  margin: 50px 0 20px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .single-content h6 {
    font-size: 3.9vw;
    margin: 5vw 0 3vw;
  }
}
.single-content p {
  font-size: 14px;
  margin: 10px 0 10px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 750px) {
  .single-content p {
    font-size: 3.9vw;
    margin: 3vw 0 3vw;
  }
}
.single-content p a {
  text-decoration: underline;
  color: #003a8e;
}
.single-content .full {
  margin: 2em 0;
}
.single-content .wp-caption-text {
  margin-top: 0;
}
.single-content strong,
.single-content b {
  font-weight: bold;
}
.single-content em {
  font-style: italic;
}
.single-content blockquote {
  background: #fafafa;
  position: relative;
  padding: 40px 30px;
  margin: 40px 0;
}
@media (max-width: 750px) {
  .single-content blockquote {
    margin: 5vw 0;
    padding: 5vw;
  }
}
.single-content blockquote p {
  padding: 0;
  margin: 0;
  color: #777;
}
.single-content ul,
.single-content ol {
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .single-content ul,
  .single-content ol {
    margin-bottom: 5vw;
  }
}
.single-content ul li {
  list-style: none;
  line-height: 1.6;
  padding: 0 0 10px 0;
  position: relative;
  font-size: 14px;
}
@media (max-width: 750px) {
  .single-content ul li {
    font-size: 3.9vw;
  }
}
.single-content ul li:before {
  content: "・";
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  color: #003a8e;
}
@media (max-width: 750px) {
  .single-content ul li:before {
    font-size: 3.9vw;
  }
}
.single-content ul li ul {
  padding-top: 10px;
  margin-bottom: 0;
}
.single-content ul li ul li {
  line-height: 1.6;
  padding: 0 0 10px 20px;
}
.single-content ul li ul li:last-child {
  padding: 0 0 0 20px;
}
.single-content ol {
  counter-reset: item;
  list-style-type: none;
}
.single-content ol li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  line-height: 1.6;
  position: relative;
  padding: 0 0 0 42px;
  margin-bottom: 20px;
  font-size: 14px;
}
@media (max-width: 750px) {
  .single-content ol li {
    font-size: 3.9vw;
    padding-left: 8vw;
    margin-bottom: 3vw;
  }
}
.single-content ol li:before {
  position: absolute;
  left: 0;
  top: -4px;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: white;
  text-align: center;
  border-radius: 50%;
  background: #003a8e;
}
@media (max-width: 750px) {
  .single-content ol li:before {
    width: 6vw;
    height: 6vw;
    line-height: 6vw;
    font-size: 3.9vw;
  }
}
.single-content hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px dashed #bbb;
  margin: 10px 0;
}
.single-content table {
  margin: 40px 0;
  border: 1px solid #e6e6e6;
}
@media (max-width: 750px) {
  .single-content table {
    margin: 5vw 0;
  }
}
.single-content table th {
  background: #003a8e;
  color: #fff;
  font-weight: bold;
}
.single-content table th,
.single-content table td {
  text-align: center;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  padding: 16px 10px;
}
@media (max-width: 750px) {
  .single-content table th,
  .single-content table td {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .single-content table th,
  .single-content table td {
    font-size: 3.9vw;
    padding: 3vw;
  }
}
.single-content .aligncenter {
  display: block;
  margin: 0 auto;
}
.single-content .alignright {
  float: right;
  margin-left: 40px;
}
@media (max-width: 750px) {
  .single-content .alignright {
    margin: 0;
    float: none;
  }
}
.single-content .alignleft {
  float: left;
  margin-right: 40px;
}
@media (max-width: 750px) {
  .single-content .alignleft {
    margin: 0;
    float: none;
  }
}
.single-content #image-details-caption {
  display: none;
}
.single-content .wp-caption {
  position: relative;
  width: 100% !important;
  margin-bottom: 0rem !important;
}
@media (max-width: 750px) {
  .single-content .wp-caption {
    padding: 0;
  }
}
.single-content .wp-caption.alignleft, .single-content .wp-caption.alignright {
  width: 48% !important;
}
@media (max-width: 750px) {
  .single-content .wp-caption.alignleft, .single-content .wp-caption.alignright {
    width: 100%;
  }
}
.single-content .wp-caption.alignleft {
  margin-left: 40px;
}
@media (max-width: 750px) {
  .single-content .wp-caption.alignleft {
    margin: 0;
  }
}
.single-content .wp-caption.alignright {
  margin-right: 40px;
}
@media (max-width: 750px) {
  .single-content .wp-caption.alignright {
    margin: 0;
  }
}
.single-content .wp-caption .wp-caption-text {
  margin-bottom: 0;
}
.single-content img[class*=wp-image-],
.single-content img[class*=attachment-] {
  height: auto;
  max-width: 600px;
}
@media (max-width: 750px) {
  .single-content img[class*=wp-image-],
  .single-content img[class*=attachment-] {
    width: 100%;
  }
}
.single-content img[class*=wp-image-].alignright,
.single-content img[class*=attachment-].alignright {
  height: auto;
  width: 48%;
}
@media (max-width: 750px) {
  .single-content img[class*=wp-image-].alignright,
  .single-content img[class*=attachment-].alignright {
    width: 100%;
  }
}
.single-content img[class*=wp-image-].alignleft,
.single-content img[class*=attachment-].alignleft {
  height: auto;
  width: 48%;
}
@media (max-width: 750px) {
  .single-content img[class*=wp-image-].alignleft,
  .single-content img[class*=attachment-].alignleft {
    width: 100%;
  }
}
.single-content .single-content__thumb {
  margin-top: 40px;
  margin-inline: auto;
  margin-bottom: 52px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 750px) {
  .single-content .single-content__thumb {
    margin-bottom: 4vw;
    margin-top: 5vw;
  }
}
.single-content .single-content__thumb img {
  width: 100%;
  max-width: 100%;
}

.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  -js-display: flex;
  text-align: center;
  padding-top: 50px;
}
@media (max-width: 750px) {
  .wp-pagenavi {
    padding-top: 7vw;
  }
}

.wp-pagenavi > a,
.wp-pagenavi > span {
  font-size: 16px;
  width: 28px;
  height: 28px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  margin: 0 4px;
  line-height: 1.6;
}
@media (max-width: 750px) {
  .wp-pagenavi > a,
  .wp-pagenavi > span {
    margin: 0 5px;
  }
}

.wp-pagenavi > a {
  transition: all 0.2s;
}

.wp-pagenavi > a:hover {
  opacity: 0.6;
}

.wp-pagenavi .page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background-color: #56626e;
  padding: 2px;
  color: #fff;
}

.wp-pagenavi .page .icon,
.wp-pagenavi .previouspostslink .icon,
.wp-pagenavi .nextpostslink .icon {
  font-size: 16px;
  color: #fff;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
}

.wp-pagenavi .previouspostslink {
  background-image: url(../images/common/navi_arrow_left@2x.png);
}

.wp-pagenavi .nextpostslink {
  background-image: url(../images/common/navi_arrow_right@2x.png);
}

.wp-pagenavi .current {
  background: none;
  color: #56626e;
  padding: 2px;
}

/* Structure ------------ */
/*
---------------------------------------
header
---------------------------------------
*/
@media (min-width: 751px) {
  .logged-in .st-header {
    top: 32px;
  }
}

.st-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  min-width: 1300px;
  transition: all 0.4s;
}
@media (max-width: 750px) {
  .st-header {
    min-width: 0px;
    background: #fff;
  }
}
.st-header.fixed {
  background: rgba(255, 255, 255, 0.9);
}

.st-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 30px;
}
@media (max-width: 750px) {
  .st-header__content {
    height: 56px;
    padding: 0 3vw;
  }
}

.st-header__logo a {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .st-header__logo img {
    width: calc(258 / 390 * 100 * 1vw);
  }
}

.st-header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 750px) {
  .st-header__nav {
    display: block;
    padding: 25vw 0 0;
  }
}

.st-header__globalNav {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .st-header__globalNav {
    display: block;
    margin-bottom: 10vw;
  }
}
.st-header__globalNav li {
  text-align: center;
  margin-left: 20px;
}
@media screen and (max-width: 1390px) {
  .st-header__globalNav li {
    margin-left: 14px;
  }
}
@media screen and (max-width: 1320px) {
  .st-header__globalNav li {
    margin-left: 10px;
  }
}
@media (max-width: 750px) {
  .st-header__globalNav li {
    margin-left: 7vw;
    margin-right: 7vw;
  }
}
.st-header__globalNav li span {
  font-weight: 500;
}
.st-header__globalNav li .btn-recruit {
  background: linear-gradient(to right, #ea5700, #fbd487);
}
.st-header__globalNav li .btn-recruit:after {
  content: "";
  width: 15px;
  aspect-ratio: 1;
  display: inline-block;
  background-image: url(../images/common/icon-blank.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: bottom;
}
@media (max-width: 750px) {
  .st-header__globalNav li .btn-recruit:after {
    margin-left: 2vw;
  }
}
.st-header__globalNav li .btn-contact {
  background: #003a8e;
}
.st-header__globalNav li:last-of-type {
  margin-left: 0;
}
@media (max-width: 750px) {
  .st-header__globalNav li {
    text-align: left;
    padding: 0;
  }
  .st-header__globalNav li:not(:last-child) {
    margin-bottom: 2.2vw;
  }
  .st-header__globalNav li:last-child {
    margin-top: 4vw;
    padding-left: 7vw;
  }
}

.st-header__globalNav__link {
  display: block;
  padding: 15px 0;
  transition: all 0.4s;
  position: relative;
  line-height: 1;
}
@media (max-width: 750px) {
  .st-header__globalNav__link {
    padding-left: 0;
    border-bottom: 1px solid #d9d9d9;
  }
  .st-header__globalNav__link.mt-02 {
    margin-top: 10vw;
  }
}
.st-header__globalNav__link .st-header__globalNav__txt {
  font-size: 14px;
  letter-spacing: 0.04em;
  transition: all 0.4s;
}
@media screen and (max-width: 1500px) {
  .st-header__globalNav__link .st-header__globalNav__txt {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1420px) {
  .st-header__globalNav__link .st-header__globalNav__txt {
    font-size: 12px;
  }
}
@media (max-width: 750px) {
  .st-header__globalNav__link .st-header__globalNav__txt {
    font-size: 4.6vw;
  }
}
@media (min-width: 751px) {
  .st-header__globalNav__link:hover .st-header__globalNav__txt {
    color: #639ff8;
  }
}
.st-header__globalNav__link--contact {
  padding: 32px 32px;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 750px) {
  .st-header__globalNav__link--contact {
    max-width: 100%;
    padding: 3.8vw 0;
    margin: 0 auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .st-header__globalNav__link--contact {
    height: calc(80 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .st-header__globalNav__link--contact img {
    margin-left: 2w;
  }
  .st-header__globalNav__link--contact .st-header__globalNav__txt {
    font-size: 3.8vw;
  }
}
@media (min-width: 751px) {
  .st-header__globalNav__link--contact:hover {
    background: #639ff8;
  }
  .st-header__globalNav__link--contact:hover .st-header__globalNav__txt {
    color: #fff;
  }
}

#sp-btn {
  display: none;
}

@media (max-width: 750px) {
  /* sp-btn */
  .scroll-prevent {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #sp-btn {
    position: fixed;
    z-index: 99999999999;
    top: 3px;
    right: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    transition: all 0.4s;
    padding-bottom: 10px;
    background: #6199ee;
    border-radius: 8px;
  }
  #sp-btn:before {
    content: "menu";
    font-size: 12px;
    display: block;
    font-family: "Sarabun", sans-serif;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 8px;
    text-align: center;
    transition: all 0.4s;
  }
  #sp-btn span {
    width: 27px;
    height: 2px;
    transition: all 0.4s;
    background: #fff;
  }
  #sp-btn span:not(:last-child) {
    margin-bottom: 5px;
  }
  #sp-btn.active:before {
    content: "close";
  }
  #sp-btn #sp-btn-a,
  #sp-btn #sp-btn-a span {
    display: inline-block;
    box-sizing: border-box;
    transition: all 0.4s;
  }
  #sp-btn #sp-btn-a {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 27px;
    height: 27px;
    background: none;
  }
  #sp-btn #sp-btn-a:hover {
    opacity: 1;
  }
  #sp-btn.active span:nth-of-type(1) {
    transform: translateY(3px) rotate(-45deg);
  }
  #sp-btn.active span:nth-of-type(2) {
    width: 100%;
    transform: translateY(-3px) rotate(45deg);
  }
  /* g-anv */
  #g-nav {
    position: fixed;
    z-index: 9999999;
    top: 56px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 97%;
    height: calc(100% - 56px);
    background: rgba(255, 255, 255, 0.9);
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    display: none;
  }
}
/*
---------------------------------------
footer
--------------------------------------
*/
.st-footer {
  padding: 0 0 40px;
  position: relative;
  height: 64vw;
  min-height: 902px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-image: url(../images/common/bg-footer.png);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (min-width: 751px) {
  .st-footer p {
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .st-footer {
    height: auto;
    padding: 36vw 0 10vw;
    background-position: top;
    background-image: url(../images/common/bg-footer-sp.png);
  }
}
.st-footer .bg-footer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: initial;
}
.st-footer .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  word-wrap: break-word;
  word-break: break-all;
  position: relative;
}
@media (max-width: 750px) {
  .st-footer .inner {
    padding: 0 5%;
  }
}
.st-footer .st-footer__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 750px) {
  .st-footer .st-footer__box {
    display: block;
  }
}
.st-footer .st-footer__logo {
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  .st-footer .st-footer__logo {
    margin-bottom: 7vw;
    text-align: center;
  }
  .st-footer .st-footer__logo img {
    margin-right: 4vw;
    margin-top: -1vw;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .st-footer .st-footer__logo img {
    width: calc(90 / 390 * 100 * 1vw);
  }
}
.st-footer .st-footer__address {
  line-height: 1.8;
  color: #fff;
}
@media (max-width: 750px) {
  .st-footer .st-footer__address {
    font-size: calc(14 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__address {
    padding-bottom: 8vw;
  }
}
.st-footer .ini {
  display: flex;
  flex-wrap: wrap;
  width: 380px;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .st-footer .ini {
    width: 100%;
  }
}
.st-footer .ini li {
  width: 120px;
}
@media (max-width: 750px) {
  .st-footer .ini li {
    width: calc(104 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .st-footer .ini li {
    margin-bottom: 2vw;
  }
}
.st-footer .ini li a {
  pointer-events: none;
}
.st-footer .ini li img {
  width: 100%;
}
.st-footer .st-footer__right .btn {
  width: 360px;
  margin-left: auto;
}
@media (max-width: 750px) {
  .st-footer .st-footer__right .btn {
    width: 100%;
  }
}
.st-footer .st-footer__right .btn a {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 10px;
  padding-inline: 40px;
}
.st-footer .st-footer__right .btn-contact a {
  border: 1px solid #fff;
  background: initial;
}
.st-footer .st-footer__right .btn-contact a img {
  margin-left: 12px;
}
@media (min-width: 751px) {
  .st-footer .st-footer__right .btn-contact a:after {
    transition: 0.3s;
  }
  .st-footer .st-footer__right .btn-contact a:hover:after {
    width: 16px;
    aspect-ratio: 12/15;
    background-color: initial;
    background-image: url(../images/common/arrow-wh.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.st-footer .st-footer__right .btn-contact a:after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
}
@media (max-width: 750px) {
  .st-footer .st-footer__right .btn-contact a:after {
    width: 12px;
    height: 15px;
    background-color: initial;
    background-image: url(../images/common/arrow-wh.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.st-footer .st-footer__right .btn-recruit {
  margin-top: 18px;
}
.st-footer .st-footer__right .btn-recruit a {
  border: none;
  background: linear-gradient(to right, #ea5700, #fbd487);
}
.st-footer .st-footer__right .btn-recruit a:after {
  content: none;
}
.st-footer .st-footer__right .btn-recruit img {
  margin-left: auto;
}
.st-footer .st-footer__nav {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  flex-wrap: wrap;
  width: 360px;
  margin-left: auto;
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
    margin-top: 10vw;
    margin-bottom: 5vw;
  }
}
.st-footer .st-footer__nav__item:nth-of-type(2n-1) {
  width: 56%;
}
.st-footer .st-footer__nav__item:nth-of-type(2n) {
  width: 44%;
}
.st-footer .st-footer__nav__item a {
  display: block;
  padding: 15px 10px;
  transition: all 0.4s;
  position: relative;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #fff;
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav__item a {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  .st-footer .st-footer__nav__item a:hover {
    color: #639ff8;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav__item a {
    padding: 13px 2vw;
    font-size: 4vw;
  }
}
.st-footer .st-footer__nav__item--contact {
  padding-right: 0;
}
.st-footer .st-footer__nav__item--contact a {
  border: 1px solid #639ff8;
  padding: 15px 40px;
}
@media (min-width: 751px) {
  .st-footer .st-footer__nav__item--contact a:hover {
    background: #639ff8;
    color: #fff;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav__item--contact a {
    padding: 3.8vw 13vw;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__nav__item--contact {
    margin-top: 5vw;
    padding-left: 0;
  }
}
.st-footer .st-footer__copyright {
  text-align: right;
  color: #fff;
  margin-top: 18px;
}
@media (max-width: 750px) {
  .st-footer .st-footer__copyright {
    font-size: calc(14 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__copyright {
    text-align: left;
  }
}
.st-footer .st-footer__copyright small {
  font-size: 13px;
  font-family: "Sarabun", sans-serif;
}
@media (max-width: 750px) {
  .st-footer .st-footer__copyright small {
    font-size: 3vw;
  }
}
.st-footer .st-footer__pageTop {
  position: fixed;
  right: 26px;
  bottom: 32px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
@media (max-width: 750px) {
  .st-footer .st-footer__pageTop {
    right: 3%;
    bottom: 6vw;
  }
}
.st-footer .st-footer__pageTop.fixed {
  opacity: 1;
  visibility: visible;
}
.st-footer .st-footer__pageTop a {
  display: block;
  width: 70px;
  text-align: right;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 751px) {
  .st-footer .st-footer__pageTop a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 750px) {
  .st-footer .st-footer__pageTop a {
    width: calc(70 / 390 * 100 * 1vw);
  }
}
.st-footer .st-footer__pageTop__txt {
  font-size: 13px;
  color: #56626e;
  writing-mode: vertical-rl;
  font-family: "Sarabun", sans-serif;
  line-height: 1;
  transition: all 0.4s;
}
@media (max-width: 750px) {
  .st-footer .st-footer__pageTop__txt {
    font-size: 3vw;
  }
}

@media (max-width: 750px) {
  .st-footer__left {
    display: flex;
  }
}

/* Pages ------------ */
/*
---------------------------------------
404
---------------------------------------
*/
.error404 .text_404 {
  text-align: center;
  font-size: 18px;
}
@media (max-width: 750px) {
  .error404 .text_404 {
    font-size: 3.8vw;
  }
}
.error404 .btn-404 {
  text-align: center;
  margin: 30px auto 120px;
}
@media (max-width: 750px) {
  .error404 .btn-404 {
    margin: 10vw auto;
  }
}
.error404 .btn-404 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 240px;
  height: 52px;
  box-sizing: border-box;
  padding: 0 10px 0 10px;
  border: 1px solid #000;
  background: #e6e6e6;
  line-height: 1;
  transition: all 0.5s;
  font-size: 14px;
  margin: 0 auto;
}
.error404 .btn-404 a:after {
  content: "▶︎";
  padding: 0 5px 0 0;
}
@media (max-width: 750px) {
  .error404 .btn-404 a {
    font-size: 3.4vw;
    width: 60vw;
    height: 12vw;
    padding: 0 0 0 3vw;
  }
}
@media (min-width: 751px) {
  .error404 .btn-404 a:hover {
    opacity: 0.6;
  }
}

/*
---------------------------------------
contact
---------------------------------------
*/
#contact {
  background: #eff0f2;
  padding-bottom: 36px;
}
@media (max-width: 750px) {
  #contact {
    padding-bottom: 10vw;
  }
}
#contact .pageTtl {
  padding-bottom: 143px;
}
@media (max-width: 750px) {
  #contact .pageTtl {
    padding-bottom: 17vw;
  }
}

.top .mv {
  position: relative;
}
.top .mv .lead {
  position: absolute;
  writing-mode: vertical-rl;
  top: 18%;
  right: 149px;
  line-height: 1.4;
}
@media (max-width: 750px) {
  .top .mv .lead {
    right: initial;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.top .mv .lead span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(58px, 4.5vw, 4.5vw);
  color: #003a8e;
  font-weight: 700;
}
@media (max-width: 750px) {
  .top .mv .lead span {
    font-size: calc(32 / 390 * 100 * 1vw);
  }
}
.top .about {
  position: relative;
  padding-bottom: 310px;
  background-image: url(../images/top/bg-about.png);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media (min-width: 1400px) {
  .top .about {
    padding-bottom: 26vw;
  }
}
@media (max-width: 750px) {
  .top .about {
    padding-inline: 0;
    width: 100%;
    background-image: url(../images/top/bg-about-sp.png);
    background-size: contain;
    background-position: center top 110vw;
    background-repeat: no-repeat;
    padding-bottom: 60vw;
  }
}
.top .about .container {
  position: relative;
  transform: translate(0, -8vw);
  margin-bottom: -8vw;
  padding-inline: 107px;
}
@media (max-width: 750px) {
  .top .about .container {
    transform: translate(0, -2vw);
    margin-bottom: -2vw;
    padding-inline: initial;
  }
}
.top .about h3 {
  font-weight: 500;
  font-size: 32px;
}
@media (max-width: 750px) {
  .top .about h3 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.top .about h3 {
  margin-top: 88px;
}
@media (max-width: 750px) {
  .top .about h3 {
    margin-top: 11vw;
  }
}
.top .about .summary {
  width: 834px;
  font-size: 18px;
  line-height: 220%;
  margin-top: 24px;
}
@media (max-width: 750px) {
  .top .about .summary {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .about .summary {
    width: 100%;
    margin-top: 5vw;
  }
}
.top .about .img {
  text-align: right;
}
@media (max-width: 750px) {
  .top .about .img {
    margin-left: -7.5vw;
    margin-right: -7.5vw;
    margin-top: -10vw;
  }
}
.top .about .image-01 {
  width: 430px;
  position: absolute;
  right: -29px;
  top: -50px;
}
@media (max-width: 750px) {
  .top .about .image-01 {
    width: calc(180 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .about .image-01 {
    right: -7vw;
    top: -8vw;
    margin-top: -10vw;
  }
}
.top .about .image-02 {
  width: 547px;
  position: absolute;
  top: 510px;
  left: -60px;
}
@media screen and (max-width: 1390px) {
  .top .about .image-02 {
    left: 0;
  }
}
@media (max-width: 750px) {
  .top .about .image-02 {
    width: 100%;
    position: relative;
    top: initial;
    left: initial;
    margin-top: 10vw;
  }
}
.top .about .image-03 {
  width: 775px;
  position: absolute;
  bottom: -410px;
  right: 80px;
}
@media (max-width: 750px) {
  .top .about .image-03 {
    width: 100%;
    position: absolute;
    bottom: -87vw;
    right: 0;
  }
}
.top .about .line-01 {
  position: absolute;
  top: 13%;
  pointer-events: none;
}
@media (max-width: 750px) {
  .top .about .line-01 {
    top: 46%;
  }
}
.top .can {
  position: relative;
  padding-top: 100px;
}
.top .can .line-02 {
  position: absolute;
  bottom: -396px;
  pointer-events: none;
}
@media (max-width: 750px) {
  .top .can .line-02 {
    bottom: -50vw;
  }
}
.top .can .flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .top .can .flex {
    flex-wrap: wrap;
  }
}
.top .can .flex .left {
  width: 450px;
}
@media (max-width: 750px) {
  .top .can .flex .left {
    width: 100%;
  }
}
.top .can .flex .left h3 {
  font-weight: 500;
  font-size: 32px;
}
@media (max-width: 750px) {
  .top .can .flex .left h3 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.top .can .flex .left h3 {
  margin-top: 88px;
  line-height: 160%;
}
@media (max-width: 750px) {
  .top .can .flex .left h3 {
    margin-top: 11vw;
  }
}
.top .can .flex .left .summary {
  font-size: 16px;
  line-height: 180%;
  margin-top: 24px;
}
@media (max-width: 750px) {
  .top .can .flex .left .summary {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
.top .can .flex .left .btn {
  width: 320px;
  margin-top: 40px;
}
.top .can .flex .right {
  width: 680px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100px;
}
@media (max-width: 750px) {
  .top .can .flex .right {
    width: 100%;
    margin-top: 10vw;
  }
}
.top .can .flex .right .item {
  width: 320px;
  height: 300px;
  background-size: cover;
  background-position: center;
  padding: 200px 16px 16px 16px;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .top .can .flex .right .item {
    width: 100%;
    border-radius: 5px;
    padding: 30vw 7.5vw 3.5vw 7.5vw;
    margin-bottom: 5vw;
  }
}
@media (max-width: 750px) {
  .top .can .flex .right .item {
    height: calc(200 / 390 * 100 * 1vw);
  }
}
.top .can .flex .right .item h4 {
  font-size: 28px;
}
@media (max-width: 750px) {
  .top .can .flex .right .item h4 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.top .can .flex .right .item h4 {
  color: #fff;
}
.top .can .flex .right .item ul {
  display: flex;
  margin-top: 16px;
}
.top .can .flex .right .item ul li {
  background-color: rgba(254, 254, 254, 0.3);
  color: #fff;
  line-height: 1;
  padding: 6px;
  border-radius: 5px;
  margin-left: 10px;
  margin-bottom: 40px;
}
.top .can .flex .right .item ul li:first-of-type {
  margin-left: 0;
}
.top .can .flex .right .item.item-01 {
  background-image: url(../images/top/can-01.png);
  transform: translateY(100px);
}
@media (max-width: 750px) {
  .top .can .flex .right .item.item-01 {
    transform: translateY(0px);
  }
}
.top .can .flex .right .item.item-02 {
  background-image: url(../images/top/can-02.png);
}
.top .can .flex .right .item.item-03 {
  background-image: url(../images/top/can-03.png);
  transform: translateY(100px);
}
@media (max-width: 750px) {
  .top .can .flex .right .item.item-03 {
    transform: translateY(0px);
  }
}
.top .can .flex .right .item.item-04 {
  background-image: url(../images/top/can-04.png);
}
@media (max-width: 750px) {
  .top .works {
    padding-top: 45vw;
  }
}
.top .initiative {
  padding-top: 200px;
  padding-bottom: calc(150vw + 100px);
  background-image: url(../images/top/bg-init.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .top .initiative {
    background-image: url(../images/top/bg-init-sp.png);
    padding-top: 13vw;
  }
}
.top .initiative h3 {
  font-weight: 500;
  font-size: 32px;
}
@media (max-width: 750px) {
  .top .initiative h3 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.top .initiative h3 {
  margin-top: 88px;
  line-height: 160%;
}
@media (max-width: 750px) {
  .top .initiative h3 {
    margin-top: 11vw;
  }
}
.top .initiative ol {
  margin-top: 40px;
}
.top .initiative ol > li {
  margin-top: 20px;
}
.top .initiative ol > li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px 16px 16px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 750px) {
  .top .initiative ol > li a {
    flex-wrap: wrap;
    padding: 16px 16px;
  }
}
@media (min-width: 751px) {
  .top .initiative ol > li a:hover:before {
    content: "";
    width: 16px;
    aspect-ratio: 12/15;
    background-image: url(../images/common/arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: initial;
  }
}
.top .initiative ol > li a:before {
  transition: 0.3s;
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #003a8e;
  position: absolute;
  right: 40px;
  bottom: 40px;
}
@media (max-width: 750px) {
  .top .initiative ol > li a:before {
    width: 12px;
    height: 15px;
    background-color: initial;
    background-image: url(../images/common/arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 5vw;
    bottom: 5vw;
  }
}
.top .initiative ol > li a > img {
  width: 580px;
}
@media (max-width: 750px) {
  .top .initiative ol > li a > img {
    width: 100%;
  }
}
.top .initiative ol > li:first-of-type {
  margin-top: 0;
}
.top .initiative ol > li .txt {
  width: 500px;
  padding-right: 60px;
}
@media (max-width: 750px) {
  .top .initiative ol > li .txt {
    width: 100%;
    padding-right: 0;
  }
}
.top .initiative ol > li .txt .num {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #6199ee;
}
@media (max-width: 750px) {
  .top .initiative ol > li .txt .num {
    font-size: calc(30 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .initiative ol > li .txt .num {
    display: inline-block;
    margin-top: 4vw;
  }
}
.top .initiative ol > li .txt h4 {
  font-size: 36px;
  font-weight: 500;
  color: #003a8e;
  margin-top: 16px;
}
@media (max-width: 750px) {
  .top .initiative ol > li .txt h4 {
    font-size: calc(24 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .initiative ol > li .txt h4 {
    display: inline-block;
    margin-top: 4vw;
  }
}
.top .initiative ol > li .txt .summary {
  margin-top: 24px;
}
@media (max-width: 750px) {
  .top .initiative ol > li .txt .summary {
    margin-top: 3vw;
  }
}
.top .initiative ol > li .txt ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.top .initiative ol > li .txt ul > li {
  background: #e0f850;
  border-radius: 5px;
  line-height: 1;
  padding: 8px 17px;
  margin-right: 10px;
}
@media (max-width: 750px) {
  .top .initiative ol > li .txt ul > li {
    padding: 3vw;
    margin-right: 2vw;
    margin-bottom: 2vw;
  }
}
.top .initiative .btn {
  width: 320px;
  margin-left: auto;
  margin-top: 40px;
}
@media (max-width: 750px) {
  .top .initiative .btn {
    margin-top: 5vw;
  }
}
.top .aniv {
  margin-top: -150vw;
  padding-top: 310px;
  padding-bottom: 250px;
  background-image: url(../images/top/bg-aniv.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  background-color: transparent !important;
}
@media (max-width: 750px) {
  .top .aniv {
    background-image: url(../images/top/bg-aniv-sp.png);
    background-color: #f0f6ff;
    padding-top: 40vw;
    padding-bottom: 40vw;
  }
}
.top .aniv .line-04 {
  position: absolute;
  bottom: -160px;
  pointer-events: none;
}
@media (max-width: 750px) {
  .top .aniv .line-04 {
    bottom: -18vw;
  }
}
.top .aniv h2 {
  font-size: 150px;
  font-family: "manrope";
  font-weight: 500;
  color: #fff;
}
@media (max-width: 750px) {
  .top .aniv h2 {
    font-size: calc(96 / 390 * 100 * 1vw);
  }
}
.top .aniv h2 + p {
  color: #fff;
  padding-left: 28px;
  font-size: 20px;
  letter-spacing: 8%;
  font-family: "manrope";
}
@media (max-width: 750px) {
  .top .aniv h2 + p {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .aniv h2 + p {
    padding-left: 2vw;
  }
}
.top .aniv .txt {
  padding-left: 420px;
  margin-top: 95px;
}
@media (max-width: 750px) {
  .top .aniv .txt {
    padding-left: 0;
    margin-top: 10vw;
  }
}
.top .aniv .txt h3 {
  font-size: 36px;
  line-height: 160%;
  color: #fff;
}
@media (max-width: 750px) {
  .top .aniv .txt h3 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.top .aniv .txt h3 + p {
  margin-top: 30px;
  color: #fff;
}
.top .aniv .txt .btn {
  margin-top: 60px;
  width: 600px;
  border-radius: 10px;
  padding: 10px;
  background: linear-gradient(90deg, #ffc341, #e0f850, #2484d2);
}
@media (max-width: 750px) {
  .top .aniv .txt .btn {
    width: 100%;
    padding: 1vw;
  }
}
.top .aniv .txt .btn a {
  height: 200px;
  font-size: 28px;
  border: 10px solid transparent;
  border-radius: 10px;
  background: #003a8e;
}
@media (max-width: 750px) {
  .top .aniv .txt .btn a {
    height: calc(120 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .aniv .txt .btn a {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.top .aniv .txt .btn a:hover {
  color: #fff;
}
.top .aniv .txt .btn a:hover:hover:after {
  background-image: url(../images/common/arrow-wh.png);
}
.top .news {
  background: #fff;
  padding-top: 150px;
  padding-bottom: 110px;
}
@media (max-width: 750px) {
  .top .news {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
}
.top .news .flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .top .news .flex {
    flex-wrap: wrap;
  }
}
.top .news .flex .title h2 {
  line-height: 140%;
}
.top .news .flex .title .btn {
  margin-top: 20px;
}
.top .news .btn.sp {
  width: 100%;
  margin-top: 10vw;
}
.top .recruit.cs {
  background: #fff;
}
.top .recruit:not(.cs) {
  background-image: url(../images/top/bg-recruit.png);
  background-color: #fff;
  background-size: 1440px 720px;
  background-position: center;
  background-repeat: no-repeat;
  height: 720px;
}
@media (max-width: 750px) {
  .top .recruit:not(.cs) {
    height: calc(860 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .recruit:not(.cs) {
    background-size: contain;
    background-image: url(../images/top/bg-recruit-sp.png);
  }
}
.top .recruit:not(.cs) .container {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 80px;
}
@media (max-width: 750px) {
  .top .recruit:not(.cs) .container {
    padding: 19vw 7.5vw;
    align-items: flex-start;
    justify-content: center;
  }
}
.top .recruit:not(.cs) .container h3 {
  font-weight: 500;
  font-size: 32px;
}
@media (max-width: 750px) {
  .top .recruit:not(.cs) .container h3 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.top .recruit:not(.cs) .container h3 {
  margin-top: 40px;
  line-height: 160%;
}
@media (max-width: 750px) {
  .top .recruit:not(.cs) .container h3 {
    margin-top: 5vw;
  }
}
.top .recruit:not(.cs) .container h3 + p {
  margin-top: 20px;
  font-size: 16px;
}
@media (max-width: 750px) {
  .top .recruit:not(.cs) .container h3 + p {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .recruit:not(.cs) .container h3 + p {
    margin-top: 10vw;
  }
}
.top .recruit:not(.cs) .container .btn {
  width: 320px;
  margin-top: 40px;
}
@media (max-width: 750px) {
  .top .recruit:not(.cs) .container .btn {
    margin-top: 5vw;
    width: 100%;
  }
}
.top .recruit:not(.cs) .container .btn a {
  border: none;
  background: linear-gradient(to right, #ea5700, #fbd487);
}
.top .recruit:not(.cs) .container .btn a:after {
  content: none;
}
.top .recruit:not(.cs) .container .btn a img {
  margin-left: auto;
}
.top .sponsor {
  background-color: #fff;
  padding-top: 230px;
  background-image: url(../images/top/bg-partner.png);
  background-size: cover;
  background-position: top 150px center;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .top .sponsor {
    background-image: url(../images/top/bg-partner-sp.png);
    padding-top: 40vw;
    margin-top: 20vw;
    background-position: top center;
  }
}
.top .sponsor .container > p {
  width: 754px;
  margin-top: 40px;
}
@media (max-width: 750px) {
  .top .sponsor .container > p {
    width: 100%;
    margin-top: 5vw;
  }
}
.top .sponsor .container .flex {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  .top .sponsor .container .flex {
    flex-wrap: wrap;
    margin-top: 10vw;
  }
}
.top .sponsor .container .flex .txt {
  width: 520px;
}
@media (max-width: 750px) {
  .top .sponsor .container .flex .txt {
    width: 100%;
    order: 2;
    margin-top: 5vw;
  }
}
.top .sponsor .container .flex .txt h3 {
  font-weight: 500;
  font-size: 32px;
}
@media (max-width: 750px) {
  .top .sponsor .container .flex .txt h3 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.top .sponsor .container .flex .txt p {
  font-size: 16px;
  margin-top: 20px;
}
@media (max-width: 750px) {
  .top .sponsor .container .flex .txt p {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
.top .sponsor .container .flex .txt .btn {
  width: 320px;
  margin-left: auto;
}
@media (max-width: 750px) {
  .top .sponsor .container .flex .txt .btn {
    width: 100%;
  }
}
.top .sponsor .container .flex .txt .btn a {
  background: initial;
  color: #444750;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
}
.top .sponsor .container .flex .txt .btn a.blank:after {
  content: none;
}
.top .sponsor .container .flex .txt .btn a.blank:hover:after {
  content: none;
}
.top .sponsor .container .flex .txt .btn a.blank img {
  width: 19px;
}
@media (min-width: 751px) {
  .top .sponsor .container .flex .txt .btn a:after {
    transition: 0.3s;
  }
  .top .sponsor .container .flex .txt .btn a:hover:after {
    content: "";
    width: 16px;
    aspect-ratio: 12/15;
    background-image: url(../images/common/arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: initial;
  }
}
.top .sponsor .container .flex .txt .btn a:after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1;
  background-color: #003a8e;
  border-radius: 50%;
  margin-left: auto;
}
@media (max-width: 750px) {
  .top .sponsor .container .flex .txt .btn a:after {
    width: 12px;
    height: 15px;
    background-color: initial;
    background-image: url(../images/common/arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.top .sponsor .container .flex img {
  width: 500px;
}
@media (max-width: 750px) {
  .top .sponsor .container .flex img {
    width: 100%;
    order: 1;
  }
}
.top .sponsor .container .flex + .flex {
  margin-top: 40px;
}
.top .contact {
  padding-top: 150px;
  background: #f0f6ff;
  padding-bottom: 700px;
  margin-bottom: -600px;
  position: relative;
}
.top .contact .line-03 {
  position: absolute;
  z-index: 2;
  top: 140px;
  pointer-events: none;
}
@media (max-width: 750px) {
  .top .contact .line-03 {
    top: 229vw;
    width: 130vw;
    max-width: inherit;
    right: 0;
  }
}
.top .contact .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}
@media (max-width: 750px) {
  .top .contact .container {
    flex-wrap: wrap;
  }
}
.top .contact .container > img {
  width: 320px;
}
@media (max-width: 750px) {
  .top .contact .container > img {
    margin-left: -7.5vw;
    margin-right: -7.5vw;
    max-width: initial;
    width: 100vw;
  }
}
.top .contact .container .txt {
  width: 730px;
  position: relative;
}
@media (max-width: 750px) {
  .top .contact .container .txt {
    width: 100%;
    margin-top: 50vw;
  }
}
.top .contact .container .txt .btn {
  width: 591px;
  margin-top: 30px;
}
@media (max-width: 750px) {
  .top .contact .container .txt .btn {
    width: 100%;
  }
}
.top .contact .container .txt .btn a {
  height: 200px;
  font-size: 24px;
  background: #003a8e;
}
@media (max-width: 750px) {
  .top .contact .container .txt .btn a {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .contact .container .txt .btn a {
    height: calc(100 / 390 * 100 * 1vw);
  }
}
.top .contact .container .txt .btn a {
  border: none;
}
@media (min-width: 751px) {
  .top .contact .container .txt .btn a:after {
    transition: 0.3s;
  }
  .top .contact .container .txt .btn a:hover {
    color: #fff;
  }
  .top .contact .container .txt .btn a:hover:after {
    width: 16px;
    aspect-ratio: 12/15;
    background-color: initial;
    background-image: url(../images/common/arrow-wh.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.top .contact .container .txt .btn a:after {
  background-color: #fff;
}
@media (max-width: 750px) {
  .top .contact .container .txt .btn a:after {
    width: 12px;
    height: 15px;
    background-color: initial;
    background-image: url(../images/common/arrow-wh.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.top .contact .container .txt h2 + p {
  width: 448px;
  margin-top: 30px;
  font-size: 16px;
}
@media (max-width: 750px) {
  .top .contact .container .txt h2 + p {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .contact .container .txt h2 + p {
    width: 100%;
  }
}
.top .contact .container .txt > img {
  width: 249px;
  position: absolute;
  right: 0;
  top: -80px;
}
@media (max-width: 750px) {
  .top .contact .container .txt > img {
    width: calc(262 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .top .contact .container .txt > img {
    top: -77vw;
  }
}
.top .title-en + h2,
.top .title-en + h1 {
  color: #003a8e;
}

.can .first {
  margin-top: 90px;
}
@media (max-width: 750px) {
  .can .first {
    margin-top: 10vw;
  }
}
.can .first h3 {
  font-size: 32px;
}
@media (max-width: 750px) {
  .can .first h3 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.can .first h3 {
  line-height: 160%;
  text-align: center;
}
.can .first h3 + p {
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  line-height: 160%;
}
@media (max-width: 750px) {
  .can .first h3 + p {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .can .first h3 + p {
    text-align: left;
  }
}
.can h2 {
  color: #6199ee;
  font-size: 48px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .can h2 {
    font-size: calc(24 / 390 * 100 * 1vw);
  }
}
.can .title-en {
  margin-top: 10px;
}
.can .introduce {
  margin-top: 90px;
  position: relative;
}
@media (max-width: 750px) {
  .can .introduce {
    margin-top: 50vw;
  }
}
.can .introduce .line-01 {
  width: 717px;
  position: absolute;
  right: 0;
  top: -240px;
}
@media (max-width: 750px) {
  .can .introduce .line-01 {
    top: -65vw;
  }
}
.can .introduce h3 {
  margin-top: 40px;
  font-size: 32px;
}
@media (max-width: 750px) {
  .can .introduce h3 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.can .introduce h3 {
  font-weight: 500;
  line-height: 160%;
}
@media (max-width: 750px) {
  .can .introduce h3 {
    margin-top: 10vw;
  }
}
.can .introduce h3 + p {
  width: 576px;
  line-height: 160%;
  font-size: 16px;
  margin-top: 20px;
}
@media (max-width: 750px) {
  .can .introduce h3 + p {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .can .introduce h3 + p {
    width: 100%;
  }
}
.can .introduce .intro-01,
.can .introduce .intro-02,
.can .introduce .intro-03,
.can .introduce .intro-04 {
  height: 740px;
  padding-top: 136px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .can .introduce .intro-01,
  .can .introduce .intro-02,
  .can .introduce .intro-03,
  .can .introduce .intro-04 {
    height: calc(783 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .can .introduce .intro-01,
  .can .introduce .intro-02,
  .can .introduce .intro-03,
  .can .introduce .intro-04 {
    padding-top: 28vw;
  }
}
.can .introduce .intro-01 .container,
.can .introduce .intro-02 .container,
.can .introduce .intro-03 .container,
.can .introduce .intro-04 .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 750px) {
  .can .introduce .intro-01 .container,
  .can .introduce .intro-02 .container,
  .can .introduce .intro-03 .container,
  .can .introduce .intro-04 .container {
    flex-wrap: wrap;
  }
}
.can .introduce .intro-01 .txt,
.can .introduce .intro-02 .txt,
.can .introduce .intro-03 .txt,
.can .introduce .intro-04 .txt {
  width: 420px;
  padding-bottom: 128px;
}
@media (max-width: 750px) {
  .can .introduce .intro-01 .txt,
  .can .introduce .intro-02 .txt,
  .can .introduce .intro-03 .txt,
  .can .introduce .intro-04 .txt {
    width: 100%;
    padding-bottom: 10vw;
  }
}
.can .introduce .intro-01 .txt h4,
.can .introduce .intro-02 .txt h4,
.can .introduce .intro-03 .txt h4,
.can .introduce .intro-04 .txt h4 {
  color: #fff;
  font-size: 32px;
}
@media (max-width: 750px) {
  .can .introduce .intro-01 .txt h4,
  .can .introduce .intro-02 .txt h4,
  .can .introduce .intro-03 .txt h4,
  .can .introduce .intro-04 .txt h4 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.can .introduce .intro-01 .txt h4,
.can .introduce .intro-02 .txt h4,
.can .introduce .intro-03 .txt h4,
.can .introduce .intro-04 .txt h4 {
  font-weight: 700;
}
.can .introduce .intro-01 .txt p,
.can .introduce .intro-02 .txt p,
.can .introduce .intro-03 .txt p,
.can .introduce .intro-04 .txt p {
  color: #fff;
  font-size: 16px;
  line-height: 180%;
  margin-top: 32px;
}
@media (max-width: 750px) {
  .can .introduce .intro-01 .txt p,
  .can .introduce .intro-02 .txt p,
  .can .introduce .intro-03 .txt p,
  .can .introduce .intro-04 .txt p {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
.can .introduce .intro-01 img,
.can .introduce .intro-02 img,
.can .introduce .intro-03 img,
.can .introduce .intro-04 img {
  width: 668px;
}
@media (max-width: 750px) {
  .can .introduce .intro-01 img,
  .can .introduce .intro-02 img,
  .can .introduce .intro-03 img,
  .can .introduce .intro-04 img {
    width: 100%;
  }
}
.can .introduce .intro-01 {
  background-image: url(../images/can/bg-01.png);
  margin-top: 20px;
  height: 978px;
  padding-top: 286px;
}
@media (max-width: 750px) {
  .can .introduce .intro-01 {
    height: calc(703.43 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .can .introduce .intro-01 {
    padding-top: 40vw;
    background-image: url(../images/can/bg-01-sp.png);
  }
}
.can .introduce .intro-02 {
  background-image: url(../images/can/bg-02.png);
}
@media (max-width: 750px) {
  .can .introduce .intro-02 {
    background-image: url(../images/can/bg-02-sp.png);
  }
}
.can .introduce .intro-03 {
  background-image: url(../images/can/bg-03.png);
}
.can .introduce .intro-03 .txt {
  padding-bottom: 200px;
}
@media (max-width: 750px) {
  .can .introduce .intro-03 {
    margin-bottom: -34vw;
    background-image: url(../images/can/bg-03-sp.png);
  }
  .can .introduce .intro-03 .txt {
    padding-bottom: 10vw;
  }
}
.can .introduce .intro-04 {
  background-image: url(../images/can/bg-04.png);
}
@media (max-width: 750px) {
  .can .introduce .intro-04 {
    height: 157vw;
  }
}
.can .introduce .intro-04 .txt {
  padding-bottom: 180px;
}
@media (max-width: 750px) {
  .can .introduce .intro-04 .txt {
    padding-bottom: 10vw;
  }
}
@media (max-width: 750px) {
  .can .introduce .intro-04 {
    background-image: url(../images/can/bg-04-sp.png);
  }
}
.can .introduce .intro-02 .txt,
.can .introduce .intro-04 .txt {
  order: 2;
}
@media (max-width: 750px) {
  .can .introduce .intro-02 .txt,
  .can .introduce .intro-04 .txt {
    order: 1;
  }
}
.can .introduce .intro-02 img,
.can .introduce .intro-04 img {
  order: 1;
}
@media (max-width: 750px) {
  .can .introduce .intro-02 img,
  .can .introduce .intro-04 img {
    order: 2;
  }
}
.can .reason {
  padding-top: 190px;
  padding-bottom: 180px;
  position: relative;
}
@media (max-width: 750px) {
  .can .reason {
    padding-top: calc(180 / 390 * 100 * 1vw);
  }
}
.can .reason .line-02 {
  width: 1372px;
  max-width: 95%;
  position: absolute;
  left: 0;
  top: -255px;
}
@media (max-width: 750px) {
  .can .reason .line-02 {
    top: -23vw;
  }
}
.can .reason .lead {
  font-size: 24px;
}
@media (max-width: 750px) {
  .can .reason .lead {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.can .reason .lead {
  color: #003a8e;
  margin-top: 80px;
}
@media (max-width: 750px) {
  .can .reason .lead {
    margin-top: 10vw;
  }
}
.can .reason ul {
  margin-top: 80px;
}
@media (max-width: 750px) {
  .can .reason ul {
    margin-top: 15vw;
  }
}
.can .reason ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 58px;
}
@media (max-width: 750px) {
  .can .reason ul li {
    flex-wrap: wrap;
    margin-top: 10vw;
  }
}
.can .reason ul li:first-of-type {
  margin-top: 0;
}
.can .reason ul li .txt {
  width: 545px;
}
@media (max-width: 750px) {
  .can .reason ul li .txt {
    width: 100%;
  }
}
.can .reason ul li .txt h3 {
  font-size: 24px;
}
@media (max-width: 750px) {
  .can .reason ul li .txt h3 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.can .reason ul li .txt h3 {
  font-weight: 700;
  color: #6199ee;
  border-left: 10px solid #6199ee;
  padding: 27px 0 27px 40px;
}
@media (max-width: 750px) {
  .can .reason ul li .txt h3 {
    padding: 1vw 0 1vw 3vw;
    line-height: 160%;
    border-left: 2vw solid #6199ee;
  }
}
.can .reason ul li .txt h3 + p {
  margin-top: 40px;
  font-size: 16px;
  line-height: 180%;
}
@media (max-width: 750px) {
  .can .reason ul li .txt h3 + p {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .can .reason ul li .txt h3 + p {
    margin-top: 5vw;
  }
}
.can .reason ul li img {
  width: 540px;
}
@media (max-width: 750px) {
  .can .reason ul li img {
    margin-top: 5vw;
    width: 100%;
  }
}

@media (max-width: 750px) {
  .initiative {
    padding-bottom: 20vw;
  }
}
@media (max-width: 750px) {
  .initiative .title-area {
    height: calc(403 / 390 * 100 * 1vw);
  }
}
.initiative .first {
  margin-top: 90px;
}
@media (max-width: 750px) {
  .initiative .first {
    margin-top: 10vw;
  }
}
.initiative .first h3 {
  font-size: 32px;
}
@media (max-width: 750px) {
  .initiative .first h3 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.initiative .first h3 {
  line-height: 160%;
  text-align: center;
}
.initiative .first h3 + p {
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  line-height: 160%;
}
@media (max-width: 750px) {
  .initiative .first h3 + p {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
.initiative h2 {
  color: #6199ee;
  font-size: 48px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .initiative h2 {
    font-size: calc(24 / 390 * 100 * 1vw);
  }
}
.initiative .title-en {
  margin-top: 10px;
}
.initiative .introduce {
  margin-top: 280px;
  position: relative;
}
.initiative .introduce:first-of-type {
  margin-top: 100px;
}
@media (max-width: 750px) {
  .initiative .introduce {
    margin-top: 40vw;
  }
  .initiative .introduce .sp {
    margin-top: 5vw;
  }
}
.initiative .introduce h3 {
  margin-top: 40px;
  font-size: 32px;
}
@media (max-width: 750px) {
  .initiative .introduce h3 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.initiative .introduce h3 {
  font-weight: 500;
  line-height: 160%;
  color: #003a8e;
}
@media (max-width: 750px) {
  .initiative .introduce h3 {
    margin-top: 5vw;
  }
}
.initiative .introduce h3 + p {
  line-height: 160%;
  font-size: 16px;
  margin-top: 20px;
}
@media (max-width: 750px) {
  .initiative .introduce h3 + p {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
.initiative .introduce .container:not(.news) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  .initiative .introduce .container:not(.news) {
    flex-wrap: wrap;
  }
}
.initiative .introduce .container:not(.news) .txt {
  width: 530px;
}
@media (max-width: 750px) {
  .initiative .introduce .container:not(.news) .txt {
    width: 100%;
  }
}
.initiative .introduce .container:not(.news) img {
  width: 620px;
}
@media (max-width: 750px) {
  .initiative .introduce .container:not(.news) img {
    width: 100%;
  }
}
.initiative .introduce .container:not(.news).detail > ul {
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 750px) {
  .initiative .introduce .container:not(.news).detail > ul {
    margin-top: 10vw;
  }
}
.initiative .introduce .container:not(.news).detail > ul > li {
  background: #f0f6ff;
  padding: 30px 40px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}
@media (max-width: 750px) {
  .initiative .introduce .container:not(.news).detail > ul > li {
    flex-wrap: wrap;
    padding: 7.7vw;
  }
}
.initiative .introduce .container:not(.news).detail > ul > li:first-of-type {
  margin-top: 0;
}
.initiative .introduce .container:not(.news).detail > ul > li .txt {
  width: 550px;
}
@media (max-width: 750px) {
  .initiative .introduce .container:not(.news).detail > ul > li .txt {
    width: 100%;
  }
}
.initiative .introduce .container:not(.news).detail > ul > li .txt h4 {
  color: #6199ee;
  font-size: 24px;
}
@media (max-width: 750px) {
  .initiative .introduce .container:not(.news).detail > ul > li .txt h4 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.initiative .introduce .container:not(.news).detail > ul > li .txt h4 {
  font-weight: 700;
  line-height: 160%;
}
.initiative .introduce .container:not(.news).detail > ul > li .txt p {
  line-height: 180%;
  margin-top: 20px;
  font-size: 16px;
}
@media (max-width: 750px) {
  .initiative .introduce .container:not(.news).detail > ul > li .txt p {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
.initiative .introduce .container:not(.news).detail > ul > li .txt ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 750px) {
  .initiative .introduce .container:not(.news).detail > ul > li .txt ul {
    margin-top: 5vw;
  }
}
.initiative .introduce .container:not(.news).detail > ul > li .txt ul li {
  margin-right: 10px;
  width: 100px;
}
@media (max-width: 750px) {
  .initiative .introduce .container:not(.news).detail > ul > li .txt ul li {
    width: calc(83 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .initiative .introduce .container:not(.news).detail > ul > li .txt ul li {
    margin-right: calc(10 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .initiative .introduce .container:not(.news).detail > ul > li .txt ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
.initiative .introduce .container:not(.news).detail > ul > li img {
  width: 483px;
}
@media (max-width: 750px) {
  .initiative .introduce .container:not(.news).detail > ul > li img {
    width: 100%;
    margin-top: 5vw;
  }
}
.initiative .introduce .intro-01,
.initiative .introduce .intro-02,
.initiative .introduce .intro-03,
.initiative .introduce .intro-04 {
  height: 740px;
  padding-top: 136px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.initiative .introduce .intro-01 .container,
.initiative .introduce .intro-02 .container,
.initiative .introduce .intro-03 .container,
.initiative .introduce .intro-04 .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.initiative .introduce .intro-01 .txt,
.initiative .introduce .intro-02 .txt,
.initiative .introduce .intro-03 .txt,
.initiative .introduce .intro-04 .txt {
  width: 420px;
  padding-bottom: 128px;
}
.initiative .introduce .intro-01 .txt h4,
.initiative .introduce .intro-02 .txt h4,
.initiative .introduce .intro-03 .txt h4,
.initiative .introduce .intro-04 .txt h4 {
  color: #fff;
  font-size: 32px;
}
@media (max-width: 750px) {
  .initiative .introduce .intro-01 .txt h4,
  .initiative .introduce .intro-02 .txt h4,
  .initiative .introduce .intro-03 .txt h4,
  .initiative .introduce .intro-04 .txt h4 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.initiative .introduce .intro-01 .txt h4,
.initiative .introduce .intro-02 .txt h4,
.initiative .introduce .intro-03 .txt h4,
.initiative .introduce .intro-04 .txt h4 {
  font-weight: 700;
}
.initiative .introduce .intro-01 .txt p,
.initiative .introduce .intro-02 .txt p,
.initiative .introduce .intro-03 .txt p,
.initiative .introduce .intro-04 .txt p {
  color: #fff;
  font-size: 16px;
  line-height: 180%;
  margin-top: 32px;
}
@media (max-width: 750px) {
  .initiative .introduce .intro-01 .txt p,
  .initiative .introduce .intro-02 .txt p,
  .initiative .introduce .intro-03 .txt p,
  .initiative .introduce .intro-04 .txt p {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
.initiative .introduce .intro-01 img,
.initiative .introduce .intro-02 img,
.initiative .introduce .intro-03 img,
.initiative .introduce .intro-04 img {
  width: 668px;
}
.initiative .introduce .intro-01 {
  background-image: url(../images/can/bg-01.png);
  margin-top: 20px;
  height: 978px;
  padding-top: 286px;
}
.initiative .introduce .intro-02 {
  background-image: url(../images/can/bg-02.png);
}
.initiative .introduce .intro-03 {
  background-image: url(../images/can/bg-03.png);
}
.initiative .introduce .intro-04 {
  background-image: url(../images/can/bg-04.png);
}
.initiative .introduce .intro-02 .txt,
.initiative .introduce .intro-04 .txt {
  order: 2;
}
.initiative .introduce .intro-02 img,
.initiative .introduce .intro-04 img {
  order: 1;
}
.initiative .introduce .btn {
  width: 350px;
  margin-left: auto;
}
@media (max-width: 750px) {
  .initiative .introduce .btn {
    width: 100%;
  }
}
.initiative .introduce .btn a {
  background: initial;
  color: #444750;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
}
@media (min-width: 751px) {
  .initiative .introduce .btn a:after {
    background-color: #003a8e;
  }
}
@media (max-width: 750px) {
  .initiative .introduce .btn a:after {
    width: 12px;
    height: 15px;
    background-color: initial;
    background-image: url(../images/common/arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 751px) {
  .initiative .introduce .btn a:after {
    transition: 0.3s;
  }
  .initiative .introduce .btn a:hover:after {
    width: 16px;
    aspect-ratio: 12/15;
    background-color: initial;
    background-image: url(../images/common/arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.initiative .line-01 {
  position: absolute;
  width: 800px;
  left: 0;
  top: -330px;
}
@media (max-width: 750px) {
  .initiative .line-01 {
    top: -46vw;
  }
}
.initiative .line-02 {
  position: absolute;
  width: 800px;
  right: 0;
  top: -260px;
}
@media (max-width: 750px) {
  .initiative .line-02 {
    top: -46vw;
  }
}
.initiative .line-03 {
  position: absolute;
  width: 800px;
  right: 0;
  bottom: 149vw;
}
.initiative .news > ul:not(.local-nav) > li a:after {
  width: 12px;
  height: 15px;
}
@media (min-width: 751px) {
  .initiative .news {
    width: 880px;
  }
  .initiative .news .btn {
    margin-top: 30px;
    margin-left: auto;
  }
}
.initiative .news h3 {
  text-align: center;
  font-size: 24px;
}
@media (max-width: 750px) {
  .initiative .news h3 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.initiative .news h3 {
  margin-top: 80px;
  color: #003a8e;
}
@media (max-width: 750px) {
  .initiative .news h3 {
    margin-top: 15vw;
  }
}
.initiative .container.link {
  text-align: center;
  justify-content: center !important;
  margin-top: 100px;
}
@media (min-width: 751px) {
  .initiative .container.link {
    margin-bottom: 100px;
  }
}
.initiative .container.link a {
  pointer-events: none;
}
@media (min-width: 751px) {
  .initiative .container.link a img {
    width: 880px !important;
  }
}
@media (max-width: 750px) {
  .initiative .container.link {
    width: 100%;
    margin-top: 37vw;
  }
}
.initiative .ext-link {
  text-align: right;
  display: block;
  width: 100%;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.initiative .ext-link a {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 750px) {
  .initiative .ext-link a {
    padding-right: 40px;
  }
}
.initiative .ext-link img {
  width: 7px !important;
  margin-left: 2rem;
}
@media (max-width: 750px) {
  .initiative .ext-link img {
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
    transform: translate(0, -50%);
  }
}

@media (max-width: 750px) {
  .company {
    padding-bottom: 40vw;
  }
}
.company .line-01 {
  width: 800px;
  position: absolute;
  right: 0;
  top: -440px;
}
@media (max-width: 750px) {
  .company .line-01 {
    display: none;
  }
}
.company .line-02 {
  position: absolute;
  left: 0;
  bottom: -260px;
  width: 800px;
}
@media (max-width: 750px) {
  .company .line-02 {
    bottom: -42vw;
  }
}
.company .line-03 {
  position: absolute;
  left: 0;
  top: -120px;
  width: 800px;
}
@media (max-width: 750px) {
  .company .line-03 {
    display: none;
  }
}
.company .line-04 {
  position: absolute;
  left: 0;
  top: 4910px;
  width: 800px;
  z-index: 1;
}
@media (max-width: 750px) {
  .company .line-04 {
    top: initial;
    bottom: -62vw;
  }
}
.company .first {
  margin-top: 90px;
}
@media (max-width: 750px) {
  .company .first {
    margin-top: 10vw;
  }
}
.company .first h3 {
  font-size: 32px;
}
@media (max-width: 750px) {
  .company .first h3 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.company .first h3 {
  line-height: 160%;
  text-align: center;
}
.company h2 {
  color: #6199ee;
  font-size: 48px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .company h2 {
    font-size: calc(24 / 390 * 100 * 1vw);
  }
}
.company .title-en {
  margin-top: 10px;
}
.company .title-en + p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 160%;
}
@media (max-width: 750px) {
  .company .title-en + p {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
.company .introduce {
  margin-top: 90px;
  position: relative;
}
@media (max-width: 750px) {
  .company .introduce {
    margin-top: 10vw;
  }
}
.company .introduce h3 {
  margin-top: 40px;
  font-size: 32px;
}
@media (max-width: 750px) {
  .company .introduce h3 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.company .introduce h3 {
  font-weight: 500;
  line-height: 160%;
}
.company .introduce h3 + p {
  line-height: 160%;
  font-size: 16px;
  margin-top: 20px;
}
@media (max-width: 750px) {
  .company .introduce h3 + p {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
.company .introduce .container:not(.news) {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 750px) {
  .company .introduce .container:not(.news) {
    flex-wrap: wrap;
  }
}
.company .introduce .container:not(.news) .txt {
  width: 430px;
}
@media (max-width: 750px) {
  .company .introduce .container:not(.news) .txt {
    width: 100%;
  }
}
.company .introduce .container:not(.news) img {
  width: 843px;
}
@media (max-width: 750px) {
  .company .introduce .container:not(.news) img {
    width: 100vw;
    margin-left: -7.5vw;
    margin-right: -7.5vw;
    max-width: initial;
  }
}
.company .introduce .container:not(.news).detail > ul {
  width: 100%;
  margin-top: 80px;
}
.company .introduce .container:not(.news).detail > ul > li {
  background: #f0f6ff;
  padding: 30px 40px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}
.company .introduce .container:not(.news).detail > ul > li:first-of-type {
  margin-top: 0;
}
.company .introduce .container:not(.news).detail > ul > li .txt {
  width: 550px;
}
.company .introduce .container:not(.news).detail > ul > li .txt h4 {
  color: #6199ee;
  font-size: 24px;
}
@media (max-width: 750px) {
  .company .introduce .container:not(.news).detail > ul > li .txt h4 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.company .introduce .container:not(.news).detail > ul > li .txt h4 {
  font-weight: 700;
  line-height: 160%;
}
.company .introduce .container:not(.news).detail > ul > li .txt p {
  line-height: 180%;
  margin-top: 20px;
  font-size: 16px;
}
@media (max-width: 750px) {
  .company .introduce .container:not(.news).detail > ul > li .txt p {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
.company .introduce .container:not(.news).detail > ul > li .txt ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.company .introduce .container:not(.news).detail > ul > li .txt ul li {
  margin-right: 10px;
  width: 100px;
}
.company .introduce .container:not(.news).detail > ul > li img {
  width: 483px;
}
.company .introduce .intro-01,
.company .introduce .intro-02,
.company .introduce .intro-03,
.company .introduce .intro-04 {
  height: 740px;
  padding-top: 136px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.company .introduce .intro-01 .container,
.company .introduce .intro-02 .container,
.company .introduce .intro-03 .container,
.company .introduce .intro-04 .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.company .introduce .intro-01 .txt,
.company .introduce .intro-02 .txt,
.company .introduce .intro-03 .txt,
.company .introduce .intro-04 .txt {
  width: 420px;
  padding-bottom: 128px;
}
.company .introduce .intro-01 .txt h4,
.company .introduce .intro-02 .txt h4,
.company .introduce .intro-03 .txt h4,
.company .introduce .intro-04 .txt h4 {
  color: #fff;
  font-size: 32px;
}
@media (max-width: 750px) {
  .company .introduce .intro-01 .txt h4,
  .company .introduce .intro-02 .txt h4,
  .company .introduce .intro-03 .txt h4,
  .company .introduce .intro-04 .txt h4 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.company .introduce .intro-01 .txt h4,
.company .introduce .intro-02 .txt h4,
.company .introduce .intro-03 .txt h4,
.company .introduce .intro-04 .txt h4 {
  font-weight: 700;
}
.company .introduce .intro-01 .txt p,
.company .introduce .intro-02 .txt p,
.company .introduce .intro-03 .txt p,
.company .introduce .intro-04 .txt p {
  color: #fff;
  font-size: 16px;
  line-height: 180%;
  margin-top: 32px;
}
@media (max-width: 750px) {
  .company .introduce .intro-01 .txt p,
  .company .introduce .intro-02 .txt p,
  .company .introduce .intro-03 .txt p,
  .company .introduce .intro-04 .txt p {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
.company .introduce .intro-01 img,
.company .introduce .intro-02 img,
.company .introduce .intro-03 img,
.company .introduce .intro-04 img {
  width: 668px;
}
.company .introduce .intro-01 {
  background-image: url(../images/can/bg-01.png);
  margin-top: 20px;
  height: 978px;
  padding-top: 286px;
}
.company .introduce .intro-02 {
  background-image: url(../images/can/bg-02.png);
}
.company .introduce .intro-03 {
  background-image: url(../images/can/bg-03.png);
}
.company .introduce .intro-04 {
  background-image: url(../images/can/bg-04.png);
}
.company .introduce .intro-02 .txt,
.company .introduce .intro-04 .txt {
  order: 2;
}
.company .introduce .intro-02 img,
.company .introduce .intro-04 img {
  order: 1;
}
.company .news h3 {
  text-align: center;
  font-size: 24px;
}
@media (max-width: 750px) {
  .company .news h3 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.company .news h3 {
  margin-top: 80px;
  color: #003a8e;
}
.company .section-01 {
  padding-top: 260px;
  padding-bottom: calc(50vw + 100px);
  background-image: url(../images/top/bg-init.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .company .section-01 {
    background-image: url(../images/top/bg-init-sp.png);
    padding-top: 30vw;
    margin-top: 20vw;
  }
}
.company .section-01 .wrapper {
  width: 1000px;
}
@media (max-width: 750px) {
  .company .section-01 .wrapper {
    width: 100%;
  }
}
.company .section-01 h3 {
  background: #fff;
  border-radius: 10px;
  color: #003a8e;
  height: 70px;
  margin-top: 80px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 750px) {
  .company .section-01 h3 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .company .section-01 h3 {
    margin-top: 10vw;
  }
}
.company .section-01 .txt {
  padding-left: 160px;
}
@media (max-width: 750px) {
  .company .section-01 .txt {
    padding-left: 0;
  }
}
.company .section-01 .txt > p:nth-of-type(1) {
  margin-top: 40px;
  font-size: 16px;
  line-height: 180%;
}
@media (max-width: 750px) {
  .company .section-01 .txt > p:nth-of-type(1) {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
.company .section-01 .txt .img {
  margin-top: 40px;
}
.company .section-01 .txt .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 750px) {
  .company .section-01 .txt .flex {
    flex-wrap: wrap;
  }
}
.company .section-01 .txt .flex .col2 {
  width: 390px;
}
@media (max-width: 750px) {
  .company .section-01 .txt .flex .col2 {
    width: 100%;
  }
  .company .section-01 .txt .flex .col2:nth-of-type(1) {
    margin-bottom: 5vw;
  }
}
.company .section-01 .txt ol {
  margin-top: 80px;
  position: relative;
}
.company .section-01 .txt ol:before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 32px;
  top: 0;
}
.company .section-01 .txt ol li {
  padding-top: 80px;
}
.company .section-01 .txt ol li:first-of-type {
  padding-top: 0;
}
.company .section-01 .txt ol li h4 {
  padding-left: 114px;
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
}
@media (max-width: 750px) {
  .company .section-01 .txt ol li h4 {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .company .section-01 .txt ol li h4 {
    padding-left: 18vw;
  }
}
.company .section-01 .txt ol li h4 + p, .company .section-01 .txt ol li h4 + h4 {
  padding-top: 10px;
}
.company .section-01 .txt ol li p {
  padding-left: 114px;
  padding-top: 50px;
  font-size: 16px;
  line-height: 180%;
}
@media (max-width: 750px) {
  .company .section-01 .txt ol li p {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .company .section-01 .txt ol li p {
    padding-left: 18vw;
    padding-top: 10vw;
  }
}
.company .section-01 .txt ol li p + h4 {
  padding-top: 30px;
}
.company .section-01 .txt ol li .sign {
  text-align: right;
}
.company .section-01 .txt .title {
  font-size: 24px;
}
@media (max-width: 750px) {
  .company .section-01 .txt .title {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.company .section-01 .txt .title {
  font-weight: 700;
  position: relative;
}
.company .section-01 .txt .title + h4 {
  padding-top: 50px;
}
.company .section-01 .txt .title .num {
  color: #6199ee;
  font-size: 32px;
}
@media (max-width: 750px) {
  .company .section-01 .txt .title .num {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.company .section-01 .txt .title .num {
  font-weight: 700;
  font-family: "manrope";
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .company .section-01 .txt .title .num {
    font-size: calc(32 / 390 * 100 * 1vw);
  }
}
.company .section-01 .txt .title .num:before {
  content: "";
  width: 80px;
  aspect-ratio: 1/1;
  background: #fff;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 750px) {
  .company .section-01 .txt .title .num:before {
    width: calc(80 / 390 * 100 * 1vw);
  }
}
.company .section-01 .txt .title .title-text {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-left: 62px;
  font-weight: 700;
}
.company .greeting {
  position: relative;
}
@media (min-width: 751px) {
  .company .greeting {
    background-color: transparent;
  }
}
.company .greeting {
  background-image: url(../images/company/bg-greeting.png);
  background-size: cover;
  background-position: center center;
  aspect-ratio: 1440/1822;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -40vw;
}
@media (max-width: 750px) {
  .company .greeting {
    background-image: url(../images/company/bg-greeting-sp.png);
    aspect-ratio: 391/1813;
  }
}
.company .greeting .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1026px;
}
@media (max-width: 750px) {
  .company .greeting .container {
    width: calc(330 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .company .greeting .container {
    flex-wrap: wrap;
  }
}
.company .greeting .container img {
  width: 480px;
  margin-top: 130px;
}
@media (max-width: 750px) {
  .company .greeting .container img {
    width: 100%;
    order: 2;
    margin-top: 10vw;
  }
}
.company .greeting .container .txt {
  width: 446px;
}
@media (max-width: 750px) {
  .company .greeting .container .txt {
    width: 100%;
    order: 1;
  }
}
.company .greeting .container .txt p {
  line-height: 240%;
}
.company .greeting .container .txt p,
.company .greeting .container .txt h2 {
  color: #fff;
}
.company .greeting .container .txt .name {
  text-align: right;
  margin-top: 20px;
}
.company .outline {
  background-color: #fff;
  padding-top: 160px;
  position: relative;
}
.company .outline .time {
  margin-top: 16px;
}
@media (max-width: 750px) {
  .company .outline {
    padding-top: 15vw;
  }
}
.company .outline .container {
  width: 1020px;
}
@media (max-width: 750px) {
  .company .outline .container {
    width: calc(330 / 390 * 100 * 1vw);
  }
}
.company .outline .container + .container {
  padding-top: 160px;
}
@media (max-width: 750px) {
  .company .outline .container + .container {
    padding-top: 15vw;
  }
}
.company .outline .info {
  width: 1020px;
  margin-inline: auto;
  margin-top: 80px;
}
@media (max-width: 750px) {
  .company .outline .info {
    width: calc(330 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .company .outline .info {
    margin-top: 10vw;
  }
}
.company .outline .info tr {
  border-bottom: 1px solid #d9d9d9;
}
.company .outline .info tr th,
.company .outline .info tr td {
  font-size: 16px;
  padding: 20px 20px;
  font-weight: 500;
  vertical-align: middle;
  line-height: 180%;
}
@media (max-width: 750px) {
  .company .outline .info tr th,
  .company .outline .info tr td {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .company .outline .info tr th,
  .company .outline .info tr td {
    display: block;
  }
}
.company .outline .info tr th {
  color: #003a8e;
}
@media (max-width: 750px) {
  .company .outline .info tr th {
    padding-bottom: 0;
  }
}
@media (max-width: 750px) {
  .company .outline .info tr td {
    padding-top: 0;
  }
}
.company .outline .info tr td a {
  color: #6199ee;
}
.company .outline .info tr td a.tel {
  color: #444750;
}
.company .outline .info tr td .gmap {
  background: #6199ee;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 4px 4px;
  border-radius: 5px;
  margin-left: 16px;
}
@media (max-width: 750px) {
  .company .outline .info tr td .gmap {
    margin-left: 0;
  }
}
.company .outline .label {
  display: inline-block;
  background: #003a8e;
  line-height: 1;
  padding: 17px 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 24px;
}
@media (max-width: 750px) {
  .company .outline .label {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.company .outline .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 78px;
  padding-bottom: 78px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 750px) {
  .company .outline .flex {
    flex-wrap: wrap;
    margin-bottom: 10vw;
    padding-bottom: 10vw;
  }
}
.company .outline .flex dl {
  display: flex;
  flex-wrap: wrap;
  width: 490px;
}
@media (max-width: 750px) {
  .company .outline .flex dl {
    width: 100%;
    flex-wwrap: wrap;
  }
}
.company .outline .flex dl dt,
.company .outline .flex dl dd {
  font-size: 16px;
  padding: 20px 20px;
  margin-top: 4px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 750px) {
  .company .outline .flex dl dt,
  .company .outline .flex dl dd {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
.company .outline .flex dl dt {
  width: 300px;
  background: #f0f6ff;
}
@media (max-width: 750px) {
  .company .outline .flex dl dt {
    width: calc(204 / 390 * 100 * 1vw);
  }
}
.company .outline .flex dl dd {
  width: 190px;
}
@media (max-width: 750px) {
  .company .outline .flex dl dd {
    width: calc(126 / 390 * 100 * 1vw);
  }
}
.company .outline .flex dl dd {
  text-align: right;
}
.company .outline .img {
  text-align: center;
  margin-bottom: 78px;
  padding-bottom: 78px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 750px) {
  .company .outline .img {
    margin-top: 10vw;
    padding-bottom: 10vw;
    margin-bottom: 10vw;
  }
}
.company .outline .img img {
  width: 760px;
}
@media (max-width: 750px) {
  .company .outline .img img {
    width: 100%;
  }
}
.company .history {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 0 !important;
}
@media (max-width: 750px) {
  .company .history {
    flex-wrap: wrap;
  }
}
.company .history dl {
  width: 852px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 750px) {
  .company .history dl {
    width: 100%;
    margin-top: 10vw;
  }
}
.company .history dl dt,
.company .history dl dd {
  padding: 10px 0 30px;
}
.company .history dl dt {
  width: 80px;
  color: #6199ee;
  font-family: "manrope";
  font-size: 24px;
}
@media (max-width: 750px) {
  .company .history dl dt {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .company .history dl dt {
    width: 100%;
    padding-bottom: 0;
  }
}
.company .history dl dd {
  width: calc(100% - 80px);
  font-size: 16px;
}
@media (max-width: 750px) {
  .company .history dl dd {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .company .history dl dd {
    width: 100%;
    padding-bottom: 3vw;
    padding-top: 0;
  }
}

@media (max-width: 750px) {
  .sponsor .title-area {
    height: calc(277 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .sponsor .title-area {
    margin-bottom: 50vw;
  }
}
.sponsor .first {
  margin-top: 90px;
}
@media (max-width: 750px) {
  .sponsor .first {
    margin-top: 10vw;
  }
}
.sponsor .first h3 {
  font-size: 32px;
}
@media (max-width: 750px) {
  .sponsor .first h3 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.sponsor .first h3 {
  line-height: 160%;
  text-align: center;
}
.sponsor .first h3 + p {
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  line-height: 160%;
}
@media (max-width: 750px) {
  .sponsor .first h3 + p {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
.sponsor h2 {
  color: #6199ee;
  font-size: 48px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .sponsor h2 {
    font-size: calc(24 / 390 * 100 * 1vw);
  }
}
.sponsor .title-en {
  margin-top: 10px;
}
.sponsor .introduce {
  margin-top: 90px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 750px) {
  .sponsor .introduce {
    margin-top: 10vw;
  }
}
.sponsor .introduce h3 {
  margin-top: 40px;
  font-size: 32px;
}
@media (max-width: 750px) {
  .sponsor .introduce h3 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.sponsor .introduce h3 {
  font-weight: 500;
  line-height: 160%;
}
.sponsor .introduce h3 + p {
  line-height: 160%;
  font-size: 16px;
  margin-top: 20px;
}
@media (max-width: 750px) {
  .sponsor .introduce h3 + p {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
.sponsor .introduce .container.detail {
  width: 960px;
  margin-top: 80px;
}
@media (max-width: 750px) {
  .sponsor .introduce .container.detail {
    width: calc(330 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .sponsor .introduce .container.detail {
    margin-top: 10vw;
  }
  .sponsor .introduce .container.detail > img:first-of-type {
    margin-left: -7.5vw;
    margin-right: -7.5vw;
    max-width: initial;
    width: 100vw;
  }
}
.sponsor .introduce .container.detail .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 750px) {
  .sponsor .introduce .container.detail .flex {
    flex-wrap: wrap;
  }
}
.sponsor .introduce .container.detail .flex .profile {
  width: 325px;
}
@media (max-width: 750px) {
  .sponsor .introduce .container.detail .flex .profile {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .sponsor .introduce .container.detail .flex .profile .name {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.sponsor .introduce .container.detail .flex .profile .name {
  color: #003a8e;
}
@media (max-width: 750px) {
  .sponsor .introduce .container.detail .flex .profile .name span {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.sponsor .introduce .container.detail .flex .profile .name span {
  color: #bfbfbf;
  font-family: "Manrope", sans-serif;
}
.sponsor .introduce .container.detail .flex .profile .name + p {
  font-size: 18px;
  line-height: 180%;
}
.sponsor .introduce .container.detail .flex .profile h3:not(.name) {
  font-size: 32px;
}
@media (max-width: 750px) {
  .sponsor .introduce .container.detail .flex .profile h3:not(.name) {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.sponsor .introduce .container.detail .flex .profile h3:not(.name) {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  color: #bfbfbf;
}
@media (max-width: 750px) {
  .sponsor .introduce .container.detail .flex .profile h3:not(.name) {
    margin-top: 5vw;
    margin-bottom: 3vw;
  }
}
.sponsor .introduce .container.detail .flex .profile dl {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #d9d9d9;
  align-items: center;
  font-size: 16px;
}
@media (max-width: 750px) {
  .sponsor .introduce .container.detail .flex .profile dl {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
.sponsor .introduce .container.detail .flex .profile dl dt {
  font-weight: 700;
  width: 125px;
  padding: 5px 0 5px 45px;
}
@media (max-width: 750px) {
  .sponsor .introduce .container.detail .flex .profile dl dt {
    width: 27vw;
    padding: 2vw 0 2vw 5vw;
  }
}
.sponsor .introduce .container.detail .flex .profile dl dd {
  width: 160px;
  padding: 5px 0;
}
@media (max-width: 750px) {
  .sponsor .introduce .container.detail .flex .profile dl dd {
    width: 50vw;
    padding: 2vw 0 2vw 5vw;
  }
}
.sponsor .introduce .container.detail .flex .profile dl dd img {
  width: 32px;
  margin-inline: initial;
}
.sponsor .introduce .container.detail .flex .summary {
  width: 640px;
}
@media (max-width: 750px) {
  .sponsor .introduce .container.detail .flex .summary {
    width: 100%;
  }
}
.sponsor .introduce .container.detail .flex .summary .name {
  font-size: 32px;
}
@media (max-width: 750px) {
  .sponsor .introduce .container.detail .flex .summary .name {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.sponsor .introduce .container.detail .flex .summary .name {
  color: #003a8e;
}
.sponsor .introduce .container.detail .flex .summary .name span {
  font-size: 24px;
}
@media (max-width: 750px) {
  .sponsor .introduce .container.detail .flex .summary .name span {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.sponsor .introduce .container.detail .flex .summary .name span {
  color: #bfbfbf;
  font-family: "Manrope", sans-serif;
  margin-left: 50px;
}
.sponsor .introduce .container.detail .flex .summary .name + p {
  font-size: 18px;
  line-height: 180%;
}
.sponsor .introduce .container.detail + .container {
  margin-top: 90px;
}
@media (max-width: 750px) {
  .sponsor .introduce .container.detail + .container {
    margin-top: 10vw;
  }
}
.sponsor .introduce .container.detail + .container ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 750px) {
  .sponsor .introduce .container.detail + .container ul li {
    flex-wrap: wrap;
  }
}
.sponsor .introduce .container.detail + .container ul li:first-of-type {
  margin-top: 0;
}
.sponsor .introduce .container.detail + .container ul li img {
  width: 480px;
}
@media (max-width: 750px) {
  .sponsor .introduce .container.detail + .container ul li img {
    width: 100%;
  }
}
.sponsor .introduce .container.detail + .container ul li .txt {
  width: 620px;
}
@media (max-width: 750px) {
  .sponsor .introduce .container.detail + .container ul li .txt {
    width: 100%;
    margin-top: 5vw;
  }
}
.sponsor .introduce .container.detail + .container ul li .txt h3 {
  color: #6199ee;
  font-size: 24px;
}
@media (max-width: 750px) {
  .sponsor .introduce .container.detail + .container ul li .txt h3 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.sponsor .introduce .container.detail + .container ul li .txt h3 {
  margin-top: 0;
}
.sponsor .introduce .container.detail + .container ul li .txt p {
  font-size: 18ppx;
  line-height: 180%;
}
.sponsor .introduce .container.detail + .container + .container {
  margin-top: 240px;
}
@media (max-width: 750px) {
  .sponsor .introduce .container.detail + .container + .container {
    margin-top: 46vw;
  }
}
.sponsor .introduce .container.detail + .container + .container .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
@media (max-width: 750px) {
  .sponsor .introduce .container.detail + .container + .container .flex {
    flex-wrap: wrap;
    margin-top: 10vw;
  }
}
.sponsor .introduce .container.detail + .container + .container .flex > img {
  width: 550px;
}
@media (max-width: 750px) {
  .sponsor .introduce .container.detail + .container + .container .flex > img {
    width: 100%;
    order: 1;
  }
}
.sponsor .introduce .container.detail + .container + .container .flex .txt {
  width: 520px;
}
@media (max-width: 750px) {
  .sponsor .introduce .container.detail + .container + .container .flex .txt {
    width: 100%;
    order: 2;
  }
}
.sponsor .introduce .container.detail + .container + .container .flex .txt h3 {
  font-size: 32px;
}
@media (max-width: 750px) {
  .sponsor .introduce .container.detail + .container + .container .flex .txt h3 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.sponsor .introduce .container.detail + .container + .container .flex .txt h3 {
  color: #003a8e;
}
.sponsor .introduce .container.detail + .container + .container .flex .txt h3 + p {
  font-size: 18px;
  line-height: 180%;
}
.sponsor .btn {
  width: 350px;
  margin-top: 40px;
}
@media (max-width: 750px) {
  .sponsor .btn {
    width: 100%;
    margin-top: 5vw;
  }
}
.sponsor .btn a {
  border-radius: initial;
  background: initial;
  color: #444750;
  border: none;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 750px) {
  .sponsor .btn a {
    padding-inline: 4vw;
  }
}
.sponsor .btn a img {
  width: 19.5px;
  margin-left: auto;
}
.sponsor .btn a:after {
  content: none;
}
.sponsor .line-01 {
  width: 800px;
  position: absolute;
  bottom: 483px;
  right: 0;
}
@media (max-width: 750px) {
  .sponsor .line-01 {
    bottom: 207vw;
  }
}
.sponsor .container {
  position: relative;
  z-index: 1;
}
.sponsor .right {
  margin-left: auto;
}

.aniv {
  color: #372d22;
  background: #efefef;
}
.aniv .title-area {
  background-image: url(../images/aniv/mv.png);
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  text-align: center;
  height: 1031px;
  padding-top: 230px;
  background-color: #fff;
}
@media (max-width: 750px) {
  .aniv .title-area {
    height: calc(770 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .aniv .title-area {
    padding-top: calc(150 / 390 * 100 * 1vw);
  }
}
.aniv .title-area .label {
  text-align: center;
  color: #7d2d2d;
  font-size: 24px;
}
@media (max-width: 750px) {
  .aniv .title-area .label {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.aniv .title-area .label {
  font-family: "Tinos", serif;
  position: relative;
  z-index: 2;
}
.aniv .title-area h1 {
  text-align: center;
  font-family: "Tinos", serif;
  font-size: 140px;
  letter-spacing: 5%;
  line-height: 0.7;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .aniv .title-area h1 {
    font-size: calc(100 / 390 * 100 * 1vw);
  }
}
.aniv .title-area h1:after {
  content: "";
  width: 400px;
  aspect-ratio: 1/1;
  background-image: url(../images/aniv/bg-title.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 750px) {
  .aniv .title-area h1:after {
    width: calc(330 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .aniv .title-area h1:after {
    top: calc(50% - 2vw);
  }
}
.aniv .title-area h1 span {
  font-size: 100px;
}
@media (max-width: 750px) {
  .aniv .title-area h1 span {
    font-size: calc(60 / 390 * 100 * 1vw);
  }
}
.aniv .title-area h1 + p {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
}
@media (max-width: 750px) {
  .aniv .title-area h1 + p {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.aniv .title-area h1 + p {
  font-weight: 700;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  .aniv .title-area h1 + p {
    margin-top: 8vw;
  }
}
@media (max-width: 750px) {
  .aniv .title-area .local-nav {
    margin-top: 8vw;
  }
}
.aniv .title-area .local-nav li {
  margin-right: 40px;
}
@media (max-width: 750px) {
  .aniv .title-area .local-nav li {
    margin-right: 0;
  }
}
.aniv .title-area .local-nav li:last-of-type {
  margin-right: 0;
}
.aniv .title-area .local-nav li a {
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  background: #7d2d2d;
  border-radius: 0;
  border: none;
  width: 306px;
  height: 80px;
  font-size: 20px;
  font-weight: 700;
  padding-inline: 38px 22px;
  justify-content: space-between;
}
.aniv .title-area .local-nav li a img {
  width: 48px;
}
.aniv h2.title-en {
  font-size: 96px;
  font-family: "Tinos", serif;
  font-weight: 400;
  text-align: center;
  position: relative;
  display: block;
}
@media (max-width: 750px) {
  .aniv h2.title-en {
    font-size: calc(54 / 390 * 100 * 1vw);
  }
}
.aniv h2.title-en:before {
  content: "";
  width: 300px;
  aspect-ratio: 1/1;
  background-image: url(../images/aniv/title.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  top: calc(50% + 10px);
  transform: translate(-50%, -50%);
}
@media (max-width: 750px) {
  .aniv h2.title-en:before {
    width: calc(200 / 390 * 100 * 1vw);
  }
}
.aniv h2.title-en + p {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 750px) {
  .aniv h2.title-en + p {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
.aniv .introduce {
  padding-top: 150px;
  padding-bottom: 150px;
  background: #fff;
}
@media (max-width: 750px) {
  .aniv .introduce {
    padding-top: 45vw;
    padding-bottom: 15vw;
  }
}
.aniv .introduce .container {
  width: 800px;
}
@media (max-width: 750px) {
  .aniv .introduce .container {
    width: calc(330 / 390 * 100 * 1vw);
  }
}
.aniv .introduce .image-message {
  margin-top: 100px;
  margin-inline: auto;
  display: block;
}
@media (max-width: 750px) {
  .aniv .introduce .image-message {
    margin-top: 20vw;
    margin-left: -8vw;
    margin-right: -8vw;
    width: 100vw;
    max-width: inherit;
  }
}
.aniv .introduce h3 {
  text-align: center;
  color: #7d2d2d;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
}
@media (max-width: 750px) {
  .aniv .introduce h3 {
    font-size: calc(24 / 390 * 100 * 1vw);
  }
}
.aniv .introduce h3 {
  line-height: 160%;
  margin-top: 80px;
}
@media (max-width: 750px) {
  .aniv .introduce h3 {
    margin-top: 5vw;
  }
}
.aniv .introduce h3 + p {
  font-size: 18px;
  margin-top: 20px;
  line-height: 240%;
  width: 740px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .aniv .introduce h3 + p {
    width: 100%;
  }
}
.aniv .introduce .sign {
  text-align: right;
  margin-top: 20px;
}
.aniv .introduce .sign img {
  width: 128px;
}
.aniv .section-01 {
  padding-top: 100px;
  padding-bottom: 150px;
  background: #fff;
}
@media (max-width: 750px) {
  .aniv .section-01 {
    padding-top: 10vw;
    padidng-bottom: 15vw;
  }
}
.aniv .section-01 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 130px;
}
@media (max-width: 750px) {
  .aniv .section-01 ul {
    margin-top: 15vw;
    flex-wrap: wrap;
  }
}
.aniv .section-01 ul li {
  width: 314px;
  border-left: 1px solid #372d22;
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 750px) {
  .aniv .section-01 ul li {
    border-bottom: 1px solid #372d22;
    width: 100%;
    border-left: none;
    padding: 0 0 10vw;
    margin-bottom: 10vw;
  }
  .aniv .section-01 ul li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.aniv .section-01 ul li:first-of-type {
  border-left: none;
}
.aniv .section-01 ul li img {
  height: 40px;
}
@media (max-width: 750px) {
  .aniv .section-01 ul li img {
    height: 20vw;
  }
}
.aniv .section-01 ul li h3 {
  color: #7d2d2d;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
}
@media (max-width: 750px) {
  .aniv .section-01 ul li h3 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.aniv .section-01 ul li h3 {
  font-weight: 700;
  margin-top: 30px;
}
@media (max-width: 750px) {
  .aniv .section-01 ul li h3 {
    text-align: center;
  }
}
.aniv .section-01 ul li .bold {
  font-weight: 700;
  font-size: 17px;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 750px) {
  .aniv .section-01 ul li .bold {
    font-size: calc(18 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .aniv .section-01 ul li .bold {
    margin-top: 5vw;
  }
}
.aniv .section-01 ul li .bold + p {
  font-weight: 500;
  margin-top: 10px;
}
@media (max-width: 750px) {
  .aniv .section-01 ul li .bold + p {
    text-align: center;
  }
}
.aniv .history {
  padding-top: 430px;
}
@media (max-width: 750px) {
  .aniv .history {
    padding-top: 45vw;
  }
}
.aniv .history .label {
  background-color: #7d2d2d;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 13px 45px;
  display: inline-block;
}
.aniv .history .num {
  font-size: 300px;
  font-family: "Tinos", serif;
  color: #7d2d2d;
  opacity: 0.1;
}
@media (max-width: 750px) {
  .aniv .history .num {
    font-size: calc(160 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .aniv .history .num {
    margin-left: 6vw;
  }
}
.aniv .history h3:not(.detail) {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
}
@media (max-width: 750px) {
  .aniv .history h3:not(.detail) {
    font-size: calc(22 / 390 * 100 * 1vw);
  }
}
.aniv .history h3:not(.detail) {
  font-weight: 700;
  line-height: 160%;
}
.aniv .history h3:not(.detail) + p {
  font-size: 18px;
  line-height: 180%;
}
.aniv .history ul li {
  position: relative;
}
.aniv .history ul li .year {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .aniv .history ul li .year {
    flex-wrap: wrap;
  }
}
.aniv .history ul li .detail {
  padding-left: 200px;
  position: relative;
  font-size: 18px;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .aniv .history ul li .detail {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 14vw;
  }
}
.aniv .history ul li .detail span {
  font-size: 48px;
  color: #7d2d2d;
  font-family: "Tinos", serif;
  margin-right: 40px;
}
@media (max-width: 750px) {
  .aniv .history ul li .detail span {
    font-size: calc(24 / 390 * 100 * 1vw);
  }
}
.aniv .history ul li .detail:before {
  content: "";
  width: 160px;
  height: 4px;
  display: block;
  background: #7d2d2d;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .aniv .history ul li .detail:before {
    width: 11vw;
    top: 4vw;
  }
}
.aniv .history .area-01 {
  position: relative;
}
.aniv .history .area-01:after {
  content: "Foundation";
  display: block;
  transform: rotate(90deg);
  position: absolute;
  font-size: 20px;
  font-family: "Tinos", serif;
  left: -22px;
  top: 35px;
}
.aniv .history .area-01:before {
  content: "";
  width: 2px;
  height: calc(100% - 110px);
  position: absolute;
  left: 20px;
  top: 110px;
  background-image: url(../images/aniv/line.png);
  background-size: contain;
}
@media (max-width: 750px) {
  .aniv .history .area-01 li:nth-of-type(1) .year {
    padding-top: 38vw;
  }
}
.aniv .history .area-01 li:nth-of-type(1) h3 {
  margin-top: -180px;
  margin-left: 110px;
}
@media (max-width: 750px) {
  .aniv .history .area-01 li:nth-of-type(1) h3 {
    margin-top: -5vw;
    margin-left: 0;
    padding-left: 14vw;
  }
}
.aniv .history .area-01 li:nth-of-type(1) h3 + p {
  width: 436px;
  margin-left: 110px;
  margin-top: 20px;
}
@media (max-width: 750px) {
  .aniv .history .area-01 li:nth-of-type(1) h3 + p {
    width: 100%;
    margin-left: 0;
    padding-left: 14vw;
    positon: relative;
  }
}
.aniv .history .area-01 li:nth-of-type(1) .history-01 {
  width: 620px;
  position: absolute;
  right: -10px;
  top: 480px;
}
@media (max-width: 750px) {
  .aniv .history .area-01 li:nth-of-type(1) .history-01 {
    width: 100vw;
    max-width: initial;
    margin-left: -7.5vw;
    margin-top: 10vw;
    position: relative;
    top: initial;
    left: initial;
    right: initial;
  }
}
.aniv .history .area-01 li:nth-of-type(1) .history-02 {
  width: 360px;
  margin-left: 110px;
  margin-top: 100px;
}
@media (max-width: 750px) {
  .aniv .history .area-01 li:nth-of-type(1) .history-02 {
    width: calc(180 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .aniv .history .area-01 li:nth-of-type(1) .history-02 {
    margin-left: auto;
    margin-top: 10vw;
    display: block;
  }
}
@media (max-width: 750px) {
  .aniv .history .area-01 li:nth-of-type(2) {
    margin-top: 15vw;
  }
}
.aniv .history .area-01 li:nth-of-type(2) .history-03 {
  width: 360px;
  display: block;
  margin-left: auto;
  margin-top: -180px;
}
@media (max-width: 750px) {
  .aniv .history .area-01 li:nth-of-type(2) .history-03 {
    margin-top: initial;
    padding-left: 14vw;
    width: 100%;
  }
}
.aniv .history .area-01 li:nth-of-type(2) h3 {
  color: #7d2d2d;
  text-align: center;
  position: relative;
  margin-top: 170px;
}
@media (max-width: 750px) {
  .aniv .history .area-01 li:nth-of-type(2) h3 {
    margin-top: 20vw;
    margin-left: 14vw;
  }
}
.aniv .history .area-01 li:nth-of-type(2) h3:before {
  content: "";
  display: block;
  width: 320px;
  aspect-ratio: 1/1;
  background: #7d2d2d;
  opacity: 0.1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 750px) {
  .aniv .history .area-01 li:nth-of-type(2) h3:before {
    width: calc(180 / 390 * 100 * 1vw);
  }
}
.aniv .history .area-01 li:nth-of-type(2) h3 + p {
  margin-top: 170px;
  text-align: center;
  font-size: 18px;
  line-height: 180%;
  width: 631px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .aniv .history .area-01 li:nth-of-type(2) h3 + p {
    width: 100%;
    padding-left: 14vw;
    text-align: left;
    margin-top: 19vw;
  }
  .aniv .history .area-01 li:nth-of-type(2) h3 + p br {
    display: none;
  }
}
.aniv .history .area-01 li:nth-of-type(2) .history-04 {
  width: 361px;
  margin-left: 110px;
  margin-top: 100px;
}
@media (max-width: 750px) {
  .aniv .history .area-01 li:nth-of-type(2) .history-04 {
    width: 100%;
    margin-left: initial;
    margin-top: 8vw;
    padding-left: 14vw;
  }
}
@media (max-width: 750px) {
  .aniv .history .area-01 li:nth-of-type(3) {
    margin-top: 15vw;
  }
}
.aniv .history .area-01 li:nth-of-type(3) .history-05 {
  width: 370px;
  display: block;
  margin-left: auto;
  margin-top: -190px;
}
@media (max-width: 750px) {
  .aniv .history .area-01 li:nth-of-type(3) .history-05 {
    width: 100%;
    display: block;
    margin-left: auto;
    padding-left: 14vw;
    margin-top: 10vw;
  }
}
.aniv .history .area-01 li:nth-of-type(3) .history-05 + p {
  width: 544px;
  position: absolute;
  top: 560px;
  left: 204px;
  font-size: 18px;
  line-height: 180%;
}
@media (max-width: 750px) {
  .aniv .history .area-01 li:nth-of-type(3) .history-05 + p {
    width: 100%;
    position: initial;
    padding-left: 14vw;
    margin-top: 8vw;
  }
}
@media (max-width: 750px) {
  .aniv .history .area-01 li:nth-of-type(4) {
    margin-top: 10vw;
  }
}
.aniv .history .sepa-01 {
  background-image: url(../images/aniv/sepa-01.png);
  height: 900px;
  background-position: center;
  background-size: cover;
}
@media (max-width: 750px) {
  .aniv .history .sepa-01 {
    height: calc(735 / 390 * 100 * 1vw);
  }
}
.aniv .history .sepa-01 h3 {
  color: #fff;
  font-size: 40px;
  writing-mode: vertical-rl;
  padding-top: 100px;
}
@media (max-width: 750px) {
  .aniv .history .sepa-01 h3 {
    font-size: calc(24 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .aniv .history .sepa-01 h3 {
    margin-left: 25vw;
  }
}
@media (min-width: 751px) {
  .aniv .history .sepa-01 h3,
  .aniv .history .sepa-01 p {
    padding-left: 40px;
  }
}
.aniv .history .sepa-01 p {
  margin-top: 60px;
  width: 508px;
  font-size: 18px;
  line-height: 180%;
  color: #fff;
}
@media (max-width: 750px) {
  .aniv .history .sepa-01 p {
    font-size: calc(18 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .aniv .history .sepa-01 p {
    width: 100%;
    margin-top: 10vw;
  }
}
.aniv .history .area-02 {
  padding-bottom: 100px;
  position: relative;
}
.aniv .history .area-02:before {
  content: "";
  width: 2px;
  height: 100%;
  background-image: url(../images/aniv/line.png);
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 0px;
}
.aniv .history .area-02 li:nth-of-type(1) {
  padding-top: 160px;
}
@media (max-width: 750px) {
  .aniv .history .area-02 li:nth-of-type(1) {
    padding-top: 15vw;
  }
}
@media (max-width: 750px) {
  .aniv .history .area-02 li:nth-of-type(2) {
    padding-top: 15vw;
  }
}
.aniv .history .area-02 li:nth-of-type(2) .history-06 {
  width: 480px;
  margin-left: auto;
  display: block;
  margin-top: -70px;
}
@media (max-width: 750px) {
  .aniv .history .area-02 li:nth-of-type(2) .history-06 {
    width: 100%;
    margin-top: initial;
    padding-left: 14vw;
  }
}
.aniv .history .area-02 li:nth-of-type(2) .history-06 + h3 {
  position: absolute;
  top: 400px;
  left: 200px;
}
@media (max-width: 750px) {
  .aniv .history .area-02 li:nth-of-type(2) .history-06 + h3 {
    width: 100%;
    position: initial;
    margin-top: 5vw;
    padding-left: 14vw;
  }
}
.aniv .history .area-02 li:nth-of-type(2) .history-06 + h3 + p {
  position: absolute;
  top: 470px;
  left: 200px;
  width: 498px;
}
@media (max-width: 750px) {
  .aniv .history .area-02 li:nth-of-type(2) .history-06 + h3 + p {
    padding-left: 14vw;
    width: 100%;
    position: initial;
    margin-top: 5vw;
  }
}
.aniv .history .area-02 li:nth-of-type(2) .history-06 + h3 + p + .detail {
  margin-top: -50px;
}
@media (max-width: 750px) {
  .aniv .history .area-02 li:nth-of-type(2) .history-06 + h3 + p + .detail {
    margin-top: 10vw;
  }
}
@media (max-width: 750px) {
  .aniv .history .area-02 li:nth-of-type(3) {
    padding-top: 15vw;
  }
}
.aniv .history .area-02 li:nth-of-type(3) .history-07 {
  width: 489px;
  display: block;
  margin-left: auto;
  margin-top: -20px;
}
@media (max-width: 750px) {
  .aniv .history .area-02 li:nth-of-type(3) .history-07 {
    width: 100%;
    padding-left: 14vw;
  }
}
.aniv .history .area-02 li:nth-of-type(3) .history-07 + h3 {
  position: absolute;
  top: 510px;
  left: 173px;
}
@media (max-width: 750px) {
  .aniv .history .area-02 li:nth-of-type(3) .history-07 + h3 {
    position: initial;
    margin-top: 10vw;
    padding-left: 14vw;
  }
}
.aniv .history .area-02 li:nth-of-type(3) .history-07 + h3 + p {
  width: 471px;
  position: absolute;
  left: 174px;
  top: 580px;
}
@media (max-width: 750px) {
  .aniv .history .area-02 li:nth-of-type(3) .history-07 + h3 + p {
    width: 100%;
    position: initial;
    margin-top: 3vw;
    padding-left: 14vw;
  }
}
.aniv .history .area-02 li:nth-of-type(3) .history-08 {
  width: 605px;
  display: block;
  margin-top: 50px;
  margin-left: 100px;
}
@media (max-width: 750px) {
  .aniv .history .area-02 li:nth-of-type(3) .history-08 {
    position: initial;
    width: 100%;
    margin-left: initial;
    padding-left: 14vw;
  }
}
.aniv .history .area-02 li:nth-of-type(3) .history-08 + h3 {
  position: absolute;
  top: 1121px;
  right: 0;
}
@media (max-width: 750px) {
  .aniv .history .area-02 li:nth-of-type(3) .history-08 + h3 {
    position: initial;
    margin-top: 10vw;
    padding-left: 14vw;
  }
  .aniv .history .area-02 li:nth-of-type(3) .history-08 + h3 br {
    display: none;
  }
}
.aniv .history .area-02 li:nth-of-type(3) .history-08 + h3 + p {
  width: 471px;
  position: absolute;
  right: -23px;
  top: 1240px;
}
@media (max-width: 750px) {
  .aniv .history .area-02 li:nth-of-type(3) .history-08 + h3 + p {
    position: initial;
    margin-top: 3vw;
    padding-left: 14vw;
    width: 100%;
  }
}
.aniv .history .area-02 li:nth-of-type(4) {
  padding-top: 15vw;
}
.aniv .history .sepa-02 {
  background-image: url(../images/aniv/sepa-02.png);
  height: 900px;
  background-position: center;
  background-size: cover;
}
@media (max-width: 750px) {
  .aniv .history .sepa-02 {
    height: calc(700 / 390 * 100 * 1vw);
  }
}
.aniv .history .sepa-02 .container {
  height: 100%;
  position: relative;
}
@media (min-width: 751px) {
  .aniv .history .sepa-02 h3,
  .aniv .history .sepa-02 p {
    padding-right: 40px;
  }
}
.aniv .history .sepa-02 h3 {
  color: #fff;
  font-size: 40px;
  writing-mode: vertical-rl;
  position: absolute;
  right: 0;
  top: 150px;
}
@media (max-width: 750px) {
  .aniv .history .sepa-02 h3 {
    font-size: calc(24 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .aniv .history .sepa-02 h3 {
    top: 20vw;
  }
}
.aniv .history .sepa-02 p {
  font-size: 18px;
  line-height: 180%;
  color: #fff;
  writing-mode: vertical-rl;
  position: absolute;
  right: 161px;
  top: 147px;
  font-size: 20px;
  font-family: "zen-old-mincho", serif;
}
@media (max-width: 750px) {
  .aniv .history .sepa-02 p {
    font-size: calc(18 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .aniv .history .sepa-02 p {
    line-height: 180%;
    right: 46vw;
    top: 70vw;
  }
}
.aniv .history .area-03 {
  padding-bottom: 100px;
  position: relative;
}
.aniv .history .area-03:before {
  content: "";
  width: 2px;
  height: 100%;
  background-image: url(../images/aniv/line.png);
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 0px;
}
.aniv .history .area-03 li:nth-of-type(1) {
  padding-top: 160px;
}
@media (max-width: 750px) {
  .aniv .history .area-03 li:nth-of-type(1) {
    padding-top: 15vw;
  }
}
.aniv .history .area-03 li:nth-of-type(1) .history-09 {
  width: 380px;
  margin-left: auto;
  margin-right: 94px;
  display: block;
}
@media (max-width: 750px) {
  .aniv .history .area-03 li:nth-of-type(1) .history-09 {
    width: calc(232 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .aniv .history .area-03 li:nth-of-type(1) .history-09 {
    margin-left: auto;
    margin-right: initial;
  }
}
.aniv .history .area-03 li:nth-of-type(1) .history-10 {
  width: 516px;
  position: absolute;
  left: 100px;
  top: 230px;
}
@media (max-width: 750px) {
  .aniv .history .area-03 li:nth-of-type(1) .history-10 {
    width: 100%;
    position: initial;
    margin-left: -7.5vw;
    margin-top: 10vw;
  }
}
.aniv .history .area-03 li:nth-of-type(1) .history-10 + p {
  width: 474px;
  margin-left: auto;
  margin-top: 80px;
  font-size: 18px;
  line-height: 180%;
}
@media (max-width: 750px) {
  .aniv .history .area-03 li:nth-of-type(1) .history-10 + p {
    width: 100%;
    margin-top: 10vw;
    padding-left: 14vw;
  }
}
.aniv .history .area-03 li:nth-of-type(2) {
  padding-top: 15vw;
}
.aniv .history .area-03 li:nth-of-type(2) h3 {
  margin-left: 165px;
}
@media (max-width: 750px) {
  .aniv .history .area-03 li:nth-of-type(2) h3 {
    margin-left: initial;
    padding-left: 14vw;
    margin-top: -26vw;
  }
}
.aniv .history .area-03 li:nth-of-type(2) h3 + p {
  margin-left: 165px;
  width: 402px;
  margin-top: 40px;
}
@media (max-width: 750px) {
  .aniv .history .area-03 li:nth-of-type(2) h3 + p {
    width: 100%;
    padding-left: 14vw;
    margin-top: 3vw;
    margin-left: initial;
  }
}
.aniv .history .area-03 li:nth-of-type(2) img {
  width: 409px;
  margin-left: auto;
  display: block;
  margin-top: -330px;
}
@media (max-width: 750px) {
  .aniv .history .area-03 li:nth-of-type(2) img {
    width: 100%;
    padding-left: 14vw;
    margin-top: 10vw;
  }
}
.aniv .history .last {
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative;
}
@media (max-width: 750px) {
  .aniv .history .last {
    padding-top: 3vw;
    padding-bottom: 5vw;
  }
}
.aniv .history .last:before {
  content: "";
  width: 2px;
  height: calc(100% - 350px);
  background-image: url(../images/aniv/line.png);
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 0px;
}
@media (max-width: 750px) {
  .aniv .history .last:before {
    height: 0;
  }
}
.aniv .history .last h2 {
  text-align: center;
  font-size: 160px;
  font-family: "Tinos", serif;
  color: #7d2d2d;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .aniv .history .last h2 {
    font-size: calc(60 / 390 * 100 * 1vw);
  }
}
.aniv .history .last h2:after {
  content: "";
  width: 600px;
  aspect-ratio: 1/1;
  background-image: url(../images/aniv/title-02.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: calc(50% + 10px);
  transform: translate(-50%, -50%);
}
@media (max-width: 750px) {
  .aniv .history .last h2:after {
    width: 57vw;
  }
}
.aniv .history .last h2 + p {
  font-size: 64px;
  text-align: center;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  margin: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .aniv .history .last h2 + p {
    font-size: calc(36 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .aniv .history .last h2 + p {
    margin-top: 4vw;
  }
}
.aniv .history .last .lead {
  font-size: 18px;
  line-height: 180%;
  text-align: center;
  margin: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .aniv .history .last .lead {
    font-size: calc(18 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .aniv .history .last .lead {
    margin-inline: 0;
    text-align: left;
    margin-top: 0vw;
  }
  .aniv .history .last .lead br {
    display: none;
  }
}
.aniv .value {
  padding-top: 250px;
  background: #fff;
}
@media (max-width: 750px) {
  .aniv .value {
    padding-top: 30vw;
    padding-bottom: 15vw;
  }
}
.aniv .value .lead {
  margin-top: 50px;
  text-align: center;
  font-size: 18px;
  line-height: 180%;
}
@media (max-width: 750px) {
  .aniv .value .lead {
    font-size: calc(18 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .aniv .value .lead {
    margin-top: 10vw;
    text-align: left;
  }
  .aniv .value .lead br {
    display: none;
  }
}
.aniv .value .container {
  width: 940px;
}
@media (max-width: 750px) {
  .aniv .value .container {
    width: calc(330 / 390 * 100 * 1vw);
  }
}
.aniv .value ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100px;
}
@media (max-width: 750px) {
  .aniv .value ul {
    margin-top: 10vw;
  }
}
.aniv .value ul li {
  width: 260px;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .aniv .value ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3vw;
  }
}
.aniv .value ul li img {
  width: 100px;
}
@media (max-width: 750px) {
  .aniv .value ul li img {
    width: calc(80 / 390 * 100 * 1vw);
  }
}
.aniv .value ul li h4 {
  font-size: 32px;
}
@media (max-width: 750px) {
  .aniv .value ul li h4 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
.aniv .value ul li h4 {
  font-weight: 700;
  color: #7d2d2d;
}
.aniv .value ul li p {
  font-size: 16px;
  line-height: 180%;
  margin-top: 20px;
  background: #efefef;
}
@media (min-width: 751px) {
  .aniv .value ul li p {
    padding: 16px;
    height: 177px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 750px) {
  .aniv .value ul li p {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .aniv .value ul li p {
    padding: 4vw;
    width: 60vw;
    margin-top: 0;
  }
}

.privacy {
  position: relative;
}
.privacy .title-area {
  background-image: none;
  height: 398px;
}
.privacy .line-01 {
  width: 1432px;
  position: absolute;
  right: 0;
  top: 100px;
}
@media (max-width: 750px) {
  .privacy .line-01 {
    top: 150px;
  }
}
@media (max-width: 750px) {
  .privacy section.introduce {
    margin-top: -19vw;
  }
}
.privacy section .container:not(.full) {
  position: relative;
  width: 900px;
}
@media (max-width: 750px) {
  .privacy section .container:not(.full) {
    width: calc(330 / 390 * 100 * 1vw);
  }
}
.privacy section .full {
  position: relative;
}
.privacy section .full .btn {
  margin-top: 40px;
}
.privacy h2 {
  font-size: 20px;
  line-height: 180%;
  color: #003a8e;
}
.privacy p {
  font-size: 16px;
  line-height: 180%;
}
@media (max-width: 750px) {
  .privacy p {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
.privacy p + h2 {
  margin-top: 32px;
}

.error404 .privacy {
  position: relative;
}
@media (max-width: 750px) {
  .error404 .privacy {
    margin-bottom: 10vw;
  }
}
@media (max-width: 750px) {
  .error404 .privacy .title-area {
    height: 71.0256vw;
    background-image: url(../images/common/bg-title-sp.png);
  }
}
@media (max-width: 750px) {
  .error404 .privacy .introduce {
    margin-top: 10vw;
  }
}

main.news {
  padding-bottom: 100px;
}
main.news .inner {
  border: 1px solid #d9d9d9;
  padding: 100px 70px;
  margin-top: -350px;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 750px) {
  main.news .inner {
    padding: 10vw 7vw;
    margin-top: -60vw;
  }
}
main.news .inner img.pc {
  width: 100%;
}
main.news .inner h1 {
  font-size: 28px;
  line-height: 180%;
}
@media (max-width: 750px) {
  main.news .inner h1 {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
main.news .inner h1 {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
main.news .inner .meta {
  display: flex;
  align-items: center;
}
main.news .inner .meta .cat {
  background: #f0f6ff;
  line-height: 1;
  padding: 12px;
  width: 160px;
  font-size: 16px;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
}
@media (max-width: 750px) {
  main.news .inner .meta .cat {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.news .inner .meta .cat {
    padding: 3.3vw 1vw;
  }
}
main.news .inner .meta .time {
  color: #6199ee;
  margin-left: 18px;
}
main.news .inner .sdgs {
  margin-top: 100px;
}
@media (max-width: 750px) {
  main.news .inner .sdgs {
    margin-top: 10vw;
  }
}
main.news .inner .sdgs .label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #6199ee;
}
@media (max-width: 750px) {
  main.news .inner .sdgs .label {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.news .inner .sdgs .label {
    width: calc(100 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.news .inner .sdgs .label {
    height: calc(30 / 390 * 100 * 1vw);
  }
}
main.news .inner .sdgs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 20px;
}
main.news .inner .sdgs ul li {
  list-style: none;
  line-height: 1.6;
  padding: 0;
  position: relative;
  font-size: 14px;
  margin-right: 10px;
}
main.news .inner .sdgs ul li img {
  width: 100px;
}
@media (max-width: 750px) {
  main.news .inner .sdgs ul li img {
    width: calc(100 / 390 * 100 * 1vw);
  }
}
main.news .inner .sdgs ul li:before {
  content: none;
}

.nav {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  width: 1000px;
}
@media (max-width: 750px) {
  .nav {
    width: calc(330 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  .nav {
    margin-top: 10vw;
  }
}
.nav.str .btn {
  margin-inline: auto;
}
@media (max-width: 750px) {
  .nav.str .btn {
    width: calc(130 / 390 * 100 * 1vw);
  }
}
.nav.str .btn a {
  padding: 0;
}
.nav .btn {
  width: 240px;
}
@media (max-width: 750px) {
  .nav .btn {
    width: calc(240 / 390 * 100 * 1vw);
  }
}
.nav .btn a:after {
  content: none;
}
.nav .btn a {
  justify-content: center;
}
.nav .btn.next, .nav .btn.prev {
  width: 70px;
}
@media (max-width: 750px) {
  .nav .btn.next, .nav .btn.prev {
    width: calc(70 / 390 * 100 * 1vw);
  }
}
.nav .btn.next a, .nav .btn.prev a {
  background: none;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  color: #444750;
  padding-inline: 12px;
  justify-content: space-between;
}
.nav .btn.next a img, .nav .btn.prev a img {
  width: 14px;
}
.nav .btn.prev a img {
  transform: rotate(180deg);
}

main.works {
  padding-bottom: 100px;
}
@media (max-width: 750px) {
  main.works {
    padding-bottom: 10vw;
  }
}
@media (max-width: 750px) {
  main.works .title-area {
    height: calc(403 / 390 * 100 * 1vw);
  }
}
@media (min-width: 751px) {
  main.works section {
    padding-top: 0;
  }
}
main.works section .container {
  width: 1090px;
}
@media (max-width: 750px) {
  main.works section .container {
    width: calc(330 / 390 * 100 * 1vw);
  }
}
main.works section .container ul li:after {
  content: none;
}
main.works section .container ul:not(.local-nav) {
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  main.works section .container ul:not(.local-nav) {
    flex-wrap: wrap;
  }
}
main.works section .container ul:not(.local-nav) li {
  margin-right: 50px;
  margin-bottom: 50px;
}
main.works section .container ul:not(.local-nav) li:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 750px) {
  main.works section .container ul:not(.local-nav) li {
    margin-right: 0;
    margin-bottom: 5vw;
  }
}
main.works section .inner {
  margin-top: -350px;
}
@media (max-width: 750px) {
  main.works section .inner {
    margin-top: -70vw;
  }
}
main.works section .inner > img.pc, main.works section .inner > img.sp {
  border-radius: 10px;
}
main.works section .inner img.pc {
  width: 100%;
}
main.works section .inner .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 750px) {
  main.works section .inner .flex {
    flex-wrap: wrap;
    margin-top: 5vw;
  }
}
main.works section .inner .txt {
  width: 480px;
}
@media (max-width: 750px) {
  main.works section .inner .txt {
    width: 100%;
  }
}
main.works section .inner .txt dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 750px) {
  main.works section .inner .txt dl {
    margin-top: 5vw;
  }
}
main.works section .inner .txt dl dt {
  width: 58px;
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border-radius: 5px;
  margin-bottom: 12px;
}
main.works section .inner .txt dl dt:nth-of-type(1) {
  height: 80px;
}
main.works section .inner .txt dl dd {
  width: calc(100% - 58px);
  padding-left: 20px;
  margin-bottom: 12px;
}
main.works section .inner .txt dl dd span {
  color: #003a8e;
  font-size: 96px;
  font-family: "Manrope", sans-serif;
  line-height: 1;
}
@media (max-width: 750px) {
  main.works section .inner .txt dl dd span {
    font-size: calc(64 / 390 * 100 * 1vw);
  }
}
main.works section .inner .txt dl dd span span {
  font-size: 64px;
  font-family: "Manrope", sans-serif;
}
@media (max-width: 750px) {
  main.works section .inner .txt dl dd span span {
    font-size: calc(48 / 390 * 100 * 1vw);
  }
}
main.works section .inner .detail {
  width: 629px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  main.works section .inner .detail {
    width: 100%;
  }
}
@media (max-width: 750px) {
  main.works section .inner .detail .sp-full {
    width: 100%;
  }
}
main.works section .inner .detail dt {
  font-size: 16px;
  line-height: 160%;
  color: #003a8e;
  padding: 8px 10px;
  border-bottom: 1px solid #d9d9d9;
  width: 100px;
}
@media (max-width: 750px) {
  main.works section .inner .detail dt {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.works section .inner .detail dt {
    width: 19vw;
  }
}
@media (max-width: 750px) {
  main.works section .inner .detail dt.sp-full {
    border-bottom: none;
    padding-bottom: 0;
  }
}
main.works section .inner .detail dd {
  font-size: 16px;
  line-height: 160%;
  width: calc(100% - 100px);
  padding: 8px 10px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 750px) {
  main.works section .inner .detail dd {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.works section .inner .detail dd {
    width: calc(100% - 19vw);
  }
}
main.works section .inner .meta {
  display: flex;
}
main.works section .inner .cat {
  line-height: 1;
  background: rgba(50, 50, 50, 0.8);
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  padding: 7px 9px;
  display: inline-block;
  margin-right: 10px;
}
main.works section .inner .location {
  line-height: 1;
  border-radius: 5px;
  border: 1px solid #444750;
  color: #444750;
  padding: 7px 9px;
  display: inline-block;
}
main.works section .inner .period {
  display: inline-block;
  margin-left: 10px;
}
main.works section .inner .period .label {
  width: 38px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 14px;
  margin-right: 4px;
  background: #d9d9d9;
}
main.works section .inner h1 {
  font-size: 36px;
  font-weight: 600;
  margin-top: 20px;
}
@media (max-width: 750px) {
  main.works section .inner h1 {
    font-size: calc(24 / 390 * 100 * 1vw);
  }
}
main.works section .inner ul li:after {
  content: none;
}
main.works section .inner ul {
  flex-wrap: wrap;
}
main.works section .inner ul li {
  margin-bottom: 50px;
  width: 376px;
  margin-right: 15px;
}
main.works section .inner ul li img {
  border-radius: 10px;
}
main.works section .inner ul li a {
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 390/240;
  display: block;
}
@media (max-width: 750px) {
  main.works section .inner ul li a {
    width: 100%;
  }
}
main.works section .inner ul li p {
  margin-top: 12px;
}
@media (max-width: 750px) {
  main.works section .inner ul li {
    margin-bottom: 5vw;
  }
}
main.works section .inner + .nav {
  justify-content: center;
}

main.works section ul {
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
}
@media (max-width: 750px) {
  main.works section ul {
    flex-wrap: wrap;
    margin-top: 10vw;
  }
}
main.works section ul li {
  width: 330px;
  position: relative;
}
@media (min-width: 751px) {
  main.works section ul li {
    margin-right: 85px;
  }
  main.works section ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 750px) {
  main.works section ul li {
    width: 100%;
    margin-bottom: 5vw;
    padding-bottom: 5vw;
  }
}
main.works section ul li:after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: #d9d9d9;
  position: absolute;
  top: 0;
  right: -52.5px;
}
@media (max-width: 750px) {
  main.works section ul li:after {
    width: 100%;
    height: 1px;
    right: initial;
    top: initial;
    bottom: 0;
  }
}
main.works section ul li:last-of-type:after {
  content: none;
}
main.works section ul li .img {
  aspect-ratio: 330/280;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 10px;
}
main.works section ul li .img.center {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #efefef;
  background-position: center !important;
}
main.works section ul li .img .cat {
  line-height: 1;
  background: rgba(50, 50, 50, 0.8);
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  padding: 7px 9px;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 10px;
}
main.works section ul li .location {
  line-height: 1;
  border-radius: 5px;
  margin-top: 20px;
  border: 1px solid #444750;
  color: #444750;
  padding: 7px 9px;
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-right: 10px;
}
@media (max-width: 750px) {
  main.works section ul li .location {
    margin-right: 0;
    margin-bottom: initial;
  }
}
main.works section ul li .period {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 13px;
}
@media (max-width: 750px) {
  main.works section ul li .period {
    margin-top: 3vw;
    margin-left: 0;
    margin-bottom: initial;
  }
}
main.works section ul li .period .label {
  width: 38px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 14px;
  margin-right: 4px;
  background: #d9d9d9;
  font-weight: 500;
}
main.works section ul li .title {
  font-size: 24px;
}
@media (max-width: 750px) {
  main.works section ul li .title {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
main.works section ul li .title {
  line-height: 160%;
  margin-top: 10px;
  padding-right: 30px;
  position: relative;
}
main.works section ul li .title:after {
  content: "";
  width: 16px;
  aspect-ratio: 12/15;
  background-image: url(../images/common/arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 5px;
}
main.works section .btn.wh {
  width: 320px;
  margin-top: 40px;
  margin-left: auto;
}
@media (max-width: 750px) {
  main.works section .btn.wh {
    width: 100%;
    margin-top: 4vw;
  }
}
main.works section .btn.wh a {
  background: initial;
  color: #444750;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
}
@media (min-width: 751px) {
  main.works section .btn.wh a:after {
    transition: 0.3s;
  }
  main.works section .btn.wh a:hover:after {
    width: 16px;
    aspect-ratio: 12/15;
    background-color: initial;
    background-image: url(../images/common/arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
main.works section .btn.wh a:after {
  background-color: #003a8e;
}
@media (max-width: 750px) {
  main.works section .btn.wh a:after {
    width: 16px;
    aspect-ratio: 12/15;
    background-color: initial;
    background-image: url(../images/common/arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
main.works section .now {
  background-image: url(../images/top/bg-working.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 1000px;
  height: 520px;
  padding: 78px;
  margin-inline: auto;
  margin-top: 78px;
}
@media (max-width: 750px) {
  main.works section .now {
    width: 100%;
    padding-inline: 7.5vw;
    padding-top: 7.5vw;
    background-image: url(../images/top/bg-working-sp.png);
  }
}
@media (max-width: 750px) {
  main.works section .now {
    height: calc(570 / 390 * 100 * 1vw);
  }
}
main.works section .now .summary {
  font-size: 16px;
  line-height: 180%;
  margin-top: 74px;
}
@media (max-width: 750px) {
  main.works section .now .summary {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  main.works section .now .summary {
    margin-top: 7vw;
  }
}
main.works section .now .btn {
  margin-top: 40px;
  width: 320px;
}
@media (max-width: 750px) {
  main.works section .now .btn {
    width: 100%;
    margin-top: 5vw;
  }
}

/*
---------------------------------------
entry
---------------------------------------
*/
#entry {
  background: #f8f8f8;
  padding: 160px 0 200px;
}
@media (max-width: 750px) {
  #entry {
    padding: 7vw 0 10vw;
  }
}

.form_complete .btn-01 {
  text-align: center;
}

#archive_case .wrapper {
  width: 1038px;
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  #archive_case .wrapper {
    width: 88vw;
    margin: 0 auto;
    display: block;
    flex-wrap: initial;
  }
}

.box_case {
  display: block;
  width: 332px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 7px 20px;
  box-sizing: border-box;
  padding: 20px 20px 23px;
}
@media (max-width: 750px) {
  .box_case {
    width: 88vw;
    margin: 0 0 6vw;
  }
}
.box_case figure {
  margin: 0 0 14px;
}
@media (max-width: 750px) {
  .box_case figure {
    margin: 0 0 4vw;
  }
}
.box_case .data .tax {
  color: #639ff8;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 6px;
}
@media (max-width: 750px) {
  .box_case .data .tax {
    font-size: 3vw;
    margin: 0 0 2vw;
  }
}
.box_case .data .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 750px) {
  .box_case .data .title {
    font-size: 3.4vw;
    margin: 0 0 2;
  }
}
.box_case .data .information {
  margin: 0 0 16px;
}
@media (max-width: 750px) {
  .box_case .data .information {
    margin: 0 0 3vw;
  }
}
.box_case .data .information .info {
  display: flex;
  display: -ms-flex;
  border-bottom: 1px solid #ccc;
  line-height: 1;
}
.box_case .data .information .info:last-of-type {
  border-bottom: none;
}
.box_case .data .information .info .head {
  width: 5em;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background: #e6e6e6;
  padding: 5px 0 5px;
  box-sizing: border-box;
}
.box_case .data .information .info .text {
  font-size: 12px;
  width: calc(100% - 5em);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px 0 5px 0.5em;
}
.box_case .btn {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
}
.box_case .btn a {
  display: block;
  width: calc(50% - 3px);
  font-size: 14px;
  text-align: center;
  padding: 13px 8px 11px 0;
  font-weight: bold;
  border-radius: 50px;
  position: relative;
  transition: all 0.3s;
}
.box_case .btn a:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  .box_case .btn a:hover {
    opacity: 1;
  }
}
@media (max-width: 750px) {
  .box_case .btn a {
    padding: 12px 8px 12px 0;
  }
}
.box_case .btn a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 15px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.box_case .btn a.btn-case--detail {
  border: 1px solid #333;
}
.box_case .btn a.btn-case--detail:before {
  border-color: #333;
}
.box_case .btn a.btn-case--entry {
  border: 1px solid #d71f1c;
  background: #d71f1c;
  color: #fff;
}

#case {
  padding: 120px 0 95px;
}
@media (max-width: 750px) {
  #case {
    padding: 0;
  }
}
#case .wrapper {
  width: 94%;
  max-width: 1064px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}
@media (max-width: 750px) {
  #case .wrapper {
    width: 100vw;
    padding: 0;
    display: block;
    justify-content: initial;
  }
}
#case .wrapper .contents {
  width: calc(100% - 285px);
  box-sizing: border-box;
  background: white;
  padding: 60px 60px 70px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 750px) {
  #case .wrapper .contents {
    width: 100%;
    padding: 22vw 6vw 15vw;
    box-shadow: none;
  }
}
#case .wrapper .contents .primary .label_term {
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .primary .label_term {
    margin: 0 0 5vw;
  }
}
#case .wrapper .contents .primary .label_term .inner_text {
  display: inline-block;
  color: white;
  background: #639ff8;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 50px 8px;
}
@media all and (-ms-high-contrast: none) {
  #case .wrapper .contents .primary .label_term .inner_text {
    padding: 14px 50px 8px;
  }
}
@media (max-width: 750px) {
  #case .wrapper .contents .primary .label_term .inner_text {
    font-size: 3.4vw;
    padding: 1vw 6vw;
  }
}
#case .wrapper .contents .primary .title {
  font-size: 24px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .primary .title {
    font-size: calc(20 / 390 * 100 * 1vw);
  }
}
#case .wrapper .contents .primary .title {
  font-weight: bold;
  line-height: 1.4;
  padding: 0 0 15px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 28px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .primary .title {
    font-size: 4.4vw;
    padding: 0 0 3vw;
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .information .lead {
  color: #639ff8;
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .information .lead {
    font-size: calc(16 / 390 * 100 * 1vw);
  }
}
@media (max-width: 750px) {
  #case .wrapper .contents .information .lead {
    font-size: 3.8vw;
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .single-content {
  margin: 0 auto 30px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .single-content {
    margin: 0 auto 10vw;
  }
}
#case .wrapper .contents .photo_information {
  width: 464px;
  margin: 0 auto 50px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .photo_information {
    width: 86vw;
    margin: 0 auto 10vw;
  }
}
#case .wrapper .contents .photo_information img {
  max-width: 100%;
}
#case .wrapper .contents .btns_s {
  display: none;
}
@media (max-width: 750px) {
  #case .wrapper .contents .btns_s {
    display: flex;
    display: -ms-flex;
    justify-content: space-between;
    margin: 0 0 10vw;
  }
  #case .wrapper .contents .btns_s a {
    display: flex;
    box-sizing: border-box;
    width: 48%;
    font-size: 3.8vw;
    align-items: center;
    justify-content: center;
    height: 12vw;
    font-weight: bold;
    border-radius: 6vw;
    position: relative;
    transition: all 0.3s;
  }
  #case .wrapper .contents .btns_s a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #case .wrapper .contents .btns_s a:hover {
    opacity: 1;
  }
}
@media (max-width: 750px) {
  #case .wrapper .contents .btns_s a:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 15px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #case .wrapper .contents .btns_s a.btn-case--detail {
    border: 1px solid #333;
  }
  #case .wrapper .contents .btns_s a.btn-case--detail:before {
    border-color: #333;
  }
  #case .wrapper .contents .btns_s a.btn-case--entry {
    border: 1px solid #d71f1c;
    background: #d71f1c;
    color: #fff;
  }
}
#case .wrapper .contents .pr {
  margin: 0 0 70px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr {
    margin: 0 0 15vw;
  }
}
#case .wrapper .contents .pr .box_pr {
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr {
    margin: 0 0 10vw;
  }
}
#case .wrapper .contents .pr .box_pr:last-of-type {
  margin: 0;
}
#case .wrapper .contents .pr .box_pr.narrow {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr.narrow {
    display: block;
    justify-content: initial;
  }
}
#case .wrapper .contents .pr .box_pr.narrow figure {
  width: 210px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr.narrow figure {
    width: 66vw;
    margin: 5vw auto 0;
  }
}
#case .wrapper .contents .pr .box_pr.narrow figure img {
  max-width: 100%;
}
#case .wrapper .contents .pr .box_pr.narrow .data {
  width: 380px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr.narrow .data {
    width: 100%;
  }
}
#case .wrapper .contents .pr .box_pr .data .ttl_pr {
  color: #639ff8;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr .data .ttl_pr {
    font-size: 3.8vw;
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .pr .box_pr .data .text {
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr .data .text {
    font-size: 3.4vw;
  }
}
#case .wrapper .contents .gallery {
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .gallery {
    margin: 0 0 15vw;
  }
}
#case .wrapper .contents .gallery ul {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  #case .wrapper .contents .gallery ul {
    display: block;
    justify-content: initial;
    flex-wrap: initial;
    width: 66vw;
    margin: 0 auto;
  }
}
#case .wrapper .contents .gallery ul li {
  width: 47.8%;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .gallery ul li {
    width: 100%;
    margin: 0 0 5vw;
  }
  #case .wrapper .contents .gallery ul li:last-of-type {
    margin: 0;
  }
}
#case .wrapper .contents .gallery ul li .caption {
  line-height: 1.5;
  font-size: 14px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .gallery ul li .caption {
    font-size: 3.4vw;
  }
}
#case .wrapper .contents .gallery ul li img {
  max-width: 100%;
}
#case .wrapper .contents .requirements .ttl_requirements {
  color: white;
  font-size: 16px;
  font-weight: bold;
  background: #4d4d4d;
  padding: 14px 20px 12px;
  margin: 0 0 7px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .requirements .ttl_requirements {
    font-size: 3.8vw;
    padding: 4vw;
  }
}
#case .wrapper .contents .table_requirements {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 750px) {
  #case .wrapper .contents .table_requirements {
    font-size: 3.4vw;
  }
}
#case .wrapper .contents .table_requirements tr {
  border-bottom: 1px solid #ccc;
}
#case .wrapper .contents .table_requirements tr th {
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  padding: 10px 50px 10px 10px;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 750px) {
  #case .wrapper .contents .table_requirements tr th {
    display: block;
    box-sizing: border-box;
    padding: 4vw 0 0;
  }
}
#case .wrapper .contents .table_requirements tr td {
  padding: 10px 10px 10px 0;
  line-height: 2;
}
@media (max-width: 750px) {
  #case .wrapper .contents .table_requirements tr td {
    display: block;
    box-sizing: border-box;
    padding: 0 0 4vw;
  }
}
#case .wrapper .contents .google {
  margin: 40px 0 0;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google {
    margin: 4vw 0 0;
  }
}
#case .wrapper .contents .google .ttl_map {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .ttl_map {
    font-size: 3.4vw;
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .google .map {
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .map {
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .google .map iframe {
  width: 100%;
  height: 220px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .map iframe {
    height: 60vw;
  }
}
#case .wrapper .contents .google .url {
  text-align: right;
}
#case .wrapper .contents .google .url a {
  font-size: 14px;
  text-decoration: underline;
}
#case .wrapper .contents .google .url a .icon {
  display: inline-block;
  width: 10px;
  margin: 0 0 0 3px;
}
#case .wrapper .contents .google .url a .icon img {
  width: 10px;
  height: 10px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .url a .icon img {
    width: 100%;
    height: auto;
  }
}
#case .wrapper .contents .google .url a {
  transition: all 0.3s;
}
#case .wrapper .contents .google .url a:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .url a:hover {
    opacity: 1;
  }
}
#case .wrapper .contents .btn_entry {
  text-align: center;
  margin: 60px 0 22px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .btn_entry {
    margin: 10vw 0 10vw;
  }
}
#case .wrapper .contents .btn_entry a {
  width: 360px;
  height: 64px;
  border-radius: 32px;
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  color: white;
  font-size: 18px;
  font-weight: bold;
  background: #d71f1c;
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  #case .wrapper .contents .btn_entry a {
    padding: 6px 0 0;
  }
}
@media (max-width: 750px) {
  #case .wrapper .contents .btn_entry a {
    width: 100%;
    height: 15vw;
    border-radius: 7.5vw;
    font-size: 4.2vw;
  }
}
#case .wrapper .contents .btn_entry a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 28px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#case .wrapper .contents .btn_entry a {
  transition: all 0.3s;
}
#case .wrapper .contents .btn_entry a:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  #case .wrapper .contents .btn_entry a:hover {
    opacity: 1;
  }
}
#case .wrapper .contents .display_tel {
  width: 316px;
  margin: 0 auto 31px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .display_tel {
    width: 74vw;
    margin: 0 auto 10vw;
  }
}
#case .wrapper .contents .display_tel .tel {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  #case .wrapper .contents .display_tel .tel {
    display: none;
  }
}
#case .wrapper .contents .display_tel .tel .label {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 30px;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
@media all and (-ms-high-contrast: none) {
  #case .wrapper .contents .display_tel .tel .label {
    padding: 6px 0 0;
  }
}
#case .wrapper .contents .display_tel .tel .number {
  font-size: 20px;
  font-weight: bold;
}
#case .wrapper .contents .display_tel .tel .number .icon {
  display: inline-block;
  width: 15px;
  margin: 0 5px;
}
#case .wrapper .contents .display_tel .tel .number .icon img {
  width: 15px;
  height: 15px;
}
#case .wrapper .contents .display_tel .tel_s {
  display: none;
}
@media (max-width: 750px) {
  #case .wrapper .contents .display_tel .tel_s {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
  }
  #case .wrapper .contents .display_tel .tel_s .label {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    width: 34vw;
    height: 6.6vw;
    font-size: 3.4vw;
    box-sizing: border-box;
    border: 1px solid #ccc;
  }
  #case .wrapper .contents .display_tel .tel_s .number {
    font-size: 4.4vw;
    font-weight: bold;
  }
  #case .wrapper .contents .display_tel .tel_s .number .icon {
    display: inline-block;
    width: 3.6vw;
    margin: 0 2vw;
  }
  #case .wrapper .contents .display_tel .tel_s .number .icon img {
    width: 100%;
    height: auto;
  }
}
#case .wrapper .links_wrap {
  width: 1064px;
  margin: auto;
  box-sizing: border-box;
  padding: 0 20px;
  position: fixed;
  top: 119px;
  left: 0;
  right: 0;
  display: flex;
  display: -ms-flex;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  #case .wrapper .links_wrap {
    display: none !important;
  }
}
#case .wrapper .links {
  width: 254px;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 20px;
  top: 0;
}
#case .wrapper .links .ttl {
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #4d4d4d;
  padding: 28px 0;
}
#case .wrapper .links .inner {
  padding: 20px;
}
#case .wrapper .links .inner .btn {
  display: block;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  padding: 12px 0;
  border-radius: 20px;
  margin: 0 0 10px;
  position: relative;
  transition: all 0.3s;
}
#case .wrapper .links .inner .btn:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  #case .wrapper .links .inner .btn:hover {
    opacity: 1;
  }
}
#case .wrapper .links .inner .btn:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#case .wrapper .links .inner .btn.n1 {
  background: #4d4d4d;
  color: #fff;
  border: 1px solid #4d4d4d;
}
#case .wrapper .links .inner .btn.n2 {
  background: #d71f1c;
  border: 1px solid #d71f1c;
}
#case .wrapper .links .inner .tel {
  background: #e6e6e6;
  padding: 20px 0 13px;
}
#case .wrapper .links .inner .tel .title {
  text-align: center;
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: bold;
}
#case .wrapper .links .inner .tel .title .icon {
  display: inline-block;
  width: 14px;
  margin: 0 5px 0 0;
  position: relative;
  top: 1px;
}
#case .wrapper .links .inner .tel .title .icon img {
  width: 14px;
  height: 14px;
}
#case .wrapper .links .inner .tel .number {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

#historyback {
  text-align: center;
}
#historyback a {
  color: #808080;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 750px) {
  #historyback a {
    font-size: 3.8vw;
  }
}
#historyback a:before {
  position: absolute;
  transform: translateY(-50%) rotate(315deg);
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #808080;
  border-left: 2px solid #808080;
  top: 50%;
  left: -20px;
}
#historyback a i {
  color: #808080;
  padding: 0 10px 0 0;
}
@media (max-width: 750px) {
  #historyback a i {
    padding: 0 1.5vw 0 0;
  }
}
#historyback a {
  transition: all 0.3s;
}
#historyback a:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  #historyback a:hover {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */