@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Roboto+Condensed:400,700&display=swap");
html {
  overflow-y: scroll;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  /*font-weight: normal;*/
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Base style & container
==================================================== */
body {
  color: black;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  background: #fefefe;
}

.inner {
  max-width: 960px;
  /* padding: 0 20px; */
  margin: 0 auto;
  width: 100%;
}

.inner-1100 {
  max-width: 1140px;
}

.inner-960 {
  max-width: 1000px;
}

a {
  text-decoration: none;
  transition: all 0.25s;
}

a:hover {
  transition: all 0.25s;
  opacity: 0.7;
}

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

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

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

@media screen and (max-width: 999px) {
  .pc2 {
    display: none;
  }
}

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

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/* ====================================================
Header
==================================================== */
#main-header {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 10;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  /* border-bottom: 1px solid #b7b7b7; */
}

@media screen and (max-width: 990px) {
  #main-header {
    overflow: inherit;
  }
  #main-header:after {
    content: "";
    position: absolute;
    height: 60px;
    background: #ffffff;
    z-index: 10;
    pointer-events: none;
    width: 100%;
    top: 0;
    left: 0;
  }
}

#main-header .inner {
  display: flex;
  align-items: center;
  height: 120px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 990px) {
  #main-header .inner {
    height: 60px;
  }
}

#main-header .box-phone {
  width: 225px;
}

@media screen and (max-width: 990px) {
  #main-header .box-phone {
    display: none;
  }
}

#main-header .box-time {
  width: 155px;
}

@media screen and (max-width: 990px) {
  #main-header .box-time {
    display: none;
  }
}

@media screen and (max-width: 990px) {
  #main-header .box-time {
    width: 210px;
  }
  #main-header .box-time p {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

#main-header .logo {
  /* width: calc(200/960*100%); */
  width: 100%;
  margin: 0px 0 0px 0;
  padding: 0px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.logo-b0 {
    width: 50px;
    margin: 5px 10px 5px 0;
}

/* TOPのcatch文 */
.main-catch {
    position: relative;
    /* top: -480px; */
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    width: 60%;
    margin: 0 auto 0 auto;
    padding: 50px 0;
    margin-top: calc(100% / -5 - 120px);
    margin-bottom: calc(100% / 6);
}

.main-catch p {color: #ffffff;font-size: 20px;letter-spacing: .1em;}

p.main-catch-en {
    font-family: 'Caveat';
    /* font-size: 600%; */
    font-size: 60px;
    line-height: 100%;
    margin: 30px 0 0 0;
}


@media screen and (max-width: 1200px) {
  #main-header .logo {
    width: 25%;
    padding-right: 20px;
  }
}

@media screen and (max-width: 990px) {
  #main-header .logo {
    width: 70%;
    padding: 0;
    text-align: center;
    display: flex;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
    z-index: 11;
  }
}

#main-header .logo a {
  display: block;
}

#main-header .logo a img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 990px) {
  #main-header .logo a img {
    max-height: 40px;
  }
}

#main-header .navGlobal {
  /* width: calc(960/960*100%); */
  width: 100%;
  margin: 0 0 0 0;
}

@media screen and (max-width: 1200px) {
  #main-header .navGlobal {
    width: calc(100% - 25% - 225px - 155px);
  }
}

@media screen and (max-width: 990px) {
  #main-header .navGlobal {
    display: none;
  }
  #main-header .navGlobal.open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #ffffff;
    z-index: 10;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  #main-header .navGlobal.open .navGlobalIn {
    border-top: solid 1px #ddd;
    padding-top: 30px;
  }
  #main-header .navGlobal.open .navGlobalIn li {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  #main-header .navGlobal.open .navGlobalIn li a {
    width: 100%;
  }
  #main-header .navGlobal .box-phone {
    display: block;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 990px) and (max-width: 990px) {
  #main-header .navGlobal .box-phone {
    padding-left: 0;
    margin-top: 20px;
  }
  #main-header .navGlobal .box-phone a, #main-header .navGlobal .box-phone p {
    justify-content: center;
  }
}

@media screen and (max-width: 990px) {
  #main-header .navGlobal .box-phone a:last-child {
    display: none;
  }
  #main-header .navGlobal .box-time {
    display: block;
    margin: 0 auto;
    background: transparent;
    padding: 0;
  }
}

.navGlobalIn {
  display: flex;
  flex-wrap: wrap;
  /* margin-bottom: -10px; */
  justify-content: center;
}




.navGlobalIn li {
  display: inline-block;
  margin-bottom: 7px;
}

.navGlobalIn li a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.77778;
  color: #333;
  display: inline-block;
  padding-right: 24px;
}

@media screen and (max-width: 990px) {
  .navGlobalIn li a {
    padding-right: 0;
  }
}

.box-phone {
  padding-left: 4px;
}

