@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

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

/*フォント
---------------------------------------------*/
@font-face {
  font-family: 'noto-sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.eot");
  src: url("../fonts/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'noto-sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.eot");
  src: url("../fonts/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype"); }
/*変数
---------------------------------------------*/
/*全体
---------------------------------------------*/
body {
  line-height: 1.6;
  font-family: 'Questrial', 'noto-sans', sans-serif;
  font-weight: 400;
  font-feature-settings: "palt"; }

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

div#index {
  width: 100%;
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover; }
div#index h1 img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: auto; }

div#index02 {
  width: 100%;
  margin-top: 100px; }
div#index02 ul.flex02 {
  margin: auto;
  display: flex; }
div#index02 ul.flex02 li a {
  color: #000;
  text-align: center;
  text-decoration: none; }
div#index02 ul.flex02 li a div.thumbnail {
  overflow: hidden; }
div#index02 ul.flex02 li a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
div#index02 ul.flex02 li a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
div#index02 ul.flex02 li a:hover span.btn {
  background: #000;
  color: #fff; }
div#index02 ul.flex02 li a.hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
div#index02 ul.flex02 li a.hover {
  background: #000;
  color: #fff; }
div#index02 ul.flex02 li p span.btn {
  display: block;
  border: 1px solid #000;
  box-sizing: border-box;
  transition: 1s; }

div.section {
  width: 100%;
  height: 100%; }

div#cover {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative; }
div#cover a.linkListTitle {
  color: #fff;
  border-bottom: 1px dotted #fff; }

div#cover02 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative; }
div#cover02 a.linkListTitle {
  color: #fff;
  border-bottom: 1px dotted #fff; }

div.content h3 {
  text-align: center;
  line-height: 1.0;
  font-weight: bold; }
div.content h3 span {
  color: #000;
  display: inline-block;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 60%, #ffc513 0%);
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, #ffc513 0%);
  background-repeat: no-repeat;
  background-size: 0% 100%; }
div.content div.coordinateItem {
  text-align: center; }
