@charset "utf-8";

/*-----------------------------------------------------------------------------
basic
-----------------------------------------------------------------------------*/
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,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

html {
  overflow-y: scroll;
}

body {
  color: #000;
  font-size: 0.9em;
  line-height: 2em;
  font-family: "Font Awesome 5 Free", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
  z-index: 0;
}

.wrap {
  overflow: hidden;
}

.serif {
  font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

strong {
  font-weight: bold;
}

.x-small {
  font-size: 0.7em;
  line-height: 1.6;
}

.small {
  font-size: 0.8em;
  line-height: 1.6;
}

.middle {
  font-size: 1em;
}

.large {
  font-size: 1.2em;
}

.x-large {
  font-size: 1.4em;
}

.xx-large {
  font-size: 1.6em;
}

.xxx-large {
  font-size: 1.8em;
}

.xxxx-large {
  font-size: 2em;
}

.x5-large {
  font-size: 30px;
}

.italic {
  font-style: italic;
}

img {
  vertical-align: bottom;
  border: none;
}

img.frame {
  padding: 8px;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.white {
  color: #ffffff;
}

.red {
  color: #cf2306;
}

.l-blue {
  color: #37b6d6;
}

.blue {
  color: #241b96;
}

.d-blue {
  color: #032145;
}

.pink {
  color: #fe988b;
}

.orange {
  color: #fd8301;
}

.l-green {
  color: #8cc63f;
}

.green {
  color: #435c1d;
}

.yellow {
  color: #ffe200;
}

.black {
  color: #000;
  !important
}

.brown {
  color: #59493f;
}

.gray {
  color: #a6a6a6;
}

.bg_orange {
  background: #fd8301;
  box-sizing: border-box;
}

.bg_gray {
  background: #eee;
  box-sizing: border-box;
}

.bg_lb {
  background: #31c3b8;
  box-sizing: border-box;
}

.bg_b {
  background: #37b6d6;
  box-sizing: border-box;
  vertical-align: middle !important;
}

.radius_5 {
  border-radius: 15px;
}

.f-right {
  float: right;
  margin-left: 15px !important;
}

.f-left {
  float: left;
  margin-right: 15px !important;
}

.f-bold {
  font-weight: 700;
}

.img-responsive-center {
  margin: 0px auto;
  text-align: center;
}

.pointer {
  cursor: pointer;
}

.clear {
  clear: both;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w33 {
  width: 33.33333333%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w350 {
  width: 350px;
}

a {
  font-size: 100%;
  vertical-align: baseline;
  color: #fff;
}

a.uline {
  color: #37b6d6 !important;
  text-decoration: underline;
}

a:link {
  color: #333;
  /*text-decoration: underline;*/
}

a:visited {
  color: #666;
  text-decoration: none;
}

a:hover {
  color: #666;
  text-decoration: underline;
}

a:active {
  color: #dedede;
  text-decoration: none;
}

.pc a.opacity {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pc a.opacity:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}

a.opacity img {
  box-shadow: #000 0 0 0;
}

.indent {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.indent-icon {
  position: relative;
  padding-left: 1.2em;
}

.indent-icon::after {
  position: absolute;
  font-family: FontAwesome;
  top: 0;
  left: 0;
  color: #bb2525;
}

.indent-icon.dot::after {
  content: "\f192";
}

.indent-icon.check::after {
  content: "\f046";
}

.indent-icon.color-2::after {
  color: #c00;
}

.bb {
  padding-bottom: 10px;
  border-bottom: 2px solid #ddd;
}

a.btn2,
button.btn2,
input.btn2,
.btn2 {
  display: inline-block;
  max-width: 100%;
  min-width: 180px;
  height: auto;
  padding: 1em 1em;
  margin: 7px 0;
  line-height: 1;
  color: #fff !important;
  /*background:linear-gradient(to right, #fd8301, #fd4201);*/
  border-radius: 25px;
  border: 0;
  background: #f97ba0;
  text-decoration: none;
  line-height: 130%;
  letter-spacing: 0.04em;
  z-index: 999;
  /*font-family:'Noto Sans JP';*/
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 0.9em;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.btn2:hover,
.btn2:hover {
  color: #fff;
  opacity: 0.5;
}

button.btn2:hover,
input.btn2:hover {
  opacity: 0.5;
  color: #fff;
}

.btn2 i {
  margin: 0 0 0 5px;
}

a.btn2_w,
button.btn2_w,
input.btn2_w,
.btn2_w {
  display: inline-block;
  max-width: 100%;
  min-width: 180px;
  height: auto;
  padding: 1em 1em;
  margin: 7px 0;
  line-height: 1;
  color: #000 !important;
  /*background:linear-gradient(to right, #fd8301, #fd4201);*/
  border-radius: 25px;
  background: #fff;
  text-decoration: none;
  line-height: 130%;
  letter-spacing: 0.04em;
  z-index: 999;
  /*font-family:'Noto Sans JP';*/
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 1em;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.btn2_w:hover,
.btn2_w:hover {
  opacity: 0.5;
}

button.btn2_w:hover,
input.btn2_w:hover {
  opacity: 0.5;
}

.btn2_w i {
  margin: 0 0 0 5px;
}

a.btn2_s,
button.btn2_s,
input.btn2_s,
.btn2_s {
  display: inline-block;
  max-width: 100%;
  min-width: 90px;
  height: auto;
  padding: 0.3em 1em;
  margin: 7px 0;
  line-height: 1;
  color: #fff !important;
  /*background:linear-gradient(to right, #fd8301, #fd4201);*/
  border-radius: 25px;
  background: #f97ba0;
  text-decoration: none;
  line-height: 130%;
  letter-spacing: 0.04em;
  z-index: 999;
  /*font-family:'Noto Sans JP';*/
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 0.8em;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.btn2_s:hover,
.btn2_s:hover {
  color: #fff;
  opacity: 0.5;
}

button.btn2_s:hover,
input.btn2_s:hover {
  opacity: 0.5;
  color: #fff;
}

.btn2_s i {
  margin: 0 0 0 5px;
}

a.btn2_l,
button.btn2_l,
input.btn2_l,
.btn2_l {
  display: inline-block;
  max-width: 100%;
  min-width: 180px;
  height: auto;
  padding: 1em 1.6em;
  margin: 7px 0;
  line-height: 1;
  color: #fff !important;
  background: -moz-linear-gradient(left, #f97ca0 20%, #fe978c);
  background: -webkit-linear-gradient(left, #f97ca0 20%, #fe978c);
  background: linear-gradient(to right, #fe978c 20%, #f97ca0);
  border: 0;
  border-radius: 30px;
  /*background:#f97ba0;*/
  text-decoration: none;
  line-height: 130%;
  letter-spacing: 0.04em;
  z-index: 999;
  /*font-family:'Noto Sans JP';*/
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 1.2em;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.btn2_l:hover,
.btn2_l:hover {
  color: #fff;
  opacity: 0.5;
}

button.btn2_l:hover,
input.btn2_l:hover {
  opacity: 0.5;
  color: #fff;
}

.btn2_l i {
  margin: 0 0 0 5px;
}

a.btn3,
button.btn3,
input.btn3,
.btn3 {
  display: inline-block;
  max-width: 100%;
  min-width: 200px;
  height: auto;
  padding: 1em 1em;
  margin: 7px 0;
  line-height: 1;
  border-radius: 15px;
  color: #fff;
  text-decoration: none;
  line-height: 130%;
  letter-spacing: 0.02em;
  z-index: 999;
  font-family: 'Roboto';
  text-align: left;
  background: -moz-linear-gradient(left, #31c3b8 20%, #ace1f7);
  background: -webkit-linear-gradient(left, #31c3b8 20%, #ace1f7);
  background: linear-gradient(to right, #31c3b8 20%, #ace1f7);
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.btn3:hover,
.btn3:hover {
  color: #000;
  opacity: 0.6;
}

button.btn3:hover,
input.btn3:hover {
  color: #000;
  opacity: 0.6;
}

.btn3 i {
  margin: 0 0 0 5px;
}

a.btn4,
button.btn4,
input.btn4,
.btn4 {
  display: inline-block;
  max-width: 100%;
  min-width: 200px;
  height: auto;
  padding: 0.5em 0.5em;
  margin: 7px 0;
  line-height: 1;
  /*border-radius:15px;*/
  color: #fff;
  text-decoration: none;
  line-height: 130%;
  letter-spacing: 0.02em;
  z-index: 999;
  font-family: 'Open Sans';
  text-align: left;
  background: -moz-linear-gradient(left, #31c3b8 20%, #ace1f7);
  background: -webkit-linear-gradient(left, #31c3b8 20%, #ace1f7);
  background: linear-gradient(to right, #31c3b8 20%, #ace1f7);
  border: 1px solid #31c3b8;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn4 span {
  border: 1px solid #fff;
  padding: 2em 1.5em;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn4 span.w100 {
  width: 100%;
}

.btn4.w100 {
  width: 100%;
}

.tac {
  text-align: center;
}


.btn4:hover,
.btn4:hover span {
  color: #31c3b8;
  background: #fff;
  border: 1px solid #31c3b8;
}

button.btn4:hover,
input.btn4:hover {}

.btn4 i {
  margin: 0 0 0 5px;
}

.pc a.btn:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.btn_btm_l {
  color: #333;
  border-bottom: 2px solid #333;
  padding-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn_btm_l:hover {
  color: #999;
  border-bottom: 2px solid #999;
}

@media (max-width: 1140px) {
  img.frame {
    padding: 4px;
  }

  .indent {
    padding-left: 1em;
    text-indent: -1em;
  }

  .text-center.left-md {
    text-align: left;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.6;
  }

  .x-small {
    font-size: 10px;
  }

  .small {
    font-size: 12px;
  }

  .middle {
    font-size: 14px;
  }

  .large {
    font-size: 16px;
  }

  .x-large {
    font-size: 18px;
  }

  .xx-large {
    font-size: 20px;
  }

  .xxx-large {
    font-size: 22px;
  }

  .xxxx-large {
    font-size: 24px;
  }

  .text-center.left-xs {
    text-align: left;
  }

  .btn {
    padding: 5px;
  }

  .indent {
    padding-left: 1em;
    text-indent: -1em;
  }

  a.btn,
  button.btn,
  input.btn,
  .btn {
    max-width: 100%;
    font-size: 14px;
  }

  .text-center.left-xs {
    text-align: left;
  }
}

/*-----------------------------------------------------------------------------
header
-----------------------------------------------------------------------------*/
#header {
  width: 100%;
  height: 130px;
  padding: 0 0 0;
  margin: 0;
  line-height: 1;
  top: 0;
  left: 0;
  display: block;
  position: fixed;
  z-index: 999;
  background: #fff;
  box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.1);
}

.header_wrapper {
  width: 100%;
  height: 130px;
  position: relative;
}

.header {}

#header .logo {
  padding: 0;
  margin: 0px;
  width: 30%;
  height: auto;
  /*height:150px;
max-width:327px;
max-height:40px;*/
  display: block;
  box-sizing: border-box;
  top: 15px;
  left: 10px;
  position: absolute;
  z-index: 999;
}

#header .logo img {
  width: 100%;
  height: auto;
  max-width: 375px;
  max-height: 40px;
  /*position:absolute;
top:0;
left:0;
right:0;
bottom:0;
margin:auto;*/
  box-sizing: border-box;
}

.header_menu {
  width: 370px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 0px !important;
  box-sizing: border-box;
}

.header_menu ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 250px;
}

.header_menu ul li {
  letter-spacing: 0.01em;
  line-height: 1.5em;
  font-size: 12px;
  text-align: left !important;
  box-sizing: border-box;
  padding: 0.2em 0.7em 0.2em 0.7em;
  margin: 0;
}

@media (max-width: 767px) {
  #header {
    /*height:auto;*/
    height: 70px !important;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100% !important;
    box-sizing: border-box;
    transition: .3s;
    padding: 0;
    margin: 0;
    background: #fff;
  }

  #header {
    transition: .3s;
    z-index: 9999;
  }

  .header_wrapper {
    width: 100%;
    height: 70px !important;
    position: relative;
  }

  .header {}

  #header .logo {
    width: 55%;
    height: 100%;
    padding: 0px;
    top: 20px;
    left: 5px;
    margin: 0px;
    display: block;
    overflow: hidden;
  }

  #header .logo img {
    width: 100% !important;
    height: auto;
    max-width: 375px;
    max-height: 40px;
  }

  #header .logo a {
    z-index: 10;
    position: relative;
  }

  .header_box {
    z-index: 30;
    width: 50px;
    position: absolute;
    top: 10px;
    right: 54px;
  }

  .s_header_btn {
    padding: 5px 0px 5px 0px;
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 0px;
    color: #8cc63f;
    display: inline-block;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    float: right;
    text-align: center;
    border: 1px solid #fe978b;
  }

  .s_header_btn span {
    display: block;
    font-size: 8px;
    letter-spacing: 0.01em;
    line-height: 100%;
    color: #fe978b;
    margin-top: 0.5em;
  }

  .s_header_btn i {
    font-size: 26px;
    line-height: 100%;
    transform: none;
    color: #fe978b;
  }

  .s_header_btn:hover {
    text-decoration: none;
    background: #fe978b;
  }

  .s_header_btn:hover i,
  .s_header_btn:hover span {
    color: #ffffff;
  }
}

/*-----------------------------------------------------------------------------
nav
-----------------------------------------------------------------------------*/
#nav {
  padding: 0;
  margin: 0;
  top: 80px;
  position: absolute;
  width: 100%;
}

#nav .navbar .nav {
  margin: 0 0 0 0;
}

#nav .navbar-default {
  background: none;
}

#nav .navbar-header {
  text-align: center;
  font-size: 10px;
}

.navbar-nav li {
  text-align: center;
  padding: 0px;
  margin: 0px 0 0 1em;
  box-sizing: border-box !important;
  /*vertical-align:middle;*/
  display: block;
}

.navbar-nav>li>a {
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  line-height: 0;
  letter-spacing: 0.07em;
  color: #000;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 20px 0.4em 26px 0.4em;
  font-family: 'Noto Sans JP';
  font-weight: 700;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  background-color: transparent;
}

.navbar-nav>li.active>a,
.navbar-nav>li>a:hover {
  position: relative;
  /*display: inline-block;
  border-bottom:2px solid #000;*/
  text-decoration: none;
  border-bottom: 4px solid #31c3b8;
  color: #31c3b8;
}

.dropdown-menu {
  border: 0;
  background: #31c3b8;
  border-radius: 0;
  padding: 0 !important;
  margin: 0 !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.dropdown-menu>.dropdown-item {
  font-size: 12px;
  text-align: left !important;
  padding: 0 !important;
  margin: 0 0 0 0 !important;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #31c3b8 !important;
  color: #ffffff !important;
  border-left: 1px solid #fff;
}

.dropdown-menu .dropdown-item a {
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  padding: 1em !important;
  color: #fff !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  background: #31c3b8;
  border-bottom: 1px solid #31c3b8 !important;
}

.dropdown-item a:visited {
  color: #fff !important;
}

.dropdown-item a:hover,
.dropdown-item a:visited:hover {
  color: #fff !important;
  text-decoration: none;
  border-bottom: 1px solid #fff !important;
  background: #31c3b8;
}

.drd[aria-expanded="true"] {
  border-bottom: 4px solid #31c3b8;
  color: #31c3b8 !important;
}

/*
.drd[aria-expanded="true"]:after{
	content: "\f410";
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	font-size:14px;
color:#31c3b8;
}*/
/*.drd:after{
	content: "\f0d7";
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	font-size:14px;
		transition: all 0.3s;
-webkit-transition:all 0.3s;
-moz-transition:all 0.3s;
-o-transition:all 0.3s ;
}*/
@media (max-width: 1050px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

@media (max-width: 992px) {
  .navbar-nav li {
    text-align: center;
    padding: 0px;
    margin: 0px 0 0 0.5em;
    box-sizing: border-box !important;
    /*vertical-align:middle;*/
    display: block;
  }

  .navbar-nav li>a {
    font-size: 11px;
    letter-spacing: 0.07em !important;
    -webkit-text-size-adjust: 100%;
  }
}

@media (max-width: 767px) {
  #nav {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 73px;
  }

  .navbar .navbar-toggler {
    padding: 0;
    position: absolute;
    top: -58px;
    right: 2px;
    font-size: 12px;
    border-radius: 0px;
    color: #31c3b8;
    display: inline-block;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    border: 1px solid #31c3b8;
  }

  .navbar .navbar-toggler i {
    font-size: 30px;
    display: block;
    margin-bottom: 0.05em;
  }

  .navbar .navbar-toggler:hover {
    color: #fff;
    background: #31c3b8;
    border: 1px solid #31c3b8;
  }

  .nav {
    max-height: 70vh;
    overflow-y: auto;
    min-width: 100% !important;
    background-attachment: local, local, scroll, scroll;
  }

  .navbar-nav {
    background: #ffffff;
    width: 100%;
    height: 100%;
    border-top: 1px solid #ccc;
  }

  .navbar-nav li.nav-item {
    text-align: left;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-left: 5px solid #fff;
    margin: 0;
    box-sizing: border-box;
    width: 100% !important;
    display: inline-block;
  }

  .navbar-nav li.nav-item a {
    padding: 0.6em 0.2em 0.6em 0.5em;
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
  }

  .navbar-nav li.active,
  .navbar-nav li:hover {
    border-bottom: 1px solid #31c3b8;
    border-left: 5px solid #31c3b8;
  }

  .navbar-nav li.active a,
  .navbar-nav li:hover a {}

  .navbar-nav li a,
  .navbar-nav li:first-child a {
    border: none !important;
  }

  a.drd {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
  }

  .drd::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: absolute;
    right: 10px;
  }

  .drd[aria-expanded="true"]::after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    color: #31c3b8;
  }

  .dropdown-menu {
    width: 100%;
  }

  .dropdown-menu>.dropdown-item {
    text-align: left !important;
    padding: 0;
    margin: 0 0 0 0 !important;
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-bottom: 1px solid #fff !important;
    border-left: 0 !important;
    color: #fff !important;
    box-sizing: border-box;
  }

  .dropdown-menu .dropdown-item a {
    color: #ffffff important;
    height: 100%;
    padding: 1em 0.5em;
    display: inline-block;
    box-sizing: border-box;
    font-size: 1em !important;
  }

  .dropdown-item a:visited {
    color: #fff !important;
  }

  .dropdown-item a:hover,
  .dropdown-item a:visited:hover {
    color: #fff !important;
  }

  .dropdown-item:hover {
    background: #189a90 !important;
    border-bottom: 1px solid #fff !important;
    text-decoration: none;
  }

  .navbar-nav li.nav_inner {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    width: 100%;
    border-bottom: 0px solid #31c3b8;
    border-left: 0px solid #31c3b8;
    display: block;
  }

  .navbar-nav li.nav_inner:hover {
    border-bottom: 0px solid #31c3b8;
    border-left: 0px solid #31c3b8;
  }

  .navbar-nav li.nav_inner ul {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .navbar-nav li.nav_inner ul li {
    width: 48%;
    height: 36px;
    display: inline-block;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border-left: 0;
  }

  .navbar-nav li.nav_inner ul li:hover {
    border-bottom: 0px solid #31c3b8 !important;
    border-left: 0px solid #31c3b8 !important;
  }

  a.opc {
    background: -moz-linear-gradient(left, #ace1f7 20%, #31c3b8);
    background: -webkit-linear-gradient(left, #ace1f7 20%, #31c3b8);
    background: linear-gradient(to right, #31c3b8 20%, #ace1f7);
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-left: 0;
    color: #fff;
  }

  a.con {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: -moz-linear-gradient(left, #f97ca0 20%, #fe978b);
    background: -webkit-linear-gradient(left, #f97ca0 20%, #fe978b);
    background: linear-gradient(to right, #fe978b 20%, #f97ca0);
    color: #fff !important;
  }

  a.opc,
  a.con {
    padding: 1em 0.5em;
    margin: 0 !important;
    font-size: 0.85em;
  }

  a.opc:hover,
  a.con:hover {
    border-bottom: 0px solid #31c3b8 !important;
    border-left: 0px solid #31c3b8 !important;
    color: #fff !important;
    opacity: 0.7;
  }
}

.header_menu ul li {
  font-family: 'Noto Sans JP';
  font-weight: 700;
}

/*-----------------------------------------------------------------------------
common
-----------------------------------------------------------------------------*/
.headline01 {
  font-size: 2.3em;
  line-height: 1.3;
  letter-spacing: 0.04em;
  box-sizing: border-box;
  font-family: 'Noto Sans JP';
}

.headline02 {
  font-size: 2.1em;
  line-height: 1em;
  letter-spacing: 0.04em;
  box-sizing: border-box;
  font-family: 'Noto Sans JP';
}

.headline03 {
  font-size: 1.7em;
  line-height: 1.3;
  letter-spacing: 0.04em;
  box-sizing: border-box;
  font-family: 'Noto Sans JP';
}

.headline04 {
  font-size: 1.4em;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-family: 'Noto Sans JP';
}

.headline05 {
  font-size: 1.2em;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-family: 'Noto Sans JP';
  margin-bottom: 10px;
}

.headline_uline {
  position: relative;
  display: block;
  /*margin-bottom: 1em;*/
  text-align: center;
  line-height: 1.2em;
}

.headline_uline:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 80px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -moz-linear-gradient(left, #ace1f7 20%, #31c3b8);
  background: -webkit-linear-gradient(left, #ace1f7 20%, #31c3b8);
  background: linear-gradient(to right, #31c3b8 20%, #ace1f7);
  border-radius: 2px;
}

.headline_uline_p {
  position: relative;
  display: block;
  /*margin-bottom: 1em;*/
  text-align: center;
}

.headline_uline_p:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 80px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -moz-linear-gradient(left, #f97ca0 20%, #fe978b);
  background: -webkit-linear-gradient(left, #f97ca0 20%, #fe978b);
  background: linear-gradient(to right, #fe978b 20%, #f97ca0);
  border-radius: 2px;
}

.headline_a_uline {
  border-bottom: 2px solid #f28d21;
  padding: 0 0px 0px 7px;
  box-sizing: border-box;
}

.headline_ellipse {
  background: linear-gradient(to right, #fd8301, #fd4201);
  border-radius: 25px;
  display: inline-block;
  padding: 0.3em 1em;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
}

.headline_ellipse_g {
  background: linear-gradient(to right, #e8fd01, #68c900);
  border-radius: 25px;
  display: inline-block;
  padding: 0.3em 1em;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  color: #000;
}

.line-left_p {
  padding-left: 0.2em;
  border-left: 0.5em solid #fc8b95;
}

.line-left_b {
  padding-left: 0.2em;
  border-left: 0.5em solid #ace1f7;
}

.line-bottom {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.line-bottom_d {
  padding-bottom: 5px;
  border-bottom: 1px dashed #ccc;
}

.line-top {
  padding: 10px;
  border-top: 1px solid #7c5d41;
  background: url(../images/common/bdr_t_bg.png) repeat-x;
  background-size: cover;
}

.line-top i {
  margin-right: 5px;
}

.line-rgt-gry {
  padding-right: 15px;
  border-right: 1px solid #ccc;
}

.line-btm_r {
  padding-bottom: 7px;
  border-bottom: 2px solid #bb2001;
}

.line-btm_y {
  padding-bottom: 7px;
  border-bottom: 1px solid #f9cc09;
}

.line-btm_bl {
  padding-bottom: 10px;
  border-bottom: 2px solid #0066cc;
}

@media (max-width: 767px) {
  .headline01 {
    font-size: 1.7em;
    line-height: 1.2;
    font-weight: 400;
    /*text-align:center;*/
  }

  .headline02 {
    font-size: 1.45em;
    line-height: 1.2;
    font-weight: 400;
  }

  .headline03 {
    font-size: 1.3em;
    line-height: 1.2;
    font-weight: 400;
  }

  .headline04 {
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: 400;
  }

  .headline05 {
    font-size: 1.1em;
    line-height: 1.2;
    font-weight: 400;
  }
}

/*-----------------------------------------------------------------------------
float_banner
-----------------------------------------------------------------------------*/
.sub_menu {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 700;
  width: 105px;
}

@media (max-width: 992px) {
  .sub_menu {
    position: fixed;
    top: 130px;
    right: 0;
    z-index: 700;
    width: 85px;
    max-height: 70vh;
    overflow-y: auto;
    background-attachment: local, local, scroll, scroll;
  }
}

@media (max-width: 767px) {
  .sub_menu {
    display: none;
  }

  .sub_menu_sp {
    position: fixed;
    top: auto;
    bottom: 0px;
    right: auto;
    left: 0px;
    z-index: 700;
    width: 100%;
    height: auto;
    overflow-y: inherit;
    display: flex;
  }

  .sub_menu_sp a img {
    margin: auto;
  }
}

/*-----------------------------------------------------------------------------
top
-----------------------------------------------------------------------------*/
.mt-10 {
  margin-top: 6rem !important;
}

.mt-15 {
  margin-top: 9rem !important;
}

.mb-10 {
  margin-bottom: 6rem !important;
}

/* swiper
---------------------------------------------------- */
.swiper-wrapper {
  margin: 0 auto;
  /* text-align: center; */
}

.swiper-slide img {
  height: 57vh;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 768px),
print {
  .swiper-slide img {
    height: 57vw;
    object-fit: contain;
  }
}

@media (min-width: 992px),
print {
  .swiper-slide img {
    object-fit: cover;
    height: 780px;
  }
}

.photo-ofi img {
  object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;'
}

.swiper-container {
  position: relative;
  height: 630px;
  margin-top: 105px;
}

.s-left-text {
  position: absolute;
  top: 43%;
  left: 3vw;
}

.s-left-text img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;'
}

.swiper-slide-active .s-left-text {
  animation: slideFromleft 1.5s ease 0s 1 normal;
}

@media (max-width: 992px) {
  .swiper-container {
    position: relative;
    height: 450px;
    margin-top: 105px;
  }

  .s-left-text {
    position: absolute;
    top: 35%;
    left: 3vw;
  }

  .s-left-text img {
    width: 50vw;
    height: auto;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;'
  }
}

@media (max-width: 767px) {
  .photo-ofi img {
    object-fit: cover;
    object-position: 90% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;'
  }

  .swiper-container {
    position: relative;
    height: 350px;
    margin-top: 50px;
  }

  .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .s-left-text {
    position: absolute;
    top: 25%;
    left: 3vw;
  }

  .s-left-text img {
    width: 40vw;
    height: auto;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;'
  }
}

@media (max-width: 568px) {
  .photo-ofi img {
    object-fit: cover;
    object-position: 90% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;'
  }

  .swiper-container {
    position: relative;
    height: 320px;
    margin-top: 50px;
  }

  .swiper-slide img {
    height: 57vh;
    width: 100%;
    object-fit: cover;
  }

  .s-left-text {
    position: absolute;
    top: 30%;
    left: 3vw;
  }

  .s-left-text img {
    width: 75vw;
    height: auto;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;'
  }
}

@keyframes slideFromleft {

  0%,
  25% {
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

.top_wrap1 {
  /* background: #FFF url(../images/top_wrap1_bg.png) no-repeat center center;
  background-size: contain;
  height: 330px;
  width: 100%;
  display: block; */
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.top_wrap1_inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.top_wrap1_inner .img_left {
  position: absolute;
  left: 0;
  top: 100px;
  width: 15%;
  z-index: 10
}

.top_wrap1_inner .img_right {
  position: absolute;
  right: 0;
  top: 0;
  width: 15%;
  z-index: 10;
}

.top_wrap1_inner div {
  /* width: 65%; */
  margin: 1em 0;
  /* position: absolute;
  left: 18%;
  top: 1em; */
}

.top_wrap1_inner p {
  font-size: 1.4em;
  line-height: 1.3em;
  margin-top: 1.3em;
}

@media (max-width: 992px) {
  .top_wrap1_inner div {
    width: 80%;
    margin: 1em 0;
    position: absolute;
    left: 10%;
    top: 1em;
  }
}

@media (max-width: 670px) {
  .top_wrap1 {
    /* background: #FFF url(../images/top_wrap1_bg.png) no-repeat center center;
    background-size: contain;
    height: 250px;
    padding-bottom: 1em; */
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .top_wrap1_inner {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .top_wrap1_inner .img_left {
    position: absolute;
    left: 0;
    top: 80px;
    width: 15%;
  }

  .top_wrap1_inner .img_right {
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
  }

  .top_wrap1_inner p {
    font-size: 1em;
  }
}

@media (max-width: 420px) {
  .top_wrap1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .top_wrap1_inner {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .top_wrap1_inner .img_left {
    position: absolute;
    left: 0;
    top: 100px;
    width: 15%;
  }

  .top_wrap1_inner .img_right {
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
  }

  .top_wrap1_inner p {
    font-size: 1em;
  }
}

.top_wrap2 {
  background: url(../images/top_wrap2_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 6em 0;
  overflow: visible;
}

@media (max-width: 767px) {
  .top_wrap2 {
    background: url(../images/top_wrap2_bg.jpg) no-repeat center top;
    padding: 3em 0;
    overflow: visible;
  }
}

.top_wrap2 .headline04 {
  font-weight: 700;
  margin-top: 3em;
}

.top_wrap2 .top_wrap2_p {
  width: 120%;
  height: 460px;
  position: relative;
  bottom: -50px;
  overflow: hidden;
}

.top_wrap2_p img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 992px) {
  .top_wrap2 .top_wrap2_p {
    width: auto;
    height: auto;
    position: static;
    bottom: auto;
    margin-top: 1em;
  }

  .top_wrap2_p img {
    width: 100%;
    height: auto;
    position: static;
    bottom: 0;
  }
}

.top_text {
  text-align: center;
}

@media (max-width: 767px) {
  .top_text {
    text-align: left;
  }
}

.bdr1 {
  border-top: 5px solid #74c9fc;
}

.bdr2 {
  border-top: 5px solid #31c3b8;
}

.bdr3 {
  border-top: 5px solid #37b6d6;
}

.top_box p {
  margin-bottom: 1em;
  line-height: 1.2em;
  color: #666;
}

.top_box_p {
  margin: 1em auto;
  text-align: center;
}

.top_box_p img {
  width: 100%;
  height: auto;
}

.top_wrap3 {
  background: -moz-linear-gradient(left, #31c3b8 20%, #ace1f7);
  background: -webkit-linear-gradient(left, #31c3b8 20%, #ace1f7);
  background: linear-gradient(to right, #31c3b8 20%, #ace1f7);
  padding-top: 5em;
  padding-bottom: 3em;
}

.bg_white {
  background-color: #fff;
}

.top_wrap3_inner {
  padding: 3em 1em 2em 3em;
  background: #fff;
  box-sizing: border-box;
}

.top_wrap3_inner p {
  font-size: 0.8em;
}

.top_wrap3_inner1 {
  /*background: url(../images/top_wrap3_inner1.jpg) no-repeat 50vw top;*/
  width: 100%;
  max-width: 2000px;
}

.top_wrap3_inner2 {
  /*background: url(../images/top_wrap3_inner2.jpg) no-repeat 50vw top;*/
  width: 100%;
  max-width: 2000px;
}

@media (max-width: 992px) {
  .top_wrap3_inner1 {
    background: none;
    width: 100%;
  }

  .top_wrap3_inner2 {
    background: none;
    width: 100%;
  }

  .top_wrap3_inner {
    padding: 1em;
    background: #fff;
  }
}

.bnr_pt1 {
  background: linear-gradient(90deg, #f66829 0%, #f66829 90px, #fbb42b 90px, #fbb42b 100%);
  border-radius: 25px;
  width: 260px;
  padding: 0;
  height: 42px;
  margin: 7px 0;
}

.bnr_pt1 .lbox {
  font-size: 12px;
  height: 42px;
  color: #fff;
  white-space: nowrap;
  width: 90px !important;
  float: left;
  display: flex;
  padding: 0 0 0 15px;
  margin: 0;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}

.bnr_pt1 .rbox {
  font-size: 12px;
  height: 42px;
  color: #fff;
  width: 160px;
  box-sizing: border-box;
  float: right;
  white-space: nowrap;
  letter-spacing: 0.07em;
  display: flex;
  align-items: center;
}

.bnr_pt1 .rbox span.day {
  font-size: 1.4em;
}

.bnr_pt1 .rbox span.week {
  width: 25px;
  /*幅*/
  height: 25px;
  /*高さ*/
  border-radius: 50%;
  /*角丸*/
  background: #fff;
  color: #000;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  margin-left: 1em;
}

.top_wrap4_box {
  posiiton: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 3px 3px rgba(0, 0, 0, 0.1);
}

.top_wrap4_bg1-1 {
  background: url(../images/top_wrap4_inner1.jpg) no-repeat center center;
}

.top_wrap4_bg2-1 {
  background: url(../images/top_wrap4_inner2.jpg) no-repeat center center;
}

.top_wrap4_bg1-2 {
  background: url(../images/top_wrap4_inner3.jpg) no-repeat center center;
}

.top_wrap4_bg2-2 {
  background: url(../images/top_wrap4_inner4.jpg) no-repeat center center;
}

.top_wrap4_bg1-3 {
  background: url(../images/top_wrap4_inner5.jpg) no-repeat center center;
}

.top_wrap4_bg2-3 {
  background: url(../images/top_wrap4_inner6.jpg) no-repeat center center;
}

.top_wrap4_t1 {
  position: absolute;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 900;
  line-height: 20px;
  width: 150px;
  box-sizing: border-box;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0.5em 1em;
  text-align: center;
  letter-spacing: 0.05em;
}

.eme_g {
  background: #31c3b8;
  color: #fff;
}

.sky_b {
  background: #37b6d6;
  color: #fff;
}

.top_wrap4_bg1 {
  background-size: cover;
  width: 100%;
  height: 300px;
  position: relative;
  box-sizing: border-box;
  background-posiiton: bottom;
}

.top_wrap4_bg1:before {
  position: absolute;
  width: 50%;
  left: 0;
  bottom: 0;
  border-bottom: 20px solid #31c3b8;
  border-right: 20px solid transparent;
  display: block;
  content: "";
}

.top_wrap4_bg1:after {
  position: absolute;
  width: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  border-bottom: 20px solid #31c3b8;
  border-left: 20px solid transparent;
  display: block;
  content: "";
}

.top_wrap4_bg2 {
  background-size: cover;
  width: 100%;
  height: 300px;
  position: relative;
  box-sizing: border-box;
  background-posiiton: bottom;
}

.top_wrap4_bg2:before {
  position: absolute;
  width: 50%;
  left: 0;
  bottom: 0;
  border-bottom: 20px solid #37b6d6;
  border-right: 20px solid transparent;
  display: block;
  content: "";
}

.top_wrap4_bg2:after {
  position: absolute;
  width: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  border-bottom: 20px solid #37b6d6;
  border-left: 20px solid transparent;
  display: block;
  content: "";
}

.top_wrap5 {
  background: url(../images/top_wrap5_bg.jpg) no-repeat center top;
  padding: 5em 0 4em 0;
}

.top_wrap5_inner {
  background: #fff;
  box-shadow: 0 5px 3px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 3em 0 2em 0;
}

.top_wrap5 h3 {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

.news_table {
  width: 90%;
  margin: 3em auto 2em auto;
}

.news_table th,
.news_table td {
  border-bottom: 1px solid #ccc;
  padding: 1em 0.3em 0.7em 0.3em !important;
}

.news_table th {
  white-space: nowrap;
  font-weight: 400;
  position: relative;
  display: table-cell;
  width: 150px;
}

.news_table .new {
  background: #f66829;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  padding: 0.2em 0.4em;
  position: absolute;
  top: 20px;
}

.news_table .date {
  position: absolute;
  left: 42px;
  top: 15px;
  font-weight: 900;
}

@media (max-width: 992px) {
  .news_table th {
    width: 100% !important;
    position: static;
    padding-top: 0.5em !important;
  }

  .news_table td {
    padding-top: 0em !important;
  }

  .news_table .new {
    position: static;
  }

  .news_table .date {
    position: static;
  }

  .newe_table {}

  .news_table th,
  .news_table td {
    width: 100%;
    display: block;
  }

  .news_table th,
  .news_table td {
    border-bottom: 0;
  }

  .news_table th {
    border-top: 1px solid #dedede;
  }
}

.cate {
  color: #fff;
  white-space: nowrap !important;
  text-align: center;
  padding: 0.3em 1em;
  font-size: 12px;
}

.cate1 {
  background: #fbb42b;
  color: #fff;
}

.cate2 {
  background: #39c1dc;
  color: #fff;
}

.cate3 {
  background: #31c3b8;
  color: #fff;
}

.cate4 {
  background: #f66829;
  color: #fff;
}

.cate5 {
  background: #74c9fc;
  color: #fff;
}

.cate6 {
  background: #04273c;
  color: #fff;
}

.cate7 {
  background: #666;
  color: #fff;
}

.top_headline {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  color: #032145;
}

.top_headline_w {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  color: #ffffff;
}

.top_headline span,
.top_headline_w span {
  font-size: 14px;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  line-height: 0.9em;
}

.top_head_large {
  font-size: 3em;
}

.top_head_medium {
  font-size: 1.8em;
}

@media (max-width: 767px) {
  .top_head_large {
    font-size: 2.8em;
  }

  .top_head_medium {
    font-size: 1.6em;
  }

  .top_headline span {
    font-size: 14px;
  }
}

.table_float th {
  width: 100%;
  display: block;
}

.table_float td {
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .table_float th {
    width: 20%;
    display: table-cell;
  }

  .table_float td {
    display: table-cell;
  }
}

/*-----------------------------------------------------------------------------
contents_header,
-----------------------------------------------------------------------------*/
.con_h2_wrapper {
  width: 100%;
  height: 200px;
  position: relative;
  margin-top: 80px;
  background: -moz-linear-gradient(left, #31c3b8 20%, #ace1f7);
  background: -webkit-linear-gradient(left, #31c3b8 20%, #ace1f7);
  background: linear-gradient(to right, #31c3b8 20%, #ace1f7);
}

.con_h2_wrapper_2 {
  width: 100%;
  height: 200px;
  position: relative;
  margin-top: 80px;
  background: -moz-linear-gradient(left, #37b6d6 20%, #74c9fc);
  background: -webkit-linear-gradient(left, #37b6d6 20%, #74c9fc);
  background: linear-gradient(to right, #74c9fc 20%, #37b6d6);
}

.con_h2_wrapper_3 {
  width: 100%;
  height: 200px;
  position: relative;
  margin-top: 80px;
  background: -moz-linear-gradient(left, #37b6d6 20%, #31c3b8);
  background: -webkit-linear-gradient(left, #37b6d6 20%, #31c3b8);
  background: linear-gradient(to right, #31c3b8 20%, #37b6d6);
}

.con_h2_wrapper_4 {
  width: 100%;
  height: 200px;
  position: relative;
  margin-top: 80px;
  background: -moz-linear-gradient(left, #f97ca0 20%, #fe978c);
  background: -webkit-linear-gradient(left, #f97ca0 20%, #fe978c);
  background: linear-gradient(to right, #fe978c 20%, #f97ca0);
}

.con_h2_wrapper h2,
.con_h2_wrapper_2 h2,
.con_h2_wrapper_3 h2,
.con_h2_wrapper_4 h2 {
  box-sizing: border-box;
  position: absolute;
  display: inline-block !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  font-size: 2.5em;
  letter-spacing: 0.1em;
  line-height: .8em;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  padding: 3em 1em 1em 1em;
  margin: auto;
  /*background:rgba(255,255,255,0.3);*/
  text-shadow: rgba(0, 0, 0, 0.8) 0 0 6px;
  /*box-shadow: 4px 4px #8cc63f;*/
}

.con_h2_wrapper h2 span,
.con_h2_wrapper_2 h2 span,
.con_h2_wrapper_3 h2 span,
.con_h2_wrapper_4 h2 span {
  display: block;
  font-size: 0.6em;
  margin-top: 1em;
}

.content section {
  margin: 0 0 0 0;
}

@media (max-width: 767px) {

  .con_h2_wrapper,
  .con_h2_wrapper_2,
  .con_h2_wrapper_3,
  .con_h2_wrapper_4 {
    width: 100%;
    height: 100px;
    position: relative;
    margin-top: 60px;
  }

  .con_h2_wrapper h2,
  .con_h2_wrapper_2 h2,
  .con_h2_wrapper_3 h2,
  .con_h2_wrapper_4 h2 {
    box-sizing: border-box;
    position: absolute;
    font-size: 1.8em;
    letter-spacing: 0.06em;
    line-height: 1.1em;
    font-weight: 400;
    padding: 1.5em 1em 0.5em 1em;
  }

  .con_h2_wrapper h2 span,
  .con_h2_wrapper_2 h2 span,
  .con_h2_wrapper_3 h2 span,
  .con_h2_wrapper_4 h2 span {
    display: block;
    font-size: 0.5em;
    margin-top: 0.2em;
  }
}

/*-----------------------------------------------------------------------------
news
-----------------------------------------------------------------------------*/
.news_list {
  display: flex;
  justify-content: center;
  margin: 3em 0;
}

.news_list li {
  text-align: center;
  padding: 0.5em;
  line-height: 1;
}

.news_list li+li {
  border-left: 1px solid #ccc;
}

@media (max-width: 767px) {
  .news_list {
    display: block;
    margin: 2em 0;
  }

  .news_list li {
    flex-grow: 1;
    text-align: left;
    padding: 0;
    line-height: 2;
    width: 100%;
    padding: 0 0 0 1em;
  }

  .news_list li+li {
    border-left: 0px;
    border-top: 1px solid #ccc;
  }
}

/*__ pageng __*/
div.paging span.current,
div.paging span.paging-text {
  margin: 0px 2px;
  color: #333;
  border: 1px solid #ccc;
  display: inline;
  zoom: 1;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
}

div.paging span.paging-text a {
  padding: 3px 8px;
  display: block;
  transition: .3s;
}

div.paging span.current {
  background: #31c3b8;
  border: 1px solid #dedede;
  color: #fff;
  display: inline;
  zoom: 1;
  padding: 3px 8px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

div.paging span.paging-text a:hover {
  background: #31c3b8;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/*-----------------------------------------------------------------------------
news_detail
-----------------------------------------------------------------------------*/
.news_day {
  font-size: 1.1em;
  display: inline-block;
  margin-right: 1em;
}

.news_tit {
  border-bottom: 3px solid #31c3b8;
  border-radius: 1px;
  padding: 1em 0 0.5em 0;
}

.news_p1 {
  width: 90%;
  height: auto;
  margin: 2em auto;
  text-align: center;
}

.news_text {
  margin: 2em 0;
}

/*-----------------------------------------------------------------------------
ff_academy
-----------------------------------------------------------------------------*/
.ff_cate_list_b li {
  height: 80px;
}

.ff_cate_list_b li a {
  display: flex;
  height: 80px;
  width: 100%;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #e9f4ff;
  background: #e9f4ff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-size: 0.9em;
  vertical-align: middle;
  line-height: 1.2em;
}


.ff_cate_list_b li a:hover {
  border: 1px solid #e9f4ff;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  border: 1px solid #e9f4ff;
}

.ff_cate_list_b li a.active {
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  border: 1px solid #e9f4ff;
}

@media (max-width: 767px) {
  .ff_cate_list_b li {
    height: auto;
  }

  .ff_cate_list_b li a {
    display: block;
    height: auto;
    padding: 1em;
  }
}

@media (min-width: 992px) {
  .ff_cate_list_b li a.active:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 45%;
    border: 15px solid transparent;
    border-top: 15px solid #e9f4ff;
    width: 0;
    height: 0;
  }
}

.ff_list li {
  width: 100%;
  display: block;
  background: -moz-linear-gradient(left, #ace1f7 20%, #31c3b8);
  background: -webkit-linear-gradient(left, #ace1f7 20%, #31c3b8);
  background: linear-gradient(to right, #31c3b8 20%, #ace1f7);
  margin: 1em 0;
  padding: 0.9em 0.5em 0.6em 2em;
  position: relative;
  color: #fff;
}

.ff_list li span.num {
  width: 35px;
  /*幅*/
  height: 35px;
  /*高さ*/
  border-radius: 50%;
  /*角丸*/
  background: #ace1f7;
  color: #000;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  margin-left: 1em;
  position: absolute;
  left: -25px;
  top: -10px;
  bottom: 0;
}

.ff_box {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 3px 3px rgba(0, 0, 0, 0.1);
}

.ff_box_b {
  background: -moz-linear-gradient(left, #ace1f7 20%, #31c3b8);
  background: -webkit-linear-gradient(left, #ace1f7 20%, #31c3b8);
  background: linear-gradient(to right, #31c3b8 20%, #ace1f7);
}

.ff_box_p {
  background: -moz-linear-gradient(left, #f97ca0 20%, #fe978c);
  background: -webkit-linear-gradient(left, #f97ca0 20%, #fe978c);
  background: linear-gradient(to right, #fe978c 20%, #f97ca0);
}

.ff_box_b02 {
  background: -moz-linear-gradient(left, #fe958d 20%, #f97ca0);
  background: -webkit-linear-gradient(left, #fe958d 20%, #f97ca0);
  background: linear-gradient(to right, #f97ca0 20%, #fe958d);
}

.circle_num {
  width: 95px;
  /*幅*/
  height: 95px;
  /*高さ*/
  border-radius: 50%;
  /*角丸*/
  color: #000;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  line-height: 95px;
  font-size: 50px;
  font-family: "Roboto";
  margin-left: 1em;
  position: absolute;
  right: -15px;
  top: 50%;
  color: #fff;
}

.ff_box_inner {
  border: 1px solid #fff;
}

@media (max-width: 767px) {
  .circle_num {
    top: 65%;
  }
}

/*-----------------------------------------------------------------------------
perfumer
-----------------------------------------------------------------------------*/
ul.per_list {
  margin-left: 1.5em;
}

ul.per_list li {
  list-style: disc;
  line-height: 1.2;
  margin-bottom: 1em;
}


ul.per_list02 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 1.5em;
}

ul.per_list02 li {
  list-style: disc;
  line-height: 1.2;
  margin-bottom: 1em;
  width: 45%;
}

@media (max-width: 991px) {

  ul.per_list02 li {
    width: 100%;
  } 
}



/*-----------------------------------------------------------------------------
lecturer
-----------------------------------------------------------------------------*/
.e_name {
  font-family: 'Merriweather', serif;
  font-weight: 400;
}

.lec_bdr1 {
  border-left: 3px solid #31c3b8;
}

.lec_bdr2 {
  border-left: 3px solid #fe978c;
}

.lec_table th {
  padding: 0.2em 0.2em 0.2em 0.5em;
}

/*-----------------------------------------------------------------------------
shikaku_t
-----------------------------------------------------------------------------*/
.shika_list {}

.shika_list li {
  display: block;
  padding: 0.5em;
}

.shika_list li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  height: 100%;
  padding-right: 0.2em;
  color: #f87b9f;
}

.shika_table {
  border-collapse: collapse;
}

.shika_table th {
  background: #ace1f7;
  font-weight: normal;
  text-align: center;
  border: 1px solid #ccc;
}

.shika_table td {
  border: 1px solid #ccc;
  padding: 0.3em;
}

/*-----------------------------------------------------------------------------
course
-----------------------------------------------------------------------------*/
.cour_link {
  text-decoration: none !important;
  max-width: 1000px;
  display: block;
}

.course_box {
  width: 90vw;
  max-width: 1000px;
  height: 350px;
  position: relative;
  display: block;
  margin: 3em auto;
  transition: all 0.3s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.course_box:hover {
  opacity: 0.8;
}

.cour_bg1 {
  background: -moz-linear-gradient(left, #37b6d6 20%, #74c9fc);
  background: -webkit-linear-gradient(left, #37b6d6 20%, #74c9fc);
  background: linear-gradient(to right, #74c9fc 20%, #37b6d6);
}

.cour_bg2 {
  background: -moz-linear-gradient(left, #31c3b8 20%, #37b6d6);
  background: -webkit-linear-gradient(left, #31c3b8 20%, #37b6d6);
  background: linear-gradient(to right, #37b6d6 20%, #31c3b8);
}

.course_box .left_box {
  position: absolute;
  height: 350px;
  width: 30vw;
  left: 0;
  top: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.course_box .left_box img {
  height: 350px;
  /*width:100%;*/
  width: 413px;
  /*position:absolute;
left:0;
right:0;
top:0;
left:0;
margin:auto;*/
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.course_box .right_box {
  width: 50vw;
  height: 350px;
  position: absolute;
  top: 0;
  left: 30vw;
  box-sizing: border-box;
  color: #fff;
  padding: 0;
}

.right_box_inner {
  height: 100%;
  width: 100%;
  position: relative;
  padding: 0;
}

.course_box .right_box h3 {
  border-left: 5px solid #fff;
  padding: 1em 0 0.5em 0.5em;
  margin: 0em 4vw 0 1em;
}

.coruse_list {
  display: flex;
}

.ml_3em {
  margin-left: 3em;
}

.coruse_list li {
  padding: 0.5em 1.5em;
  margin: 0.5em;
  background: #fff;
  color: #222;
  line-height: 1em;
}

.right_box_inner .r_arrow {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  /*width:3vw;*/
  width: 40px;
  z-index: 10;
}

.right_box_inner .r_arrow .r_arrow_inner {
  height: 100%;
  width: 100%;
  position: relative;
}

.r_arrow i {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 20px;
  height: 40px;
  font-size: 40px;
}

@media (max-width: 767px) {
  .course_box {
    height: auto;
    position: static !important;
    width: 100%;
  }

  .course_box .left_box {
    width: 100%;
    height: auto;
    position: static !important;
  }

  .course_box .right_box {
    width: 100%;
    height: auto;
    position: static !important;
  }
}

.course_header {
  width: 100%;
}

.course_head_1 {
  background: url(../images/course_p1.jpg) no-repeat right center;
  object-fit: cover;
}

.course_head_2 {
  background: url(../images/course_p2.jpg) no-repeat right center;
  object-fit: cover;
}

.course_head_3 {
  background: url(../images/course_p3.jpg) no-repeat right center;
  object-fit: cover;
}

.course_bg1 {
  padding: 2em 1em 1em 2.5em;
  background: -moz-linear-gradient(right, #31c3b8 20%, transparent);
  background: -webkit-linear-gradient(right, #31c3b8 20%, transparent);
  background: linear-gradient(to left, transparent 20%, #31c3b8);
}

.course_bg2 {
  padding: 2em 1em 1em 2.5em;
  background: -moz-linear-gradient(right, #74c9fc 20%, transparent);
  background: -webkit-linear-gradient(right, #74c9fc 20%, transparent);
  background: linear-gradient(to left, transparent 20%, #74c9fc);
}

.course_bg3 {
  padding: 2em 1em 1em 2.5em;
  background: -moz-linear-gradient(right, #37b6d6 20%, transparent);
  background: -webkit-linear-gradient(right, #37b6d6 20%, transparent);
  background: linear-gradient(to left, transparent 20%, #37b6d6);
}

.course_header h3 {
  color: #fff;
}

.course_header h3 span {
  background: #fff;
  color: #333;
  display: inline-block;
  font-size: 0.7em;
  line-height: 30px;
  padding: 0 0.5em;
  margin-bottom: 1em;
}

.course_bg {
  background: #dafff4 !important;
}

.course_bg_p {
  background: #ffc8d8 !important;
}

.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  border-radius: 15px;
  background: #31c3b8;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #31c3b8;
}

.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  border-radius: 15px;
  background: #74c9fc;
}

.balloon .headline05 span.small,
.balloon2 .headline05 span {
  line-height: 1 !important;
  display: inline-block;
}

.balloon2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #74c9fc;
}

.balloon p,
.balloon2 p {
  margin: 0;
  padding: 1em;
}

@media (max-width: 767px) {

  .balloon p,
  .balloon2 p {
    margin: 0;
    padding: 0.5em 0.3em;
  }
}

.course_plus {
  background: -moz-linear-gradient(left, #f97ca0 20%, #fe978c);
  background: -webkit-linear-gradient(left, #f97ca0 20%, #fe978c);
  background: linear-gradient(to right, #fe978c 20%, #f97ca0);
  border-radius: 15px;
  line-height: 1.2;
  display: inline-block;
  color: #fff;
  padding: 1em 0.5em;
}

.sche_wrap {
  width: 90%;
  margin: 1em auto;
  overflow-x: auto;
}

.sche_table {
  width: 100%;
  min-width: 500px;
  border: 1px solid #ccc;
}

.sche_table th {
  background: #ffedc6;
  text-align: center;
}

.sche_table th,
.sche_table td {
  border: 2px solid #fff;
  vertical-align: middle;
  padding: 0.5em;
}

.sche_table td {
  background: #e9f9ff;
  text-align: center;
}

.time {
  white-space: nowrap;
  text-align: center;
  background: rgba(190, 190, 190, 0.2) !important;
}

.course_tit {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 85px;
  z-index: 0;
}

span.cour_num {
  font-family: 'Open Sans';
  height: 85px;
  width: 100px;
  /*border-radius:40px;*/
  color: #000;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
  display: block;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 100 !important;
}

.course_tit_inner {
  /*background: linear-gradient(transparent 20px, #a7d6ff 20px);*/
  position: absolute;
  top: 40px;
  left: 0px;
  z-index: 0;
  padding: 0 1em 0px 100px;
  border-bottom: 5px solid #a7d6ff;
}

.course_tit_sub {
  position: relative;
  padding: 1em 2em;
  text-align: center;
  display: inline-block;
}

.course_tit_sub:before,
.course_tit_sub:after {
  position: absolute;
  content: '';
}

.course_tit_sub:after {
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.course_tit_sub:before {
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.course_s_box {
  /*box-shadow: 0 5px 3px 3px rgba(0,0,0,0.1);*/
  border: 1px solid #ccc;
}

.op_banner {
  background: -moz-linear-gradient(left, #ace1f7 20%, #31c3b8);
  background: -webkit-linear-gradient(left, #ace1f7 20%, #31c3b8);
  background: linear-gradient(to right, #31c3b8 20%, #ace1f7);
  height: 320px;
  padding: 1em;
}

.op_banner_inner {
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../images/op_bg.png) no-repeat right center;
  object-fit: cover;
}

.op_banner_inner h3 {
  font-size: 1.8em;
  color: #fff;
}

.op_banner_inner img {
  width: 15vw;
  max-width: 200px;
  height: auto;
  position: absolute;
  top: -1em;
}

.op_banner_inner .op_box {
  position: absolute;
  left: 15vw;
  top: 6vh;
  width: 80vw;
}

.op_banner_inner .op_box .btn2 {
  font-size: 20px;
  width: 300px;
  border-radius: 30px;
}

.op_banner_inner .op_box .btn3 {
  font-size: 20px;
  width: 300px;
  border-radius: 30px;
  border: 1px solid #fff;
}

@media (max-width: 992px) {
  .op_banner_inner .op_box {
    position: absolute;
    left: 5vw;
    top: 10vh;
    width: 90vw;
  }

  .op_banner_inner h3 {
    margin-left: 3em;
  }

  .op_banner_inner p {
    margin-left: 3em;
  }
}

@media (max-width: 767px) {
  .op_banner {
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }

  .op_banner_inner {
    position: static !important;
    background: none;
    padding: 0em 1em 1em 1em;
    box-sizing: border-box;
    background: url(../images/op_bg.png) no-repeat center center;
  }

  .op_banner_inner img {
    position: static !important;
    width: 30vw;
    max-width: 200px;
    height: auto;
  }

  .op_banner_inner .op_box {
    position: static !important;
    width: 100%;
  }

  .op_box_inner {
    width: 70%;
    margin: auto 20% auto 10%;
  }

  .op_banner_inner .op_box .btn2 {
    font-size: 18px;
    width: 90%;
    border-radius: 30px;
  }

  .op_banner_inner .op_box .btn3 {
    font-size: 18px;
    width: 90%;
    border-radius: 30px;
    border: 1px solid #fff;
  }
}

.c_g_g {
  background: #ace1f7;
  padding: 0 0.5em;
  margin-right: 0.3em;
  float: left;
  width: auto;
  height: 100%;
}

/*-----------------------------------------------------------------------------
graduate
-----------------------------------------------------------------------------*/
.gra_box {
  position: relative;
  width: 100%;
  height: 250px;
}

.gra_box .gra_num {
  position: absolute;
  width: 90px;
  height: 90px;
  left: 0;
  top: -50px;
  z-index: 10;
}

.gra_box .ff_box_b,
.gra_box .ff_box_p {
  height: 100% !important;
}

.gra_box h3 {
  color: #fff;
  position: absolute;
  left: 45px;
  top: 85px;
  width: auto;
  text-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.5);
  font-size: 20px;
  border-left: 3px solid #fff;
  padding-left: 0.7em;
}

.gra_box h3>span.g_name {
  font-size: 18px;
  margin-top: 0.5em;
  display: inline-block;
}

.gra_box h3 span.small {
  font-size: 14px;
  margin-top: 0.5em;
  display: inline-block;
}

.balloon1-right-btm {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  background: #FFF;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.1);
}

.balloon1-right-btm:before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gra_b {
  color: #31c3b8;
}

.gra_p {
  color: #fe988b;
}

.gra_tit_sub {
  position: relative;
  padding: 1em 2em;
  text-align: center;
  display: inline-block;
}

.gra_tit_sub:before,
.gra_tit_sub:after {
  position: absolute;
  content: '';
}

.gra_tit_sub:after {
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-top: 2px solid #31c3b8;
  border-left: 2px solid #31c3b8;
}

.gra_tit_sub:before {
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-right: 2px solid #31c3b8;
  border-bottom: 2px solid #31c3b8;
}

.gra_tit_sub_p {
  position: relative;
  padding: 1em 2em;
  text-align: center;
  display: inline-block;
}

.gra_tit_sub_p:before,
.gra_tit_sub_p:after {
  position: absolute;
  content: '';
}

.gra_tit_sub_p:after {
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-top: 2px solid #fe988b;
  border-left: 2px solid #fe988b;
}

.gra_tit_sub_p:before {
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-right: 2px solid #fe988b;
  border-bottom: 2px solid #fe988b;
}

/*-----------------------------------------------------------------------------
work
-----------------------------------------------------------------------------*/
.anchor {
  padding-top: 130px;
  margin-top: -130px;
  z-index: -1;
}

@media (max-width: 767px) {
  .anchor {
    padding-top: 70px;
    margin-top: -70px;
  }
}

.anchor2 {
  padding-top: 160px;
  margin-top: -160px;
  z-index: -1;
}

@media (max-width: 767px) {
  .anchor2 {
    padding-top: 100px;
    margin-top: -100px;
  }
}



.work_tit_wrap {
  position: relative;
  height: 100px;
  margin-bottom: 3em;
  border-bottom: 5px solid #a7d6ff;
}

.work_num {
  position: absolute;
  width: 90px;
  height: 90px;
  left: 0;
  top: -35px;
  z-index: 10;
}

.balloon3-right-btm {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  background: #31c3b8;
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon3-right-btm:before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #31c3b8;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.work_tit {
  /*background: linear-gradient(transparent 80%, #a7d6ff 80%);*/
  height: 1.2em;
  position: absolute;
  left: 80px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 1em;
}

.title_bdr_b_w {
  background: linear-gradient(transparent 80%, #fff 80%);
  display: inline-block;
}

.title_bdr_b_lb {
  background: linear-gradient(transparent 80%, #a7d6ff 80%);
  display: inline-block;
}

.vmdl {
  vertical-align: middle !important;
}

.vmdl a{
  margin-left: 0.5em;
}


.work_wrap_bg {
  background: -moz-linear-gradient(left, #31c3b8 20%, transparent);
  background: -webkit-linear-gradient(left, #31c3b8 20%, transparent);
  background: linear-gradient(to right, transparent 20%, #31c3b8);
}

/* 20240522 */
.strong_points {
  margin-bottom: 60px;
}
.strong_points_list .list_item{
 margin-bottom: 30px;
}

.strong_points_list .des_txt {
  padding: 15px;
}
.strong_points_h3 {
  font-size: 1.4em;
  line-height: 1.3;
  letter-spacing: 0.04em;
  box-sizing: border-box;
  font-family: 'Noto Sans JP';
  color: #fff;
  padding: 10px 20px;
}

@media screen and (min-width:768px){
  .strong_points {
    margin-bottom: 60px;
  }
.strong_points_h3 {
  font-size: 1.7em;
  max-width: 400px;
}
}

.strong_points_list .list_item:nth-of-type(1) .strong_points_h3 {
  background-color: #F18D5F;
}
.strong_points_list .list_item:nth-of-type(1){
  border: solid 1px #F18D5F;
}


.strong_points_list .list_item:nth-of-type(2) .strong_points_h3 {
  background-color: #EF98B1;
}
.strong_points_list .list_item:nth-of-type(2){
  border: solid 1px #EF98B1;
}


/*-----------------------------------------------------------------------------
summary
-----------------------------------------------------------------------------*/
.sum_list {
  display: flex;
  justify-content: center;
}

.sum_list li {
  margin: 0.5em;
}

.sum_list li a {
  color: #31c3b8 !important;
  height: 100%;
  width: 100%;
  display: block;
  padding: 1em 1.5em;
  border: 1px solid #31c3b8;
  border-radius: 35px;
  font-size: 1.5em;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.sum_list li a:hover {
  background: -moz-linear-gradient(left, #ace1f7 20%, #31c3b8);
  background: -webkit-linear-gradient(left, #ace1f7 20%, #31c3b8);
  background: linear-gradient(to right, #31c3b8 20%, #ace1f7);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #fff !important;
  text-decoration: none;
}

@media (max-width: 767px) {
  .sum_list {
    display: block;
    justify-content: center;
  }

  .sum_list li a {
    padding: 0.5em 1.5em;
    border: 1px solid #31c3b8;
    border-radius: 35px;
    font-size: 1.1em;
  }
}

.sum_t {
  display: inline-block;
  margin-bottom: 1em;
  padding: 0.5em 1.5em;
  border-radius: 35px;
}

.sum_table {}

.sum_table th {
  border-bottom: 3px solid #fff;
  font-weight: normal;
  vertical-align: middle;
  white-space: nowrap;
}

.sum_table td {
  border-top: 0px solid #ddd;
  border-bottom: 3px solid #ddd;
}

.dpilbk {
  display: inline-block;
}

.gakuhi_wrap {
  overflow-x: auto;
  width: 100%;
  padding: 1em;
  border: 1px solid #ccc;
}

.gakuhi_table {
  width: 100%;
  min-width: 680px;
}

.gakuhi_table th,
.gakuhi_table td {
  border: 1px solid #ccc;
  padding: 0.5em;
  vertical-align: middle;
}

.gakuhi_table td {
  width: 100px !important;
  font-size: 0.9em;
}

.gakuhi_table td.bg_gray {
  width: 80px !important;
  text-align: center;
}

.gakuhi_table2 {
  width: 100%;
  min-width: 680px;
}

.gakuhi_table2 th,
.gakuhi_table2 td {
  border: 1px solid #ccc;
  padding: 0.5em;
  vertical-align: middle;
}

.gakuhi_table2 td {
  font-size: 0.9em;
}

.gakuhi_table2 td.bg_gray {
  text-align: center;
}

/*-----------------------------------------------------------------------------
flow
-----------------------------------------------------------------------------*/
/*
ul {
  padding: 0;
}
li {
  list-style-type: none;
}
dd {
  margin-left: 0;
}*/
.flow {
  padding-left: 100px;
  position: relative;
}

.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 110px;
}

.flow>li {
  position: relative;
}

.flow>li:not(:last-child) {
  margin-bottom: 8vh;
}

.flow>li .icon {
  font-size: 24px;
  color: #fff;
  /* background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );*/
  background: -moz-linear-gradient(left, #37b6d6 20%, #74c9fc);
  background: -webkit-linear-gradient(left, #37b6d6 20%, #74c9fc);
  background: linear-gradient(to right, #74c9fc 20%, #37b6d6);
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
  font-family: 'Open Sans';
}

.flow>li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #37b6d6;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flow>li dl {
  padding-left: 70px;
  position: relative;
}

.flow>li dl::before,
.flow>li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow>li dl::before {
  width: 22px;
  height: 22px;
  margin-top: -4px;
  background: -moz-linear-gradient(left, #ace1f7 20%, #31c3b8);
  background: -webkit-linear-gradient(left, #ace1f7 20%, #31c3b8);
  background: linear-gradient(to right, #31c3b8 20%, #ace1f7);
  border-radius: 50%;
  left: 0px;
}

.flow>li dl::after {
  width: 30px;
  border-bottom: 2px dotted #999;
  position: absolute;
  left: 25px;
  top: 20px;
}

.flow>li dl dt {
  font-size: 20px;
  font-weight: 600;
  text-shadow: none;
  margin-bottom: 1vh;
  color: #333;
}

.flow>li dl dd {
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  padding: 1em;
  border-radius: 5px;
}

/*-----------------------------------------------------------------------------
taikeny
-----------------------------------------------------------------------------*/
.tai_wrap_bg {
  color: #010079;
  text-shadow: 0 0 5px white;
  padding: 0.3em 0.5em;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
}

.tai_tit {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-bottom: solid 2px #525252;
  padding: 16px;
  min-width: 240px;
  max-width: 100%;
  text-align: center;
}

.tai_tit:before,
.tai_tit:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tai_tit:before {
  border: solid 12px transparent;
  border-top: solid 12px #525252;
}

.tai_tit:after {
  border: solid 14px transparent;
  border-top: solid 14px #fff;
  margin-top: -5px;
}

.tai_tit p {
  margin: 0;
  padding: 0;
}

.taiken_list {}

.tai_li_bg {
  color: #666;
  text-shadow: 0 0 5px white;
  padding: 0.3em 0.5em;
  background: -webkit-repeating-linear-gradient(-45deg, #fcd8d3, #fcd8d3 3px, #ffeae7 3px, #ffeae7 7px);
  background: repeating-linear-gradient(-45deg, #fcd8d3, #fcd8d3 3px, #ffeae7 3px, #ffeae7 7px);
  border-radius: 15px;
  position: relative;
  width: 100%;
  display: block;
}

.hgt120px {
  height: 120px;
}

.hgt150px {
  height: 120px;
}

.tai_li_bg>.bal {
  position: absolute;
  width: 10vw;
  height: 90px;
  left: 0;
  top: 10px;
}

.tai_li_bg>.headline04 {
  position: absolute;
  height: 90px;
  max-width: 70vw;
  left: 100px;
  display: block;
  line-height: 1.5em;
  padding: 1.2em 1em 1em 1em;
  z-index: 10;
}

.tai_li_bg>img {
  max-height: 90px;
  width: auto;
  max-width: 20vw;
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: 0;
}

.balloon-ta-right-btm {
  position: relative;
  display: inline-block;
  margin: 0em 15px 0em 0;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  background: #FFF;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.1);
}

.balloon-ta-right-btm:before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .hgt150px {
    height: 160px;
  }
}

.taiken_box {
  padding: 1em 0.5em;
  font-size: 24px;
  border-radius: 5px;
}

.taiken_box span {
  background: #fff;
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 50%;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  margin-right: 0.3em;
}

.tai_bg {
  background: -webkit-repeating-linear-gradient(-45deg, #fcd8d3, #fcd8d3 3px, #ffeae7 3px, #ffeae7 7px);
  background: repeating-linear-gradient(-45deg, #fcd8d3, #fcd8d3 3px, #ffeae7 3px, #ffeae7 7px);
}

.tai_bg_b {
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
}

.tai_tit2 {
  position: relative;
  background: #ffd98a;
  padding: 10px 5px 10px 55px;
  font-size: 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
}

.tai_tit2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0f3";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ffa337;
  font-weight: 900;
  font-size: 1.2em;
  width: 70px;
  text-align: center;
  height: 70px;
  line-height: 70px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white;
  border-radius: 50%;
}

.tai_tit3 {
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px, #ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px, #ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
}

.tai_tit3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffebbe;
  width: 0;
  height: 0;
}

.tai_tit4 {
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px, #ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px, #ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
}

/*-----------------------------------------------------------------------------
form
-----------------------------------------------------------------------------*/
.taiken_box2 {
  padding: 0.6em 0.3em;
  font-size: 16px;
  border-radius: 5px;
}

.taiken_box2 span {
  background: #fff;
  width: 26px;
  height: 26px;
  display: inline-block;
  border-radius: 50%;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin-right: 0.1em;
}

/*-----------------------------------------------------------------------------
outline
-----------------------------------------------------------------------------*/
.movie-wrap_wrapper {
  width: 80%;
  margin: 0 auto;
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .movie-wrap_wrapper {
    width: 100%;
    margin: 0 auto;
  }
}

/*-----------------------------------------------------------------------------
access
-----------------------------------------------------------------------------*/
.acc_box {
  background: #fff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.acc_box2 {
  background: #fff;
  border-radius: 15px;
}

/*-----------------------------------------------------------------------------
contact 
-----------------------------------------------------------------------------*/
.contact_wrap table th {
  width: 20% !important;
  white-space: nowrap;
  box-sizing: border-box !important;
}

.contact_wrap table td {
  width: 80% !important;
  box-sizing: border-box !important;
}

@media (max-width: 767px) {
  .contact_wrap table th {
    width: 100% !important;
    white-space: nowrap;
    box-sizing: border-box !important;
  }

  .contact_wrap table td {
    width: 100% !important;
    box-sizing: border-box !important;
    text-align: left;
  }
}

#selectbeginner {
  width: 100% !important;
}

#selectbeginner .select_table {
  width: 100% !important;
}

#selectbeginner .select_table>th {
  width: 20% !important;
  white-space: nowrap;
}

#selectbeginner .select_table>td {
  width: 80% !important;
}

input,
label {
  font-weight: normal;
  margin-bottom: 10px;
  text-align: left !important;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  margin: 0 5px 0 15px;
  padding: 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
  cursor: pointer;
}

.form-control,
.form-control-md,
.form-control-sm {
  padding-left: 3px;
  padding-right: 3px;
  box-sizing: border-box !important;
  border: 1px solid #ccc !important;
}

.form-control-md:focus,
.form-control-sm:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

@media (max-width: 767px) {
  .contact #main01 .row {
    margin-top: 10px;
  }

  input,
  label {
    font-weight: normal;
    margin-bottom: 10px;
    text-align: left;
    box-sizing: border-box !important;
    width: 98% !important;
  }

  .form-control,
  .form-control-md,
  .form-control-sm {
    box-sizing: border-box !important;
    width: 98% !important;
  }

  .control-label {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 0;
  }

  span.checkbox_cont {
    /*padding:10px;*/
    font-size: 16px;
    margin-right: 10px;
    display: inline-block;
    top: -3px;
  }

  input[type="radio"],
  input[type="checkbox"] {
    display: inline-block;
    margin: 0 2px;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
    width: 15px !important;
    height: 15px !important;
  }

  .contact_wrap {
    margin: 30px 0 50px 0;
  }

  .contact_wrap .table,
  .contact_wrap .table th,
  .contact_wrap .table td {
    border-top: 0;
  }

  .contact_wrap .table {
    margin-bottom: 20px;
    box-sizing: border-box;
  }

  .contact_wrap .table th,
  .contact_wrap .table td {
    padding: 15px 0 0 0;
    border-bottom: 1px solid #dedede;
    box-sizing: border-box !important;
  }

  .contact_wrap .form-group {}

  .contact_wrap .table th {
    border-bottom: 0 !important;
  }

  .contact_wrap .table td .w350 {
    width: 98% !important;
  }
}

.hgt250 {
  height: 350px;
  overflow: auto;
  border: 1px solid #dedede;
  padding: 10px 15px;
}

.contact_ol,
.contact_b {
  border-top: 1px dotted #666;
  padding-top: 10px;
  padding-left: 0px;
  margin-bottom: 20px;
}

.contact_ol li {
  margin-left: 10px;
  /*list-style:decimal*/
}

.hgt250 ul {}

.hgt250 ul li {
  list-style: circle outside;
  margin-left: 1em;
  margin-bottom: 0.8em;
}

/*-----------------------------------------------------------------------------
enterprise
-----------------------------------------------------------------------------*/
/*top enterprise */
.top_ep_userflow {
  margin: 3rem auto;
  padding: 40px;
  background: #ffe8df;
  box-shadow: 0 5px 3px 3px rgba(0, 0, 0, 0.1);
}

.h3_title_top_ep {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 5px solid #f7743b;
  font-size: 1.7em;
  font-weight: bold;
  font-family: 'Noto Sans JP';
}

.h4_title_top_ep {
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: bold;
  color: #f66829;
  font-family: 'Noto Sans JP';
}

.top_ep_txt {
  margin-bottom: 10px;
  font-size: 1.1em;
}


@media (max-width: 992px) {
  .top_ep_userflow {
    padding: 40px 20px;
  }
}

@media (max-width: 768px) {
  .h3_title_top_ep {
    font-size: 1.5em;
  }

  .h4_title_top_ep {
    font-size: 1.2em;
  }
}

@media (max-width: 576px) {
  .h3_title_top_ep {
    font-size: 1.3em;
  }

  .h4_title_top_ep {
    font-size: 1em;
  }

  .top_ep_txt {
    margin-bottom: 10px;
    font-size: 1em;
  }

}

/*top enterprise ここまで */
.under_line_strong {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fffc81 60%);
}

.under_line {
  background: linear-gradient(transparent 60%, #fffdbf 60%);
}

.ep-head-bottom-txt.txt-b {
  display: inline-block;
  font-size: 1.8em;
  font-weight: bold;
  color: #f66829;
}

.tai_wrap_bg_ep .headline02 {
  font-size: 3.2em;
}

.tai_wrap_bg_ep .headline04 {
  font-size: 1.6em;
}

.issue_list {
  margin: 6rem 0 2rem;
  gap: 60px 0;
}

.issue_list_items {
  display: flex;
  font-family: 'Noto Sans JP';
}

.issue_list_items_inner {
  position: relative;
  padding: 60px 20px 20px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .3);
}

.ep_h3_title {
  font-size: 2.2em;
  font-family: 'Noto Sans';
}

.ep_h3_title span img {
  width: 5%;
}

.ep_h3_title .under-line {
  font-weight: bold;
}

.issue_point_num {
  position: absolute;
  width: 90px;
  height: 90px;
  padding: 20px;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 50%;
  background: #74c9fc;
}

.issue_point_num span {
  display: block;
  padding-top: 5px;
  font-size: 2rem;
}

.issue_list_items_txt {
  line-height: 1.5;
  font-size: 1.3em;
}

.issue_list_items_txt_large {
  font-size: 1.5em;
  background: linear-gradient(transparent 60%, #fffc81 60%);
}

.issue_bottom_txt,
.merit_bottom_txt {
  margin-bottom: 3rem;
  padding: 2rem;
  font-size: 1.4em;
  background: #f3f3f3;
}

.merit_icon img {
  width: 5%;
}

.merit_list_link a,
.merit_bottom_txt a {
  display: inline-block;
  border-bottom: 1px solid #31c3b8;
  font-weight: bold;
  color: #31c3b8;
}

.merit_list_link a {
  font-size: 1.2em;
}

.merit_list_link a:hover,
.merit_bottom_txt a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.merit_list {
  display: flex;
  flex-direction: column;
  gap: 3rem 0;
  margin-bottom: 3rem;
}

.merit_list_items_inner {
  position: relative;
  align-items: center;
  min-height: 400px;
}

.merit_text_cont {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 320px;
  padding: 30px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .3);
}

.h4_title_merit {
  margin-bottom: 20px;
  font-size: 2em;
  font-family: 'Noto Sans JP';
}

.merit_point {
  display: block;
  padding-bottom: 10px;
  font-size: 1.8em;
  color: #c1ddf3;
  font-family: "Roboto";
}

.merit_list_text {
  margin-bottom: 10px;
  font-size: 1.3em;
}

.merit_img_cont {
  position: absolute;
  right: 0;
  z-index: 1;
}

.merit_img_cont_inner {
  position: relative;
}

.merit_img_cont_inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 20px;
  top: 20px;
  background: linear-gradient(90deg, rgb(204, 231, 255) 0%, rgb(228, 255, 214) 100%);
  z-index: -1;
}

.ep_banner,
.ep_banner_right {
  gap: 2rem 0;
}

.ep-bottom-txt {
  display: block;
  font-size: 2.2em;
  font-family: 'Noto Sans JP';
  color: #f66829;
}

@media (max-width: 1200px) {

  .ep_banner div a img,
  .ep_banner_right div a img {
    width: 100%;
  }

  .ep_banner,
  .ep_banner_right {
    gap: 62px 0;
  }
}

@media (max-width: 992px) {
  .merit_list_items_inner {
    flex-direction: column-reverse;
  }

  .merit_img_cont {
    position: static;
  }

  .merit_text_cont {
    margin-top: -1rem;
  }

  .merit_img_cont_inner img {
    width: 100%;
  }

  .ep_banner,
  .ep_banner_right {
    gap: 2rem 0;
  }
}


@media (max-width: 576px) {
  .merit_icon img {
    width: 10%;
  }

  .merit_list_items_inner {
    align-items: center;
  }

  .merit_img_cont img {
    width: 100%;
  }
}

/*-----------------------------------------------------------------------------
footer 
-----------------------------------------------------------------------------*/
#footer {
  width: 100%;
  padding: 0;
  margin: 0 0 0 0;
}

.footer_wrap1 {
  background: #d2d3da;
  padding: 1em 0;
}

.footer_wrap2 {
  background: #333333;
  color: #fff;
  padding: 2em 0 calc(2em + 50px);
}

#footer span,
#footer span:active,
#footer span:link,
#footer span:visited {
  color: #fff !important;
}

.fm_t {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #666;
  padding: 1em 0;
  letter-spacing: 0.05em;
}

.ft_ad {
  color: #dedede;
  font-size: 12px;
}

.footer_menu {
  width: 100%;
}

ul.footer_menu {}

ul.footer_menu li {
  letter-spacing: 0.01em;
  line-height: 1.5em;
  text-align: left !important;
  box-sizing: border-box;
  padding: 0.5em 0.7em 0.5em 0em;
  margin: 0;
  display: block;
  font-size: 12px;
}

ul.footer_menu li a {
  padding: 0.3em 0.3em 0.3em 0em;
}

ul.footer_menu li a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  height: 100%;
  padding-right: 0.2em;
}

ul.footer_menu li a,
ul.footer_menu li a:visited {
  box-sizing: border-box;
  text-align: center;
  font-size: 0.9em;
  color: #dedede;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

ul.footer_menu li a:hover {
  color: #31c3b8;
  text-decoration: none;
}

.copyright {
  text-align: right;
  font-size: 0.8em;
  color: #666;
}

@media (max-width: 767px) {
  #footer {
    padding-top: 5em 0 0 0;
  }

  .footer_menu {
    font-size: 12px;
    /*background-color: #fff;*/
    display: block;
    position: static;
    margin: 1em 0;
  }

  .footer_menu ul {
    display: block;
  }

  .footer_menu li {
    padding: 0px 0 0px 0px !important;
    box-sizing: border-box;
    float: none;
    width: 100%;
    border-bottom: #ffffff 1px solid;
  }

  .footer_menu li a {
    display: block;
    padding: 7px 0 7px 6px !important;
    box-sizing: border-box;
    font-size: 12px;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    text-align: left !important;
  }

  .footer_menu li.active a,
  .footer_menu li a:hover {
    background: #fff;
    color: #666 !important;
  }

  .copyright {
    text-align: center;
    font-size: 0.8em;
    color: #666;
    margin: 1em 0;
  }
}

#pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  cursor: pointer;
}

#pagetop img:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  #pagetop {
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 999;
    cursor: pointer;
  }

  #pagetop img {
    width: 30px;
    height: 30px;
  }

  #pagetop img:hover {
    opacity: 0.8;
  }
}

@media (max-width: 420px) {
  #pagetop {
    bottom: 80px;
  }
}

@media (max-width: 320px) {
  #pagetop {
    bottom: 60px;
  }
}

.linethrough {
  text-decoration: line-through !important;
}

.h2-adjust {
  padding-top: 2.5em !important;
}

.h2-adjust-lh {
  line-height: 1.1em !important;
}

.sidebnr_2 {
  margin-left: 0;
}

.mt-5-xs1 {
  margin-top: 3rem;
}

.mb-5-xs1 {
  margin-bottom: 3rem;
}

.mb-3-xs2 {
  margin-bottom: 1rem;
}

.a-i-fe {
  align-items: flex-end;
}

.txt-a {
  font-size: 2em;
  line-height: 1.5;
  text-align: center;
  font-family: 'Noto Sans JP';
}

.txt-b {
  font-size: 1.5em;
  line-height: 1.5;
  text-align: center;
  font-family: 'Noto Sans JP';
}

@media (max-width: 767px) {
  .h2-adjust {
    padding-top: 1.15em !important;
  }

  .h2-adjust-lh {
    line-height: 1.1em !important;
  }

  .sidebnr_2 {
    margin-left: .3rem;
  }

  .mt-5-xs1 {
    margin-top: 1rem;
  }

  .mb-5-xs1 {
    margin-bottom: 1rem;
  }

  .mb-3-xs2 {
    margin-bottom: -.5rem;
  }

  .txt-a {
    font-size: 1.5em;
  }

  .txt-b {
    font-size: 1.25em;
  }
}

.bg_g {
  background: #31C3B8;
  box-sizing: border-box;
  vertical-align: middle !important;
}

.bg_p {
  background: #E9F4FF;
  color: #000;
  box-sizing: border-box;
  vertical-align: middle !important;
}

.table_kouza {
  display: table;
}

.table_kouza th {
  width: 10% !important;
}

.table_kouza .td1 {
  width: 15% !important;
}

.table_kouza td {
  width: 0%;
}

.table_kouza .td2 {
  width: 20% !important;
}

.table_kouza .td3 {
  width: 55% !important;
}

@media (max-width: 767px) {
  .table_kouza {
    display: table;
    width: 100%;
  }

  .table_kouza th {
    width: 100% !important;
  }

  .table_kouza .td1 {
    width: 100% !important;
  }

  .table_kouza td {
    width: 100% !important;
  }

  .table_kouza .td2 {
    width: 100% !important;
  }

  .table_kouza .td3 {
    width: 100% !important;
  }

}

#nyumon_coruse {
  padding-top: 100px;
  margin-top: -100px;
}

@media (max-width: 767px) {
  #nyumon_coruse {
    padding-top: 50px;
    margin-top: -50px;
  }
}


.s-left-text02 {
  top: 15%;
}

.academy_list_box p {
  font-size: 20px;
  font-family: 'Noto Sans JP';
}

@media (max-width: 767px) {
  .academy_list_box p {
    font-size: 17px;
    font-family: 'Noto Sans JP';
  }
}

.academy_list {
  list-style: none;
}

.academy_list li {
  position: relative;
  padding-left: 20px;
}

.academy_list li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #31c3b8;
  border-radius: 5px;
}

.headline06 {
  font-size: 2.1em;
  line-height: 1em;
  letter-spacing: 0.04em;
  box-sizing: border-box;
  font-family: 'Noto Sans JP';
  text-align: center;
}

@media (max-width: 767px) {
  .headline06 {
    font-size: 1.45em;
    line-height: 1.2;
    font-weight: 400;
  }
}

.fs110 {
  font-size: 110%;
  font-weight: bold;
}

#banner a:hover img {
  opacity: 0.9;
}
@media screen and (min-width:768px){
  .td_wh100 {
    width: 100px;
  }
}

#main06 {
  margin: 3rem auto;
}

.text-toha{
  font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    color: #5DC4DE;
    letter-spacing: .05em;
    text-align: center;
}
.text-toha:after{
  content: "";
  background: #FFF url(../images/top_wrap1_bg.png) no-repeat center center;
    background-size: contain;
    height: 60px;
    width: 100%;
    display: block;
}
iframe.toha{
  width: 100%;
}
@media screen and (min-width:768px){
  .text-toha{}
  iframe.toha{
  width: 60%;
}
}

.z-index9999{
  position: relative;
  z-index: 9999 !important;
}

.indent-1{
  padding-left:1em;
  text-indent: -1em;
}

.application-documents{
  padding-top: 1em;
  padding-left:1em;
  display: block;
}

.application-documents th{
  padding-right: 1em;
}