@charset "UTF-8";
/* メディアクエリ
---------------------------------------- */
/* font-size
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/*  reset.scss */
/* =====================================================
 * reset.css
 * - Edit html5doctor.com's CSS
 * - http://html5doctor.com/html-5-reset-stylesheet/
 * Last Updated:2017-03-01
====================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@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, input, select, textarea, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  vertical-align: bottom;
  background: transparent; }

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

main {
  padding: 0;
  margin: 0 !important; }

html {
  font-size: 62.5%; }

body {
  font-family: sans-serif;
  line-height: 1; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none; }

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

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;
  width: 100%; }

th, td {
  text-align: left;
  vertical-align: top; }

input, select, textarea {
  font-family: inherit; }

input[type="submit"] {
  cursor: pointer; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

* {
  box-sizing: border-box; }

/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
html {
  overflow: auto; }

body {
  overflow: hidden;
  min-width: 320px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  position: relative;
  word-break: break-all;
  word-wrap: break-all; }
  @media all and (min-width: 768px) {
    body {
      min-width: 100%;
      font-size: 1.6rem;
      line-height: 1.6;
      -webkit-text-size-adjust: 100%; } }

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

.pc {
  display: none; }

.sp {
  display: block !important; }

@media all and (min-width: 768px) {
  .pc {
    display: block; }

  .sp {
    display: none !important; } }
.pc-layout {
  display: none; }

.sp-layout {
  display: block !important; }

@media screen and (min-width: 1100px) {
  .pc-layout {
    display: block; }

  .sp-layout {
    display: none !important; } }
/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a {
  color: inherit;
  text-decoration: none; }

@media screen and (min-width: 768px) {
  a {
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }

  .alpha {
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }

  .alpha:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; } }
/*--------------------------------------------------------------------------
   font
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   clearfix
---------------------------------------------------------------------------*/
.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

/* メディアクエリ
---------------------------------------- */
/* font-size
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/* layout.scss */
.base_inner {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 768px) {
    .base_inner {
      max-width: 1300px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
      padding-right: 0; } }

.base {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 1100px) {
    .base {
      padding-left: 0;
      padding-right: 0; } }

.base-lay {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 1100px) {
    .base-lay {
      padding-left: 0;
      padding-right: 0; } }

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  margin: 0;
  width: 100%;
  z-index: 9999;
  background: #fff; }

@media only screen and (min-width: 1100px) {
  .header .hd_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .header .hd_wrap .hd_logo {
      width: 180px;
      margin-left: 15px; }
      .header .hd_wrap .hd_logo .logo {
        width: 180px;
        height: auto; }
    .header .hd_wrap .nav_wrap {
      padding-top: 12px;
      padding-bottom: 12px; } }
@media only screen and (min-width: 1100px) {
  .header .hd-pc {
    display: flex;
    justify-content: flex-end;
    padding: 6px 0;
    border-bottom: 1px solid #bcbcbc; }
    .header .hd-pc .s-link {
      display: inline-block;
      padding: 0 15px; }
      .header .hd-pc .s-link:not(:first-child) {
        position: relative; }
        .header .hd-pc .s-link:not(:first-child)::after {
          position: absolute;
          content: '・';
          top: 0;
          left: 0;
          color: #22aa6a; }
      .header .hd-pc .s-link:nth-child(1) {
        color: #e40001; }
        .header .hd-pc .s-link:nth-child(1) .tel-nb {
          display: inline-block;
          position: relative; }
          .header .hd-pc .s-link:nth-child(1) .tel-nb::after {
            position: absolute;
            top: 50%;
            left: -38px;
            content: '';
            width: 32px;
            height: 20px;
            margin-top: -10px;
            background-image: url("../image/common/ico-free.png");
            background-size: 32px 20px; } }
/*	pagetop
--------------------------------------*/
.to-top {
  position: fixed;
  width: 42px;
  height: 42px;
  background: #000;
  color: #fff;
  right: 0;
  bottom: 0;
  cursor: pointer; }
  .to-top .arrow {
    text-indent: -9999px;
    display: block;
    height: 42px;
    position: relative; }
    .to-top .arrow::after {
      position: absolute;
      top: 50%;
      right: 0;
      content: '';
      width: 12px;
      height: 12px;
      border: 0px;
      margin: -6px 12px 0 0;
      border-top: solid 4px #fff;
      border-right: solid 4px #fff;
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

@media screen and (min-width: 1100px) {
  #gnav .list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px; }
    #gnav .list .item {
      position: relative;
      display: inline-block;
      margin-left: 30px; }
      #gnav .list .item a {
        display: inline-block;
        transition: all .3s ease;
        font-size: 1.4rem;
        color: #333;
        line-height: 1.5; }
        #gnav .list .item a:hover {
          opacity: .7;
          -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)'; } }
      @media only screen and (min-width: 1100px) and (min-width: 1400px) {
        #gnav .list .item a .pc-layout {
          display: none !important; } }

/* footer
-------------------------------------- */
.footer {
  background: #f3f3f3;
  padding: 15px 10px; }
  @media screen and (min-width: 768px) {
    .footer {
      padding: 40px 0 15px; } }
  .footer .ft-content {
    padding: 0 15px;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .footer .ft-content {
        max-width: 1500px;
        padding: 0;
        margin: 0 auto 30px;
        display: flex;
        flex-wrap: nowrap; } }
    .footer .ft-content .item {
      max-width: 500px;
      margin: 0 auto 20px;
      background: #fff; }
      @media screen and (min-width: 768px) {
        .footer .ft-content .item {
          margin: 0; } }
      .footer .ft-content .item .in {
        padding: 15px; }
        @media screen and (min-width: 768px) {
          .footer .ft-content .item .in {
            padding: 20px 30px; } }
  .footer .ft-bnr-area {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (min-width: 768px) {
      .footer .ft-bnr-area {
        justify-content: center; } }
    .footer .ft-bnr-area .ft-bnr {
      width: 50%;
      padding: 5px; }
      @media screen and (min-width: 768px) {
        .footer .ft-bnr-area .ft-bnr {
          width: 380px; } }
  .footer .ft-info {
    padding-top: 30px;
    text-align: center; }
    .footer .ft-info .ft-ogo {
      margin-bottom: 15px; }
      .footer .ft-info .ft-ogo .ftlogo {
        width: auto;
        height: 27px; }
        @media screen and (min-width: 768px) {
          .footer .ft-info .ft-ogo .ftlogo {
            width: 180px;
            height: auto; } }
    .footer .ft-info .ft-nav {
      text-align: center;
      margin-left: 4em; }
      .footer .ft-info .ft-nav .item {
        display: inline-block;
        padding: 0 20px; }
      .footer .ft-info .ft-nav .line {
        position: relative; }
        .footer .ft-info .ft-nav .line::after {
          content: '';
          position: absolute;
          right: 0;
          top: 0;
          width: 1px;
          height: 14px;
          margin-top: 5px;
          background: #333; }

/* メディアクエリ
---------------------------------------- */
/* font-size
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
.sm {
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left; }

.sm-rtl, .sm-rtl ul, .sm-rtl li {
  direction: rtl;
  text-align: right; }

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
  margin: 0;
  padding: 0; }

.sm ul {
  display: none; }

.sm li, .sm a {
  position: relative; }

.sm a {
  display: block; }

.sm a.disabled {
  cursor: default; }

.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden; }

.sm *, .sm *::before, .sm *::after {
  box-sizing: inherit; }

.sm-simple {
  background: #fff; }

.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
  padding: 13px 20px;
  padding-right: 58px;
  color: #333;
  background: #fff;
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none; }

.sm-simple li ul li a, .sm-simple li ul li a:hover, .sm-simple li ul li a:focus, .sm-simple li ul li a:active {
  padding: 13px 20px;
  padding-right: 58px;
  color: #333;
  background: #fff;
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none; }

.sm-simple a.current {
  background: #fff;
  color: #333; }

.sm-simple a.disabled {
  color: #cccccc; }

.sm-simple a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none; }

.sm-simple a .sub-arrow::before {
  content: '+';
  color: #000; }

.sm-simple a.highlighted .sub-arrow::before {
  content: '-';
  color: #000; }

.sm-simple > li.none a .sub-arrow::before {
  content: '+';
  color: #000; }

.sm-simple > li.none a.highlighted .sub-arrow::before {
  content: '-';
  color: #000; }

.sm-simple li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.sm-simple ul {
  background: rgba(179, 179, 179, 0.1); }

.sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent; }

.sm-simple ul ul a, .sm-simple ul ul a:hover, .sm-simple ul ul a:focus, .sm-simple ul ul a:active {
  border-left: 16px solid transparent; }

.sm-simple ul ul ul a, .sm-simple ul ul ul a:hover, .sm-simple ul ul ul a:focus, .sm-simple ul ul ul a:active {
  border-left: 24px solid transparent; }

.sm-simple ul ul ul ul a, .sm-simple ul ul ul ul a:hover, .sm-simple ul ul ul ul a:focus, .sm-simple ul ul ul ul a:active {
  border-left: 32px solid transparent; }

.sm-simple ul ul ul ul ul a, .sm-simple ul ul ul ul ul a:hover, .sm-simple ul ul ul ul ul a:focus, .sm-simple ul ul ul ul ul a:active {
  border-left: 40px solid transparent; }

.sm-btm-list {
  margin-top: 20px; }
  .sm-btm-list .item-btn {
    width: 80%;
    max-width: 300px;
    margin: 0 auto 20px;
    border: 1px solid #22aa6a;
    color: #22aa6a;
    height: 30px;
    line-height: 28px;
    border-radius: 15px;
    text-align: center; }
    @media screen and (min-width: 1100px) {
      .sm-btm-list .item-btn {
        height: 50px;
        line-height: 48px;
        border-radius: 25px; } }
  .sm-btm-list .item-sns-wrap {
    text-align: center; }
    @media screen and (min-width: 1100px) {
      .sm-btm-list .item-sns-wrap {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center; } }
    .sm-btm-list .item-sns-wrap .item-sns {
      margin-bottom: 15px; }
      @media screen and (min-width: 1100px) {
        .sm-btm-list .item-sns-wrap .item-sns {
          display: inline-block;
          padding: 0 10px; } }

.sm-simple .sm_menu {
  display: inline-block;
  margin-left: 8px;
  color: #0b5f85;
  font-size: 1.3rem;
  padding-top: 3px; }

.sp_header .hd_lan {
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center; }
  .sp_header .hd_lan .item {
    width: 60px; }
    .sp_header .hd_lan .item a {
      display: block;
      color: #fff;
      text-align: center;
      padding: 15px 0;
      background: #333; }
  .sp_header .hd_lan .act {
    background: #9d9da1;
    color: #333;
    text-align: center;
    padding: 15px 0; }

/*# sourceMappingURL=sm-simple.css.map */
/*	style info : nav css
--------------------------------------*/
.header {
  position: relative; }

.sp_header {
  padding: 10px 10px;
  background: #fff; }

.sp_header .logo {
  width: 150px;
  float: left; }

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden; }

.nav-brand {
  float: left;
  margin: 0; }

.nav-brand a {
  padding: 11px 11px 11px 20px;
  line-height: 17px;
  text-decoration: none; }

.nav-brand img {
  width: auto;
  height: 35px; }

#main-menu {
  clear: both;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.main-menu-btn {
  float: right;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #333;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0; }

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0; }

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent; }

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

#main-menu-state:not(:checked) ~ #main-menu {
  display: none; }

#main-menu-state:checked ~ #main-menu {
  display: block; }

@media (min-width: 1100px) {
  .main-menu-btn {
    position: absolute;
    top: -99999px; }

  #main-menu-state:not(:checked) ~ #main-menu {
    display: block; } }
