@charset "UTF-8";
/* ------------------------------------------------

* Style Index
	#. Cores
	#. Layouts    :prefix[l-]
	#. Components :prefix[c-]
	#. Units
	#. Utilities  :prefix[u-]
	// #. Functions :prefix[js-]

------------------------------------------------ */
/* ------------------------------------------------
# Cores
------------------------------------------------ */
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:visited {
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*--------------------------------------------------------*/
:root {
  --color-greenyellow: #e3ff5c;
  --color-pink1: #fff6fb;
  --color-line1: #325558;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

svg {
  width: auto;
  height: auto;
  pointer-events: none;
  backface-visibility: hidden;
  transform: translateZ(0);
}

ul {
  list-style: none;
}

html {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  html {
    font-size: 0.6949270327vw;
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: 2.5641025641vw;
    letter-spacing: 0;
  }
}

body {
  margin: 0 auto;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.5px;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  color: #000000;
}

main {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
}

a {
  display: inline-block;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s;
}

a:hover {
  transform: translateY(-4px);
  transition: all 0.4s;
}
@media screen and (max-width: 960px) {
  a:hover {
    transform: none;
  }
}

button {
  cursor: pointer;
  border: none;
  background-color: initial;
  font-family: inherit;
}

h1 {
  font-size: 34px;
  line-height: 56px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  h1 {
    font-size: 3.4rem;
    line-height: 5.6rem;
  }
}
@media screen and (max-width: 960px) {
  h1 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

h2 {
  font-size: 54px;
  font-weight: 500;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  h2 {
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 960px) {
  h2 {
    font-size: 5.4rem;
  }
}

h3 {
  font-size: 18px;
  line-height: 48px;
  font-weight: 200;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  h3 {
    font-size: 1.8rem;
    line-height: 4.8rem;
  }
}
@media screen and (max-width: 960px) {
  h3 {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

p {
  font-size: 14px;
  line-height: 34px;
  font-weight: 400;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  p {
    font-size: 1.4rem;
    line-height: 3.4rem;
  }
}
@media screen and (max-width: 960px) {
  p {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

span {
  display: inline-block;
}

/*-------------------------- SP/PC表示非表示 ------------------------------*/
.sp {
  display: none;
}

.br_sp {
  display: none;
}

/* --------------------------------
 * smart phone
 * -------------------------------- */
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
  .br_pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br_sp {
    display: inline-block;
  }
}
/*-------------------------- スムーススクロール ------------------------------*/
/*-------------------------- コンテンツ幅 ------------------------------*/
/* -------------------------------------------------------------------- 

  #ヘッダー

-------------------------------------------------------------------- */
.site-header {
  background: #fff;
  height: 150px;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 15px rgba(104, 104, 104, 0.25);
}
@media screen and (max-width: 960px) {
  .site-header {
    height: 8rem;
  }
}
.site-header .header-inner {
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-header .header-logo {
  text-align: center;
  margin-left: 100px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .site-header .header-logo {
    margin-left: 10rem;
  }
}
@media screen and (max-width: 960px) {
  .site-header .header-logo {
    margin-left: 2rem;
  }
}
.site-header .header-logo a {
  display: block;
  margin-bottom: 13px;
}
@media screen and (max-width: 960px) {
  .site-header .header-logo a {
    margin-bottom: 0.8rem;
  }
}
.site-header .header-logo a img {
  width: 180px;
}
@media screen and (max-width: 960px) {
  .site-header .header-logo a img {
    width: 15.2rem;
  }
}
.site-header .header-logo .header-label {
  background: #969696;
  color: #fff;
  padding: 7px 10px;
  border-radius: 50vh;
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  .site-header .header-logo .header-label {
    padding: 0.6rem 1.4rem;
    font-size: 1rem;
  }
}
.site-header .header-nav {
  flex-grow: 1;
  margin: 0 2rem;
}
@media screen and (max-width: 960px) {
  .site-header .header-nav {
    position: fixed;
    top: 8rem;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(0);
    transition: all 0.4s ease;
    z-index: 98;
    margin: 0 auto;
    visibility: hidden;
    transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s;
  }
  .site-header .header-nav.is-open {
    opacity: 1;
    transform: translateY(0);
    background: #fff;
    pointer-events: auto;
    visibility: visible;
    height: calc(100vh - 8rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .site-header .header-nav body.nav-open {
    overflow: hidden;
  }
}
.site-header .header-nav .nav__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  margin-right: 65px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .site-header .header-nav .nav__wrap {
    margin-right: 6.5rem;
  }
}
@media screen and (max-width: 960px) {
  .site-header .header-nav .nav__wrap {
    flex-direction: column-reverse;
    margin-right: 0;
    align-items: flex-start;
    gap: 0;
    height: auto;
  }
}
.site-header .header-nav .nav__wrap .head__navTop,
.site-header .header-nav .nav__wrap .head__navBtm {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .site-header .header-nav .nav__wrap .head__navTop,
  .site-header .header-nav .nav__wrap .head__navBtm {
    flex-direction: column;
    gap: 0;
  }
}
.site-header .header-nav .nav__wrap .head__navTop li,
.site-header .header-nav .nav__wrap .head__navBtm li {
  position: relative;
}
@media screen and (max-width: 960px) {
  .site-header .header-nav .nav__wrap .head__navTop li:not(:last-child),
  .site-header .header-nav .nav__wrap .head__navBtm li:not(:last-child) {
    border-bottom: 1px solid #dce6f0;
  }
}
.site-header .header-nav .nav__wrap .head__navTop li a,
.site-header .header-nav .nav__wrap .head__navTop li button,
.site-header .header-nav .nav__wrap .head__navBtm li a,
.site-header .header-nav .nav__wrap .head__navBtm li button {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  line-height: 1;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .site-header .header-nav .nav__wrap .head__navTop li a,
  .site-header .header-nav .nav__wrap .head__navTop li button,
  .site-header .header-nav .nav__wrap .head__navBtm li a,
  .site-header .header-nav .nav__wrap .head__navBtm li button {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  .site-header .header-nav .nav__wrap .head__navTop li a,
  .site-header .header-nav .nav__wrap .head__navTop li button,
  .site-header .header-nav .nav__wrap .head__navBtm li a,
  .site-header .header-nav .nav__wrap .head__navBtm li button {
    font-size: 1.4rem;
    padding: 2rem 0;
    width: 100%;
    text-align: left;
    justify-content: space-between;
  }
}
.site-header .header-nav .nav__wrap .head__navTop li button,
.site-header .header-nav .nav__wrap .head__navBtm li button {
  padding: 0;
}
@media screen and (max-width: 960px) {
  .site-header .header-nav .nav__wrap .head__navTop li button,
  .site-header .header-nav .nav__wrap .head__navBtm li button {
    padding: 2rem 0;
  }
}
.site-header .header-nav .nav__wrap .head__navTop li a .header-icon,
.site-header .header-nav .nav__wrap .head__navBtm li a .header-icon {
  width: 8px;
  margin-left: 4px;
}
@media screen and (max-width: 960px) {
  .site-header .header-nav .nav__wrap .head__navTop li a .header-icon,
  .site-header .header-nav .nav__wrap .head__navBtm li a .header-icon {
    width: 1.1rem;
    margin-left: 0.4rem;
  }
}
@media screen and (min-width: 961px) {
  .site-header .header-nav .nav__wrap .head__navTop li a::after,
  .site-header .header-nav .nav__wrap .head__navBtm li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }
}
@media screen and (min-width: 961px) and (min-width: 961px) {
  .site-header .header-nav .nav__wrap .head__navTop li a:hover::after,
  .site-header .header-nav .nav__wrap .head__navBtm li a:hover::after {
    transform: scale(1, 1);
  }
}
.site-header .header-nav .nav__wrap .head__navTop li a:hover,
.site-header .header-nav .nav__wrap .head__navTop li button:hover,
.site-header .header-nav .nav__wrap .head__navBtm li a:hover,
.site-header .header-nav .nav__wrap .head__navBtm li button:hover {
  transform: none;
}
.site-header .header-nav .nav__wrap .head__navTop li.has-dropdown,
.site-header .header-nav .nav__wrap .head__navBtm li.has-dropdown {
  position: relative;
}
.site-header .header-nav .nav__wrap .head__navTop li.has-dropdown .dropdown,
.site-header .header-nav .nav__wrap .head__navBtm li.has-dropdown .dropdown {
  display: block;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  transform: translateY(-10px);
  transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 960px) {
  .site-header .header-nav .nav__wrap .head__navTop li.has-dropdown .dropdown,
  .site-header .header-nav .nav__wrap .head__navBtm li.has-dropdown .dropdown {
    max-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.site-header .header-nav .nav__wrap .head__navTop li.has-dropdown .dropdown li,
.site-header .header-nav .nav__wrap .head__navBtm li.has-dropdown .dropdown li {
  position: relative;
}
.site-header .header-nav .nav__wrap .head__navTop li.has-dropdown .dropdown li a,
.site-header .header-nav .nav__wrap .head__navBtm li.has-dropdown .dropdown li a {
  display: block;
  color: #757575;
  text-decoration: none;
  padding: 15px 0 15px 25px;
}
@media screen and (max-width: 960px) {
  .site-header .header-nav .nav__wrap .head__navTop li.has-dropdown .dropdown li a,
  .site-header .header-nav .nav__wrap .head__navBtm li.has-dropdown .dropdown li a {
    padding: 1.5rem 0 1.5rem 1.8rem;
  }
}
.site-header .header-nav .nav__wrap .head__navTop li.has-dropdown .dropdown li::before,
.site-header .header-nav .nav__wrap .head__navBtm li.has-dropdown .dropdown li::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #757575;
  width: 4px;
  height: 4px;
  border-radius: 100%;
}
@media screen and (max-width: 960px) {
  .site-header .header-nav .nav__wrap .head__navTop li.has-dropdown .dropdown li::before,
  .site-header .header-nav .nav__wrap .head__navBtm li.has-dropdown .dropdown li::before {
    left: 0.8rem;
    width: 0.4rem;
    height: 0.4rem;
  }
}
@media screen and (min-width: 961px) {
  .site-header .header-nav .nav__wrap .head__navTop li.has-dropdown:hover .dropdown,
  .site-header .header-nav .nav__wrap .head__navBtm li.has-dropdown:hover .dropdown {
    display: block;
    position: absolute;
    top: 20px;
    left: -50%;
    background: #f6fbff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 70, 130, 0.15);
    z-index: 10;
    max-height: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    width: 200%;
  }
  .site-header .header-nav .nav__wrap .head__navTop li.has-dropdown:hover .dropdown li,
  .site-header .header-nav .nav__wrap .head__navBtm li.has-dropdown:hover .dropdown li {
    position: relative;
  }
  .site-header .header-nav .nav__wrap .head__navTop li.has-dropdown:hover .dropdown li:hover,
  .site-header .header-nav .nav__wrap .head__navBtm li.has-dropdown:hover .dropdown li:hover {
    transform: translateY(-4px);
    transition: all 0.4s;
  }
  .site-header .header-nav .nav__wrap .head__navTop li.has-dropdown:hover .dropdown li a,
  .site-header .header-nav .nav__wrap .head__navBtm li.has-dropdown:hover .dropdown li a {
    font-size: 12px;
  }
  .site-header .header-nav .nav__wrap .head__navTop li.has-dropdown:hover .dropdown li a::after,
  .site-header .header-nav .nav__wrap .head__navBtm li.has-dropdown:hover .dropdown li a::after {
    content: none;
  }
}
@media screen and (max-width: 960px) {
  .site-header .header-nav .nav__wrap .head__navTop li.has-dropdown .accordion-trigger,
  .site-header .header-nav .nav__wrap .head__navBtm li.has-dropdown .accordion-trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 2rem;
    font-size: 1.4rem;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
  }
  .site-header .header-nav .nav__wrap .head__navTop li.has-dropdown .accordion-trigger::before, .site-header .header-nav .nav__wrap .head__navTop li.has-dropdown .accordion-trigger::after,
  .site-header .header-nav .nav__wrap .head__navBtm li.has-dropdown .accordion-trigger::before,
  .site-header .header-nav .nav__wrap .head__navBtm li.has-dropdown .accordion-trigger::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.2rem;
    height: 0.15rem;
    background-color: #004da0;
    transition: transform 0.3s ease;
  }
  .site-header .header-nav .nav__wrap .head__navTop li.has-dropdown .accordion-trigger::after,
  .site-header .header-nav .nav__wrap .head__navBtm li.has-dropdown .accordion-trigger::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .site-header .header-nav .nav__wrap .head__navTop li.has-dropdown .accordion-trigger::before,
  .site-header .header-nav .nav__wrap .head__navBtm li.has-dropdown .accordion-trigger::before {
    transform: translateY(-50%) rotate(0deg);
  }
  .site-header .header-nav .nav__wrap .head__navTop li.has-dropdown.open .accordion-trigger::after,
  .site-header .header-nav .nav__wrap .head__navBtm li.has-dropdown.open .accordion-trigger::after {
    transform: translateY(-50%) rotate(0deg);
  }
  .site-header .header-nav .nav__wrap .head__navTop li.has-dropdown.open .dropdown,
  .site-header .header-nav .nav__wrap .head__navBtm li.has-dropdown.open .dropdown {
    position: static;
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media screen and (max-width: 960px) {
  .site-header .header-nav .nav__wrap .head__navTop {
    background-color: #fff;
    padding: 1rem 2rem 7rem;
  }
}
.site-header .header-nav .nav__wrap .head__navTop li:first-child::after {
  content: none;
}
@media screen and (max-width: 960px) {
  .site-header .header-nav .nav__wrap .head__navBtm {
    background-color: #f6fbff;
    padding: 1rem 2rem 0.5rem;
  }
  .site-header .header-nav .nav__wrap .head__navBtm .arrow {
    position: relative;
    display: inline-block;
    width: 1.2rem;
    height: 0.15rem;
    border-radius: 9999px;
    background-color: #004da0;
  }
  .site-header .header-nav .nav__wrap .head__navBtm .arrow::before,
  .site-header .header-nav .nav__wrap .head__navBtm .arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.75px);
    right: 0;
    width: 0.6rem;
    height: 0.15rem;
    border-radius: 9999px;
    background-color: #004da0;
    transform-origin: calc(100% - 0.75px) 50%;
  }
  .site-header .header-nav .nav__wrap .head__navBtm .arrow::before {
    transform: rotate(45deg);
  }
  .site-header .header-nav .nav__wrap .head__navBtm .arrow::after {
    transform: rotate(-45deg);
  }
}
.site-header .header-nav .nav__wrap .head__navBtm .sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .site-header .header-nav .nav__wrap .head__navBtm .sp {
    display: block;
  }
}
.site-header .head__btn {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  height: 100%;
}
.site-header .head__btn li {
  height: 50%;
}
.site-header .head__btn li a.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1rem;
  text-decoration: none;
  font-size: 18px;
  height: 100%;
  width: 150px;
  font-weight: 200;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .site-header .head__btn li a.btn {
    width: 15rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .site-header .head__btn li a.btn {
    font-size: 1.4rem;
    width: 8rem;
    height: 8rem;
  }
}
.site-header .head__btn li a.btn.rules {
  background: #004da0;
  color: #fff;
}
.site-header .head__btn li a.btn.rules:hover {
  background-color: #fff;
  color: #004da0;
  transform: none;
  transition: all 0.4s;
  border: 0.75px solid #004da0;
}
.site-header .head__btn li a.btn.btn--redbg {
  background: #dd0716;
  color: #fff;
}
@media screen and (min-width: 961px) {
  .site-header .head__btn li a.btn.btn--redbg:hover {
    background-color: #fff;
    color: #dd0716;
    transform: none;
    transition: all 0.4s;
    border: 0.75px solid #dd0716;
  }
}
.site-header .head__btn li a.btn .txt {
  margin-right: 0.5rem;
}
@media screen and (max-width: 960px) {
  .site-header .head__btn li a.btn .txt {
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .site-header body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .site-header .nav-toggle {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 9.2rem;
    z-index: 1001;
  }
  .site-header .nav-toggle span {
    display: block;
    height: 1px;
    background: #000;
    margin: 1rem 0;
    width: 2.3rem;
    transition: 0.4s;
    transform-origin: center;
  }
  .site-header .nav-toggle.is-open span:nth-child(1) {
    transform: translateY(1.1rem) rotate(45deg);
  }
  .site-header .nav-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }
  .site-header .nav-toggle.is-open span:nth-child(3) {
    transform: translateY(-1.1rem) rotate(-45deg);
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .site-header .nav-toggle {
    display: block;
  }
}
@media (max-width: 960px) {
  .site-header .head__navTop,
  .site-header .head__navBtm {
    flex-direction: column;
    gap: 1rem;
  }
  .site-header .head__btn {
    flex-direction: row;
    justify-content: flex-end;
  }
}

/* -------------------------------------------------------------------- 

  #キービジュアル

-------------------------------------------------------------------- */
#keyvicual {
  position: relative;
  margin-top: 150px;
  margin-bottom: 160px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #keyvicual {
    margin-top: 20.5128205128vw;
    margin-bottom: 0;
  }
}
#keyvicual .fv {
  position: relative;
  width: 100%;
  margin: 90px auto;
}
@media screen and (max-width: 960px) {
  #keyvicual .fv {
    max-width: none;
    margin: 12.8205128205vw auto 25.641025641vw;
  }
}
#keyvicual .fv .logo_nissokosan {
  width: 518px;
  margin: 0 0 80px auto;
}
@media screen and (max-width: 960px) {
  #keyvicual .fv .logo_nissokosan {
    width: 32.5rem;
    margin: 0 auto 10.2564102564vw;
  }
}
#keyvicual .fv .fv_text {
  display: flex;
  align-items: center;
  margin: 90px auto;
  max-width: 1062px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  #keyvicual .fv .fv_text {
    max-width: 73.6622654621vw;
  }
}
@media screen and (max-width: 960px) {
  #keyvicual .fv .fv_text {
    flex-direction: column;
    align-items: normal;
    margin: 12.8205128205vw auto 10.2564102564vw;
    max-width: 35rem;
  }
}
#keyvicual .fv .fv_text h2 {
  font-size: 40px;
  line-height: 76px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  #keyvicual .fv .fv_text h2 {
    font-size: 4rem;
    line-height: 7.6rem;
  }
}
@media screen and (max-width: 960px) {
  #keyvicual .fv .fv_text h2 {
    font-size: 2.2rem;
    line-height: 3.6rem;
    margin-bottom: 6.4102564103vw;
  }
}
#keyvicual .fv .fv_text .btn--entry {
  width: 236px;
  margin-left: 210px;
  box-shadow: 0 2px 15px rgba(104, 104, 104, 0.25);
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  #keyvicual .fv .fv_text .btn--entry {
    width: 23.6rem;
  }
}
@media screen and (max-width: 960px) {
  #keyvicual .fv .fv_text .btn--entry {
    margin-left: auto;
    width: 13.5rem;
    height: 4.5rem;
  }
}
#keyvicual .fv .fv_img {
  width: 100%;
}

