@charset "UTF-8";
/*===============================================================

  2015/7/17

===============================================================*/
/* 初期化
----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
}

img {
  vertical-align: top;
  border: 0;
}

ul, li {
  list-style: none;
}

option {
  padding-right: 1em;
}

address, caption {
  font-style: normal;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

ul a, li a {
  zoom: 1;
}

/* HTML5
----------------------------------------------------------------*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* iOS3.1のhtml5対応 */
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* body
----------------------------------------------------------------*/
body {
  width: 100%;
  color: #333;
  font-size: 14px;
  text-align: left;
  line-height: 25px;
  -webkit-text-size-adjust: none;
  font-family: "Noto Sans JP", sans-serif;
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}

/*スクロールバー非表示（Chrome・Safari）*/
body::-webkit-scrollbar {
  display: none;
}

a {
  color: #36C;
  -webkit-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  -ms-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  -moz-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  -o-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
}

a:hover {
  color: #39F;
}

img {
  width: 100%;
  height: 100%;
}

.cb {
  clear: both;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* スムーススクロール
----------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

/* --------------------------------------------------------------

                        コンテンツスタート

----------------------------------------------------------------*/
.sp {
  display: none;
}

.pc {
  display: block;
}

/*----------------------------------------------------------------
----------------------------------------------------------------*
                              ヘッダー
----------------------------------------------------------------*
----------------------------------------------------------------*/
.header {
  width: 100%;
  position: fixed;
  background-color: #ffffff;
  top: 0px;
  z-index: 1000;
}

.header__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
}

.logo {
  width: 200px;
  height: auto;
}
.logo img {
  width: 100%;
  height: auto;
}

.header_nav {
  margin-left: 100px;
}
.header_nav ul {
  justify-content: space-between;
  display: flex;
  width: 600px;
}
.header_nav ul li a {
  font-size: 16px;
  color: #231815;
  text-decoration: none;
  font-weight: bold;
}

/*----------------------------------------------------------------
----------------------------------------------------------------*
                              コンテンツ
----------------------------------------------------------------*
----------------------------------------------------------------*/
.main_visual__wrap {
  background-color: #fff100;
  width: 100%;
  padding: 60px 0;
  margin-top: 80px;
}
.main_visual__wrap .main_visual {
  margin: 0 auto;
  width: 1200px;
  height: auto;
}
.main_visual__wrap .main_visual img {
  width: 100%;
  height: auto;
}
.main_visual__wrap .main_visual_p {
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
  margin-top: 30px;
}

.section {
  padding: 60px 0;
  width: 1200px;
  margin: 0 auto;
}

.section01__wrap {
  background-image: url(../img/bg.png);
  background-attachment: fixed;
  z-index: -2;
}
.section01__wrap .section {
  position: relative;
  z-index: 1;
}
.section01__wrap .section::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/bgy.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 90px;
  bottom: 180px;
  right: 0px;
  z-index: -1;
}
.section01__wrap .section::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/bgy.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 90px;
  top: 180px;
  left: 0px;
  z-index: -1;
}
.section01__wrap h2 {
  font-size: 40px;
  color: #231815;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 100px;
  background-color: #ffffff;
  box-shadow: 20px 20px 0px 0px #00a0e9;
}
.section01__wrap .section01__txt {
  width: 800px;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 20px 20px 0px 0px #00a0e9;
  padding: 30px;
  margin-top: 60px;
}
.section01__wrap .section01__txt p {
  font-size: 23px;
  color: #231815;
  text-align: center;
  margin-bottom: 20px;
  line-height: 36px;
}

.section02__wrap {
  background-color: #fff100;
}
.section02__wrap .section h3 {
  font-size: 33px;
  color: #231815;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 100px;
  background-color: #ffffff;
  box-shadow: 20px 20px 0px 0px #00a0e9;
}
.section02__wrap .section table {
  width: 800px;
  margin: 0 auto;
  margin-top: 60px;
  background-color: #ffffff;
  box-shadow: 20px 20px 0px 0px #00a0e9;
}
.section02__wrap .section table tr {
  border-bottom: 1px solid #00a0e9;
}
.section02__wrap .section table tr:last-child {
  border-bottom: none;
}
.section02__wrap .section table th {
  font-size: 16px;
  color: #231815;
  font-weight: bold;
  text-align: left;
  padding: 30px;
  width: 30%;
}
.section02__wrap .section table td {
  font-size: 16px;
  color: #231815;
  text-align: left;
  padding: 30px;
}
.section02__wrap .section table td .map {
  margin-top: 30px;
  width: 100%;
  height: 300px;
}

