@sp _base 0.1333;
._grblue {
  background: -webkit-gradient(linear, left top, right top, from(#00a0ca), to(#1d3599));
  background: -webkit-linear-gradient(left, #00a0ca, #1d3599);
  background: -o-linear-gradient(left, #00a0ca, #1d3599);
  background: linear-gradient(90deg, #00a0ca, #1d3599);
}
body {
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  line-height: 2;
  position: relative;
  color: #333;
}
header {
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 750px;

	background-image: url(../img/top_03.webp),url(../img/top_03_bg.webp);

	background-position: center,center;
	background-repeat: no-repeat,no-repeat;
	background-size: auto 750px,cover;

}
@media screen and (max-width: 750px) {
  header {
    height: inherit;
  background-image: url(../img/top_bg02.png);
  background-repeat: repeat-y;
  }
  header.top {
    position: relative;
	aspect-ratio: 750/1718;
  }
}
header .bg_top {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  header .bg_top {
    background-position: left 5vw top;
    background-size: auto 63vw;
  }
}
@media screen and (max-width: 750px) {
  header .bg_top {
    height: inherit;
  position: relative;
  }
}
header .wrap {
  max-width: 1200px;
}
header .wrap .header_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
color: #fff;
  width: 100%;
}
@media screen and (max-width: 750px) {
  header .wrap .header_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	color: #fff;
  }
}
header .wrap .header_box .box_left {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  header .wrap .header_box .box_left {
    width: 37%;
  }
}
@media screen and (max-width: 750px) {
  header .wrap .header_box .box_left {
    width: 100%;
	aspect-ratio: 750/940;
	background-image: url(../img/top_02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
  }
}
header .wrap .header_box .box_left .copy img {
  margin: 137px 5px 0 142px;
}
@media screen and (max-width: 1200px) {
	header .wrap .header_box .box_left .copy img {
		margin-left: 0;
	}
}
@media screen and (max-width: 750px) {
  header .wrap .header_box .box_left .copy img {
    margin: 23vw auto 0 12vw;
    width: 73vw;
  }
}
header .wrap .header_box .box_left .name img {
  margin: 110px 5px 0 142px;
}
@media screen and (max-width: 1200px) {
	header .wrap .header_box .box_left .name img {
		margin-left: 0;
	}
}

@media screen and (max-width: 750px) {
  header .wrap .header_box .box_left .name img {
    margin: 18.4vw auto 0 12vw;
    width: 73.7vw;
  }
}
header .wrap .header_box .box_right {
  width: 50%;
  color: #333;
}
@media screen and (max-width: 750px) {
  header .wrap .header_box .box_right {
    width: 100%;
  color: #fff;
  }
}
header .wrap .header_box .box_right p {
  width: 370px;
  margin: 180px auto 0;
  line-height: 2.8;
}
@media screen and (max-width: 1200px) {
  header .wrap .header_box .box_right p {
    margin: 14vw 0 0 auto;
    width: 39vw;
    max-width: 370px;
  }
}
@media screen and (max-width: 750px) {
  header .wrap .header_box .box_right p {
    margin: 14vw auto 15vw auto;
    width: 83.979vw;
    font-size: 3.7324vw;
    max-width: inherit;
    line-height: 2.1;
  }
}
header.sub {
  height: 200px;
  margin-top: 90px;
  background-image: url(../img/sub_02.jpg);
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  header.sub {
    background-size: auto;
    background-position: right bottom;
  }
}
@media screen and (max-width: 750px) {
  header.sub {
    height: 53.32vw;
    margin-top: 13.33vw;
    background-image: url(../img/SP_sub_02.jpg);
    background-size: cover;
    background-position: right bottom;
  }
}
header.sub .wrap {
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  header.sub .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 53.32vw;
  }
}
header.sub .wrap .header_box {
  padding-top: 49px;
}
@media screen and (max-width: 750px) {
  header.sub .wrap .header_box {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
header.sub .wrap .header_box .box {
  border: 2px solid #fff;
  width: 346px;
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  header.sub .wrap .header_box .box {
    width: 72.78vw;
    height: 20.928vw;
  }
}
@media screen and (max-width: 750px) {
  header.sub .wrap .header_box .box h1 {
    font-size: 4.2656vw;
  }
}
nav {
  position: fixed;
  z-index: 10;
  width: 100%;
}
@media screen and (max-width: 750px) {
  nav {
    background-color: #fff;
    top: 0;
  }
}
nav .wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 90px;
}
@media screen and (max-width: 750px) {
  nav .wrap {
    height: 13.33vw;
  }
}
nav .wrap .logo a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
  padding: 0 40px;
}
nav .wrap .logo a img {
  width: 211px;
  height: auto;
  max-width: inherit;
}
@media screen and (max-width: 750px) {
  nav .wrap .logo a {
    height: 13.33vw;
  }
  nav .wrap .logo a img {
    height: 6.7983vw;
    width: auto;
  }
}
nav .wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  padding-right: 20px;
}
nav .wrap ul.navi {
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}
@media screen and (max-width: 750px) {
  nav .wrap ul.navi {
    background-color: #3366bb;
    overflow: hidden;
    left: -100vw;
  }
}
@media screen and (max-width: 750px) {
  nav .wrap ul.navi.open {
    background-color: #3366bb;
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  nav .wrap ul {
    position: fixed;
    z-index: 10;
    background-image: url(../img/logo.svg);
    background-position: top 10.5vw center;
    background-repeat: no-repeat;
    background-size: 47.35vw;
    width: 100vw;
    height: 100vh;
    display: block;
    padding-top: 49vw;
    padding-right: 0;
  }
}
nav .wrap ul li {
  list-style: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 1000px) {
  nav .wrap ul li:first-child {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  nav .wrap ul li:first-child {
    display: block;
  }
}
nav .wrap ul li a {
  color: #333;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
  font-size: 14px;
  padding: 0 18px;
}
@media screen and (max-width: 1000px) {
  nav .wrap ul li a span {
    line-height: 1.4;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  nav .wrap ul li a {
    border-top: 1px solid #a4a4dd;
    width: 81.313vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 4.2656vw;
    padding: 0 2vw;
    color: #fff;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    background-image: url(../img/icon_navi.svg);
    background-position: right 2vw center;
    background-repeat: no-repeat;
    background-size: 5.332vw;
    height: calc((100vh - 67vw)/5);
    max-height: 90px;
  }
}
@media screen and (max-width: 750px) {
  nav .wrap ul li:last-child a {
    border-bottom: 1px solid #a4a4dd;
  }
}
.sub_nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background-color: #fff;
  overflow-scrolling: touch;
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background-color: #fff;
  overflow-scrolling: touch;
  -webkit-animation-name: ScaleIn;
  animation-name: ScaleIn;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.center {
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@-webkit-keyframes ScaleIn {
  0% {
    top: -90px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes ScaleIn {
  0% {
    top: -90px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
main {
  padding-top: 750px;
  margin-top: 0;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  main {
    padding-top: 0;
  }
}
main.sub {
  padding-top: 290px;
}
@media screen and (max-width: 750px) {
  main.sub {
    padding-top: 66.32vw;
  }
}
main .wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 90px;
}
@media screen and (max-width: 1200px) {
  main .wrap {
    padding: 60px 0;
    width: 1020px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1080px) {
  main .wrap {
    padding-left: 30px;
    width: 100%;
    padding-right: 30px;
  }
}
@media screen and (max-width: 750px) {
  main .wrap {
    width: 89.3vw;
    padding: 0;
  }
}
main .wrap.access {
  padding-top: 33px;
}
@media screen and (max-width: 750px) {
  main .wrap.access {
    padding-top: 0;
  }
}
main .wrap.holding {
  padding-bottom: 45px;
}
@media screen and (max-width: 750px) {
  main .wrap.holding {
    padding-bottom: 0;
  }
}
main .wrap.pt33,
main .wrap .pt33 {
  padding-top: 33px;
}
@media screen and (max-width: 750px) {
  main .wrap.pt33,
  main .wrap .pt33 {
    padding-top: 0;
  }
}
main .wrap.pt40,
main .wrap .pt40 {
  padding-top: 40px;
}
@media screen and (max-width: 750px) {
  main .wrap.pt40,
  main .wrap .pt40 {
    padding-top: 5vw;
  }
}
main .wrap.pt0,
main .wrap .pt0 {
  padding-top: 0;
}
main .wrap.pb0,
main .wrap .pb0 {
  padding-bottom: 0;
}
main .wrap_full {
  width: 100%;
  margin: 0 auto;
  padding: 60px 90px;
}
@media screen and (max-width: 1200px) {
  main .wrap_full {
    padding: 60px 2vw;
  }
}
@media screen and (max-width: 750px) {
  main .wrap_full {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
main .wrap_full.pt0 {
  padding-top: 0;
}
main .wrap_full.pb0 {
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  main {
    font-size: 3.7324vw;
  }
}
main .bg_color:nth-child(2n+1) {
  background-color: #f5f5f5;
}
main .bg_color:nth-child(2n) {
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  main .bg_color.sub {
    padding-top: 9vw;
  }
}
main .bg_color.bg_blue{
  background-image: url(../img/top_bg02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main.sub .bg_color:nth-child(2n) {
  background-color: #f5f5f5;
}
main.sub .bg_color:nth-child(2n+1) {
  background-color: #fff;
}
main h2.service_bg {
  background-image: url(../img/h_what_we_do.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  font-size: 23px;
  padding-bottom: 26px;
  margin-bottom: 56px;
}
@media screen and (max-width: 750px) {
  main h2.service_bg {
    text-align: center;
    background-position: center bottom;
    background-size: auto 4.8vw;
    font-size: 3.7324vw;
    padding-top: 10vw;
    padding-bottom: 5vw;
    margin-bottom: 10.5vw;
  }
}
main h2.company_bg {
  background-image: url(../img/h_company.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  font-size: 23px;
  padding-bottom: 26px;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  main h2.company_bg {
    text-align: center;
    background-position: center bottom;
    background-size: auto 4.8vw;
    font-size: 3.7324vw;
    padding-top: 10vw;
    padding-bottom: 5vw;
    margin-bottom: 10.5vw;
  }
}
main h2.movie_bg {
  background-image: url(../img/h_movie.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  font-size: 23px;
  padding-bottom: 26px;
  margin-bottom: 0;
  color: #fff;
}
@media screen and (max-width: 750px) {
  main h2.movie_bg {
	text-align: center;
	background-position: center bottom;
	background-size: auto 4.8vw;
	font-size: 3.7324vw;
	padding-top: 10vw;
	padding-bottom: 5vw;
	margin-bottom: 10.5vw;
  }
}
main h2.holding_bg {
  background-image: url(../img/h_holding.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  font-size: 23px;
  padding-bottom: 26px;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  main h2.holding_bg {
    text-align: center;
    background-position: center bottom;
    background-size: auto 4.8vw;
    font-size: 3.7324vw;
    padding-top: 10vw;
    padding-bottom: 5vw;
    margin-bottom: 10.5vw;
  }
}
main h2.access_bg {
  background-image: url(../img/h_access.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  font-size: 23px;
  padding-bottom: 26px;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  main h2.access_bg {
    text-align: center;
    background-position: center bottom;
    background-size: auto 4.8vw;
    font-size: 3.7324vw;
    padding-top: 10vw;
    padding-bottom: 5vw;
    margin-bottom: 10.5vw;
  }
}
main section.mb {
  margin-bottom: 52px;
}
@media screen and (max-width: 750px) {
  main section.mb {
    margin-bottom: 0;
    padding-bottom: 9vw;
  }
}
main section.mb29 {
  margin-bottom: 29px;
}
@media screen and (max-width: 750px) {
  main section.mb29 {
    margin-bottom: 0;
    padding-bottom: 4vw;
  }
}
main section .mb250 {
  margin-bottom: 250px;
}
@media screen and (max-width: 750px) {
  main section .mb250 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  main section .sp_mb5v {
    margin-bottom: 5vw !important;
  }
}
main section.mb_last {
  margin-bottom: 52px;
}
@media screen and (max-width: 750px) {
  main section.mb_last {
    margin-bottom: 0;
    padding-bottom: 13vw;
  }
}
main section h3 {
  font-size: 20px;
  padding-left: 20px;
  background-image: url(../img/h_bg.png);
  background-repeat: no-repeat;
  background-position: left 230px bottom;
  width: 100%;
  padding-bottom: 3px;
}
@media screen and (max-width: 750px) {
  main section h3 {
    padding-left: 0;
    width: 89.3vw;
    text-align: center;
    background-image: url(../img/SP_h_bg_l.png), url(../img/SP_h_bg_r.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom,right bottom;
    background-size: 20.66vw auto, 20.66vw auto;
    font-size: 4.2656vw;
  }
}
main section .contects_box {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 35px;
}
@media screen and (max-width: 750px) {
  main section .contects_box {
    float: none;
    width: 89.3vw;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 9.5vw;
    padding-bottom: 10.5vw;
  }
}
main section .contects_box:after {
  content: "";
  display: block;
  clear: both;
}
main section .contects_box .box_left {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 34px 40px 35px 60px;
  width: 440px;
}
@media screen and (max-width: 1080px) {
  main section .contects_box .box_left {
    width: 40vw;
    margin-left: calc((100% - 77vw ) / 4 + 10px);
    margin-right: calc((100% - 77vw ) / 4 - 11px);
  }
}
@media screen and (max-width: 750px) {
  main section .contects_box .box_left {
    width: 89.3vw;
    padding: 6.665vw;
    margin: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
main section .contects_box .box_right {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 40px;
  float: right;
  width: 400px;
}
@media screen and (max-width: 1080px) {
  main section .contects_box .box_right {
    width: 37vw;
    margin-left: calc((100% - 77vw ) / 4 - 11px);
    margin-right: calc((100% - 77vw ) / 4 + 10px);
  }
}
@media screen and (max-width: 750px) {
  main section .contects_box .box_right {
    float: none;
    width: 89.3vw;
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
main section .contects_box .box_right .thumb {
  width: 400px;
}
@media screen and (max-width: 1080px) {
  main section .contects_box .box_right .thumb {
    width: 37vw;
  }
}
@media screen and (max-width: 750px) {
  main section .contects_box .box_right .thumb {
    width: 66.65vw;
    text-align: center;
    margin: 0 auto;
  }
}
main section .contects_box .box_right .thumb img {
  max-width: 100%;
  height: auto;
}
main section .contects_box .box_link {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 11px 40px 35px 60px;
  width: 440px;
}
@media screen and (max-width: 1080px) {
  main section .contects_box .box_link {
    width: 40vw;
    margin-left: calc((100% - 77vw ) / 4 + 10px);
    margin-right: calc((100% - 77vw ) / 4 - 11px);
  }
}
@media screen and (max-width: 750px) {
  main section .contects_box .box_link {
    float: none;
    width: 89.3vw;
    margin: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
main section .access_box {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 35px;
}
@media screen and (max-width: 750px) {
  main section .access_box {
    padding-top: 0;
    padding-bottom: 0;
  }
}
main section .access_box:after {
  content: "";
  display: block;
  clear: both;
}
main section .access_box .box_left {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  float: left;
  width: 620px;
}
@media screen and (max-width: 1200px) {
  main section .access_box .box_left {
    width: 57%;
  }
}
@media screen and (max-width: 750px) {
  main section .access_box .box_left {
    float: none;
    width: 100%;
  }
}
main section .access_box .box_right {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0 40px 40px;
  float: right;
  width: 280px;
}
@media screen and (max-width: 1200px) {
  main section .access_box .box_right {
    width: 30%;
  }
}
@media screen and (max-width: 750px) {
  main section .access_box .box_right {
    float: none;
    width: 100%;
    margin: 0;
  }
}
main section .access_box .box_link {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 11px 40px 35px 60px;
  float: right;
  width: 280px;
}
@media screen and (max-width: 1200px) {
  main section .access_box .box_link {
    margin: 11px 40px 35px 40px;
    width: 30%;
  }
}
@media screen and (max-width: 750px) {
  main section .access_box .box_link {
    float: none;
    width: 100%;
    margin: 6.5vw 0 13.5vw;
  }
  main section .access_box .box_link .btn_grblue {
    margin: 0 auto;
  }
}
main section .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
main section .flex_box.center {
  justify-content: center;
}
main section .flex_box.w900 {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  main section .flex_box.w900 {
    max-width: 900px;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  main section .flex_box {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
main section .flex_box .inner {
  padding-top: 57px;
}
main section .flex_box .inner.col390 {
  width: 390px;
}
@media screen and (max-width: 750px) {
  main section .flex_box .inner.col390 {
    width: 86.645vw;
  }
}
main section .flex_box .inner.col470 {
  width: 470px;
}
@media screen and (max-width: 750px) {
  main section .flex_box .inner.col470 {
    width: 86.645vw;
  }
}
main section .flex_box .inner.holding {
  padding-top: 30px;
}
@media screen and (max-width: 750px) {
  main section .flex_box .inner.holding {
    padding-top: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  main section .flex_box .inner.sp_mb13 {
    margin-bottom: 13vw;
  }
}
main section .flex_box .inner .category {
  background-color: #ddd;
  margin: 12px 0;
  padding: 0 12px;
}
@media screen and (max-width: 750px) {
  main section .flex_box .inner .category {
    margin: 11vw 0 5vw;
    padding: 0.3vw 3vw;
  }
}
main section .service_box:after {
  content: "";
  display: block;
  clear: both;
}
main section .service_box .box_left {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  float: left;
  width: 420px;
}
@media screen and (max-width: 1200px) {
  main section .service_box .box_left {
    width: 41.1%;
  }
}
@media screen and (max-width: 750px) {
  main section .service_box .box_left {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 86.645vw;
    font-size: 3.7324vw;
  }
}
main section .service_box .box_right {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  float: right;
  width: 500px;
}
main section .service_box .box_right img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  main section .service_box .box_right {
    width: 49%;
  }
}
@media screen and (max-width: 750px) {
  main section .service_box .box_right {
    float: none;
    display: block;
    width: 66.65vw;
    margin: 0 auto;
  }
}
main section .service_box .box_list {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 11px 40px 20px 0;
  float: left;
  width: 420px;
}
@media screen and (max-width: 1200px) {
  main section .service_box .box_list {
    width: 41.1%;
  }
}
@media screen and (max-width: 750px) {
  main section .service_box .box_list {
    float: none;
    display: block;
    margin: 8.5vw auto 8.5vw;
    font-size: 3.7324vw;
    width: 86.645vw;
  }
  main section .service_box .box_list .btn_grblue {
    margin: 0 auto;
  }
}
main section .service_box h3 {
  background: none;
  padding-left: 0;
  padding-bottom: 40px;
}
main section .service_box p.note {
  padding-left: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
main section .service_box a {
  color: #3366bb;
  text-decoration: none;
}
main section .service_box a:hover {
  text-decoration: underline;
}
main section .service_box ol.knum {
  margin-left: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  main section .service_box ol.knum {
    margin-left: 9vw;
    margin-bottom: 10vw;
  }
}
main section .service_box ol.knum li {
  position: relative;
  list-style-type: none;
  counter-increment: cnt;
  padding: 0;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  main section .service_box ol.knum li {
    margin-top: 8vw;
  }
}
main section .service_box ol.knum li:before {
  position: absolute;
  margin-left: -20px;
  display: marker;
  content: counter(cnt) "）";
}
@media screen and (max-width: 750px) {
  main section .service_box ol.knum li:before {
    margin-left: -9vw;
  }
}
main section .flow_box {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  main section .flow_box {
    width: 100%;
  }
}
main section .flow_box h3 {
  background: none;
  padding-left: 0;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  main section .flow_box h3 {
    padding-top: 10vw;
    padding-bottom: 8vw;
  }
}
main section .flow_box dl dt {
  display: block;
  float: none;
  width: 100%;
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 32px;
  line-height: 32px;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  main section .flow_box dl dt {
    padding-left: 13.996vw;
    background-size: 8.5312vw;
    line-height: 8.5312vw;
    font-size: 3.7324vw;
  }
}
main section .flow_box dl dt.no1 {
  background-image: url(../img/li_01.png);
  color: #00a0ca;
}
main section .flow_box dl dt.no2 {
  background-image: url(../img/li_02.png);
  color: #0785be;
}
main section .flow_box dl dt.no3 {
  background-image: url(../img/li_03.png);
  color: #0f6bb2;
}
main section .flow_box dl dt.no4 {
  background-image: url(../img/li_04.png);
  color: #1650a5;
}
main section .flow_box dl dt.no5 {
  background-image: url(../img/li_05.png);
  color: #1d3599;
}
main section .flow_box dl dd {
  display: block;
  float: none;
  width: 100%;
  padding-left: 50px;
  padding-top: 14px;
  padding-bottom: 22px;
  background-image: url(../img/v_bar.svg);
  background-repeat: no-repeat;
  background-position: left 15px top;
}
@media screen and (max-width: 750px) {
  main section .flow_box dl dd {
    background-position: left 4.1vw top;
    padding-left: 13.996vw;
    font-size: 3.7324vw;
    padding-top: 4vw;
    padding-bottom: 8vw;
  }
}
main section .flow_box dl dd.no5 {
  background: none;
}
main section .flow_box dl dd img {
  display: inline;
}
@media screen and (max-width: 750px) {
  main section .flow_box dl dd img {
    height: 3.999vw;
    width: auto;
  }
}
main section .flow_box dl dd p {
  padding-bottom: 10px;
}
main section .flow_box dl dd p.note {
  padding-left: 0;
  padding-top: 10px;
}
@media screen and (max-width: 750px) {
  main section .flow_box dl dd p.note {
    font-size: 3.1992vw;
    margin-left: 0;
  }
}
main a {
  display: inline-block;
}
main a.btn_grblue {
  color: #fff;
  text-decoration: none;
  background-image: url(../img/btn_arrow.svg), -webkit-gradient(linear, left top, right top, from(#00a0ca), to(#1d3599));
  background-image: url(../img/btn_arrow.svg), -webkit-linear-gradient(left, #00a0ca, #1d3599);
  background-image: url(../img/btn_arrow.svg), -o-linear-gradient(left, #00a0ca, #1d3599);
  background-image: url(../img/btn_arrow.svg), linear-gradient(90deg, #00a0ca, #1d3599);
  background-repeat: no-repeat, no-repeat;
  background-position: right 20px center,center;
  width: 220px;
  min-height: 42px;
  border-radius: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  main a.btn_grblue {
    width: 58.652vw;
    margin: 0;
    min-height: 11.2vw;
    background-position: right 5vw center,center;
    background-size: auto 2vw, auto;
  }
}
main a.btn_grblue span {
  padding: 0 33px;
  font-size: 13px;
}
@media screen and (max-width: 750px) {
  main a.btn_grblue span {
    font-size: 3.7324vw;
    padding: 0 33px;
  }
}
main .btn_margin {
  margin-top: 46px;
}
main ol.icon_grblue,
main ul.icon_grblue {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 750px) {
  main ol.icon_grblue,
  main ul.icon_grblue {
    margin-left: 5vw;
  }
}
main ol.icon_grblue li,
main ul.icon_grblue li {
  padding-left: 0;
  margin-bottom: 28px;
  position: relative;
}
main ol.icon_grblue li:before,
main ul.icon_grblue li:before {
	position: relative;
	top: 2px;
  display: inline-block;
  content: "";
  height: 15px;
  width: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#00a0ca), to(#1d3599));
  background: -webkit-linear-gradient(left, #00a0ca, #1d3599);
  background: -o-linear-gradient(left, #00a0ca, #1d3599);
  background: linear-gradient(90deg, #00a0ca, #1d3599);
  border-radius: 20px;
  margin-left: -20px;
  margin-right: 5px;
}
@media screen and (max-width: 750px) {
  main ol.icon_grblue li:before,
  main ul.icon_grblue li:before {
    height: 3.7324vw;
    width: 3.7324vw;
    border-radius: 3.7324vw;
    margin-left: -5vw;
    margin-right: 1.3vw;
  }
}
@media screen and (max-width: 750px) {
}
main ol.uline,
main ul.uline {
  list-style: none;
  margin-top: 3px;
}
@media screen and (max-width: 750px) {
  main ol.uline,
  main ul.uline {
    margin-bottom: 4vw;
  }
}
main ol.uline li,
main ul.uline li {
  border-bottom: solid 1px #d2d2d2;
  padding: 3px 10px;
}
main ol.uline li:first-child,
main ul.uline li:first-child {
  border-top: solid 1px #d2d2d2;
}
@media screen and (max-width: 750px) {
  main ol.uline li,
  main ul.uline li {
    line-height: 1.3;
    padding: 2.3vw 3vw;
  }
}
main .pc_topm {
  margin-top: 36px;
}
@media screen and (max-width: 750px) {
  main .pc_topm {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  main .sp_btmm {
    margin-top: 9vw;
    margin-bottom: 7.5vw;
  }
}
main p.note {
  font-size: 11px;
  padding-left: 20px;
}
@media screen and (max-width: 750px) {
  main p.note {
    margin-left: 5vw;
    font-size: 3.1992vw;
    padding-left: 0;
  }
}
main dl:after {
  content: "";
  display: block;
  clear: both;
}
main dl dt {
  font-weight: bold;
  width: 75px;
  float: left;
}
@media screen and (max-width: 750px) {
  main dl dt {
    width: 20vw;
  }
}
main dl dd {
  padding-left: 80px;
  padding-bottom: 13px;
}
@media screen and (max-width: 750px) {
  main dl dd {
    padding-left: 21.328vw;
  }
}
main table {
  width: 409px;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 42px;
}
@media screen and (max-width: 1200px) {
  main table {
    max-width: 409px;
    width: 42vw;
  }
}
@media screen and (max-width: 750px) {
  main table {
    width: 86.645vw;
    margin: 0 auto;
  }
}
main table thead tr th {
  border-bottom: 1px solid #d2d2d2;
  padding: 3px 11px;
  text-align: left;
}
main table tbody tr td {
  border-bottom: 1px solid #d2d2d2;
  padding: 3px 11px;
}
main .gmap {
  position: relative;
  width: 620px;
  height: 370px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  main .gmap {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 縦横比の指定 */
  }
}
@media screen and (max-width: 750px) {
  main .gmap {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 縦横比の指定 */
  }
}
main .gmap iframe,
main .gmap object,
main .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .movie {
  position: relative;
  width: 711px;
  overflow: hidden;
  margin: 64px auto 0;
  aspect-ratio: 711/ 400;
  
}
@media screen and (max-width: 1200px) {
  main .movie {
	width: min(90% , 711px);
  }
}
@media screen and (max-width: 750px) {
  main .movie {
	width: 90%;
	margin-bottom: 50px;
	/* 16:9 縦横比の指定 */
  }
}
main .movie iframe,
main .movie object,
main .movie embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer {
  background-color: #fff;
}
footer .bg_blue {
  background: -webkit-gradient(linear, left top, right top, from(#3366bb), to(#182987));
  background: -webkit-linear-gradient(left, #3366bb, #182987);
  background: -o-linear-gradient(left, #3366bb, #182987);
  background: linear-gradient(90deg, #3366bb, #182987);
}
footer .footer_box {
  padding: 70px 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333;
  width: 100%;
}
@media screen and (max-width: 750px) {
  footer .footer_box {
    display: block;
    padding: 11vw 0 13.5vw;
  }
}
footer .footer_box .box_left {
  width: 50%;
}
@media screen and (max-width: 750px) {
  footer .footer_box .box_left {
    width: 100%;
  }
}
footer .footer_box .box_left .logo img {
  margin-left: auto;
  margin-right: 71px;
}
@media screen and (max-width: 1000px) {
  footer .footer_box .box_left .logo img {
    max-width: 70%;
    margin-right: 14%;
  }
}
@media screen and (max-width: 750px) {
  footer .footer_box .box_left .logo img {
    margin-right: 13vw;
    max-width: inherit;
    width: 60.65vw;
    height: auto;
  }
}
footer .footer_box .box_right {
  width: 50%;
}
@media screen and (max-width: 750px) {
  footer .footer_box .box_right {
    width: 100%;
  }
}
footer .footer_box .box_right .name {
  padding: 10px;
  margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
  footer .footer_box .box_right .name {
    padding: 10vw 0 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  footer .footer_box .box_right .name img {
    margin: 0 auto;
    max-width: inherit;
    width: 35.32vw;
    height: auto;
  }
}
footer .footer_box .box_right .phone {
  padding: 10px;
}
@media screen and (max-width: 750px) {
  footer .footer_box .box_right .phone {
    padding: 6vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  footer .footer_box .box_right .phone img {
    margin: 0 auto;
    max-width: inherit;
    width: 54.653vw;
    height: auto;
  }
}
footer .footer_box .box_right .fax {
  padding: 10px;
}
@media screen and (max-width: 750px) {
  footer .footer_box .box_right .fax {
    padding: 5vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  footer .footer_box .box_right .fax img {
    margin: 0 auto;
    max-width: inherit;
    width: 37.86vw;
    height: auto;
  }
}
footer .footer_box .box_right .sp_contact {
  display: none;
}
@media screen and (max-width: 750px) {
  footer .footer_box .box_right .sp_contact {
    display: inherit;
    padding: 8vw 0 0;
  }
  footer .footer_box .box_right .sp_contact a img {
    margin: 0 auto;
    width: 82.646vw;
    height: auto;
  }
}
footer .footer_box .box_right p {
  line-height: 1.7;
  font-size: 21px;
  padding: 4px 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  footer .footer_box .box_right p {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 750px) {
  footer .footer_box .box_right p {
    padding: 2vw 0 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 3.7324vw;
  }
}
footer .contact,
footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .contact picture,
footer .copyright picture {
  font-size: 13px;
}
footer .contact {
  height: 154px;
}
@media screen and (max-width: 750px) {
  footer .contact {
    height: 27.5vw;
  }
  footer .contact img {
    width: 27.46vw;
    height: auto;
    max-width: inherit;
  }
}
footer .copyright {
  height: 60px;
}
@media screen and (max-width: 750px) {
  footer .copyright {
    height: 21.328vw;
  }
  footer .copyright img {
    width: 59.05vw;
    height: auto;
    max-width: inherit;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  br.sp {
    display: inline;
  }
}
.sp_flex .sp_totop {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 4vw;
  }
  .sp_flex .sp_totop {
    display: block;
  }
  .sp_flex .sp_totop .move-page-top {
    display: block;
    position: relative;
    width: 16vw;
    height: 100%;
  }
  .sp_flex .sp_totop .move-page-top:hover {
    cursor: pointer;
  }
  .sp_flex .sp_totop .move-page-top span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .sp_flex .sp_totop .move-page-top span img {
    width: 16vw;
    height: 100%;
    color: #fff;
  }
}
.slider {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .slider {
    width: 100%;
  }
}
.slick-list {
  padding-bottom: 12px;
}
.slick-arrow {
  z-index: 20;
  /* 矢印画像を最前面へ */
}
.slide-arrow {
  position: absolute;
  top: 40%;
}
.slick-prev::before {
  content: url(./img/arrow_l.svg);
}
.slick-next::before {
  content: url(./img/arrow_r.svg);
}
.slick-prev,
.slick-next {
  top: 39%;
  width: 40px;
  height: 40px;
}
.slick-prev {
  left: -10px;
}
.slick-next {
  right: -10px;
}
.slider_item {
  margin: 20px;
  width: 300px;
}
@media screen and (max-width: 750px) {
  .slider_item {
    width: 100%;
    margin: 10px;
  }
}
.slider_item figcaption {
  text-align: center;
  padding: 12px;
}
@media screen and (max-width: 480px) {
  .slick-prev {
    left: 30px;
  }
  .slick-next {
    right: 30px;
  }
}
#humberger{
	display: none;
}

@media screen and (max-width: 750px) {
  #humberger {
	  display: block;
    height: 6.7983vw;
    width: 6.7983vw;
    height: 13.33vw;
    width: 16.53vw;
    z-index: 9999;
    padding: 4.3vw 4.86585vw;
    cursor: pointer;
    background: #fff;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
  }
  #humberger .navbar_toggle_icon {
    position: relative;
    display: block;
    height: 2px;
    width: 6.7983vw;
    background: #182987;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
  }
  #humberger .navbar_toggle_icon:nth-child(1) {
    top: 0;
  }
  #humberger .navbar_toggle_icon:nth-child(2) {
    margin: 2vw 0;
    left: 0;
  }
  #humberger .navbar_toggle_icon:nth-child(3) {
    top: 0;
  }
  #humberger.open {
    background: #182987;
  }
  #humberger.open .navbar_toggle_icon {
    background: #fff;
    height: 0.4vw;
  }
  #humberger.open .navbar_toggle_icon:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2.3vw;
  }
  #humberger.open .navbar_toggle_icon:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #humberger.open .navbar_toggle_icon:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -2.3vw;
  }
}
