@charset "UTF-8";
body {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
  font-weight: 500;
}

/* Reset css start */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

* {
  box-sizing: border-box;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

/* Reset css end */
/* ==================
* mixin / variable
* ================== */
/* ==================
* ベーシックパーツ
* ================== */
body {
  font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  font-weight: 500;
}

/* ==================
* 複数個所で使用するパーツ
* ================== */
.flex-box {
  display: flex;
}

.standard-button {
  display: block;
  border-radius: 50px;
  border: 4px solid #006fc1;
  color: #006FC1;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  padding: 5px 20px;
  background-color: #FFF;
  font-size: 33px;
  transition: background-color 0.3s 0s, color 0.3s 0s, border-color 0.3s 0s;
  box-shadow: 8px 5px 10px -4px rgba(0, 0, 0, 0.3);
}
.standard-button.-blue {
  position: relative;
  color: #FFF;
  border-color: #FFF;
  overflow: hidden;
  z-index: 0;
}
.standard-button.-blue:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transition: 0.5s;
  background: linear-gradient(#006fc1, #292bd2);
}
.standard-button.-blue:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  background: linear-gradient(#DFC11A, #E48C37);
}
.standard-button.-blue.-white-shadow {
  box-shadow: 8px 5px 10px -4px rgba(255, 255, 255, 0.3);
}
.standard-button.-blue:hover:before {
  opacity: 0;
}
.standard-button.-white:hover {
  background-color: #006fc1;
  color: #FFF;
}

.section-title .image {
  max-width: 100%;
}

.g-wrapper {
  width: 100%;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}
.g-wrapper img {
  display: block;
}

.container {
  width: 100%;
  max-width: 1210px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.container.-head {
  max-width: 1280px;
}

/* ==================
* g-header
* ================== */
.g-header {
  position: relative;
  width: 100%;
  background-color: #FFF;
  padding: 10px 15px;
  z-index: 9999;
}
.g-header .head-logo {
  width: 269px;
  display: block;
}
.g-header .head-logo .image {
  display: block;
  width: 100%;
}

/* ==================
* first-view
* ================== */
.first-view {
  background-color: #DFE9F5;
}
.first-view .image {
  width: 100%;
  margin: 0 auto;
}

/* ==================
* cv-area
* ================== */
.cv-area {
  background-color: #DFE9F5;
}
.cv-area .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 29px 23px 56px;
}
.cv-area .inner .one-block {
  width: calc(50% - 17px);
}
.cv-area .inner .one-block .text-image {
  margin: 0 auto 10px;
}

/* ==================
* section01
* ================== */
.section01 {
  background-color: #E0E7F0;
  margin-top: 70px;
  padding: 83px 0;
}
.section01 .section-title .image {
  margin: 0 auto;
}
.section01 .point-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 30px;
}
.section01 .point-items .item {
  background-color: #FFF;
  width: calc(33.33% - 30px);
  min-width: 300px;
  padding: 30px;
  margin: 15px;
}
.section01 .point-items .item .num {
  margin: 0 auto;
}
.section01 .point-items .item .text {
  font-size: 23px;
  font-weight: bold;
  color: #073A77;
  text-align: center;
  margin: 1em 0 0;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  /* tablet size */
  .section01 .point-items {
    padding: 0 3vw;
  }
  .section01 .point-items .item {
    padding: 2vw;
  }
  .section01 .point-items .item .num {
    width: 7vw;
  }
  .section01 .point-items .item .text {
    font-size: 2vw;
  }
  .first-view_sp {
    display: none;
  }
}
/* tablet size */
/* ==================
* section02
* ================== */
.section02 {
  margin: 95px 0 204px;
}
.section02 .inner {
  background-color: #E7E7E7;
  position: relative;
  padding: 57px 20px 37px;
}
.section02 .inner:after {
  content: "";
  background-image: url("../images/section02_bg_after.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -129px;
  height: 129px;
}
.section02 .inner .section-title .image {
  margin: 0 auto;
}
.section02 .inner .read-text {
  text-align: center;
  font-size: 28px;
  line-height: 1.6;
  margin: 17px 0 0;
  letter-spacing: -1px;
}
.section02 .inner .risk-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1004px;
  margin: 22px auto 0;
}
.section02 .inner .risk-items .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 310px;
  border-radius: 310px;
  background-color: #D17171;
  color: #FFF;
  font-weight: bold;
  font-size: 38px;
  line-height: 1.4;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  /* tablet size */
  .section02 .inner .read-text {
    font-size: 2.6vw;
  }
  .section02 .inner .risk-items {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section02 .inner .risk-items .item {
    font-size: 3.2vw;
    width: 26vw;
    height: 26vw;
  }
    .first-view_sp {
    display: none;
  }
}
/* tablet size */
/* ==================
* section03
* ================== */
.section03 {
  padding: 0 0 84px;
  margin-top: 107px;
  background-color: #EEF2F8;
}
.section03 .section-title {
  background-color: #073A77;
  padding: 28px 0;
}
.section03 .section-title .image {
  display: block;
  margin: 0 auto;
}

