@charset 'UTF-8';
/* 初期設定系382行目まで */
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,
caption,
tfoot,
thead,
th,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a:hover {
  opacity: 0.8;
}

ins {
  text-decoration: none;
  color: #474747;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #474747;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

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

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

button:hover {
  cursor: pointer;
  cursor: hand;
}

input,
select {
  vertical-align: middle;
}

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

ol li,
ul li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

section {
  padding: 0% 0;
  overflow-x: hidden;
}

.inner {
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .inner {
    overflow: hidden;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 0 4%;
  }
}

figure {
  width: 100%;
}

img {
  width: 100%;
  vertical-align: bottom;
}

p {
  font-size: 19px;
  font-size: 2.4rem;
  line-height: 1.6em;
  font-weight: 500;
  letter-spacing: 0px;
}

h1 {
  line-height: 1;
  font-weight: 900;
  letter-spacing: -2px;
}

h2 {
  font-size: 19px;
  font-size: 2rem;
  line-height: 1.4em;
  font-weight: 900;
  letter-spacing: -2px;
}

h3 {
  font-size: 19px;
  font-size: 2.7rem;
  line-height: 1.6em;
  font-weight: 500;
  letter-spacing: 0px;
}

h4 {
  font-size: 19px;
  font-size: 2.3rem;
  line-height: 1.6em;
  font-weight: bold;
  letter-spacing: 0px;
}

h5 {
  font-size: 19px;
  font-size: 1.6rem;
  line-height: 1.6em;
  font-weight: 500;
  letter-spacing: -0.2px;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 19px;
    font-size: 5rem;
    line-height: 1.4em;
    font-weight: 900;
    letter-spacing: -2px;
  }
  h5 {
    font-size: 19px;
    font-size: 3.3rem;
    line-height: 1.6em;
    font-weight: 500;
    letter-spacing: -0.2px;
  }
  h3 {
    font-size: 19px;
    font-size: 3.7rem;
    line-height: 1.6em;
    font-weight: 500;
    letter-spacing: -0.2px;
  }
  h4 {
    font-size: 19px;
    font-size: 4.3rem;
    line-height: 1.6em;
    font-weight: bold;
    letter-spacing: 0px;
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }

  .pc_only {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 40px;
    font-size: 3.8rem;
    line-height: 1.5em;
  }
  figure {
    margin: 0 auto;
  }
  #header .inner {
    padding: 0;
  }
  #header #logo {
    max-width: 400px;
  }

  section .inner {
    margin: 0 auto;
  }

  figure img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: block !important;
  }
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  width: 100%;
  margin: 0 auto;
  color: #2d2f34;
  -webkit-text-size-adjust: 100%;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

button {
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}

/* 初期設定終わり */

header {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  padding: 1.5% 0 1.2%;
  transition: 1s;
}

.header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}

.header_logo {
  width: 19%;
  background: url(../img/logo_white.png) no-repeat center;
  background-size: 100%;
  padding: 2.1%;
  transition: 0.5s;
}

.change-color .header_logo {
  background: url(../img/logo_black.png) no-repeat center;
  background-size: 100%;
}

.header_c_item {
  width: 57%;
}

