@charset "UTF-8";
/*
Theme Name: ダーウィンアセットパートナーズ株式会社 v3
Theme URI: https://www.darwin-ap.co.jp/
Description: ダーウィンアセットパートナーズのコーポレートサイト用テーマ
Version: 3.0.0
Author: Darwin Asset Partners
Requires at least: 6.0
Requires PHP: 7.4
*/


html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
img,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Arial,
    "Hiragino Sans", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  /*scroll-behavior: smooth;*/
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
textarea {
  padding: 0;
  margin: 0;
}

ol,
ul {
  list-style: none;
  box-sizing: border-box;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
}

caption,
th {
  text-align: left;
}

header:after,
footer:after,
section:after,
article:after,
aside:after,
div:after,
dl:after,
ul:after {
  overflow: hidden;
}

br {
  letter-spacing: 0;
}

img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0;
  vertical-align: bottom;
}

#spLinkBlockInPc {
  display: none;
}

#copy {
  padding: 0 20px 80px 20px;
  font-size: 0.8em;
}

.mincho {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
}

.noto {
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Arial,
    "Hiragino Sans", Meiryo, sans-serif;
}

.rubik {
  font-family: "Rubik", "Noto Sans JP", YuGothic, "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Arial,
    "Hiragino Sans", Meiryo, sans-serif;
}

body#body {
  letter-spacing: 0.09em;
  background: #fff;
  font-size: 1em;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  color: #333;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