/* -------------------------------------------------------------------- 

  #page-top

-------------------------------------------------------------------- */
.pagetop {
  height: 80px;
  width: 80px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #004da0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  box-shadow: 0 10px 18px 0 rgba(0, 70, 130, 0.15);
}
@media screen and (max-width: 960px) {
  .pagetop {
    height: 6rem;
    width: 6rem;
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
.pagetop .arrow {
  position: relative;
  display: inline-block;
  width: 1.5px;
  height: 30px;
  margin: 0 9.7px;
  border-radius: 9999px;
  background-color: #ffffff;
}
@media screen and (max-width: 960px) {
  .pagetop .arrow {
    width: 0.1rem;
    height: 2.3rem;
    margin: 0 0.78rem;
  }
}
.pagetop .arrow::before,
.pagetop .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 0.65px);
  width: 1.3px;
  height: 15px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: 50% 0.65px;
}
@media screen and (max-width: 960px) {
  .pagetop .arrow::before,
  .pagetop .arrow::after {
    width: 0.1rem;
    height: 1.2rem;
    transform-origin: 50% 0.05rem;
  }
}
.pagetop .arrow::before {
  transform: rotate(45deg);
}
.pagetop .arrow::after {
  transform: rotate(-45deg);
}

/* -------------------------------------------------------------------- 

  #about

-------------------------------------------------------------------- */
.about {
  width: 100%;
  margin: 0 auto 390px;
  position: relative;
  background-color: #ffffff;
  z-index: 0;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .about {
    margin: 0 auto 27.1021542738vw;
  }
}
@media screen and (max-width: 960px) {
  .about {
    margin: 0 auto 153.0769230769vw;
  }
}
.about .contents_inner {
  max-width: 1212px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .about .contents_inner {
    max-width: 121.1rem;
  }
}
@media screen and (max-width: 960px) {
  .about .contents_inner {
    max-width: none;
  }
}
.about .contents_inner .textArea {
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .about .contents_inner .textArea {
    width: 34.8rem;
  }
}
.about .contents_inner .textArea .title-area {
  margin-bottom: 120px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .about .contents_inner .textArea .title-area {
    margin-bottom: 8.3391243919vw;
  }
}
@media screen and (max-width: 960px) {
  .about .contents_inner .textArea .title-area {
    margin: 0 auto 12.8205128205vw;
  }
}
.about .contents_inner .textArea .title-area h2 {
  color: #001e6e;
  margin-bottom: 20px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .about .contents_inner .textArea .title-area h2 {
    margin-bottom: 1.3898540653vw;
  }
}
@media screen and (max-width: 960px) {
  .about .contents_inner .textArea .title-area h2 {
    margin-bottom: 6.4102564103vw;
  }
}
.about .contents_inner .textArea .title-area h3 {
  color: #001e6e;
}
.about .contents_inner .textArea .title-area h1 {
  margin-bottom: 50px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .about .contents_inner .textArea .title-area h1 {
    margin-bottom: 3.4746351633vw;
  }
}
@media screen and (max-width: 960px) {
  .about .contents_inner .textArea .title-area h1 {
    margin-bottom: 12.8205128205vw;
  }
}
@media screen and (max-width: 960px) {
  .about .contents_inner .textArea .text-area {
    max-width: none;
    margin: 0 auto 11.5384615385vw;
  }
}
.about .contents_inner .imgArea {
  position: absolute;
  top: -36px;
  right: -210px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .about .contents_inner .imgArea {
    top: -3.6rem;
    right: -21rem;
  }
}
@media screen and (max-width: 960px) {
  .about .contents_inner .imgArea {
    top: 60rem;
    right: -4.8rem;
  }
}
.about .contents_inner .imgArea img {
  width: 830px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .about .contents_inner .imgArea img {
    width: 83rem;
  }
}
@media screen and (max-width: 960px) {
  .about .contents_inner .imgArea img {
    width: 40.8rem;
  }
}