.hci_line {
  border-left: 2px solid #fff;
  height: 1.5vw;
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
  .header_c_item ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.header_c_item ul li a {
  font-size: 1vw;
  color: #fff;
  text-decoration: none;
  border: none;
  font-weight: bold;
  transition: 0.5s;
  position: relative;
  padding-bottom: 2px;
}

.header_c_item ul li a::before {
  background: #fff;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.change-color .header_c_item ul li a::before {
  background: #2d2f34;
}

.header_c_item ul li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.change-color {
  background-color: #fff;
}

.change-color ul li a {
  color: #2d2f34;
}

.change-color ul .hci_line {
  border-left: 2px solid #2d2f34;
}

.form_button {
  width: 25%;
  display: block;
  position: relative;
}

.form_button::before,
.form_button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.form_button::before {
  right: -75%;
  width: 0.5vw;
  height: 0.5vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header_c_item ul button {
  width: 100%;
  padding: 4% 0;
  letter-spacing: 1px;
  font-size: 1vw;
  border-radius: 100px;
  border: 2px solid #fff;
  color: #fff;
  background: #f4a316;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  transition: 0.5s;
}

.header_c_item ul a:hover {
  opacity: 1;
}

.header_c_item ul button:hover {
  background: #fff;
  color: #f4a316;
  border: 2px solid #f4a316;
}

@media screen and (max-width: 1000px) {
  .header_c_item ul button {
    border: 1px solid #fff;
  }
  .hci_line {
    border-left: 1px solid #fff;
    height: 1.5vw;
    transition: 0.5s;
  }
}

.header_c_item ul button:hover {
  cursor: pointer;
  cursor: hand;
}

.header_c_item ul button span {
  margin-right: 6%;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  header {
    padding: 3% 0 2%;
  }
  .header_logo {
    width: 55%;
    padding: 6%;
  }
  .header_content {
    width: 93%;
    margin: 0 auto;
  }
  .hci_line {
    display: none;
  }
  .header__nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background-color: rgba(255, 255, 255, 0.95);
    transition: ease 0.4s;
  }
  /* ハンバーガーメニュー */
  .header__hamburger {
    width: 12vw;
    height: 12vw;
  }
  .hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
    position: relative;
  }
  /* ハンバーガーメニューの線 */
  .hamburger span {
    width: 80%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    transition: ease 0.4s;
    display: block;
  }
  .change-color .hamburger span {
    background-color: #2d2f34;
  }

  .hamburger span:nth-child(1) {
    top: 2vw;
  }
  .hamburger span:nth-child(2) {
    margin: 24% 0;
    top: 2vw;
  }
  .hamburger span:nth-child(3) {
    top: 7.3vw;
  }
  /* ハンバーガーメニュークリック後のスタイル */
  .header__nav.active {
    transform: translateX(0);
  }
  .hamburger.active span:nth-child(1) {
    top: 20px;
    transform: rotate(45deg);
    background-color: #2d2f34;
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    top: 19px;
    transform: rotate(-45deg);
    background-color: #2d2f34;
  }
  .header_c_item ul li {
    text-align: center;
    margin-bottom: 10%;
  }
  .header_c_item ul li a {
    font-size: 5.5vw;
    margin-bottom: 40px;
    color: #2d2f34;
    text-align: center;
  }
  .nav-items {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    width: 70%;
  }
  .form_button {
    width: 100%;
    display: block;
    position: relative;
  }
  .header_c_item ul button {
    padding: 4% 0;
    font-size: 5vw;
  }
  .form_button::before {
    right: -75%;
    width: 2vw;
    height: 2vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.fv {
  padding-bottom: 4%;
  position: relative;
  z-index: 1;
  height: 52.5vw;
  overflow: hidden;
}

.scroll {
  position: absolute;
  right: 5%;
  width: 1%;
  top: 52%;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .scroll_img {
    animation-name: updown;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
  }
}

@keyframes updown {
  0% {
    transform: translate(0, 0px);
  }

  100% {
    transform: translate(0, -20%);
  }
}

@media screen and (max-width: 767px) {
  .scroll_img {
    animation-name: updown2;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
  }
}

@keyframes updown2 {
  0% {
    transform: translate(0, 0px);
  }

  100% {
    transform: translate(0, -40%);
  }
}

.slide {
  position: relative;
}
.slide img {
  position: absolute;
  opacity: 0;
  transition: all 1s ease-in-out;
}

.slideshow,
.slideshow2 {
  position: relative;
  width: 100%;
}
.slideshow img,
.slideshow2 img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0;
}
.slideshow img.active,
.slideshow2 img.active {
  z-index: 10;
  opacity: 1;
}
.slideshow img.last-active,
.slideshow2 img.last-active {
  z-index: 9;
}

.fv_sumai h1 {
  position: absolute;
  top: 17%;
  left: 20.5%;
  width: 27.2%;
  z-index: 10;
}

.five_point {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #1d236e;
  padding: 1% 0;
  z-index: 100;
}

.five_point .fp_inner {
  width: 80%;
  margin: 0 auto;
}

.five_point ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  -webkit-transform: translate3d(0, -27%, 0);
  transform: translate3d(0, -27%, 0);
}

.five_point ul li {
  width: 19.5%;
}