.section03_block01 {
  margin: 60px 0 0;
}
.section03_block01 .title-image {
  margin: 0 auto;
  max-width: 100%;
}
.section03_block01 .block01-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 34px -10px 0;
}
.section03_block01 .block01-items .item {
  width: calc(50% - 20px);
  background: #FFF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px;
  padding: 27px 27px 27px 39px;
}
.section03_block01 .block01-items .item .text-block {
  margin: 0 0 0 25px;
  line-height: 1.4;
}
.section03_block01 .block01-items .item .text-block .title {
  font-weight: bold;
  font-size: 36px;
  margin: 0;
}
.section03_block01 .block01-items .item .text-block .sentence {
  font-size: 22px;
  margin: 0.4em 0 0;
}

.section03_block02 {
  margin: 60px 0 0;
}
.section03_block02 .title-image02 {
  max-width: 100%;
  margin: 0 auto;
}
.section03_block02 .read-text {
  text-align: center;
  font-size: 29px;
  letter-spacing: -1px;
  margin: 31px 0 0;
  line-height: 1.6;
}
.section03_block02 .block02-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 34px -10px 0;
}
.section03_block02 .block02-items .item {
  width: calc(100% - 20px);
  position: relative;
  background: #FFF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  margin-block: 2em;
  padding: 27px 57px 27px 57px;
}
.section03_block02 .block02-items .item::after {
  content: "";
  background: url(../images/icon_arrow03.png) rgba(255, 255, 255, 0) no-repeat top 50% left 50%/contain;
  width: 55.5px;
  height: 32px;
  position: absolute;
  bottom: -52px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section03_block02 .block02-items .item:last-of-type:after {
  content: none;
}
.section03_block02 .block02-items .item .text-block {
  margin: 0 0 0 25px;
  line-height: 1.4;
}
.section03_block02 .block02-items .item .text-block .title {
  font-weight: bold;
  font-size: 36px;
  margin: 0;
}
.section03_block02 .block02-items .item .text-block .sentence {
  font-size: 22px;
  margin: 0.4em 0 0;
}

@media screen and (min-width: 768px) and (max-width: 1160px) {
  /* tablet size */
  .first-view_sp {
    display: none;
  }
  .section03_block01 .block01-items .item .icon {
    width: 15vw;
  }
  .section03_block01 .block01-items .item .text-block .title {
    font-size: 3.6vw;
  }
  .section03_block01 .block01-items .item .text-block .sentence {
    font-size: 2vw;
  }
/*タブレット用追加*/
  .section03_block02 .read-text {
    font-size: 2.5vw;
  }
  .section03_block02 .block02-items .item .icon {
    width: 15vw;
  }
  .section03_block02 .block02-items .item .text-block .title {
    font-size: 3.6vw;
  }
  .section03_block02 .block02-items .item .text-block .sentence {
    font-size: 2vw;
  }
}

/* tablet size */
/* ==================
* section_cv-area
* ================== */
.section_cv-area {
  background-color: #0D4383;
  padding: 45px 0 75px;
}
.section_cv-area .title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
}
.section_cv-area .standard-button {
  max-width: 570px;
  margin: 10px auto 0;
}