/* -------------------------------------------------------------------- 

  #career

-------------------------------------------------------------------- */
.career {
  width: 100%;
  margin: 0 auto 200px;
  position: relative;
  z-index: 0;
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(240, 245, 250) 85%, rgb(255, 255, 255));
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .career {
    margin: 0 auto 13.8985406532vw;
  }
}
@media screen and (max-width: 960px) {
  .career {
    margin: 0 auto 25.641025641vw;
  }
}
.career .contents_inner {
  max-width: 1212px;
  margin: 0 auto;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .career .contents_inner {
    max-width: 121.1rem;
  }
}
.career .contents_inner .textArea {
  display: flex;
  margin-bottom: 80px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .career .contents_inner .textArea {
    margin-bottom: 5.5594162613vw;
  }
}
@media screen and (max-width: 960px) {
  .career .contents_inner .textArea {
    width: 34.8rem;
    margin: 0 auto 11.5384615385vw;
    flex-direction: column;
  }
}
.career .contents_inner .textArea .title-area {
  margin-right: 80px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .career .contents_inner .textArea .title-area {
    margin-right: 5.5594162613vw;
  }
}
@media screen and (max-width: 960px) {
  .career .contents_inner .textArea .title-area {
    margin-right: 0;
    margin-bottom: 12.8205128205vw;
  }
}
.career .contents_inner .textArea .title-area h2 {
  color: #001e6e;
  margin-bottom: 20px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .career .contents_inner .textArea .title-area h2 {
    margin-bottom: 1.3898540653vw;
  }
}
@media screen and (max-width: 960px) {
  .career .contents_inner .textArea .title-area h2 {
    margin-bottom: 6.4102564103vw;
  }
}
.career .contents_inner .textArea .title-area h3 {
  color: #001e6e;
}
.career .contents_inner .imgArea {
  width: 1062px;
  margin: 0 auto;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .career .contents_inner .imgArea {
    width: 106.2rem;
  }
}
@media screen and (max-width: 960px) {
  .career .contents_inner .imgArea {
    width: 34.8rem;
    margin: 0 auto;
    overflow: scroll;
  }
}
@media screen and (max-width: 960px) {
  .career .contents_inner .imgArea img {
    width: 88.5rem;
  }
}
.career .contents_inner .annotation {
  text-align: right;
  font-size: 12px;
  width: 1062px;
  margin: 0 auto;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .career .contents_inner .annotation {
    width: 106.2rem;
  }
}
@media screen and (max-width: 960px) {
  .career .contents_inner .annotation {
    text-align: left;
    width: 34.8rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-top: 1rem;
  }
}

