@charset "UTF-8";html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

*::-moz-selection {
  color: white;
  background: #1b95d4;
}

*::selection {
  color: white;
  background: #1b95d4;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

html {
  font-family: 'Noto Sans JP', sans-serif;
  overflow-y: scroll;
  line-height: 1.6;
  font-size: 62.5%;
  letter-spacing: 0.0625em;
  -webkit-overflow-scrolling: touch;
}

body {
  overflow: hidden;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
  -webkit-overflow-scrolling: touch;
}

h1 {
  font-size: 3.4rem;
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 2.5rem;
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 3.2rem;
  }
}

h3 {
  font-size: 2rem;
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  h3 {
    font-size: 2.4rem;
  }
}

p, li, dd, dt, th, td, a, button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
}

li {
  list-style: none;
}

a {
  display: block;
  text-decoration: none;
  color: #333333;
  -webkit-transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

img {
  display: block;
  width: 100%;
  height: auto;
}

video {
  display: block;
}

button {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border-radius: 0;
  cursor: pointer;
}

input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  outline: 0;
}

textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  outline: 0;
}

select {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}

hr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

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

svg {
  display: block;
}

svg:not(:root) {
  overflow: visible;
}

.dis_none {
  display: none !important;
}

.dis_block {
  display: block !important;
}

.sp_block {
  display: block !important;
}

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

.pc_block {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .pc_block {
    display: block !important;
  }
}

.text_left {
  text-align: left !important;
}

.text_center {
  text-align: center !important;
}

.text_right {
  text-align: right !important;
}

.font_bold {
  font-weight: bold !important;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1b95d4;
  z-index: 10000;
}

.loading .loading_logo {
  width: 255px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wrap {
  opacity: 0;
  position: relative;
  z-index: 1;
}

.container {
  position: relative;
  padding: 80px 0 50px;
}

@media screen and (min-width: 768px) {
  .container {
    padding: 100px 0;
  }
}

.inner {
  max-width: 1160px;
  width: 90%;
  margin: 0 auto;
}

.slim {
  width: 90%;
  max-width: 940px;
}

.cont_box {
  border-radius: 12px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  .cont_box {
    padding: 50px 0;
  }
}

.flex {
  display: block;
}

@media screen and (min-width: 768px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.flex.flex2 > * {
  width: 100%;
}

.flex.flex3 > * {
  width: 100%;
}

.flex.flex_re {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.btn_base {
  text-align: center;
  position: relative;
  z-index: 10;
}

.btn_base a {
  text-align: center;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 900;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: inline-block;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
  height: 60px;
  line-height: 54px;
  -webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.15);
}

.btn_base a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 120%;
  height: 100%;
  background: #c7d436;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: skewX(-30deg) scale(0, 1);
  transform: skewX(-30deg) scale(0, 1);
  -webkit-transition: -webkit-transform .7s;
  transition: -webkit-transform .7s;
  transition: transform .7s;
  transition: transform .7s, -webkit-transform .7s;
}

.btn_base a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: #1b95d4;
}

.btn_base a:hover {
  color: #FFF;
}

.btn_base a:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: skewX(-30deg) scale(1, 1);
  transform: skewX(-30deg) scale(1, 1);
}

@media screen and (min-width: 768px) {
  .btn_base a {
    font-size: 2rem;
    width: 480px;
    height: 80px;
    line-height: 74px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .btn_base a {
    font-size: 2.4rem;
  }
}

.btn_base a:hover {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.cont_ttl {
  text-align: center;
  color: #1b95d4;
  margin-bottom: 50px;
  font-size: 2.5rem;
}

@media screen and (min-width: 768px) {
  .cont_ttl {
    font-size: 3.2rem;
  }
}

.cont_ttl_sub {
  font-size: 2rem;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .cont_ttl_sub {
    font-size: 2.4rem;
  }
}

.intro_desc {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .flex.flex2 > * {
    width: 47%;
  }
  .flex.flex3 > * {
    width: 31%;
  }
  a figure,
  a em {
    overflow: hidden;
  }
  a figure img,
  a em img {
    -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  a:hover figure,
  a:hover em {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  a:hover figure img,
  a:hover em img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: .8;
  }
}

.acco_cont,
.acco_cont_s {
  display: none;
}

.header {
  background: url("../images/kv_bg.jpg") no-repeat center center/cover;
  position: relative;
  z-index: 100;
  padding-bottom: 1px;
}

.header .kv {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: none;
  position: relative;
  z-index: 0;
}

.header .kv::after {
  position: absolute;
  bottom: -2px;
  right: 0;
  content: '';
  display: block;
  z-index: -1;
  background: url("../images/bg_obj.png") no-repeat 0 0/256px 64px;
  width: 256px;
  height: 64px;
}

@media screen and (min-width: 768px) {
  .header .kv::after {
    background: url("../images/bg_obj.png") no-repeat 0 0/640px 160px;
    width: 640px;
    height: 160px;
  }
}

.header .kv_lead {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  padding-top: 20px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .header .kv_lead {
    font-size: 1.4rem;
    margin-bottom: 80px;
  }
}

.header .kv_ttl {
  width: 80%;
  margin: 0 auto 40px;
}

@media screen and (min-width: 768px) {
  .header .kv_ttl {
    width: 50%;
    margin: 0;
  }
}

.header .kv_obj {
  width: 80%;
  margin: 0 auto;
  position: inherit;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .header .kv_obj {
    width: 40%;
    margin: 0;
  }
}

.header .kv_point {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .header .kv_point {
    margin-bottom: 80px;
  }
}

.header .kv_info img {
  display: inline;
  margin-bottom: -60px;
}

@media screen and (min-width: 768px) {
  .header .kv_info img {
    margin-bottom: -40px;
  }
}

#footer {
  background: #FFF;
  padding: 30px 0 20px;
}

@media screen and (min-width: 768px) {
  #footer {
    padding: 80px 0 40px;
  }
}

#footer a {
  color: #FFF;
}