div.content div.coordinateItem a {
  color: #000; }
div.content div.coordinateItem a span.square {
  color: #fff;
  font-weight: bold;
  background: #000; }
div.content div.coordinateItem a span.linkList {
  vertical-align: middle; }
div.content div.otherItem h5 {
  text-align: center;
  font-weight: bold;
  position: relative;
  height: 0; }
div.content div.otherItem h5 span {
  display: inline-block;
  background: #fff;
  padding: 0 2px; }
div.content div.otherItem ul {
  border: 1px solid #000;
  border-left: none;
  border-right: none;
  border-bottom: none; }
div.content div.otherItem ul li {
  margin-bottom: 5px; }
div.content div.otherItem ul li a {
  text-decoration: none;
  color: #000;
  overflow: hidden; }
div.content div.otherItem ul li a span {
  box-sizing: border-box;
  border: 1px solid #000;
  height: 20px;
  transition: 1s;
  display: inline-block;
  float: right;
  text-align: center;
  line-height: 20px; }
div.content div.otherItem ul li a:hover span {
  background: #000;
  color: #fff; }
div.content div.otherItem ul li a.hover span {
  background: #000;
  color: #fff; }
div.content div.otherItem ul li p {
  overflow: hidden; }
div.content div.otherItem ul li p span {
  box-sizing: border-box;
  border: 1px solid #ccc;
  height: 20px;
  display: inline-block;
  float: right;
  text-align: center;
  line-height: 20px;
  color: #ccc; }

div.intro {
  max-width: 800px;
  width: 80%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-flow: column;
  justify-content: center; }
div.intro div.inner {
  border: 1px solid #000;
  box-sizing: border-box;
  border-left: none;
  border-right: none;
  text-align: center; }
div.intro h3 {
  font-weight: bold; }
div.intro p span {
  display: block;
  box-sizing: border-box;
  border: 1px solid #000; }
div.intro ul li:last-child {
  margin-bottom: 0; }
div.intro ul li a {
  color: #000;
  text-decoration: none; }
div.intro ul li a span {
  border-bottom: 1px solid #000;
  display: inline-block; }

div.otherSection a {
  width: 100%;
  color: #000;
  text-decoration: none; }
div.otherSection a div.text p {
  text-align: center;
  width: 85%;
  border: 1px solid #000;
  transition: 1s; }
div.otherSection a:hover div.text p {
  background: #000;
  color: #fff; }
div.otherSection a.hover div.text p {
  background: #000;
  color: #fff; }

div#brandLogo {
  max-width: 120px;
  margin: 50px auto 50px; }

footer {
  font-size: 10px;
  text-align: center;
  padding-bottom: 5px; }

div#modalInner div.creditArea a.closeBtn {
  border: 1px solid #000;
  text-align: center;
  display: block; }
div#modalInner ul {
  padding: 20px 0; }
div#modalInner ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  overflow: hidden; }
div#modalInner ul li a span.square {
  background: #000;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-weight: bold; }
div#modalInner ul li a span.btn {
  float: right;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #000;
  text-align: center;
  transition: 1s; }
div#modalInner ul li a:hover span.btn {
  background: #000;
  color: #fff; }
div#modalInner ul li a.hover span.btn {
  background: #000;
  color: #fff; }
div#modalInner ul li p {
  overflow: hidden; }
div#modalInner ul li p span.square {
  background: #000;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-weight: bold; }
div#modalInner ul li p span.btn {
  float: right;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #ccc;
  color: #ccc;
  text-align: center; }

/* PC
--------------------------------------*/
@media screen and (min-width: 769px) {
  div#index {
    background-position: top center; }
  div#index h1 img {
    width: 55%; }
  div#index h2 {
    width: 15%;
    position: absolute;
    left: 0;
    bottom: 25px;
    right: 0;
    margin: auto;
    height: auto; }

  div#index02 ul.flex02 {
    max-width: 980px;
    width: 80%;
    padding-bottom: 50px; }
  div#index02 ul.flex02 li:first-child {
    width: calc(100% - 20px);
    margin-right: 20px; }
  div#index02 ul.flex02 li:last-child {
    width: calc(100% - 20px);
    margin-left: 20px; }
  div#index02 ul.flex02 li p {
    font-size: 22px;
    margin-top: 15px; }
  div#index02 ul.flex02 li p span.small {
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle; }
  div#index02 ul.flex02 li p span.btn {
    font-size: 16px;
    padding: 5px 0;
    margin-top: 5px; }

  div.section {
    width: 100%;
    height: 100%; }

  div#cover {
    background: url(../images/hirasawa/cover_pc.jpg);
    background-size: cover;
    background-position: top center; }
  div#cover h1 {
    width: 55%;
    margin: 0 auto 30px; }
  div#cover a.linkListTitle {
    font-size: 24px; }
  div#cover div#logo {
    width: 15%;
    margin: auto;
    position: absolute;
    bottom: 10%; }

  div#cover02 {
    background: url(../images/kawasumi/cover_pc.jpg);
    background-size: cover;
    background-position: top center; }
  div#cover02 h1 {
    width: 55%;
    margin: 0 auto 30px; }
  div#cover02 a.linkListTitle {
    font-size: 24px; }
  div#cover02 div#logo {
    width: 15%;
    margin: auto;
    position: absolute;
    bottom: 10%; }

  div.content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  div.content div.imgArea {
    width: 55%;
    height: auto; }
  div.content div.creditArea {
    width: 45%; }
  div.content h3 {
    font-size: 36px;
    margin-bottom: 25px; }
  div.content div.coordinateItem a {
    font-size: 24px; }
  div.content div.coordinateItem a span.square {
    font-size: 24px;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px; }
  div.content div.coordinateItem a span.linkList {
    font-size: 18px;
    display: block;
    margin-top: 10px; }
  div.content div.coordinateItem a span.linkList span {
    border-bottom: 1px dotted #000; }
  div.content div.otherItem {
    max-width: 400px;
    width: 90%;
    margin: 25px auto 0; }
  div.content div.otherItem h5 {
    font-size: 18px;
    top: -12px; }
  div.content div.otherItem ul {
    font-size: 14px;
    padding: 30px 0; }
  div.content div.otherItem ul li a span {
    width: 120px; }
  div.content div.otherItem ul li p span {
    width: 120px; }

  div.intro {
    padding: 50px 0; }
  div.intro div.inner {
    padding: 25px 0; }
  div.intro h3 {
    font-size: 18px;
    margin-bottom: 25px; }
  div.intro p {
    font-size: 18px; }
  div.intro p span {
    width: 220px;
    margin: 0px auto 25px; }
  div.intro ul li {
    margin-bottom: 25px; }

  div.otherSection a {
    display: flex;
    align-items: center;
    justify-content: center; }
  div.otherSection a div.thumb {
    width: 50%; }
  div.otherSection a div.text {
    width: 50%; }
  div.otherSection a div.text div {
    width: 85%;
    margin: auto; }
  div.otherSection a div.text p {
    font-size: 20px;
    margin: 25px auto 0; }

  div#modalInner div.flex {
    display: flex; }
  div#modalInner div.flex .imgArea {
    width: 50%;
    height: auto; }
  div#modalInner div.creditArea {
    width: 50%;
    box-sizing: border-box;
    padding-left: 45px;
    display: flex;
    flex-flow: column;
    justify-content: center; }
  div#modalInner ul li {
    margin-bottom: 10px; }
  div#modalInner ul li a {
    font-size: 14px; }
  div#modalInner ul li a span.square {
    line-height: 30px;
    width: 30px;
    height: 30px;
    font-size: 24px;
    margin-right: 10px; }
  div#modalInner ul li a span.btn {
    width: 120px;
    height: 30px;
    line-height: 30px; }
  div#modalInner ul li p {
    font-size: 14px; }
  div#modalInner ul li p span.square {
    line-height: 30px;
    width: 30px;
    height: 30px;
    font-size: 24px;
    margin-right: 10px; }
  div#modalInner ul li p span.btn {
    width: 120px;
    height: 30px;
    line-height: 30px; }

  div.section:nth-child(even) div.content {
    flex-flow: row-reverse; }

  .pcNone {
    display: none; }

  .spNone {
    display: block; } }
