body {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-size: 1.6em !important;
    font-weight: bold;
    margin: 0px;
    padding: 0px!important;
    width: 100%;
    color: #333;
}
html {
    font-size: 62.5%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
div {
    margin: 0px;
}
header {
  width: 100%;
}
h1 {
margin: 0px;   
}
h2 {
margin: 0px;   
}
h3 {
    margin: 0px;
}
p {
margin: 0px;
}
a {
text-decoration: none;
color: inherit;
}
ol {
    padding: 0px;
}
li {
  list-style: none;
  margin: 0px;
  padding:0px;
}
ul {
  margin: 0px;
  padding: 0px;
}
table {
    border-collapse: collapse;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
div {
  margin: 0px;
  padding: 0px;
}
nav {
  display: inline-block;
}
*, :before, ::after {
    background-repeat: no-repeat;
    box-sizing: inherit;
}
* {
    box-sizing: border-box;
    text-decoration: none;
}
dd, dl{
    margin: 0px;
}
span {
    display: block;
}
input[type="text"] {
    appearance: none;
}
input {
    border-radius: 0;
}
textarea {
    border-radius: 0;
}
select {
    border-radius: 0;
    padding: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select, textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
}
button, select {
    text-transform: none;
}
button, input, optgroup, select, textarea {
    font: inherit;
}
select {
    -moz-appearance: menulist!important;
    -webkit-appearance: menulist!important;
}
input, textarea, select, option {
    font: inherit;
    color: inherit;
}
/* デフォルトのbuttonスタイルをリセット */
button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: transparent;
border: 0;
border-radius: 0;
color: inherit;
cursor: pointer;
font: inherit;
margin: 0;
outline: none;
padding: 0;
vertical-align: middle;
}
img {
    margin: 0 auto;
    width: 100%;
    vertical-align:top;
}

.overflow {
    overflow-x: hidden;
}
.header__inner {
    display: flex;
    align-items: center;
    z-index: 100;
}
.header__right {
    display: flex;
    margin-left: auto;
}
.logo {
    font-size: 2.0rem;
    padding-left: 60px
}
.logo_img {
    max-width: 76px
}
.logo_link {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.g-navi {
    width: 100%;
}
.g-navi__inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}
.g-navi .g-navi__inner > * {
    padding: 20px;
    text-align: center;
    font-weight: bold;
}
.header-entry_sub {
    font-size: 1.4rem;
}
.header-button01 {
    background-color: #0168cc;
    width: 160px;
    margin-left: 0px;
    color: white;
    transition: 0.25s;
}
.header-button01:hover {
    transition: 0.25s;
    background-color: white;
    color: #052464!important;
}
.header-nav06 {
    font-weight: bold;
}
.header-button02 {
    background-color: #052464;
    width: 160px;
}
.header-nav07 {
    color: white;
    font-weight: bold;
}
.g-navi__inner li:hover {
    transition: 0.25s;
    color: #0168cc;
}
.header__inner {
    position: fixed;
    width: 100%;
    background-color: #fff;
}

/*spメニュー*/
.nav-wrapper {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transform: translateY(-100%);
    transition: transform 0.7s;
    width: 100vw;
    z-index: 2;
}
.header-nav {
    display: none;
}
.header-nav {
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 2;
}
.nav-list {
    display: block;
    position: absolute;
    top: 15%;
    width: 100%;
    left: 0%;
    text-align: left;
    /* transform: translate(-50%,-50%); */
}
.nav-item {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}
.nav-item::after {
    font-family: FontAwesome;
    content: "\f061";
    color: #0168cc;
    top: 25%;
    right: 15px;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: all .3s;
}
.burger-btn {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 3;
    border: none;
    display: none;
    right: 0px;
}
.bar_top {
    top: 15px;
}
.bar {
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
}
.bar_mid {
    top: 50%;
    transform: translate(-50%,-50%);
}
.bar_bottom {
    bottom: 15px;
}
/* spメニューオープン時 */
.nav-wrapper.fade {
  visibility: visible;
  opacity: 1;
}
.noscroll{
  overflow: hidden;
}
.header-nav {
  display: none;
}
.burger-btn.close .bar_top{      
  transform: translate(-50%,10px) rotate(45deg);      
  transition: transform .3s;  
  background-color: white;  
}    
.burger-btn.close .bar_mid{      
  opacity: 0;       
  transition: opacity .3s;    
}    
.burger-btn.close .bar_bottom{      
transform: translate(-50%,-8px) rotate(-45deg);      
transition: transform .3s; 
background-color: white;   
}
.nav-wrapper {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.7s;
  width: 100vw;
  z-index: -1; /*キービジュアルと.btn_triggerとの重なりの前後関係を調整*/
}
.nav-wrapper.slide-in {
  transform: translateX(0);
}
.nav-item a {
  color: #333;
  font-weight: bold;
  font-size: 2.4rem;
  margin-left: 5px;
  position: relative;
}
.nav-item:hover {
  transition: 0.25s;
  opacity: 0.7;
}
.mv-area {
    width: 100%;
    padding-top: 85px;
}
@media only screen and (max-width: 1199px) {
.header__inner {
    padding: 0;
}
.g-navi {
    display: none;
}
.header-nav {
    display: block!important;
}
.burger-btn {
    display: block!important;
    right: 0px;
    background-color: #0168cc;
}
.logo {
    padding:10px 0 0 15px;
}
.logo_text {
    display: none;
}
}

@media only screen and (max-width: 450px) {
  html {
    font-size: 45%;
}
}


.sliderArea {
max-width: 100%;
margin: 0 auto;
padding: 0px;
}
.sliderArea.w300 {
max-width: 300px;
}
.slick-slide {
margin: 0px;
}
.slick-slide img {
width: 100%;
height: auto;
}
.slick-prev, .slick-next {
z-index: 1;
}
.slick-prev:before, .slick-next:before {
color: #000;
}
.slick-slide {
transition: all ease-in-out .3s;
opacity: .2;
}
.slick-active {
opacity: 1;
}
.slick-current {
opacity: 1;
}
.thumb {
margin: 20px 0 0;
}
.thumb .slick-slide {
cursor: pointer;
}
.thumb .slick-slide:hover {
opacity: .7;
}

.wrapper {
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.wrapper02 {
    max-width: 1000px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.index-sec01 {
    padding: 80px 0;
    background-color: #eaf4fd;
}
.headline-lv2--center {
    font-family: 'Montserrat', sans-serif;
    font-size: 5.2rem;
    text-align: center;
    line-height: 1.5;
    color: #0168cc;
    font-weight: normal;
}
.sec01-top__text__span {
    font-size: 1.4rem;
    display: block;
    color: #333;
    position:relative;
    font-weight: bold;
}
.sec01-top__text__span::before{
   content:"";
   display:block;
   width:80px;
   height:3px;
   background-color:#fcdc32;
   position:absolute;
   top: -30%;
   left: 50%;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
}
.index-sec01__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.index-sec01__list-inner {
    width: 32.3333%;
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    margin-top: 30px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.content-01__title01 {
    font-size: 2.0rem;
}
.content-01__title02 {
    font-size: 1.4rem;
}
.content-01__title03 {
    font-size: 2.0rem;
    color: red;
}
.index-sec01__title-layout01 {
    padding: 20px 5px 20px 5px;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    position: relative;
    transition: 0.25s;
}
.index-sec01__title-layout01::after{
    font-family: 'Font Awesome 5 Free';
    content: "\f061";
    color: #0168cc;
    top: 50%;
    right: 15px;
    position: absolute;
     transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: all .3s;
}
.index-sec01__title-layout01:hover::after{
    transition: all .3s;
    right:11px;
}
.index-sec01__title-layout01:hover {
    transition: 0.25s;
    opacity: 0.7;
}
.content-01__list {
    padding: 15px 0 0 0;
}
.btn-tag {
    background-color: #eeeeee;
    padding: 5px;
    font-size: 1.2rem;
    color: #333333;
}
.content-01__list-inner {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}
.content-01 {
    width: 100%;
    height: auto;
} 
.content-01__img {
    width: 100%;
    overflow: hidden;
}
.content-01__img img {
    height: auto;
}
.content-01__img img:hover {
    transition: 0.25s;
    transform: scale(1.1); /* 拡大 */
}
.btn-tag:hover {
    transition: 0.25s;
    opacity: 0.6;
}
.btn-more {
    border: 1px solid #052464;
    font-weight: bold;
    color: #052464;
    padding: 15px;
    border-radius: 50px;
    text-align: center;
    display: block;
}
.btn-more:hover {
    transition: 0.25s;
    color:white;
    background-color: #052464;
}
.index-sec01__btn {
   margin: 60px auto 0;
   width: 200px;
}
.index-sec02 {
    padding:80px 0 80px 0;
}
.index-sec02__content, .service-sec02__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
}
.index-sec02__content-left, .service-sec02__content-left {
    width: 48.999%;
    border:1px solid #cccccc;
    border-radius: 10px 10px 10px 10px;
}
.index-sec02__content-img img {
    width: 100%;
    vertical-align: bottom;
}
.index-sec02__content-right, .service-sec02__content-right {
    width: 48.999%;
    border:1px solid #cccccc;
    border-radius: 10px 10px 10px 10px;
}
.index-sec02__content-container {
    width: 100%;
}
.index-sec02__content-container .headline-lv2 {
    margin-bottom: 30px;
    font-family: "EB Garamond", serif;
    font-size: 3.6rem;
    color: #052464;
}
.headline-lv2__sub-title {
    font-size: 1.4rem;
    display: block;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.index-sec02__content-text p {
    font-size: 2.4rem;
    font-weight: bold;
}
.index-sec02__btn {
    margin: 40px 0 0 0;
    width: 200px;
}
.index-sec02__container {
    padding: 20px 20px 40px 20px;
}
.index-sec02__text_sub {
    margin: 30px 0 40px 0;
}
.btn-view {
    width: 100%;
    display: block;
    border-radius:10px 10px 10px 10px;
    border:1px solid #0168cc;
    transition: 0.25s;
    color: #0168cc;
    text-align:center;
    padding:18px 5px 18px 5px;
    position: relative;
}
.btn-view::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f061";
    top: 50%;
    right: 15px;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: all .3s;
}
.btn-view:hover::after {
    right: 11px;
    transition: all .3s;
}
.btn-view:hover {
    transition: 0.25s;
    background-color: #0168cc;
    color: #fff;
}
.btn-view__layout {
    width: 250px;
    margin: 0 auto;
}
.index-sec03 {
    background-color: #eaf4fd;
    padding:60px 0;
}
.index-sec03__content, .service-sec03__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
}
.index-sec03__content-01, .index-sec03__content-02, .index-sec03__content-03, .service-sec03__content-01, .service-sec03__content-02, .service-sec03__content-03 {
    width: 33.3333%;
}
.index-sec03__title, .service-sec03__title {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: -25px;
}
.btn-view-02__layout {
    margin: 0 auto;
}
.btn-view-02 {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    transition: 0.25s;
}
.btn-view-02:hover {
    transition: all .3s;
    text-decoration: underline;
    text-underline-position: under;
}
.btn-view-02::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f061";
    top: 50%;
    right: 60px;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: all .3s;
}
.btn-view-02:hover::after {
    right: 30px;
     transition: all .3s;
 }
 .index-sec04 {
    padding: 80px 0 80px 0;
}
.index-sec04__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
}
.index-sec04__content-left {
    width: 48.999%;
    border: 1px solid #cccccc;
    border-radius: 10px 10px 10px 10px;
}
.index-sec04__container {
    padding: 20px 20px 40px 20px;
}
.index-sec04__content-right {
    width: 48.999%;
    border: 1px solid #cccccc;
    border-radius: 10px 10px 10px 10px;
}
.index-sec04__text_sub {
    margin: 30px 0 40px 0;
}
.index-sec04__text {
    margin-bottom: 40px;
}
.footer-sec01 {
    background-image: url(../img/index/bg01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 10px;
}
.footer-sec01__content-text {
    text-align: center;
}
.footer-sec01__title-sub {
    font-size: 1.4rem;
    display: block;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.footer-sec01__content {
    color: #fff;
}
.btn-entry__layout {
    width: 500px;
    margin: 0 auto;
}
.btn-entry {
    display: block;
    text-align: center;
    width: 100%;
    background-color: #0168cc;
    padding:30px 15px;
    border-radius: 10px 10px 10px 10px;
    font-size: 2.0rem;
    position: relative;
    border:1px solid #0168cc;
}
.btn-entry::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0e0";
    top: 50%;
    left: 30%;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: all .3s;
}
.btn-entry:hover {
    transition: all .3s;
    background-color: #fff;
    border:1px solid #0168cc;
    color: #0168cc;
}
.footer-sec01__content-text {
    margin: 30px 0 40px 0;
}
.footer-sec01__layout-right {
    width: 48%;
}
.footer-sec01__layout-left__contact {
    display: flex;
    flex-direction: column;
}
.btn-mail {
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    padding: 15px;
    font-weight: bold;
    position: relative;
    background-color: #082e7c;
    border: 1px solid #082e7c;
}
.btn-mail:hover {
    transition: 0.25s;
    opacity: 0.6;
}
.icon_arrow {
    position: absolute;
    top: calc(50% - 0.5em);
    content: "";
    right: 8px;
    width: 0.5px;
    height: 0.5px;
    padding-right: 20px;
}
.btn-company {
    color: #fff;
    font-size: 1.8rem;
    border: 1px solid #fff;
    text-align: center;
    padding: 15px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    position: relative;
}
.btn-company:hover {
    transition: 0.25s;
    opacity: 0.6;
}
.footer-sec01__layout-left__contact-space {
    padding-top: 20px;
}
.footer-sec02 {
    padding: 60px 0;
    color: #fff;
}
.footer-sec02__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p-footer__label {
    margin-top: 20px;
}
.p-footer__label-lv1:hover {
    transition: all .3s;
    text-decoration: underline;
    text-underline-position: under;
}
.p-footer__label-lv2+.p-footer__label-lv2 {
    margin-top: 10px;
}
.p-footer__label-lv2 {
    position: relative;
    transition: all .3s;
    margin-left: 18px;
}
.p-footer__label-lv2:before {
    display: block;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: "\f068";
    left: -17px;
    top: 50%;
    width: 8px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.p-footer__label-lv2:hover {
    transition: all .3s;
    text-decoration: underline;
    text-underline-position: under;
}
.footer-sec03 {
    padding: 60px 0;
    border-top: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
}
.footer-sec03__text {
    margin: 20px 0 10px 0;
}
.footer-privacypolicy {
    font-size: 1.2rem;
    transition: 0.3s;
}
.footer-privacypolicy:hover {
    opacity: 0.7;
}
footer {
    background-color: #0168cc;
}
.footer-copyright {
    padding: 20px 0;
    text-align: center;
    font-size: 1.0rem;
    display: block;
}
.fotter__logo-text a {
    color: #fff;
}
.footer-title {
    color: #fff;
    font-size: 1.1rem;
}
.footer-title {
    color: #fff;
    font-size: 1.1rem;
}

@media only screen and (max-width: 1199px) {
.index-sec01 {
    padding-left: 10px;
    padding-right: 10px;
}
}

@media only screen and (max-width: 999px) {
.footer-sec01__layout {
    flex-direction: column;
}
.footer-sec01__layout-left {
    width: 100%;
}
.footer-sec01__layout-right {
    width: 100%;
    padding-top: 20px;
}
}

@media only screen and (max-width: 768px) {
/*.burger-btn {
    right: 0px;
    background-color: #0168cc;
}*/
.logo_img {
    padding-left: 20px;
}
.index-sec01 {
    padding: 30px 60px;
}
.index-sec01__list-inner:nth-child(even) {
    padding: 0;
    width: 100%;
}
.index-sec01__list-inner:nth-child(odd) {
    padding: 0;
    width: 100%;
}
.index-sec01__list-inner {
    width: 50%;
}
.index-sec01__list {
    padding-top: 0px; 
}
.index-sec01__title-layout01 {
    padding: 5px 0 5px 0;
}
.content-01__list {
    padding: 10px 0 0 0;
}
.index-sec01__btn {
    margin: 10px auto 0;
}
.index-sec02__content {
    flex-direction: column;
}
.index-sec02__content-left {
    width: 100%;
}
.index-sec02__content-right {
    width: 100%;
    margin-top: 20px;
}
.index-sec02__content-container .headline-lv2 {
    margin-bottom: 10px;
}
.index-sec02__content-text p {
    font-size: 1.8rem;
}
.index-sec02__btn {
    margin: 30px auto 0 auto;
}  
.footer-sec01 {
    padding: 30px 20px;
}  
.btn-mail {
    max-width: none;
    width: 100%;
    font-size: 1.8rem;
    padding: 10px;
}
.footer-sec01__layout-left__contact-space {
    padding-top: 10px;
}
.btn-company {
    padding: 10px;
}
.footer-sec03__layout-left {
    flex-direction: column;
}
.footer-sec04__layout {
    justify-content: center;
    flex-direction: column;
}
.footer-sec04__space {
    padding: 10px;
    text-align: center;
}
.footer-sec03 {
    padding-top: 20px;
}
.logo {
    padding: 0px;
}
}


.company-mv, .service-mv, .mv {
    padding: 200px 0 130px 200px;
    background-image: url(../img/company/mv.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.recruit-mv {
    padding: 100px 0 180px 0;
    background-image: url(../img/recruit/mv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.news-mv {
    padding: 100px 0 180px 0;
    background-image: url(../img/news/mv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.contact-mv {
    padding: 100px 0 180px 0;
    background-image: url(../img/contact/mv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.error-mv {
    padding: 100px 0 180px 0;
    background-image: url(../img/404/mv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.privacypolicy-mv {
    padding: 100px 0 180px 0;
    background-image: url(../img/privacypolicy/mv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.flow-mv {
    padding: 100px 0 180px 0;
    background-image: url(../img/flow/mv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.purchase-mv {
    padding: 100px 0 180px 0;
    background-image: url(../img/purchase/mv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.mv__title, .company-mv__title, .recruit-mv__title, .news-mv__title, .contact-mv__title, .error-mv__title, .privacypolicy-mv__title, .flow-mv__title, .purchase-mv__title {
    color: white;
    text-align: left;
    font-size: 3.8rem;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
.service-mv__sub-title {
    font-size: 1.4rem;
    color: white;
    text-align: center;
    position: relative;
}
.recruit-mv__sub-title {
    font-size: 1.4rem;
    color: white;
    text-align: center;
    position: relative;
}
.company-mv__sub-title {
    font-size: 1.4rem;
    color: white;
    text-align: center;
    position: relative;
}
.news-mv__sub-title {
    font-size: 1.4rem;
    color: white;
    text-align: center;
    position: relative;
}
.contact-mv__sub-title {
    font-size: 1.4rem;
    color: white;
    text-align: center;
    position: relative;
}
.error-mv__sub-title {
    font-size: 1.4rem;
    color: white;
    text-align: center;
    position: relative;
}
.privacypolicy-mv__sub-title {
    font-size: 1.4rem;
    color: white;
    text-align: center;
    position: relative;
}
.flow-mv__sub-title {
    font-size: 1.4rem;
    color: white;
    text-align: center;
    position: relative;
}
.purchase-mv__sub-title {
    font-size: 1.4rem;
    color: white;
    text-align: center;
    position: relative;
}
.service-mv__sub-title:before {
    content: '';
    display: block;
    width: 4%;
    height: 3px;
    background-color: #052464;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 2%);
}
.company-mv__sub-title:before {
    content: '';
    display: block;
    width: 4%;
    height: 3px;
    background-color: #052464;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 2%);
}
.recruit-mv__sub-title:before {
    content: '';
    display: block;
    width: 4%;
    height: 3px;
    background-color: #052464;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 2%);
}
.news-mv__sub-title:before {
    content: '';
    display: block;
    width: 4%;
    height: 3px;
    background-color: #052464;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 2%);
}
.contact-mv__sub-title:before {
    content: '';
    display: block;
    width: 4%;
    height: 3px;
    background-color: #052464;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 2%);
}
.error-mv__sub-title:before {
    content: '';
    display: block;
    width: 4%;
    height: 3px;
    background-color: #052464;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 2%);
}
.privacypolicy-mv__sub-title:before {
    content: '';
    display: block;
    width: 4%;
    height: 3px;
    background-color: #052464;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 2%);
}
.flow-mv__sub-title:before {
    content: '';
    display: block;
    width: 4%;
    height: 3px;
    background-color: #052464;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 2%);
}
.purchase-mv__sub-title:before {
    content: '';
    display: block;
    width: 4%;
    height: 3px;
    background-color: #052464;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 2%);
}

.service-sec01__cap {
    font-size: 1.6rem;
    text-align: center;
    font-weight: normal;
}
.service-sec01 {
   padding: 80px 0 100px 0;
}
.service-sec01--container__inner-title {
    font-family: "EB Garamond", serif;
    font-size: 3.6rem;
    color: #052464;
}
.service-sec01--container__layout-right span {
  font-size: 1.4rem;
  color: #052464;
  font-weight: bold;
}
.service-sec01--container__inner-contents {
    padding: 30px 0 0 0;
}
.service-sec01--container__inner-contents > * {
    margin-bottom: 20px;
}
.service-sec01--container__inner-contents > *:last-child {
    margin-bottom: 0px;
}
.service-sec01--container__layout01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0 0 0;
}
.service-sec01--container__layout02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 0 0;
}
.service-sec01--container__layout-left {
    flex-basis: calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
}
.service-sec01--container__layout-right {
    flex-basis: calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
}

@media only screen and (max-width: 768px) {
.service-sec01--container__layout01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0px ;
    flex-direction: column;
}
.service-sec01--container__layout-left {
    flex-basis: calc((100% - 0px) / 1);
    max-width: calc((100% - 0px) / 1);
}
.service-sec01--container__inner {
    padding-top: 10px;
}
.service-sec01--container__layout-right {
    flex-basis: calc((100% - 0px) / 1);
    max-width: calc((100% - 0px) / 1);
}
.service-sec01--container__layout-left img {
   width: 100%; 
}
.service-sec01--container__inner-contents {
    padding: 10px 0 0 0;
}
.service-sec01--container__layout01 {
    padding: 30px 0 0 0;
}
}

.company-sec01, .service-sec01  {
    padding: 80px 0 80px 0;
}
.company-sec01__headline, .flow-sec01__headline {
    color: #052464;
    font-size: 3.6rem;
    font-weight: bold;
    font-family: "EB Garamond", serif;
    text-align: center;
}
.company-sec01__headline-sub, .flow-sec01__headline-sub {
    font-size: 1.4rem;
    color: #052464;
    text-align: center;
    font-weight:bold;
}
.company-sec01__info {
    padding: 40px 0 80px 0;
}
.company-sec01__info table {
    padding: 40px 80px;
    width: 100%;
}
.recruit-sec02__info table {
    padding: 40px 80px;
    width: 100%;
}
.company-sec01__info tr {
   border:1px solid #cccccc;
}
.recruit-sec02__info tr {
   border:1px solid #cccccc;
}
.company-sec01__info th {
   padding: 15px;
   background-color: #f8f8f8;
   text-align: left;
   border-right: 1px solid #cccccc;
}
.recruit-sec02__info th {
   padding: 15px;
   background-color: #f8f8f8;
   text-align: left;
   border-right: 1px solid #cccccc;
}
.company-sec01__info td {
   padding: 15px;
   text-align: left;
}
.recruit-sec02__info td {
   padding: 15px;
   text-align: left;
}
.company-map__info {
    padding: 20px 0 0 0;
}
.company-map__info p {
    text-align: center;
}
.company-sec02 {
 padding: 0 0 100px 0;
}
.company-map {
    overflow: hidden;
    width: 100%;
}
iframe {
    width: 100%;
}

@media only screen and (max-width: 768px) {
.company-sec01__content, .service-sec01__content, .culture-sec01__content {
    flex-direction: column;
}
.company-sec01__info {
    padding: 20px 0 30px 0;
}
.company-sec02 {
    padding: 0px 10px 35px 10px;
}
.company-map {
    overflow: hidden;
    width: 100%;
}
.company-map__info {
    padding: 10px 0 0 0;
}
}


.recruit-sec01 {
    padding: 80px 0 0 0;
}
.recruit-sec01__containner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.recruit-sec01__inner-left {
    flex-basis: calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
}
.recruit-sec01__inner-right {
    flex-basis: calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
}
.recruit-sec01__inner-right-headline {
    font-size: 2.4rem;
    font-weight: bold;
}
.recruit-sec01__inner-right-content  {
    padding-top: 30px;
}
.recruit-sec01__inner-right-content   > * {
    margin-bottom: 20px;
}
.recruit-sec02 {
    padding: 80px 0 100px 0;
}


@media only screen and (max-width: 768px) {
.recruit-sec01 {
    padding: 0px 10px 20px 10px;
    margin-top: -10px;
}
.recruit-sec01__containner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0px;
    flex-direction: column;
}
.recruit-sec01__inner-left {
    flex-basis: calc((100% - 0px) / 1);
    max-width: calc((100% - 0px) / 1);
}
.recruit-sec01__inner-left img {
    width: 100%;
}
.recruit-sec01__inner-right {
    flex-basis: calc((100% - 0px) / 1);
    max-width: calc((100% - 0px) / 1);
    padding-top: 20px;
}
.recruit-sec01__inner-right-content {
    padding-top: 10px;
}
.recruit-sec02 {
    padding: 0px 10px 35px 10px;
}
.recruit-sec01__inner-right-content > *:last-child {
    margin-bottom: 0px;
}
}


.news-sec01__news ul {
    width: 100%;
    display: inline;
}
.news-sec01__news-contents {
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
    border-top: 1px solid #ddd;
    margin: 0 0 -1px;
}
.contact-news-cat {
    display: inline;
}
.contact-news-cat__inner {
    padding: 10px 10px 10px 0;
    display: inline-block;
}
.btn-cat {
    background-color: #082e7c;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    font-size: 1.2rem;
}
.btn-cat:hover {
    transition: 0.25s;
    opacity: 0.6;
}
.contact-news__time {
    vertical-align: middle;
    display: inline-block;
    padding-right: 30px;
}
.contact-news_title {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    font-weight: normal;
}
.contact-news_title a:hover {
    transition: 0.25s;
    opacity: 0.6;
}
.wrapper_2 {
    max-width: 960px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.pagenation {
    padding-top: 40px;
    width: 100%;
}
.pagenation__btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagenation__link {
    border: 1px solid #082e7c;
    font-weight: bold;
    color: #082e7c;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}
.pagenation__link:hover {
    border: 1px solid #082e7c;
    color: white;
    background-color: #082e7c;
    transition: .25s;
}
.fa-chevron-left:before {
    content: "\f053";
}
.pagenation__btn>* {
    margin: 0 10px;
}
.current {
    border: 1px solid #082e7c;
    color: white;
    background-color: #082e7c;
}
.news-sec01 {
    padding: 80px 0 100px 0;
}


@media only screen and (max-width: 768px) {
.news-sec01 {
    padding: 0px 10px 20px 10px;
    margin-top: -10px;
}
.news-sec01__news-contents  {
    padding: 10px 0;
}
.pagenation {
    padding-top: 20px;
}
.pagenation__btn>* {
    margin: 0 5px;
}
}

.content-news__cat {
 display: inline-block;
}
.news-detail-sec01 .content-news__cat-inner {
    padding: 5px 5px 5px 0;
    display: inline-block;
}
.btn-category-tag {
    background-color: #082e7c;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    font-size: 1.2rem;
}
.news-detail-sec01 .headline-lv3 {
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 15px;
}
.news-detail-sec01__img {
    padding-top: 20px;
    text-align: center;
}
.news-detail-sec01__text {
    padding-top: 30px;
}
.news-detail-sec01__text > * {
    margin-bottom: 10px;
}
.news-detail-sec01__text > *:last-child {
    margin-bottom: 0;
}
.news-detail-sec01 .content-news__time {
    color: #888;
}
.news-detail-sec01__btn-layout {
    border-top: 1px solid #ccc;
    padding-top: 40px;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.btn-pre {
    color: #082e7c;
    text-align: center;
    font-weight: bold;
    border: 1px solid #082e7c;
    padding: 15px;
    display: block;
    position: relative;
}
.btn-next {
    color: #082e7c;
    font-weight: bold;
    text-align: center;
    border: 1px solid #082e7c;
    padding: 15px;
    display: block;
    position: relative;
}
.btn-back {
    text-align: center;
    padding: 15px;
    margin: auto;
    font-weight: bold;
    color: #082e7c;
    border: 1px solid #082e7c;
    display: block;
}
.icon_arrow_left {
    position: absolute;
    top: calc(50% - 0.5em);
    content: "";
    left: 8px;
    width: 0.5px;
    height: 0.5px;
    padding-left: 20px;
}
.icon_arrow_right {
    position: absolute;
    top: calc(50% - 0.5em);
    content: "f105";
    right: 8px;
    width: 0.5px;
    height: 0.5px;
    padding-right: 20px;
}
.news_detail-btn {
    width: 240px;
}
.news_detail-btn a:hover {
    transition: 0.25s;
    color: white;
    background-color: #082e7c;
    border: 1px solid #082e7c;
}
.news-detail-sec01 {
    padding: 80px 0 100px 0;
}


@media only screen and (max-width: 768px) {
.news-detail-sec01 {
    padding: 0px 10px 30px 10px;
    margin-top: -10px;
}
.news-detail-sec01__img img {
    width: 100%;
}
.news-detail-sec01 .headline-lv3 {
    margin-top: 0px;
}
.news-detail-sec01__img {
    padding-top: 5px;
}
.news-detail-sec01__text {
    padding-top: 10px;
}
.news-detail-sec01__btn-layout {
    padding-top: 20px;
    margin-top: 30px;
}
.news-detail-sec01__btn-layout {
    flex-direction: column;
    padding-top: 20px;
}
.news_detail-btn {
    margin: auto;
}
.news_detail-btn:nth-child(2) {
    margin: 10px auto;
}
}


.contact-sec01__text {
    padding-bottom: 40px;
    text-align: center;
}
.table-form {
    width: 100%;
}
.table-form tr {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.table-form th {
    width: 25%;
    vertical-align: middle;
    font-weight: bold;
    padding: 20px 20px 20px 0;
    text-align: left;
}
.form-label--req {
    display: flex;
}
.form-label--req::after {
    content: "必須";
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    color: #FFFFFF;
    margin-left: auto;
    padding: 0.313em;
    background-color: #bf0000;
}
.table-form td {
    vertical-align: top;
    padding: 20px 0 20px 10px;
    width: 75%;
}
.form-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25em 0;
    margin-right: 1em;
}
.form-flex--name {
    display: -ms-inline-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25em 0;
    margin-right: 1em;
    width: 100%;
    display: inline-block;
}
.form-input, .form-input--400, .form-input--100 {
    padding: 1em;
    width: 100%;
    border: 1px solid #ddd;
}
.form-input--400 {
    max-width: 400px;
}
.form-select--400 {
    padding: 1em;
    width: 100%;
    border: 1px solid #ddd;
    max-width: 400px;
    display:block;
}
.sec01-contact01__textarea {
    border: 1px solid #dddddd;
    font-size: 1.6rem;
    color: #333333;
    padding: 6px 12px;
    width: 100%;
    background-color: white;
    height: 200px;
}
.input-agree {
    color: #276ac5;
    text-decoration: underline;
    font-weight: 500;
    padding-bottom: 5px;
    font-weight: bold;
}
.contact-sec01__btn--layout {
    padding-top: 40px;
    max-width: 460px;
    margin: auto;
}
.btn-submit {
    background-color: #082e7c;
    color: #fff;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 25px;
    text-align: center;
    position: relative;
    margin: auto;
    width: 100%;
}
.btn-submit:hover {
    transition: 0.25s;
    opacity: 0.6;
}
.fa-chevron-right:before {
    content: "\f054";
}
.contact-sec01 {
    padding: 80px 0 100px 0;
}
::placeholder {
  color: #cccccc;
  font-size: 1.6rem
}

@media only screen and (max-width: 768px) {
.table-form th {
    display: block;
    width: 100%;
    padding: 10px 0 5px 0;
}
.table-form td {
    vertical-align: top;
    padding: 0 0 10px 0;
    width: 100%;
    display: block;
}
.contact-sec01 {
    padding:30px 10px 30px 10px;
}
.form-label--req {
    display: inherit;
}
.form-label--req::after {
    margin-left: 5px;
}
.contact-sec01__text {
    padding-bottom: 20px;
}
.contact-sec01__btn--layout {
    padding-top: 20px;
}
.btn-submit {
    padding: 15px;
}
}

.contact-sec01__btn-wrap {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    padding: 40px 0 0 0;
}
.contact-sec01__btn--layout02 {
    flex-basis: calc((100% - 40px) / 2);
    max-width: calc((100% - 40px) / 2);
}
.btn-fix {
    background-color: #fff;
    color: #276ac6;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 20px;
    text-align: center;
    margin: auto;
    position: relative;
    width: 100%;
    border:1px solid #276ac6;
    border-radius: 10px;
}
.btn-fix:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";
    top: calc(50% - 0.5em);
    left: 8px;
    padding-left: 20px;
}
.btn-fix:hover {
    transition: 0.25s;
    opacity: 0.6;
}
.contact-sec01__btn--layout03 {
    flex-basis: calc((100% - 40px) / 2);
    max-width: calc((100% - 40px) / 2);
}
.btn-submit {
    background-color: #276ac5;
    color: #fff;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 20px;
    text-align: center;
    position: relative;
    margin: auto;
    width: 100%;
    border: none;
    border-radius: 10px;
}
.btn-submit:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    top: calc(50% - 0.5em);
    right: 8px;
    padding-right: 20px;
}

@media only screen and (max-width: 768px) {
.contact-sec01__btn--layout {
    padding-top: 20px;
}
.contact-sec01__btn-wrap {
    padding: 20px 0 0 0;
}
.contact-sec01__btn--layout02 {
    flex-basis: calc((100% - 0px) / 1);
    max-width: calc((100% - 0px) / 1);
}
.btn-fix {
    padding: 15px;
    margin-bottom: 10px;
}
.contact-sec01__btn--layout03 {
    flex-basis: calc((100% - 0px) / 1);
    max-width: calc((100% - 0px) / 1);
}
.btn-submit {
    padding: 15px!important;
}
.contact-sec01__btn--layout {
    padding-top: 20px;
}
}

.back-sec01 {
    padding: 80px 0 100px 0;
}
.back-sec01__headlinel2-layout {
    text-align: center;
}
.back-sec01__contents {
    margin-top: 30px;
}
.back-sec01__btn-layout {
    max-width: 460px;
    padding: 60px 0 0 0;
    margin: 0 auto;
}
.btn-top-back {
    text-align: center;
    padding: 20px;
    margin: auto;
    font-weight: bold;
    color: #fff;
    background-color: #276ac6;
    display: block;
    border-radius: 10px;
    border:1px solid #276ac6;
    position: relative;
}
.btn-top-back:hover {
background-color: #fff;
color: #276ac6;
border:1px solid #276ac6;
transition: 0.25s;
}
.btn-top-back:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";
    top: calc(50% - 0.5em);
    left: 8px;
    padding-left: 20px;
}


@media only screen and (max-width: 768px) {
.back-sec01 {
    padding: 30px 10px 30px 10px;
}
}

.privacypolicy-sec01 {
    padding: 80px 0 100px 0;
}
.privacypolicy-sec01-headlinel3__layout {
    text-align: center;
    padding-bottom: 40px;
}
.privacypolicy-sec01-headlinel3__layout p {
    text-align: left;
}

.privacypolicy-list {
 list-style: inherit;
 margin-left: 30px;
}

@media only screen and (max-width: 768px) {
.privacypolicy-sec01-headlinel3__layout {
    padding-bottom: 20px;
}
}

.flow-sec01 {
    padding: 80px 0 100px 0;
}
.flow-sec01__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 0 0;
}
.flow-sec01__inner-left {
    flex-basis: calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
    padding-bottom: 30px;
}
.flow-sec01__inner-right {
    flex-basis: calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
    padding-bottom: 30px;
}
.flow-sec01__inner-right-text {
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {
}
}

@media only screen and (max-width: 768px) {
.purchase-sec01 {
    padding: 0px 10px 20px 10px;
    margin-top: -10px;
}
}

.btn-blank {
    width: 240px;
}
span.mwform-radio-field.horizontal-item {
    display: inherit;
}
span.mwform-checkbox-field.horizontal-item {
    display: inline-block;
}
span.mwform-radio-field-text {
    display: inherit;
}
.form-check {
     margin: 0 5px 0 0;
    font-weight: bold;
}


/*アニメーション*/
.scroll-space{
  box-sizing: border-box;
  padding-top: 300px;
  height: 1600px;
  color: #fff;
  .blue{
    background: #77BBCF;
    width: 200px;
    height: 200px;
    padding: 30px;
    margin: 0 auto 50px;
  }
  .pink{
    background: #FFB4B4;
    width: 200px;
    height: 200px;
    padding: 30px;
    margin: 0 auto 50px;
  }
  .yellow{
    background: #F8913C;
    width: 200px;
    height: 200px;
    padding: 30px;
    margin: 0 auto 50px;
  }
  .green{
    background: #26AA5A;
    width: 200px;
    height: 200px;
    padding: 30px;
    margin: 0 auto 50px;
  }
}
.rotation {
    transition: all 1.0s;
    opacity: 0;

  &.rotation-x{
      transform: rotateX(180deg);
  }
  &.rotation-y{
      transform: rotateY(180deg);
  }
  &.rotation-clockwise{
      transform: rotate(-170deg);
  }
  &.rotation-counterclockwise{
      transform: rotate(170deg);
  }
  &.scrollin{
    transform: translate(0, 0)!important;
    opacity: 1!important;
  }
}

.sp-mv-area {
    display: none;
}

@media only screen and (max-width: 768px) {
.sp-mv-area {
    display: block;
    padding-top: 50px;
}
.mv-area {
    display: none;
}
.logo_text {
    display: none;
}
.logo_img {
    max-width: 60px;
}
.headline-lv2--center {
    font-size: 3.2rem;
}
.index-sec01__list {
    flex-direction: column;
}
.sp-index_sc01_content {
    display: flex;
    align-items: center;
}
.content-01__img {
    width: 40%;
}
.index-sec01__list-inner {
    margin-top: 20px;
}
.index-sec01__title-layout01 {
    font-size: 1.4rem;
    padding: 5px 0 5px 15px;
}
.index-sec01__title-layout01 {
    position: inherit;
}
.index-sec02 {
    padding: 30px;
}
.index-sec02__content {
    padding-top: 20px;
}
.index-sec02__container {
    padding: 10px 10px 20px 10px;
}
.btn-view__layout {
    width: 200px;
    margin: 0 auto;
}
.index-sec02__text_sub {
    margin: 20px 0 20px 0;
}
.btn-view {
    padding: 10px 5px 10px 5px;
}
.index-sec03 {
    padding: 30px 0;
}
.index-sec03__content {
    padding-top: 20px;
    flex-direction: column;
    align-items: center;
}
.index-sec03__content-01, .index-sec03__content-02, .index-sec03__content-03 {
    width: 75%;
}
.index-sec03__content-02, .index-sec03__content-03 {
    margin-top: 30px;
}
.index-sec03__title {
    font-size: 1.8rem;
    margin-bottom: -20px;
}
.index-sec04 {
    padding: 30px;
}
.index-sec04__content {
    padding-top: 20px;
    flex-direction: column;
}
.index-sec04__content-left {
    width: 100%;
}
.index-sec04__container {
    padding: 10px 10px 20px 10px;
}
.index-sec04__text {
    margin-bottom: 20px;
}
.index-sec04__content-right {
    width: 100%;
    margin-top: 20px;
}
.footer-sec01__content-text {
    margin: 10px 0 10px 0;
}
.btn-entry {
    padding: 15px 5px
}
.btn-entry__layout {
    width: auto;
}
.footer-sec02 {
    padding: 30px 20px;
}
.footer-sec02__container {
    flex-direction: column;
}
.p-footer__label {
    margin-top: 5px;
    font-size: 1.6rem;
}
.footer-sec02__title02, .footer-sec02__title03, .footer-sec02__title04 {
    margin-top: 20px;
}
.p-footer__label-lv1 {
    font-size: 2.4rem;
}
.footer-sec03 {
    padding: 20px;
    text-align: left;
    font-size: 1.8rem;
}
.footer-sec03__title {
    font-size: 2.0rem;
}
.footer-sec03__text {
    margin: 10px 0 20px 0;
}
.footer-privacypolicy {
    font-size: 1.4rem;
}
.footer-copyright {
    padding: 10px 0;
}
}

.sp-nav_button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: #0168cc;
    color: #fff;
    font-size: 2.4rem;
    border-radius: 10px;
}
.sp-nav_button_layout {
    width: 300px;
    margin: 0 auto;
}
.fa-envelope {
    margin-right: 5px;
}

@media only screen and (max-width: 400px) {
.index-sec01 {
    padding: 30px 30px;
}
}

@media only screen and (max-width: 260px) {
.sp-nav_button_layout {
    width: 100%;
}
.btn-view__layout {
    width: 100%;
}
}
.index-sec04__text02 {
    text-align: right;
    margin-top: 20px;
    transition: 0.3s;
}
.index-sec04__text02:hover {
    transition: 0.3s;
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
.index-sec04__text02 {
    margin-top: 10px;
}
.nav-list {
    display: block;
    position: absolute;
    top: 10%;
    width: 100%;
    left: 0%;
    text-align: left;
    /* transform: translate(-50%,-50%); */
}
}

/*company*/
.company-sec01__content, .service-sec01__content, .culture-sec01__content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.company-sec01__content-left, .company-sec01__content-right, .service-sec01__content-left, .service-sec01__content-right, .culture-sec01__content-left, .culture-sec01__content-right {
    width: 50%;
}
.company-sec01__content-right,.service-sec01__content-right, .culture-sec01__content-right {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    padding: 50px 30px;
    margin-left: -100px;
}
.company-sec01__content-text, .service-sec01__content-text, .culture-sec__content-text {
    font-size: 2.4rem;
}
.company-sec01__content-title, .service-sec01__content-title, .culture-sec01__content-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 4.2rem;
    line-height: 1.5;
    color: #0168cc;
    font-weight: normal;
}
.company-sec01__content-sub-title, .service-sec01__content-sub-title, .culture-sec01__content-sub-title {
    font-size: 1.8rem;
    color: #333;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    position: relative;
}
.company-sec01__content-sub-title::before {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: #fcdc32;
    position: absolute;
    bottom: -35%;
    left: 7%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.culture-sec01__content-sub-title::before {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: #fcdc32;
    position: absolute;
    bottom: -35%;
    left: 7%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.service-sec01__content-sub-title::before {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: #fcdc32;
    position: absolute;
    bottom: -35%;
    left: 7%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.company-sec01__content-p, .service-sec01__content-p, .culture-sec01__content-p{
    margin-top: 30px;
}
.company-sec01__content-p {
    font-family: "Zen Old Mincho", serif!important;
	font-weight: 400;
	font-style: normal;
}


.company-sec02, .service-sec02 {
    background-color: #eaf4fd;
    padding:60px 0;
}
.company-sec02_table01 {
    width: 100%;
    margin-bottom: 30px;
}
.company-sec02_table01 tr {
    border-bottom: 3px solid #fff;
}
.company-sec02_table-headline {
    width: 30%;
    padding: 30px 0 30px 30px;
    color: #0168cc;
    text-align: left;
}
.company-sec02_table-detail {
    width: 70%;
    padding: 30px 0;
}
.btn_url {
    transition: 0.3s
}
.btn_url:hover {
    transition: 0.3s;
    text-decoration: underline;
}
.company-sec02_table02 {
    width: 100%;
}
.company-sec02_table02 tr {
    border-bottom: 3px solid #fff;
}
.company-sec03 {
    padding: 80px 0;
}
.company-sec03__content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    margin: 30px -30px 0 -30px;
}
.company-sec03__content-left {
    width: 60%;
}
.company-sec03__content-right {
    width: 40%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    padding: 50px 30px;
    margin-left: -100px;
}
.company-sec03__content-right-text02 {
    margin-top: 20px;
}

@media only screen and (max-width: 1199px) {
.company-mv, .service-mv {
    padding: 200px 20px 100px 20px;
}
}

@media only screen and (max-width: 768px) { 
.company-mv, .service-mv, .mv {
    padding: 100px 20px 50px 20px;
}
.mv__title, .company-mv__title, .recruit-mv__title, .news-mv__title, .contact-mv__title, .error-mv__title, .privacypolicy-mv__title, .flow-mv__title, .purchase-mv__title {
    font-size: 2.8rem;
}
.company-sec01__content-right, .culture-sec01__content-right {
     margin-left: 0px; 
}
.company-sec01, .service-sec01 {
    padding: 30px;
}
.company-sec01__content, .service-sec01__content, .culture-sec01__content {
     margin: 0 ; 
}
.company-sec01__content-left, .service-sec01__content-left, .culture-sec01__content-left {
    width: 100%;
}
.company-sec01__content-right, .service-sec01__content-right, .culture-sec01__content-right {
    width: 90%;
    margin-top: -30px;
}
.company-sec01__content-right, .culture-sec01__content-right {
    padding: 20px 10px;
}
.company-sec01__content-sub-title::before {
    left: 15%;
}
.culture-sec01__content-sub-title::before {
    left: 15%;
}
.company-sec01__content-p, .culture-sec01__content-p, .culture-sec01__content-p {
    margin-top: 20px;
}
.company-sec02 {
    padding: 30px;
}
.company-sec02_table01 {
    margin-bottom: 20px;
}
.company-sec02_table-detail {
    width: 100%;
    padding: 5px 10px 10px 10px;
    display: block;
}
.company-sec02_table-headline {
    width: 100%;
    padding: 10px 10px 0 10px;
   display: block;
   font-size: 1.8rem;
}
.company-sec03 {
    padding: 30px;
}
.company-sec03__content {
    flex-direction: column;
    margin: 20px 0 0 0;
}
.company-sec03__content-left {
    width: 100%;
}
.company-sec03__content-right {
    width: 100%;
    padding: 20px 10px;
    margin-top: -30px; 
    margin-left: 0px;
}
.service-sec01__content-right {
    margin-left: 0px; 
}
.service-sec02 {
    padding: 30px ;
}
.service-sec02__content {
    flex-direction: column;
    padding-top: 20px;
}
.service-sec02__content-left, .service-sec02__content-right {
    width: 100%;
}
}


.service-sec02__text {
    font-size: 2.6rem;
}
.service-sec02__container {
    padding: 30px 30px 30px 30px;
    background-color: #fff;
    border-radius: 10px;
}
.service-sec02__content-right {
    background-color: #fff;
}
.service-sec02__content {
    align-items: stretch;
}
.service-sec02__text_sub {
    margin-top: 10px;
}

.service-sec03 {
    padding:80px 0;
}
.service-sec03__text {
    margin-top: -20px;
    padding: 0px 10px;
}


@media only screen and (max-width: 768px) { 
    .service-sec02__container {
    padding: 10px 10px 20px 10px;
}
.service-sec02__content-right {
    margin-top: 20px;
}
.service-sec02__text_sub {
    margin-top: 5px;
}
.service-sec03 {
    padding: 30px 0;
}
.service-sec03__content {
    padding-top: 20px;
    flex-direction: column;
    align-items: center;
}
.service-sec03__content-01, .service-sec03__content-02, .service-sec03__content-03 {
    width: 75%;
}
.service-sec03__content-02, .service-sec03__content-03 {
    margin-top: 30px;
}
.service-sec03__title {
    font-size: 1.8rem;
    margin-bottom: -15px;
}
.service-sec01__content-sub-title::before {
    left: 15%;
}
.service-sec01__content-right {
    padding: 20px 10px;
}
.service-sec01__content-p {
    margin-top: 20px;
}
}

.benefit-sec01 {
    padding: 80px 0;
}
.benefit-sec01__text {
    text-align: center;
    margin-top: 30px;
    padding: 0 60px;
}
.benefit-sec01__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
}
.benefit-sec01__content_left {
    width: 35%;
}
.benefit-sec01__content_right {
    width: 64%;
}
.benefit-sec01__content_title {
    font-size: 3.0rem;
    border-bottom: 3px solid #0168cc;
    margin-bottom: 20px;
}
.culture-sec02__content_title  {
    font-size: 3.0rem;
    border-bottom: 3px solid #0168cc;
    margin-bottom: 20px;
    margin-top: 30px;
}
.culture-sec02__content_title:first-child  {
    margin-top: 0px;
}
.culture-sec01 {
    padding: 80px 0 0 0;
}
.culture-sec02 {
    padding: 60px 0 80px 0;
}


@media only screen and (max-width: 768px) { 
.benefit-sec01 {
    padding: 30px;
}
.benefit-sec01__text {
    margin-top: 20px;
    padding: 0px;
}
.benefit-sec01__content {
    flex-direction: column;
    padding-top: 30px;
}
.benefit-sec01__content_left, .benefit-sec01__content_right {
    width: 100%;
}
.benefit-sec01__content_title {
    font-size: 2.6rem;
    margin-bottom: 10px;
}
.culture-sec02 {
    padding: 0 30px 30px 30px;
}
.culture-sec02__content_title {
    font-size: 2.6rem;
    margin-bottom: 10px;
    margin-top: 20px;
}
.culture-sec01 {
    padding: 30px;
}
}

.evalution-sec01 {
    padding: 80px 0;
}
.evalution-sec01__content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.evalution-sec01__content-right, .evalution-sec01__content-left {
    width: 50%;
}
.evalution-sec01__content-right {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    padding: 50px 30px;
    margin-left: -100px;
}
.evalution-sec01__content-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 4.2rem;
    line-height: 1.5;
    color: #0168cc;
    font-weight: normal;
}
.evalution-sec01__content-sub-title {
    font-size: 1.8rem;
    color: #333;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    position: relative;
}
.evalution-sec01__content-sub-title::before {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: #fcdc32;
    position: absolute;
    bottom: -35%;
    left: 7%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.evalution-sec01__content-p {
    margin-top: 30px;
}
.evalution-sec02__text {
    margin-top: -20px;
    padding: 0px 10px;
}
.evalution-sec02 {
    background-color: #eaf4fd;
    padding: 60px 0;
}
.evalution-sec02__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
}
.evalution-sec02__content-01, .evalution-sec02__content-02, .evalution-sec02__content-03 {
    width: 33.3333%;
}
.evalution-sec02__title {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: -25px;
}

@media only screen and (max-width: 768px) {
.evalution-sec01 {
    padding: 30px;
}
.evalution-sec01__content {
    margin: 0;
}
.evalution-sec01__content-left {
    width: 100%;
}
.evalution-sec01__content-right {
    padding: 20px 10px;
    width: 90%;
    margin-top: -30px;
    margin-left: 0px;
}
.evalution-sec01__content-p {
    margin-top: 20px;
}
.evalution-sec01__content-sub-title::before {
    left: 15%;
}
.evalution-sec02 {
    padding: 30px 0;
}
.evalution-sec02__content {
    padding-top: 20px;
    flex-direction: column;
    align-items: center;
}
.evalution-sec02__content-01, .evalution-sec02__content-02, .evalution-sec02__content-03 {
    width: 75%;
}
.evalution-sec02__title {
    font-size: 1.8rem;
    margin-bottom: -20px;
}
}

.careerpath-sec01 {
    padding: 80px 0;
}
.careerpath-sec01__content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.careerpath-sec01__content-right {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    padding: 50px 30px;
    margin-left: -100px;
    width: 50%;
}
.careerpath-sec01__content-left {
    width: 50%;
}
.careerpath-sec01__content-p {
    margin-top: 30px;
}
.careerpath-sec01__content-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 4.2rem;
    line-height: 1.5;
    color: #0168cc;
    font-weight: normal;
}
.careerpath-sec01__content-sub-title {
    font-size: 1.8rem;
    color: #333;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    position: relative;
}
.careerpath-sec01__content-sub-title::before {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: #fcdc32;
    position: absolute;
    bottom: -35%;
    left: 7%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.careerpath-sec02 {
    background-color: #eaf4fd;
    padding: 60px 0;
}
.careerpath-sec02__content-text {
    text-align: center;
    margin:30px 0;
}
.careerpath-sec02__img01 {
    text-align: center;
    width: 70%;
    margin:0 auto;
}
.careerpath-sec02__content-02 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    padding: 80px 0;
}
.careerpath-sec02__img02 {
    width: 45%;
}
.careerpath-sec02__conten-02-text {
    width: 45%;
}
.careerpath-sec02__img03 {
    width: 75%;
    margin-left: 5%;
}
.careerpath-sec03 {
    padding: 80px 0;
}
.careerpath-sec03__content-text {
    text-align: center;
    margin:30px 0;
}
.careerpath-sec03__img01 {
    width: 70%;
    margin: 0 auto;
}
.careerpath-sec03__img02 {
    width: 70%;
    margin: 0 auto;
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {
.careerpath-sec01 {
    padding: 30px;
}
.careerpath-sec01__content {
    margin: 0;
}
.careerpath-sec01__content-left {
    width: 100%;
}
.careerpath-sec01__content-right {
    padding: 20px 10px;
    width: 90%;
    margin-top: -30px;
    margin-left: 0px;
}
.careerpath-sec01__content-p {
    margin-top: 20px;
}
.careerpath-sec01__content-sub-title::before {
    left: 15%;
}
.careerpath-sec02 {
    padding: 30px ;
}
.careerpath-sec02__content-text {
    margin: 20px 0;
}
.careerpath-sec02__img01 {
    width: 90%;
}
.careerpath-sec02__content-02 {
    padding: 30px 0;
}
.careerpath-sec03 {
    padding: 30px ;
}
.careerpath-sec03__content-text {
    margin: 20px 0;
}
.careerpath-sec03__img02 {
    margin-top: 10px;
    width: 100%
}
.careerpath-sec03__img01 {
  width: 100%;
}
.careerpath-sec02__img03 {
    width: 100%;
    margin-left: 0%; 
}
}

.mv__title-recruit {
    color: #fff;
    margin-top:10px;
}
.recruit-sec01 {
    padding: 80px 0;
}
.recruit-sec02 {
    padding: 60px 0;
    background-color: #eaf4fd;
}
.recruit-sec02__img-area {
    margin:30px auto 0 auto;
}
.recruit-sec02__text {
    margin-top: 20px;
    font-size: 1.4rem;
}
.recruit-sec01__btn {
    padding: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.recruit-sec01__btn-left, .recruit-sec01__btn-right {
    width: 47%;
}
.btn-recruit {
    width: 100%;
    display: block;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #0168cc;
    transition: 0.25s;
    color: #0168cc;
    text-align: center;
    padding: 18px 5px 18px 5px;
    position: relative;
}
.btn-recruit::after {
    font-family: FontAwesome;
    content: "\f063";
    top: 50%;
    right: 15px;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: all .3s;
}
.btn-recruit:hover {
    transition: 0.25s;
    background-color: #0168cc;
    color: #fff;
}
.recruit-sec01__content_title {
    font-size: 3.0rem;
    border-bottom: 3px solid #0168cc;
    margin-bottom: 20px;
    margin-top: 30px;
}
.recruit-sec01__content_title:first-child {
    margin-top: 0px;
}
.table-form p {
    margin: 10px 0 10px 0;
}

@media only screen and (max-width: 768px) {
.recruit-sec01__content_title {
    font-size: 2.6rem;
    margin-bottom: 10px;
    margin-top: 20px;
}
.recruit-sec01 {
    padding: 30px;
}
.btn-recruit {
padding: 10px 5px 10px 5px
}
.recruit-sec02 {
    padding: 30px ;
}
.recruit-sec02__img-area {
    margin: 20px auto 0 auto;
}
.recruit-sec02__text {
    margin-top: 10px;
}
.recruit-sec01__btn {
    padding: 20px 0 0 0;
}
.table-form p {
    margin: 5px 0 5px 0;
}
.btn-top-back {
    padding: 15px;
}
}


 
.form-flex  span {
    display: inline-block;
}

.privacypolicy-sec01 {
    padding: 80px 0;
}
.privacypolicy-sec01__text {
    margin-bottom: 40px;
}
.privacypolicy-sec01__detail {
    margin-top: 15px;
}
.privacypolicy-sec01__headline {
    margin: 30px 0 0 0;
    padding-left: 10px;
    border-left: 4px solid #266ac5;
}
.privacypolicy-sec01__headline:first-child {
    margin-top: 0px;
}

@media only screen and (max-width: 768px) {
.privacypolicy-sec01 {
    padding:30px;
}
.privacypolicy-sec01__text {
    margin-bottom: 20px;
}
.privacypolicy-sec01__detail {
    margin-top: 5px;
}
.privacypolicy-sec01__headline {
    margin: 20px 0 0 0;
}
}

.headline-lv2--left {
    font-family: 'Montserrat', sans-serif;
    font-size: 5.2rem;
    text-align: left;
    line-height: 1.5;
    color: #0168cc;
    font-weight: normal;
}
.sec01-top__text__span02 {
    font-size: 1.4rem;
    display: block;
    color: #333;
    position: relative;
    font-weight: bold;
}
.sec01-top__text__span02::before {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: #fcdc32;
    position: absolute;
    top: -30%;
    left: 4%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.culture-sec02__content_text_last {
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
.headline-lv2--left {
    font-size: 3.2rem;
}
.sec01-top__text__span02::before {
    left: 12%;
}
.culture-sec02__content_text_last {
    margin-bottom: 20px;
}
.evalution-sec02__content-02, .evalution-sec02__content-03 {
    margin-top: 30px;
}
}

/*faq*/
.faq-sec01 {
    padding: 80px 0;
}
.faq-sec01__content_title {
    font-size: 3.0rem;
    border-bottom: 3px solid #0168cc;
    margin-bottom: 0px;
    margin-top: 30px;
}
.acd-check{
    display: none;
}
.acd-label{
    color: #333;
    display: block;
    margin-bottom: 1px;
    padding: 15px 10px;
    position: relative;
    font-size: 1.6rem;
}
.acd-label:after{
    color: #0168cc;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: auto;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 15px;
}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    background-color: #eaf4fd;
    visibility: visible;
    margin-bottom: 15px;
}
.faq_p {
 font-size: 2.4rem;
 color: #0168cc;
 display: inline;
}
.faq_subpage {
    transition: 0.3s;
}
.faq_subpage:hover {
    transition: 0.3s;
    text-decoration: underline;
    text-underline-offset: 5px;
}


@media only screen and (max-width: 768px) {
.faq-sec01 {
    padding: 30px;
}
.acd-label:after {
    padding: 0px;
    margin-right: -5px;
    top: 10px;
}
.acd-label {
    margin-left: -5px;
}
.faq-sec01__content_title {
    font-size: 2.6rem;
    margin-bottom: 0px;
    margin-top: 20px;
}
.acd-label {
    padding: 0px 10px 10px 0px
}
}

.flow-sec01 {
    padding: 80px 0 0 0;
}
.flow-sec01__content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.flow-sec01__content-left {
    width: 50%;
}
.flow-sec01__content-right {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    padding: 50px 30px;
    margin-left: -100px;
    width: 50%;
}
.flow-sec02 {
    padding: 60px 0 80px 0;
}
.flow-sec02__content_title {
    font-size: 3.0rem;
    border-bottom: 3px solid #0168cc;
    margin-bottom: 20px;
    margin-top: 30px;
}
.flow-sec02__content_title:first-child {
    margin-top: 0px;
}
.flow-sec01__content-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 4.2rem;
    line-height: 1.5;
    color: #0168cc;
    font-weight: normal;
}
.flow-sec01__content-sub-title {
    font-size: 1.8rem;
    color: rgb(51, 51, 51);
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    position: relative;
}
.flow-sec01__content-sub-title::before {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: #fcdc32;
    position: absolute;
    bottom: -35%;
    left: 7%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
.flow-sec01 {
    padding: 30px;
}
.flow-sec01__content {
    margin: 0;
}
.flow-sec01__content-left {
    width: 100%;
}
.flow-sec01__content-right {
    padding: 20px 10px;
}
.flow-sec01__content-right {
    width: 90%;
    margin-top: -30px;
    margin-left: 0px;
}
.flow-sec02 {
    padding: 0 30px 30px 30px;
}
.flow-sec02__content_title {
    font-size: 2.6rem;
    margin-bottom: 10px;
    margin-top: 20px;
}
.flow-sec01__content {
    flex-direction: column;
}
.flow-sec01__content-sub-title::before {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    left:15%;
    background-color: #fcdc32;
    position: absolute;
    bottom: -35%;
}
}

.x_logo {
text-align: center;
margin:auto;
width: 45px;
margin-bottom: 30px;
}
.x_logo:hover {
    transition: 0.3s;
    opacity: 0.7;
}
.mwform-file-delete {
    cursor: pointer;
    visibility: hidden;
    display: inline-block!important;
}


.interview01-sec01 {
    padding: 80px  0;
}
.interview01-sec01__content {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.interview01-sec01__content-right {
    width: 35%;
}
.interview01-sec01__content-left {
    width: auto;
}
.interview01-sec01__container-upper {
    font-size: 3.0rem;
}
.interview01-sec01__cat {
    font-size: 1.6rem;
    padding:10px 0 0 0;
}
.interview01-sec01__cat:first-child {
    margin-bottom: 30px;
}
.interview01-sec01__container-bottom {
    margin-top: 60px;
    font-size: 2.4rem;
}
.interview01-sec03 {
    padding:80px 0;
}
.interview01-sec03__content {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.interview01-sec03__content-right, .interview01-sec03__content-left {
    width: 47%
}
.reverse {
    margin: 30px 0 30px 0;
    flex-direction: row-reverse;
}
.interview01-sec04 {
    background-color: #eaf4fd;
    padding: 60px 0;
}
.interview01-sec04__content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #fff;
    border:3px solid #0168cc;
    padding: 30px;
    border-radius: 20px;
    margin-top: 30px;
}
.interview01-sec04__content-left {
    width: 30%;
}
.interview01-sec04__content-right {
    width: 65%;
}
.interview01-sec05 {
    padding: 80px 0;
    text-align: center;
}
.interview01-sec05__img {
    width: 80%;
    text-align: center;
}
.header-button02 {
    background-color: #eaf4fd;
    width: 200px;
    margin-left: 30px;
    color: #0168cc;
    transition: 0.25s;
}
.header-button02:hover {
   opacity: 0.7;
    transition: 0.25s;
}

@media only screen and (max-width: 768px) {
    .interview01-sec01 {
    padding: 30px;
}
.interview01-sec01__content {
    flex-direction: column-reverse;
}
.interview01-sec01__content-left {
    width: 100%;
    text-align: center;
}
.interview01-sec01__content-right{
    width: 80%;
    margin-bottom: 20px;
}
.interview01-sec01__cat:first-child {
    margin-bottom: 10px;
}
.interview01-sec01__container-bottom {
    margin-top: 30px;
    font-size: 2.0rem;
}
.interview01-sec03 {
    padding: 30px;
}
.interview01-sec03__content {
    flex-direction: column;
}
.interview01-sec03__content-right, .interview01-sec03__content-left {
    width: 100%;
}
.interview01-sec03__content-right {
    margin-top: 10px;
}
.interview01-sec04 {
    padding: 30px;
}
.interview01-sec04__content {
    margin-top: 20px;
    flex-direction: column;
}
.interview01-sec04__content-right {
    width: 100%;
}
.interview01-sec04__content-left {
    width: 100%;
    margin-bottom: 10px;
}
.interview01-sec05 {
    padding: 30px 0;
}
}

.sp-nav_button02 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: #eaf4fd;;
    color: #0168cc;
    font-size: 2.4rem;
    border-radius: 10px;
    margin-bottom: 10px;
}
.fa-window-restore {
    margin-left: 5px;
}


.data-sec01__content02 {
    background-color: #eaf4fd;
}
.data-sec01__content01 {
    padding: 60px 0 80px 0;
    margin: 0 auto;
    text-align: center;
}
.data_img01 {
    width: 80%;
}
.data-sec01__content02 {
    padding: 80px 0 80px 0;
    margin: 0 auto;
    text-align: center;
}
.data_img02 {
    width: 80%;
}
.data-sec01__content03 {
    padding: 60px 0 0px 0;
    margin: 0 auto;
    text-align: center;
}
.data_img03 {
    width: 80%;
}
.data-sec01 {
    padding: 80px 0 0 0;
}
.data-sec02 {
    padding: 0 0 80px 0;
}


@media only screen and (max-width: 768px) {
.data_img01, .data_img02, .data_img03 {
    width: 100%;
} 
.data-sec01__content01 {
    padding: 30px 20px 30px 20px;
}
.data-sec01 {
   padding: 30px 30px 0 30px;
}
.data-sec01__content02 {
    padding: 30px;
}
.data-sec01__content03 {
    padding: 30px;
}
.data-sec02 {
    padding: 0;
}
}


.photo-sec02 {
    padding: 80px 0 60px 0;
}
.photo-sec02__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.photo-sec02__container-left {
    width: 60%;
}
.photo-sec02__container-right {
    width: 35%;
}
.photo-sec02__container-right h2 {
border-bottom:3px solid #0168cc;
padding:0 0 5px 0;
margin-bottom: 15px;
}
.photo-sec02__container-subimg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.photo-sec02__container-subimg01, .photo-sec02__container-subimg02, .photo-sec02__container-subimg03 {
    width: 32%;
}
.photo-sec02__content-below {
    padding: 0;
    margin: 30px 0 0 0;
}



.photo-sec03__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    flex-direction: row-reverse;
}
.photo-sec03__container-left {
    width: 60%;
}
.photo-sec03__container-right {
    width: 35%;
}
.photo-sec03__container-right h2 {
border-bottom:3px solid #0168cc;
padding:0 0 5px 0;
margin-bottom: 15px;
}
.photo-sec03__container-subimg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.photo-sec03__container-subimg01, .photo-sec03__container-subimg02, .photo-sec03__container-subimg03 {
    width: 32%;
}
.photo-sec03__content-below {
    padding: 0;
    margin: 30px 0 0 0;
}


.photo-sec04 {
    padding: 60px 0 80px 0;
}
.photo-sec04__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.photo-sec04__container-left {
    width: 60%;
}
.photo-sec04__container-right {
    width: 35%;
}
.photo-sec04__container-right h2 {
border-bottom:3px solid #0168cc;
padding:0 0 5px 0;
margin-bottom: 15px;
}
.photo-sec04__container-subimg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.photo-sec04__container-subimg01, .photo-sec04__container-subimg02, .photo-sec04__container-subimg03 {
    width: 32%;
}
.photo-sec04__content-below {
    padding: 0;
    margin: 30px 0 0 0;
}


.photo-sec05__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    flex-direction: row-reverse;
}
.photo-sec05__container-left {
    width: 60%;
}
.photo-sec05__container-right {
    width: 35%;
}
.photo-sec05__container-right h2 {
border-bottom:3px solid #0168cc;
padding:0 0 5px 0;
margin-bottom: 15px;
}
.photo-sec05__container-subimg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.photo-sec05__container-subimg01, .photo-sec05__container-subimg02, .photo-sec05__container-subimg03 {
    width: 48%;
}
.photo-sec05__content-below {
    padding: 0;
    margin: 30px 0 0 0;
}


.photo-sec06 {
    padding: 60px 0 80px 0;
}
.photo-sec06__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.photo-sec06__container-left {
    width: 60%;
}
.photo-sec06__container-right {
    width: 35%;
}
.photo-sec06__container-right h2 {
border-bottom:3px solid #0168cc;
padding:0 0 5px 0;
margin-bottom: 15px;
}
.photo-sec06__container-subimg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.photo-sec06__container-subimg01, .photo-sec06__container-subimg02, .photo-sec06__container-subimg03 {
    width: 32%;
}
.photo-sec06__content-below {
    padding: 0;
    margin: 30px 0 0 0;
}

@media only screen and (max-width: 768px) { 
.photo-sec02__container {
    flex-direction: column-reverse;
}
.photo-sec02__container-right {
    width: 100%;
    margin-top: 20px
}
.photo-sec02__container-left {
    width: 100%;
    margin-top: 20px;
}
.photo-sec02 {
    padding: 30px;
}
.photo-sec02__content-below {
    margin: 10px 0 0 0;
}

.photo-sec03__container {
    flex-direction: column-reverse;
}
.photo-sec03__container-right {
    width: 100%;
    margin-top: 20px
}
.photo-sec03__container-left {
    width: 100%;
    margin-top: 20px;
}
.photo-sec03 {
    padding: 0 30px;
}
.photo-sec03__content-below {
    margin: 10px 0 0 0;
}

.photo-sec04__container {
    flex-direction: column-reverse;
}
.photo-sec04__container-right {
    width: 100%;
    margin-top: 20px
}
.photo-sec04__container-left {
    width: 100%;
    margin-top: 20px;
}
.photo-sec04 {
    padding: 30px;
}
.photo-sec04__content-below {
    margin: 10px 0 0 0;
}

.photo-sec05__container {
    flex-direction: column-reverse;
}
.photo-sec05__container-right {
    width: 100%;
    margin-top: 20px
}
.photo-sec05__container-left {
    width: 100%;
    margin-top: 20px;
}
.photo-sec05 {
    padding: 0 30px;
}
.photo-sec05__content-below {
    margin: 10px 0 0 0;
}

.photo-sec06__container {
    flex-direction: column-reverse;
}
.photo-sec06__container-right {
    width: 100%;
    margin-top: 20px
}
.photo-sec06__container-left {
    width: 100%;
    margin-top: 20px;
}
.photo-sec06 {
    padding: 30px;
}
.photo-sec06__content-below {
    margin: 10px 0 0 0;
}
}


.interview01-sec03__content-right__headline {
    font-size: 2.4rem;
    padding: 0 0 5px 0;
    border-bottom: 3px solid #0168cc;
    margin: 0 0 15px 0;
}
.interview01-sec04__content-right__headline {
    font-size: 2.4rem;
    margin: 0 0 10px 0;
    border-bottom: 3px solid #0168cc;
    padding: 0 0 5px 0;
}


@media only screen and (max-width: 768px) { 
.interview01-sec03__content-right__headline {
    font-size: 1.8rem;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
}
.interview01-sec04__content-right__headline { 
    font-size: 1.8rem;

}
}


