@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;
}

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;
}

/* 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 (max-width: 960px) {
  html {
    font-size: 2.5641025641vw;
    letter-spacing: 0;
  }
}

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

main {
  overflow-x: clip;
  background-image: url(../image/pixelate_right_pc.png), url(../image/pixelate_left_pc.png), url(../image/bg_pc.jpg);
  background-repeat: repeat-y;
  background-size: 28% auto, 20% auto, 100% auto;
  background-position: right 30%, left 3%, top;
}
@media screen and (max-width: 960px) {
  main {
    background-image: url(../image/pixelate_right_sp.png), url(../image/pixelate_left_sp.png), url(../image/bg_sp.jpg);
  }
}

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

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

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

h2 {
  font-size: 42px;
}
@media screen and (max-width: 960px) {
  h2 {
    font-size: 1.5rem;
  }
}

p {
  font-size: 32px;
  line-height: 52px;
}
@media screen and (max-width: 960px) {
  p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

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;
  }
}
/*-------------------------- コンテンツ幅 ------------------------------*/
/* -------------------------------------------------------------------- 

  #ヘッダー

-------------------------------------------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1000;
  max-width: 1440px;
}
@media screen and (max-width: 960px) {
  #header {
    max-width: none;
  }
}
#header .header-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #ffffff;
}
#header .header-inner .logo {
  width: 320px;
  margin: 25px 40px;
}
@media screen and (max-width: 960px) {
  #header .header-inner .logo {
    width: 16rem;
    margin: 2rem 1.5rem;
  }
}
#header .header-inner .form-button {
  width: 300px;
  margin: 20px 40px;
  transition: all 0.4s;
}
@media screen and (max-width: 960px) {
  #header .header-inner .form-button {
    width: 16rem;
    margin: 1.4rem 1.5rem;
  }
}
#header .header-inner .form-button:hover {
  opacity: 0.6;
  transition: all 0.4s;
}
@media screen and (max-width: 960px) {
  #header .header-inner .form-button:hover {
    opacity: 1;
  }
}

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

  #キービジュアル

-------------------------------------------------------------------- */
#keyvicual {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  #keyvicual {
    margin-top: 15.3846153846vw;
  }
}
#keyvicual .fv {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #keyvicual .fv .fv_img02 {
    margin-top: 67.9487179487vw;
  }
}
#keyvicual .fv .fv_text .logo_subaru {
  position: absolute;
  top: calc(0.2208333333 * min(100vw, 1440px));
  right: calc(0.0347222222 * min(100vw, 1440px));
  width: calc(0.2638888889 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  #keyvicual .fv .fv_text .logo_subaru {
    top: 22.5641025641vw;
    left: 67.9487179487vw;
    width: 28.2051282051vw;
  }
}
#keyvicual .fv .fv_text .fv_text01 {
  position: absolute;
  top: calc(0.0555555556 * min(100vw, 1440px));
  left: calc(0.0951388889 * min(100vw, 1440px));
  width: calc(0.3680555556 * min(100vw, 1440px));
  animation: 1s ease-out forwards fadein2;
  opacity: 0;
  animation-delay: 0.4s;
}
@media screen and (max-width: 960px) {
  #keyvicual .fv .fv_text .fv_text01 {
    top: 60.2564102564vw;
    left: 7.6923076923vw;
    width: 54.1025641026vw;
  }
}
#keyvicual .fv .fv_text .fv_text02 {
  position: absolute;
  top: calc(0.3159722222 * min(100vw, 1440px));
  left: calc(0.0868055556 * min(100vw, 1440px));
  width: calc(0.4638888889 * min(100vw, 1440px));
  animation: 1s ease-out forwards fadein2;
  opacity: 0;
  animation-delay: 0.4s;
}
@media screen and (max-width: 960px) {
  #keyvicual .fv .fv_text .fv_text02 {
    top: 97.4358974359vw;
    left: 6.6666666667vw;
    width: 60.7692307692vw;
  }
}
#keyvicual .rewards {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
#keyvicual .rewards .rewards_text .rewards_text01 {
  position: absolute;
  top: calc(-0.1527777778 * min(100vw, 1440px));
  left: calc(0.0868055556 * min(100vw, 1440px));
  width: calc(0.5208333333 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  #keyvicual .rewards .rewards_text .rewards_text01 {
    top: 0vw;
    left: 6.4102564103vw;
    width: 77.6923076923vw;
  }
}
#keyvicual .rewards .rewards_text .rewards_text02 {
  position: absolute;
  top: calc(0.0277777778 * min(100vw, 1440px));
  left: calc(0.0868055556 * min(100vw, 1440px));
  width: calc(0.53125 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  #keyvicual .rewards .rewards_text .rewards_text02 {
    top: 25.641025641vw;
    left: 6.4102564103vw;
    width: 81.5384615385vw;
  }
}
#keyvicual .rewards .rewards_text .rewards_text03 {
  position: absolute;
  top: calc(0.2013888889 * min(100vw, 1440px));
  left: calc(0.0868055556 * min(100vw, 1440px));
  width: calc(0.4236111111 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  #keyvicual .rewards .rewards_text .rewards_text03 {
    top: 51.2820512821vw;
    left: 6.4102564103vw;
    width: 62.5641025641vw;
  }
}
#keyvicual .rewards .rewards_img {
  position: relative;
}
#keyvicual .rewards .rewards_img ul {
  display: flex;
  justify-content: center;
  margin-top: calc(-0.125 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  #keyvicual .rewards .rewards_img ul {
    margin-top: -7.6923076923vw;
  }
}
#keyvicual .rewards .rewards_img ul li {
  width: calc(0.2777777778 * min(100vw, 1440px));
  margin-right: calc(0.0069444444 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  #keyvicual .rewards .rewards_img ul li {
    width: 32.6923076923vw;
    margin-right: 0.9743589744vw;
  }
}
#keyvicual .rewards .rewards_img ul li:last-child {
  margin-right: 0;
}
#keyvicual .entry-btn {
  width: calc(0.2777777778 * min(100vw, 1440px));
  margin-left: calc(0.3430555556 * min(100vw, 1440px));
  padding-top: calc(0.4270833333 * min(100vw, 1440px));
  transition: all 0.4s;
}
@media screen and (max-width: 960px) {
  #keyvicual .entry-btn {
    width: 51.2820512821vw;
    margin-left: 21.2820512821vw;
    padding-top: 84.6153846154vw;
  }
}
#keyvicual .entry-btn:hover {
  transition: all 0.4s;
  filter: brightness(1.3);
}
@media screen and (max-width: 960px) {
  #keyvicual .entry-btn:hover {
    filter: none;
  }
}

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

  #ポイント