.box-phone a, .box-phone p {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 0.875;
  margin-bottom: 10px;
  font-family: "Lora", sans-serif;
  color: #ffffff;
}

.box-phone a img, .box-phone p img {
  /* margin-right: 10px; */
  width: 30px;
  margin: -10px 6px 0 0;
}

.box-phone a:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .box-phone a, .box-phone p {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.box-time {
  background: #eefbf5;
  padding: 11px 0 19px;
}

.box-time span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #04934f;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 4px;
  margin-top: 4px;
}

.box-time p {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  padding: 0 12px;
  color: #fff;
}

.box-time p:last-child {
  margin-top: 0;
}

/* ====================================================
Footer
==================================================== */
.copy-right {
  font-size: 14px;
  line-height: 1.71429;
  padding: 11px 0;
}

@media screen and (max-width: 767px) {
  .copy-right {
    /*margin-bottom: 50px;*/
  }
}

#main-footer {
  background: #000000;
  padding: 43px 0 18px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  #main-footer {
    padding: 50px 0;
  }
}

#main-footer .logo img {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  #main-footer .logo {
    display: block;
    width: 100%;
  }
  #main-footer .logo a {
    display: block;
    text-align: center;
  }
}

#main-footer .logo > img {
    width: 30px;
}

#main-footer .info_footer .logo a {width: 84%;margin: 0 0 0 5px;}

#main-footer .box-time {
  display: flex;
  align-items: center;
  padding: 0 0 0 27px;
  background: transparent;
  margin-bottom: 17px;
}

@media screen and (max-width: 767px) {
  #main-footer .box-time {
    padding: 0;
    width: 100%;
    justify-content: center;
  }
}

#main-footer .box-time span {
  width: auto;
}

#main-footer .box-time p {
    margin: 5px 0 0 0;
}

#main-footer .box-time p:last-child {
  margin-bottom: 0;
}

#main-footer .box-phone {
  margin-bottom: 16px;
  padding-left: 0px;
}

@media screen and (max-width: 767px) {
  #main-footer .box-phone {
    width: 100%;
    padding: 0;
  }
  #main-footer .box-phone a {
    display: block;
    text-align: center;
  }
}

#main-footer .logo {
  margin-bottom: 26px;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

#main-footer .inner {
  display: flex;
  flex-wrap: wrap;
}

#main-footer .btnCom02 {
  min-width: 260px;
}

#main-footer .info_footer {
  width: 300px;
  padding-left: 10px;
  border-right: 1px solid #000;
  margin: 0 30px 0 0;
}

@media screen and (max-width: 990px) {
  #main-footer .info_footer {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  #main-footer .info_footer {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

#main-footer .info_footer a {
    display: block;
}

#main-footer .nav-footer {
  width: 24%;
  padding-top: 17px;
}

@media screen and (max-width: 990px) {
  #main-footer .nav-footer {
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  #main-footer .nav-footer {
    padding-top: 0;
  }
}

#main-footer .nav-footer .nav-bottom li a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.33333;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 1rem;
}

@media screen and (max-width: 990px) {
  #main-footer .nav-footer .nav-bottom li a {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  #main-footer .nav-footer .nav-bottom li a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

#main-footer .nav-footer .list-social {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  #main-footer .nav-footer .list-social {
    justify-content: center;
    margin-bottom: 0 !important;
  }
}

#main-footer .nav-footer:nth-child(3) {
  width: 15%;
}

@media screen and (max-width: 990px) {
  #main-footer .nav-footer:nth-child(3) {
    width: 20%;
  }
}

#main-footer .nav-footer:nth-child(4) {
  width: calc(100% - 21% - 17% - 385px);
}

@media screen and (max-width: 990px) {
  #main-footer .nav-footer:nth-child(4) {
    width: 20%;
  }
}

#main-footer .nav-footer:nth-child(4) ul {
  margin-bottom: 36px;
}

#main-footer .nav-footer:nth-child(4) .list-social li {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #main-footer .nav-footer {
    width: 100% !important;
    margin-bottom: 30px;
  }
  #main-footer .nav-footer:last-child {
    margin-bottom: 0;
  }
}

/* ====================================================
footer org
==================================================== */
.org-footer {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    border: 1px dotted #ccd0d5;
    border-right: 0;
    border-left: 0;
    padding: 20px 0;
}
.org-footer-inner {
    width: 48%;
}.org-footer-inner p {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: .5em;
}
ul.org-footer-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}
ul.org-footer-list li {
    margin: 0 1em 0 0;
}
ul.org-footer-list li:last-child {
    margin: 0 0em 0 0;
}
ul.org-footer-list a {
    text-decoration: underline;
    color: #1c9b34;
}

@media screen and (min-width: 768px) {
  a[href^="tel"] {
    pointer-events: none;
  }
}