/* ==================
* section04
* ================== */
.section04 {
  margin: 60px 0;
}
.section04 .section-title {
  font-size: 58px;
  text-align: center;
}
.section04 .flow-items {
  margin-top: 20px;
}
.section04 .flow-items .item {
  display: flex;
  justify-content: flex-start;
  border: 1px solid #ECECEC;
  margin-top: 66px;
  position: relative;
}
.section04 .flow-items .item:nth-of-type(1) {
  margin-top: 0;
}
.section04 .flow-items .item:last-of-type:after {
  content: none;
}
.section04 .flow-items .item:after {
  content: "";
  background: url("../images/icon_arrow02.png") rgba(255, 255, 255, 0) no-repeat top 50% left 50%/contain;
  width: 55.5px;
  height: 32px;
  position: absolute;
  bottom: -52px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section04 .flow-items .item .left-box {
  background-color: #ECECEC;
  width: 287px;
  font-weight: bold;
  display: flex;
  justify-content: flext-start;
  align-items: center;
  padding: 20px;
}
.section04 .flow-items .item .left-box .num {
  font-size: 67px;
  margin-right: 30px;
}
.section04 .flow-items .item .left-box .title {
  font-size: 37px;
}
.section04 .flow-items .item .right-box {
  width: calc(100% - 287px);
  font-size: 23px;
  line-height: 1.4;
  padding: 20px;
}
.section04 .flow-items .item .right-box .note-text {
  font-size: 0.8em;
}
.section04 .flow-items .item .right-box .indent {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
  margin: 0.3em 0 0;
}

/* ==================
* section_solution
* ================== */
.section_solution {
  margin-top: 127px;
}
.section_solution .image {
  margin: 0 auto;
  max-width: 100%;
}






/* ==================
* 採用動画
* ================== */
.section_video {

}
.section_video .video-block01 {

}
.section_video .video_block01 .block01-items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px -10px 0;
}
.section_video .video_block01 .block01-items .item{
  width: calc(50% - 20px);
  background: #FFF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px;
  padding: 27px 27px 27px 39px;
}
.section_video .video_block01.video-wrap {
  width: 37.6%;
}

/* videoplay
----------------------------------------------- */

.videoplay {
}
.videoplay a {
	display: block;
}
.videoplay__image {
	position: relative;
	z-index: 1;
}
.videoplay__image:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0);
	z-index: 1;
}
.videoplay__image img {
	width: 100%;
	height: auto;
}
.videoplay__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -32px 0 0 -50px;
	width: 100px;
	height: 65px;
	text-align: center;
	z-index: 2;
}
.videoplay__button {
	position: relative;
	margin: auto;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: #0D4383;
	z-index: 1;
}
.videoplay__button:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 16px;
	border-color: transparent transparent transparent #fff;
	z-index: 1;
}
.videoplay__label {
	margin: 20px 0 0;
	color: #fff;
	font-family: 'Heebo', sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-indent: 0.025em;
	letter-spacing: 0.025em;
}
.videoplay__caption {
	margin: 10px 0 0;
  font-weight: bold;
	font-size: 23px;
  color: #073A77;
	text-align: center;
	letter-spacing: 0.075em;
	/*line-height: 34px;*/
}

/* wide */

.videoplay__icon--wide {
	margin: -40px 0 0 -60px;
	width: 120px;
	height: 80px;
}
.videoplay__icon--wide .videoplay__button {
	width: 80px;
	height: 80px;
}
.videoplay__icon--wide .videoplay__button:after {
	margin: -12px 0 0 -7px;
	border-width: 12px 0 12px 20px;
}
.videoplay__icon--wide .videoplay__label {
	font-size: 14px;
}

/* videoplayer
----------------------------------------------- */

.videoplayer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}
.videoplayer__mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 1;
}
.videoplayer__outer {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	z-index: 1;
}
.videoplayer__inner {
	position: relative;
	margin: 0px 50px 0;
	z-index: 1;
}
.videoplayer__main {
	margin: auto;
	max-width: 960px;
	width: calc(100vw - 100px);
}
.videoplayer__main video {
	display: block;
	width: 100%;
	height: auto;
}

.videoplayer__close {
	position: absolute;
	top: -84px;
	right: 0;
	width: 54px;
	height: 54px;
	cursor: pointer;
	z-index: 1;
}
.videoplayer__close span {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("../images/modal_close.svg");
	background-repeat: no-repeat;
	background-size: 54px 54px;
	z-index: 1;
}
.videoplayer__loading {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -7px;
	z-index: 1;
}
.videoplayer__loading .loading__icon:nth-child(1),
.videoplayer__loading .loading__icon:nth-child(4) {
	border-color: #ececec;
}

/* initial */