dl.about {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
dl.about dt {
  width: 30%;
}

dl.about dd {
  width: 70%;
}

@keyframes fadeIn {
  0% {
    opacity: 1%;
  }
  100% {
    opacity: 100%;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 1%;
  }
  100% {
    opacity: 100%;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 0.95em;
  }
}

.clear {
  clear: both;
}

.clearfix {
  overflow: hidden;
}

.center {
  text-align: center !important;
}

.center01 {
  text-align: center;
}

@media (max-width: 768px) {
  .center01 {
    text-align: left;
  }

  .center02 {
    text-align: center;
  }
}

.textleft {
  text-align: left !important;
}

.textright {
  text-align: right !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10,
.mb10pc {
  margin-bottom: 10px;
  margin-bottom: 20px;
}

.mb15 {
  margin-bottom: 15px;
  margin-bottom: 25px;
}

.mb20 {
  margin-bottom: 20px;
  margin-bottom: 30px;
}

.mb20pc {
  margin-bottom: 20px;
  margin-bottom: 30px;
}

.mb25 {
  margin-bottom: 25px;
  margin-bottom: 35px;
}

.mb30 {
  margin-bottom: 30px;
  margin-bottom: 40px;
}

.mb40 {
  margin-bottom: 40px;
  margin-bottom: 50px;
}

.mb50 {
  margin-bottom: 50px;
  margin-bottom: 60px;
}

.mb60 {
  margin-bottom: 60px !important;
  margin-bottom: 70px !important;
}

.mb70 {
  margin-bottom: 70px;
  margin-bottom: 80px;
}

.mb80 {
  margin-bottom: 80px !important;
  margin-bottom: 90px !important;
}

.mb80pc {
  margin-bottom: 80px !important;
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px;
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
  margin-bottom: 130px;
}

.mb180 {
  margin-bottom: 180px;
  margin-bottom: 190px;
}

.mb300 {
  margin-bottom: 300px;
  margin-bottom: 310px;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.mt20 {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .mb10,
  .mb10pc {
    margin-bottom: 0;
  }

  .mb20sp {
    margin-bottom: 20px;
    margin-bottom: 30px;
  }

  .mb20pc {
    margin-bottom: 0;
  }

  .mb40sp {
    margin-bottom: 40px !important;
    margin-bottom: 50px !important;
  }

  .mb50 {
    margin-bottom: 40px;
    margin-bottom: 50px;
  }

  .mb60 {
    margin-bottom: 40px !important;
    margin-bottom: 50px !important;
  }

  .mb70 {
    margin-bottom: 40px;
    margin-bottom: 50px;
  }

  .mb80 {
    margin-bottom: 60px;
    margin-bottom: 70px;
  }

  .mb80pc {
    margin-bottom: 40px !important;
    margin-bottom: 50px !important;
  }

  .mb100 {
    margin-bottom: 60px;
    margin-bottom: 70px;
  }

  .mb120 {
    margin-bottom: 80px;
    margin-bottom: 90px;
  }

  .mb180 {
    margin-bottom: 60px;
    margin-bottom: 70px;
  }

  .mb300 {
    margin-bottom: 60px;
    margin-bottom: 70px;
  }

  .mt20 {
    margin-top: 0;
  }
}

a:link,
a:visited {
  text-decoration: underline;
  overflow: hidden;
  color: #1a0dab;
}

a:hover {
  text-decoration: none;
  color: #333;
}

ul {
  list-style-type: none;
}

.big {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.7;
}

.big02 {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.7;
}

.big03 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.7;
}

.big04 {
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.7;
}

.big05 {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .big {
    font-size: 1.2em;
  }

  .big02 {
    font-size: 1.3em;
  }

  .big03 {
    font-size: 1.5em;
  }

  .big04 {
    font-size: 1.5em;
  }

  .big04 {
    font-size: 1.4em;
  }

  .small03 {
    font-size: 0.8em;
  }
}

.small {
  font-size: 0.9em;
}

.small02 {
  font-size: 0.7em;
}

.bold {
  font-weight: 700 !important;
}

.bold a {
  font-weight: 700 !important;
}

.white {
  color: #fff !important;
}

.white a:hover,
.white:hover {
  color: #fff !important;
}

.orange {
  color: #4788ff !important;
}

.orange02 {
  color: #d11111 !important;
}

.blue {
  color: #4788ff !important;
}

.navy {
  color: #3f6d93 !important;
}

.navy02 {
  color: #518bbb !important;
}

.green {
  color: #22a200 !important;
}

.purple {
  color: #4d3f93 !important;
}

.brown {
  color: #c07709 !important;
}

/*切り替えのスタイル*/

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media (max-width: 1020px) {
  .ipad {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    width: 100%;
  }

  dl.about {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  dl.about dt {
    width: 100%;
  }

  dl.about dd {
    width: 100%;
    padding-left: 1rem;
  }
}

/*box*/

.box1200 {
  clear: both;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.box1200b {
  clear: both;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}

.box1080 {
  clear: both;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.box1020 {
  clear: both;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.box680 {
  clear: both;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 768px) {
  .box1120,
  .box1080,
  .box1020 {
    padding-left: 0;
    padding-right: 0;
  }

  .box680 {
    max-width: 768px;
  }
}

/*border*/
.border01 {
  width: 90%;
  height: 2px;
  margin: 50px auto;
  border: 1px solid #c2c3c3;
}

@media (max-width: 768px) {
  .border01 {
    width: 100%;
    margin: 40px auto;
  }
}

/*base*/
.base01 {
  clear: both;
  width: 100%;
}

@media (max-width: 768px) {
  .base01 {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
}

/*section*/
.section01 {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section02 {
  padding-bottom: 100px;
  position: relative;
}

.section03 {
  padding-top: 100px;
  padding-bottom: 160px;
  position: relative;
}

.section04 {
  padding-top: 40px;
  padding-bottom: 160px;
  position: relative;
}

.section05 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

/*button*/
.button01 a {
  min-width: 320px;
  padding: 20px 40px;
  color: #fff;
  background: url("images/arrow.webp") no-repeat right 20px center #0d4d8c;
  background-size: 18px;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
}

.button02 a {
  min-width: 150px;
  padding: 7px 20px;
  color: #fff;
  background: #424242;
  display: block;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
}

@media (max-width: 768px) {
  .button01 a {
    width: 100%;
    min-width: 100px;
    padding: 20px;
    vertical-align: bottom;
    box-sizing: border-box;
    font-size: 1.05em;
  }

  .button01,
  .button02 {
    margin: 0 auto;
    padding: 5px 20px;
    font-size: 0.95em;
    text-align: center;
  }
}

/*fadein
***************************************/
.fade {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.fade:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/*scale*/
.scale {
  overflow: hidden;
}

.scale img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -ms-transition: 0s ease-in-out;
}

.scale img:hover {
  webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/*youtubeのスタイル*/
.youtube01 {
  position: relative;
  width: 100%;
  padding: 54.3% 0 0 0;
}

.youtube01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*googlemapのスタイル*/
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*flex*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex01,
.flex03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /*-webkit-box-pack:justify;
	-ms-flex-pack:justify;*/
  justify-content: space-between;
  align-content: space-between;
}

.flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: space-between;
}

.flex04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: reverse;
  -webkit-flex-wrap: reverse;
  flex-wrap: wrap-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: space-between;
}

.flex05 {
  display: flex;
  flex-wrap: wrap;
}

.flex_center {
  align-items: center;
}

.flex_center02 {
  justify-content: center;
  align-items: center;
}

.flex_center03 {
  justify-content: center;
  align-items: center;
}

.flex_after01:after {
  width: 31%;
  content: "";
  display: block;
}

.flex_after02:before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}

.flex_after02:after {
  width: 23%;
  content: "";
  display: block;
}

.flex_bottom {
  align-items: flex-end;
}

.flex_right {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .flex03 {
    flex-direction: column-reverse;
  }

  .flex_center03 {
    align-items: stretch;
    justify-content: space-between;
  }
}

/*table*/
.table01 tr {
  border-bottom: 1px solid #ddd;
}

.table01 tr:last-of-type {
  border-bottom: none;
}

.table01 th {
  width: 20%;
  padding: 25px 0;
  font-weight: 700;
}

.table01 td {
  width: 78%;
  padding: 25px 0;
}

.table01 .gmap {
  width: 70%;
}

.table02 th {
  width: 13%;
  padding: 20px 0;
  font-weight: 700;
}

.table02 td {
  width: 85%;
  padding: 20px 0;
}

.table03 {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9em;
}

.table03 th {
  width: 20%;
  padding: 15px;
  font-weight: 700;
  background: #f5f5f5;
  border: 1px solid #ddd;
}

.table03 td {
  width: 80%;
  padding: 15px;
  border: 1px solid #ddd;
}

@media (max-width: 768px) {
  .table01 th,
  .table02 th {
    width: 100%;
    padding: 20px 0 5px 0;
    display: block;
  }

  .table01 td,
  .table02 td {
    width: 100%;
    padding: 0 0 20px 0;
    display: block;
  }

  .table01 .gmap {
    width: 100%;
  }

  .table03 {
    font-size: 0.9em;
  }

  .table03 th {
    width: 30%;
    padding: 10px;
  }

  .table03 td {
    width: 70%;
    padding: 10px;
  }
}

/*title*/
.title01 {
  font-size: calc(24 / 16 * 1em);
  font-weight: 400;
  line-height: 1.75;
  position: relative;
  display: block;
  margin-bottom: 32px;
  color: #c07709;
}

.title02 {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.7;
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}

.title02:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 5px;
  background-color: #3f6d93;
}

@media (max-width: 768px) {
}
/* 
header
header#header {
    width: 100%;
    height: 90px;
    padding: 0 40px;
    background: #fff;
    position: fixed;
    z-index: 999;
}

.header_logo {
    width: 20%;
    padding: 20px 0 0 0;
}

.header_logo img {
     max-width:300px;
}

.header_menu {
    width: 80%;
}

.header_contact {
    text-align: right;
}

.header_contact {
	display:flex;
	flex-direction: row;
	  justify-content: flex-end;

}
.header_contact p {
	margin-right:5px;
}
.header_contact p:first-child a {
    background: #4788FF;	
}

.header_contact p a {
	padding: 3px 25px;
    display: block;
    background: #0D4D8C;
    color: #fff;
    font-size: 0.9em;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

/* 
.header_contact p a {
    padding: 3px 25px;
    display: inline-block;
    background: #0D4D8C;
    color: #fff;
    font-size: 0.9em;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}
 */

.header_nav ul li {
  margin-left: 60px;
}

.header_nav ul li a {
  display: block;
  font-size: 0.95em;
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 1080px) {
  .header_nav ul li {
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  header#header {
    height: 80px;
    padding: 0;
  }

  .header_logo {
    width: 70%;
    padding: 20px 0 0 0;
  }

  .header_logo img {
    max-width: 220px;
  }

  .main_menu {
    display: flex;
  }

  .sp-menu__box {
    position: fixed;
    top: 10px;
    right: 5px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }

  .sp-menu__box span,
  .sp-menu__box span:before,
  .sp-menu__box span:after {
    content: "";
    display: block;
    height: 2px;
    width: 25px;
    border-radius: 1px;
    background: #251714;
    position: absolute;
  }
  .sp-menu__box span:before {
    bottom: 8px;
  }
  .sp-menu__box span:after {
    top: 8px;
  }
  #sp-menu__check {
    display: none;
  }
  #sp-menu__check:checked ~ .sp-menu__box span {
    background: rgba(255, 255, 255, 0);
  }
  #sp-menu__check:checked ~ .sp-menu__box span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #sp-menu__check:checked ~ .sp-menu__box span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  #sp-menu__check:checked ~ .sp-menu__content {
    left: 0;
  }
  .sp-menu__content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background: rgba(255, 255, 255, 0.95);
    transition: all 0.3s;
  }
  .sp-menu__list {
    padding: 70px 30px 0;
  }

  .sp-menu__link {
    display: block;
    width: 100%;
    font-size: 1.4em;
    box-sizing: border-box;
    padding: 10px;
    color: #251714 !important;
    font-weight: bold;
    text-decoration: none !important;
  }

  .sns_icon02 ul li {
    margin: 0 20px;
  }

  .sns_icon02 ul li img {
    max-width: 28px;
  }
}
*/