-------------------------------------------------------------------- */
.point {
  padding-top: calc(0.0611111111 * min(100vw, 1440px));
  margin-bottom: calc(0.1111111111 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .point {
    padding-top: 15.3846153846vw;
    margin-bottom: 20.5128205128vw;
  }
}
.point .point_title {
  max-width: 1280px;
  margin: 0 calc(0.0555555556 * min(100vw, 1440px)) calc(0.1527777778 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .point .point_title {
    max-width: none;
    margin: 0 6.4102564103vw 15.3846153846vw;
  }
}
.point .point_title ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.point .point_title ul .gekkeiju-left {
  width: calc(0.0611111111 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .point .point_title ul .gekkeiju-left {
    width: 12.8205128205vw;
    padding-top: 5.1282051282vw;
    margin-right: 3.8461538462vw;
  }
}
.point .point_title ul .point_titlePoint01 {
  width: calc(0.1618055556 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .point .point_title ul .point_titlePoint01 {
    width: 58.7179487179vw;
  }
}
.point .point_title ul .point_titlePoint02 {
  width: calc(0.1930555556 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .point .point_title ul .point_titlePoint02 {
    display: none;
  }
}
.point .point_title ul .point_titlePoint03 {
  width: calc(0.1618055556 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .point .point_title ul .point_titlePoint03 {
    display: none;
  }
}
.point .point_title ul .gekkeiju-right {
  width: calc(0.0659722222 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .point .point_title ul .gekkeiju-right {
    width: 14.1025641026vw;
    padding-top: 5.1282051282vw;
  }
}
.point .point01 .point01_title {
  position: relative;
  background: linear-gradient(45deg, rgb(35, 98, 165), rgba(35, 78, 126, 0.7) 50%, rgba(0, 0, 0, 0));
  height: calc(0.0611111111 * min(100vw, 1440px));
  margin-bottom: calc(0.0625 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .point .point01 .point01_title {
    height: 7.6923076923vw;
    margin-bottom: 10.2564102564vw;
  }
}
.point .point01 .point01_title img {
  position: absolute;
  top: calc(-0.0465277778 * min(100vw, 1440px));
  left: calc(0.0326388889 * min(100vw, 1440px));
  width: calc(0.3180555556 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .point .point01 .point01_title img {
    top: -6.4102564103vw;
    left: 3.8461538462vw;
    width: 41.0256410256vw;
  }
}
.point .point01 .point01_content {
  margin-bottom: calc(0.1388888889 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .point .point01 .point01_content {
    margin-bottom: 15.3846153846vw;
  }
}
.point .point01 .point01_content img {
  width: calc(0.625 * min(100vw, 1440px));
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .point .point01 .point01_content img {
    width: 81.0256410256vw;
  }
}
.point .point02 .point02_title {
  position: relative;
  background: linear-gradient(45deg, rgb(35, 98, 165), rgba(35, 78, 126, 0.7) 50%, rgba(0, 0, 0, 0));
  height: calc(0.0611111111 * min(100vw, 1440px));
  margin-bottom: calc(0.0625 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .point .point02 .point02_title {
    height: 7.6923076923vw;
    margin-bottom: 10.2564102564vw;
  }
}
.point .point02 .point02_title img {
  position: absolute;
  top: calc(-0.0465277778 * min(100vw, 1440px));
  left: calc(0.0326388889 * min(100vw, 1440px));
  width: calc(0.7138888889 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .point .point02 .point02_title img {
    top: -6.4102564103vw;
    left: 3.8461538462vw;
    width: 89.1025641026vw;
  }
}
.point .point02 .point02_content {
  margin-bottom: calc(0.1388888889 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .point .point02 .point02_content {
    margin-bottom: 15.3846153846vw;
  }
}
.point .point02 .point02_content img {
  width: calc(0.6722222222 * min(100vw, 1440px));
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .point .point02 .point02_content img {
    width: 84.6153846154vw;
  }
}
.point .point03 .point03_title {
  position: relative;
  background: linear-gradient(45deg, rgb(35, 98, 165), rgba(35, 78, 126, 0.7) 50%, rgba(0, 0, 0, 0));
  height: calc(0.0611111111 * min(100vw, 1440px));
  margin-bottom: calc(0.0625 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .point .point03 .point03_title {
    height: 7.6923076923vw;
    margin-bottom: 10.2564102564vw;
  }
}
.point .point03 .point03_title img {
  position: absolute;
  top: calc(-0.0465277778 * min(100vw, 1440px));
  left: calc(0.0326388889 * min(100vw, 1440px));
  width: calc(0.7243055556 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .point .point03 .point03_title img {
    top: -6.4102564103vw;
    left: 3.8461538462vw;
    width: 92.3076923077vw;
  }
}
.point .point03 .point03_content {
  margin-bottom: calc(0.1111111111 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .point .point03 .point03_content {
    margin-bottom: 15.3846153846vw;
  }
}
.point .point03 .point03_content .point03_contentText {
  margin-left: calc(0.1875 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .point .point03 .point03_content .point03_contentText {
    margin-left: 7.6923076923vw;
  }
}
.point .point03 .point03_content .point03_contentText ul {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: calc(0.1076388889 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .point .point03 .point03_content .point03_contentText ul {
    font-size: 1.5rem;
    margin-bottom: 10.2564102564vw;
  }
}
.point .point03 .point03_content .point03_contentText ul li {
  margin-bottom: calc(0.0583333333 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .point .point03 .point03_content .point03_contentText ul li {
    margin-bottom: 7.6923076923vw;
  }
}
.point .point03 .point03_content .point03_contentText ul li span {
  font-size: 30px;
}
@media screen and (max-width: 960px) {
  .point .point03 .point03_content .point03_contentText ul li span {
    font-size: 1.1rem;
  }
}
.point .point03 .point03_content .point03_contentText ul li:before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background: #ace617;
}
@media screen and (max-width: 960px) {
  .point .point03 .point03_content .point03_contentText ul li:before {
    margin-right: 1.7948717949vw;
    width: 2.3076923077vw;
    height: 2.3076923077vw;
    border-radius: 1.1538461538vw;
  }
}
.point .point03 .point03_content .point03_contentImg ul {
  display: flex;
  justify-content: center;
}
.point .point03 .point03_content .point03_contentImg ul li {
  width: 500px;
}
@media screen and (max-width: 960px) {
  .point .point03 .point03_content .point03_contentImg ul li {
    width: 39.7435897436vw;
  }
}
.point .point03 .point03_content .point03_contentImg ul li:first-child {
  margin-right: calc(0.0277777778 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .point .point03 .point03_content .point03_contentImg ul li:first-child {
    margin-right: 3.8461538462vw;
  }
}
.point .entry-btn {
  width: calc(0.2777777778 * min(100vw, 1440px));
  margin-left: calc(0.3430555556 * min(100vw, 1440px));
  transition: all 0.4s;
}
@media screen and (max-width: 960px) {
  .point .entry-btn {
    width: 51.2820512821vw;
    margin-left: 21.2820512821vw;
  }
}
.point .entry-btn:hover {
  transition: all 0.4s;
  filter: brightness(1.3);
}
@media screen and (max-width: 960px) {
  .point .entry-btn:hover {
    filter: none;
  }
}

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

  # 仕事内容

-------------------------------------------------------------------- */
.work {
  margin-bottom: calc(0.1111111111 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .work {
    margin-bottom: 20.5128205128vw;
  }
}
.work .work_title {
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: calc(0.0104166667 * min(100vw, 1440px));
  padding-bottom: calc(0.0069444444 * min(100vw, 1440px));
  padding-left: calc(0.1319444444 * min(100vw, 1440px));
  margin-bottom: calc(0.0833333333 * min(100vw, 1440px));
  -webkit-clip-path: polygon(0 0, 42% 0%, 37% 100%, 0% 100%);
  clip-path: polygon(0 0, 42% 0%, 37% 100%, 0% 100%);
}
@media screen and (max-width: 960px) {
  .work .work_title {
    padding-top: 1.2820512821vw;
    padding-bottom: 1.2820512821vw;
    padding-left: 7.6923076923vw;
    margin-bottom: 10.2564102564vw;
    -webkit-clip-path: polygon(0 0, 39% 0%, 34% 100%, 0% 100%);
    clip-path: polygon(0 0, 39% 0%, 34% 100%, 0% 100%);
  }
}
.work .work_title img {
  width: calc(0.2194444444 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .work .work_title img {
    width: 22.5641025641vw;
  }
}
.work .work_heading {
  text-align: center;
  width: 660px;
  margin: 0 auto calc(0.0763888889 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .work .work_heading {
    width: 65.3846153846vw;
    margin: 0 auto 10.2564102564vw;
  }
}
.work .work_heading h2 {
  padding-bottom: 40px;
  border-bottom: solid #fff 2px;
}
@media screen and (max-width: 960px) {
  .work .work_heading h2 {
    padding-bottom: 3.5897435897vw;
    border-bottom: solid #fff 0.1rem;
  }
}
.work .work_heading p {
  padding-top: 40px;
}
@media screen and (max-width: 960px) {
  .work .work_heading p {
    padding-top: 3.5897435897vw;
  }
}
.work .work_content01 {
  margin-bottom: calc(0.1111111111 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .work .work_content01 {
    margin-bottom: 15.3846153846vw;
  }
}
.work .work_content01 .work_factory {
  margin-bottom: calc(0.0694444444 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .work .work_content01 .work_factory {
    margin-bottom: 7.6923076923vw;
  }
}
.work .work_content01 .work_factory h2 {
  text-align: center;
  width: 277px;
  padding: 17px 0 22px;
  color: #000;
  background-color: #ace617;
  border-radius: 41px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .work .work_content01 .work_factory h2 {
    width: 25.641025641vw;
    padding: 1.5384615385vw 0 2.0512820513vw;
    border-radius: 3.5897435897vw;
  }
}
.work .work_content01 .work_factory h2:first-child {
  margin-bottom: calc(0.0208333333 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .work .work_content01 .work_factory h2:first-child {
    margin-bottom: 2.5641025641vw;
  }
}
.work .work_content01 .work_img {
  display: grid;
  place-content: center;
  grid-template-columns: calc(0.2083333333 * min(100vw, 1440px)) calc(0.2083333333 * min(100vw, 1440px));
  grid-template-rows: calc(0.2083333333 * min(100vw, 1440px)) calc(0.2083333333 * min(100vw, 1440px));
  -moz-column-gap: calc(0.0347222222 * min(100vw, 1440px));
  column-gap: calc(0.0347222222 * min(100vw, 1440px));
  row-gap: calc(0.0347222222 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .work .work_content01 .work_img {
    grid-template-columns: 26.9230769231vw 26.9230769231vw;
    grid-template-rows: 26.9230769231vw 26.9230769231vw;
    -moz-column-gap: 3.8461538462vw;
    column-gap: 3.8461538462vw;
    row-gap: 3.8461538462vw;
  }
}
.work .work_content01 .work_img img {
  width: calc(0.2083333333 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .work .work_content01 .work_img img {
    width: 26.9230769231vw;
  }
}
.work .work_content02 {
  margin-bottom: calc(0.1111111111 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .work .work_content02 {
    margin-bottom: 15.3846153846vw;
  }
}
.work .work_content02 .work_factory {
  margin-bottom: calc(0.0694444444 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .work .work_content02 .work_factory {
    margin-bottom: 7.6923076923vw;
  }
}
.work .work_content02 .work_factory h2 {
  text-align: center;
  width: 277px;
  padding: 17px 0 22px;
  color: #000;
  background-color: #ace617;
  border-radius: 41px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .work .work_content02 .work_factory h2 {
    width: 25.641025641vw;
    padding: 1.5384615385vw 0 2.0512820513vw;
    border-radius: 3.5897435897vw;
  }
}
.work .work_content02 .work_img img {
  width: calc(0.4513888889 * min(100vw, 1440px));
  margin: 0 auto calc(0.0347222222 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .work .work_content02 .work_img img {
    width: 57.6923076923vw;
    margin: 0 auto 5.1282051282vw;
  }
}
.work .entry-btn {
  width: calc(0.2777777778 * min(100vw, 1440px));
  margin-left: calc(0.3430555556 * min(100vw, 1440px));
  transition: all 0.4s;
}
@media screen and (max-width: 960px) {
  .work .entry-btn {
    width: 51.2820512821vw;
    margin-left: 21.2820512821vw;
  }
}
.work .entry-btn:hover {
  transition: all 0.4s;
  filter: brightness(1.3);
}
@media screen and (max-width: 960px) {
  .work .entry-btn:hover {
    filter: none;
  }
}

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

  # 勤務地

-------------------------------------------------------------------- */
.location {
  margin-bottom: calc(0.1666666667 * min(100vw, 1440px));
}
.location .location_title {
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: calc(0.0104166667 * min(100vw, 1440px));
  padding-bottom: calc(0.0069444444 * min(100vw, 1440px));
  padding-left: calc(0.1319444444 * min(100vw, 1440px));
  margin-bottom: calc(0.0833333333 * min(100vw, 1440px));
  -webkit-clip-path: polygon(0 0, 42% 0%, 37% 100%, 0% 100%);
  clip-path: polygon(0 0, 42% 0%, 37% 100%, 0% 100%);
}
@media screen and (max-width: 960px) {
  .location .location_title {
    padding-top: 1.2820512821vw;
    padding-bottom: 1.2820512821vw;
    padding-left: 7.6923076923vw;
    margin-bottom: 10.2564102564vw;
    -webkit-clip-path: polygon(0 0, 34% 0%, 29% 100%, 0% 100%);
    clip-path: polygon(0 0, 34% 0%, 29% 100%, 0% 100%);
  }
}
.location .location_title img {
  width: calc(0.1659722222 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .location .location_title img {
    width: 16.9230769231vw;
  }
}
.location .location_content {
  margin-bottom: calc(0.0555555556 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .location .location_content {
    margin-bottom: 15.3846153846vw;
  }
}
.location .location_content .location_factory h2 {
  text-align: center;
  width: 277px;
  padding: 17px 0 22px;
  color: #000;
  background-color: #ace617;
  border-radius: 41px;
  margin: 0 auto calc(0.0486111111 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .location .location_content .location_factory h2 {
    width: 25.641025641vw;
    padding: 1.5384615385vw 0 2.0512820513vw;
    border-radius: 3.5897435897vw;
    margin: 0 auto 7.6923076923vw;
  }
}
.location .location_content .map_content {
  width: calc(0.6666666667 * min(100vw, 1440px));
  height: calc(0.3583333333 * min(100vw, 1440px));
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .location .location_content .map_content {
    width: 76.9230769231vw;
    height: 41.6666666667vw;
  }
}
.location .location_content .map_content iframe {
  width: 100%;
  height: 100%;
}

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

  #募集要項

-------------------------------------------------------------------- */
.recruit {
  margin-bottom: calc(0.1666666667 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .recruit {
    margin-bottom: 20.5128205128vw;
  }
}
.recruit .recruit_title {
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: calc(0.0104166667 * min(100vw, 1440px));
  padding-bottom: calc(0.0069444444 * min(100vw, 1440px));
  padding-left: calc(0.1319444444 * min(100vw, 1440px));
  margin-bottom: calc(0.0833333333 * min(100vw, 1440px));
  -webkit-clip-path: polygon(0 0, 42% 0%, 37% 100%, 0% 100%);
  clip-path: polygon(0 0, 42% 0%, 37% 100%, 0% 100%);
}
@media screen and (max-width: 960px) {
  .recruit .recruit_title {
    padding-top: 1.2820512821vw;
    padding-bottom: 1.2820512821vw;
    padding-left: 7.6923076923vw;
    margin-bottom: 10.2564102564vw;
    -webkit-clip-path: polygon(0 0, 39% 0%, 34% 100%, 0% 100%);
    clip-path: polygon(0 0, 39% 0%, 34% 100%, 0% 100%);
  }
}
.recruit .recruit_title img {
  width: calc(0.2194444444 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .recruit .recruit_title img {
    width: 24.358974359vw;
  }
}
.recruit .table {
  width: calc(0.6666666667 * min(100vw, 1440px));
  color: #000;
  border: 2px solid #000;
  margin: 0 auto calc(0.1111111111 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .recruit .table {
    width: 82.0512820513vw;
    border: 0.1rem solid #000;
    margin: 0 auto 20.5128205128vw;
  }
}
.recruit .table tr {
  background-color: #fff;
}
.recruit .table th {
  font-size: 30px;
  background-color: #ace617;
  width: 32%;
  vertical-align: middle;
  border: 2px solid #000;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .recruit .table th {
    font-size: 1.2rem;
    border: 0.1rem solid #000;
  }
}
.recruit .table td {
  font-size: 24px;
  line-height: 36px;
  border-bottom: 2px solid #000;
  padding: 30px 45px;
}
@media screen and (max-width: 960px) {
  .recruit .table td {
    font-size: 1rem;
    line-height: 1.4rem;
    border-bottom: 0.1rem solid #000;
    padding: 2.5641025641vw 3.8461538462vw;
  }
}
.recruit .entry-btn {
  width: calc(0.2777777778 * min(100vw, 1440px));
  margin-left: calc(0.3430555556 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .recruit .entry-btn {
    width: 51.2820512821vw;
    margin-left: 21.2820512821vw;
  }
}
.recruit .entry-btn:hover {
  transition: all 0.4s;
  filter: brightness(1.3);
}
@media screen and (max-width: 960px) {
  .recruit .entry-btn:hover {
    filter: none;
  }
}

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

  # よくある質問

-------------------------------------------------------------------- */
.qa {
  margin-bottom: calc(0.1666666667 * min(100vw, 1440px));
  position: relative;
}
@media screen and (max-width: 960px) {
  .qa {
    margin-bottom: 20.5128205128vw;
  }
}
.qa .qa_title {
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: calc(0.0104166667 * min(100vw, 1440px));
  padding-bottom: calc(0.0069444444 * min(100vw, 1440px));
  padding-left: calc(0.1319444444 * min(100vw, 1440px));
  margin-bottom: calc(0.0833333333 * min(100vw, 1440px));
  -webkit-clip-path: polygon(0 0, 42% 0%, 37% 100%, 0% 100%);
  clip-path: polygon(0 0, 42% 0%, 37% 100%, 0% 100%);
}
@media screen and (max-width: 960px) {
  .qa .qa_title {
    padding-top: 1.2820512821vw;
    padding-bottom: 1.2820512821vw;
    padding-left: 7.6923076923vw;
    margin-bottom: 25.641025641vw;
    -webkit-clip-path: polygon(0 0, 30% 0%, 25% 100%, 0% 100%);
    clip-path: polygon(0 0, 30% 0%, 25% 100%, 0% 100%);
  }
}
.qa .qa_title img {
  width: calc(0.1229166667 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .qa .qa_title img {
    width: 12.5641025641vw;
  }
}
.qa .qa_item {
  position: absolute;
  top: calc(-0.0555555556 * min(100vw, 1440px));
  right: calc(0.0527777778 * min(100vw, 1440px));
  width: calc(0.3444444444 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .qa .qa_item {
    top: 4.6153846154vw;
    right: 7.6923076923vw;
    width: 45.641025641vw;
  }
}
.qa table {
  width: calc(0.6666666667 * min(100vw, 1440px));
  color: #000;
  border: 2px solid #000;
  margin: 0 auto calc(0.0138888889 * min(100vw, 1440px));
  height: calc(0.125 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .qa table {
    width: 82.0512820513vw;
    border: 0.1rem solid #000;
    margin: 0 auto 2.5641025641vw;
  }
}
.qa table tr {
  background-color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .qa table tr {
    margin-bottom: 2.5641025641vw;
  }
}
.qa table th {
  background-color: #fff700;
  padding: 0 calc(0.0208333333 * min(100vw, 1440px));
  display: flex;
  align-items: center;
  vertical-align: middle;
  height: 100%;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .qa table th {
    padding: 0 2.8205128205vw;
  }
}
.qa table th img {
  width: 52px;
  margin-right: 15px;
}
@media screen and (max-width: 960px) {
  .qa table th img {
    width: 4.358974359vw;
    margin-right: 1.2820512821vw;
  }
}
.qa table th p {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .qa table th p {
    font-size: 1rem;
    line-height: 1.3rem;
  }
}
.qa table td {
  font-size: 18px;
  line-height: 28px;
  border: 2px solid #000;
  padding: 51px 51px 51px 30px;
  vertical-align: middle;
  width: 68.75%;
}
@media screen and (max-width: 960px) {
  .qa table td {
    font-size: 1rem;
    line-height: 1.3rem;
    border: 0.1rem solid #000;
    padding: 4.1025641026vw 3.3333333333vw;
    width: 62.5%;
  }
}
.qa .entry-btn {
  width: calc(0.2777777778 * min(100vw, 1440px));
  margin-top: calc(0.1111111111 * min(100vw, 1440px));
  margin-left: calc(0.3430555556 * min(100vw, 1440px));
  transition: all 0.4s;
}
@media screen and (max-width: 960px) {
  .qa .entry-btn {
    width: 51.2820512821vw;
    margin-top: 20.5128205128vw;
    margin-left: 21.2820512821vw;
  }
}
.qa .entry-btn:hover {
  transition: all 0.4s;
  filter: brightness(1.3);
}
@media screen and (max-width: 960px) {
  .qa .entry-btn:hover {
    filter: none;
  }
}

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

  # 先輩社員の声

-------------------------------------------------------------------- */
.message {
  width: calc(0.8333333333 * min(100vw, 1440px));
  display: flex;
  margin: 0 auto;
  margin-bottom: calc(0.1666666667 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .message {
    width: 82.0512820513vw;
    flex-direction: column;
    margin-bottom: 5.1282051282vw;
  }
}
.message .message_content01 {
  width: calc(0.2638888889 * min(100vw, 1440px));
  position: relative;
  background-color: #d3e0ed;
  padding: calc(0.0694444444 * min(100vw, 1440px)) calc(0.0208333333 * min(100vw, 1440px));
  margin-right: calc(0.0208333333 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .message .message_content01 {
    width: 82.0512820513vw;
    margin-right: 0;
    margin-bottom: 15.3846153846vw;
    padding: 12.3076923077vw 5.1282051282vw 6.9230769231vw;
  }
}
.message .message_content01 .message_contentImg {
  width: calc(0.0875 * min(100vw, 1440px));
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .message .message_content01 .message_contentImg {
    width: 15.3846153846vw;
  }
}
.message .message_content01 .message_contentLead {
  width: calc(0.1805555556 * min(100vw, 1440px));
  padding-bottom: calc(0.0208333333 * min(100vw, 1440px));
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .message .message_content01 .message_contentLead {
    width: 52.5641025641vw;
    padding-bottom: 3.0769230769vw;
  }
}
.message .message_content01 .message_contentCopy {
  width: calc(0.2222222222 * min(100vw, 1440px));
  border-top: #2362a5 solid 2px;
  padding-top: calc(0.0347222222 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .message .message_content01 .message_contentCopy {
    width: 71.7948717949vw;
    border-top: #2362a5 solid 0.1rem;
    padding-top: 5.1282051282vw;
  }
}
.message .message_content01 .message_contentCopy p {
  color: #000;
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 960px) {
  .message .message_content01 .message_contentCopy p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.message .message_content01 .message_contentCopy .name {
  text-align: right;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .message .message_content01 .message_contentCopy .name {
    font-size: 1rem;
    line-height: 1.6rem;
    margin-top: 1.2820512821vw;
  }
}
.message .message_content02 {
  width: calc(0.2638888889 * min(100vw, 1440px));
  position: relative;
  background-color: #d3e0ed;
  padding: calc(0.0694444444 * min(100vw, 1440px)) calc(0.0208333333 * min(100vw, 1440px));
  margin-right: calc(0.0208333333 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .message .message_content02 {
    width: 82.0512820513vw;
    margin-right: 0;
    margin-bottom: 15.3846153846vw;
    padding: 12.3076923077vw 5.1282051282vw 6.9230769231vw;
  }
}
.message .message_content02 .message_contentImg {
  width: calc(0.0875 * min(100vw, 1440px));
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .message .message_content02 .message_contentImg {
    width: 15.3846153846vw;
  }
}
.message .message_content02 .message_contentLead {
  width: calc(0.1805555556 * min(100vw, 1440px));
  padding-bottom: calc(0.0208333333 * min(100vw, 1440px));
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .message .message_content02 .message_contentLead {
    width: 48.4615384615vw;
    padding-bottom: 3.0769230769vw;
  }
}
.message .message_content02 .message_contentCopy {
  width: calc(0.2222222222 * min(100vw, 1440px));
  border-top: #2362a5 solid 2px;
  padding-top: calc(0.0347222222 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .message .message_content02 .message_contentCopy {
    width: 71.7948717949vw;
    border-top: #2362a5 solid 0.1rem;
    padding-top: 5.1282051282vw;
  }
}
.message .message_content02 .message_contentCopy p {
  color: #000;
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 960px) {
  .message .message_content02 .message_contentCopy p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.message .message_content02 .message_contentCopy .name {
  text-align: right;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .message .message_content02 .message_contentCopy .name {
    font-size: 1rem;
    line-height: 1.6rem;
    margin-top: 1.2820512821vw;
  }
}
.message .message_content03 {
  width: calc(0.2638888889 * min(100vw, 1440px));
  position: relative;
  background-color: #d3e0ed;
  padding: calc(0.0694444444 * min(100vw, 1440px)) calc(0.0208333333 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .message .message_content03 {
    width: 82.0512820513vw;
    margin-right: 0;
    margin-bottom: 15.3846153846vw;
    padding: 12.3076923077vw 5.1282051282vw 6.9230769231vw;
  }
}
.message .message_content03 .message_contentImg {
  width: calc(0.0875 * min(100vw, 1440px));
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .message .message_content03 .message_contentImg {
    width: 15.3846153846vw;
  }
}
.message .message_content03 .message_contentLead {
  width: calc(0.1145833333 * min(100vw, 1440px));
  padding-bottom: calc(0.0208333333 * min(100vw, 1440px));
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .message .message_content03 .message_contentLead {
    width: 36.4102564103vw;
    padding-bottom: 3.0769230769vw;
  }
}
.message .message_content03 .message_contentCopy {
  width: calc(0.2222222222 * min(100vw, 1440px));
  border-top: #2362a5 solid 2px;
  padding-top: calc(0.0347222222 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .message .message_content03 .message_contentCopy {
    width: 71.7948717949vw;
    border-top: #2362a5 solid 0.1rem;
    padding-top: 5.1282051282vw;
  }
}
.message .message_content03 .message_contentCopy p {
  color: #000;
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 960px) {
  .message .message_content03 .message_contentCopy p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.message .message_content03 .message_contentCopy .name {
  text-align: right;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .message .message_content03 .message_contentCopy .name {
    font-size: 1rem;
    line-height: 1.6rem;
    margin-top: 1.2820512821vw;
  }
}

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

  # 応募～就労までの流れ

-------------------------------------------------------------------- */
.flow {
  margin-bottom: calc(0.1111111111 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .flow {
    margin-bottom: 20.5128205128vw;
  }
}
.flow .flow_title {
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: calc(0.0104166667 * min(100vw, 1440px));
  padding-bottom: calc(0.0069444444 * min(100vw, 1440px));
  padding-left: calc(0.1319444444 * min(100vw, 1440px));
  margin-bottom: calc(0.0243055556 * min(100vw, 1440px));
  -webkit-clip-path: polygon(0 0, 42% 0%, 37% 100%, 0% 100%);
  clip-path: polygon(0 0, 80% 0%, 75% 100%, 0% 100%);
}
@media screen and (max-width: 960px) {
  .flow .flow_title {
    padding-top: 1.2820512821vw;
    padding-bottom: 1.2820512821vw;
    padding-left: 7.6923076923vw;
    margin-bottom: 2.5641025641vw;
    -webkit-clip-path: polygon(0 0, 80% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(0 0, 80% 0%, 75% 100%, 0% 100%);
  }
}
.flow .flow_title img {
  width: calc(0.5944444444 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .flow .flow_title img {
    width: 61.0256410256vw;
  }
}
.flow .flow_titleItem {
  padding-left: calc(0.3944444444 * min(100vw, 1440px));
  margin-bottom: calc(0.0951388889 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .flow .flow_titleItem {
    padding-left: 34.8717948718vw;
    margin-bottom: 7.1794871795vw;
  }
}
.flow .flow_titleItem img {
  width: calc(0.5034722222 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .flow .flow_titleItem img {
    width: 62.0512820513vw;
  }
}
.flow .flow_contentArea {
  max-width: 1112px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .flow .flow_contentArea {
    flex-wrap: wrap;
  }
}
.flow .flow_contentArea .flow_content {
  margin-right: calc(0.0159722222 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .flow .flow_contentArea .flow_content {
    margin-right: 3.0769230769vw;
  }
}
.flow .flow_contentArea .flow_content .flow_textBox {
  width: calc(0.1458333333 * min(100vw, 1440px));
  position: relative;
}
@media screen and (max-width: 960px) {
  .flow .flow_contentArea .flow_content .flow_textBox {
    width: 25.641025641vw;
  }
}
.flow .flow_contentArea .flow_content .flow_textBox .flow_textInner {
  width: calc(0.1111111111 * min(100vw, 1440px));
  position: absolute;
  left: calc(0.0236111111 * min(100vw, 1440px));
  top: calc(0.1236111111 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .flow .flow_contentArea .flow_content .flow_textBox .flow_textInner {
    width: 19.7435897436vw;
    left: 3.8461538462vw;
    top: 20.5128205128vw;
  }
}
.flow .flow_contentArea .flow_content .flow_textBox .flow_textInner p {
  color: #000;
  font-size: 1.1111111111vw;
  line-height: 2.0833333333vw;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 1441px) {
  .flow .flow_contentArea .flow_content .flow_textBox .flow_textInner p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 960px) {
  .flow .flow_contentArea .flow_content .flow_textBox .flow_textInner p {
    font-size: 0.8rem;
    line-height: 1.2rem;
    letter-spacing: 0.15rem;
  }
}
.flow .flow_contentArea .flow_content .flow_textBox .flow_textInner p span {
  font-size: 0.8333333333vw;
  line-height: 1.5277777778vw;
  letter-spacing: 1px;
}
@media screen and (min-width: 1441px) {
  .flow .flow_contentArea .flow_content .flow_textBox .flow_textInner p span {
    font-size: 12px;
    line-height: 22px;
  }
}
@media screen and (max-width: 960px) {
  .flow .flow_contentArea .flow_content .flow_textBox .flow_textInner p span {
    font-size: 0.7rem;
    line-height: 1.2rem;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 960px) {
  .flow .flow_contentArea .flow_content:nth-child(3) {
    margin-right: 0;
    margin-bottom: 2.5641025641vw;
  }
}
.flow .entry-btn {
  width: calc(0.2777777778 * min(100vw, 1440px));
  margin-top: calc(0.1111111111 * min(100vw, 1440px));
  margin-left: calc(0.3430555556 * min(100vw, 1440px));
  transition: all 0.4s;
}
@media screen and (max-width: 960px) {
  .flow .entry-btn {
    width: 51.2820512821vw;
    margin-top: 20.5128205128vw;
    margin-left: 21.2820512821vw;
  }
}
.flow .entry-btn:hover {
  transition: all 0.4s;
  filter: brightness(1.3);
}
@media screen and (max-width: 960px) {
  .flow .entry-btn:hover {
    filter: none;
  }
}

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

  #メリット

-------------------------------------------------------------------- */
.merit {
  background-color: #fff;
  padding-bottom: calc(0.0555555556 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .merit {
    padding-bottom: 5.1282051282vw;
  }
}
.merit .merit_content {
  position: relative;
}
.merit .merit_content .merit_heading {
  display: flex;
  padding-left: calc(0.1201388889 * min(100vw, 1440px));
  padding-right: calc(0.0277777778 * min(100vw, 1440px));
  padding-bottom: calc(0.1111111111 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .merit .merit_content .merit_heading {
    padding-left: 7.6923076923vw;
    padding-right: 0;
    padding-bottom: 15.3846153846vw;
  }
}
.merit .merit_content .merit_heading .merit_headingCopy {
  padding-top: calc(0.0833333333 * min(100vw, 1440px));
  margin-right: calc(-0.0243055556 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .merit .merit_content .merit_heading .merit_headingCopy {
    padding-top: 7.6923076923vw;
    margin-right: -20.5128205128vw;
  }
}
.merit .merit_content .merit_heading .merit_headingCopy .merit_headingTitle {
  width: calc(0.5368055556 * min(100vw, 1440px));
  margin-bottom: calc(0.0555555556 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .merit .merit_content .merit_heading .merit_headingCopy .merit_headingTitle {
    width: 70.2564102564vw;
  }
}
.merit .merit_content .merit_heading .merit_headingCopy p {
  color: #000;
  font-size: 24px;
  line-height: 48px;
}
@media screen and (max-width: 960px) {
  .merit .merit_content .merit_heading .merit_headingCopy p {
    font-size: 1rem;
    line-height: 1.8rem;
  }
}
.merit .merit_content .merit_heading .merit_headingImg {
  width: calc(0.3388888889 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .merit .merit_content .merit_heading .merit_headingImg {
    padding-top: 20.5128205128vw;
    width: 42.5641025641vw;
  }
}
.merit .merit01 .merit_title {
  position: relative;
  background: linear-gradient(45deg, rgb(35, 98, 165), rgba(35, 78, 126, 0.7) 50%, rgba(0, 0, 0, 0));
  height: calc(0.0611111111 * min(100vw, 1440px));
  margin-bottom: calc(0.0416666667 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .merit .merit01 .merit_title {
    height: 7.6923076923vw;
    margin-bottom: 7.6923076923vw;
  }
}
.merit .merit01 .merit_title img {
  position: absolute;
  top: calc(-0.0465277778 * min(100vw, 1440px));
  left: calc(0.0486111111 * min(100vw, 1440px));
  width: calc(0.7041666667 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .merit .merit01 .merit_title img {
    top: -5.8974358974vw;
    left: 3.8461538462vw;
    width: 78.2051282051vw;
  }
}
.merit .merit01 .merit_content {
  display: flex;
  padding-left: calc(0.1548611111 * min(100vw, 1440px));
  padding-bottom: calc(0.0555555556 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .merit .merit01 .merit_content {
    padding-left: 7.6923076923vw;
    padding-bottom: 15.3846153846vw;
  }
}
.merit .merit01 .merit_content p {
  color: #000;
  font-size: 24px;
  line-height: 44px;
  letter-spacing: 2.5px;
  width: calc(0.5555555556 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .merit .merit01 .merit_content p {
    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: 0.15rem;
    width: 66.6666666667vw;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 1.2820512821vw;
  }
}
.merit .merit01 .merit_content img {
  width: calc(0.0965277778 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .merit .merit01 .merit_content img {
    width: 10.2564102564vw;
  }
}
.merit .merit02 .merit_title {
  position: relative;
  background: linear-gradient(45deg, rgb(35, 98, 165), rgba(35, 78, 126, 0.7) 50%, rgba(0, 0, 0, 0));
  height: calc(0.0611111111 * min(100vw, 1440px));
  margin-bottom: calc(0.0416666667 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .merit .merit02 .merit_title {
    height: 7.6923076923vw;
    margin-bottom: 7.6923076923vw;
  }
}
.merit .merit02 .merit_title img {
  position: absolute;
  top: calc(-0.0465277778 * min(100vw, 1440px));
  left: calc(0.0486111111 * min(100vw, 1440px));
  width: calc(0.4333333333 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .merit .merit02 .merit_title img {
    top: -5.8974358974vw;
    left: 3.8461538462vw;
    width: 48.7179487179vw;
  }
}
.merit .merit02 .merit_content {
  display: flex;
  padding-left: calc(0.1548611111 * min(100vw, 1440px));
  padding-bottom: calc(0.0555555556 * min(100vw, 1440px));
  position: relative;
}
@media screen and (max-width: 960px) {
  .merit .merit02 .merit_content {
    padding-left: 7.6923076923vw;
    padding-bottom: 15.3846153846vw;
  }
}
.merit .merit02 .merit_content p {
  color: #000;
  font-size: 24px;
  line-height: 44px;
  letter-spacing: 2.5px;
  width: calc(0.5555555556 * min(100vw, 1440px));
  margin-right: calc(0.0069444444 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .merit .merit02 .merit_content p {
    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: 0.15rem;
    width: 66.6666666667vw;
    margin-right: 1.2820512821vw;
  }
}
.merit .merit02 .merit_content img {
  position: absolute;
  top: calc(-0.0694444444 * min(100vw, 1440px));
  right: calc(0.1666666667 * min(100vw, 1440px));
  width: calc(0.1263888889 * min(100vw, 1440px));
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 960px) {
  .merit .merit02 .merit_content img {
    top: -10.2564102564vw;
    right: 3.8461538462vw;
    width: 20vw;
  }
}
.merit .merit03 .merit_title {
  position: relative;
  background: linear-gradient(45deg, rgb(35, 98, 165), rgba(35, 78, 126, 0.7) 50%, rgba(0, 0, 0, 0));
  height: calc(0.0611111111 * min(100vw, 1440px));
  margin-bottom: calc(0.0416666667 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .merit .merit03 .merit_title {
    height: 7.6923076923vw;
    margin-bottom: 7.6923076923vw;
  }
}
.merit .merit03 .merit_title img {
  position: absolute;
  top: calc(-0.0465277778 * min(100vw, 1440px));
  left: calc(0.0486111111 * min(100vw, 1440px));
  width: calc(0.3993055556 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .merit .merit03 .merit_title img {
    top: -5.8974358974vw;
    left: 3.8461538462vw;
    width: 44.8717948718vw;
  }
}
.merit .merit03 .merit_content {
  display: flex;
  padding-left: calc(0.1548611111 * min(100vw, 1440px));
  padding-bottom: calc(0.0555555556 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .merit .merit03 .merit_content {
    padding-left: 7.6923076923vw;
    padding-bottom: 15.3846153846vw;
  }
}
.merit .merit03 .merit_content p {
  color: #000;
  font-size: 24px;
  line-height: 44px;
  letter-spacing: 2.5px;
  width: calc(0.5555555556 * min(100vw, 1440px));
  margin-right: calc(0.0034722222 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .merit .merit03 .merit_content p {
    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: 0.15rem;
    width: 66.6666666667vw;
    margin-right: 1.2820512821vw;
  }
}
.merit .merit03 .merit_content img {
  width: calc(0.1145833333 * min(100vw, 1440px));
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 960px) {
  .merit .merit03 .merit_content img {
    width: 16.1538461538vw;
  }
}
.merit .merit04 .merit_title {
  position: relative;
  background: linear-gradient(45deg, rgb(35, 98, 165), rgba(35, 78, 126, 0.7) 50%, rgba(0, 0, 0, 0));
  height: calc(0.0611111111 * min(100vw, 1440px));
  margin-bottom: calc(0.0416666667 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .merit .merit04 .merit_title {
    height: 7.6923076923vw;
    margin-bottom: 7.6923076923vw;
  }
}
.merit .merit04 .merit_title img {
  position: absolute;
  top: calc(-0.0465277778 * min(100vw, 1440px));
  left: calc(0.0486111111 * min(100vw, 1440px));
  width: calc(0.7 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .merit .merit04 .merit_title img {
    top: -5.8974358974vw;
    left: 3.8461538462vw;
    width: 80.2564102564vw;
  }
}
.merit .merit04 .merit_content {
  display: flex;
  padding-left: calc(0.1548611111 * min(100vw, 1440px));
  padding-bottom: calc(0.0555555556 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .merit .merit04 .merit_content {
    padding-left: 7.6923076923vw;
    padding-bottom: 15.3846153846vw;
  }
}
.merit .merit04 .merit_content p {
  color: #000;
  font-size: 24px;
  line-height: 44px;
  letter-spacing: 2.5px;
  width: calc(0.5555555556 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .merit .merit04 .merit_content p {
    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: 0.15rem;
    width: 66.6666666667vw;
    margin-right: 1.2820512821vw;
  }
}
.merit .merit04 .merit_content p span {
  display: block;
}
.merit .merit04 .merit_content img {
  margin-top: calc(0.1319444444 * min(100vw, 1440px));
  width: calc(0.1145833333 * min(100vw, 1440px));
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 960px) {
  .merit .merit04 .merit_content img {
    margin-top: 0;
    width: 16.1538461538vw;
  }
}
.merit .merit05 .merit_title {
  position: relative;
  background: linear-gradient(45deg, rgb(35, 98, 165), rgba(35, 78, 126, 0.7) 50%, rgba(0, 0, 0, 0));
  height: calc(0.0611111111 * min(100vw, 1440px));
  margin-bottom: calc(0.0416666667 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .merit .merit05 .merit_title {
    height: 7.6923076923vw;
    margin-bottom: 7.6923076923vw;
  }
}
.merit .merit05 .merit_title img {
  position: absolute;
  top: calc(-0.0465277778 * min(100vw, 1440px));
  left: calc(0.0486111111 * min(100vw, 1440px));
  width: calc(0.3993055556 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .merit .merit05 .merit_title img {
    top: -5.8974358974vw;
    left: 3.8461538462vw;
    width: 44.8717948718vw;
  }
}
.merit .merit05 .merit_content {
  display: flex;
  padding-left: calc(0.1548611111 * min(100vw, 1440px));
  padding-bottom: calc(0.0555555556 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .merit .merit05 .merit_content {
    padding-left: 7.6923076923vw;
    padding-bottom: 15.3846153846vw;
  }
}
.merit .merit05 .merit_content p {
  color: #000;
  font-size: 24px;
  line-height: 44px;
  letter-spacing: 2.5px;
  width: calc(0.6597222222 * min(100vw, 1440px));
}
@media screen and (max-width: 960px) {
  .merit .merit05 .merit_content p {
    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: 0.15rem;
    width: 84.6153846154vw;
    margin-right: 1.2820512821vw;
  }
}
.merit .merit05 .merit_content p span {
  display: block;
}

.entry-btn_bottom {
  width: calc(0.2777777778 * min(100vw, 1440px));
  margin-top: calc(0.1111111111 * min(100vw, 1440px));
  margin-left: calc(0.3430555556 * min(100vw, 1440px));
  padding-bottom: calc(0.1111111111 * min(100vw, 1440px));
  transition: all 0.4s;
}
@media screen and (max-width: 960px) {
  .entry-btn_bottom {
    width: 51.2820512821vw;
    margin-top: 20.5128205128vw;
    margin-left: 21.2820512821vw;
    padding-bottom: 20.5128205128vw;
  }
}

.entry-btn_bottom:hover {
  transition: all 0.4s;
  filter: brightness(1.3);
}
@media screen and (max-width: 960px) {
  .entry-btn_bottom:hover {
    filter: none;
  }
}

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

  #フッター

-------------------------------------------------------------------- */
footer {
  background-color: #ffffff;
  padding: 30px 0 40px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  footer {
    padding: 3.8461538462vw 5.1282051282vw;
  }
}
footer .logo {
  width: 320px;
  margin: 0 auto 15px auto;
}
@media screen and (max-width: 960px) {
  footer .logo {
    width: 39.4871794872vw;
    margin: 0 auto 1.2820512821vw auto;
  }
}
footer .logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
footer small {
  font-size: 18px;
  font-weight: 300;
  line-height: 1em;
  color: #000;
}
@media screen and (max-width: 960px) {
  footer small {
    font-size: 0.8rem;
  }
}

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

  #アニメーション

-------------------------------------------------------------------- */
@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);
  }
}
.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 {
  position: relative;
  transition: all 0.6s;
  opacity: 0;
  transform: translate(20px, 0);
}

.fade-r.active {
  opacity: 1;
  transform: translate(0, 0);
}/*# sourceMappingURL=styles.css.map */