#footer a:hover {
  opacity: .7;
}

#footer .flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #footer .flex {
    margin-bottom: 40px;
  }
}

#footer .co {
  margin: 0 0 20px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  #footer .co {
    margin: 0 20px 20px;
    font-size: 1.3rem;
  }
}

#footer .co img {
  display: inline-block;
  width: 40px;
  margin-left: 20px;
  margin-bottom: -10px;
}

#footer .co.nologo {
  margin-top: 14px;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  #footer .co.nologo {
    margin-bottom: 20px;
  }
}

#footer .ttl {
  text-align: left;
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  #footer .ttl {
    text-align: center;
    margin-bottom: 30px;
  }
}

#footer .copy {
  text-align: center;
}

.desc {
  line-height: 1.9;
}

.container#koushi {
  background: #c7d436;
}

.container#voice {
  background: #f5f5f5;
}

.container#contact {
  background: #f5f5f5;
}

.container#jimu {
  background: rgba(199, 212, 54, 0.5);
}

.flex2 .cont_ttl {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .flex2 .cont_ttl {
    text-align: left;
  }
}

#intro {
  text-align: center;
}

#intro .intro_lead {
  font-size: 2.5rem;
  position: relative;
  display: inline-block;
  padding: 0 30px;
}

@media screen and (min-width: 768px) {
  #intro .intro_lead {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  #intro .intro_lead {
    font-size: 3.4rem;
    padding: 0 145px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  #intro .intro_lead {
    font-size: 4rem;
  }
}

#intro .intro_lead::before, #intro .intro_lead::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 60px;
  height: 3px;
  background-color: #333333;
}

@media screen and (min-width: 768px) {
  #intro .intro_lead::before, #intro .intro_lead::after {
    width: 120px;
    height: 5px;
  }
}

#intro .intro_lead::before {
  left: -20px;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

@media screen and (min-width: 768px) {
  #intro .intro_lead::before {
    left: 0;
  }
}

#intro .intro_lead::after {
  right: -20px;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

@media screen and (min-width: 768px) {
  #intro .intro_lead::after {
    right: 0;
  }
}

#koushi .inner {
  border: 2px solid #333333;
  border-radius: 8px;
  background: #FFF;
  padding: 60px 30px 30px;
}

@media screen and (min-width: 768px) {
  #koushi .inner {
    border: 4px solid #333333;
    padding: 80px;
  }
}

#koushi .cont_ttl {
  color: #333333;
}

#koushi figure {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  #koushi figure {
    margin-bottom: 0;
  }
}

#koushi figure span {
  display: block;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 20px;
  width: 80%;
  margin: 0 auto 10px;
}

#koushi figure figcaption {
  text-align: center;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  #koushi figure figcaption {
    font-size: 2rem;
  }
}

#voice {
  padding-bottom: 60px;
}

#voice .voice_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 680px;
  margin: 0 auto 40px;
}

#voice .voice_box figure {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 140px;
  margin-right: 40px;
}

@media screen and (min-width: 768px) {
  #voice .voice_box figure {
    width: 240px;
  }
}

#voice .voice_box figure figcaption {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  #voice .voice_box figure figcaption {
    font-size: 1.4rem;
  }
}

#voice .voice_box .txt {
  font-size: 1.4rem;
  line-height: 2em;
}

@media screen and (min-width: 768px) {
  #voice .voice_box .txt {
    font-size: 1.6rem;
  }
}

#about .cont_ttl_sub {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #about .cont_ttl_sub {
    margin-bottom: 30px;
  }
}

#about .cont_txt {
  margin-bottom: 80px;
}

#about .cont_txt:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #about .cont_txt {
    margin-bottom: 0;
  }
}

#about .cont_img {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #about .cont_img {
    margin-bottom: 40px;
  }
}

#about .cont_img img {
  width: 40%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #about .cont_img img {
    width: 50%;
  }
}

#about .cont_desc {
  text-align: center;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  #about .cont_desc {
    font-size: 2rem;
  }
}

#info table {
  width: 100%;
  margin: 0 auto 30px;
}

@media screen and (min-width: 768px) {
  #info table {
    width: 70%;
    margin: 0 auto 80px;
  }
}

#info table tr th,
#info table tr td {
  vertical-align: top;
  text-align: left;
  display: block;
}

@media screen and (min-width: 768px) {
  #info table tr th,
  #info table tr td {
    display: table-cell;
  }
}

#info table tr th {
  width: 100%;
  padding: 15px 0 0;
}

@media screen and (min-width: 768px) {
  #info table tr th {
    width: 15%;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
  }
}

#info table tr td {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}

#info table tr td ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1em;
}

#info table tr td ul li::before {
  display: block;
  content: '';
  position: absolute;
  top: .6em;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #333333;
  border-radius: 100%;
}

#info table tr td small {
  display: block;
  color: #666;
}

#contact .frame_cover {
  max-width: 640px;
  margin: 0 auto;
}

#event .fb_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  #event .fb_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

#event .fb_box .fb-post {
  width: 100%;
  margin: 0 auto 20px;
}

@media screen and (min-width: 768px) {
  #event .fb_box .fb-post {
    width: 48%;
  }
}