/*low_visual*/
#wrap {
  padding-top: 90px;
  max-width: 1512px;
  margin-inline: auto;
}

.low_visual {
  clear: both;
  padding: 80px 0 40px 0;
}

.low_visual h2 {
  font-size: 3.4em;
  font-weight: 700;
  line-height: 1.7;
}

.crumb {
  clear: both;
  padding: 5px 0;
}

.crumb ul li {
  font-size: 0.9em;
}

.crumb ul li:after {
  content: "　＞　";
}

.crumb ul li:last-child:after {
  content: none;
}

@media (max-width: 768px) {
  #wrap {
    padding-top: 80px;
  }

  .low_visual {
    clear: both;
    padding: 40px 0 20px 0;
  }

  .low_visual h2 {
    font-size: 2.1em;
  }

  .low_visual h2.title_small {
    font-size: 2.1em;
    font-size: 1.9em;
    letter-spacing: 0.02em;
  }

  .crumb ul li {
    font-size: 0.85em;
    letter-spacing: 0.04em;
  }
}

/*main_slide*/
.main_slide {
  width: 100%;
  max-width: 1780px;
  height: 740px;
  object-fit: cover;
  margin: 0 auto 40px auto;
  /* overflow: hidden; */
  position: relative;
}

.mv {
  position: relative;
  width: 100%;
  height: 100%;
}

.mv__list {
  position: relative;
  width: 100%;
  height: 100%;
}

.mv__item {
  position: absolute;
  width: 794.58px;
  height: 521.44px;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
@media (max-width: 768px) {
  .main_slide {
    overflow: hidden;
  }
  .mv__item {
    width: 332.53px;
    height: 218.22px;
  }
}

.slide_img {
  width: 60%;
  margin-right: 3%;
}

.slide_img img {
}

.slide_txt {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 100px;
}

.slide_txt_box {
  position: relative;
  padding-left: 40px;
}

.slide_txt h2 {
  font-size: 2.8em !important;
  line-height: 1.5;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}
.slide_txt h3 {
  font-size: 1.05em !important;
  line-height: 1.8;
  position: relative;
  z-index: 10;
}

.back01 {
  content: "";
  background-color: rgba(13, 77, 140, 0.55);
  width: 60%;
  height: 320px;
  position: absolute;
  left: 0;
  bottom: 140px;
}

.back02 {
  content: "";
  background-color: rgba(13, 77, 140, 0.55);
  width: 30%;
  height: 450px;
  position: absolute;
  left: 0;
  top: -300px;
}

.back03 {
  content: "";
  background-color: rgba(13, 77, 140, 0.55);
  width: 70%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 200px;
}

@media (max-width: 1000px) {
  .main_slide {
    height: 100%;
  }

  .slide_img {
    width: 100%;
    margin-right: 0;
  }

  .slide_txt_box {
    padding-left: 10px;
  }

  .slide_txt {
    width: 100%;
    padding: 40px 20px 0 20px;
    position: static;
  }

  .slide_txt h2 {
    font-size: 2.2em !important;
    line-height: 1.5;
    margin-bottom: 40px;
  }

  .slide_txt h3 {
    font-size: 0.9em !important;
  }

  .back01 {
    width: 95%;
    height: 200px;
    position: absolute;
    top: -80px;
    left: 0px;
    bottom: auto;
  }

  .back02 {
    width: 70%;
    height: 320px;
    position: absolute;
    top: -200px;
    left: 0px;
    bottom: auto;
  }

  .back03 {
    width: 90%;
    height: 150px;
    position: absolute;
    top: -30px;
    left: 0px;
    bottom: auto;
  }
}

.main_slide_txt {
  position: absolute;
  z-index: 10;
  top: 25%;
  right: 10%;
}

.main_slide .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  animation: bgAnime 15s 0s infinite; /* 3画像 × 各5s = 15s */
  z-index: 0;
}