/* -------------------------------------------------------------------- 

  #case-study

-------------------------------------------------------------------- */
.case-study {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 440px;
  position: relative;
  background-color: #f0f5ff;
  z-index: 0;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .case-study {
    padding-bottom: 30.5767894371vw;
  }
}
@media screen and (max-width: 960px) {
  .case-study {
    padding-bottom: 12rem;
  }
}
.case-study .contents_inner {
  max-width: 1212px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .case-study .contents_inner {
    max-width: 121.1rem;
  }
}
.case-study .contents_inner .textArea {
  padding-bottom: 240px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .case-study .contents_inner .textArea {
    padding-bottom: 16.6782487839vw;
  }
}
@media screen and (max-width: 960px) {
  .case-study .contents_inner .textArea {
    width: 34.8rem;
    margin: 0 auto;
  }
}
.case-study .contents_inner .textArea .title-area {
  margin-bottom: 80px;
  border-bottom: 1px solid #001e6e;
  position: relative;
  width: 553px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .case-study .contents_inner .textArea .title-area {
    margin-bottom: 5.5594162613vw;
  }
}
@media screen and (max-width: 960px) {
  .case-study .contents_inner .textArea .title-area {
    margin-bottom: 12.8205128205vw;
    width: 34.8rem;
  }
}
.case-study .contents_inner .textArea .title-area h2 {
  color: #001e6e;
  margin-bottom: 20px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .case-study .contents_inner .textArea .title-area h2 {
    margin-bottom: 1.3898540653vw;
  }
}
@media screen and (max-width: 960px) {
  .case-study .contents_inner .textArea .title-area h2 {
    margin-bottom: 6.4102564103vw;
  }
}
.case-study .contents_inner .textArea .title-area h3 {
  color: #001e6e;
  margin-bottom: 15px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .case-study .contents_inner .textArea .title-area h3 {
    margin-bottom: 1.042390549vw;
  }
}
@media screen and (max-width: 960px) {
  .case-study .contents_inner .textArea .title-area h3 {
    margin-bottom: 7.6923076923vw;
  }
}
.case-study .contents_inner .textArea .title-area img {
  width: 158px;
  position: absolute;
  bottom: 0;
  right: 40px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .case-study .contents_inner .textArea .title-area img {
    width: 15.8rem;
    right: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .case-study .contents_inner .textArea .title-area img {
    width: 10.8rem;
    right: 5.5rem;
  }
}
.case-study .contents_inner .textArea .title-area p {
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  bottom: 15px;
  right: 20px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .case-study .contents_inner .textArea .title-area p {
    bottom: 1.5rem;
    right: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .case-study .contents_inner .textArea .title-area p {
    font-size: 1rem;
    line-height: 1.4rem;
    bottom: 1rem;
    right: 0;
  }
}
.case-study .contents_inner .imgArea {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .case-study .contents_inner .imgArea {
    width: 34.8rem;
    margin: 0 auto;
  }
}
.case-study .contents_inner .imgArea img {
  width: 1062px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .case-study .contents_inner .imgArea img {
    width: 106.2rem;
  }
}
@media screen and (max-width: 960px) {
  .case-study .contents_inner .imgArea img {
    width: 34.8rem;
  }
}
.case-study .curved-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  overflow: visible;
}
@media screen and (max-width: 960px) {
  .case-study .curved-box {
    height: 100%;
    top: auto;
    bottom: 0;
  }
}
.case-study .curved-box .curved-box_inner {
  height: 100%;
}
.case-study .curved-box .curved-box_inner svg {
  width: 100vw;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .case-study .curved-box .curved-box_inner svg {
    height: auto;
  }
}

/* -------------------------------------------------------------------- 

  #work-style

-------------------------------------------------------------------- */
.work-style {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 200px;
  position: relative;
  background-color: #f0f5ff;
  z-index: 0;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style {
    padding-bottom: 13.8985406532vw;
  }
}
.work-style .contents_inner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.work-style .contents_inner .circle-bg {
  position: absolute;
  width: 1290px;
  height: 1290px;
  border-radius: 50%;
  background-color: #ffffe6;
  box-shadow: 0 8px 20px rgba(0, 70, 130, 0.15);
  right: -248px;
  top: 496px;
  z-index: -1;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style .contents_inner .circle-bg {
    width: 129rem;
    height: 129rem;
    right: -24.8rem;
    top: 49.6rem;
  }
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .circle-bg {
    width: 83rem;
    height: 83rem;
    right: -42rem;
    top: 62rem;
  }
}
.work-style .contents_inner .textArea {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style .contents_inner .textArea {
    margin-bottom: 5.5594162613vw;
  }
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .textArea {
    flex-direction: column;
    width: 34.8rem;
    margin: 0 auto 16.6666666667vw;
  }
}
.work-style .contents_inner .textArea .title-area {
  margin-right: 80px;
  white-space: nowrap;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style .contents_inner .textArea .title-area {
    margin-right: 5.5594162613vw;
  }
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .textArea .title-area {
    margin-right: none;
  }
}
.work-style .contents_inner .textArea .title-area h2 {
  color: #001e6e;
  margin-bottom: 20px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style .contents_inner .textArea .title-area h2 {
    margin-bottom: 1.3898540653vw;
  }
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .textArea .title-area h2 {
    margin-bottom: 6.4102564103vw;
  }
}
.work-style .contents_inner .textArea .title-area h3 {
  color: #001e6e;
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .textArea .title-area h3 {
    margin-bottom: 7.6923076923vw;
  }
}
.work-style .contents_inner .work-style-buttons {
  max-width: 912px;
  margin: 0 auto 55px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style .contents_inner .work-style-buttons {
    max-width: 91.2rem;
    margin: 0 auto 3.8220986796vw;
  }
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .work-style-buttons {
    max-width: 34.8rem;
    margin: 0 auto 7.6923076923vw;
  }
}
.work-style .contents_inner .work-style-buttons .speechBubble_blue {
  position: relative;
  display: inline-block;
  width: 406px;
  margin-bottom: 17px;
  padding: 30px 0px;
  background-color: #ccdbec;
  border: solid 1px #004da0;
  font-size: 20px;
  color: #004da0;
  text-align: center;
  margin-right: 40px;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style .contents_inner .work-style-buttons .speechBubble_blue {
    width: 40.6rem;
    margin-bottom: 1.1813759555vw;
    padding: 2.084781098vw 0px;
    font-size: 2rem;
    margin-right: 10.2564102564vw;
  }
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .work-style-buttons .speechBubble_blue {
    width: 15rem;
    margin-bottom: 2.5641025641vw;
    padding: 2.5641025641vw 0;
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-right: 2.5641025641vw;
  }
}
.work-style .contents_inner .work-style-buttons .speechBubble_blue.btn-active {
  position: relative;
  display: inline-block;
  margin-bottom: 17px;
  padding: 30px 0px;
  background-color: #004da0;
  color: #ffffff;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style .contents_inner .work-style-buttons .speechBubble_blue.btn-active {
    margin-bottom: 1.1813759555vw;
    padding: 2.084781098vw 0px;
  }
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .work-style-buttons .speechBubble_blue.btn-active {
    margin-bottom: 2.5641025641vw;
    padding: 2.5641025641vw 0;
  }
}
.work-style .contents_inner .work-style-buttons .speechBubble_blue.btn-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 17px 12px 0 12px;
  border-color: #004da0 transparent transparent;
  translate: -50% 100%;
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .work-style-buttons .speechBubble_blue.btn-active::after {
    border-width: 1.44rem 1.02rem 0 1.02rem;
  }
}
.work-style .contents_inner .work-style-buttons .speechBubble_orange {
  position: relative;
  display: inline-block;
  width: 406px;
  margin-bottom: 17px;
  padding: 30px 0px;
  background-color: #ffdeda;
  border: solid 1px #ff5c45;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #ff5c45;
  text-align: center;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style .contents_inner .work-style-buttons .speechBubble_orange {
    width: 40.6rem;
    margin-bottom: 1.1813759555vw;
    padding: 2.084781098vw 0px;
    font-size: 2rem;
    margin-right: 10.2564102564vw;
  }
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .work-style-buttons .speechBubble_orange {
    width: 15rem;
    margin-bottom: 2.5641025641vw;
    padding: 2.5641025641vw 0;
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-right: 2.5641025641vw;
  }
}
.work-style .contents_inner .work-style-buttons .speechBubble_orange.btn-active {
  position: relative;
  display: inline-block;
  margin-bottom: 17px;
  padding: 30px 0px;
  background-color: #ff5c45;
  color: #ffffff;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style .contents_inner .work-style-buttons .speechBubble_orange.btn-active {
    margin-bottom: 1.1813759555vw;
    padding: 2.084781098vw 0px;
  }
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .work-style-buttons .speechBubble_orange.btn-active {
    margin-bottom: 2.5641025641vw;
    padding: 2.5641025641vw 0;
  }
}
.work-style .contents_inner .work-style-buttons .speechBubble_orange.btn-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 17px 12px 0 12px;
  border-color: #ff5c45 transparent transparent;
  translate: -50% 100%;
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .work-style-buttons .speechBubble_orange.btn-active::after {
    border-width: 1.44rem 1.02rem 0 1.02rem;
  }
}
.work-style .contents_inner .tab-content {
  max-width: 912px;
  margin: 0 auto;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style .contents_inner .tab-content {
    max-width: 91.2rem;
  }
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .tab-content {
    max-width: 34.8rem;
  }
}
.work-style .contents_inner .tab-content .tab-content_inner .tab_textArea .title-area {
  display: flex;
  align-items: end;
  margin-bottom: 20px;
  font-weight: 300;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style .contents_inner .tab-content .tab-content_inner .tab_textArea .title-area {
    margin-bottom: 1.3898540653vw;
  }
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .tab-content .tab-content_inner .tab_textArea .title-area {
    margin-bottom: 2.5641025641vw;
  }
}
.work-style .contents_inner .tab-content .tab-content_inner .tab_textArea .title-area h3 {
  font-size: 94px;
  line-height: 1;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style .contents_inner .tab-content .tab-content_inner .tab_textArea .title-area h3 {
    font-size: 9.4rem;
  }
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .tab-content .tab-content_inner .tab_textArea .title-area h3 {
    font-size: 5.4rem;
  }
}
.work-style .contents_inner .tab-content .tab-content_inner .tab_textArea .title-area p {
  font-size: 42px;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 13px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style .contents_inner .tab-content .tab-content_inner .tab_textArea .title-area p {
    font-size: 4.2rem;
    margin-bottom: 0.9034051425vw;
  }
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .tab-content .tab-content_inner .tab_textArea .title-area p {
    font-size: 2.4rem;
    margin-bottom: 1.7948717949vw;
  }
}
.work-style .contents_inner .tab-content .tab-content_inner .tab_textArea .annotation {
  margin-bottom: 40px;
  letter-spacing: 0;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style .contents_inner .tab-content .tab-content_inner .tab_textArea .annotation {
    margin-bottom: 2.7797081306vw;
  }
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .tab-content .tab-content_inner .tab_textArea .annotation {
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 5.1282051282vw;
  }
}
.work-style .contents_inner .tab-content .tab-content_inner .tab_textArea dl div {
  display: flex;
  margin-bottom: 10px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  align-items: center;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style .contents_inner .tab-content .tab-content_inner .tab_textArea dl div {
    margin-bottom: 0.6949270327vw;
    -moz-column-gap: 1.042390549vw;
    column-gap: 1.042390549vw;
  }
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .tab-content .tab-content_inner .tab_textArea dl div {
    margin-bottom: 2.0512820513vw;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
.work-style .contents_inner .tab-content .tab-content_inner .tab_textArea dl div dt {
  border-radius: 50vh;
  font-size: 18px;
  color: #fff;
  padding: 5px 0 8px;
  width: 82px;
  text-align: center;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style .contents_inner .tab-content .tab-content_inner .tab_textArea dl div dt {
    font-size: 1.8rem;
    padding: 0.3474635163vw 0 0.5559416261vw;
    width: 8.2rem;
  }
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .tab-content .tab-content_inner .tab_textArea dl div dt {
    font-size: 1.2rem;
    padding: 1.0256410256vw 0 1.2820512821vw;
    width: 5.2rem;
    letter-spacing: 0;
  }
}
.work-style .contents_inner .tab-content .tab-content_inner .tab_textArea dl div dd {
  font-size: 22px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style .contents_inner .tab-content .tab-content_inner .tab_textArea dl div dd {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .tab-content .tab-content_inner .tab_textArea dl div dd {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.work-style .contents_inner .tab-content .tab-content_inner .map-container {
  width: 720px;
  margin: -308px 0 60px auto;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style .contents_inner .tab-content .tab-content_inner .map-container {
    width: 72rem;
    margin: -21.403752606vw auto 4.169562196vw;
  }
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .tab-content .tab-content_inner .map-container {
    width: 100%;
    margin: -5.1282051282vw auto 7.6923076923vw;
  }
}
.work-style .contents_inner .tab-content .tab-content_inner .map-container img {
  margin-bottom: 40px;
  margin-left: auto;
  width: 646px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style .contents_inner .tab-content .tab-content_inner .map-container img {
    width: 64.6rem;
    margin-bottom: 2.7797081306vw;
  }
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .tab-content .tab-content_inner .map-container img {
    width: 32.3rem;
    margin-bottom: 6.4102564103vw;
    margin-left: auto;
  }
}
.work-style .contents_inner .tab-content .tab-content_inner .map-container p {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  text-align: left;
  line-height: 22px;
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .tab-content .tab-content_inner .map-container p {
    width: 32.3rem;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: 0;
  }
}
.work-style .contents_inner .tab-content .tab-content_inner .job-info {
  background-color: #fff;
  padding: 65px 0 100px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style .contents_inner .tab-content .tab-content_inner .job-info {
    padding: 4.5170257123vw 0 6.9492703266vw;
  }
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .tab-content .tab-content_inner .job-info {
    padding: 11.5384615385vw 0 11.5384615385vw;
  }
}
.work-style .contents_inner .tab-content .tab-content_inner .job-info div {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style .contents_inner .tab-content .tab-content_inner .job-info div {
    margin-bottom: 1.7373175817vw;
  }
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .tab-content .tab-content_inner .job-info div {
    margin-bottom: 6.4102564103vw;
  }
}
.work-style .contents_inner .tab-content .tab-content_inner .job-info div h3 {
  font-weight: 400;
  font-size: 22px;
  position: relative;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style .contents_inner .tab-content .tab-content_inner .job-info div h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .tab-content .tab-content_inner .job-info div h3 {
    font-size: 1.6rem;
  }
}
.work-style .contents_inner .tab-content .tab-content_inner .job-info div h3::before {
  display: inline-block;
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 100%;
  position: absolute;
  left: 41%;
  top: 55%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style .contents_inner .tab-content .tab-content_inner .job-info div h3::before {
    width: 0.9rem;
    height: 0.9rem;
    left: 41%;
    top: 55%;
  }
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .tab-content .tab-content_inner .job-info div h3::before {
    width: 0.65rem;
    height: 0.65rem;
    left: 33%;
    top: 55%;
  }
}
.work-style .contents_inner .tab-content .tab-content_inner .job-info div h3::after {
  display: inline-block;
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 100%;
  position: absolute;
  left: 59%;
  top: 55%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style .contents_inner .tab-content .tab-content_inner .job-info div h3::after {
    width: 0.9rem;
    height: 0.9rem;
    left: 41%;
    top: 55%;
  }
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .tab-content .tab-content_inner .job-info div h3::after {
    width: 0.65rem;
    height: 0.65rem;
    left: 67%;
    top: 55%;
  }
}
.work-style .contents_inner .tab-content .tab-content_inner .job-info div p {
  font-size: 16px;
  line-height: 0.5;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style .contents_inner .tab-content .tab-content_inner .job-info div p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .tab-content .tab-content_inner .job-info div p {
    font-size: 1.2rem;
  }
}
.work-style .contents_inner .tab-content .tab-content_inner .job-info div .bracket {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style .contents_inner .tab-content .tab-content_inner .job-info div .bracket {
    padding: 0.3474635163vw 1.3898540653vw;
  }
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .tab-content .tab-content_inner .job-info div .bracket {
    font-size: 1.2rem;
    padding: 0.7692307692vw 3.3333333333vw;
  }
}
.work-style .contents_inner .tab-content .tab-content_inner .job-info div .bracket::before,
.work-style .contents_inner .tab-content .tab-content_inner .job-info div .bracket::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style .contents_inner .tab-content .tab-content_inner .job-info div .bracket::before,
  .work-style .contents_inner .tab-content .tab-content_inner .job-info div .bracket::after {
    width: 0.8rem;
  }
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .tab-content .tab-content_inner .job-info div .bracket::before,
  .work-style .contents_inner .tab-content .tab-content_inner .job-info div .bracket::after {
    width: 0.4rem;
  }
}
.work-style .contents_inner .tab-content .tab-content_inner .job-info table {
  width: 758px;
  margin: 0 auto;
  font-size: 14px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style .contents_inner .tab-content .tab-content_inner .job-info table {
    width: 75.8rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .tab-content .tab-content_inner .job-info table {
    width: 30.8rem;
    font-size: 1rem;
  }
}
.work-style .contents_inner .tab-content .tab-content_inner .job-info table tr {
  display: flex;
  padding: 40px 0;
  align-items: center;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style .contents_inner .tab-content .tab-content_inner .job-info table tr {
    padding: 2.7797081306vw 0;
  }
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .tab-content .tab-content_inner .job-info table tr {
    padding: 5.1282051282vw 0;
  }
}
.work-style .contents_inner .tab-content .tab-content_inner .job-info table tr th {
  width: 180px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .work-style .contents_inner .tab-content .tab-content_inner .job-info table tr th {
    width: 18rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .tab-content .tab-content_inner .job-info table tr th {
    width: 8.4rem;
  }
}
.work-style .contents_inner .tab-content .tab-content_inner .job-info table tr td {
  line-height: 20px;
}
@media screen and (max-width: 960px) {
  .work-style .contents_inner .tab-content .tab-content_inner .job-info table tr td {
    line-height: 1.4rem;
    width: 22.4rem;
    letter-spacing: 0;
  }
  .work-style .contents_inner .tab-content .tab-content_inner .job-info table tr td p {
    line-height: 1.4rem;
  }
}
.work-style .contents_inner #local.tab-content .tab-content_inner .tab_textArea .title-area {
  color: #004da0;
}
.work-style .contents_inner #local.tab-content .tab-content_inner .tab_textArea dl div dt {
  background-color: #004da0;
}
.work-style .contents_inner #local.tab-content .tab-content_inner .tab_textArea dl div dd {
  color: #004da0;
}
.work-style .contents_inner #local.tab-content .tab-content_inner .job-info {
  border: 1px solid #004da0;
}
.work-style .contents_inner #local.tab-content .tab-content_inner .job-info div {
  color: #004da0;
}
.work-style .contents_inner #local.tab-content .tab-content_inner .job-info div h3::before {
  background: #004da0;
}
.work-style .contents_inner #local.tab-content .tab-content_inner .job-info div h3::after {
  background: #004da0;
}
.work-style .contents_inner #local.tab-content .tab-content_inner .job-info div .bracket::before,
.work-style .contents_inner #local.tab-content .tab-content_inner .job-info div .bracket::after {
  border: 1.5px solid #004da0;
}
.work-style .contents_inner #local.tab-content .tab-content_inner .job-info div .bracket::before {
  left: 0;
  border-right: none;
}
.work-style .contents_inner #local.tab-content .tab-content_inner .job-info div .bracket::after {
  right: 0;
  border-left: none;
}
.work-style .contents_inner #local.tab-content .tab-content_inner .job-info table tr {
  border-bottom: 1px solid #004da0;
}
.work-style .contents_inner #local.tab-content .tab-content_inner .job-info table tr th {
  color: #004da0;
}
.work-style .contents_inner #local.tab-content .tab-content_inner .job-info table tr:last-child {
  border-bottom: none;
}
.work-style .contents_inner #nationwide.tab-content .tab-content_inner .tab_textArea .title-area {
  color: #ff5c45;
}
.work-style .contents_inner #nationwide.tab-content .tab-content_inner .tab_textArea dl div dt {
  background-color: #ff5c45;
}
.work-style .contents_inner #nationwide.tab-content .tab-content_inner .tab_textArea dl div dd {
  color: #ff5c45;
}
.work-style .contents_inner #nationwide.tab-content .tab-content_inner .job-info {
  border: 1px solid #ff5c45;
}
.work-style .contents_inner #nationwide.tab-content .tab-content_inner .job-info div {
  color: #ff5c45;
}
.work-style .contents_inner #nationwide.tab-content .tab-content_inner .job-info div h3::before {
  background: #ff5c45;
}
.work-style .contents_inner #nationwide.tab-content .tab-content_inner .job-info div h3::after {
  background: #ff5c45;
}
.work-style .contents_inner #nationwide.tab-content .tab-content_inner .job-info div .bracket::before,
.work-style .contents_inner #nationwide.tab-content .tab-content_inner .job-info div .bracket::after {
  border: 1.5px solid #ff5c45;
}
.work-style .contents_inner #nationwide.tab-content .tab-content_inner .job-info div .bracket::before {
  left: 0;
  border-right: none;
}
.work-style .contents_inner #nationwide.tab-content .tab-content_inner .job-info div .bracket::after {
  right: 0;
  border-left: none;
}
.work-style .contents_inner #nationwide.tab-content .tab-content_inner .job-info table tr {
  border-bottom: 1px solid #ff5c45;
}
.work-style .contents_inner #nationwide.tab-content .tab-content_inner .job-info table tr th {
  color: #ff5c45;
}
.work-style .contents_inner #nationwide.tab-content .tab-content_inner .job-info table tr:last-child {
  border-bottom: none;
}