.info-right {
  position: fixed;
  top: 17.5vh;
  right: 0;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .info-right {
    top: auto;
    bottom: 0;
    display: flex;
    width: 100%;
  }
}

.info-right li a {
  display: inline-block;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  background: #1c9b34;
  padding: 32px 5px 32px;
  width: 40px;
  letter-spacing: 2px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .info-right li a {
    writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 767px) {
  .info-right li a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    width: 100%;
    text-align: center;
    padding: 10px 10px;
  }
}

@media screen and (max-width: 767px) {
  .info-right li {
    width: 50%;
  }
}

.info-right li:nth-child(2) {
  margin-top: -4px;
}

@media screen and (max-width: 767px) {
  .info-right li:nth-child(2) {
    margin-top: 0;
  }
}

.info-right li:nth-child(2) a {
  background: #ffda2f;
  color: #033333;
}

.menu-trigger {
  display: block;
  position: absolute;
  z-index: 9999;
  width: 60px;
  height: 45px;
  right: 0;
  top: 0;
  cursor: pointer;
  display: inline-block;
  transition: all .4s;
  background: #000000;
}

@media screen and (min-width: 990px) {
  .menu-trigger {
    display: none;
  }
}

.menu-trigger b {
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  line-height: 20px;
  background: #000000;
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 100%;
  font-weight: normal;
  padding-bottom: 5px;
}

.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  position: absolute;

  right: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 2px;
  border-radius: 100px;
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 10px;
}

.menu-trigger span:nth-of-type(2) {
  top: 45%;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 13px;
}

.menu-trigger.open span {
  background-color: #fff;
}

.menu-trigger.open span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}

.menu-trigger.open span:nth-child(2) {
  opacity: 0;
}

.menu-trigger.open span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}


/* ====================================================
MODULE
==================================================== */
/*パンくずMODULE*/
/*見出しMODULE*/
/*テキストMODULE*/
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

/*リンクMODULE*/
/*ボタンMODULE*/
.btn {
  width: 100px;
  height: 50px;
  border: 2px solid #FFCCCC;
  text-align: center;
  line-height: 50px;
}

.btnRed {
  color: red;
  background-color: #FFCCCC;
}

.btnBlue {
  color: white;
  border-color: blue;
  background-color: blue;
}

/*リストMODULE*/
/*ボックスMODULE*/
/*グリッドMODULE*/
/*フォームMODULE*/
.fade {
  opacity: 0;
  transition: opacity .8s ease-in, transform .8s ease;
}

.fade.inview {
  opacity: 1;
}

.fade.delay180s {
  transition-delay: 1.8s;
}

.fadeIn {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease-in, transform .8s ease;
}

.fadeIn.inview {
  opacity: 1;
  transform: translateY(0);
}

.fadeIn.delay03s {
  transition-delay: 0.3s;
}

.fadeIn.delay05s {
  transition-delay: 0.5s;
}

.fadeIn.delay07s {
  transition-delay: 0.7s;
}

.fadeIn.delay09s {
  transition-delay: 0.9s;
}

.fadeIn.delay11s {
  transition-delay: 1.1s;
}

.fadeIn.delay13s {
  transition-delay: 1.3s;
}

.fadeIn.delay15s {
  transition-delay: 1.5s;
}

.fadeIn.delay17s {
  transition-delay: 1.7s;
}

.fadeIn.delay19s {
  transition-delay: 1.9s;
}

.fadeIn.delay21s {
  transition-delay: 2.1s;
}

.fadeIn.delay23s {
  transition-delay: 2.3s;
}

.fadeIn.delay25s {
  transition-delay: 2.5s;
}

.fadeIn-Right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.3s ease-in, transform .8s ease;
}

.fadeIn-Right.inview {
  opacity: 1;
  transform: translateX(0);
}

.fadeIn-Right.delay03s {
  transition-delay: 0.3s;
}

.fadeIn-Right.delay033s {
  transition-delay: 0.33s;
}

.fadeIn-Right.delay036s {
  transition-delay: 0.36s;
}

.fadeIn-Right.delay039s {
  transition-delay: 0.39s;
}

.fadeIn-Right.delay042s {
  transition-delay: 0.42s;
}

.fadeIn-Right.delay045s {
  transition-delay: 0.45s;
}

.fadeIn-Right.delay048s {
  transition-delay: 0.48s;
}

.fadeIn-Right.delay05s {
  transition-delay: 0.5s;
}

.fadeIn-Right.delay051s {
  transition-delay: 0.51s;
}

.fadeIn-Right.delay054s {
  transition-delay: 0.54s;
}

.fadeIn-Right.delay057s {
  transition-delay: 0.57s;
}

.fadeIn-Right.delay06s {
  transition-delay: 0.6s;
}

.fadeIn-Right.delay063s {
  transition-delay: 0.63s;
}