.mv_img img,
.mv_02 img {
  animation: slider-1 24.3s linear infinite;
}

.mv_02 {
  overflow: hidden;
}

@keyframes slider-1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@media screen and (max-width: 767px) {
  .fv_sumai h1 {
    position: absolute;
    top: 21%;
    left: 0%;
    right: 0%;
    margin: auto;
    width: 71%;
  }
  .scroll {
    position: absolute;
    right: 5%;
    width: 2.2%;
    top: 50%;
  }
  .five_point .fp_inner {
    width: 98%;
  }
  .five_point ul {
    justify-content: center;
    -webkit-transform: translate3d(0, -13%, 0);
    transform: translate3d(0, -13%, 0);
  }
  .five_point ul li {
    width: 30%;
    margin: 1%;
  }
  .fv {
    padding-bottom: 44%;
    height: 179vw;
  }
  .five_point {
    padding: 0% 0;
  }
}

.about_us {
  padding: 7% 0;
  background: url(../img/about_bg_pc.jpg) no-repeat center;
  background-size: cover;
}

.about_us_inner {
  width: 80%;
  margin: 0 auto;
}

.about_us h1 {
  width: 18%;
  margin: 0 auto;
}

.content_title {
  position: relative;
  padding-bottom: 1.5%;
}

.content_title::after {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  top: 0%;
  margin: auto;
  display: block;
  width: 5vw;
  border-bottom: 2px solid #1d236f;
}

.about_us p {
  font-size: 1vw;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-top: 3%;
}

.about_us_content {
  width: 100%;
  margin-top: 4%;
  padding: 12.5% 0;
  position: relative;
}