/* -------------------------------------------------------------------- 

  #フッター

-------------------------------------------------------------------- */
.entry-section {
  background-color: #4c6199;
  text-align: center;
  padding: 200px 0;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .entry-section {
    padding: 13.8985406532vw 0;
  }
}
@media screen and (max-width: 960px) {
  .entry-section {
    padding: 10rem 0 8rem;
  }
}
.entry-section .entry-title {
  font-size: 54px;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  font-weight: 100;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .entry-section .entry-title {
    font-size: 5.4rem;
    margin-bottom: 2.084781098vw;
  }
}
@media screen and (max-width: 960px) {
  .entry-section .entry-title {
    font-size: 3.2rem;
    margin-bottom: 1.6rem;
  }
}
.entry-section .entry-subtitle {
  font-size: 18px;
  margin-bottom: 100px;
  color: #fff;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .entry-section .entry-subtitle {
    font-size: 1.8rem;
    margin-bottom: 6.9492703266vw;
  }
}
@media screen and (max-width: 960px) {
  .entry-section .entry-subtitle {
    font-size: 1.2rem;
    margin-bottom: 6rem;
  }
}
.entry-section .entry-links {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .entry-section .entry-links {
    gap: 1.3898540653vw;
    margin-bottom: 6.9492703266vw;
  }
}
@media screen and (max-width: 960px) {
  .entry-section .entry-links {
    gap: 2rem;
  }
}
.entry-section .entry-links .entry-box {
  margin: 0 auto;
  width: 820px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 70, 130, 0.15);
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .entry-section .entry-links .entry-box {
    width: 82rem;
  }
}
@media screen and (max-width: 960px) {
  .entry-section .entry-links .entry-box {
    width: 31.2rem;
  }
}
.entry-section .entry-links .entry-box .entry_btn {
  width: 100%;
  height: 138px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .entry-section .entry-links .entry-box .entry_btn {
    height: 13.8rem;
  }
}
@media screen and (max-width: 960px) {
  .entry-section .entry-links .entry-box .entry_btn {
    height: 7.6rem;
  }
}
.entry-section .entry-links .entry-box .entry_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #004da0;
  text-decoration: none;
  padding: 0 260px 0 242px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .entry-section .entry-links .entry-box .entry_btn a {
    padding: 0 18.0681028492vw 0 16.8172341904vw;
  }
}
@media screen and (max-width: 960px) {
  .entry-section .entry-links .entry-box .entry_btn a {
    padding: 0 3.9rem 0 3rem;
  }
}
.entry-section .entry-links .entry-box .entry_btn a:hover {
  transform: translateY(-4px);
}
.entry-section .entry-links .entry-box .entry_btn a svg {
  width: 85px;
  height: auto;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .entry-section .entry-links .entry-box .entry_btn a svg {
    width: 8.5rem;
  }
}
@media screen and (max-width: 960px) {
  .entry-section .entry-links .entry-box .entry_btn a svg {
    width: 5.2rem;
  }
}
.entry-section .entry-links .entry-box .entry_btn a svg .blue {
  fill: #004ea1;
}
.entry-section .entry-links .entry-box .entry_btn a svg .red {
  fill: #dd0716;
}
.entry-section .entry-links .entry-box .entry_btn a .entry-text {
  flex-grow: 1;
  margin-left: 10px;
  font-size: 16px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .entry-section .entry-links .entry-box .entry_btn a .entry-text {
    margin-left: 0.6949270327vw;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  .entry-section .entry-links .entry-box .entry_btn a .entry-text {
    margin-left: 1rem;
    font-size: 1.6rem;
  }
}
.entry-section .entry-links .entry-box .entry_btn a .arrow {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 1.5px;
  border-radius: 9999px;
  background-color: #004da0;
}
.entry-section .entry-links .entry-box .entry_btn a .arrow::before, .entry-section .entry-links .entry-box .entry_btn a .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.75px);
  right: 0;
  width: 8px;
  height: 1.5px;
  border-radius: 9999px;
  background-color: #004da0;
  transform-origin: calc(100% - 0.75px) 50%;
}
.entry-section .entry-links .entry-box .entry_btn a .arrow::before {
  transform: rotate(45deg);
}
.entry-section .entry-links .entry-box .entry_btn a .arrow::after {
  transform: rotate(-45deg);
}
.entry-section .entry-links .entry-box.split {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  list-style: none;
  background-color: transparent;
  gap: 0;
  box-shadow: 0 4px 8px rgba(0, 70, 130, 0.15);
}
@media screen and (max-width: 960px) {
  .entry-section .entry-links .entry-box.split {
    flex-direction: column;
    width: 31.2rem;
  }
}
.entry-section .entry-links .entry-box.split .entry_btn {
  width: 410px;
  height: 138px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .entry-section .entry-links .entry-box.split .entry_btn {
    width: 41rem;
    height: 13.8rem;
  }
}
@media screen and (max-width: 960px) {
  .entry-section .entry-links .entry-box.split .entry_btn {
    width: 100%;
    height: 7.6rem;
    margin-bottom: 2rem;
  }
}
.entry-section .entry-links .entry-box.split .entry_btn a {
  background: #fff;
  padding: 1.2rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
  text-decoration: none;
  color: #004da0;
  height: 100%;
  box-shadow: 0 4px 8px rgba(0, 70, 130, 0.15);
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .entry-section .entry-links .entry-box.split .entry_btn a {
    gap: 3.127171647vw;
  }
}
@media screen and (min-width: 961px) {
  .entry-section .entry-links .entry-box.split .entry_btn a:hover {
    transform: translateY(-4px);
  }
}
@media screen and (max-width: 960px) {
  .entry-section .entry-links .entry-box.split .entry_btn a {
    justify-content: space-between;
    padding: 0 3.9rem 0 3rem;
    gap: 2rem;
  }
}
.entry-section .entry-links .entry-box.split .entry_btn a img {
  display: block;
  height: auto;
}
.entry-section .entry-links .entry-box.split .entry_btn a.rikunavi {
  position: relative;
  box-shadow: none;
}
@media screen and (min-width: 961px) {
  .entry-section .entry-links .entry-box.split .entry_btn a.rikunavi:hover {
    transform: none;
  }
  .entry-section .entry-links .entry-box.split .entry_btn a.rikunavi:hover img {
    transform: translateY(-4px);
    transition: all 0.4s;
  }
  .entry-section .entry-links .entry-box.split .entry_btn a.rikunavi:hover span {
    transform: translateY(-4px);
    transition: all 0.4s;
  }
}
@media screen and (min-width: 961px) {
  .entry-section .entry-links .entry-box.split .entry_btn a.rikunavi::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 98px;
    background-color: #c9c9c9;
  }
}
@media screen and (min-width: 961px) and (min-width: 961px) and (max-width: 1439px) {
  .entry-section .entry-links .entry-box.split .entry_btn a.rikunavi::after {
    height: 9.8rem;
  }
}
.entry-section .entry-links .entry-box.split .entry_btn a.rikunavi img {
  width: 183px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .entry-section .entry-links .entry-box.split .entry_btn a.rikunavi img {
    width: 18.3rem;
  }
}
@media screen and (max-width: 960px) {
  .entry-section .entry-links .entry-box.split .entry_btn a.rikunavi img {
    width: 20rem;
  }
}
.entry-section .entry-links .entry-box.split .entry_btn a.mynavi {
  box-shadow: none;
}
@media screen and (min-width: 961px) {
  .entry-section .entry-links .entry-box.split .entry_btn a.mynavi:hover {
    transform: none;
  }
  .entry-section .entry-links .entry-box.split .entry_btn a.mynavi:hover img {
    transform: translateY(-4px);
    transition: all 0.4s;
  }
  .entry-section .entry-links .entry-box.split .entry_btn a.mynavi:hover span {
    transform: translateY(-4px);
    transition: all 0.4s;
  }
}
.entry-section .entry-links .entry-box.split .entry_btn a.mynavi img {
  width: 198px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .entry-section .entry-links .entry-box.split .entry_btn a.mynavi img {
    width: 19.8rem;
  }
}
@media screen and (min-width: 961px) {
  .entry-section .entry-links .entry-box.split .entry_btn a.mynavi img:hover {
    transform: translateY(-4px);
    transition: all 0.4s;
  }
}
@media screen and (min-width: 961px) and (max-width: 960px) {
  .entry-section .entry-links .entry-box.split .entry_btn a.mynavi img {
    width: 18rem;
  }
}