.main_slide .src1 {
  background-image: url("images/kv_bg01.webp");
  background-size: cover;
}
.main_slide .src2 {
  background-image: url("images/kv_bg02.webp");
  animation-delay: 5s;
  background-size: cover;
}
.main_slide .src3 {
  background-image: url("images/kv_bg03.webp");
  animation-delay: 10s;
  background-size: cover;
}

@keyframes bgAnime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    transform: scale(1.05);
    z-index: 10;
  }
  100% {
    opacity: 0;
    transform: scale(1.05);
  }
}

.main_slide .n2-ss-section-main-content {
  padding-top: 250px !important;
}

@media (max-width: 1280px) {
  .main_slide {
    height: 100%;
  }
}

@media (max-width: 1180px) {
  .main_slide .n2-ss-section-main-content {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
}

@media (max-width: 768px) {
  .main_slide {
    height: 100%;
  }

  .main_slide_txt {
    top: 25%;
    right: 0;
    left: 0;
    padding: 0 30px;
  }

  .main_slide .src1 {
    background-image: url("images/kv_bg01_sp.webp");
    background-size: cover;
  }
  .main_slide .src2 {
    background-image: url("images/kv_bg02_sp.webp");
  }
  .main_slide .src3 {
    background-image: url("images/kv_bg03_sp.webp");
  }

  .main_slide .n2-ss-section-main-content {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

.dots-4 {
  width: 100%;
  position: absolute;
  bottom: 40px;
}

.dots-4 .slick-dots {
  text-align: center;
}
.dots-4 .slick-dots li {
  display: inline-block;
}
.dots-4 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
}

.dots-4 .slick-dots .slick-active button {
  background: #4face5;
}

/*bg*/
.gray_bg {
  background: #f8f8f8;
}

/*index*/
.index_left {
  width: 55%;
}

.index_right {
  width: 45%;
}

.reason {
  position: absolute;
  bottom: 30px;
  z-index: -1;
}

.reason img {
  max-width: 570px;
}

.about_us {
  position: absolute;
  top: 20px;
  right: -10px;
  z-index: -1;
}

.about_us img {
  max-width: 760px;
}

.news {
  position: absolute;
  top: 0;
  right: -10px;
  z-index: -1;
}

.news img {
  max-width: 440px;
}

.mission {
  position: absolute;
  top: -50px;
  right: -15px;
  z-index: -1;
}

.mission img {
  max-width: 600px;
}

.service {
  position: absolute;
  top: 30px;
  left: -10px;
  z-index: -1;
}

.service img {
  max-width: 580px;
}

.service02 {
  position: absolute;
  top: 20px;
  right: -10px;
  z-index: 0;
}

.service02 img {
  max-width: 580px;
}

.reason02 {
  position: absolute;
  top: 10px;
  right: -5px;
  z-index: 1;
}

.reason02 img {
  max-width: 570px;
}

.index_bg01 {
  position: absolute;
  top: 0;
}

.index_title {
  padding: 90px 0 50px 0;
}

.white_box {
  padding: 45px;
  background: #fff;
}

.reason_list01 {
  padding: 30px 0;
  border-bottom: 1px solid #333;
}

.reason_list01:first-of-type {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #333;
}

.reason_list01:last-of-type {
  border-bottom: none;
}

.reason_list01 dt {
  width: 30%;
}

.reason_list01 dd {
  width: 65%;
}

.reason_list02 {
  width: 48%;
}

.news_list01 {
  padding: 30px 40px;
  border-top: 1px solid #333;
}

.news_list01:first-of-type {
  border-top: none;
}

.news_list01 a {
  color: #333;
  text-decoration: none;
}

.bottom_bg {
  background: url("images/bottom_bg.webp") no-repeat center;
  background-size: cover;
}

.bottom_img {
  width: 28%;
}

.bottom_img img {
  margin-top: -40px;
}

.bottom_txt {
  width: 67%;
  padding: 50px 0;
}

.news_list02 {
  width: 31%;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .index_left {
    width: 100%;
  }

  .index_right {
    width: 100%;
    margin-bottom: 40px;
  }

  .reason img {
    width: 80%;
  }

  .about_us {
    width: 80%;
    position: absolute;
    text-align: right;
    top: 20px;
    right: -10px !important;
    z-index: -1;
  }

  .news {
    width: 60%;
    position: absolute;
    top: 0;
    right: -10px;
    z-index: -1;
  }

  .mission {
    width: 60%;
  }

  .service {
    width: 60%;
  }

  .service02 {
    width: 60%;
  }

  .reason02 {
    width: 60%;
  }

  .white_box {
    padding: 30px 40px;
  }

  .reason_list01 dt {
    width: 100%;
    margin-bottom: 20px;
  }

  .reason_list01 dd {
    width: 100%;
  }

  .reason_list01 dd h3 {
    text-align: center;
  }

  .reason_list02 {
    width: 100%;
  }

  .reason_list02 dd h3 {
    text-align: center;
  }

  .news_list01 {
    padding: 30px 0;
  }

  .bottom_bg {
    background: url("images/bottom_bg_sp.webp") no-repeat center;
    background-size: cover;
  }

  .bottom_img {
    display: none;
  }

  .bottom_txt {
    width: 100%;
    padding: 40px 0;
  }

  .news_list02 {
    width: 100%;
  }

  .news_img {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

/*form*/
.contact iframe {
  margin: 0 auto;
  display: block;
}

.contact dl {
  padding: 20px 0;
  vertical-align: top;
}

.contact dl dt {
  margin-bottom: 10px;
  font-weight: 600;
}

.contact dl dt label {
  font-weight: 600;
}

.contact dl dt .must {
  margin-left: 5px;
  padding: 1px 7px 0 7px;
  color: #fff;
  font-size: 0.75em;
  font-weight: 700;
  display: inline-block;
  background: #dc515a;
}

.contact dl dt .must02 {
  font-weight: normal;
  font-size: 0.8em;
}

.contact dl dd select {
  padding: 20px 15px;
  border: none;
  background: #fff;
  font-size: 1em;
  cursor: pointer;
  border-radius: 0;
  box-sizing: border-box;
}

.contact dl dd input {
  padding: 20px 15px;
  border: none;
  background: #f8f8f8;
  font-size: 1em;
  cursor: pointer;
  border-radius: 0;
  box-sizing: border-box;
}

.contact dl dd input.short01 {
  width: 100%;
}

.contact dl dd textarea {
  width: 100%;
  padding: 15px;
  border: none;
  background: #f8f8f8;
  font-size: 1.25em;
  cursor: pointer;
  border-radius: 0;
  box-sizing: border-box;
  appearance: none;
  font-weight: normal;
  -webkit-appearance: none;
}

.contact dl:last-of-type {
  margin-bottom: 40px;
}

.contact input[type="submit"] {
  min-width: 380px;
  padding: 15px 30px;
  display: inline-block;
  font-size: 1.1em;
  color: #fff;
  text-align: center;
  background: #0d4d8c;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 0;
  transition: 0.3s;
}

.contact .back-bt input[type="submit"] {
  min-width: 200px;
  padding: 8px 20px;
  color: #333;
  background: #fff;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 0;
  font-size: 0.9em;
  letter-spacing: 0.1em;
}

.contact input[type="submit"]:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.contact input[type="button"] {
  min-width: 380px;
  padding: 15px 30px;
  display: inline-block;
  font-size: 1.1em;
  color: #fff;
  text-align: center;
  background: #0d4d8c;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 0;
  transition: 0.3s;
}

.contact input[type="button"]:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.contact dl dt.w100 {
  padding-right: 30px;
}

.contact-bt {
  width: 48%;
}

.contact-bt a {
  min-width: 290px;
  padding: 12px 40px;
  display: inline-block;
  font-size: 1.1em;
  color: #fff;
  text-align: center;
  background: #0d4d8c;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-radius: 30px;
}

.contact-bt a:hover {
  background: #0d4d8c;
  color: #fff;
}

input[type="checkbox"] {
  transform: scale(1.6);
  margin: 0;
}

.checkbox_txt {
}

.mw_wp_form input[name="__children[privacypolicy][]"] + .error {
  display: inline;
  padding-right: 0.5em;
}

@media (max-width: 768px) {
  .contact input[type="submit"],
  .contact input[type="button"] {
    width: 80%;
    min-width: 100px;
    display: block;
    margin-left: 10%;
    margin-right: 10%;
    padding: 18px 10px;
    font-size: 1.1em;
  }

  .contact dl dd select {
    width: 100%;
  }

  .contact dl dd textarea {
    font-size: 1em;
  }

  .contact-bt {
    width: 100%;
  }

  .contact-bt a {
    width: 80%;
    min-width: 100px;
    display: block;
    margin-left: 10%;
    margin-right: 10%;
    padding: 18px 10px;
    font-size: 1.1em;
  }
}
/*footer*/
footer#footer {
  clear: both;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 40px;
  border-top: 1px solid #333;
}

footer#footer a {
  color: #333;
}

.footer_company {
  width: 30%;
  margin-bottom: 40px;
}

.footer_company h3 img {
  max-width: 270px;
}

.footer_right {
  width: 65%;
}

.footer_list01 {
  margin-bottom: 25px;
}

.footer_list01 ul li {
  margin-right: 20px;
  margin-bottom: 10px;
}

.footer_list01 ul li a {
  min-width: 140px;
  padding: 5px 10px 3px 10px;
  display: inline-block;
  background: #0d4d8c;
  color: #fff !important;
  font-size: 0.85em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.footer_list01 ul li.footer_bt02 a {
  min-width: 140px;
  padding: 5px 10px 3px 10px;
  display: inline-block;
  color: #fff !important;
  font-size: 0.85em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.footer_list01 ul li.footer_bt02:last-child a {
  background: #4788ff;
}

.footer_list02 {
  margin-bottom: 40px;
}

.footer_list02 ul li {
  margin-right: 30px;
  margin-bottom: 5px;
}

.footer_list02 ul li a {
  font-size: 0.85em;
}

.copyright {
  width: 100%;
  font-size: 0.8em;
}

.indent01 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent02 {
  padding-left: 2em;
  text-indent: -1em;
}

.indent03 {
  padding-left: 3em;
  text-indent: -1em;
}

.shadow {
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
}

@media (max-width: 768px) {
  footer#footer {
    padding-top: 40px;
  }

  .footer_company {
    width: 100%;
  }

  .footer_company h3 {
    text-align: center;
  }

  .footer_company h3 img {
    max-width: 270px;
  }

  .footer_right {
    width: 100%;
  }

  .footer_list01 {
    margin-bottom: 25px;
  }

  .footer_list01 ul li {
    width: 48%;
    margin: 0;
  }

  .footer_list01 ul li:nth-child(2n) {
    margin-left: 4%;
  }

  .footer_list01 ul li a {
    width: 100%;
    padding: 10px 10px 8px 10px;
    font-size: 0.9em;
  }

  .footer_list01 ul li.footer_bt02 a {
    font-size: 0.7em;
    padding: 10px 10px 8px 10px;
    font-size: 0.9em;
  }

  .footer_list02 {
    margin-bottom: 30px;
  }

  .footer_list02 ul li a {
    font-size: 0.9em;
  }

  .footer_list01 ul li.footer_bt02:last-child a {
    background: #4788ff;
    width: 370px;
    max-width: 370px;
  }
}

/*item*/
.item_list {
  width: 31%;
  padding: 30px;
  margin-bottom: 40px;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.flex-grow {
  flex-grow: 1;
}

@media (max-width: 768px) {
  .item_list {
    width: 100%;
    margin-bottom: 40px;
  }
}

/*accordion*/
.accordion {
}

.accordion .toggle {
  display: none;
}

.option {
  position: relative;
  margin-bottom: 1em;
}

.accordion .title,
.accordion .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.accordion .title {
  cursor: pointer;
}

.accordion .title:after,
.accordion .title:before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 4px;
  height: 1.5em;
  background-color: #4c5357;
  transition: all 0.3s;
}

.accordion .title:after {
  transform: rotate(90deg);
}
.accordion .content {
  max-height: 0;
  overflow: hidden;
}

.accordion .toggle:checked + .title + .content {
  max-height: 1800px;
  transition: all 0.8s;
}
.accordion .toggle:checked + .title:before {
  transform: rotate(90deg) !important;
}

/*about*/
.about_img img {
  width: 40%;
}

@media (max-width: 768px) {
  .about_img img {
    width: 60%;
  }
}

/*news_detail company*/
.news_title {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.square01 {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 500px;
  max-height: 500px;
  background: #f8f8f8;
  top: 0;
  z-index: -99;
}

.square02 {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 560px;
  max-height: 560px;
  background: #e9e9e9;
  top: 40px;
  z-index: -99;
}

.ceo_img {
  width: 50%;
  padding: 40px 5vw 0 10vw;
}

.ceo_txt {
  width: 50%;
}

.ceo_txt h3 {
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.5;
}

.tegaki img {
  max-width: 190px;
}

.mission01 {
  /*padding: 30px 40px;*/
  padding: 30px 40px 0 40px;
  /*border :3px solid #333;*/
}

.mission02 {
  padding: 30px 40px;
  background: #ff803b;
  background: #555;
}

.mission03 {
  padding: 30px 40px;
  background: #ffae3b;
  background: #777;
}

.mission04 {
  padding: 30px 40px;
  background: #999;
}

@media (max-width: 1080px) {
  .ceo_txt h3 {
    font-size: 1.9em;
  }
}

@media (max-width: 768px) {
  .ceo_img {
    width: 40%;
    padding: 20px 0 0 0;
    margin-left: -50px;
  }

  .ceo_txt {
    width: 60%;
    padding: 0;
  }

  .ceo_txt h3 {
    font-size: 4.8vw;
  }

  .mission01 {
    padding: 20px 10px 0 10px;
  }

  .mission02,
  .mission03,
  .mission04 {
    padding: 20px;
  }
}

/*ページネーション*/
.pagenation {
  margin-top: 40px;
}

.pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagenation ul li {
  margin: 0 10px;
  font-size: 1.1em;
}

.pagenation ul li a {
  text-decoration: none;
}

.pagenation ul li span.current {
  font-weight: bold;
  color: #333;
}

.pagenation ul li a.prev,
.pagenation ul li a.next {
  padding: 5px 5px 0 5px;
  display: inline-block;
  text-decoration: none;
  color: #0d4d8c;
}

.pagenation ul li a.prev:hover,
.pagenation ul li a.next:hover {
  background: #0d4d8c;
  color: #fff;
}

.pagenation ul li.active {
  font-weight: bold;
  color: #333;
}

.pagenation ul li.prev a,
.pagenation ul li.next a {
  padding: 5px 5px 0 5px;
  display: inline-block;
  text-decoration: none;
  color: #0d4d8c;
}

.pagenation ul li.prev a:hover,
.pagenation ul li.next a:hover {
  color: #333;
}

/*blog*/
.blog_left {
  width: 70%;
}

.blog_right {
  width: 25%;
}

.cate_tab a {
  padding: 1px 10px 0 10px;
  color: #959595;
  text-decoration: none;
  font-size: 0.9em;
  display: inline-block;
  border: 1px solid #959595;
  border-radius: 2px;
}

.cate_tab a:hover {
  color: #fff;
  background: #959595;
}

.blog_right h3 {
  border-bottom: 1px solid #251714;
}

.cate_list li {
  border-bottom: 1px solid #959595;
}

.cate_list li:last-child {
  border-bottom: none;
}

.cate_list li a {
  padding: 10px;
  display: block;
  color: #333;
  text-decoration: none;
}

/*detail*/
.detail .fullsize img {
  width: 100%;
}

.detail img {
  width: 100%;
}

.detail h2 {
  font-size: 1.7em;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 1px solid #3f6d93;
}

.detail h2 + br {
  display: none;
}

.detail h3 {
  clear: both;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 15px;
  background: #f8f8f8;
}

.detail h3 + br {
  display: none;
}

.detail h4 {
  clear: both;
  font-size: 1.15em;
  font-weight: 600;
  margin-bottom: 10px;
}

.detail h4 + br {
  display: none;
}

.detail img,
.size-full {
  margin-bottom: 20px !important;
  width: 100% !important;
  height: 100% !important;
}

.detail p {
  clear: both;
  margin-bottom: 30px;
}

.detail a {
  color: #1a0dab !important;
  word-break: break-all;
  text-decoration: underline !important;
  font-weight: 400;
}

.detail a:hover {
  text-decoration: none !important;
}

.detail ul li {
  list-style: disc;
}

.detail blockquote {
  clear: both;
  margin-bottom: 40px;
  padding: 30px;
  border: 1px solid #ddd;
}

.detail blockquote p:last-of-type {
  margin-bottom: 0;
}

.detail strong,
.detail .bold {
  font-size: 1em;
  font-weight: 700;
}

@media (max-width: 768px) {
  .detail h2 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 1.3em;
    line-height: 1.6;
  }

  .detail h3 {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 1.1em;
    line-height: 1.6;
  }

  .detail h4 {
    font-size: 1.05em;
  }

  .detail p {
  }
}

/*works*/
.works_left {
  width: 50%;
}

.works_left ul {
  margin: 0 auto;
  padding: 0;
}

.slider {
  margin-bottom: 20px;
}

.slider-nav img {
  cursor: pointer;
}

.works_right {
  width: 45%;
}

.logo01 img {
  width: 60%;
}

.logo02 img {
  width: 25%;
}

.logo03 img {
  width: 40%;
}

.logo04 img {
  width: 50%;
}

.logo05 img {
  width: 70%;
}

.logo06 img {
  width: 30%;
}

/*エフェクト*/
.animation {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1s;
}

.keyframe1 {
  animation-name: anim_v;
}

@keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -15px);
  }
}

