@charset "UTF-8";
/*!
Theme Name: 919mobile
Version: 1.0
*/
/**
 * mixins and functions
 * @version 1.0
 */
/*@import './sass/animation/_fadeIn';
@import './sass/animation/_easeIn';
@import './sass/animation/_rotate';
@import './sass/animation/_show';*/
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:700&display=swap");

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;
  overflow-x: hidden;
}

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;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 1.5rem;
  color: #000;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px),
print {
  body {
    font-size: 1.3rem;
  }
}

a {
  color: #222;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ul {
  list-style: none;
}

@media screen and (max-width: 767px),
print {
  .pc {
    display: none;
  }

  .tb {
    display: none;
  }

  .tb_s {
    display: block;
  }

  .sp {
    display: block;
  }

  .tb_o {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .pc {
    display: none;
  }

  .tb {
    display: block;
  }

  .tb_s {
    display: none;
  }

  .sp {
    display: none;
  }

  .tb_o {
    display: block;
  }
}

@media screen and (min-width: 1000px),
print {
  .sp {
    display: none;
  }

  .tb {
    display: block;
  }

  .tb_s {
    display: none;
  }

  .tb_o {
    display: none;
  }
}

/*  共通
========================================*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

html {
  scroll-behavior: smooth;
}

.main_size,
.content__size {
  max-width: 1000px;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px),
print {

  .main_size,
  .content__size {
    width: 88%;
  }
}

@media screen and (max-width: 767px),
print {

  .main_size,
  .content__size {
    width: 90%;
  }
}

/*  top
========================================*/
.wrapper {
  width: 1090px;
  margin: 0 auto;
}

@media screen and (max-width: 767px),
print {
  .wrapper {
    width: 100%;
  }
}

.wrapper a {
  text-decoration: none;
}

.content {
  background-color: #f4f4f4;
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__size {
    width: 90%;
  }
}

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

/*  header
========================================*/
.header_top {
  height: 30px;
  font-size: 1.4rem;
}

.header_top li {
  display: inline-block;
  float: right;
}

.header_top li a {
  text-decoration: none;
  padding: 3px 0;
  margin: 0 15px;
  transition: .3s;
}

.header_top li a:before {
  content: url(../images/plus.png);
  margin-right: 5px;
}

.header {
  display: flex;
  align-items: center;
  background: url(../images/nav_bg.png);
  background-size: cover;
  margin: 0 auto;
  z-index: 5;
  height: 80px;
}

.header a {
  text-decoration: none;
}

.header__logo {
  width: 200px;
  text-align: center;
  padding-bottom: 7px;
}

.header__logo a {
  display: inline-block;
  padding: 0 30px;
}

.header__logo a img {
  width: 150px;
  margin: 0 auto;
}

.header__nav {
  padding: 0 0 7px 0;
}

.header__nav li {
  display: inline-block;
  padding: 0 10px;
  border-right: solid 1px #cecece;
}

.header__nav li:last-child {
  border-right: 0;
}

.header__nav li a {
  display: inline-block;
  transition: .3s;
}

.header__right {
  display: flex;
  width: 30%;
  position: relative;
}

.header__right__new {
  width: 30%;
  padding: 5px;
  border: 1px solid #141b20;
  text-align: center;
}

.header__right__new a {
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
}

.header__right__career {
  width: 30%;
  padding: 5px;
  background-color: #141b20;
  text-align: center;
}

.header__right__career a {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}

.header__right__contact {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #243da9;
  padding: 0 10px;
}

.header__right__contact div {
  width: 45%;
  text-align: center;
}

.header__right__contact div img {
  width: 100%;
  max-width: 50px;
  margin: 0 auto;
}

.header__right__contact .hed_tel__pop {
  position: absolute;
  top: 90px;
  left: -10px;
  padding: 6px;
  background-color: #141b20;
  color: #FFF;
  border-radius: 6px;
  opacity: 0;
  width: 100%;
  text-align: center;
}

.header__right__contact .hed_tel__pop::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 30%;
  border: 0.4em solid transparent;
  border-bottom: 1em solid #141b20;
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .header {
    display: none;
  }
}

@media screen and (max-width: 767px),
print {
  .header {
    display: none;
  }
}

/*  sp header
========================================*/
.sp_header {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  height: 60px;
  z-index: 5;
  margin-top: -27px;
}

@media screen and (min-width: 1000px),
print {
  .sp_header {
    display: none;
  }
}

.sp_header a {
  text-decoration: none;
}

.sp_header__logo {
  width: 50%;
  text-align: left;
}

.sp_header__logo a {
  display: inline-block;
  padding: 0 20px;
}

.sp_header__logo a img {
  width: 150px;
}

.sp_header__right {
  display: flex;
  width: 15%;
  position: relative;
  margin-left: 125px;
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .sp_header__right {
    margin-left: 350px;
  }
}

.sp_header__right__contact,
.sp_header__right__mail {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #243da9;
}

.sp_header__right__contact a,
.sp_header__right__mail a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
  width: 100%;
  height: 100%;
}

.sp_header__right__contact a div,
.sp_header__right__mail a div {
  width: 80%;
  text-align: center;
}

.sp_header__right__contact a div img,
.sp_header__right__mail a div img {
  width: 100%;
  max-width: 50px;
  margin: 0 auto;
}

.sp_header .global-nav {
  position: fixed;
  right: -320px;
  /* これで隠れる */
  top: 0;
  width: 300px;
  /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 40px;
  background-color: #fff;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto;
  /* メニューが多くなったらスクロールできるように */
}

.sp_header .global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sp_header .global-nav__item {
  text-align: center;
  padding: 0 14px;
}

.sp_header .global-nav__item a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #111;
}

.sp_header .global-nav__item a:hover {
  background-color: #eee;
}

.sp_header .ham_wrp {
  width: 100%;
  position: relative;
  height: 60px;
}

.sp_header .hamburger {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 300;
}

.sp_header .hamburger__line {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  width: 50%;
  max-width: 40px;
  height: 1px;
  background-color: #111;
  transition: all .6s;
}

.sp_header .hamburger__line--1 {
  top: 34%;
}

.sp_header .hamburger__line--2 {
  top: 48%;
}

.sp_header .hamburger__line--3 {
  top: 62%;
}

.sp_header .black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}

/* ハンバーガー表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}

.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}

.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 45%;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 45%;
}

/*  margin
========================================*/
.mgl-50 {
  margin-left: 50px;
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .mgl-50 {
    margin-left: 30px;
  }
}

.mgl-60 {
  margin-left: 60px;
}

@media screen and (max-width: 767px),
print {
  .mgl-0 {
    margin-left: 0 !important;
  }
}

.mgt-20 {
  margin-top: -20px;
}

@media screen and (max-width: 767px),
print {
  .mgt-20 {
    margin-top: 0;
  }
}

/*  下層top
========================================*/
.top__img {
  width: 100%;
  background: url(../images/top_bg.png);
  background-size: cover;
  background-position: center bottom;
  height: 380px;
}

@media screen and (max-width: 767px),
print {
  .top__img {
    height: 230px;
    background-position: 17%;
    width: 100%;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .top__img {
    height: 300px;
  }
}

.top__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}

@media screen and (max-width: 767px),
print {
  .top__ttl {
    padding-top: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .top__ttl {
    padding-top: 115px;
  }
}

.top__ttl h2 {
  z-index: 4;
}

.top__ttl h2 p {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  transform: none;
  text-shadow: none;
  font-weight: bold;
}

@media screen and (max-width: 767px),
print {
  .top__ttl h2 p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px),
print {
  .top__ttl h2 img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
}

.breadcrumb {
  margin-top: 20px;
}

@media screen and (max-width: 767px),
print {
  .breadcrumb {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}

.breadcrumb ul li {
  display: inline-block;
}

.breadcrumb ul li::after {
  content: '　';
  margin: 0 18px;
  background: url(../images/arrow.png) no-repeat center;
  background-image: -ms-linear-gradient;
}

.breadcrumb ul li:last-child::after {
  content: "";
  padding: 0;
}

/*  btn
========================================*/
.btn {
  display: block;
  width: 220px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #243da9;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  font-size: 1.4rem;
  text-decoration: none !important;
  margin: 15px auto;
  transition: .3s;
}

.btn span {
  color: #FFF;
  position: relative;
}

.btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}

.btn:hover {
  opacity: .5;
}


/*  footer
========================================*/
.footer {
  background: #303030;
  color: #fff;
  padding: 50px 0;
  position: relative;
}

@media screen and (max-width: 767px),
print {
  .footer {
    padding: 30px 0;
  }
}

.footer_left {
  display: inline-block;
}

.footer_left p {
  font-weight: bold;
  padding: 15px 0 40px;
}

@media screen and (max-width: 767px),
print {
  .footer_left p {
    padding: 20px 0 10px;
  }
}

@media screen and (max-width: 767px),
print {
  .footer_left span {
    font-size: 1.2rem;
  }
}

.footer_right {
  float: right;
}

@media screen and (max-width: 767px),
print {
  .footer_right {
    float: none;
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .footer_right {
    float: none;
    margin-top: 30px;
  }
}

.footer_right_list {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}

@media screen and (max-width: 767px),
print {
  .footer_right_list {
    margin: 0 40px 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .footer_right_list {
    margin: 0 40px 0 0;
  }
}

.footer_right_list li {
  font-weight: bold;
  line-height: 3;
}

@media screen and (max-width: 767px),
print {
  .footer_right_list li {
    line-height: 2.5;
  }
}

.footer_right_list li a {
  color: #fff;
  text-decoration: none;
  transition: .3s;
}

.footer_right_list li a:hover {
  opacity: .5;
}


.pagetop {
  position: absolute;
  right: 50px;
  bottom: 50px;
    transition: .3s;
}

.pagetop:hover {
  opacity: .5;
}

@media screen and (max-width: 767px),
print {
  .pagetop {
    right: 20px;
    bottom: 35px;
  }
}

.arrow>li::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #00afd6;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 7px;
}

.copy {
  font-size: 1.2rem;
  background: #f2f2f2;
  text-align: center;
  padding: 15px 0;
}

@media screen and (max-width: 767px),
print {
  .copy {
    font-size: 1rem;
    padding: 10px 0;
  }
}

/*  reasons
========================================*/
@media screen and (max-width: 767px),
print {
  .content {
    padding: 0;
    width: 90%;
  }
}

.content__ttl {
  text-align: center;
}

.content__ttl h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 5rem;
  color: #243da9;
  transform: scale(1, 1.2);
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 767px),
print {
  .content__ttl h3 {
    font-size: 3rem;
  }
}

.content__ttl span {
  font-size: 2rem;
}

@media screen and (max-width: 767px),
print {
  .content__ttl span {
    font-size: 1.5rem;
    font-weight: bold;
  }
}

.content__problem {
  margin: 80px auto;
}

@media screen and (max-width: 767px),
print {
  .content__problem {
    margin: 30px auto;
  }
}

.content__problem_list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 50px auto 0;
}