.about_us_content figure {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .auc_01 {
    width: 12.5%;
    top: 0%;
    left: 0%;
  }
  .auc_02 {
    width: 14.4%;
    top: 0%;
    left: 13.5%;
  }
  .auc_03 {
    width: 14.4%;
    bottom: 0%;
    left: 13.5%;
  }
  .auc_04 {
    width: 21.5%;
    top: 0%;
    left: 28.8%;
  }
  .auc_05 {
    width: 32.2%;
    bottom: 0%;
    left: 28.8%;
  }
  .auc_06 {
    width: 31.7%;
    top: 0%;
    right: 17%;
  }
  .auc_07 {
    width: 21%;
    bottom: 0%;
    right: 17%;
  }
  .auc_08 {
    width: 16.2%;
    top: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .about_us {
    padding: 22% 0;
    background: url(../img/about_bg_sp.jpg) no-repeat center;
    background-size: cover;
  }
  .about_us_inner {
    width: 92%;
  }
  .about_us p {
    font-size: 3.5vw;
    text-align: justify;
    line-height: 1.6;
    letter-spacing: 1px;
    margin: 8% 5% 0;
  }
  .about_us h1 {
    width: 40%;
  }

  .content_title {
    position: relative;
    padding-bottom: 3.5%;
  }

  .content_title::after {
    width: 12vw;
    border-bottom: 1px solid #1d236f;
  }
  .auc_01 {
    width: 45.3%;
    top: 0%;
    left: 0%;
  }
  .auc_02 {
    width: 52.3%;
    top: 0%;
    right: 0%;
  }
  .auc_03 {
    width: 52.3%;
    top: 26.8%;
    right: 0%;
  }
  .auc_04 {
    width: 60.5%;
    bottom: 22.5%;
    left: 0%;
  }
  .auc_05 {
    width: 60.5%;
    bottom: 0%;
    left: 0%;
  }
  .auc_06 {
    width: 36.9%;
    bottom: 0%;
    right: 0%;
  }
  .about_us_content {
    width: 100%;
    margin-top: 9%;
    padding: 45.5% 0;
  }
}

.business {
  padding: 7% 0;
  background: #f1f2f3;
  position: relative;
}

.swiper-slide {
  width: 30%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 4px 5px 16px 1px rgba(0, 0, 0, 0.03);
  position: relative;
}

.swiper-container {
  width: 98%;
  margin: 0 auto;
  padding: 1% 0;
}

.title_size {
  font-size: 42px;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1;
  margin-bottom: 3%;
  color: #2d2f34;
}

.business_inner {
  width: 80%;
  margin: 0 auto;
}

.fc_blue {
  color: #1d236f;
}

.swiper-slide h2 {
  font-size: 1.3vw;
  letter-spacing: 1px;
  color: #1d236f;
  font-weight: bold;
  text-align: left;
  margin: 10% 0 5%;
  line-height: 1;
}

.swiper-slide ul {
  margin-bottom: 10%;
  height: 6vw;
}

.swiper-slide ul li {
  font-size: 1vw;
  color: #2d2f34;
}

@media screen and (max-width: 1000px) {
  .swiper-slide {
    border-radius: 7px;
    position: relative;
    height: 25vw;
  }
  .swiper-container {
    padding: 1% 0 2%;
  }
  .swiper-slide h2 {
    font-size: 1.5vw;
  }
}

.swiper-slide a {
  color: #2d2f34;
  text-decoration: none;
  border-bottom: none;
  padding: 8%;
  display: block;
}

.swiper-slide .square {
  font-size: 0.7vw;
  color: #1d236f;
}

.business_yazirushi {
  position: absolute;
  bottom: 7%;
  right: 7%;
  margin: auto;
  width: 2vw;
  height: 2vw;
  background: #b3d8e2;
  border-radius: 50%;
}

.business_yazirushi > div {
  position: relative;
}

.business_yazirushi span {
  position: absolute;
  top: 0.6vw;
  right: 40%;
  vertical-align: middle;
  width: 0.7vw;
  height: 0.7vw;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.side_gray_left {
  position: absolute;
  z-index: 100;
  top: 0%;
  left: 0%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(241, 242, 243, 1) 50%,
    rgb(241, 242, 243, 0)
  );
  width: 8%;
}

.side_gray_right {
  position: absolute;
  z-index: 100;
  top: 0%;
  right: 0%;
  height: 100%;
  background: linear-gradient(
    -90deg,
    rgba(241, 242, 243, 1) 50%,
    rgb(241, 242, 243, 0)
  );
  width: 8%;
}

.swiper_content2 {
  position: relative;
  width: 48%;
  margin: 2% auto 0;
}

.swiper_content2 .bar {
  width: 80%;
  height: 3px;
  background: #fff;
}

.swiper_content2 .prev {
  left: auto !important;
  right: 9% !important;
  background-image: url(../img/right.png);
  background-size: 100%;
  width: 3vw !important;
  height: 3vw !important;
}

.swiper_content2 .next {
  background: url(../img/left.png);
  background-size: 100%;
  width: 3vw !important;
  height: 3vw !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #c5ad6d !important;
}

@media screen and (max-width: 1000px) {
  .swiper_content2 .prev {
    right: 12% !important;
    width: 4vw !important;
    height: 4vw !important;
  }

  .swiper_content2 .next {
    width: 4vw !important;
    height: 4vw !important;
  }
  .swiper_content2 .bar {
    width: 75%;
  }
}

.list_btn a {
  display: block;
  color: #1d236f;
  text-decoration: none;
  border-bottom: 0;
  width: 17%;
  margin: 7% auto 0;
  position: relative;
}

.list_btn a::before,
.list_btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.list_btn a::before {
  right: -75%;
  width: 0.5vw;
  height: 0.5vw;
  border-top: 2px solid #1d236f;
  border-right: 2px solid #1d236f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.list_btn a button {
  padding: 4% 10% 4% 1%;
  width: 100%;
  border-radius: 100px;
  margin: 7% auto 0;
  display: block;
  color: #1d236f;
  border: 1px solid #1d236f;
  font-size: 1.1vw;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.list_btn a:hover {
  opacity: 1;
}

.list_btn a button:hover {
  background: #1d236f;
  color: #fff;
  border: 1px solid #1d236f;
}

.list_btn a:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .business {
    padding: 22% 0;
  }
  .title_size {
    font-size: 8vw;
    letter-spacing: 3px;
    margin-bottom: 13%;
    color: #2d2f34;
  }
  .swiper-slide {
    width: 30%;
    background: #fff;
    border-radius: 7px;
    box-shadow: 4px 5px 16px 1px rgba(0, 0, 0, 0.03);
    position: relative;
    height: auto;
  }
  .swiper-container {
    width: 100%;
    padding: 1% 0 4%;
  }
  .side_gray_left {
    background: linear-gradient(
      90deg,
      rgba(241, 242, 243, 0.7) 50%,
      rgb(241, 242, 243, 0)
    );
    width: 8%;
  }
  .side_gray_right {
    background: linear-gradient(
      -90deg,
      rgba(241, 242, 243, 0.7) 50%,
      rgb(241, 242, 243, 0)
    );
    width: 8%;
  }
  .swiper_content2 {
    z-index: 999;
    width: 92%;
    margin: 7% auto 0;
  }
  .swiper_content2 .bar {
    width: 70%;
  }
  .swiper_content2 .prev {
    right: 16% !important;
    background-size: 100%;
    width: 10vw !important;
    height: 10vw !important;
  }

  .swiper_content2 .next {
    background-size: 100%;
    width: 10vw !important;
    height: 10vw !important;
  }
  .swiper-slide h2 {
    font-size: 4.4vw;
    margin: 10% 0 5%;
  }
  .swiper-slide ul {
    margin-bottom: 15%;
    height: auto;
  }

  .swiper-slide ul li {
    font-size: 2.8vw;
  }
  .business_yazirushi {
    bottom: 5%;
    right: 7%;
    width: 6vw;
    height: 6vw;
  }
  .business_yazirushi span {
    top: 1.8vw;
    right: 39%;
    width: 2vw;
    height: 2vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .list_btn a {
    width: 70%;
    margin: 30% auto 0;
  }
  .list_btn a button {
    padding: 5% 6% 5% 0%;
    margin: 7% auto 0;
    display: block;
    font-size: 4vw;
  }
  .list_btn a::before {
    right: -75%;
    width: 2vw;
    height: 2vw;
    border-top: 2px solid #1d236f;
    border-right: 2px solid #1d236f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .company_addres_span {
    display: inline-block !important;
  }
  .swiper-slide .square {
    font-size: 3vw;
  }
}

.feature {
  padding: 7% 0 7%;
  position: relative;
}

.feature_inner {
  width: 75%;
  margin: 0 auto;
}

.feature_bg_img {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
}

.feature ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 6% 0 0;
}

.feature ul li {
  width: 28%;
}

.feature_content_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 7% 0 3%;
}