.effect01 {
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: cubic-bezier(0.32, 0.43, 0.49, 1.36), ease-in;
  -webkit-animation: slide-br 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-br 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-br {
  animation: slide-br1 0.6s ease-out forwards;
}

@-webkit-keyframes slide-br1 {
  0% {
    -webkit-transform: translateY(-50px) translateX(-50px) scale(1.2);
    transform: translateY(-50px) translateX(-50px) scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0) scale(1);
    transform: translateY(0) translateX(0) scale(1);
    opacity: 1;
  }
}
@keyframes slide-br1 {
  0% {
    -webkit-transform: translateY(-50px) translateX(-50px) scale(1.2);
    transform: translateY(-50px) translateX(-50px) scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0) scale(1);
    transform: translateY(0) translateX(0) scale(1);
    opacity: 1;
  }
}

.effect02 {
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: cubic-bezier(0.32, 0.43, 0.49, 1.36), ease-in;
  -webkit-animation: slide-br2 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-br2 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-br2 {
  animation: slide-br3 0.6s ease-out forwards;
}

@-webkit-keyframes slide-br3 {
  0% {
    -webkit-transform: translateY(50px) translateX(0) scale(1);
    transform: translateY(50px) translateX(0) scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0) scale(1);
    transform: translateY(0) translateX(0) scale(1);
    opacity: 1;
  }
}
@keyframes slide-br3 {
  0% {
    -webkit-transform: translateY(50px) translateX(0) scale(1);
    transform: translateY(50px) translateX(0) scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0) scale(1);
    transform: translateY(0) translateX(0) scale(1);
    opacity: 1;
  }
}