/* メディアクエリ
---------------------------------------- */
/* font-size
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/* arw.scss */
/*<a href="/buttons/42" class="btn-gre">
  Button
</a>*/
.btn-gre {
  display: block;
  width: 100%;
  max-width: 300px;
  text-align: center;
  padding: 10px 0;
  font-weight: 500;
  background: #9acd32;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .btn-gre {
      padding: 12px 0; } }

.btn-gre {
  border: 2px solid yellowgreen;
  z-index: 1;
  color: white; }

.btn-gre:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: white;
  transition: all 0.3s ease; }

.btn-gre:hover {
  color: black; }

.btn-gre:hover:after {
  top: 0;
  height: 100%; }

.btn-gre:active {
  top: 2px; }

/*
<a href="" class="btn-gra"><span>PUSH！</span></a>
*/
.btn-gra {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  background-image: linear-gradient(to right, #22aa6a 0%, #4ed8ac 51%, #22aa6a 100%); }
  @media screen and (min-width: 768px) {
    .btn-gra {
      padding: 15px 10px; } }

.btn-gra:hover {
  background-position: right center; }

/*
<a href="" class="btn-grared"><span>PUSH！</span></a>
*/
.btn-grared {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  background-image: linear-gradient(to right, #f16d6d 0%, #f9b397 51%, #f16d6d 100%); }
  @media screen and (min-width: 768px) {
    .btn-grared {
      padding: 15px 10px; } }

.btn-grared:hover {
  background-position: right center; }

.btn-gradrk {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  background-image: linear-gradient(to right, #9acd32 0%, #71a800 51%, #9acd32 100%); }
  @media screen and (min-width: 768px) {
    .btn-gradrk {
      padding: 15px 10px; } }

.btn-gradrk:hover {
  background-position: right center; }

/* メディアクエリ
---------------------------------------- */
/* font-size
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/*	hover
--------------------------------------*/
a {
  color: inherit;
  text-decoration: none; }

@media screen and (min-width: 640px) {
  a {
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }

  .alpha {
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }

  .alpha:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; } }
/*	hover img zoom
--------------------------------------*/
/* 各コンテンツの画像サイズは各自設定 */
@media only screen and (min-width: 640px) {
  .pic {
    overflow: hidden; }
    .pic img {
      display: block;
      transition-duration: .3s; }
      .pic img:hover {
        transform: scale(1.1);
        transition-duration: .3s; } }
/*	bg
--------------------------------------*/
/*	tit
--------------------------------------*/
.sec-tit {
  text-align: center;
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .sec-tit {
      margin-bottom: 40px; } }
  .sec-tit .en {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 3rem;
    color: #cce39c;
    display: block;
    line-height: 1;
    margin-bottom: 4px; }
    @media screen and (min-width: 768px) {
      .sec-tit .en {
        font-size: 6rem;
        margin-bottom: 10px; } }
  .sec-tit .jp {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.3; }
    @media screen and (min-width: 768px) {
      .sec-tit .jp {
        font-size: 3rem; } }

.set-tit {
  margin-bottom: 12px; }
  .set-tit .en {
    font-size: 1.8rem;
    color: #22aa6a;
    display: block;
    line-height: 1.2; }
    @media screen and (min-width: 768px) {
      .set-tit .en {
        font-size: 2.4rem; } }
  .set-tit .en-red {
    font-size: 1.8rem;
    color: #b22222;
    display: block;
    line-height: 1.2; }
    @media screen and (min-width: 768px) {
      .set-tit .en-red {
        font-size: 2.4rem; } }
  .set-tit .jp {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.3; }
    @media screen and (min-width: 768px) {
      .set-tit .jp {
        font-size: 2.4rem; } }

.tit-band {
  background: #9acd32;
  padding: 10px 15px; }
  @media screen and (min-width: 1100px) {
    .tit-band {
      padding: 0 15px 0 40px;
      line-height: 100px; } }
  .tit-band .tit-txt {
    color: #fff;
    font-size: 2rem;
    font-weight: 500; }
    @media screen and (min-width: 1100px) {
      .tit-band .tit-txt {
        font-size: calc(30px + 10 * (100vw - 900px)/1232); } }

.tit-band-sdgs {
  background: #9acd32;
  padding: 10px 15px; }
  @media screen and (min-width: 1100px) {
    .tit-band-sdgs {
      padding: 0 15px 0 40px;
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  .tit-band-sdgs .tit-txt {
    color: #fff;
    font-size: 2rem;
    font-weight: 500; }
    @media screen and (min-width: 1100px) {
      .tit-band-sdgs .tit-txt {
        font-size: calc(30px + 10 * (100vw - 900px)/1232);
        line-height: 100px; } }
  @media screen and (min-width: 1100px) {
    .tit-band-sdgs .sd-ico {
      display: flex;
      align-items: center; } }
  .tit-band-sdgs .sd-ico .txt {
    color: #fff;
    line-height: 1.3; }
    @media screen and (min-width: 1100px) {
      .tit-band-sdgs .sd-ico .txt {
        margin-right: 12px; } }
  .tit-band-sdgs .sd-ico .ico-list80 {
    display: inline-block; }
    .tit-band-sdgs .sd-ico .ico-list80 .ico {
      display: inline-block;
      width: 40px;
      margin: 8px 8px 8px 0; }
      @media only screen and (min-width: 1200px) {
        .tit-band-sdgs .sd-ico .ico-list80 .ico {
          width: 60px; } }

.txt-bold {
  font-weight: bold;
  margin-bottom: 3px; }
  @media screen and (min-width: 768px) {
    .txt-bold {
      font-size: 1.8rem;
      line-height: 1.4;
      margin-bottom: 0; } }

/*	content padding
--------------------------------------*/
.pad {
  padding-top: 30px;
  padding-bottom: 30px; }

@media only screen and (min-width: 640px) {
  .pad {
    padding-top: 70px;
    padding-bottom: 70px; } }
.pad_l {
  padding-top: 30px;
  padding-bottom: 40px; }

@media only screen and (min-width: 640px) {
  .pad_l {
    padding-top: 100px;
    padding-bottom: 100px; } }
.pad_top {
  padding-top: 30px; }

@media only screen and (min-width: 640px) {
  .pad_top {
    ppadding-top: 70px; } }
.pad_btm {
  padding-bottom: 30px; }

@media only screen and (min-width: 640px) {
  .pad_btm {
    padding-bottom: 70px; } }
.mb {
  margin-bottom: 10px; }

@media only screen and (min-width: 640px) {
  .mb {
    margin-bottom: 15px; } }
.mbl {
  margin-bottom: 20px; }

@media only screen and (min-width: 640px) {
  .mbl {
    margin-bottom: 30px; } }
.i-block {
  display: inline-block; }

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*	wrap
--------------------------------------*/
@media only screen and (min-width: 768px) {
  .wrap {
    display: flex;
    justify-content: space-between; }
    .wrap .left {
      margin-bottom: 0;
      width: 50%;
      padding: 0 45px; }
    .wrap .right {
      width: 50%;
      padding-left: 45px; }
    .wrap .right-pic {
      width: 50%; }
      .wrap .right-pic img {
        width: 100% !important;
        height: auto; }
    .wrap .od {
      order: -1; } }
/*	l-wrap
--------------------------------------*/
@media screen and (min-width: 1100px) {
  .l-wrap {
    display: flex; }
    .l-wrap .left {
      margin-bottom: 0;
      width: 50%;
      padding: 0 45px; }
    .l-wrap .right {
      width: 50%;
      padding: 0 45px; }
    .l-wrap .right-pic {
      width: 50%; }
      .l-wrap .right-pic img {
        width: 100% !important;
        height: auto; }
    .l-wrap .left-pic {
      width: 50%; }
      .l-wrap .left-pic img {
        width: 100% !important;
        height: auto; } }
  @media screen and (min-width: 1100px) and (min-width: 1100px) {
    .l-wrap .inner {
      max-width: 650px;
      margin: 0 auto; } }
@media screen and (min-width: 1100px) {
    .l-wrap .od {
      order: -1; } }
/*	txt_ind
--------------------------------------*/
.txt-ind {
  padding-left: 1em;
  text-indent: -1em; }

.txt-ct {
  text-align: center; }

/*	link-glp
--------------------------------------*/
@media only screen and (min-width: 960px) {
  .link-glp {
    display: flex;
    justify-content: space-between; } }
.link-glp .btn {
  margin-bottom: 15px; }
  @media only screen and (min-width: 960px) {
    .link-glp .btn {
      width: 49%; } }

.links {
  padding-top: 78px;
  margin-top: -78px; }
  @media screen and (min-width: 768px) {
    .links {
      padding-top: 105px;
      margin-top: -105px; } }

/* メディアクエリ
---------------------------------------- */
/* font-size
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
@media screen and (min-width: 768px) {
  .course .base_inner {
    padding-left: 15px;
    padding-right: 15px; } }
.course .detail {
  max-width: 500px;
  margin: 0 auto 30px;
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.25); }
  @media screen and (min-width: 768px) {
    .course .detail {
      max-width: 1170px;
      padding: 30px 35px; } }
  .course .detail .right {
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .course .detail .right {
        width: 50%;
        padding: 0 30px 0 0; } }
  @media only screen and (min-width: 768px) and (min-width: 960px) {
    .course .detail .right {
      width: 500px; } }

  @media screen and (min-width: 768px) {
    .course .detail .left {
      width: 50%;
      padding: 0; } }
  @media only screen and (min-width: 768px) and (min-width: 960px) {
    .course .detail .left {
      width: -webki-calc(100% - 500px);
      width: calc(100% - 500px); } }

  .course .detail .left .course-tit {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 10px; }
  .course .detail .left .day {
    border: 1px solid #333;
    padding: 10px 15px;
    margin-bottom: 15px; }
  .course .detail .left .course-tbl {
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
    margin-bottom: 20px; }
    .course .detail .left .course-tbl tr:nth-child(2n) {
      background: #f5f5f5; }
    .course .detail .left .course-tbl th {
      display: block;
      width: 100%;
      padding: 6px 10px 2px;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .course .detail .left .course-tbl th {
          display: table-cell;
          width: 80px;
          padding: 10px 0 10px 10px; } }
    .course .detail .left .course-tbl td {
      display: block;
      width: 100%;
      padding: 2px 10px 6px;
      word-break: break-all; }
      @media screen and (min-width: 768px) {
        .course .detail .left .course-tbl td {
          display: table-cell;
          width: auto;
          padding: 10px 10px 10px 10px; } }
  .course .detail .left .prof {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .course .detail .left .prof {
        margin-bottom: 40px; } }
    .course .detail .left .prof .prof-tit {
      width: 100%;
      padding: 6px 10px;
      font-weight: 500;
      background: #f5f5f5; }
    .course .detail .left .prof .txt {
      width: 100%;
      padding: 6px 10px 6px; }
  @media only screen and (min-width: 960px) {
    .course .detail .left .btm-btn {
      max-width: 100%; }
      .course .detail .left .btm-btn .btn-gre {
        max-width: 100%; } }

@media screen and (min-width: 768px) {
  .topic .base_inner {
    padding-left: 15px;
    padding-right: 15px; } }
.topic .detail {
  max-width: 500px;
  margin: 0 auto 30px;
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.25); }
  @media screen and (min-width: 768px) {
    .topic .detail {
      max-width: 1170px;
      padding: 30px 35px; } }
  .topic .detail .topic_tbl {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ccc; }
    @media screen and (min-width: 768px) {
      .topic .detail .topic_tbl {
        margin-bottom: 40px; } }
    .topic .detail .topic_tbl th, .topic .detail .topic_tbl td {
      display: block;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .topic .detail .topic_tbl th, .topic .detail .topic_tbl td {
          display: table-cell; } }
    .topic .detail .topic_tbl th {
      padding: 8px 10px 2px; }
      @media screen and (min-width: 768px) {
        .topic .detail .topic_tbl th {
          width: 140px;
          padding: 17px 0 16px 30px; } }
    .topic .detail .topic_tbl td {
      width: 100%;
      padding: 2px 10px 14px; }
      .topic .detail .topic_tbl td a {
        padding-bottom: 2px;
        border-bottom: 1px solid #0a6fae;
        color: #0a6fae; }
        .topic .detail .topic_tbl td a:hover {
          border-bottom: 1px solid #349ada;
          color: #349ada; }
      @media screen and (min-width: 768px) {
        .topic .detail .topic_tbl td {
          width: auto;
          padding: 17px 0 16px 15px; } }
    .topic .detail .topic_tbl tr:nth-child(2n) {
      background: #f5f5f5; }
    .topic .detail .topic_tbl tr {
      border-top: 1px solid #ccc; }

/* メディアクエリ
---------------------------------------- */
/* font-size
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
.hero {
  padding-left: 15%;
  position: relative; }
  .hero .hero-txt {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2rem; }
    @media screen and (min-width: 768px) {
      .hero .hero-txt {
        top: 20%;
        left: 3%; } }
    .hero .hero-txt .bg {
      display: inline-block;
      font-size: 2rem;
      font-weight: 600;
      color: #fff;
      margin-bottom: 10px;
      background: #9acd32;
      line-height: 2;
      padding: 0 15px; }
      @media screen and (min-width: 768px) {
        .hero .hero-txt .bg {
          font-size: calc(30px + 30 * (100vw - 768px)/1232);
          line-height: 1.6;
          margin-bottom: 30px;
          padding: 0 40px; } }

.mv_pro {
  position: relative;
  height: 300px;
  width: 100%; }

.cb_slideshow,
.cb_slideshow:after {
  width: 100%;
  height: 300px; }

@media only screen and (min-width: 768px) {
  .mv_pro {
    width: 100%;
    height: 600px; }

  .cb_slideshow,
  .cb_slideshow:after {
    width: 100%;
    height: 600px; } }
.cb_slideshow li {
  position: relative; }

.cb_slideshow li span {
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  animation: imageAnimation 24s linear infinite 0s; }

@media only screen and (min-width: 768px) {
  .cb_slideshow li span {
    height: 600px; } }
.cb_slideshow li .item {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 300px;
  text-align: center;
  opacity: 0;
  color: #fff;
  animation: titleAnimation 24s linear infinite 0s; }

@media only screen and (min-width: 768px) {
  .cb_slideshow li .item {
    height: 600px; } }
/*	style info : home
--------------------------------------*/
.home li:nth-child(1) span {
  background-image: url("../image/home/slide01.png"); }

.home li:nth-child(2) span {
  background-image: url("../image/home/slide02.png");
  animation-delay: 8s; }

.home li:nth-child(3) span {
  background-image: url("../image/home/slide03.png");
  animation-delay: 16s; }

.cb_slideshow li:nth-child(2) .item {
  animation-delay: 8s; }

.cb_slideshow li:nth-child(3) .item {
  animation-delay: 16s; }

@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in; }
  12% {
    opacity: 1;
    animation-timing-function: ease-out; }
  30% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes titleAnimation {
  0% {
    opacity: 0; }
  12% {
    opacity: 1; }
  30% {
    opacity: 1; }
  58% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.no-cssanimations .cb_slideshow li span {
  opacity: 1; }

/* メディアクエリ
---------------------------------------- */
/* font-size
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
#home .tit {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  padding: 30px 0; }
  @media screen and (min-width: 768px) {
    #home .tit {
      font-size: 3rem;
      padding: 70px 0; } }
  #home .tit::after {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    color: #cce39c;
    font-weight: 500;
    font-size: 6rem;
    line-height: 1;
    margin-top: -3.2rem;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      #home .tit::after {
        font-size: 15rem;
        margin-top: -8rem; } }
  #home .tit .nb {
    display: inline-block;
    position: relative;
    z-index: 5; }
#home .sec01 .tit::after {
  content: '01'; }
#home .sec02 .tit::after {
  content: '02'; }
#home .course .tit::after {
  content: '03'; }

#home .sec01 .sp-layout .sec01-sp {
  width: 100%; }
#home .sec01 .ico-set {
  border: 1px solid #9acd32;
  padding: 10px 20px 15px;
  margin-bottom: 30px; }
  @media screen and (min-width: 1100px) {
    #home .sec01 .ico-set {
      padding: 30px 50px 40px; } }
  #home .sec01 .ico-set .ico-set-tit {
    margin-bottom: 12px; }
    @media screen and (min-width: 1100px) {
      #home .sec01 .ico-set .ico-set-tit {
        margin-bottom: 15px; } }
    #home .sec01 .ico-set .ico-set-tit .txt-gr {
      display: block;
      color: #9acd32;
      font-size: 1.6rem;
      line-height: 1.2; }
      @media screen and (min-width: 1100px) {
        #home .sec01 .ico-set .ico-set-tit .txt-gr {
          font-size: 1.8rem; } }
    #home .sec01 .ico-set .ico-set-tit .jp {
      display: block; }
  #home .sec01 .ico-set .ico-list80 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px; }
    @media screen and (min-width: 1100px) {
      #home .sec01 .ico-set .ico-list80 {
        margin-left: -12px; } }
    #home .sec01 .ico-set .ico-list80 .ico {
      width: 45px;
      margin-right: 8px;
      margin-bottom: 8px; }
      @media screen and (min-width: 1100px) {
        #home .sec01 .ico-set .ico-list80 .ico {
          width: 80px;
          margin-right: 12px;
          margin-bottom: 12px; } }
@media screen and (min-width: 1100px) {
  #home .sec01 .l-wrap .right-pic {
    background: url("../image/home/sec01-pc.png") center center no-repeat;
    background-size: cover; } }

@media screen and (min-width: 768px) {
  #home .sec02 .l-wrap {
    align-items: center; } }
#home .sec02 .l-wrap .left .set {
  margin-bottom: 20px; }
  @media screen and (min-width: 1100px) {
    #home .sec02 .l-wrap .left .set {
      margin-bottom: 50px; } }
  @media screen and (min-width: 768px) {
    #home .sec02 .l-wrap .left .set .list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  #home .sec02 .l-wrap .left .set .list .item {
    border: 1px solid #333;
    padding: 8px 12px;
    margin-bottom: 6px; }
    @media screen and (min-width: 768px) {
      #home .sec02 .l-wrap .left .set .list .item {
        width: 49%;
        margin-bottom: 12px;
        padding: 12px 15px; } }
  #home .sec02 .l-wrap .left .set .btn-gre {
    margin: 20px 0 0; }
#home .sec02 .l-wrap .right {
  text-align: center;
  padding: 40px 40px 0; }

#home .bg-green {
  background-image: -moz-linear-gradient(-61deg, #f0ffb2 0%, #c5e672 70%, #addd4b 99%);
  background-image: -webkit-linear-gradient(-61deg, #f0ffb2 0%, #c5e672 70%, #addd4b 99%);
  background-image: -ms-linear-gradient(-61deg, #f0ffb2 0%, #c5e672 70%, #addd4b 99%); }

/* メディアクエリ
---------------------------------------- */
/* font-size
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
#words input[type=search] {
  -webkit-appearance: none;
  display: inline-block;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 10px;
  width: 200px;
  height: 40px;
  font-size: 100%;
  box-sizing: border-box;
  border-radius: 5px 0 0 5px;
  border: 1px solid #ccc;
  border-right: none; }
#words input[type=submit] {
  -webkit-appearance: none;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  width: 50px;
  height: 40px;
  font-size: 100%;
  vertical-align: top;
  border: none;
  border-radius: 0 5px 5px 0;
  background: #1f76e2; }
@media screen and (min-width: 768px) {
  #words .sec01 .base_inner {
    padding-left: 15px;
    padding-right: 15px; } }
@media screen and (min-width: 1800px) {
  #words .sec01 .base_inner {
    padding-left: 0;
    padding-right: 0; } }
#words .sec01 .set .words-tit {
  border: 6px solid #cce39c;
  padding: 8px 10px;
  margin-bottom: 20px;
  font-size: 1.6rem; }
  @media screen and (min-width: 768px) {
    #words .sec01 .set .words-tit {
      padding: 25px 30px;
      margin-bottom: 40px;
      font-size: 2.4rem; } }
#words .sec01 .set a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 40px;
  height: 44px;
  padding: 0 20px;
  border-radius: 22px;
  background: #effdd3;
  border: 2px solid #cce39c;
  vertical-align: middle; }
  @media screen and (min-width: 768px) {
    #words .sec01 .set a {
      margin-right: 15px;
      margin-bottom: 15px;
      font-size: 2.2rem;
      line-height: 50px;
      height: 54px;
      padding: 0 50px;
      border-radius: 27px; }
      #words .sec01 .set a:hover {
        background: #fff; } }
#words .sec01 .set + .set {
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    #words .sec01 .set + .set {
      margin-top: 60px; } }

#words .result {
  background: #f8f8f8; }
  #words .result .tit {
    padding-bottom: 6px;
    margin-bottom: 15px;
    border-bottom: 2px solid #ccc; }
    @media screen and (min-width: 768px) {
      #words .result .tit {
        display: flex;
        padding-bottom: 12px;
        margin-bottom: 50px; } }
    #words .result .tit .term-tit {
      display: block;
      width: 100%;
      font-weight: 500;
      font-size: 1.8rem; }
      @media screen and (min-width: 768px) {
        #words .result .tit .term-tit {
          width: 15rem;
          font-size: 2.4rem; } }
    #words .result .tit .term {
      display: block;
      width: 100%;
      font-weight: 500;
      font-size: 1.8rem; }
      @media screen and (min-width: 768px) {
        #words .result .tit .term {
          width: -webki-calc(100% - 15rem);
          width: calc(100% - 15rem);
          font-size: 2.4rem; } }
  #words .result .result_tbl {
    width: 100%; }
    #words .result .result_tbl th {
      display: block;
      width: 100%;
      font-weight: 500;
      padding: 12px 10px 2px 15px; }
      @media screen and (min-width: 768px) {
        #words .result .result_tbl th {
          display: table-cell;
          padding: 20px 10px 20px;
          width: 150px; } }
    #words .result .result_tbl td {
      display: block;
      width: 100%;
      padding: 2px 10px 12px 15px; }
      @media screen and (min-width: 768px) {
        #words .result .result_tbl td {
          display: table-cell;
          padding: 20px 10px 20px;
          width: auto; } }
      #words .result .result_tbl td a {
        color: #22aa6a;
        padding-bottom: 3px;
        border-bottom: 1px solid #22aa6a; }
    #words .result .result_tbl tr:nth-child(2n) {
      background: #fff; }
      @media screen and (min-width: 768px) {
        #words .result .result_tbl tr:nth-child(2n) {
          background: #f8f8f8; } }

/* メディアクエリ
---------------------------------------- */
/* font-size
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
#solution .tit {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  padding: 25px 0;
  line-height: 1.3; }
  @media screen and (min-width: 768px) {
    #solution .tit {
      font-size: calc(24px + 6 * (100vw - 900px)/1232);
      padding: 65px 0; } }
  #solution .tit::after {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    color: #cce39c;
    font-weight: 500;
    font-size: 6rem;
    line-height: 1;
    margin-top: -3.2rem;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      #solution .tit::after {
        font-size: 15rem;
        margin-top: -8rem; } }
  #solution .tit .nb {
    display: inline-block;
    position: relative;
    z-index: 5; }
@media screen and (min-width: 768px) {
  #solution .sec01 .base_inner, #solution .sec02 .base_inner {
    padding-left: 15px;
    padding-right: 15px; } }
#solution .sec01 .tit::after {
  content: '01'; }
#solution .sec02 .tit::after {
  content: '02'; }

@media screen and (min-width: 768px) {
  #solution .solution-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }
  @media screen and (min-width: 768px) and (min-width: 1100px) {
    #solution .solution-wrap {
      justify-content: flex-start; } }

#solution .solution-wrap .gp {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.25);
  padding-bottom: 20px;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    #solution .solution-wrap .gp {
      width: 48%; } }
  @media screen and (min-width: 1100px) {
    #solution .solution-wrap .gp {
      width: -webki-calc((100% - 60px) / 3);
      width: calc((100% - 60px) / 3);
      margin: 0 0 40px 30px; }
      #solution .solution-wrap .gp:nth-child(3n+1) {
        margin-left: 0; } }
  #solution .solution-wrap .gp .in {
    padding-left: 15px;
    padding-right: 15px; }
  #solution .solution-wrap .gp .pict-wrap {
    position: relative; }
  #solution .solution-wrap .gp .cate {
    color: #fff;
    background: #22aa6a;
    padding: 6px 15px;
    margin-bottom: 12px; }
  #solution .solution-wrap .gp .gp-tit {
    font-weight: 500;
    font-size: 1.6rem;
    margin-bottom: 12px; }
  #solution .solution-wrap .gp .txt {
    font-size: 1.4rem;
    margin-bottom: 12px; }
  #solution .solution-wrap .gp .list {
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap; }
    #solution .solution-wrap .gp .list .cat-ico {
      display: inline-block;
      padding: 0 15px;
      margin-right: 12px;
      margin-bottom: 10px;
      line-height: 28px;
      border-radius: 14px;
      background: #f5f5f5;
      font-size: 1.4rem; }
  #solution .solution-wrap .gp .sdgs .sdgs-tit {
    font-weight: 500;
    font-size: 1.6rem;
    margin-bottom: 12px;
    padding-bottom: 3px;
    border-bottom: 1px solid #ccc; }
  #solution .solution-wrap .gp .sdgs .sdgs-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2px; }
    #solution .solution-wrap .gp .sdgs .sdgs-list .ico {
      width: 40px;
      margin-right: 8px;
      margin-bottom: 8px; }
  #solution .solution-wrap .gp .works .works-tit {
    font-weight: 500;
    font-size: 1.6rem;
    margin-bottom: 12px; }
  #solution .solution-wrap .gp .works .name {
    font-size: 1.6rem;
    margin-bottom: 12px;
    margin-top: 12px; }
  #solution .solution-wrap .gp .works .btn-gre {
    margin-bottom: 12px; }

/* メディアクエリ
---------------------------------------- */
/* font-size
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
#solution-led .sec01 .sec-tit {
  text-align: left; }
  #solution-led .sec01 .sec-tit .en {
    color: #22aa6a; }
  #solution-led .sec01 .sec-tit .jp {
    font-size: 1.4rem; }
    @media screen and (min-width: 768px) {
      #solution-led .sec01 .sec-tit .jp {
        font-size: 2.4rem; } }

#solution-led .sec01 {
  background: url("../image/solution-led/mv.png") center center no-repeat;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    #solution-led .sec01 {
      background: url("../image/solution-led/mv.png") right top no-repeat;
      background-size: cover; } }
  #solution-led .sec01 .set {
    width: 70vw; }
    @media screen and (min-width: 768px) {
      #solution-led .sec01 .set {
        padding-left: 30px; } }

@media screen and (min-width: 768px) {
  #solution-led .sec02 .wrap {
    align-items: center; } }
#solution-led .sec02 .wrap .left {
  margin-bottom: 30px; }

#solution-led .sec03 {
  background: #f3f3f3; }
  @media screen and (min-width: 768px) {
    #solution-led .sec03 .base_inner {
      padding-left: 30px;
      padding-right: 30px; } }
  #solution-led .sec03 .wh-box {
    padding: 20px 15px;
    background: #fff; }
    @media screen and (min-width: 768px) {
      #solution-led .sec03 .wh-box {
        padding: 40px 60px; } }
  @media screen and (min-width: 768px) and (min-width: 1100px) {
    #solution-led .sec03 .wh-box {
      padding: 60px 60px; } }

    #solution-led .sec03 .wh-box .gp .wh-box_tit {
      border: 4px solid #cce39c;
      padding: 6px 10px;
      line-height: 1.4;
      font-weight: 500;
      font-size: 1.8rem;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        #solution-led .sec03 .wh-box .gp .wh-box_tit {
          border: 8px solid #cce39c;
          padding: 12px 30px;
          font-size: 2.4rem;
          margin-bottom: 40px; } }
    #solution-led .sec03 .wh-box .gp .rs {
      position: relative; }
      #solution-led .sec03 .wh-box .gp .rs::after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 80px;
        height: 80px;
        margin: -70px 0 0 15px;
        background-image: url("../image/solution-led/ico_result.png");
        background-size: 80px 80px; }
        @media screen and (min-width: 768px) {
          #solution-led .sec03 .wh-box .gp .rs::after {
            width: 110px;
            height: 110px;
            margin: -100px 0 0 15px;
            background-image: url("../image/solution-led/ico_result.png");
            background-size: 110px 110px; } }
    #solution-led .sec03 .wh-box .gp .point {
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        #solution-led .sec03 .wh-box .gp .point {
          margin-bottom: 50px; } }
      #solution-led .sec03 .wh-box .gp .point .wh-box_subtit {
        margin-bottom: 10px; }
        #solution-led .sec03 .wh-box .gp .point .wh-box_subtit .en {
          display: block;
          color: #22aa6a;
          font-weight: 500;
          font-size: 1.6rem; }
          @media screen and (min-width: 768px) {
            #solution-led .sec03 .wh-box .gp .point .wh-box_subtit .en {
              font-size: 1.8rem; } }
        #solution-led .sec03 .wh-box .gp .point .wh-box_subtit .jp {
          font-weight: bold;
          font-size: 1.8rem;
          line-height: 1.4; }
          @media screen and (min-width: 768px) {
            #solution-led .sec03 .wh-box .gp .point .wh-box_subtit .jp {
              font-size: 2.4rem; } }
      #solution-led .sec03 .wh-box .gp .point .btn-gre {
        margin: 0; }
    #solution-led .sec03 .wh-box .arrow {
      margin-bottom: 90px;
      position: relative; }
      @media screen and (min-width: 768px) {
        #solution-led .sec03 .wh-box .arrow {
          margin-bottom: 120px; } }
      #solution-led .sec03 .wh-box .arrow::after {
        content: '';
        width: 12px;
        height: 12px;
        border: 0px;
        border-top: solid 5px #cce39c;
        border-right: solid 5px #cce39c;
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        position: absolute;
        bottom: -30px;
        left: 50%; }
        @media screen and (min-width: 768px) {
          #solution-led .sec03 .wh-box .arrow::after {
            width: 30px;
            height: 30px;
            border: 0px;
            border-top: solid 15px #cce39c;
            border-right: solid 15px #cce39c;
            -ms-transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
            position: absolute;
            bottom: -50px; } }

#solution-led .sec04 .pict-area {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    #solution-led .sec04 .pict-area {
      margin-top: 40px; } }
  #solution-led .sec04 .pict-area .pict {
    padding: 0 15px; }
    #solution-led .sec04 .pict-area .pict + .pict {
      margin-top: -20px;
      position: relative;
      z-index: 2; }
      @media screen and (min-width: 768px) {
        #solution-led .sec04 .pict-area .pict + .pict {
          margin-top: -50px; } }

#solution-led .sec05 .wrap .set {
  margin-top: 15px; }
  @media screen and (min-width: 768px) {
    #solution-led .sec05 .wrap .set {
      margin-top: 30px; } }
#solution-led .sec05 .plan {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    #solution-led .sec05 .plan {
      margin-top: 50px; } }
  #solution-led .sec05 .plan .wh-box_subtit {
    margin-bottom: 10px; }
    #solution-led .sec05 .plan .wh-box_subtit .en {
      display: block;
      color: #22aa6a;
      font-weight: 500;
      font-size: 1.6rem; }
      @media screen and (min-width: 768px) {
        #solution-led .sec05 .plan .wh-box_subtit .en {
          font-size: 1.8rem; } }
    #solution-led .sec05 .plan .wh-box_subtit .jp {
      font-weight: bold;
      font-size: 1.8rem;
      line-height: 1.4; }
      @media screen and (min-width: 768px) {
        #solution-led .sec05 .plan .wh-box_subtit .jp {
          font-size: 2.4rem; } }
  #solution-led .sec05 .plan .plan-tit {
    font-size: 1.8rem;
    color: #ff8213;
    line-height: 1.4;
    margin-bottom: 6px;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      #solution-led .sec05 .plan .plan-tit {
        font-size: 2.4rem;
        text-align: center;
        margin-bottom: 40px; } }
  #solution-led .sec05 .plan .pict {
    text-align: center; }

@media screen and (min-width: 768px) {
  #solution-led .sec06 .base_inner {
    max-width: 750px;
    margin: 0 auto; } }
#solution-led .sec06 .faq {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    #solution-led .sec06 .faq {
      margin-bottom: 40px; } }
  #solution-led .sec06 .faq:last-child {
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      #solution-led .sec06 .faq:last-child {
        margin-bottom: 60px; } }
  #solution-led .sec06 .faq .qu {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      #solution-led .sec06 .faq .qu {
        font-size: 1.8rem;
        margin-bottom: 20px;
        padding-left: 50px; } }
    #solution-led .sec06 .faq .qu::after {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 20px;
      height: 20px;
      margin-top: 2px;
      background-image: url("../image/solution-led/ico_q.svg");
      background-size: 20px 20px; }
      @media screen and (min-width: 768px) {
        #solution-led .sec06 .faq .qu::after {
          width: 40px;
          height: 40px;
          margin-top: -4px;
          background-size: 40px 40px; } }
  #solution-led .sec06 .faq .ans {
    position: relative;
    padding-left: 30px; }
    @media screen and (min-width: 768px) {
      #solution-led .sec06 .faq .ans {
        font-size: 1.8rem;
        padding-left: 50px; } }
    #solution-led .sec06 .faq .ans::after {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 20px;
      height: 20px;
      margin-top: 2px;
      background-image: url("../image/solution-led/ico_a.svg");
      background-size: 20px 20px; }
      @media screen and (min-width: 768px) {
        #solution-led .sec06 .faq .ans::after {
          width: 40px;
          height: 40px;
          margin-top: -4px;
          background-size: 40px 40px; } }
#solution-led .sec06 .txt-bold {
  margin: 30px 0;
  text-align: center;
  font-size: 1.8rem; }
  @media screen and (min-width: 768px) {
    #solution-led .sec06 .txt-bold {
      margin: 40px 0;
      font-size: 2rem; } }

/* メディアクエリ
---------------------------------------- */
/* font-size
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
#ecosolution .sec01 .sec-tit, #ecosolution .sec04 .sec-tit, #ecosolution .sec05 .sec-tit {
  text-align: left; }
@media screen and (min-width: 768px) {
  #ecosolution .btn-clum3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; } }
#ecosolution .btn-clum3 .btn-gre {
  margin-bottom: 12px; }

#ecosolution .sec01 .sec01_tit {
  color: #b22222;
  font-size: 1.6rem;
  font-weight: 500; }
  @media screen and (min-width: 768px) {
    #ecosolution .sec01 .sec01_tit {
      font-size: 1.8rem; } }

@media screen and (min-width: 1100px) {
  #ecosolution .sec02 .base {
    max-width: 1800px;
    margin: 0 auto; }
    #ecosolution .sec02 .base .right-pic {
      padding: 0 15px; } }

@media screen and (min-width: 768px) {
  #ecosolution .sec03 .base_inner {
    padding-left: 15px;
    padding-right: 15px; } }
@media screen and (min-width: 1800px) {
  #ecosolution .sec03 .base_inner {
    padding-left: 0;
    padding-right: 0; } }
#ecosolution .sec03 .cutch {
  padding: 10px 0 110px;
  background: url("../image/ecosolution/pic-bg_sp.png") 0 0 no-repeat;
  background-size: cover;
  margin: 15px 0; }
  @media screen and (min-width: 768px) {
    #ecosolution .sec03 .cutch {
      padding: 100px 0 50px;
      max-width: 1920px;
      margin: 30px auto;
      background: none; } }
  #ecosolution .sec03 .cutch .tit {
    font-weight: 600;
    text-align: center; }
    @media screen and (min-width: 768px) {
      #ecosolution .sec03 .cutch .tit {
        font-size: 2.4rem; } }
  #ecosolution .sec03 .cutch .pict {
    position: relative;
    z-index: -1;
    margin-top: -80px; }
    @media screen and (min-width: 768px) {
      #ecosolution .sec03 .cutch .pict {
        margin-top: -120px; } }
#ecosolution .sec03 .wrap {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    #ecosolution .sec03 .wrap {
      margin-top: 70px; } }
  @media screen and (min-width: 768px) {
    #ecosolution .sec03 .wrap .detail {
      width: 50%;
      padding: 0 15px; } }
  #ecosolution .sec03 .wrap .detail + .detail {
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      #ecosolution .sec03 .wrap .detail + .detail {
        margin-top: 0; } }
  #ecosolution .sec03 .wrap .detail .txt-bold {
    margin-bottom: 10px; }
  #ecosolution .sec03 .wrap .detail .list .item {
    border: 6px solid #d1eacd;
    padding: 10px 10px;
    margin-bottom: 10px;
    line-height: 1.4; }

#ecosolution .sec04 .btn-gre {
  margin: 0 0 30px; }
  @media screen and (min-width: 768px) {
    #ecosolution .sec04 .btn-gre {
      margin: 0 0 50px; } }
@media screen and (min-width: 768px) {
  #ecosolution .sec04 .base_inner {
    padding-left: 15px;
    padding-right: 15px; } }

#ecosolution .sec05 .list {
  border: 6px solid #d1eacd;
  padding: 15px 15px 8px;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    #ecosolution .sec05 .list {
      padding: 20px 50px 8px;
      margin-bottom: 40px; } }
  #ecosolution .sec05 .list .txt-ind {
    line-height: 1.4;
    margin-bottom: 8px; }
    @media screen and (min-width: 768px) {
      #ecosolution .sec05 .list .txt-ind {
        margin-bottom: 12px; } }
@media screen and (min-width: 768px) {
  #ecosolution .sec05 .base_inner {
    padding: 0 15px; } }

/* メディアクエリ
---------------------------------------- */
/* font-size
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
#ecosolution2 .sec01 .sec-tit, #ecosolution2 .sec03 .sec-tit, #ecosolution2 .sec04 .sec-tit {
  text-align: left; }
#ecosolution2 .btn-gre {
  margin: 0; }

#ecosolution2 .sec01 .sec01_tit {
  color: #b22222;
  font-size: 1.6rem;
  font-weight: 500; }
  @media screen and (min-width: 768px) {
    #ecosolution2 .sec01 .sec01_tit {
      font-size: 1.8rem; } }

#ecosolution2 .sec02 .l-wrap .left {
  margin-bottom: 15px; }
  @media screen and (min-width: 1100px) {
    #ecosolution2 .sec02 .l-wrap .left {
      margin-bottom: 0; } }
#ecosolution2 .sec02 .l-wrap .right-pic img {
  width: 100% !important; }

#ecosolution2 .sec03 .l-wrap .left .set .nber {
  display: inline-block;
  font-size: 2rem;
  color: #22aa6a;
  position: relative; }
  #ecosolution2 .sec03 .l-wrap .left .set .nber::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 60px;
    height: 1px;
    margin-right: -75px;
    background: #22aa6a; }
#ecosolution2 .sec03 .l-wrap .right-pic {
  text-align: center; }

#ecosolution2 .sec04 .l-wrap .left {
  margin-bottom: 15px; }
  @media screen and (min-width: 1100px) {
    #ecosolution2 .sec04 .l-wrap .left {
      margin-bottom: 0; } }
#ecosolution2 .sec04 .l-wrap .right-pic img {
  width: 100% !important; }

/* メディアクエリ
---------------------------------------- */
/* font-size
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
.pager {
  margin-top: 30px; }
  .pager .set {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .pager .set li {
      width: 40px;
      height: 40px;
      border: 1px solid #ccc;
      border-radius: 4px;
      margin-left: 5px; }
      .pager .set li:first-child {
        margin-left: 0; }
      .pager .set li:hover {
        border-color: #3b3b3b; }
      .pager .set li a {
        display: block;
        line-height: 39px;
        text-align: center; }
    .pager .set .active {
      background: #cfcfcf; }

#seminar .sec01 .sec-tit {
  text-align: left; }
  #seminar .sec01 .sec-tit .jp {
    font-size: 1.4rem; }
    @media screen and (min-width: 768px) {
      #seminar .sec01 .sec-tit .jp {
        font-size: 2.4rem; } }
#seminar .sec01 .btn-gre {
  margin: 0; }

#seminar .sec01 {
  background: url("../image/seminar/mv-sp.png") right top no-repeat;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    #seminar .sec01 {
      background: url("../image/seminar/mv.png") right top no-repeat;
      background-size: cover; } }
  #seminar .sec01 .set {
    display: inline-block;
    padding: 15px;
    background: rgba(255, 255, 255, 0.7); }
    @media screen and (min-width: 768px) {
      #seminar .sec01 .set {
        padding: 30px; } }

#seminar .course .detail .course-tit {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.8rem;
  line-height: 1.3; }
  @media screen and (min-width: 768px) {
    #seminar .course .detail .course-tit {
      font-size: 2.4rem; } }
#seminar .course .detail .wrap .left .course-tbl {
  margin-bottom: 0 !important; }

/* メディアクエリ
---------------------------------------- */
/* font-size
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
#human .sec01 .sec-tit {
  text-align: left; }
  #human .sec01 .sec-tit .en {
    color: #22aa6a; }
  #human .sec01 .sec-tit .jp {
    font-size: 1.4rem; }
    @media screen and (min-width: 768px) {
      #human .sec01 .sec-tit .jp {
        font-size: 2.4rem; } }

#human .sec01 {
  background: url("../image/human/bg_mv-sp.png") center center no-repeat;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    #human .sec01 {
      background: url("../image/human/bg_mv.png") center center no-repeat;
      background-size: cover; } }
  #human .sec01 .set {
    /*width: 70vw;*/
    background: rgba(255, 255, 255, 0.7);
    padding: 15px 15px;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      #human .sec01 .set {
        padding: 30px;
        /*padding: 50px 0 50px 30px;*/ } }

#human .sec03 .human-tbl {
  width: 100%; }
  #human .sec03 .human-tbl th {
    display: block;
    width: 100%;
    background: #22aa6a;
    color: #fff;
    border-radius: 10px;
    padding: 15px; }
    @media screen and (min-width: 768px) {
      #human .sec03 .human-tbl th {
        display: table-cell;
        width: 200px;
        vertical-align: middle;
        padding: 20px 35px;
        text-align: center;
        border-radius: 14px; } }
  #human .sec03 .human-tbl td {
    display: block;
    width: 100%;
    padding: 15px 0 30px; }
    @media screen and (min-width: 768px) {
      #human .sec03 .human-tbl td {
        display: table-cell;
        width: auto;
        padding: 0 0 0 30px; } }
    #human .sec03 .human-tbl td .area {
      padding: 15px; }
      @media screen and (min-width: 768px) {
        #human .sec03 .human-tbl td .area {
          padding: 30px; } }
      #human .sec03 .human-tbl td .area .txt-bold {
        margin-top: 10px; }
      @media screen and (min-width: 1100px) {
        #human .sec03 .human-tbl td .area .list {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; } }
      #human .sec03 .human-tbl td .area .list .txt-ind {
        line-height: 1.4;
        margin-top: 6px; }
        @media screen and (min-width: 1100px) {
          #human .sec03 .human-tbl td .area .list .txt-ind {
            width: 48%; } }
    #human .sec03 .human-tbl td .kdp {
      border: 3px solid #22aa6a; }
      #human .sec03 .human-tbl td .kdp .human-tbl-tit {
        color: #fff;
        background: #22aa6a;
        padding: 8px 15px; }
    #human .sec03 .human-tbl td .you {
      border: 3px solid #cce39c; }
      #human .sec03 .human-tbl td .you .human-tbl-tit {
        color: #22aa6a;
        background: #cce39c;
        padding: 8px 15px; }
  @media screen and (min-width: 768px) {
    #human .sec03 .human-tbl tr {
      border: 20px solid #fff; } }

#human .sec03 {
  background: #f3f3f3; }
  #human .sec03 .base_inner {
    background: #fff; }
    @media screen and (min-width: 768px) {
      #human .sec03 .base_inner {
        padding-left: 40px;
        padding-right: 40px; } }
  #human .sec03 .set-box {
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      #human .sec03 .set-box {
        margin-bottom: 50px; } }
    #human .sec03 .set-box .pict {
      text-align: center; }
  #human .sec03 .wrap {
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      #human .sec03 .wrap {
        display: flex;
        justify-content: space-between; } }
    #human .sec03 .wrap .item:nth-child(2) {
      margin-top: 30px; }
      @media screen and (min-width: 768px) {
        #human .sec03 .wrap .item:nth-child(2) {
          margin-top: 0; } }
    @media screen and (min-width: 768px) {
      #human .sec03 .wrap .item {
        width: 48%; } }
    #human .sec03 .wrap .item .txt-bold {
      margin-bottom: 10px; }
    #human .sec03 .wrap .item .list {
      border: 6px solid #d1eacd;
      padding: 15px; }
      @media screen and (min-width: 768px) {
        #human .sec03 .wrap .item .list {
          padding: 20px 30px; } }