.feature_content_title h2 {
  font-size: 1.35vw;
  line-height: 1;
  letter-spacing: 2px;
  color: #1d236f;
}

@media screen and (max-width: 1200px) {
  .feature_content_title h2 {
    font-size: 1.2vw;
  }
}

.feature_content_title img {
  width: 10%;
  margin-right: 3%;
}

.feature p {
  font-size: 1vw;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .feature {
    padding: 22% 0;
    position: relative;
  }
  .feature_inner {
    width: 88%;
  }
  .feature_bg_img {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
  }
  .feature ul {
    margin: 6% 0 0;
  }
  .feature ul li {
    width: 100%;
    margin-bottom: 10%;
  }
  .feature ul li:nth-of-type(3) {
    margin-bottom: 0%;
  }
  .feature .list_btn a {
    margin: 13% auto 0;
  }
  .feature p {
    font-size: 3.7vw;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: left;
  }
  .feature_content_title h2 {
    font-size: 5vw;
  }
  .feature_content_title img {
    width: 8%;
    margin-right: 2%;
  }
}

.flow {
  position: relative;
  padding: 4% 0 3.4%;
}

.flow_bg_img {
  position: absolute;
  width: 90%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: -1;
}

.flow ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 1% 0 2%;
  width: 70%;
  margin: 0 auto;
}

.flow ul li {
  width: 20.5%;
  border-radius: 50%;
  box-shadow: 4px 5px 16px 1px rgba(0, 0, 0, 0.03);
}

.flow ul div {
  width: 2%;
}

.flow .title_size {
  margin-bottom: 2.2%;
}

@media screen and (max-width: 767px) {
  .flow {
    position: relative;
    padding: 19% 0 15%;
  }
  .flow ul {
    display: block;
    padding: 1% 0 2%;
    width: 70%;
    margin: 10% auto 0;
  }
  .flow ul li {
    width: 78%;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 4px 5px 16px 1px rgba(0, 0, 0, 0.03);
  }
  .flow ul div {
    width: 8%;
    margin: 4% auto;
  }
  .flow ul div img {
    transform: rotate(90deg);
  }
}