.effect03 {
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: cubic-bezier(0.32, 0.43, 0.49, 1.36), ease-in;
  -webkit-animation: slide-up 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-up 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-up {
  animation: slide-up1 0.6s ease-out forwards;
}

@-webkit-keyframes slide-up1 {
  0% {
    -webkit-transform: translateY(-50px) translateX(0) scale(1);
    transform: translateY(-50px) translateX(0) scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0) scale(1);
    transform: translateY(0) translateX(0) scale(1);
    opacity: 1;
  }
}
@keyframes slide-up1 {
  0% {
    -webkit-transform: translateY(-50px) translateX(0) scale(1);
    transform: translateY(-50px) translateX(0) scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0) scale(1);
    transform: translateY(0) translateX(0) scale(1);
    opacity: 1;
  }
}

.effect04 {
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: cubic-bezier(0.32, 0.43, 0.49, 1.36), ease-in;
  -webkit-animation: slide-side 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-side 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-side {
  animation: slide-side1 0.7s ease-out forwards;
}

@-webkit-keyframes slide-side1 {
  0% {
    -webkit-transform: translateY(0) translateX(-80px) scale(1);
    transform: translateY(0) translateX(-80px) scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0) scale(1);
    transform: translateY(0) translateX(0) scale(1);
    opacity: 1;
  }
}
@keyframes slide-side1 {
  0% {
    -webkit-transform: translateY(0) translateX(-80px) scale(1);
    transform: translateY(0) translateX(-80px) scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0) scale(1);
    transform: translateY(0) translateX(0) scale(1);
    opacity: 1;
  }
}