@media screen and (max-width: 767px),
print {
  .content__problem_list {
    display: block;
  }
}

.content__problem_list li {
  position: relative;
  width: 30%;
  background: #fff;
  box-shadow: 0 0 8px #cecece;
  border-radius: 10px;
  padding: 25px 20px;
}

@media screen and (max-width: 767px),
print {
  .content__problem_list li {
    width: 100%;
    margin-bottom: 40px;
    padding: 20px 15px;
  }
}

.content__problem_list li img {
  margin: 0 auto 20px;
  display: block;
}

@media screen and (max-width: 767px),
print {
  .content__problem_list li img {
    width: 30%;
    margin: 0 auto 10px;
  }
}

.content__problem_list li span {
  font-size: 4.5rem;
  color: #243da9;
  transform: scale(1, 1.2);
  font-family: 'Poppins', sans-serif;
  position: absolute;
  top: -35px;
  left: 20px;
}

@media screen and (max-width: 767px),
print {
  .content__problem_list li span {
    font-size: 3.5rem;
    top: -30px;
  }
}

.content__reasons {
  width: 100%;
  background: url(../images/reasons_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 560px;
}

@media screen and (max-width: 767px),
print {
  .content__reasons {
    background: url(../images/reasons_bg_sp.png);
    background-size: contain;
    height: 417px;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__reasons {
    background-position: 50%;
  }
}

.content__reasons_ttl {
  padding-top: 130px;
}

@media screen and (max-width: 767px),
print {
  .content__reasons_ttl {
    padding-top: 70px;
  }
}

.content__reasons_list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 767px),
print {
  .content__reasons_list {
    display: block;
  }
}

.content__reasons_list li {
  width: 33%;
  margin: 50px auto 0;
}

@media screen and (max-width: 767px),
print {
  .content__reasons_list li {
    width: 100%;
    margin: 25px auto 0;
  }
}

.content__reasons_list li img {
  margin: 0 auto 20px;
  display: block;
}

@media screen and (max-width: 767px),
print {
  .content__reasons_list li img {
    width: 17%;
    display: inline-block;
    margin: 0 auto;
  }
}

.content__reasons_list li p {
  text-align: center;
  font-size: 2rem;
}

@media screen and (max-width: 767px),
print {
  .content__reasons_list li p {
    display: inline-block;
    font-size: 1.5rem;
    text-align: left;
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__reasons_list li p {
    font-size: 1.8rem;
  }
}

.content__reasons_wht {
  margin: 90px auto 120px;
}

@media screen and (max-width: 767px),
print {
  .content__reasons_wht {
    margin: 30px auto;
  }
}

.content__reasons_wht_img {
  display: inline-block;
}

@media screen and (max-width: 767px),
print {
  .content__reasons_wht_img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__reasons_wht_img {
    display: block;
    margin: 20px auto 0;
  }
}

.content__reasons_txt {
  float: right;
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__reasons_txt {
    float: none;
  }
}

.content__reasons_txt span {
  font-size: 2rem;
  color: #243da9;
  transform: scale(1, 1.2);
  font-family: 'Poppins', sans-serif;
  padding-bottom: 40px;
  display: block;
}

@media screen and (max-width: 767px),
print {
  .content__reasons_txt span {
    font-size: 1.3rem;
    padding-bottom: 10px;
  }
}

.content__reasons_txt_ttl img {
  display: inline-block;
  margin-right: 10px;
  width: 15%;
}

.content__reasons_txt_ttl h4 {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1.5;
}

@media screen and (max-width: 767px),
print {
  .content__reasons_txt_ttl h4 {
    font-size: 1.6rem;
  }
}

.content__reasons_txt p {
  width: 560px;
  padding: 30px 0 0 105px;
}

@media screen and (max-width: 767px),
print {
  .content__reasons_txt p {
    width: 100%;
    padding: 15px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__reasons_txt p {
    width: auto;
  }
}

.content__reasons_bg {
  width: 100%;
  background: url(../images/reasons_02_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 455px;
  padding-top: 70px;
}

@media screen and (max-width: 767px),
print {
  .content__reasons_bg {
    padding-top: 30px;
    height: 480px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__reasons_bg {
    height: 730px;
  }
}

.content__reasons_bg_txt {
  float: left;
}

.content__reasons_bg_txt p {
  width: 520px;
  padding: 30px 0 0 95px;
}

@media screen and (max-width: 767px),
print {
  .content__reasons_bg_txt p {
    width: 100%;
    padding: 15px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__reasons_bg_txt p {
    width: auto;
  }
}

.content__reasons_bg_img {
  float: right;
}

@media screen and (max-width: 767px),
print {
  .content__reasons_bg_img {
    display: block;
    width: 80%;
    margin: 0 auto;
    float: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__reasons_bg_img {
    float: none;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
  }
}

.content__reasons_img {
  display: inline-table;
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__reasons_img {
    display: block;
  }
}

/*  privacypolicy
========================================*/
.content__privacypolicy {
  padding: 60px 35px;
}

@media screen and (max-width: 767px),
print {
  .content__privacypolicy {
    padding: 30px 0 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__privacypolicy {
    padding: 60px 0;
  }
}

.content__privacypolicy_item h5 {
  font-size: 2rem;
  color: #007dbe;
  line-height: 3;
  font-weight: bold;
}

@media screen and (max-width: 767px),
print {
  .content__privacypolicy_item h5 {
    font-size: 1.6rem;
  }
}

.content__privacypolicy_item p {
  line-height: 2;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px),
print {
  .content__privacypolicy_item p {
    margin-bottom: 30px;
  }
}

/*  partner
========================================*/
.content__partner {
  padding-top: 60px;
}

@media screen and (max-width: 767px),
print {
  .content__partner {
    padding: 30px 0 20px;
  }
}

.content__partner h5 {
  font-size: 2.4rem;
  color: #007dbe;
  line-height: 3;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px),
print {
  .content__partner h5 {
    font-size: 1.6rem;
  }
}

.content__partner p {
  text-align: center;
  line-height: 2;
  margin-bottom: 30px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px),
print {
  .content__partner p {
    text-align: left;
    margin-bottom: 20px;
  }
}

.content__partner img {
  margin: 0 auto -5px;
  text-align: center;
  display: block;
}

@media screen and (max-width: 767px),
print {
  .content__partner img {
    margin: 0 auto -22px;
  }
}

/*  recruit
========================================*/
.content__recruit {
  margin: 80px auto;
  max-width: 880px;
}

@media screen and (max-width: 767px),
print {
  .content__recruit {
    margin: 30px auto 40px;
  }
}

.content__recruit a {
  font-size: 1.6rem;
  height: 45px;
  width: 215px;
  text-decoration: none;
}

.content__recruit a span::before {
  width: 5px;
  height: 5px;
  top: 58%;
  right: -50px;
}

.content__recruit_employee {
  background: #f4f4f4;
  padding: 60px 0;
  margin: 0 auto;
}

@media screen and (max-width: 767px),
print {
  .content__recruit_employee {
    padding: 30px 0;
  }
}

.content__recruit_employee_wrap {
  max-width: 880px;
  margin: 0 auto;
}

@media screen and (max-width: 767px),
print {
  .content__recruit_employee_wrap {
    width: 90%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__recruit_employee_wrap {
    width: 90%;
  }
}

.content__recruit_employee_wrap2 {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px),
print {
  .content__recruit_employee_wrap2 {
    width: 90%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__recruit_employee_wrap2 {
    width: 90%;
  }
}

.content__recruit_employee a {
  font-size: 1.6rem;
  height: 45px;
  width: 215px;
}

.content__recruit_employee a span::before {
  width: 5px;
  height: 5px;
  top: 58%;
  right: -50px;
}

@media screen and (max-width: 767px),
print {
  .content__recruit_employee a {
    font-size: 1.4rem;
  }
}

.tbl {
  margin: 40px auto 0;
}

@media screen and (max-width: 767px),
print {
  .tbl {
    margin: 20px auto 0;
  }
}

.tbl dt {
  clear: both;
  display: block;
  width: 22%;
  padding: 25px 20px;
  float: left;
  border-top: 1px solid #243da9;
  line-height: 1.5em;
  font-weight: bold;
  color: #243da9;
}

@media screen and (max-width: 767px),
print {
  .tbl dt {
    clear: both;
    display: block;
    width: 100%;
    padding: 15px 20px 10px 20px;
    border-top: 1px solid #aaa;
    line-height: 1.5em;
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .tbl dt {
    width: 20%;
  }
}

.tbl dt:last-child {
  border-bottom: 1px solid #aaa;
}

.tbl dd {
  display: block;
  width: 78%;
  padding: 25px 20px;
  float: left;
  border-top: 1px solid #999999;
  line-height: 1.7;
}

@media screen and (max-width: 767px),
print {
  .tbl dd {
    display: block;
    width: 100%;
    padding: 0 20px 15px 20px;
    line-height: 1.5em;
    border-top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .tbl dd {
    width: 80%;
  }
}

.tbl_link {
  color: #243da9;
  border-bottom: solid 1px #243da9;
}

.tbl_link:hover {
  text-decoration: none;
  border-bottom: solid 1px #0092D4;
}

.tbl_suppliers {
  width: 100%;
  font-size: 0;
}

.tbl_suppliers li {
  width: 33%;
  font-size: 1.3rem;
  min-height: 35px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 767px),
print {
  .tbl_suppliers li {
    width: 100%;
    min-height: 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .tbl_suppliers li {
    width: 100%;
  }
}

@media screen and (max-width: 767px),
print {
  .tbl_suppliers li:nth-of-type(3n) {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .tbl_suppliers li:nth-of-type(3n) {
    width: 100%;
  }
}

.linkc {
  color: #00afd6;
  text-decoration: underline;
}

/*  corporate
========================================*/
.content__sbttl {
  color: #243da9;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px),
print {
  .content__sbttl {
    font-size: 1.4rem;
  }
}

.content__philosophy {
  margin: 80px auto;
}

@media screen and (max-width: 767px),
print {
  .content__philosophy {
    margin: 30px auto;
  }
}

.content__philosophy_catch {
  font-size: 2rem;
  text-align: center;
  margin: 60px auto 0;
}

@media screen and (max-width: 767px),
print {
  .content__philosophy_catch {
    margin: 30px auto;
  }
}

.content__philosophy_catch h5 {
  color: #00afd6;
  text-align: center;
  margin: 15px auto 45px;
  font-weight: bold;
}

@media screen and (max-width: 767px),
print {
  .content__philosophy_catch h5 {
    font-size: 1.8rem;
    margin: 10px auto 25px;
  }
}

.content__philosophy_catch p {
  text-align: center;
}

@media screen and (max-width: 767px),
print {
  .content__philosophy_catch p {
    font-size: 1.3rem;
    text-align: left;
  }
}

.content__cpimg {
  background: url(../images/reasons_02_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 460px;
}

@media screen and (max-width: 767px),
print {
  .content__cpimg {
    height: 660px;
  }
}

.content__cpimg_txt {
  padding: 60px 0;
  float: right;
}

@media screen and (max-width: 767px),
print {
  .content__cpimg_txt {
    float: none;
    padding: 30px 0;
  }
}

.content__cpimg_txt h4 {
  font-size: 3.8rem !important;
  font-weight: bold;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px),
print {
  .content__cpimg_txt h4 {
    font-size: 2.4rem !important;
    margin-bottom: 15px;
  }
}

.content__cpimg_txt_line {
  background: linear-gradient(transparent 70%, #ddf03e 70%);
}

.content__cpimg_txt ul li {
  line-height: 2.5;
}

.content__cpimg_txt ul li::first-letter {
  color: #243da9;
}

.content__cpimg img {
  margin: 60px auto;
}

@media screen and (max-width: 767px),
print {
  .content__cpimg img {
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__cpimg img {
    margin: 0 auto;
    width: 30%;
    padding-top: 50px;
  }
}

.content__guideline_txt {
  padding: 60px 0;
  float: left;
}

@media screen and (max-width: 767px),
print {
  .content__guideline_txt {
    padding: 30px 0 0 0;
    float: none;
  }
}

.content__guideline_txt ul li {
  margin-bottom: 25px;
}

.content__guideline_txt ul li:first-child {
  padding-top: 20px;
}

.content__guideline_txt ul li img {
  display: inline-block;
}

@media screen and (max-width: 767px),
print {
  .content__guideline_txt ul li img {
    width: 12%;
  }
}

.content__guideline_txt_item {
  display: inline-block;
  margin-left: 10px;
}

@media screen and (max-width: 767px),
print {
  .content__guideline_txt_item {
    margin-left: 5px;
  }
}

.content__guideline_txt_item p {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 767px),
print {
  .content__guideline_txt_item p {
    font-size: 1.8rem;
  }
}

.content__guideline_txt_item span {
  color: #8f8f8f;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px),
print {
  .content__guideline_txt_item span {
    font-size: 1.2rem;
  }
}

.content__guideline_img {
  float: right;
  padding: 120px 0;
}

@media screen and (max-width: 767px),
print {
  .content__guideline_img {
    float: none;
    padding: 0;
    width: 90%;
    margin: 0 auto 30px;
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__guideline_img {
    padding: 65px 0;
    width: 27%;
    margin: 0 auto;
  }
}

.map {
  margin: 50px auto 0;
  text-align: center;
}

@media screen and (max-width: 767px),
print {
  .map {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 767px),
print {
  .map iframe {
    width: 100%;
    height: 250px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .map iframe {
    width: 100%;
    height: 400px;
  }
}

/*  casestudy
========================================*/
.content__casestudy {
  width: 900px;
  margin: 80px auto;
}

@media screen and (max-width: 767px),
print {
  .content__casestudy {
    width: 100%;
    margin: 30px auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__casestudy {
    width: 100%;
  }
}

.content__casestudy_ttl {
  color: #243da9;
  font-size: 2rem;
  font-weight: bold;
  transform: scale(1, 1.2);
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

@media screen and (max-width: 767px),
print {
  .content__casestudy_ttl {
    font-size: 1.3rem;
  }
}

.content__casestudy ul li h4 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px),
print {
  .content__casestudy ul li h4 {
    margin-bottom: 25px;
  }
}

.content__casestudy ul li h4 span {
  font-size: 2.8rem !important;
  color: #222;
  background: linear-gradient(transparent 70%, #a8eaff 70%);
}

@media screen and (max-width: 767px),
print {
  .content__casestudy ul li h4 span {
    font-size: 2rem !important;
  }
}

.content__casestudy_item {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px),
print {
  .content__casestudy_item {
    margin-bottom: 35px;
  }
}

.content__casestudy_item_icon {
  display: inline-block;
  width: 130px;
  margin-right: 10px;
}

@media screen and (max-width: 767px),
print {
  .content__casestudy_item_icon {
    width: 20%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__casestudy_item_icon {
    width: 20%;
  }
}

.content__casestudy_item_icon p {
  font-size: 1.2rem;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 767px),
print {
  .content__casestudy_item_icon p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.content__casestudy_item_icon_01 {
  color: #d35336;
}

.content__casestudy_item_icon_02 {
  color: #424242;
}

.content__casestudy_item_icon_03 {
  color: #1a3851;
}

.content__casestudy_item_icon_04 {
  color: #008479;
}

.content__casestudy_item_icon_mk {
  color: #00afd6;
}

.content__casestudy_item_icon img {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.content__casestudy_item_txt {
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 767px),
print {
  .content__casestudy_item_txt {
    display: inline;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__casestudy_item_txt {
    width: 75%;
  }
}

.content__casestudy_item_txt_frame {
  position: relative;
  width: 750px;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border: 2px solid #e4e4e4;
  background: #fff;
}

@media screen and (max-width: 767px),
print {
  .content__casestudy_item_txt_frame {
    width: 75%;
    float: right;
    padding: 15px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__casestudy_item_txt_frame {
    width: 100%;
  }
}

.content__casestudy_item_txt_frame::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 20%;
  margin-top: -10px;
  width: 0px;
  height: 0px;
  border-right: 10px solid #e4e4e4;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 102;
}

.content__casestudy_item_txt_frame::after {
  content: "";
  position: absolute;
  left: -14px;
  top: 20%;
  margin-top: -8px;
  width: 0px;
  height: 0px;
  border-right: 8px solid #fff;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
  z-index: 103;
}

.content__casestudy_item_txt_frame span {
  color: #243da9;
  font-weight: bold;
}

.content__casestudy_item_txt_clr {
  position: relative;
  width: 750px;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  background: #f5f5f5;
}

@media screen and (max-width: 767px),
print {
  .content__casestudy_item_txt_clr {
    width: 75%;
    float: right;
    padding: 15px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__casestudy_item_txt_clr {
    width: 100%;
  }
}

.content__casestudy_item_txt_clr::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 20%;
  margin-top: -10px;
  width: 0px;
  height: 0px;
  border-right: 10px solid #f5f5f5;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 100;
}

.content__casestudy_item_txt_clr span {
  color: #243da9;
  font-weight: bold;
}

.content__casestudy_item_txt_clr strong {
  font-weight: bold;
}

.content__casestudy_item_halfway {
  font-weight: bold;
  text-align: center;
  display: block;
  padding-bottom: 20px;
}

/*  contact
========================================*/
.content__contact {
  margin: 80px auto;
  width: 100%;
}

@media screen and (max-width: 767px),
print {
  .content__contact {
    margin: 30px auto;
  }
}

.content__contact_tel {
  background: #daecf6;
  padding: 60px;
  border-radius: 8px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px),
print {
  .content__contact_tel {
    padding: 20px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__contact_tel {
    padding: 30px;
    margin-bottom: 30px;
  }
}

.content__contact_tel_txt {
  display: inline-block;
}

@media screen and (max-width: 767px),
print {
  .content__contact_tel_txt {
    display: block;
  }
}

.content__contact_tel_txt_top h6 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2.4;
}

@media screen and (max-width: 767px),
print {
  .content__contact_tel_txt_top h6 {
    font-size: 1.8rem;
  }
}

.content__contact_tel_txt_btm {
  color: #243da9;
  margin-top: 40px;
}

@media screen and (max-width: 767px),
print {
  .content__contact_tel_txt_btm {
    margin-top: 30px;
  }
}

.content__contact_tel_txt_btm strong {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px),
print {
  .content__contact_tel_txt_btm strong {
    font-size: 1.6rem;
  }
}

.content__contact_tel_txt_btm address {
  font-size: 4.5rem;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 767px),
print {
  .content__contact_tel_txt_btm address {
    font-size: 3.5rem;
  }
}

.content__contact_tel_txt_btm address span {
  background: linear-gradient(transparent 70%, #8ac3e1 88%);
}

.content__contact_tel_img {
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 0 40px;
}

@media screen and (max-width: 767px),
print {
  .content__contact_tel_img {
    display: block;
    margin: 30px auto 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__contact_tel_img {
    display: block;
    margin: 30px auto 0;
  }
}

.content__contact_form {
  background: #daecf6;
  padding: 60px 0;
  border-radius: 8px;
}

@media screen and (max-width: 767px),
print {
  .content__contact_form {
    padding: 30px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__contact_form {
    padding: 30px;
  }
}

.content__contact_form table {
  margin: 0 auto;
}

.content__contact_form table th {
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px),
print {
  .content__contact_form table th {
    display: block;
    padding: 10px 0;
    font-size: 1.5rem;
  }
}

.content__contact_form table th span {
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  width: 50px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
}

.content__contact_form table th p {
  display: inline-block;
  width: 150px;
}

@media screen and (max-width: 767px),
print {
  .content__contact_form table th p {
    width: 46%;
  }
}

.content__contact_form table td {
  padding: 12px 0 12px 20px;
  vertical-align: middle;
}

@media screen and (max-width: 767px),
print {
  .content__contact_form table td {
    display: block;
    padding: 0;
  }
}

.content__contact_form table input[type="text"],
.content__contact_form table .contact_table table textarea,
.content__contact_form table input[type="tel"],
.content__contact_form table .contact_table table textarea {
  vertical-align: middle;
  width: 440px;
  line-height: 40px;
  height: 40px;
  padding: 1px 5px;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
}

@media screen and (max-width: 767px),
print {

  .content__contact_form table input[type="text"],
  .content__contact_form table .contact_table table textarea,
  .content__contact_form table input[type="tel"],
  .content__contact_form table .contact_table table textarea {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {

  .content__contact_form table input[type="text"],
  .content__contact_form table .contact_table table textarea,
  .content__contact_form table input[type="tel"],
  .content__contact_form table .contact_table table textarea {
    width: 100%;
  }
}

.content__contact_form table input[type="message"],
.content__contact_form table .contact_table table textarea {
  vertical-align: middle;
  width: 440px;
  line-height: 150px;
  height: 150px;
  padding: 1px 5px;
  border: 1px solid #b5b5b5;
  font-size: 100%;
  color: #555;
  border-radius: 5px;
  white-space: normal;
}

@media screen and (max-width: 767px),
print {

  .content__contact_form table input[type="message"],
  .content__contact_form table .contact_table table textarea {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {

  .content__contact_form table input[type="message"],
  .content__contact_form table .contact_table table textarea {
    width: 100%;
  }
}

.content__contact_form table textarea {
  vertical-align: middle;
  width: 440px;
  line-height: 1.5em;
  height: 150px;
  padding: 1px 5px;
  border: 1px solid #b5b5b5;
  font-size: 100%;
  color: #555;
  border-radius: 5px;
  white-space: normal;
  background: #fff;
}

@media screen and (max-width: 767px),
print {
  .content__contact_form table textarea {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__contact_form table textarea {
    width: 100%;
  }
}

.content__contact_form_nini {
  background: #999999;
}

.content__contact_form_hissu {
  background: #ee8640;
}

.content__contact a {
  font-size: 1.6rem;
  height: 45px;
  width: 215px;
  margin: 30px auto 0;
}

.content__contact a span::before {
  width: 5px;
  height: 5px;
  top: 58%;
  right: -50px;
}

/* contact 確認画面 */
.form_txt {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px),
print {
  .form_txt {
    margin-bottom: 30px;
  }
}

.form_input {
  vertical-align: middle;
  width: 440px;
  line-height: 40px;
  height: 40px;
  padding: 1px 5px;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  background: #fff;
  display: block;
  height: 100%;
  min-height: 40px;
}

@media screen and (max-width: 767px),
print {
  .form_input {
    width: 100%;
  }
}

.wrap_btn {
  text-align: center;
}

.return_btn {
  width: 220px;
  height: 40px !important;
  text-align: center;
  line-height: 40px;
  background: #999;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  font-size: 1.4rem !important;
  text-decoration: none !important;
  color: #fff;
  display: inline-block;
  margin: 10px;
}

@media screen and (max-width: 767px),
print {
  .return_btn {
    display: block;
  }
}

.return_btn_thanks {
  margin: 0 auto;
  display: block;
}

.send_btn {
  width: 220px;
  height: 40px !important;
  text-align: center;
  line-height: 40px;
  background: #243da9;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  font-size: 1.4rem !important;
  text-decoration: none !important;
  color: #fff;
  display: inline-block;
  margin: 10px;
}

@media screen and (max-width: 767px),
print {
  .send_btn {
    display: inline;
  }
}

@media screen and (max-width: 767px),
print {
  .confirm_table {
    width: 90%;
  }
}

/* contact 送信画面 */
/*  servise
========================================*/
.content__size_servise {
  padding: 90px 55px;
}

@media screen and (max-width: 767px),
print {
  .content__size_servise {
    padding: 40px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__size_servise {
    padding: 80px 0;
  }
}

.content__servise {
  margin: 80px auto 0;
  width: 100%;
}

@media screen and (max-width: 767px),
print {
  .content__servise {
    margin: 30px auto;
  }
}

.content__servise_top h5 {
  font-size: 2.4rem;
  color: #007dbe;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 767px),
print {
  .content__servise_top h5 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

.content__servise_top img {
  margin: 30px auto -5px;
  text-align: center;
  display: block;
}

@media screen and (max-width: 767px),
print {
  .content__servise_top img {
    margin: 0 auto -32px;
  }
}

.content__servise_main {
  background: url(../images/servise_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 3000px;
}

@media screen and (max-width: 767px),
print {
  .content__servise_main {
    height: 2280px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__servise_main {
    height: auto;
  }
}

.content__servise_main_item {
  background-size: contain;
  height: 350px;
  position: relative;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px),
print {
  .content__servise_main_item {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__servise_main_item {
    margin-bottom: 20px;
    height: 470px;
  }
}

.content__servise_main_item_txt {
  background: #fff;
  padding: 35px;
  display: inline-block;
  border-radius: 8px;
  min-width: 375px;
}

@media screen and (max-width: 767px),
print {
  .content__servise_main_item_txt {
    min-width: auto;
    padding: 20px;
    width: 90%;
    margin: 0 auto;
  }
}

.content__servise_main_item_txt span {
  font-size: 1.6rem;
  color: #243da9;
  transform: scale(1, 1.2);
  font-family: 'Poppins', sans-serif;
  display: block;
}

@media screen and (max-width: 767px),
print {
  .content__servise_main_item_txt span {
    font-size: 1.3rem;
  }
}

.content__servise_main_item_txt h4 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px),
print {
  .content__servise_main_item_txt h4 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.content__servise_main_item_txt ul .left {
  display: inline-block;
}

.content__servise_main_item_txt ul .right {
  display: inline-block;
  margin-left: 10px;
}

.content__servise_main_item_txt ul li:first-letter {
  color: #243da9;
  line-height: 2;
}

.content__servise_main_item_01 {
  background: url(../images/servise_01.png);
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px),
print {
  .content__servise_main_item_01 {
    background-size: contain;
    margin-bottom: 25px;
  }
}

.content__servise_main_item_01 img {
  position: absolute;
  bottom: 0;
  right: 35px;
}

@media screen and (max-width: 767px),
print {
  .content__servise_main_item_01 img {
    bottom: 100px;
  }
}

.content__servise_main_item_01_txt {
  position: absolute;
  right: 0;
  bottom: -35px;
}

@media screen and (max-width: 767px),
print {
  .content__servise_main_item_01_txt {
    left: 0;
    bottom: 35px;
  }
}

.content__servise_main_item_02 {
  background: url(../images/servise_02.png);
  background-repeat: no-repeat;
  background-position: right;
}

@media screen and (max-width: 767px),
print {
  .content__servise_main_item_02 {
    background-size: contain;
    background-position: top;
    height: 370px;
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__servise_main_item_02 {
    margin-bottom: 110px;
  }
}

.content__servise_main_item_02 img {
  position: absolute;
  top: 160px;
  left: 310px;
}

@media screen and (max-width: 767px),
print {
  .content__servise_main_item_02 img {
    top: 138px;
    left: 222px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__servise_main_item_02 img {
    top: 315px;
  }
}

.content__servise_main_item_02_txt {
  position: absolute;
  left: 0;
  bottom: -35px;
}

@media screen and (max-width: 767px),
print {
  .content__servise_main_item_02_txt {
    right: 0;
    bottom: 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__servise_main_item_02_txt {
    bottom: -65px;
  }
}

.content__servise_main_item_03 {
  background: url(../images/servise_03.png);
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px),
print {
  .content__servise_main_item_03 {
    background-size: contain;
  }
}

.content__servise_main_item_03 img {
  position: absolute;
  top: 200px;
  right: 35px;
}

@media screen and (max-width: 767px),
print {
  .content__servise_main_item_03 img {
    top: 155px;
    right: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__servise_main_item_03 img {
    top: 320px;
  }
}

.content__servise_main_item_03_txt {
  position: absolute;
  right: 0;
  bottom: -35px;
}

@media screen and (max-width: 767px),
print {
  .content__servise_main_item_03_txt {
    left: 0;
    bottom: 60px;
  }
}

.content__servise_main_item_04 {
  background: url(../images/servise_04.png);
  background-repeat: no-repeat;
  background-position: right;
}

@media screen and (max-width: 767px),
print {
  .content__servise_main_item_04 {
    background-size: contain;
    background-position: top;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__servise_main_item_04 {
    margin-bottom: 80px;
  }
}

.content__servise_main_item_04 img {
  position: absolute;
  top: 240px;
  left: 240px;
}

@media screen and (max-width: 767px),
print {
  .content__servise_main_item_04 img {
    top: 200px;
    left: 235px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__servise_main_item_04 img {
    top: 360px;
  }
}

.content__servise_main_item_04_txt {
  position: absolute;
  left: 0;
  bottom: -35px;
}

@media screen and (max-width: 767px),
print {
  .content__servise_main_item_04_txt {
    right: 0;
    bottom: 60px;
  }
}

.content__servise_main_item_05 {
  background: url(../images/servise_05.png);
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px),
print {
  .content__servise_main_item_05 {
    background-size: contain;
    margin-bottom: 60px;
  }
}

.content__servise_main_item_05 img {
  position: absolute;
  top: 85px;
  right: 0px;
}

@media screen and (max-width: 767px),
print {
  .content__servise_main_item_05 img {
    top: 150px;
    right: 17px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__servise_main_item_05 img {
    top: 215px;
  }
}

.content__servise_main_item_05_txt {
  position: absolute;
  right: 0;
  bottom: -35px;
}

@media screen and (max-width: 767px),
print {
  .content__servise_main_item_05_txt {
    left: 0;
    bottom: 5px;
  }
}

.content__servise_main_item_06 {
  background: url(../images/servise_06.png);
  background-repeat: no-repeat;
  background-position: right;
}

@media screen and (max-width: 767px),
print {
  .content__servise_main_item_06 {
    background-size: contain;
    background-position: top;
  }
}

.content__servise_main_item_06 img {
  position: absolute;
  bottom: 0;
  left: 200px;
}

@media screen and (max-width: 767px),
print {
  .content__servise_main_item_06 img {
    top: 180px;
    left: 180px;
  }
}

.content__servise_main_item_06_txt {
  position: absolute;
  left: 0;
  bottom: -35px;
}

@media screen and (max-width: 767px),
print {
  .content__servise_main_item_06_txt {
    right: 0;
    bottom: 60px;
  }
}

/*  staff
========================================*/
.content__ceo {
  width: 920px;
  margin: 80px auto;
}

@media screen and (max-width: 767px),
print {
  .content__ceo {
    width: 100%;
    margin: 30px auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__ceo {
    width: 100%;
  }
}

.content__ceo h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 5rem;
  color: #243da9;
  transform: scale(1, 1.2);
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 767px),
print {
  .content__ceo h3 {
    font-size: 3rem;
  }
}

.content__ceo_box {
  background: #f4f4f4;
  border: solid 4px #eeeeee;
  border-radius: 10px;
  padding: 40px 110px;
  margin: 20px auto;
}

@media screen and (max-width: 767px),
print {
  .content__ceo_box {
    padding: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__ceo_box {
    padding: 30px;
  }
}

.content__ceo_box_top {
  display: flex;
  justify-content: center;
}

.content__ceo_box_top .content__ceo_box_img {
  width: 30%;
  text-align: center;
}

.content__ceo_box_top img {
  display: inline-block;
  border-radius: 50%;
  object-fit: cover;
  width: 200px;
  height: 200px;
  object-position: top center;
}

@media screen and (max-width: 767px),
print {
  .content__ceo_box_top {
    display: block;
  }

  .content__ceo_box_top .content__ceo_box_img {
    width: 100%;
    margin-bottom: 10px;
  }

  .content__ceo_box_top img {
    width: 150px;
    height: 150px;
  }
}

.content__ceo_box_top_name {
  display: inline-block;
  margin-left: 50px;
}

@media screen and (max-width: 767px),
print {
  .content__ceo_box_top_name {
    margin-left: 0;
    display: block;
  }
}

.content__ceo_box_top_name p {
  font-size: 3.2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px),
print {
  .content__ceo_box_top_name p {
    font-size: 2rem;
  }
}

.content__ceo_box_top_name p span {
  font-size: 1.6rem;
  color: #999999;
  margin-left: 30px;
}

@media screen and (max-width: 767px),
print {
  .content__ceo_box_top_name p span {
    font-size: 1.3rem;
    margin-left: 10px;
  }
}

.content__ceo_box_top_name_quali {
  background: #243da9 !important;
  color: #fff;
  font-size: 1.5rem !important;
  border-radius: 5px;
  padding: 2px 10px;
  width: 85px;
  text-align: center;
  font-weight: normal;
  margin: 25px 0 5px;
}

@media screen and (max-width: 767px),
print {
  .content__ceo_box_top_name_quali {
    margin: 15px 0 5px;
    font-size: 1.3rem !important;
  }
}

.content__ceo_box_btm ul li {
  margin: 30px auto;
}

.content__ceo_box_btm ul li span {
  line-height: 2;
  display: block;
  font-size: 1.6rem;
  color: #243da9;
  transform: scale(1, 1.2);
  font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 767px),
print {
  .content__ceo_box_btm ul li span {
    font-size: 1.3rem;
  }
}

.content__ceo_box_btm ul li h4 {
  font-size: 2.4rem;
  color: #00afd6;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px),
print {
  .content__ceo_box_btm ul li h4 {
    font-size: 1.7rem;
    margin-bottom: 7px;
  }
}

.content__ceo_box_btm ul li p {
  line-height: 2;
}

.content__ceo_box_btm ul li:last-child {
  margin: 25px auto 0;
}

.content__staff {
  width: 920px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 767px),
print {
  .content__staff {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__staff {
    width: 85%;
  }
}

.content__staff__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 40px;
  width: 100%;
  margin-top: 45px;
}

@media screen and (max-width: 767px),
print {
  .content__staff__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 20px auto 0;
  }
}

.content__staff__list >li {
  border: 3px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.content__staff__list >li::before {
  position: absolute;
  content: "";
  background: url(../images/staff/staff_list_arrow.svg) center/contain no-repeat;
  width: 44px;
  height: 44px;
  bottom: 0;
  right: 0;
}

.content__staff__list >li >a {
  transition: .3s;
  cursor: pointer;
}

.content__staff__list >li >a:hover {
  text-decoration: none;
  color: #000;
  opacity: .5;
}

.content__staff__list__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 15 / 11;
    object-position: top center;
}

.content__staff__list__desc {
  padding: 25px;
}

.content__staff__list__job {
  margin-bottom: 5px;
}

.content__staff__list__name {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px),
print {
  .content__staff__list__desc {
    padding: 15px 10px;
  }
  .content__staff__list__job {
    font-size: 12px;
    margin-bottom: 3px;
  }

  .content__staff__list__name {
    font-size: 15px;
  }
  .content__staff__list >li::before {
    width: 30px;
    height: 30px;
  }

}

/* モーダル */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 90vh;
  bottom: 0;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100vh;
}
.modal__content__img {
  border-radius: 50%;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  text-align: center;
  width: 180px;
  height: 180px;
}
.modal__content__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  object-position: center;
  margin-bottom: 0;
}
.modal__content {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 50px;
  overflow-y: scroll;
  height: fit-content;
  border-radius: 10px;
  max-width: 720px;
  max-height: 90%;
  width: 90%;
}
.modal__content__top {
  display: flex;
  justify-content: center;
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  color: #000;
  font-size: 30px;
  font-weight: 100;
  line-height: 1;
  display: flex;
  transition: .3s;
  align-items: center;
  justify-content: center;
}
.modal__close:hover {
  text-decoration: none;
  color: #000;
  opacity: .5;
}
.modal__content__top__name {
  display: inline-block;
  margin-left: 80px;
}

.modal__content__top__name p {
  font-size: 2.4rem;
  font-weight: bold;
}

.modal__content__top__name p span {
  font-size: 1.2rem;
  color: #999999;
  margin-left: 30px;
}

.modal__content__quali {
  background: #243da9 !important;
  color: #fff;
  font-size: 1.5rem !important;
  border-radius: 5px;
  padding: 2px 10px;
  width: 85px;
  text-align: center;
  font-weight: normal;
  margin: 25px 0 10px;
}

.modal__content__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.modal__content__list >li {
  position: relative;
  padding-left: 23px;
}
.modal__content__list >li::before {
  position: absolute;
  content: "";
  background: #243da9;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: 0;
  top: 5.5px;
}

.modal__content__bottom {
  margin-top: 40px;
}

@media screen and (max-width: 767px),
print {
  .modal__content {
    padding: 30px 20px;
    width: 90%;
  }
  .modal__content-inr {
    overflow: scroll;
    height: 100%;
  }
  .modal__content__img {
    width: 95px;
    height: 95px;
  }
  .modal__content__top {
    justify-content: flex-start;
  }
  .modal__close {
    width: 20px;
    height: 20px;
    font-size: 20px;
    top: 10px;
    right: 10px;
  }
  .modal__content__list >li {
    padding-left: 16px;
  }
  .modal__content__list >li::before {
    width: 10px;
    height: 10px;
    top: 6px;
  }
  .modal__content__quali {
    margin: 15px 0 5px;
  }
  .modal__content__bottom {
    margin-top: 20px;
  }
  .modal__content__top__name {
    margin-left: 15px;
  }
  .modal__content__top__name p {
    font-size: 1.8rem;
  }
  .modal__content__top__name p span {
    font-size: 1rem;
    margin-left: 10px;
  }
}

/* 全体設定 */
* {
  box-sizing: border-box;
}

/*  top
========================================*/
.wrap {
  width: 100%;
}

.first_fade_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 200px;
  text-align: center;
  z-index: 200;
}

.first_grid {
  display: none;
  position: relative;
}

.first_logo {
  width: 169px;
  height: 49px;
  z-index: 100;
  margin: 0 auto;
}

.first_logo img {
  width: 100%;
  margin-top: 20px;
  z-index: 100;
}

.first_message {
  position: absolute;
  z-index: 100;
  text-align: center;
  animation-name: fadein;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  top: 39px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
}

.first_message img {
  width: 40%;
}

@media screen and (max-width: 767px),
print {
  .first_message img {
    width: 95%;
  }
}

.first_back {
  position: absolute;
  top: 39px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  padding-top: 8.7857%;
  text-align: center;
  background-image: url(../images/first_back.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  margin-top: 20px;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.main {
  width: 100%;
  height: 700px;
  background-image: url(../images/main_fade_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 767px),
print {
  .main {
    background-position: 56%;
    /*height: calc(var(--vh, 1vh) * 100);*/
    height: 520px;
  }
}

.mainimg {
  position: absolute;
}

.center_message {
  width: 750px;
  height: 300px;
  margin: 90px auto 0;
}

@media screen and (max-width: 767px),
print {
  .center_message {
    width: 90%;
    height: 206px;
  }
}

.news {
  padding-top: 129px;
  z-index: 0;
  width: 100%;
  text-align: center;
}

.news img {
  width: 100%;
}

@media screen and (max-width: 767px),
print {
  .news {}

  .news img {
    width: 100%;
  }
}


.swiper-container {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0 10px 30px;
}

@media screen and (max-width: 767px),
print {
  .swiper-container {
    padding: 10px;
    bottom: 0;
  }
}

.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide {
  display: flex;
  height: auto;
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px),
print {
  .swiper-slide {
    width: 100%;
  }
}

.swiper-slide dl dt {
  display: inline-block;
}

@media screen and (max-width: 767px),
print {
  .swiper-slide dl dt {
    clear: left;
    float: left;
    width: 100%;
  }
}

.swiper-slide dl dt time {
  margin-right: 20px;
}

.swiper-slide dl dt span {
  background: #243da9;
  padding: 2px 10px;
  font-size: 1.2rem;
  height: 22px;
}

.swiper-slide dl dd {
  display: inline-block;
  vertical-align: top;
}

.swiper-slide dl dd p {
  margin: 0 20px;
  display: inline-block;
}

@media screen and (max-width: 767px),
print {
  .swiper-slide dl dd p {
    margin: 0;
  }
}

.swiper-slide dl dd a {
  color: #fff;
  border-radius: 30px;
  border: solid 1px #fff;
  padding: 0 10px;
  font-size: 1.2rem;
  vertical-align: middle;
  font-weight: bold;
  display: inline-block;
  margin-left: 10px;
}

@media screen and (max-width: 767px),
print {
  .swiper-slide dl dd a {
    margin-left: 5px;
  }
}

/* 飛行機アニメーション（TOP） */
#airplane {
  background: url(../images/airplane_01.png) no-repeat;
  width: 124px;
  height: 27px;

  animation: airplane 13s linear infinite;
  -webkit-animation: airplane 13s linear infinite;
  -ms-animation: airplane 13s linear infinite;
  animation-delay: 1s;
  -ms-animation-delay: 1s;
}

.airplaned {
  animation: airplane_dis 13s linear infinite;
  -webkit-animation: airplane_dis 13s linear infinite;
  -ms-animation: airplane_dis 13s linear infinite;
}

@-webkit-keyframes airplane_dis {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes airplane_dis {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}


@-webkit-keyframes airplane {
  0% {
    transform: translate(-128px, 450px);
  }

  20% {
    transform: translate(-128px, 450px);
  }

  100% {
    transform: translate(2000px, 200px);
  }
}

@keyframes airplane {
  0% {
    transform: translate(-128px, 450px);
  }

  20% {
    transform: translate(-128px, 450px);
  }

  100% {
    transform: translate(2000px, 200px);
  }
}

@media screen and (max-width: 767px),
print {
  #airplane {
    -webkit-animation: airplane 9s linear infinite;
    animation: airplane 9s linear infinite;
    animation-delay: 7s;
    background: url(../images/airplane_01_sp.png) no-repeat;
  }

  @-webkit-keyframes airplane {
    0% {
      transform: translate(0px, 400px);
    }

    100% {
      transform: translate(50px, 250px);
    }
  }

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

    100% {
      transform: translate(380px, 250px);
    }
  }
}

/* SP 飛行機アニメーション（TOP） */
@media screen and (max-width: 767px),
print {
  #sp_airplane {
    background: url(../images/airplane_01.png) no-repeat;
    width: 124px;
    height: 27px;
    animation: sp_airplane 5s linear infinite;
    -webkit-animation: sp_airplane 5s linear infinite;
    -ms-animation: sp_airplane 5s linear infinite;
    animation-delay: 7s;
    -ms-animation-delay: 7s;
    background: url(../images/airplane_01_sp.png) no-repeat;
  }
}

@-webkit-keyframes sp_airplane {
  0% {
    transform: translate(0px, 400px);
  }

  100% {
    transform: translate(50px, 250px);
  }
}

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

  100% {
    transform: translate(380px, 250px);
  }
}

/*
@include mq-sp {
  #airplane {
    -webkit-animation: airplane 9s linear infinite;
    animation: airplane 9s linear infinite;
    animation-delay: 7s;
    background: url(../images/airplane_01_sp.png) no-repeat;
  }
  @-webkit-keyframes airplane {
    0% { transform: translate(0px, 400px); }
    100% { transform: translate(50px, 250px); }
  }
  @keyframes airplane {
    0% { transform: translate(0px, 400px); }
    100% { transform: translate(380px, 250px); }
  }
}
*/
/* 飛行機アニメーション（下層） */
#airplane_page {
  background: url(../images/airplane_01.png) no-repeat;
  width: 124px;
  height: 27px;
  -webkit-animation: airplane_page 13s linear infinite;
  animation: airplane_page 13s linear infinite;
}

@-webkit-keyframes airplane_page {
  0% {
    transform: translate(0px, 250px);
  }

  100% {
    transform: translate(1400px, 100px);
  }
}

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

  100% {
    transform: translate(2000px, 100px);
  }
}

/* SP 飛行機アニメーション（下層）*/
@media screen and (max-width: 767px),
print {
  #sp_airplane_page {
    background: url(../images/airplane_01.png) no-repeat;
    width: 124px;
    height: 27px;
    animation: sp_airplane_page 7s linear infinite;
    -webkit-animation: sp_airplane_page 7s linear infinite;
    -ms-animation: sp_airplane_page 7s linear infinite;
    animation-delay: 1s;
    -ms-animation-delay: 1s;
  }
}

@-webkit-keyframes sp_airplane_page {
  0% {
    transform: translate(0px, 150px);
  }

  100% {
    transform: translate(50px, 50px);
  }
}

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

  100% {
    transform: translate(380px, 50px);
  }
}

/*
@include mq-sp {
  #airplane_page {
    -webkit-animation: airplane_page 9s linear infinite;
    animation: airplane_page 9s linear infinite;
    background: url(../images/airplane_01_sp.png) no-repeat;
  }
  @-webkit-keyframes airplane_page {
    0% { transform: translate(0px, 150px); }
    100% { transform: translate(50px, 50px); }
  }
  @keyframes airplane_page {
    0% { transform: translate(0px, 150px); }
    100% { transform: translate(380px, 50px); }
  }
}
*/
@media print {
  .no_print {
    display: none;
  }
}

.loading {
  z-index: 20000;
}

.pline {
  border-bottom: 1px solid #333;
}

.komeline {
  font-size: 1.4rem;
  border-bottom: 1px solid #333;
}

/*  schedule
========================================*/
.content__schedule {
  width: 843px;
  margin: 40px auto 60px;
}

@media screen and (max-width: 767px),
print {
  .content__schedule {
    width: 100%;
    margin: 30px auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px),
print {
  .content__schedule {
    width: 100%;
  }
}

.content__schedule_ttl h3 {
  color: #243da9;
  font-size: 3rem;
  font-weight: bold;
  font-family: "Noto Sans CJK JP", sans-serif;
  text-align: center;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_ttl h3 {
    font-size: 2.3rem;
  }
}

.content__schedule_sec01 {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  position: relative;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_sec01 {
    display: block;
  }
}

.content__schedule_sec01_img {
  position: absolute;
  right: -50px;
  bottom: -20px;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_sec01_img {
    position: absolute;
    right: -4px;
    bottom: 145px;
    width: 35%;
  }
}

.content__schedule_sec01_ttl01 {
  margin-top: 50px;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_sec01_ttl01 {
    margin-top: 20px;
    text-align: center;
  }
}

.content__schedule_sec02 {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  position: relative;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_sec02 {
    display: block;
    margin-top: 50px;
  }
}

.content__schedule_sec02_ttl01 {
  margin-top: 50px;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_sec02_ttl01 {
    margin-top: 20px;
    text-align: center;
  }
}

.content__schedule_sec03 {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  position: relative;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_sec03 {
    display: block;
    margin-top: 0px;
  }
}

.content__schedule_sec03_img {
  position: absolute;
  right: -50px;
  bottom: 70px;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_sec03_img {
    position: absolute;
    right: 18px;
    bottom: 0;
    width: 20%;
    top: 70px;
  }
}

.content__schedule_sec03_ttl01 {
  margin-top: 40px;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_sec03_ttl01 {
    margin-top: 10px;
  }
}

.content__schedule_sec04 {
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
  position: relative;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_sec04 {
    display: block;
  }
}

.content__schedule_sec04_ttl01 {
  margin-top: 50px;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_sec04_ttl01 {
    margin-top: 20px;
    text-align: center;
  }
}

.content__schedule_sec05 {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  position: relative;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_sec05 {
    display: block;
  }
}

.content__schedule_sec05_img {
  position: absolute;
  right: -50px;
  bottom: 70px;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_sec05_img {
    display: block;
    right: 9px;
    bottom: auto;
    width: 24%;
    top: 40px;
  }
}

.content__schedule_sec05_ttl01 {
  margin-top: 50px;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_sec05_ttl01 {
    margin-top: 20px;
    text-align: center;
  }
}

.content__schedule_sec06 {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  position: relative;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_sec06 {
    display: block;
    margin-top: 40px;
  }
}

.content__schedule_sec06_ttl01 {
  margin-top: 50px;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_sec06_ttl01 {
    margin-top: 20px;
  }
}

.content__schedule_sec07 {
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
  position: relative;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_sec07 {
    display: block;
  }
}

.content__schedule_sec07_img {
  position: absolute;
  left: 500px;
  bottom: 0px;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_sec07_img {
    left: auto;
    bottom: 40px;
    right: 20px;
    width: 13%;
  }
}

.content__schedule_sec07_ttl01 {
  margin-top: 50px;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_sec07_ttl01 {
    margin-top: 20px;
  }
}

.content__schedule_sec08 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  position: relative;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_sec08 {
    display: block;
    margin-top: 40px;
  }
}

.content__schedule_sec08_ttl01 {
  margin-top: 50px;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_sec08_ttl01 {
    margin-top: 20px;
  }
}

.content__schedule_sec09 {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  position: relative;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_sec09 {
    display: block;
  }
}

.content__schedule_sec09_img {
  position: absolute;
  right: 0px;
  bottom: -20px;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_sec09_img {
    position: absolute;
    right: 0px;
    bottom: -50px;
    width: 20%;
  }
}

.content__schedule_sec09_ttl01 {
  margin-top: 50px;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_sec09_ttl01 {
    margin-top: 20px;
  }
}

.content__schedule_sec09_ttl02 {
  margin-top: 20px;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_sec09_ttl02 {
    margin-top: 40px;
  }
}

.content__schedule_sec10 {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  position: relative;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_sec10 {
    display: block;
    margin-top: 40px;
  }
}

.content__schedule_sec10_ttl01 {
  margin-top: 50px;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_sec10_ttl01 {
    margin-top: 20px;
  }
}

.content__schedule_sec11 {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  position: relative;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_sec11 {
    display: block;
  }
}

.content__schedule_sec11_ttl01 {
  margin-top: 50px;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_sec11_ttl01 {
    margin-top: 10px;
  }
}

.content__schedule_sectime {
  width: 124px;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_sectime {
    width: 100%;
    text-align: center;
  }
}

.content__schedule_seccon {
  width: 670px;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_seccon {
    width: 100%;
  }
}

.content__schedule_seccon h4 {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Noto Sans CJK JP", sans-serif;
  line-height: 1.3;
}

.content__schedule_seccon h4 span {
  font-size: 1.3rem;
  font-weight: normal;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_seccon h4 {
    text-align: center;
  }
}

.content__schedule_seccon h4 a {
  display: inline-block;
  font-size: 2.2rem;
  padding-bottom: 3px;
  border-bottom: 2px solid #007dbe;
  margin-bottom: 5px;
  font-weight: bold;
  position: relative;
  margin-left: 15px;
}

.content__schedule_seccon h4 a::before {
  content: "";
  position: absolute;
  top: 50%;
  /* 縦軸をセンタリングする */
  left: -15px;
  transform: translateY(-50%);
  /* 縦軸をセンタリングする */
  border: 5px solid transparent;
  border-left: 8px solid #007dbe;
  /* 好みで色を変えてください */
}

.content__schedule_seccon h4 a:hover {
  text-decoration: none;
}

.content__schedule_seccon_detail {
  background-color: #f3f3f3;
  padding: 20px 30px;
  width: 100%;
  margin: 25px auto 20px;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_seccon_detail {
    padding: 20px 25px 40px 25px;
  }
}

.content__schedule_seccon_detail a {
  display: inline-block;
  font-size: 1.8rem;
  padding-bottom: 3px;
  border-bottom: 2px solid #007dbe;
  margin-bottom: 15px;
  font-weight: bold;
  position: relative;
  margin-left: 35px;
}

.content__schedule_seccon_detail a::before {
  content: "";
  background-image: url(.././images/icon.png);
  position: absolute;
  top: 0px;
  left: -39px;
  width: 34px;
  height: 34px;
  background-size: contain;
  background-repeat: no-repeat;
}

.content__schedule_seccon_detail a:hover {
  text-decoration: none;
}

.content__schedule_seccon_detail p {
  font-size: 1.6rem;
  line-height: 1.9;
  font-weight: normal;
}

.content__schedule_seccon_detail02 {
  background-color: #fff;
  padding: 20px 30px;
  width: 100%;
  margin: 25px auto 20px;
}

.content__schedule_seccon_detail02 a {
  display: inline-block;
  font-size: 1.8rem;
  padding-bottom: 3px;
  border-bottom: 2px solid #007dbe;
  margin-bottom: 15px;
  font-weight: bold;
  position: relative;
  margin-left: 15px;
}

.content__schedule_seccon_detail02 a::before {
  content: "";
  position: absolute;
  top: 50%;
  /* 縦軸をセンタリングする */
  left: -15px;
  transform: translateY(-50%);
  /* 縦軸をセンタリングする */
  border: 5px solid transparent;
  border-left: 8px solid #007dbe;
  /* 好みで色を変えてください */
}

.content__schedule_seccon_detail02 a:hover {
  text-decoration: none;
}

.content__schedule_seccon_detail02 p {
  font-size: 1.6rem;
  line-height: 1.9;
  font-weight: normal;
}

.content__schedule_seccon_idou {
  margin-left: 50px;
  border-left: #ededed solid 4px;
  padding: 30px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_seccon_idou {
    display: inline-block;
    margin-left: 50%;
    margin-top: 30px;
  }
}

.content__schedule_seccon_idou02 {
  margin-left: 50px;
  border-left: #fff solid 4px;
  padding: 30px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px),
print {
  .content__schedule_seccon_idou02 {
    display: inline-block;
    margin-left: 50%;
    margin-top: 20px;
  }
}

.content__schedule02 {
  padding: 40px 0 1px;
  background: url(../images/schedule_bg.png);
}

@media screen and (max-width: 767px),
print {
  .content__schedule02 {
    padding: 30px 5% 1px;
  }
}

.content__schedule03 {
  padding: 40px 0 1px;
}

@media screen and (max-width: 767px),
print {
  .content__schedule03 {
    padding: 30px 5% 1px;
  }
}

.detail_subttl {
  display: inline-block;
  font-size: 1.8rem;
  padding-bottom: 3px;
  margin-bottom: 15px;
  font-weight: bold;
}

.red {
  color: #ff0000;
  font-size: 12px;
  display: inline-block;
  margin-left: 10px;
}



.content__access {
  margin-top: 30px;
}



/* 横幅を指定するための要素 */
.map-wrap {
  max-width: 100%;
  /* ここに横幅を指定 */
}

/* Google Mapを囲う要素 */
.access_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 65%;
  /* 比率を4:3に固定 */
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Google Mapのiframe */
.access_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.test {
  width: 100%;
  text-align: center;
  min-width: 1400px;
  overflow: hidden;
  margin: auto;
  background: url(.././images/PC.jpg);
  background-repeat: no-repeat;
  height: 4758px;
  background-position: center;
}

.test img {
  display: none;
}


@media screen and (max-width: 767px) {
  .test {
    width: 100%;
    text-align: center;
    min-width: 100%;
    overflow: hidden;
    margin: auto;
    background: none;
    height: auto;
  }

  .test img {
    display: block;
  }

}


.adr {
  font-size: 2.4rem;
  line-height: 3;
  color: #007dbe;
  text-align: center;
  font-weight: bold;
}



@media screen and (max-width: 767px) {
  .adr {
    font-size: 1.6rem;
  }

}




.top_service {
  width: 1100px;
  max-width: 1100px;
  margin: 80px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.top_service::after {
  content: url(.././images/service_img_icon.png);
  transform: scale(0.5);
  position: absolute;
  right: -170px;
  bottom: -100px;
}


.top_service_img {
  width: 510px;
}

.top_service_txt {
  width: 530px;
  text-align: left;
}


.top_service_txt h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 7rem;
  color: #243da9;
  text-align: left;
  line-height: 1.4;
}

.top_service_txt h2 span {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.2;
  display: block;
  font-weight: 500;
}


.top_service_txt h3 {
  font-size: 2.4rem;
  color: #007DBE;
  text-align: left;
  line-height: 1.4;
  font-weight: 600;
  margin: 40px auto 30px;
}

.top_service_txt p {
  font-size: 1.6rem;
}



@media screen and (max-width: 900px) {


  .top_service {
    width: 90%;
    max-width: 100%;
    margin: 40px auto;
    display: block;
  }

  .top_service::after {
    content: url(.././images/service_img_icon.png);
    transform: scale(0.5);
    position: absolute;
    right: -170px;
    bottom: -100px;
    display: none;
  }


  .top_service_img {
    width: 100%;
  }

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


  .top_service_txt h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 3.8rem;
    color: #243da9;
    text-align: center;
    line-height: 1.4;
  }

  .top_service_txt h2 span {
    font-family: "Noto Sans CJK JP", sans-serif;
    font-size: 1.4rem;
    color: #333;
    line-height: 1.2;
    display: block;
    font-weight: 500;
    text-align: center;
  }


  .top_service_txt h3 {
    font-size: 1.8rem;
    color: #007DBE;
    text-align: center;
    line-height: 1.6;
    font-weight: 700;
    margin: 30px auto 20px;
  }

  .top_service_txt p {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }


}


.btn_top {
  display: inline-block;
  height: 50px;
  padding: 0 60px 0 50px;
  text-align: center;
  line-height: 50px;
  background: #243DA9;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  font-size: 1.6rem;
  text-decoration: none !important;
  margin: 20px auto;
  transition: .3s;
}

.btn_top span {
  color: #FFF;
  position: relative;
}

.btn_top span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -7px;
}

.btn_top:hover {
  opacity: .5;
}


.wrapper2 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.thumbnail .slick-track {
  transform: unset !important;
}


.thumbnail .slick-track img {
  margin: 15px 5px;
}


.top_reasons {
  width: 100%;
  background: #E1F0F8;
  padding: 100px 0 80px;
}

.top_reasons .inner {
  width: 980px;
  margin: auto;
  text-align: center;
}

.top_reasons img {
  width: 300px;
}


.top_reasons h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 7rem;
  color: #243da9;
  text-align: center;
  line-height: 1.4;
  display: inline-block;
  margin: auto auto 30px;
}

.top_reasons h2 span {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.2;
  display: block;
  font-weight: 500;
  text-align: center;
}

.top_reasons_img {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}




@media screen and (max-width: 900px) {

  .top_reasons {
    width: 100%;
    background: #E1F0F8;
    padding: 40px 0 30px;
  }

  .top_reasons .inner {
    width: 86%;
    margin: auto;
    text-align: center;
  }

  .top_reasons img {
    width: 100%;
    margin-bottom: 25px;
  }


  .top_reasons h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 3.8rem;
    color: #243da9;
    text-align: center;
    line-height: 1.4;
    display: inline-block;
    margin: auto auto 30px;
  }

  .top_reasons h2 span {
    font-family: "Noto Sans CJK JP", sans-serif;
    font-size: 1.4rem;
    color: #333;
    line-height: 1.2;
    display: block;
    font-weight: 500;
    text-align: center;
  }

  .top_reasons_img {
    display: block;
    margin-bottom: 0px;
  }

  .top_reasons .btn_top {
    margin-top: 10px;
  }

}




.top_case {
  width: 100%;
  /*background: #E1F0F8;*/
  padding: 100px 0 80px;
}

.top_case .inner {
  width: 1040px;
  margin: auto;
  text-align: center;
}


.top_case h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 7rem;
  color: #243da9;
  text-align: center;
  line-height: 1.4;
  display: inline-block;
  margin: auto auto 30px;
}

.top_case h2 span {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.2;
  display: block;
  font-weight: 500;
  text-align: center;
}



.top_case h3 {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 2.8rem;
  color: #007DBE;
  text-align: center;
  line-height: 1.4;
  display: inline-block;
  margin: auto auto 10px;
  font-weight: bold;
}

.top_case h3 span {
  font-size: 1.6rem;
}



.top_case_img {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.top_case_detail {
  width: 500px;
  box-sizing: border-box;
  border: #EDEDED solid 4px;
  padding: 30px 30px;
  margin-bottom: 40px;
}

.top_case_img ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_case_img ul img {
  width: 100px;
  max-width: 100px;
}

.top_case_detail_img {
  padding-right: 16px;
}

.top_case_img p {
  font-size: 1.8rem;
}


.top_case_btn {
  height: 46px;
  line-height: 46px;
  float: right;
  margin: 0;
}


@media screen and (max-width: 900px) {


  .top_case {
    width: 100%;
    padding: 50px 0 40px;
  }

  .top_case .inner {
    width: 90%;
    margin: auto;
    text-align: center;
  }


  .top_case h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 3.8rem;
    color: #243da9;
    text-align: center;
    line-height: 1.4;
    display: inline-block;
    margin: auto auto 30px;
  }

  .top_case h2 span {
    font-family: "Noto Sans CJK JP", sans-serif;
    font-size: 1.4rem;
    color: #333;
    line-height: 1.2;
    display: block;
    font-weight: 500;
    text-align: center;
  }



  .top_case h3 {
    font-family: "Noto Sans CJK JP", sans-serif;
    font-size: 2.3rem;
    color: #007DBE;
    text-align: center;
    line-height: 1.4;
    display: inline-block;
    margin: auto auto 10px;
    font-weight: bold;
  }

  .top_case h3 span {
    font-size: 1.6rem;
  }



  .top_case_img {
    display: block;
    margin-bottom: 20px;
  }

  .top_case_detail {
    width: 100%;
    box-sizing: border-box;
    border: #EDEDED solid 4px;
    padding: 20px 4%;
    margin-bottom: 20px;
    overflow: auto;
  }

  .top_case_img ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .top_case_img ul img {
    width: 70px;
    max-width: 100px;
  }

  .top_case_detail_img {
    padding-right: 8px;
  }

  .top_case_img p {
    font-size: 1.4rem;
  }


  .top_case_btn {
    height: 36px;
    line-height: 36px;
    float: right;
    margin: 0;
    font-size: 1.4rem;
  }


}









.top_recruit {
  width: 100%;
  height: 620px;
  background: url(.././images/recruit_bg.jpg);
  background-position: right bottom;
  background-size: cover;
  padding: 100px 0 80px;
  text-align: center;
}

.top_recruit .inner {
  width: 1040px;
  margin: auto;
  text-align: left;
}


.top_recruit h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 7rem;
  color: #243da9;
  text-align: center;
  line-height: 1.4;
  display: inline-block;
  margin: auto auto 30px;
}

.top_recruit h2 span {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.2;
  display: block;
  font-weight: 500;
  text-align: center;
}

.top_recruit h3 {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 2.4rem;
  color: #007DBE;
  text-align: left;
  line-height: 1.4;
  display: inline-block;
  margin: 30px auto 30px;
  font-weight: bold;
}

.top_recruit p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 20px;
}



@media screen and (max-width: 900px) {


  .top_recruit {
    width: 100%;
    height: auto;
    background: #E1F0F8 url(.././images/recruit_bg.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 30px 0 40px;
    text-align: center;
  }

  .top_recruit .inner {
    width: 80%;
    margin: auto;
    text-align: center;
  }


  .top_recruit h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 3.8rem;
    color: #243da9;
    text-align: center;
    line-height: 1.4;
    display: inline-block;
    margin: auto auto 60px;
  }

  .top_recruit h2 span {
    font-family: "Noto Sans CJK JP", sans-serif;
    font-size: 1.4rem;
    color: #333;
    line-height: 1.2;
    display: block;
    font-weight: 500;
    text-align: center;
  }

  .top_recruit h3 {
    font-family: "Noto Sans CJK JP", sans-serif;
    font-size: 1.8rem;
    color: #007DBE;
    text-align: center;
    line-height: 1.7;
    display: inline-block;
    margin: 30px auto 20px;
    font-weight: bold;
  }

  .top_recruit p {
    font-size: 1.3rem;
    line-height: 2;
    margin-bottom: 10px;
  }


}





.top_contact {
  width: 100%;
  padding: 80px 0 80px;
  text-align: center;
}

.top_contact .inner {
  width: 1024px;
  padding: 30px;
  text-align: center;
  border: #DDDDDD solid 1px;
  box-sizing: border-box;
  margin: auto;
  display: flex;
  justify-content: space-between;
}


.top_contact h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 7rem;
  color: #243da9;
  text-align: center;
  line-height: 1.4;
  display: inline-block;
  margin: auto auto 30px;
}

.top_contact h2 span {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.2;
  display: block;
  font-weight: 500;
  text-align: center;
}

.top_contact h3 {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 2.4rem;
  color: #007DBE;
  text-align: left;
  line-height: 1.4;
  display: inline-block;
  margin: 10px auto 30px;
  font-weight: bold;
}

.top_contact p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 10px;
}

.top_contact_form {
  width: 50%;
  text-align: center;
  border-right: #DDDDDD solid 1px;
}

.top_contact_form p {
  display: inline-block;
}

.top_contact_tel {
  width: 50%;
  text-align: center;
}

.top_contact_tel p {
  display: inline-block;
}

.top_contact_tel_link {
  font-family: 'Poppins', sans-serif;
  color: #243DA9;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
}

.top_contact_tel_link span {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  display: block;
  text-align: center;
}

.top_contact_form .btn_top {
  margin: 20px 0 0px;
}


.top_contact_tel_link:hover {

  color: #243DA9;
  text-decoration: none;
}



@media screen and (max-width: 900px) {


  .top_contact {
    width: 100%;
    padding: 40px 0 40px;
    text-align: center;
  }

  .top_contact .inner {
    width: 90%;
    padding: 20px 5%;
    text-align: center;
    border: #DDDDDD solid 1px;
    box-sizing: border-box;
    margin: auto;
    display: block;
  }


  .top_contact h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 3.8rem;
    color: #243da9;
    text-align: center;
    line-height: 1.4;
    display: inline-block;
    margin: auto auto 30px;
  }

  .top_contact h2 span {
    font-family: "Noto Sans CJK JP", sans-serif;
    font-size: 1.4rem;
    color: #333;
    line-height: 1.2;
    display: block;
    font-weight: 500;
    text-align: center;
  }

  .top_contact h3 {
    font-family: "Noto Sans CJK JP", sans-serif;
    font-size: 2.0rem;
    color: #007DBE;
    text-align: left;
    line-height: 1.4;
    display: inline-block;
    margin: 10px auto 10px;
    font-weight: bold;
  }

  .top_contact p {
    font-size: 1.3rem;
    line-height: 2;
    margin-bottom: 0px;
  }

  .top_contact_form {
    width: 100%;
    text-align: center;
    border-right: none;
    border-bottom: #DDDDDD solid 1px;
    padding-bottom: 30px;
  }

  .top_contact_form p {
    display: inline-block;
  }

  .top_contact_tel {
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }

  .top_contact_tel p {
    display: inline-block;
  }

  .top_contact_tel_link {
    font-family: 'Poppins', sans-serif;
    color: #243DA9;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.4;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 10px;
  }

  .top_contact_tel_link span {
    font-family: "Noto Sans CJK JP", sans-serif;
    font-size: 1.4rem;
    font-weight: normal;
    display: block;
    text-align: center;
  }

  .top_contact_form .btn_top {
    margin: 20px 0 0px;
  }


}