/* メディアクエリ
---------------------------------------- */
/* font-size
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
#manegmet .tit {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  padding: 20px 0;
  line-height: 1.3; }
  @media screen and (min-width: 768px) {
    #manegmet .tit {
      font-size: calc(24px + 6 * (100vw - 900px)/1232);
      padding: 65px 0; } }
  #manegmet .tit::after {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    color: #cce39c;
    font-weight: 500;
    font-size: 6rem;
    line-height: 1;
    margin-top: -3.2rem;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      #manegmet .tit::after {
        font-size: 15rem;
        margin-top: -8rem; } }
  #manegmet .tit .nb {
    display: inline-block;
    position: relative;
    z-index: 5; }
#manegmet .sec01 .wrap {
  align-items: center; }
#manegmet .sec01 .tit::after {
  content: '01'; }
@media screen and (min-width: 1100px) {
  #manegmet .sec02 .l-wrap {
    align-items: center; } }
#manegmet .sec02 .l-wrap .right-pic img {
  width: 100%; }
#manegmet .sec02 .tit::after {
  content: '02'; }
#manegmet .sec03 .tit::after {
  content: '03'; }
@media screen and (min-width: 1100px) {
  #manegmet .sec04 .wrap {
    align-items: center; } }
#manegmet .sec04 .tit::after {
  content: '04'; }

#manegmet .sec03 .cutch {
  padding: 0 15px;
  margin-bottom: 30px; }
  @media screen and (min-width: 1100px) {
    #manegmet .sec03 .cutch {
      margin-bottom: 60px; } }
#manegmet .sec03 .l-wrap {
  margin-bottom: 30px; }
  @media screen and (min-width: 1100px) {
    #manegmet .sec03 .l-wrap {
      margin-bottom: 0;
      align-items: center; } }
  #manegmet .sec03 .l-wrap:last-child {
    margin-bottom: 0; }
  #manegmet .sec03 .l-wrap .left {
    margin-bottom: 15px; }
    @media screen and (min-width: 1100px) {
      #manegmet .sec03 .l-wrap .left {
        margin-bottom: 0; } }
  @media screen and (min-width: 1100px) {
    #manegmet .sec03 .l-wrap .right {
      min-height: 30vw; } }
  @media screen and (min-width: 1100px) and (min-width: 1800px) {
    #manegmet .sec03 .l-wrap .right {
      min-height: 430px; } }
  @media screen and (min-width: 1100px) {
    #manegmet .sec03 .l-wrap .pic3-1 {
      background: url("../image/manegmet/sec03-1.png") center center no-repeat;
      background-size: cover; }
    #manegmet .sec03 .l-wrap .pic3-2 {
      background: url("../image/manegmet/sec03-2.png") center center no-repeat;
      background-size: cover; }
    #manegmet .sec03 .l-wrap .pic3-3 {
      background: url("../image/manegmet/sec03-3.png") center center no-repeat;
      background-size: cover; }
    #manegmet .sec03 .l-wrap .pic3-4 {
      background: url("../image/manegmet/sec03-4.png") center center no-repeat;
      background-size: cover; } }

@media only screen and (min-width: 768px) {
  #manegmet .sec04 .wrap {
    display: block; } }
  @media only screen and (min-width: 768px) and (min-width: 1100px) {
    #manegmet .sec04 .wrap {
      display: flex;
      justify-content: space-between; } }
@media only screen and (min-width: 768px) {
    #manegmet .sec04 .wrap .left {
      margin-bottom: 20px;
      width: 100%;
      padding: 0 15px; } }
    @media only screen and (min-width: 768px) and (min-width: 1100px) {
      #manegmet .sec04 .wrap .left {
        width: 50%;
        padding: 0 45px; } }
@media only screen and (min-width: 768px) {
    #manegmet .sec04 .wrap .right {
      width: 50%;
      padding-left: 45px; }
    #manegmet .sec04 .wrap .right-pic {
      width: 100%; } }
    @media only screen and (min-width: 768px) and (min-width: 1100px) {
      #manegmet .sec04 .wrap .right-pic {
        width: 50%; } }
@media only screen and (min-width: 768px) {
      #manegmet .sec04 .wrap .right-pic img {
        width: 100% !important;
        height: auto; }
    #manegmet .sec04 .wrap .od {
      order: -1; } }

/* メディアクエリ
---------------------------------------- */
/* font-size
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
.pager {
  margin-top: 30px; }
  .pager .set {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .pager .set li {
      width: 40px;
      height: 40px;
      border: 1px solid #ccc;
      border-radius: 4px;
      margin-left: 5px; }
      .pager .set li:first-child {
        margin-left: 0; }
      .pager .set li:hover {
        border-color: #3b3b3b; }
      .pager .set li a {
        display: block;
        line-height: 39px;
        text-align: center; }
    .pager .set .active {
      background: #cfcfcf; }

#seminar .sec01 .sec-tit {
  text-align: left; }
  #seminar .sec01 .sec-tit .jp {
    font-size: 1.4rem; }
    @media screen and (min-width: 768px) {
      #seminar .sec01 .sec-tit .jp {
        font-size: 2.4rem; } }
#seminar .sec01 .btn-gre {
  margin: 0; }

#seminar .sec01 {
  background: url("../image/seminar/mv-sp.png") right top no-repeat;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    #seminar .sec01 {
      background: url("../image/seminar/mv.png") right top no-repeat;
      background-size: cover; } }
  #seminar .sec01 .set {
    display: inline-block;
    padding: 15px;
    background: rgba(255, 255, 255, 0.7); }
    @media screen and (min-width: 768px) {
      #seminar .sec01 .set {
        padding: 30px; } }

#seminar .course .detail .course-tit {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.8rem;
  line-height: 1.3; }
  @media screen and (min-width: 768px) {
    #seminar .course .detail .course-tit {
      font-size: 2.4rem; } }
#seminar .course .detail .wrap .left .course-tbl {
  margin-bottom: 0 !important; }

/* メディアクエリ
---------------------------------------- */
/* font-size
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
@media screen and (min-width: 768px) {
  .policy_wrap {
    padding-left: 15px;
    padding-right: 15px; } }
@media screen and (min-width: 1800px) {
  .policy_wrap {
    padding-left: 0;
    padding-right: 0; } }
.policy_wrap .policy_sec {
  margin-bottom: 25px; }
  .policy_wrap .policy_sec .policy_sec_tit {
    border-bottom: 1px solid #444;
    padding-bottom: 5px;
    margin-bottom: 17px;
    font-size: 1.6rem; }
    @media screen and (min-width: 768px) {
      .policy_wrap .policy_sec .policy_sec_tit {
        font-size: 1.8rem; } }
  .policy_wrap .policy_sec .policy_list ul {
    margin: 20px 0 20px 20px; }
    .policy_wrap .policy_sec .policy_list ul li {
      padding-left: 2em;
      text-indent: -2em; }

/* メディアクエリ
---------------------------------------- */
/* font-size
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
.contact_sec01 .con_info {
  padding: 15px 25px;
  margin-bottom: 30px; }
  .contact_sec01 .con_info .txt {
    margin-bottom: 15px; }
  .contact_sec01 .con_info .tel_nb {
    text-align: center; }
    .contact_sec01 .con_info .tel_nb .tel-call {
      position: relative;
      display: inline-block;
      font-size: 2rem;
      margin-left: 2rem;
      font-weight: 400; }
      .contact_sec01 .con_info .tel_nb .tel-call::after {
        position: absolute;
        content: 'Tel.';
        font-family: 'Lato', sans-serif;
        font-size: 1.4rem;
        top: 50%;
        left: 0;
        margin: -6px 0 0 -1.8em; }
    .contact_sec01 .con_info .tel_nb .left_txt {
      display: block; }
  .contact_sec01 .con_info .msg {
    background: #fafafa;
    padding: 20px 20px;
    margin-top: 20px;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .contact_sec01 .con_info .msg {
        margin-top: 40px;
        padding: 30px 20%; } }
    .contact_sec01 .con_info .msg .msg-tbl {
      margin-top: 15px;
      width: 100%; }
      .contact_sec01 .con_info .msg .msg-tbl th {
        display: block;
        width: 100%;
        padding: 15px 15px 0; }
        @media screen and (min-width: 768px) {
          .contact_sec01 .con_info .msg .msg-tbl th {
            display: table-cell;
            width: 30%;
            padding: 25px 30px; } }
      .contact_sec01 .con_info .msg .msg-tbl td {
        display: block;
        width: 100%;
        padding: 15px 15px; }
        @media screen and (min-width: 768px) {
          .contact_sec01 .con_info .msg .msg-tbl td {
            display: table-cell;
            width: 70%;
            padding: 25px 30px; } }
      .contact_sec01 .con_info .msg .msg-tbl tr {
        border-bottom: 1px solid #ccc; }
.contact_sec01 .cons_form_wrap {
  padding: 15px 25px; }
  .contact_sec01 .cons_form_wrap .contact_tbl th {
    display: block;
    width: 100%;
    padding: 15px 15px 0; }
    .contact_sec01 .cons_form_wrap .contact_tbl th .req {
      display: inline-block;
      padding: 1px 10px 1px;
      margin-left: 5px;
      font-size: 1.3rem;
      color: #fff;
      background: #22aa6a; }
  .contact_sec01 .cons_form_wrap .contact_tbl td {
    display: block;
    width: 100%;
    padding: 15px 15px; }
    @media screen and (min-width: 768px) {
      .contact_sec01 .cons_form_wrap .contact_tbl td {
        display: table-cell;
        width: 70%;
        padding: 25px 30px; } }
  .contact_sec01 .cons_form_wrap .contact_tbl tr {
    border-bottom: 1px solid #ccc; }
  .contact_sec01 .cons_form_wrap .approval {
    text-align: center;
    margin: 30px 0; }
    .contact_sec01 .cons_form_wrap .approval .approval_txt .link {
      border-bottom: 1px solid #3c271f; }

@media only screen and (min-width: 640px) {
  .contact_sec01 .con_info {
    text-align: center; }
    .contact_sec01 .con_info .txt {
      margin-bottom: 30px; }
    .contact_sec01 .con_info .tel_nb {
      text-align: center; }
      .contact_sec01 .con_info .tel_nb .tel-call {
        font-family: 'Lato', sans-serif;
        font-size: 4rem;
        margin-left: 4rem; }
        .contact_sec01 .con_info .tel_nb .tel-call::after {
          font-size: 1.6rem;
          margin: -6px 0 0 -1.8em; }
      .contact_sec01 .con_info .tel_nb .left_txt {
        display: block; }
  .contact_sec01 .cons_form_wrap {
    padding: 55px 50px 65px; }
    .contact_sec01 .cons_form_wrap .contact_tbl th {
      display: table-cell;
      width: 30%;
      padding: 25px 30px; }
    .contact_sec01 .cons_form_wrap .contact_tbl td {
      display: table-cell;
      width: 70%;
      padding: 25px 30px; }
    .contact_sec01 .cons_form_wrap .approval {
      margin: 60px 0 70px; }
      .contact_sec01 .cons_form_wrap .approval .approval_txt {
        margin-top: 40px; } }
.contact_sec01 .cons_form_wrap .cons_form_note {
  margin: 30px 0; }
  .contact_sec01 .cons_form_wrap .cons_form_note a {
    display: inline-block;
    padding-bottom: 1px;
    border-bottom: 1px solid #ccc; }
    .contact_sec01 .cons_form_wrap .cons_form_note a:hover {
      color: #cfcfcf;
      border-bottom: 1px solid #cfcfcf; }
  .contact_sec01 .cons_form_wrap .cons_form_note .cons_form_txt {
    margin-top: 10px;
    text-align: center; }

@media only screen and (min-width: 640px) {
  .contact_sec01 .cons_form_wrap .cons_form_note .cons_form_txt {
    margin-top: 30px; } }
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

input[type=text], input[type=email] {
  width: 100%;
  height: 35px;
  border: 1px solid #d6d6d6;
  padding: 5px 10px 5px 15px;
  font-size: 14px; }

input.sm[type=text] {
  width: 40%;
  height: 35px;
  border: 1px solid #d6d6d6;
  padding: 5px 10px 5px 15px;
  font-size: 14px; }

input[type=tel] {
  width: 100%;
  height: 35px;
  border: 1px solid #d6d6d6;
  /*border: none;*/
  padding: 5px 10px 5px 15px;
  font-size: 14px;
  /*color: #fff;*/ }