.effect05 {
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: cubic-bezier(0.32, 0.43, 0.49, 1.36), ease-in;
  -webkit-animation: slide-side02 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-side 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-side02 {
  animation: slide-side2 0.6s ease-out forwards;
}

@-webkit-keyframes slide-side2 {
  0% {
    -webkit-transform: translateY(0) translateX(50px) scale(1);
    transform: translateY(0) translateX(50px) scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0) scale(1);
    transform: translateY(0) translateX(0) scale(1);
    opacity: 1;
  }
}
@keyframes slide-side2 {
  0% {
    -webkit-transform: translateY(0) translateX(50px) scale(1);
    transform: translateY(0) translateX(50px) scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0) scale(1);
    transform: translateY(0) translateX(0) scale(1);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .works_left {
    width: 100%;
  }

  .works_right {
    width: 100%;
  }

  .logo01 img {
    width: 80%;
  }

  .logo02 img {
    width: 35%;
  }

  .logo03 img {
    width: 40%;
  }

  .logo04 img {
    width: 55%;
  }

  .logo05 img {
    width: 70%;
  }

  .logo06 img {
    width: 60%;
  }
}

/*management*/
.management_list {
  margin-top: -20px;
}
.management_list ul li {
  max-width: 180px;
  min-width: 180px;
  margin-right: 15px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
}