/* SP
--------------------------------------*/
@media screen and (max-width: 768px) {
  div#index {
    background-position: center center; }
  div#index h1 img {
    width: 90%; }
  div#index h2 {
    width: 35%;
    position: absolute;
    left: 0;
    bottom: 25px;
    right: 0;
    margin: auto;
    height: auto; }

  div#index02 ul.flex02 {
    width: 95%;
    padding-bottom: 50px; }
  div#index02 ul.flex02 li:first-child {
    width: calc(100% - 5px);
    margin-right: 5px; }
  div#index02 ul.flex02 li:last-child {
    width: calc(100% - 5px);
    margin-left: 5px; }
  div#index02 ul.flex02 li p {
    font-size: 16px;
    line-height: 1.2; }
  div#index02 ul.flex02 li p span.small {
    font-size: 12px; }
  div#index02 ul.flex02 li p span.btn {
    font-size: 12px;
    padding: 5px 0;
    margin-top: 5px; }

  div.section {
    width: 100%;
    height: 100%; }

  div#cover {
    background: url(../images/hirasawa/cover.jpg);
    background-size: cover;
    background-position: center center; }
  div#cover h1 {
    width: 90%;
    margin: 0 auto 30px; }
  div#cover a.linkListTitle {
    font-size: 18px; }
  div#cover div#logo {
    width: 35%;
    margin: auto;
    position: absolute;
    bottom: 10%; }

  div#cover02 {
    background: url(../images/kawasumi/cover.jpg);
    background-size: cover;
    background-position: center center; }
  div#cover02 h1 {
    width: 90%;
    margin: 0 auto 30px; }
  div#cover02 a.linkListTitle {
    font-size: 18px; }
  div#cover02 div#logo {
    width: 35%;
    margin: auto;
    position: absolute;
    bottom: 10%; }

  div.content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center; }
  div.content div.imgArea {
    width: 100%;
    height: auto;
    margin: 0 auto; }
  div.content div.creditArea {
    width: 100%;
    height: auto; }
  div.content h3 {
    font-size: 22px;
    padding-bottom: 10px; }
  div.content div.coordinateItem {
    font-size: 16px;
    margin-top: 15px; }
  div.content div.coordinateItem a {
    text-decoration: none; }
  div.content div.coordinateItem a span.square {
    font-size: 18px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px; }
  div.content div.coordinateItem a span.linkList {
    font-size: 12px;
    border-bottom: 1px dotted #000;
    display: inline-block;
    margin-left: 10px; }
  div.content div.otherItem {
    width: 90%;
    margin: 20px auto 0; }
  div.content div.otherItem h5 {
    font-size: 14px;
    top: -10px; }
  div.content div.otherItem ul {
    font-size: 12px;
    padding: 15px 0 5px; }
  div.content div.otherItem ul li a span {
    width: 80px;
    font-size: 10px; }
  div.content div.otherItem ul li p span {
    width: 80px;
    font-size: 10px; }

  div.intro {
    width: 80%;
    margin: auto;
    padding: 25px 0; }
  div.intro div.inner {
    padding: 25px 0; }
  div.intro h3 {
    font-size: 18px;
    margin-bottom: 25px; }
  div.intro p {
    font-size: 18px; }
  div.intro p span {
    margin: 0px auto 25px;
    width: 170px; }
  div.intro ul li {
    margin-bottom: 25px; }

  div.otherSection a {
    display: flex;
    flex-flow: column; }
  div.otherSection a div.text div {
    width: 85%;
    margin: 45px auto 0; }
  div.otherSection a div.text p {
    font-size: 18px;
    margin: 15px auto 0; }

  div#modalInner div.creditArea {
    width: 95%;
    margin: auto; }
  div#modalInner div.creditArea a.closeBtn {
    width: 100%;
    display: block;
    font-size: 14px;
    padding: 2px 0; }
  div#modalInner ul li {
    margin-bottom: 5px; }
  div#modalInner ul li a {
    font-size: 12px; }
  div#modalInner ul li a span.square {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px; }
  div#modalInner ul li a span.btn {
    width: 80px;
    height: 20px;
    line-height: 20px;
    font-size: 10px; }
  div#modalInner ul li p {
    font-size: 12px; }
  div#modalInner ul li p span.square {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px; }
  div#modalInner ul li p span.btn {
    width: 80px;
    height: 20px;
    line-height: 20px;
    font-size: 10px; }

  .pcNone {
    display: block; }

  .spNone {
    display: none; } }
/* ANIMATION
--------------------------------------*/
.fadeIn01 {
  animation: fadeIn01 2s ease 0s infinite normal;
  -webkit-animation: fadeIn01 2s ease 0s infinite normal; }

@keyframes fadeIn01 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn01 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes drawTheLine {
  from {
    background-size: 0% 100%; }
  100% {
    background-size: 100% 100%; } }
@keyframes drawTheLine {
  from {
    background-size: 0% 100%;
    -ms-background-size: 0% 100%; }
  100% {
    background-size: 100% 100%;
    -ms-background-size: 100% 100%; } }