.fadeIn-Right.delay066s {
  transition-delay: 0.66s;
}

.fadeIn-Right.delay069s {
  transition-delay: 0.69s;
}

.fadeIn-Right.delay07s {
  transition-delay: 0.7s;
}

.fadeIn-Right.delay072s {
  transition-delay: 0.72s;
}

.fadeIn-Right.delay075s {
  transition-delay: 0.75s;
}

.fadeIn-Right.delay078s {
  transition-delay: 0.78s;
}

.fadeIn-Right.delay081s {
  transition-delay: 0.81s;
}

.fadeIn-Right.delay084s {
  transition-delay: 0.84s;
}

.fadeIn-Right.delay087s {
  transition-delay: 0.87s;
}

.fadeIn-Right.delay09s {
  transition-delay: 0.9s;
}

.fadeIn-Right.delay093s {
  transition-delay: 0.93s;
}

.fadeIn-Right.delay096s {
  transition-delay: 0.96s;
}

.fadeIn-Right.delay099s {
  transition-delay: 0.99s;
}

.fadeIn-Right.delay102s {
  transition-delay: 1.02s;
}

.fadeIn-Right.delay105s {
  transition-delay: 1.05s;
}

.fadeIn-Right.delay108s {

  transition-delay: 1.08s;
}

.fadeIn-Right.delay11s {
  transition-delay: 1.1s;
}

.fadeIn-Right.delay111s {
  transition-delay: 1.11s;
}


.fadeIn-Right.delay114s {
  transition-delay: 1.14s;
}

.fadeIn-Right.delay117s {
  transition-delay: 1.17s;
}

.fadeIn-Right.delay120s {
  transition-delay: 1.2s;
}

.fadeIn-Right.delay123s {
  transition-delay: 1.23s;
}

.fadeIn-Right.delay124s {
  transition-delay: 1.24s;
}

.fadeIn-Right.delay127s {
  transition-delay: 1.27s;
}

.fadeIn-Right.delay130s {
  transition-delay: 1.3s;
}

.fadeIn-Right.delay133s {
  transition-delay: 1.33s;
}

.fadeIn-Right.delay136s {
  transition-delay: 1.36s;
}

.fadeIn-Right.delay139s {
  transition-delay: 1.39s;
}

.fadeIn-Right.delay142s {
  transition-delay: 1.42s;
}

.fadeIn-Right.delay145s {
  transition-delay: 1.45s;
}

.fadeIn-Right.delay148s {
  transition-delay: 1.48s;
}

.fadeIn-Right.delay150s {
  transition-delay: 1.5s;
}

.fadeIn-Right.delay151s {
  transition-delay: 1.51s;
}

.fadeIn-Right.delay154s {
  transition-delay: 1.54s;
}

.fadeIn-Right.delay157s {
  transition-delay: 1.57s;
}

.fadeIn-Right.delay160s {
  transition-delay: 1.6s;
}

.fadeIn-Right.delay163s {
  transition-delay: 1.63s;
}

.fadeIn-Right.delay165s {
  transition-delay: 1.65s;
}

.fadeIn-Right.delay168s {
  transition-delay: 1.68s;
}

.fadeIn-Right.delay171s {
  transition-delay: 1.71s;
}