.management_list ul li a {
  padding: 10px;
  display: block;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
}
.management_list ul li.management_list01 a {
  color: #e14447;
  border: 1px solid #e14447;
}

.management_list ul li.management_list02 a {
  color: #45aa4e;
  border: 1px solid #45aa4e;
}

.management_list ul li.management_list03 a {
  color: #4290d9;
  border: 1px solid #4290d9;
}

.management_list ul li.management_list04 a {
  color: #c99f1c;
  border: 1px solid #c99f1c;
}

.management_list ul li.management_list05 a {
  color: #bf3bd9;
  border: 1px solid #bf3bd9;
}

.management_list ul li.management_list01_active {
  padding: 10px;
  color: #fff;
  background: #e14447;
}

.management_list ul li.management_list02_active {
  padding: 10px;
  color: #fff;
  background: #45aa4e;
}

.management_list ul li.management_list03_active {
  padding: 10px;
  color: #fff;
  background: #4290d9;
}

.management_list ul li.management_list04_active {
  padding: 10px;
  color: #fff;
  background: #c99f1c;
}

.management_list ul li.management_list05_active {
  padding: 10px;
  color: #fff;
  background: #bf3bd9;
}

.management_flow {
  padding: 0 40px;
}

.flow_title {
  width: 25%;
}

.flow_txt {
  width: 70%;
}

.flow_icon {
  width: 30%;
}

.flow_title02 {
  width: 65%;
}

.management_box {
  width: 48%;
  margin-bottom: 40px;
  border: 1px solid #ddd;
}

.management_box dd {
  padding: 20px;
}

.management_box dd p {
  font-size: 0.9em;
}

.management_box02 {
  width: 23%;
  margin-bottom: 40px;
}

.management_box02 dt {
  padding: 15px;
  background: #060c12;
}

.management_box02 dd {
  padding: 20px;
  border: 1px solid #ddd;
}

.management_box03 {
  width: 100%;
}

.management_box_left {
  width: 45%;
}

.management_box_right {
  width: 50%;
}

.management_box04 {
  width: 48%;
  padding: 20px;
  border: 1px solid #ddd;
}

.management_box05 {
  width: 30%;
  margin-bottom: 40px;
  border: 1px solid #ddd;
  position: relative;
}

.management_box05 dt {
  padding: 15px;
  background: #060c12;
}

.management_box05 dd {
  padding: 20px;
}

.service_arrow01:after {
  content: "";
  display: inline-block;
  width: 31px;
  height: 15px;
  background-image: url("images/service_arrow01.webp");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: -45px;
  z-index: 10;
}

.service_arrow02:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 31px;
  background-image: url("images/service_arrow02.webp");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: -40px;
  left: 48%;
}

.service_arrow03:after {
  content: "";
  display: inline-block;
  width: 31px;
  height: 15px;
  background-image: url("images/service_arrow03.webp");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: -45px;
  z-index: 10;
}

@media (max-width: 768px) {
  .management_list {
    margin-top: 0;
  }
  .management_list ul li {
    width: 100%;
    max-width: 768px;
    min-width: 100px;
    margin-right: 0;
  }
  .management_list ul li.management_list02,
  .management_list ul li.management_list04,
  .management_list ul li.management_list02_active,
  .management_list ul li.management_list04_active {
    margin-right: 0;
  }

  .management_flow {
    padding: 0;
  }

  .flow_title {
    width: 100%;
    margin-bottom: 10px;
  }

  .flow_txt {
    width: 100%;
  }

  .flow_icon {
    width: 20%;
  }

  .flow_title02 {
    width: 75%;
  }

  .management_box {
    width: 100%;
    margin-bottom: 20px;
  }

  .management_box02 {
    width: 100%;
    margin-bottom: 20px;
  }

  .management_box_left {
    width: 100%;
    margin-bottom: 20px;
  }

  .management_box_right {
    width: 100%;
  }

  .management_box04 {
    width: 100%;
  }

  .management_box05 {
    width: 100%;
  }

  .service_arrow01:after,
  .service_arrow03:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 31px;
    background-image: url("images/service_arrow02.webp");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -40px;
    left: 48%;
  }

  .service_arrow02:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 31px;
    background-image: url("images/service_arrow02.webp");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    bottom: -40px;
    left: 48%;
  }
}

@media (max-width: 480px) {
  .management_list ul li {
    width: 100%;
    margin-right: 0;
  }
}

.line_box {
  padding-bottom: 60px;
  border-bottom: 1px solid #ddd;
}

.line_box:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

@media (max-width: 768px) {
  .line_box {
    padding-bottom: 40px;
  }
}

/*contaxt_list*/
.contact_list {
  width: 48%;
  margin-bottom: 40px;
  padding: 30px;
  background: #fff;
}

.contact_list .button01 a {
  width: 100%;
}

@media (max-width: 768px) {
  .contact_list {
    width: 100%;
    padding: 20px;
  }
}

/*list01*/
.list01_left {
  width: 50%;
}
.list01_right {
  width: 45%;
}

@media (max-width: 768px) {
  .list01_left {
    width: 100%;
    margin-bottom: 40px;
  }
  .list01_right {
    width: 100%;
  }
}

/*brand01*/
.brand01 p img {
  max-width: 500px;
}