.js-videoplayer {
	pointer-events: none;
	visibility: hidden;
}
.js-videoplayer .videoplayer__mask {
	opacity: 0;
}
.js-videoplayer .videoplayer__outer {
	opacity: 0;
	transform: scale(0.98);
}
.js-videoplayer .videoplayer__close {
	opacity: 0;
	transform: translateY(10px);
}

/* ready */

.js-videoplayer-ready {
	transition-property: visibility;
	transition-duration: 0s;
	transition-delay: 0.75s;
	will-change: visibility;
}
.js-videoplayer-ready .videoplayer__mask {
	transition-property: opacity;
	transition-duration: 0.5s;
	will-change: opacity;
}
.js-videoplayer-ready .videoplayer__outer {
	transition-property: opacity, transform;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
	will-change: opacity, transform;
}
.js-videoplayer-ready .videoplayer__close {
	transition-property: opacity, transform;
	transition-duration: 0.5s;
	transition-delay: 0.25s;
	will-change: opacity, transform;
}
.js-videoplayer-ready .videoplayer__loading {
	transition-property: opacity, transform;
	transition-duration: 0s;
	transition-delay: 1.5s;
	will-change: opacity, transform;
}

/* open */

.js-videoplayer-open {
	pointer-events: auto;
	visibility: visible;
	transition-delay: 0s;
}
.js-videoplayer-open .videoplayer__mask {
	opacity: 1;
}

/* play */

.js-videoplayer-play .videoplayer__outer {
	opacity: 1;
	transform: scale(1);
}
.js-videoplayer-play .videoplayer__close {
	opacity: 1;
	transform: translate(0);
}
.js-videoplayer-play .videoplayer__loading {
	opacity: 0;
	transform: scale(0);
	transition-duration: 0.25s;
	transition-delay: 0s;
}


	/* videoplay
	----------------------------------------------- */

	.videoplay__image:after,
	.videoplay__button {
		transition-property: background-color, transform;
		transition-duration: 0.35s;
	}

	/* hover */

	.videoplay a:hover .videoplay__image:after {
		background-color: rgba(0,0,0,0.4);
	}
	.videoplay a:hover .videoplay__button {
		transform: translateY(-3px);
	}


	/* videoplayer
	----------------------------------------------- */

	.videoplayer__close span {
		transition-property: opacity;
		transition-duration: 0.5s;
	}

	/* hover */

	.videoplayer__close:hover span {
		opacity: 0.6;
	}


  /* mobile
----------------------------------------------- */

@media only screen and (max-width:999px) {
	/* videoplay
  ----------------------------------------------- */

	.videoplay {
	}
	.videoplay a {
	}
	.videoplay__image {
		margin: auto;
		max-width: 440px;
	}
	.videoplay__image:after {
	}
	.videoplay__image img {
	}
	.videoplay__icon {
		margin: -24px 0 0 -50px;
		height: 48px;
	}
	.videoplay__button {
		width: 48px;
		height: 48px;
	}
	.videoplay__button:after {
		margin: -7px 0 0 -4px;
		border-width: 7px 0 7px 12px;
	}
	.videoplay__label {
		margin: 12px 0 0;
		font-size: 8px;
	}
	.videoplay__caption {
		/*margin: 20px 0 0;*/
		font-size: 20px;
		/*line-height: 16px;*/
	}

	/* wide */
	
	.videoplay__icon--wide {
		margin: -24px 0 0 -50px;
		width: 100px;
		height: 48px;
	}
	.videoplay__icon--wide .videoplay__button {
		width: 48px;
		height: 48px;
	}
	.videoplay__icon--wide .videoplay__button:after {
		margin: -7px 0 0 -4px;
		border-width: 7px 0 7px 12px;
	}
	.videoplay__icon--wide .videoplay__label {
		font-size: 8px;
	}


	/* videoplayer
	----------------------------------------------- */

	.videoplayer__inner {
		margin: 60px 0 0;
	}
	.videoplayer__main {
		max-width: initial;
		width: auto;
	}
	.videoplayer__close {
		top: -60px;
		right: 20px;
		width: 40px;
		height: 40px;
	}
	.videoplayer__close span {
		background-size: 40px 40px;
	}


  	/* moviebox
	----------------------------------------------- */

	.moviebox {
		margin: 70px 0 0;
	}
	.moviebox:before,
	.moviebox:after {
		display: none;
	}
	.moviebox__movie {
		margin-top: 30px;
		max-width: initial;
	}

}
/* ==================
* 採用動画おわり
* ================== */