.section03__wrap {
  background-image: url(../img/bg.png);
  background-attachment: fixed;
  z-index: -2;
}
.section03__wrap .section {
  position: relative;
  z-index: 1;
}
.section03__wrap .section::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/bgy.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 90px;
  bottom: 180px;
  right: 0px;
  z-index: -1;
}
.section03__wrap .section::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/bgy.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 90px;
  top: 180px;
  left: 0px;
  z-index: -1;
}
.section03__wrap h3 {
  font-size: 33px;
  color: #231815;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 100px;
  background-color: #ffffff;
  box-shadow: 20px 20px 0px 0px #00a0e9;
}
.section03__wrap .section03__article {
  width: 800px;
  margin: 0 auto;
  margin-top: 60px;
  background-color: #ffffff;
  box-shadow: 20px 20px 0px 0px #00a0e9;
  padding: 30px;
}
.section03__wrap .section03__article h4 {
  font-size: 23px;
  color: #231815;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
  line-height: 30px;
  background: linear-gradient(transparent 50%, #fff100 50%);
  width: 141px;
}
.section03__wrap .section03__article h5 {
  font-size: 20px;
  color: #231815;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
  line-height: 30px;
  background-image: linear-gradient(to right, #00a0e9 3px, transparent 1px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 10px;
}
.section03__wrap .section03__article .section03__article-contents {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  margin-top: 30px;
}
.section03__wrap .section03__article .section03__article-contents .section03__article--text {
  width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section03__wrap .section03__article .section03__article-contents .section03__article--text p {
  font-size: 16px;
  color: #231815;
  text-align: left;
  line-height: auto;
}
.section03__wrap .section03__article .section03__article-contents .section03__article--photo {
  display: flex;
  justify-content: space-between;
  width: 450px;
  flex-wrap: wrap;
}
.section03__wrap .section03__article .section03__article-contents .section03__article--photo .article__photo {
  width: 200px;
  height: auto;
  background-color: #fff100;
  position: relative;
  border: 8px solid #00a0e9;
  margin-bottom: 20px;
}
.section03__wrap .section03__article .section03__article-contents .section03__article--photo .article__photo p {
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  color: #231815;
  background-color: #ffffff;
  padding: 6px;
  bottom: 0px;
}
.section03__wrap .section03__article .section03__article-contents .section03__article--photo .article__photo img {
  width: 100%;
  height: auto;
}
.section03__wrap .section03__article .section03__article-mc {
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
  margin-top: 30px;
  background-color: #00a0e9;
  position: relative;
  padding: 20px;
  width: 500px;
  margin: 60px auto;
}
.section03__wrap .section03__article .section03__article-mc h5 {
  position: absolute;
  font-size: 20px;
  color: #231815;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
  line-height: 30px;
  padding-bottom: 10px;
  background-image: none;
  background-color: #ffffff;
  left: -10px;
  top: -20px;
  padding: 10px;
  border: 3px solid #00a0e9;
}
.section03__wrap .section03__article .section03__article-mc .section03__article-mc__photo {
  width: 150px;
  height: 150px;
  border: 8px solid #ffffff;
  position: relative;
  margin-left: 20px;
}
.section03__wrap .section03__article .section03__article-mc .section03__article-mc__photo img {
  width: 100%;
  height: auto;
}
.section03__wrap .section03__article .section03__article-mc .section03__article-mc__photo p {
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  color: #231815;
  background-color: #ffffff;
  padding: 6px;
  bottom: 0px;
}

.section04__wrap {
  background-color: #00a0e9;
  padding: 30px;
}
.section04__wrap .section {
  width: 800px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 30px;
}
.section04__wrap .section a {
  text-decoration: none;
}
.section04__wrap .section a p {
  font-size: 24px;
  text-align: center;
  color: #231815;
  margin-bottom: 20px;
}
.section04__wrap .section a:hover img {
  opacity: 0.5;
}
.section04__wrap .section a:hover p {
  opacity: 0.5;
}
.section04__wrap .section .sponsored {
  width: 400px;
  height: auto;
  margin: 0 auto;
}
.section04__wrap .section .sponsored img {
  width: 100%;
  height: auto;
}
.section04__wrap .section h6 {
  font-size: 23px;
  color: #231815;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 40px;
}
.section04__wrap .section .logo__border {
  border-top: solid #231815 1px;
  margin: 0 30px;
  margin-top: 30px;
  padding-top: 30px;
}
.section04__wrap .section .sponsorship {
  width: 200px;
  height: auto;
  margin: 0 auto;
}
.section04__wrap .section .sponsorship:hover img {
  opacity: 0.5;
}
.section04__wrap .section .sponsorship img {
  width: 100%;
  height: auto;
}
.section04__wrap .section .logo__warp {
  width: 500px;
  margin: 0 auto;
}
.section04__wrap .section .logo__warp a {
  text-decoration: none;
}
.section04__wrap .section .logo__warp a:hover {
  text-decoration: underline;
}
.section04__wrap .section .logo__warp ul {
  background-color: #ffffff;
  padding: 0 60px;
}
.section04__wrap .section .logo__warp ul li {
  width: 200px;
  height: auto;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
.section04__wrap .section .logo__warp ul li:hover img {
  opacity: 0.5;
}
.section04__wrap .section .logo__warp ul li p {
  font-size: 8px;
  position: absolute;
  right: 22px;
  bottom: 0px;
  line-height: 8px;
}
.section04__wrap .section .logo__warp ul li img {
  width: 100%;
  height: auto;
}

.section05__wrap {
  background-color: #fff100;
}
.section05__wrap .section .section05__txt {
  width: 800px;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 20px 20px 0px 0px #00a0e9;
  padding: 30px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.section05__wrap .section .section05__txt p {
  font-size: 16px;
  color: #231815;
  text-align: left;
  line-height: auto;
}
.section05__wrap .section h3 {
  font-size: 33px;
  color: #231815;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 100px;
  background-color: #ffffff;
  box-shadow: 20px 20px 0px 0px #00a0e9;
}
.section05__wrap .section ul {
  width: 800px;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background-color: #ffffff;
  box-shadow: 20px 20px 0px 0px #00a0e9;
  padding: 30px;
}
.section05__wrap .section ul li {
  width: 28%;
  height: auto;
  margin-bottom: 30px;
}
.section05__wrap .section ul li a {
  display: block;
  text-decoration: none;
  height: auto;
  background-color: #00a0e9;
  position: relative;
  border: 8px solid #00a0e9;
  margin-bottom: 20px;
}
.section05__wrap .section ul li a:hover img {
  opacity: 0.5;
}
.section05__wrap .section ul li a p {
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  color: #231815;
  background-color: #ffffff;
  padding: 6px;
  bottom: 0px;
}
.section05__wrap .section ul li a img {
  width: 100%;
  height: auto;
}

/* モーダル背景のスタイル */
#modalOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

/* ポップアップのスタイル */
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  height: 90vh;
  background-color: white;
  background-image: url(../img/bg.png);
  background-attachment: fixed;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  padding-bottom: 60px;
  z-index: 1010;
  overflow-x: scroll;
  border-radius: 15px;
}
.popup .close__wrap {
  position: relative;
}
.popup .close__wrap .close__inner {
  position: absolute;
  top: 10px;
  right: 10px;
}
.popup .close__wrap .close__inner .closePopupBtn {
  position: relative;
  height: 30px;
  width: 10px;
  background-color: #00a0e9;
  display: block;
  transform: rotate(45deg);
  top: 0px;
  left: -7px;
}
.popup .close__wrap .close__inner .closePopupBtn::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 10px;
  background-color: #00a0e9;
  display: block;
  transform: rotate(90deg);
  top: 0px;
  left: 0px;
}
.popup .popup__photo {
  width: 500px;
  height: 500px;
  margin: 0 auto;
  margin-top: 30px;
  border: 8px solid #00a0e9;
}
.popup .popup__photo img {
  width: 100%;
  height: auto;
}
.popup .popup__txt {
  width: 820px;
  height: auto;
  margin: 0 auto;
  overflow-wrap: break-word;
  background-color: #ffffff;
  box-shadow: 20px 20px 0px 0px #00a0e9;
  padding: 30px;
  margin-top: 30px;
}
.popup .popup__txt h4 {
  font-size: 23px;
  color: #231815;
  font-weight: bold;
  text-align: left;
  margin: 10px 0;
  line-height: 30px;
  margin-bottom: 30px;
}
.popup .popup__txt p {
  font-size: 16px;
  color: #231815;
  text-align: left;
  margin: 10px 0;
  line-height: 30px;
}
.popup .popup__txt p a {
  text-decoration: none;
  color: #00a0e9;
}
.popup .popup__txt p a:hover {
  text-decoration: underline;
}
.popup .popup__txt .sns {
  text-align: right;
  margin: 0 10px 0 10px;
}
.popup .popup__txt .sns img {
  width: 35px;
  height: 35px;
}
.popup .popup__txt .popup__button a {
  text-decoration: none;
  display: block;
  width: 250px;
  height: 50px;
  background-color: #00a0e9;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 10px;
}
.popup .popup__txt .popup__button a:hover {
  background-color: #fff100;
  color: #231815;
}

.popup::-webkit-scrollbar {
  display: none;
}

.work__wrap {
  position: relative;
}
.work__wrap .next__wrap {
  position: absolute;
  top: 50%;
  right: 5px;
}
.work__wrap .next__wrap .nextBtn {
  position: relative;
  height: 10px;
  width: 30px;
  background-color: #00a0e9;
  display: block;
  transform: translateX(25%) rotate(-45deg);
}
.work__wrap .next__wrap .nextBtn::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 30px;
  background-color: #00a0e9;
  display: block;
  transform: translateX(25%) rotate(-90deg);
  top: -10px;
  left: 3px;
}
.work__wrap .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.work__wrap .pagination .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 5px;
  cursor: pointer;
}
.work__wrap .pagination .dot.active {
  background-color: #00a0e9;
}
.work__wrap .pre__wrap {
  position: absolute;
  top: 50%;
  left: 5px;
}
.work__wrap .pre__wrap .prevBtn {
  position: relative;
  height: 10px;
  width: 30px;
  background-color: #00a0e9;
  display: block;
  transform: translateX(25%) rotate(-135deg);
}
.work__wrap .pre__wrap .prevBtn::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 30px;
  background-color: #00a0e9;
  display: block;
  transform: translateX(25%) rotate(90deg);
  top: 10px;
  left: 3px;
}