.main-visual {
  position: relative;
  /* margin-bottom: 18px; */
  margin-top: 120px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main-visual {
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 990px) {
  .main-visual {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .main-visual {
    margin-bottom: 12px;
  }
}

.main-visual .slide-mv img {
  display: block;
  min-height: 415px;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

@media screen and (max-width: 767px) {
  .main-visual .slide-mv img {
    min-height: auto;
  }
}

.content {
  position: absolute;
  background: rgba(11, 169, 95, 0.95);
  left: 0;
  bottom: -24px;
  width: 54.5%;
  color: #fff;
  padding: 73px 4% 50px 10.3%;
  -webkit-clip-path: polygon(0 0, 0% 550%, 100% 0);
  clip-path: polygon(0 0, 0% 750%, 100% 0);
  min-height: 424px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .content {
    clip-path: inherit;
    padding-right: 2px;
    width: 49%;
  }
  .content:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 135px;
    right: -135px;
    background: url(../img/index/bg-01.png) no-repeat top right;
  }
}

@supports (-ms-ime-align: auto) {
  .content {
    clip-path: inherit;
    padding-right: 2px;
    width: 49%;
  }
  .content:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 135px;
    right: -135px;
    background: url(../img/index/bg-01.png) no-repeat top right;
  }
}

@media (max-width: 1700px) {
  .content {
    padding-left: 2%;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 1px;
  }
}

@media screen and (max-width: 990px) {
  .content {
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  .content {
    background: transparent;
    clip-path: inherit;
  }
}

.content .ttl-mv {
  font-size: 44px;
  line-height: 1.59091;
  text-align: center;
  position: relative;
  padding-bottom: 33px;
  margin-bottom: 31px;
}

@media (max-width: 1700px) {
  .content .ttl-mv {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .content .ttl-mv {
    font-size: 23px;
    font-size: 2.3rem;
    color: #1c9b34;
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 321px) {
  .content .ttl-mv {
    font-size: 20px;
    font-size: 2rem;
  }
}

.content .ttl-mv:after {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 50px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .content .ttl-mv:after {
    background: #1c9b34;
  }
}


.content p {
  font-size: 18px;
  line-height: 1.77778;
  text-align: center;
}

@media screen and (max-width: 990px) {
  .content p {
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .content p {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    padding-right: 0;
  }
  .main-visual p {
    padding: 0 2em;
  }

  .main-visual p br {
      display: none;
  }
}

@media screen and (max-width: 321px) {
  .content p br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .content {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    clip-path: none;
    bottom: 0;
    padding-right: 0;
    padding-left: 0;
    
  }
  .main-visual .content {
    -webkit-clip-path: none;
clip-path: none;
  }
}

.slick-slide:hover, .slick-slide:focus {
  border: 0;
  outline: 0;
}

.list-social {
  display: flex;
  align-items: center;
}



.list-social li {
  display: inline-block;
  padding: 0 7px;
}

.sec-info .inner {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .sec-info .inner {
    margin: 0;
  }
}

.sec-info .inner > * {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .sec-info .inner > * {
    width: 100%;
    padding: 0;
  }
}

.sec-info .info_left {
  padding-top: 45px;
}

ul.insta-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.insta-list li {
    margin: 0 1.5% 1rem 1.5%;
    width: 30%;
}ul.insta-list li a {
    display: block;
}
ul.insta-list li a img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
  .sec-info .info_left {
    margin-bottom: 30px;
    padding-top: 0;
  }
}

.sec-info .info_left .ttl-l {
  font-size: 24px;
  line-height: 1.25;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  text-align: center;
  justify-content: center;
  margin-bottom: 44px;
}

@media screen and (max-width: 767px) {
  .sec-info .info_left .ttl-l {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.sec-info .info_left .ttl-l p {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .sec-info .info_left .ttl-l p {
    width: auto;
    padding-right: 20px;
    text-align: center;
  }
}

@media (max-width: 450px) {
  .sec-info .info_left .ttl-l p {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}

.sec-info .info_left .ttl-l span {
  font-size: 18px;
  font-size: 1.8rem;
  color: #7bc56f;
}

@media screen and (max-width: 767px) {
  .sec-info .info_left .ttl-l span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec-info .info_left .ttl-l .list-social {
  margin-left: 15px;
  min-width: 130px;
}

@media screen and (max-width: 767px) {
  .sec-info .info_left .ttl-l .list-social {
    margin-right: 15px;
    margin-left: 0;
  }
}

@media (max-width: 450px) {
  .sec-info .info_left .ttl-l .list-social {
    justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sec-info .info_left .ttl-l {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.sec-info .info_right {
  padding-left: 48px;
}

@media screen and (max-width: 767px) {
  .sec-info .info_right {
    padding-left: 0;
  }
}

.list-ins {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -17px -10px;
}

.list-ins .item {
  width: 33.33%;
  padding: 0 7px;
  margin-bottom: 17px;
}

.list-service {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 27px;
  margin-left: -10px;
}

@media screen and (max-width: 767px) {
  .list-service {
    margin-bottom: 15px;
  }
}

.list-service .item {
  width: 50%;
  margin-bottom: 65px;

}

@media screen and (max-width: 767px) {
  .list-service .item {
    margin-bottom: 30px;
  }
}

.list-service .item a {
  display: block;
}

.list-service .item .img {
  text-align: center;
  margin-bottom: 20px;
}

.list-service .item .img img {
  max-width: 100%;
}

.list-service .item .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
}

@media screen and (max-width: 767px) {
  .list-service .item .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.box-ins .ttl {
  font-size: 22px;
  line-height: 1.36364;
  margin-bottom: 13px;
  text-align: center;
  justify-content: center;

  color: #0eaa61;
  font-weight: bold;
  display: flex;
  align-items: center;
}

h2.ttl a {
    color: #0eaa61;
}

.box-ins .ttl img {
  margin-right: 18px;
}

@media screen and (max-width: 767px) {
  .box-ins .ttl img {
    margin-right: 10px;
    justify-content: center;
    display: inline-block;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .box-ins .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.box-ins img {
  max-width: calc(100% + 10px);
  margin-right: -10px;
}

@media screen and (max-width: 767px) {
  .box-ins img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.list-box01 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: 1px;
}

@media screen and (max-width: 767px) {
  .list-box01 {
    margin-left: -3px;
    margin-right: -3px;
  }
}

.list-box01 .item {
  width: 50%;
  padding: 0 6px;
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .list-box01 .item {
    margin-bottom: 10px;
    padding: 0 3px;
  }
}

.list-box01 .item .wrap {
  position: relative;
  border: solid 4px #1c9b34;
  flex-shrink: 0;
  min-height: 100%;
  min-width: 100%;
}

.list-box01 .item .ttl {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  padding: 0 10px;
  margin-bottom: 10px;
}

.list-box01 .item .ttl span {
  font-size: 18px;
  font-size: 1.8rem;
  color: #1c9b34;
  font-weight: 400;
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 990px) {
  .list-box01 .item .ttl span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .list-box01 .item .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .list-box01 .item .ttl span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.list-box01 .item .img-main {
  display: block;
  margin: 0 auto;
}

.list-box01 .item small, .list-box01 .item p {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 3px;
  display: block;
}

@media screen and (max-width: 767px) {
  .list-box01 .item small, .list-box01 .item p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 321px) {
  .list-box01 .item small, .list-box01 .item p {
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: -0.5px;
  }
}

.list-box01 .item .btnCom01 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 321px) {
  .list-box01 .item--01 img {
    height: 100%;
    object-fit: cover;
  }
}

.list-box01 .item--01 .ttl {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .list-box01 .item--01 .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.list-box01 .item--01 .btnCom01 {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.list-box01 .item--02 .wrap {
  border-color: #7bc56f;
}

.list-box01 .item--02 .ttl {
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .list-box01 .item--02 .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.list-box01 .item--03 .wrap {
  padding-top: 11px;

  padding-bottom: 8px;
  background: #f0f9e2;
  border-color: #00b900;
}

.list-box01 .item--03 .ttl img {
  margin-top: 3px;
  margin-bottom: 5px;
}

.list-box01 .item--04 .btnCom01 {
  position: absolute;
  bottom: 10px;
}

.list-box01 .item--04 .wrap {
  border-color: #000000;
  padding-top: 20px;
  padding-bottom: 32px;
}

.list-box01 .item--04 .ttl {
  font-size: 26px;
  font-size: 2.6rem;
  color: #333;
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .list-box01 .item--04 .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.list-box01 .item--04 .img-main {
  margin-bottom: 17px;
}

.list-box01 .item--04 p {
  line-height: 23px;
  margin-bottom: 10px;
}

.box-fanpage {
  border: solid 1px #ebedf0;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .box-fanpage {
    text-align: center;
  }
}

.btnCom01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;

  background: #1c9b34;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  padding: 6px 10px 9px 5px;
  min-width: 161px;
  position: relative;
}

.btnCom01 span {
  font-size: 28px;
  font-size: 2.8rem;
  margin-left: 1px;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: 15px;
}

@media screen and (max-width: 767px) {
  .btnCom01 span {
    top: 37%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btnCom01 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 990px) {
  .btnCom01 {
    font-size: 12px;
    font-size: 1.2rem;
    min-width: 135px;
  }
  .btnCom01 span {
    right: 7px;
  }
}

@media screen and (max-width: 767px) {
  .btnCom01 {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px 20px 7px;
    min-width: 150px;
  }
}

@media screen and (max-width: 321px) {
  .btnCom01 {
    font-size: 9px;
    font-size: 0.9rem;
    min-width: 120px;
  }
  .btnCom01 span {
    right: 5px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.ttlCom01 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.33333;
  margin-bottom: 34px;
}

.ttlCom01 span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  color: #44bf6a;
  font-weight: normal;
  margin-top: 4px;
}

.ttlCom01.lg {
  font-size: 30px;
  line-height: 1.06667;
  margin-bottom: 26px;
}

.ttlCom01.lg span {
  font-size: 22px;
  line-height: 1.09091;
  margin-top: 16px;
  font-family: "Roboto Condensed", sans-serif;
}

@media screen and (max-width: 767px) {
  .ttlCom01.lg {
    font-size: 20px;
    font-size: 2rem;
  }
  .ttlCom01.lg span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .ttlCom01 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .ttlCom01 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.list01 li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.list01 li:last-child {
  margin-bottom: 0;
}

.list01 li span {
  min-width: 103px;
  display: inline-block;
  font-weight: bold;
}

dl#news {
    font-size: 16px;
    font-size: 1.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

dl#news dt, dl#news dd {
    margin-bottom: 1em;
    border-bottom: 1px dotted #cccccc;
    padding: 0 0 1em 0;
}

dl#news dt {
    width: 12%;

  font-weight: bold;
}

dl#news dd {
    width: 88%;
}


@media screen and (max-width: 767px) {
  dl#news dt {
      width: 100%;
      border-bottom: 0;
      margin: 0;
      padding: 0 0 .5em 0;
  }

  dl#news dd {
      width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sec-news {
    margin-bottom: 50px;
  }
}

.sec-news .wrap {
  padding: 24px 27px 43px;
  background: #f9f9f9;
  max-width: 960px;
  margin: 0 auto;
  height: 300px;
    overflow-y: scroll;
}


@media screen and (max-width: 767px) {
  .list01 li span {
    min-width: 80px;
  }
}

.list01 li a {
  color: #333;
}

@media screen and (max-width: 767px) {
  .list01 li {
    display: flex;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.sec-info {
  margin-bottom: 25px;
}

.sec-news {
  margin-bottom: 119px;
}

@media screen and (max-width: 767px) {
  .sec-news .wrap {
    padding: 20px;
  }
}

.sec-about {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .sec-about {
    margin-bottom: 50px;
  }
}

.box01 {
  background: #f0f9e2;
  padding: 37px 70px 72px;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media screen and (max-width: 990px) {
  .box01 {
    padding: 37px 40px 72px;
  }
}

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

.box01:last-child {
  margin-bottom: 0;
}

.box01 .ttlCom01 {
  margin-bottom: 23px;
  text-align: left;
  color: #333;
}

.box01 .ttlCom01 span {
  color: #44bf6a;
  font-family: "Roboto Condensed", sans-serif;
}

@media screen and (max-width: 767px) {
  .box01 .ttlCom01 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 321px) {
  .box01 .ttlCom01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.box01 .ttlCom01 span {
  margin-top: 9px;
}

.box01 .txtBase {
  margin-bottom: 20px;
}

.box01_img {
  width: calc(500/960*100%);
}

@media screen and (max-width: 767px) {
  .box01_img {
    width: 100%;
    margin-bottom: 50px;
    order: 1 !important;
  }
}

.box01_content {
  padding-right: 60px;
  width: calc(460/960*100%);
}

@media screen and (max-width: 990px) {
  .box01_content {
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .box01_content {
    padding: 0 !important;
    width: 100%;
    order: 2 !important;
  }
}

.box01_content .ttlCom01 {
  margin-top: -5px;
}

@media screen and (max-width: 990px) {
  .box01_content .btnCom02 {
    font-size: 16px;
    font-size: 1.6rem;
    padding-right: 30px !important;
    padding-left: 20px !important;
    text-align: center;
  }
  .box01_content .btnCom02 span {
    right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .box01_content .btnCom02 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.box01:nth-child(2n+2) {
  background: #f5faff;
}

.box01:nth-child(2n+2) .btnCom02 {
  padding-right: 50px;
}

.box01:nth-child(2n+2) .box01_content {
  order: 2;
  padding-right: 0;
  padding-left: 38px;
}

.box01_content p {
    font-size: 15px;
    font-size: 1.5rem;
}

.box01:nth-child(2n+2) .box01_img {
  order: 1;
}

.box01 .slick-dots {
  display: flex;
  justify-content: center;
  bottom: -34px;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .box01 .slick-dots {
    bottom: -15px;
  }
}

.box01 .slick-dots li {
  margin: 0 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #707070;
  border: solid 1px #707070;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .box01 .slick-dots li {
    width: 7px;
    height: 7px;
  }
}

.box01 .slick-dots li.slick-active {
  background: #ffffff;
}

.box01 .slick-dots li button {
  display: none;
}

.txtBase {
  font-size: 16px;
  line-height: 1.625;
}

@media screen and (max-width: 767px) {
  .txtBase {
    font-size: 14px;

    font-size: 1.4rem;
    line-height: 1.5;

  }
}

.btnCom02 {
  display: inline-block;
  padding: 6px 42px;
  background: #1c9b34;
  font-size: 18px;
  line-height: 1.77778;
  color: #fff;
  font-weight: bold;
  min-width: 190px;
  text-align: center;
  position: relative;
}

.btnCom02 span {
  font-size: 28px;
  font-size: 2.8rem;
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  top: 40%;
  transform: translateY(-47%);
  right: 34px;
}

@media screen and (max-width: 767px) {
  .btnCom02 span {
    right: 15px;
    top: 40%;
  }
}

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

@media screen and (max-width: 550px) {
#main-header .logo {
    width: 100%;
    margin: 0 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0px 0 0 5px;
}

.logo-b0 {
    width: 30px;
}

#main-header .logo a span img {
    max-height: 32px;
}
}

.ai-center {
	justify-content: center !important;
}




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

.works .inner{
  max-width: 1200px;
  margin: 0 auto;
}

.works .category_list{
  display: flex;
  justify-content: center;
  margin: 40px 0;
}


.works .category_list .left a{
  width: 400px;
  background-color:#333;
  color: #fff;
  padding: 15px 40px;
  margin-right: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  display: block;
}

.works .category_list .right a{
  background-color:#333;
  color: #fff;
  padding: 15px 40px;
  width: 400px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  display: block;
}

.works .list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-bottom: 60px;
}

.works .list .items{
  max-width: 280px;
  width: 100%;
  display: block;
  margin-top: 20px;
}

.works .list .items a:hover{
  opacity: 0.8;
}

.works .list .items:not(:nth-child(4n)){
  margin-right: 20px;
}


.works .list .items .name{
  text-align: center;
  padding: 10px 0;
  background-color: #333;
  color: #fff;
  max-width: 280px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
}

.next_link {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.next_link a{
  background-color:#fff;
    color: #333;
    padding: 10px 30px;
    border:  1px solid #333;
}

.next_link a:hover{
  background-color:#333;
  color: #fff;
  padding: 10px 40px;
  opacity: 1;
  }

.name_list_title{
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid #333333;
  font-weight: bold;
  margin-top: 60px;
}

/*
.name_list li{
  font-size: 16px;
  margin-top: 10px;
}
*/
.name_list{
	width:90%;
  counter-reset:list;
  list-style-type:none;
  font: 16px/1.6 'arial narrow', sans-serif;
  padding:0 1.5em;
	display:flex;
	flex-wrap: wrap;
	gap:3px 10px;
}

.name_list li{
	width:48%;
  position:relative;
  padding: 0 0 0 30px;
  margin: 7px 0 7px 0px;
  font-weight: bold;
  font-size:14px;
  line-height: 30px;
  border-bottom: dashed 1px #999;
  margin-top: 10px;
}
.name_list li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #999;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

	.name_list{
		flex-direction: column;
	}
	
	.name_list li{
		width:100%;
	}
	
}

.detail .title{
  font-size: 32px;
  padding-bottom: 10px;
  border-bottom: 2px solid #333333;
  font-weight: bold;
}

.back_link a{
  background-color:#fff;
    color: #333;
    padding: 10px 30px;
    border:  1px solid #333;
    width: 300px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 16px;
}

.back_link a:hover{
  background-color:#333;
  color: #fff;
  opacity: 1;
}

.gallery{
	margin:0 auto;
  max-width: 800px;
}

.gallery li{
list-style:none;
}
.gallery li img {
  width: auto;
  max-height:700px;
  height: 100%;
  object-fit: cover;
  margin-left:auto;
  margin-right:auto;
/*
  aspect-ratio: 800 / 600;
*/
}


.slick-list{
  display: block;
  margin: 60px auto;
  
}

.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #333;/*矢印の色*/
    border-right: 2px solid #333;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

.slick-prev:before, .slick-next:before{
  display: none;
}

/*選択するサムネイル画像の設定*/

.choice-btn li{
	cursor: pointer;
	outline: none;
/*
	background:#333;
*/
	width:180px!important;
list-style:none;
margin-top: 10px;
}

.choice-btn li:not(:nth-child(4n)){
	margin-right: 10px;
}

.choice-btn .slick-track{
  max-width: 800px;
  width: 100% !important;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.choice-btn li.slick-current img{
	opacity: 1;/*選択されているものは透過しない*/
}

.choice-btn li img {
  object-fit: cover;
/*
  aspect-ratio: 180 / 135;
*/
}


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

  .works{
    margin-top: 0;
  }
  
  .works .inner{
    width: 96%;
  }
  
  .works .category_list{
    flex-direction: column;
    align-items: center;
  }

  .works .category_list .left a{
    margin-right: 0;
  }

  .works .category_list .right{
    margin-top: 10px;
  }

  .works .list .items:not(:nth-child(4n)){
    margin-right: 0px;
  }
  

  .works .list .items:nth-child(odd){
    margin-right: 10px;
  }

  .choice-btn li:not(:nth-child(4n)){
    margin-right: 0px;
  }

  .choice-btn li:nth-child(odd){
    margin-right: 10px;
  }

}


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

  
  .works .category_list .left a{
    width: 300px;
  }

  .works .category_list .right a{
    width: 300px;
  }

  .detail .title{
    font-size: 20px;
  }

  .slick-list{
    margin: 30px 0;
  }


  .works .list .items:nth-child(odd){
    margin-right: 0px;
  }

  .choice-btn li{
    width: 90% !important;
  }

  
  .choice-btn li:nth-child(odd){
    margin-right: 0;
  }

}

#information {
	width:80%;
	margin:0 auto 80px;
	padding:24px;
	border-top:;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#information dt{
    font-size: 24px;
    font-size: 2.4rem;
	line-height:1.6;
	text-align:left;
}
#information dt span{
    font-size: 20px;
    font-size: 2.0rem;
}
#information dd{
	margin:1em 0.75em 0.25em 0.75em;
    font-size: 18px;
    font-size: 1.8rem;
	text-align:left;
	line-height:1.4;
}