/* ==================
* section_zikken
* ================== */
.section_zikken {
  margin: 60px 0 0;
}
.section_zikken .border-box {
  border: #000 1px solid;
  padding: 44px 35px 40px;
}
.section_zikken .border-box .section-title .image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.section_zikken .border-box .sentence {
  font-size: 26px;
  line-height: 1.8;
  margin: 30px 0 0;
}
.section_zikken .border-box .sentence span {
  display: inline-block;
  border-bottom: 1px solid #c8c8c8;
  padding: 0.2em 0 0;
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  /* tablet size */
  .first-view_sp {
    display: none;
  }
  .section_zikken .border-box .section-title .image {
    width: 80%;
  }
  .section_zikken .border-box .sentence {
    font-size: 2.4vw;
  }
}
/* tablet size */
/* ==================
* end-cv-area
* ================== */
.end-cv-area {
  margin: 60px 0 0;
}
.end-cv-area .cv-block {
  width: calc(100% - 40px);
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.end-cv-area .cv-block:before {
  content: "";
  display: block;
  width: 100%;
  height: 67%;
  background-color: #EEF2F8;
  position: absolute;
  left: 0;
  top: 18%;
  z-index: -1;
}
.end-cv-area .cv-block .inner {
  max-width: calc(100% - 120px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
.end-cv-area .cv-block .inner .image {
  max-width: 46%;
}
.end-cv-area .cv-block .inner .text-block {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  padding: 10px 0 0;
}
.end-cv-area .cv-block .inner .text-block .catch {
  font-size: 37px;
}
.end-cv-area .cv-block .inner .text-block .title {
  font-size: 46px;
  color: #073A77;
}
.end-cv-area .cv-block .inner .text-block .standard-button {
  margin: 20px 0 0;
}

@media screen and (min-width: 768px) and (max-width: 1090px) {
  /* tablet size */
  .first-view_sp {
    display: none;
  }
  .end-cv-area .cv-block .inner .text-block .catch {
    font-size: 3.2vw;
  }
  .end-cv-area .cv-block .inner .text-block .title {
    font-size: 4.1vw;
  }
  .end-cv-area .cv-block .inner .text-block .standard-button {
    font-size: 3vw;
  }
}
/* tablet size */
/* ==================
* g-footer
* ================== */
.g-footer {
  background-color: #0E4485;
  color: #FFF;
  padding: 60px 0 60px;
  margin-top: 40px;
}
.g-footer .title-text {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  width: -webkit-max-content;
  width: max-content;
  margin: 0 auto;
}
.g-footer .title-text .ja {
  font-size: 43px;
}
.g-footer .title-text .en {
  font-size: 38px;
  position: relative;
}
.g-footer .title-text .en:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #FFF;
  display: block;
  position: absolute;
  top: 50%;
}
.g-footer .title-text .en .text {
  display: inline-block;
  background-color: #0E4485;
  position: relative;
  padding: 0 0.4em;
}
.g-footer .standard-button {
  max-width: 570px;
  margin: 30px auto 0;
}
.g-footer .small {
  text-align: center;
  font-size: 22px;
  margin: 40px 0 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* tablet size */
  .first-view_sp {
    display: none;
  }
  .g-footer .title-text .ja {
    font-size: 4vw;
  }
  .g-footer .title-text .en {
    font-size: 3.6vw;
  }
  .g-footer .small {
    font-size: 2vw;
  }
}
/* tablet size */
/* ==================
* cv-area(fixed)
* ================== */
.cv-area.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: bottom 0.3s 0s;
  bottom: -300px;
  background-color: rgba(238, 242, 248, 0.94);
}
.cv-area.fixed.-scroll {
  bottom: 0;
}
.cv-area.fixed .inner {
  padding: 20px 0 20px;
}
.cv-area.fixed .inner .one-block .text-image.-long {
  width: 320px;
}
.cv-area.fixed .inner .one-block .text-image.-min {
  width: 200px;
}
.cv-area.fixed .inner .standard-button {
  font-size: 20px;
  border-width: 2px;
}

@media screen and (min-width: 768px) {
  /* sp only */
  .first-view_sp {
    display: none;
  }
  .sp {
    display: none !important;
  }
}
/* sp only */
/* ========================================================================
* SP size
* ======================================================================== */
@media screen and (max-width: 767px) {
  /* sp only */
  .first-view_pc {
    display: none;
  }
  .pc {
    display: none !important;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .standard-button {
    font-size: 18px;
    border-width: 2px;
  }

  /* ==================
  * g-header
  * ================== */
  .g-header {
    padding: 10px;
  }
  .g-header .head-logo {
    width: 150px;
  }

  /* ==================
  * first-view
  * ================== */


  /* ==================
  * section_video
  * ================== */
  .section_video .video_block01 .block01-items {
      display: block;
      margin: 0;
    }
  .section_video .video_block01 .block01-items .item  {
      display: block;
      width: 100%;
      padding: 15px;
      margin: 0 0 30px;
    }

  /* ==================
  * cv-area
  * ================== */
  .cv-area {
    padding: 20px 0;
  }
  .cv-area .inner {
    display: block;
    padding: 0;
  }
  .cv-area .inner .one-block {
    width: 100%;
    margin: 20px 0 0;
  }
  .cv-area .inner .one-block:nth-of-type(1) {
    margin-top: 0;
  }
  .cv-area .inner .one-block .text-image {
    max-width: 100%;
    margin-bottom: 5px;
  }
  .cv-area .inner .one-block .text-image.-long {
    width: 280px;
  }
  .cv-area .inner .one-block .text-image.-min {
    width: 160px;
    margin-bottom: 10px;
  }

  /* ==================
  * section01
  * ================== */
  .section01 {
    padding: 40px 0;
    margin-top: 40px;
  }
  .section01 .point-items {
    display: block;
    margin: 20px 0 0;
  }
  .section01 .point-items .item {
    margin: 20px auto 0;
    width: calc(100% - 20px);
    padding: 24px;
    min-width: 0;
  }
  .section01 .point-items .item:nth-of-type(1) {
    margin-top: 0;
  }
  .section01 .point-items .item .num {
    width: 40px;
  }
  .section01 .point-items .item .text {
    font-size: 18px;
    margin-top: 10px;
  }

  /* ==================
  * section02
  * ================== */
  .section02 {
    margin: 40px 0 90px;
  }
  .section02 .inner {
    padding-bottom: 0;
  }
  .section02 .inner:after {
    height: 50px;
    bottom: -50px;
  }
  .section02 .inner .read-text {
    font-size: 16px;
  }
  .section02 .inner .risk-items {
    justify-content: center;
  }
  .section02 .inner .risk-items .item {
    font-size: 4vw;
    width: 33vw;
    height: 33vw;
    margin: 3vw;
  }
  .section02 .inner .risk-items .item:nth-of-type(3) {
    margin-top: -2vw;
  }

  /* ==================
  * section03
  * ================== */
  .section03 {
    margin: 0;
  }
  .section03 .section-title {
    padding: 15px 0;
  }
  .section03 .section-title .image {
    max-height: 60px;
  }

  .section03_block01 {
    margin: 30px 0 0;
  }
  .section03_block01 .title-image {
    width: 260px;
  }
  .section03_block01 .block01-items {
    display: block;
    margin: 0;
    margin-top: 20px;
  }
  .section03_block01 .block01-items .item {
    width: 100%;
    padding: 15px;
    margin: 15px 0 0;
  }
  .section03_block01 .block01-items .item .icon {
    width: 100px;
    display: block;
    margin: 0 auto;
  }
  .section03_block01 .block01-items .item .text-block {
    width: 100%;
    margin: 0 0 0;
    padding-left: 10px;
  }
  .section03_block01 .block01-items .item .text-block .title {
    font-size: 20px;
  }
  .section03_block01 .block01-items .item .text-block .sentence {
    font-size: 16px;
  }

  .section03_block02 {
    margin: 40px 0 0;
  }
  .section03_block02 .title-image02 {
    width: calc(100% - 30px);
  }
  .section03_block02 .read-text {
    font-size: 16px;
  }
  .section03_block02 .block02-items {
    display: block;
    margin: 0;
    margin-top: 20px;
  }
  .section03_block02 .block02-items .item {
    width: 100%;
    padding: 15px;
    margin: 46px 0 0;
  }
  .section03_block02 .block02-items .item .icon {
    width: 100px;
    display: block;
    margin: 0 auto;
  }
  .section03_block02 .block02-items .item .text-block {
    width: 100%;
    margin: 0 0 0;
    padding-left: 10px;
  }
  .section03_block02 .block02-items .item .text-block .title {
    font-size: 20px;
  }
  .section03_block02 .block02-items .item .text-block .sentence {
    font-size: 16px;
  }
  .section03_block02 .block02-items .item::after  {
    width: 30px;
    height: 20px;
    bottom: -36px;
  }


  /* ==================
  * section_cv-area
  * ================== */
  .section_cv-area {
    padding: 20px 0 25px;
  }
  .section_cv-area .title {
    font-size: 6.4vw;
  }
  .section_cv-area .standard-button {
    font-size: 5vw;
  }

  /* ==================
  * section04
  * ================== */
  .section04 .section-title {
    font-size: 30px;
  }
  .section04 .flow-items .item {
    display: block;
    margin-top: 46px;
  }
  .section04 .flow-items .item:after {
    width: 30px;
    height: 20px;
    bottom: -36px;
  }
  .section04 .flow-items .item .left-box {
    width: 100%;
    padding: 12px 20px;
  }
  .section04 .flow-items .item .left-box .num {
    margin-right: 10px;
  }
  .section04 .flow-items .item .left-box .num-image {
    width: 19px;
  }
  .section04 .flow-items .item .left-box .title {
    font-size: 20px;
  }
  .section04 .flow-items .item .right-box {
    width: 100%;
    font-size: 16px;
    padding: 12px;
  }

  /* ==================
  * section_solution
  * ================== */
  .section_solution {
    margin-top: 60px;
  }
  /* ==================
  * section_zikken
  * ================== */
  .section_zikken .border-box {
    padding: 30px 20px;
  }
  .section_zikken .border-box .sentence {
    font-size: 16px;
    margin: 18px 0 0;
  }

  /* ==================
  * end-cv-area
  * ================== */
  .end-cv-area .cv-block:before {
    top: 20%;
    height: 80%;
  }
  .end-cv-area .cv-block .inner {
    width: 100%;
    display: block;
    max-width: 100%;
  }
  .end-cv-area .cv-block .inner .image {
    width: 140px;
    margin: 0px auto 0;
  }
  .end-cv-area .cv-block .inner .text-block {
    padding: 20px 15px 20px;
  }
  .end-cv-area .cv-block .inner .text-block .catch {
    font-size: 6.7vw;
  }
  .end-cv-area .cv-block .inner .text-block .title {
    font-size: 7.6vw;
    margin-top: 10px;
  }

  /* ==================
  * g-footer
  * ================== */
  .g-footer {
    margin-top: 30px;
    padding: 20px 0 30px;
  }
  .g-footer .title-text {
    width: auto;
  }
  .g-footer .title-text .ja {
    font-size: 20px;
  }
  .g-footer .title-text .en {
    font-size: 17px;
    margin: 4px 0 0;
  }
  .g-footer .title-text .en:before {
    height: 2px;
  }
  .g-footer .standard-button {
    margin-top: 20px;
  }
  .g-footer .small {
    font-size: 12px;
    margin-top: 20px;
  }

  /* ==================
  * 〇〇〇
  * ================== */
  /* ==================
  * 〇〇〇
  * ================== */
  /* ==================
  * 〇〇〇
  * ================== */
  /* ==================
  * 〇〇〇
  * ================== */
  /* ==================
  * cv-area fixed
  * ================== */
  .cv-area.fixed {
    padding: 10px 0 20px;
  }
  .cv-area.fixed .inner {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .cv-area.fixed .inner .one-block {
    margin-top: 0;
    width: calc(50% - 5px);
  }
  .cv-area.fixed .inner .one-block .standard-button {
    font-size: 3vw;
  }
}
/* sp only */
/* ==================
* 〇〇〇
* ================== */
/* ==================
* 〇〇〇
* ================== */
/* ==================
* 〇〇〇
* ================== */
/* ==================
* 〇〇〇
* ================== */
/* ==================
* 〇〇〇
* ================== */
/* ==================
* 〇〇〇
* ================== */
/* ==================
* 〇〇〇
* ================== */
/* ==================
* 〇〇〇
* ================== */
/* ==================
* 〇〇〇
* ================== */