footer {
  padding: 7% 0;
  background: #102540;
  color: #fff;
}

.footer_inner {
  width: 80%;
  margin: 0 auto;
}

.footer_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer__content_01 {
  width: 40%;
}

.footer__content_01 .footer_logo {
  width: 80%;
  margin-bottom: 5%;
}

.footer_content_02 {
  width: 100%;
  text-align: center;
}

footer p {
  font-size: 0.7vw;
  line-height: 1.6;
}

footer a {
  color: #fff;
  text-decoration: none;
  border-bottom: none;
}

.footer_content_02 ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer_content_02 ul li {
  width: 21%;
}

.footer_content_02 ul li:nth-of-type(1) {
  width: 25%;
}

.footer_content_02 ul li a {
  display: block;
  letter-spacing: 1px;
  margin-bottom: 3%;
  font-size: 0.8vw;
}

.footer_content_02 ul li a span {
  font-size: 0.6vw;
  margin-right: 3%;
}

.foco2_a {
  font-size: 1vw !important;
  font-weight: bold;
}

.privacy {
  margin-top: 7%;
}

@media screen and (max-width: 1000px) {
  .footer_inner {
    width: 90%;
    margin: 0 auto;
  }
  .footer_content_02 ul li {
    width: 18%;
  }

  .footer_content_02 ul li:nth-of-type(1) {
    width: 28%;
  }
}

@media screen and (max-width: 767px) {
  footer {
    padding: 18% 0;
  }
  .footer_inner {
    width: 84%;
  }
  .footer_content {
    flex-flow: wrap-reverse;
  }
  .footer__content_01 {
    width: 100%;
  }
  .footer_content_02 {
    width: 100%;
  }
  .footer_content_02 ul {
    margin-bottom: 10%;
  }
  .footer_content_02 ul li {
    width: 45%;
    margin-bottom: 8%;
  }
  .footer_content_02 ul li:nth-of-type(1) {
    width: 45%;
  }
  .foco2_a {
    font-size: 3.5vw !important;
    font-weight: bold;
  }
  .footer_content_02 ul li a {
    margin-bottom: 3%;
    font-size: 3vw;
  }
  footer p {
    font-size: 3vw;
  }
  .footer__content_01 .footer_logo {
    width: 90%;
    margin-bottom: 10%;
  }
}

.footer {
  transition: 0.5s;
}

.pagetop {
  position: fixed;
  bottom: 7%;
  right: 3%;
  z-index: 1000;
  transition: 0.5s;
}

.pagetop a {
  position: relative;
  border: 2px solid #1d236f;
  padding: 2%;
  border-radius: 50%;
  width: 4vw;
  height: 4vw;
  display: block;
}
.pagetop a::before {
  content: "";
  position: absolute;
  top: 1.55vw;
  right: 34%;
  vertical-align: middle;
  width: 1vw;
  height: 1vw;
  display: block;
  border-left: 2px solid #1d236f;
  border-top: 2px solid #1d236f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pagetop a a:hover {
  opacity: 1;
}

.pagetop a,
.pagetop a span {
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

.pagetop a:hover {
  border: 2px solid #fff;
  background: #1d236f;
}

.pagetop a:hover::before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

.pagetop.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/

.pagetop.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200px);
  }
}

@media screen and (max-width: 767px) {
  .pagetop a {
    border: 2px solid #1d236f;
    padding: 2%;
    width: 14vw;
    height: 14vw;
  }
  .pagetop {
    bottom: 7%;
    right: 3%;
    z-index: 1000;
    transition: 0.5s;
  }
  .pagetop a::before {
    top: 5vw;
    right: 0%;
    margin: auto;
    left: 0%;
    width: 4vw;
    height: 4vw;
    display: block;
    border-left: 2px solid #1d236f;
    border-top: 2px solid #1d236f;
  }
}

.swiper-slide figure {
  overflow: hidden;
}

.swiper-slide a:hover {
  opacity: 1;
}

.swiper-slide-a_img {
  transform: scale(1.15, 1.15);
  transition: 1s all;
}

.swiper-slide-a_img_original {
  transform: scale(1, 1);
  transition: 1s all;
}