/* スライダーのスタイル */
.slider-wrapper {
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 60px;
  box-shadow: 20px 20px 0px 0px #00a0e9;
}

.slider {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.slide {
  min-width: 100%;
}

.slide img {
  width: 100%;
  display: block;
  height: auto;
}

/* アコーディオンのスタイル */
.accordion-item {
  border-bottom: 1px solid #231815;
}

.accordion-header {
  width: 100%;
  color: #231815;
  cursor: pointer;
  text-align: left;
  border: none;
  outline: none;
  transition: background-color 0.3s ease;
  padding-bottom: 10px;
}
.accordion-header span {
  font-size: 11px;
  display: block;
  text-align: right;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, opacity 0.3s ease;
  opacity: 0;
}

.popup .popup__txt .accordion-item p {
  font-size: 14px;
  margin: 0;
}

.accordion-content.show {
  opacity: 1;
}

/*----------------------------------------------------------------
----------------------------------------------------------------*
                              フッター
----------------------------------------------------------------*
----------------------------------------------------------------*/
.footer {
  background-color: #ffffff;
  padding: 20px 0 20px 0;
}
.footer .footer__inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.footer .footer__inner .footer__left {
  margin-right: 30px;
}
.footer .footer__inner .footer__left p {
  font-size: 16px;
  color: #231815;
  text-align: left;
  margin-bottom: 20px;
  line-height: auto;
  font-weight: bold;
}
.footer .footer__inner .footer__right p {
  font-size: 16px;
  color: #231815;
  text-align: left;
  margin-bottom: 20px;
  line-height: auto;
}/*# sourceMappingURL=common.css.map */