.site-footer {
  background: #333333;
  color: #fff;
  padding: 43px 0;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .site-footer {
    padding: 2.9881862404vw 0;
  }
}
@media screen and (max-width: 960px) {
  .site-footer {
    padding: 4rem 0 3rem;
  }
}
.site-footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .site-footer .footer-inner {
    max-width: 120rem;
  }
}
.site-footer .footer-inner .footer-contact {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  border: 1px solid #fff;
  padding: 18px 22px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 14px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .site-footer .footer-inner .footer-contact {
    padding: 1.2508686588vw 1.5288394719vw;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .site-footer .footer-inner .footer-contact {
    margin-bottom: 4rem;
    padding: 1.8rem 2.2rem;
    border-radius: 3px;
    text-decoration: none;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 961px) {
  .site-footer .footer-inner .footer-contact:hover {
    background-color: #fff;
    color: #333;
    transform: none;
    transition: all 0.4s;
  }
}
.site-footer .footer-inner .footer-contact .footer-icon {
  font-size: 1rem;
}
.site-footer .footer-inner .footer-copy {
  font-size: 14px;
  margin: 0;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .site-footer .footer-inner .footer-copy {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .site-footer .footer-inner .footer-copy {
    font-size: 1.2rem;
  }
}

@media (max-width: 960px) {
  .site-footer .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .site-footer .footer-inner {
    align-items: center;
  }
}
/* -------------------------------------------------------------------- 

  #アニメーション

-------------------------------------------------------------------- */
@keyframes fadein0 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein1 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein2 {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-l {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(20px);
  }
}
@keyframes fade-r {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in {
  transition: all 0.6s;
  opacity: 0;
}

.fade-in.active {
  opacity: 1;
}

.fade-up {
  transition: all 0.6s;
  opacity: 0;
  transform: translate(0, 20px);
}

.fade-up.active {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-l {
  transition: all 0.6s;
  opacity: 0;
  transform: translate(-20px, 0);
}

.fade-l.active {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-r {
  transition: all 0.6s;
  opacity: 0;
  transform: translate(20px, 0);
}

.fade-r.active {
  opacity: 1;
  transform: translate(0, 0);
}

/* -------------------------------------------------------------------- 

  #タブ切り替え

-------------------------------------------------------------------- */
.tab-content {
  display: none;
  transition: opacity 0.4s ease;
}

.tab-content.active {
  display: block;
  transition: opacity 0.4s ease;
}

/* -------------------------------------------------------------------- 

  #アコーディオンメニュー

-------------------------------------------------------------------- */
@media screen and (max-width: 960px) {
  .acc-item {
    width: 100%;
  }
  .acc-item__ttl {
    background-color: #004da0;
    border-radius: 0.6rem;
    width: 33rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 10.2564102564vw;
    padding: 1.5rem 4.8rem 1.7rem;
    cursor: pointer;
    position: relative;
    padding-right: 2rem;
  }
  .acc-item__ttl::after {
    content: "";
    position: absolute;
    right: 17%;
    top: 46%;
    transition: all 0.4s ease-in-out;
    display: block;
    width: 1rem;
    height: 1rem;
    border-top: solid 0.15rem #fff;
    border-right: solid 0.15rem #fff;
    transform: translateY(-50%) rotate(135deg);
  }
  .acc-item__content {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    transition: max-height 0.4s ease;
  }
  .acc-item.is-open .acc-item__content {
    max-height: -moz-max-content;
    max-height: 1040px;
    margin-top: -5.1282051282vw;
    width: 32rem;
    margin: 0 auto;
  }
  .acc-item.is-open .acc-item__ttl::after {
    transform: translateY(-50%) rotate(315deg);
    top: 54%;
  }
}/*# sourceMappingURL=styles.css.map */