input[type=checkbox] {
  font-size: 14px;
  margin-bottom: 4px;
  background: #000;
  border: 1px solid #ccc; }

textarea {
  width: 100%;
  height: 15em;
  border: 1px solid #d6d6d6;
  /*border: none;*/
  padding: 10px 10px 10px 15px;
  font-size: 14px; }

.mwform-radio-field input {
  margin-bottom: 7px; }

input[type="submit"], input[type="button"] {
  display: block;
  width: 240px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  background: #554f4a;
  color: #fff;
  font-size: 16px; }

input[type="submit"].apbtn_right {
  display: block;
  width: 240px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  background: #554f4a;
  color: #fff;
  font-size: 16px; }

@media only screen and (min-width: 640px) {
  input[type="submit"].apbtn_right {
    font-size: 16px; }

  input[type="submit"], input[type="button"] {
    font-size: 16px; } }
input[type="submit"]:hover, input[type="button"]:hover {
  background: #75695f;
  color: #fff; }

@media only screen and (min-width: 640px) {
  .form_policy {
    text-align: center;
    margin: 15px 0; } }
/*	style info : check_field
--------------------------------------*/
@media only screen and (min-width: 640px) {
  .check_field .horizontal-item {
    display: inline-block;
    width: 50%; }

  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important; } }
/* 送信 */
.form_btn {
  width: 80%;
  max-width: 240px;
  margin: 0 auto 30px; }

.form_btn_sc {
  width: 240px;
  margin: 30px auto 0; }
  .form_btn_sc .item_btn {
    margin-bottom: 20px; }

@media only screen and (min-width: 640px) {
  .form_btn_sc {
    width: 600px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .form_btn_sc .item_btn {
      width: 240px; }

  .form_btn input[type=button], .form_btn input[type=submit] {
    width: 240px; } }
.thanks_in {
  border: 1px solid #ccc;
  padding: 40px 15px; }
  .thanks_in .thanks_tit {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 30px; }
  .thanks_in .txt {
    margin-bottom: 30px; }
  .thanks_in .thsanks_cv_in {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 30px 0; }
    .thanks_in .thsanks_cv_in .left {
      text-align: center;
      margin-bottom: 30px; }
    .thanks_in .thsanks_cv_in .right .tel_nb {
      text-align: center;
      padding-left: 30px; }
      .thanks_in .thsanks_cv_in .right .tel_nb span {
        display: inline-block;
        position: relative;
        font-size: 2.5rem; }
        .thanks_in .thsanks_cv_in .right .tel_nb span::before {
          position: absolute;
          content: '';
          top: 50%;
          left: -50px;
          display: block;
          width: 46px;
          height: 30px;
          margin-top: -15px;
          background-repeat: no-repeat;
          background-image: url(../images/common/ico_free_w.png);
          background-size: 46px 30px; }
    .thanks_in .thsanks_cv_in .right .txt {
      text-align: center; }

@media only screen and (min-width: 640px) {
  .thanks_in {
    padding: 80px 130px; }
    .thanks_in .thanks_tit {
      font-size: 2.4rem;
      text-align: center;
      margin-bottom: 100px; }
    .thanks_in .thanks_txtarea {
      text-align: center; }
      .thanks_in .thanks_txtarea .txt {
        display: inline-block;
        text-align: left;
        margin-bottom: 60px; }
    .thanks_in .thsanks_cv_in {
      padding: 50px 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .thanks_in .thsanks_cv_in .left {
        width: 50%;
        margin-bottom: 0; }
      .thanks_in .thsanks_cv_in .right {
        width: 50%;
        padding-top: 10px; }
        .thanks_in .thsanks_cv_in .right .tel_nb {
          text-align: center;
          padding-left: 30px; }
          .thanks_in .thsanks_cv_in .right .tel_nb span {
            font-size: 3rem; }
        .thanks_in .thsanks_cv_in .right .txt {
          text-align: center; } }
