@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------

Reset.css

------------------------------------------------- */
@media print {
  html,
  body {
    zoom: 0.8;
  }
}
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 180%;
  box-sizing: border-box;
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
}
body * {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  font-style: normal;
}

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

a {
  color: #333;
  outline: none;
  text-decoration: none;
  transition: 0.3s;
}

a:hover img {
  transform: translateY(-5px);
}

a img {
  border-style: none;
  transition: 0.3s;
}

#wrapper img {
  width: 100%;
  vertical-align: middle;
}

/* media query */
@media screen {
  .fade__0 {
    opacity: 0;
    transition: 1s;
  }
  .fade__B {
    opacity: 0;
    transition: 1s;
    transform: translate(0, 30px);
  }
  .fade__L {
    opacity: 0;
    transition: 1s;
    transform: translate(-20px, 0);
  }
  .fadeReset {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media all and (min-width: 669px) {
  .sp {
    display: none;
  }
}
@media all and (min-width: 801px) {
  .md {
    display: none;
  }
}
@media all and (min-width: 961px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 668px) {
  .ns {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .np {
    display: none;
  }
}
#wrapper {
  overflow: hidden;
}
#wrapper .moreBtn a {
  display: block;
  max-width: 270px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 100%;
  background-color: #3071B9;
  color: #fff;
  border-radius: 50px;
  padding: 25px 30px;
  position: relative;
}
@media screen and (max-width: 668px) {
  #wrapper .moreBtn a {
    padding: 20px;
  }
}
#wrapper .moreBtn a::after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: calc(50% - 6px);
  background: url(../images/icon_arrow_w.svg) no-repeat center/contain;
  width: 9px;
  height: 12px;
  transition: 0.3s;
}
@media screen and (max-width: 668px) {
  #wrapper .moreBtn a::after {
    right: 20px;
  }
}
#wrapper .moreBtn a:hover {
  background-color: #6FBA2C;
}
#wrapper .moreBtn a:hover::after {
  right: 25px;
}
@media screen and (max-width: 668px) {
  #wrapper .moreBtn a:hover::after {
    right: 20px;
  }
}
#wrapper .circleW {
  position: relative;
}
#wrapper .circleW::after {
  content: "";
  position: absolute;
  top: calc(50% - 25px);
  right: 20px;
  width: 50px;
  height: 50px;
  background: url(../images/icon_arrow_b.svg) no-repeat center/8px auto;
  border: 1px solid #333;
  border-radius: 50%;
  display: block;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  #wrapper .circleW::after {
    right: 0;
  }
}
@media screen and (max-width: 668px) {
  #wrapper .circleW::after {
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
  }
}
#wrapper .circleW:hover::after {
  right: 15px;
  background-color: #3071B9;
  border: 1px solid #3071B9;
  background-image: url(../images/icon_arrow_w.svg);
}
@media screen and (max-width: 960px) {
  #wrapper .circleW:hover::after {
    right: 0;
  }
}
#wrapper .pageTit {
  margin: 0 50px 20px;
  padding: 60px 50px 40px;
  border-bottom: 1px solid #333;
}
@media all and (max-width: 1400px) {
  #wrapper .pageTit {
    margin: 0 30px 10px;
    padding: 20px 30px;
  }
}
@media all and (max-width: 1200px) {
  #wrapper .pageTit {
    padding: 40px 0 30px;
  }
}
@media screen and (max-width: 668px) {
  #wrapper .pageTit {
    margin: 0 20px 20px;
    padding: 20px 0;
  }
}
#wrapper .pageTit h2 {
  font-size: 7rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
}
#wrapper .pageTit h2:first-letter {
  color: #3071B9;
}
@media screen and (max-width: 668px) {
  #wrapper .pageTit h2 {
    font-size: 5rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 960px) {
  #wrapper .pageTit h2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 668px) {
  #wrapper .pageTit h2 {
    font-size: 3.2rem;
  }
}
#wrapper .pageTit p {
  font-size: 1.6rem;
  font-weight: 900;
}
#wrapper .topicPath {
  margin: 0 100px 50px;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 1400px) {
  #wrapper .topicPath {
    margin: 0 60px 30px;
  }
}
@media all and (max-width: 1200px) {
  #wrapper .topicPath {
    margin: 0 30px 30px;
  }
}
@media screen and (max-width: 668px) {
  #wrapper .topicPath {
    margin: 0 20px 30px;
  }
}
#wrapper .topicPath li a, #wrapper .topicPath li span {
  font-size: 1.5rem;
  line-height: 140%;
  display: inline-block;
}
#wrapper .topicPath li a {
  text-decoration: underline;
}
#wrapper .topicPath li:not(:last-child)::after {
  content: "＞";
  font-weight: 900;
  color: #ccc;
  font-size: 1.2rem;
  margin: 0 7px;
  line-height: 100%;
}
#wrapper .aboutArea {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media all and (max-width: 1400px) {
  #wrapper .aboutArea {
    width: calc(100% - 100px);
  }
}
@media all and (max-width: 1200px) {
  #wrapper .aboutArea {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 668px) {
  #wrapper .aboutArea {
    width: calc(100% - 40px);
  }
}
#wrapper .aboutArea > h3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 20px;
}
@media screen and (max-width: 668px) {
  #wrapper .aboutArea > h3 {
    font-size: 3rem;
  }
}
#wrapper .aboutArea > p {
  font-size: 1.7rem;
  line-height: 150%;
}
#wrapper .noLink {
  pointer-events: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  padding: 0 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
@media all and (max-width: 1400px) {
  header {
    padding: 0 30px;
  }
}
@media screen and (max-width: 668px) {
  header {
    padding: 0 20px;
  }
}
header > h1 a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 668px) {
  header > h1 a {
    flex-flow: column;
  }
}
header > h1 a span {
  display: block;
}
header > h1 a span.logo {
  width: 130px;
  padding-bottom: 10px;
  margin-right: 25px;
}
@media all and (max-width: 1400px) {
  header > h1 a span.logo {
    margin-right: 15px;
  }
}
@media screen and (max-width: 668px) {
  header > h1 a span.logo {
    width: 110px;
    padding-bottom: 0;
    margin-right: 0;
  }
}
header > h1 a span.name {
  width: 160px;
  line-height: 100%;
}
@media screen and (max-width: 668px) {
  header > h1 a span.name {
    width: 110px;
  }
}
header > nav {
  display: flex;
  height: 100%;
  align-items: center;
}
header > nav ul {
  display: flex;
}
@media all and (max-width: 1200px) {
  header > nav ul {
    display: none;
  }
}
header > nav ul li > a {
  display: block;
  margin-right: 10px;
  font-size: 1.65rem;
  background-color: #f5f5f5;
  border-radius: 50px;
  padding: 10px 17px 10px 15px;
  line-height: 100%;
}
@media all and (max-width: 1400px) {
  header > nav ul li > a {
    font-size: 1.4rem;
    padding: 10px 8px;
  }
}
header > nav ul li > a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #ccc;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 7px 4px 0;
  transition: 0.5s;
}
header > nav ul li > a:hover {
  color: #3071B9;
}
header > nav ul li > a:hover::before {
  background-color: #3071B9;
}
header > nav ul li.dd {
  position: relative;
}
header > nav ul li.dd div.sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  padding-top: 5px;
}
header > nav ul li.dd div.sub p a {
  display: block;
  padding: 10px 15px;
  margin-top: 3px;
  background-color: #f5f5f5;
  font-size: 1.6rem;
  position: relative;
}
header > nav ul li.dd div.sub p a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #ccc;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 7px 4px 0;
  transition: 0.5s;
}
header > nav ul li.dd div.sub p a:hover {
  color: #3071B9;
}
header > nav ul li.dd div.sub p a:hover::before {
  background-color: #3071B9;
}
header > nav ul li.dd div.sub p:first-child a {
  border-radius: 10px 10px 0 0;
}
header > nav ul li.dd div.sub p:last-child a {
  border-radius: 0 0 10px 10px;
}
header > nav > p.recruit {
  margin-right: 10px;
}
header > nav > p.recruit a {
  display: inline-block;
  border: 1px solid #3071B9;
  color: #3071B9;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 1.65rem;
  line-height: 120%;
}
@media all and (max-width: 1400px) {
  header > nav > p.recruit a {
    font-size: 1.4rem;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 668px) {
  header > nav > p.recruit a {
    font-size: 1.5rem;
  }
}
header > nav > p.recruit a:hover {
  background-color: #3071B9;
  color: #fff;
}
header > nav > p.menu {
  align-self: flex-start;
}
header > nav > p.menu a {
  display: block;
  background-color: #3071B9;
  width: 80px;
  padding: 25px;
  border-radius: 0 0 20px 20px;
  line-height: 100%;
}
@media screen and (max-width: 668px) {
  header > nav > p.menu a {
    width: 60px;
    padding: 27px 17px;
  }
}
header > nav > p.menu a:hover {
  padding: 33px 25px 30px;
  background-color: #6FBA2C;
}
@media screen and (max-width: 668px) {
  header > nav > p.menu a:hover {
    padding: 27px 17px;
  }
}
header > nav > p.menu a:hover img {
  transform: translateY(0);
}
header > nav .lang {
  display: flex;
  align-items: center;
  margin: 0 15px 0 5px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  header > nav .lang {
    display: none;
  }
}
header > nav .lang::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/icon_world.svg) no-repeat center/contain;
  vertical-align: middle;
  margin-right: 5px;
}
header > nav .lang p:nth-child(1)::after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
  font-size: 1.3rem;
  line-height: 100%;
}
header > nav .lang p a {
  line-height: 100%;
  font-size: 1.6rem;
  text-decoration: underline;
  letter-spacing: 1px;
}
header > nav .lang p a:hover {
  color: #3071B9;
}

@media print {
  header {
    position: absolute;
  }
}
.menuCommon > p.closeBtn {
  position: fixed;
  right: 50px;
  top: 0;
  display: block;
  background-color: #fff;
  width: 90px;
  padding: 30px;
  border-radius: 0 0 20px 20px;
  line-height: 100%;
  transition: 0.3s;
  cursor: pointer;
}
@media all and (max-width: 1400px) {
  .menuCommon > p.closeBtn {
    right: 30px;
  }
}
@media screen and (max-width: 668px) {
  .menuCommon > p.closeBtn {
    right: 20px;
    width: 60px;
    padding: 27px 17px;
  }
}
.menuCommon > p.closeBtn:hover {
  padding: 33px 30px 30px;
}
@media screen and (max-width: 668px) {
  .menuCommon > p.closeBtn:hover {
    padding: 27px 17px;
  }
}
.menuCommon > p.closeBtn:hover img {
  transform: translateY(0);
}
.menuCommon * {
  color: #fff;
}
.menuCommon .rightContentsMenu {
  display: flex;
  min-height: 100vh;
}
@media screen and (max-width: 960px) {
  .menuCommon .rightContentsMenu {
    flex-flow: column;
  }
}
.menuCommon .rightContentsMenu .menuMain {
  width: 68%;
  padding: 50px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 1200px) {
  .menuCommon .rightContentsMenu .menuMain {
    padding: 30px;
  }
}
@media screen and (max-width: 960px) {
  .menuCommon .rightContentsMenu .menuMain {
    width: 100%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .menuCommon .rightContentsMenu .menuMain {
    padding: 20px;
  }
}
.menuCommon .rightContentsMenu .menuMain > div {
  width: 100%;
}
.menuCommon .rightContentsMenu .menuMain > div > nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .menuCommon .rightContentsMenu .menuMain > div > nav {
    justify-content: space-between;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .menuCommon .rightContentsMenu .menuMain > div > nav {
    margin-bottom: 20px;
    margin-top: 60px;
  }
}
.menuCommon .rightContentsMenu .menuMain > div > nav dl {
  width: calc(33.3333333333% - 30px);
  margin-left: 30px;
}
@media all and (max-width: 1400px) {
  .menuCommon .rightContentsMenu .menuMain > div > nav dl {
    width: calc(33.3333333333% - 20px);
    margin-left: 20px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .menuCommon .rightContentsMenu .menuMain > div > nav dl {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .menuCommon .rightContentsMenu .menuMain > div > nav dl:last-child {
    margin-top: 80px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .menuCommon .rightContentsMenu .menuMain > div > nav dl:last-child {
    margin-top: 0;
  }
}
.menuCommon .rightContentsMenu .menuMain > div > nav dl dt {
  margin: 30px 0 20px;
}
@media all and (max-width: 1400px) {
  .menuCommon .rightContentsMenu .menuMain > div > nav dl dt {
    margin: 10px 0 5px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .menuCommon .rightContentsMenu .menuMain > div > nav dl dt {
    margin: 0;
  }
}
.menuCommon .rightContentsMenu .menuMain > div > nav dl dt a {
  font-size: 3.5rem;
  line-height: 140%;
  font-weight: 700;
}
@media all and (max-width: 1400px) {
  .menuCommon .rightContentsMenu .menuMain > div > nav dl dt a {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .menuCommon .rightContentsMenu .menuMain > div > nav dl dt a {
    margin-top: 5px;
    font-size: 1.8rem;
    border-bottom: 1px solid #fff;
    display: block;
    padding: 10px 0;
    position: relative;
  }
  .menuCommon .rightContentsMenu .menuMain > div > nav dl dt a::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 10px;
    background: url(../images/icon_arrow_w.svg) no-repeat center/contain;
  }
}
.menuCommon .rightContentsMenu .menuMain > div > nav dl dd {
  opacity: 0.7;
  margin-bottom: 16px;
}
@media all and (max-width: 1400px) {
  .menuCommon .rightContentsMenu .menuMain > div > nav dl dd {
    margin-bottom: 0;
  }
}
.menuCommon .rightContentsMenu .menuMain > div > nav dl dd::before {
  content: "-";
  margin-right: 5px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .menuCommon .rightContentsMenu .menuMain > div > nav dl dd::before {
    display: none;
  }
}
.menuCommon .rightContentsMenu .menuMain > div > nav dl dd a {
  font-size: 2.3rem;
  line-height: 140%;
}
@media all and (max-width: 1400px) {
  .menuCommon .rightContentsMenu .menuMain > div > nav dl dd a {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .menuCommon .rightContentsMenu .menuMain > div > nav dl dd a {
    font-size: 1.6rem;
    border-bottom: 1px solid #fff;
    display: block;
    padding: 10px;
    position: relative;
  }
  .menuCommon .rightContentsMenu .menuMain > div > nav dl dd a::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 10px;
    background: url(../images/icon_arrow_w.svg) no-repeat center/contain;
  }
}
.menuCommon .rightContentsMenu .menuMain > div .lang {
  display: flex;
  align-items: center;
  margin: 5px 15px 0 5px;
}
.menuCommon .rightContentsMenu .menuMain > div .lang::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/icon_world_w.svg) no-repeat center/contain;
  vertical-align: middle;
  margin-right: 5px;
}
.menuCommon .rightContentsMenu .menuMain > div .lang p:nth-child(1)::after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
  font-size: 1.3rem;
  line-height: 100%;
}
.menuCommon .rightContentsMenu .menuMain > div .lang p a {
  line-height: 100%;
  font-size: 1.6rem;
  text-decoration: underline;
  letter-spacing: 1px;
}
.menuCommon .rightContentsMenu .menuMain > div .lang p a:hover {
  color: #3071B9;
}
.menuCommon .rightContentsMenu .menuMain > div > section {
  background-color: #fff;
  border-radius: 50px;
  padding: 30px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 1400px) {
  .menuCommon .rightContentsMenu .menuMain > div > section {
    padding: 30px;
  }
}
@media screen and (max-width: 960px) {
  .menuCommon .rightContentsMenu .menuMain > div > section {
    border-radius: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .menuCommon .rightContentsMenu .menuMain > div > section {
    display: block;
  }
}
.menuCommon .rightContentsMenu .menuMain > div > section * {
  color: #333;
}
.menuCommon .rightContentsMenu .menuMain > div > section > div {
  width: 50%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .menuCommon .rightContentsMenu .menuMain > div > section > div {
    width: 100%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .menuCommon .rightContentsMenu .menuMain > div > section > div.add {
    margin-bottom: 30px;
  }
}
.menuCommon .rightContentsMenu .menuMain > div > section > div.add h6 {
  width: 180px;
  margin: 0 0 10px;
}
@media screen and (max-width: 668px) {
  .menuCommon .rightContentsMenu .menuMain > div > section > div.add h6 {
    width: 150px;
  }
}
.menuCommon .rightContentsMenu .menuMain > div > section > div.add .name {
  width: 160px;
}
.menuCommon .rightContentsMenu .menuMain > div > section > div.add address {
  margin: 20px 0;
  line-height: 150%;
}
.menuCommon .rightContentsMenu .menuMain > div > section > div.add address br {
  display: none;
}
@media all and (max-width: 1400px) {
  .menuCommon .rightContentsMenu .menuMain > div > section > div.add address br {
    display: block;
  }
}
.menuCommon .rightContentsMenu .menuMain > div > section > div.add p.tel a {
  font-size: 3rem;
  line-height: 100%;
  font-weight: 900;
}
.menuCommon .rightContentsMenu .menuMain > div > section > div.link div {
  margin-bottom: 20px;
}
.menuCommon .rightContentsMenu .menuMain > div > section > div.link div p a {
  font-size: 1.7rem;
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  line-height: 140%;
  position: relative;
}
.menuCommon .rightContentsMenu .menuMain > div > section > div.link div p a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  background: url(../../common/images/icon_arrow_b.svg) no-repeat center/contain;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .menuCommon .rightContentsMenu .menuMain > div > section > div.link ul {
    max-width: 560px;
    margin: 0 auto;
  }
}
.menuCommon .rightContentsMenu .menuMain > div > section > div.link ul li:not(:last-child) {
  margin-bottom: 15px;
}
.menuCommon .rightContentsMenu .menuMain > div > section > div.link ul li a {
  display: block;
  background-color: #3071B9;
  color: #fff;
  border-radius: 50px;
  padding: 20px 50px 20px 30px;
  line-height: 120%;
  font-size: 1.8rem;
  position: relative;
}
.menuCommon .rightContentsMenu .menuMain > div > section > div.link ul li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 12px;
  background: url(../images/icon_arrow_w.svg) no-repeat center/contain;
  transition: 0.3s;
}
.menuCommon .rightContentsMenu .menuMain > div > section > div.link ul li a:hover {
  background-color: #6FBA2C;
}
.menuCommon .rightContentsMenu .menuMain > div > section > div.link ul li a:hover::after {
  right: 25px;
}
.menuCommon .rightContentsMenu .photo {
  width: 32%;
  background: url(../../common/images/photo_menu.jpg) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .menuCommon .rightContentsMenu .photo {
    width: 100%;
    min-height: 270px;
    flex-grow: 2;
  }
}

footer {
  margin-top: 70px;
  background: linear-gradient(180deg, transparent 0%, transparent 40%, #3071B9 40%, #3071B9 100%);
}
@media all and (max-width: 1400px) {
  footer {
    margin-top: 50px;
  }
}
footer > div {
  background-color: #f5f5f5;
  border-radius: 50px;
  margin: 0 50px;
  padding: 60px 80px 60px 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 1400px) {
  footer > div {
    margin: 0 30px;
    padding: 30px 50px;
  }
}
@media all and (max-width: 1200px) {
  footer > div {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 668px) {
  footer > div {
    margin: 0 20px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 960px) {
  footer > div > section {
    width: 100%;
    text-align: center;
  }
}
footer > div > section h6 {
  width: 150px;
  margin: 0 0 20px;
}
@media screen and (max-width: 960px) {
  footer > div > section h6 {
    margin: 0 auto 20px;
  }
}
footer > div > section address {
  margin: 20px 0;
  line-height: 150%;
}
footer > div > section p.name {
  width: 160px;
}
@media screen and (max-width: 960px) {
  footer > div > section p.name {
    margin: 0 auto;
  }
}
footer > div > section p.tel a {
  font-size: 3rem;
  line-height: 100%;
  font-weight: 900;
}
footer > div > section p.fax {
  margin-bottom: 20px;
}
footer > div > div {
  width: 560px;
}
@media all and (max-width: 1200px) {
  footer > div > div {
    width: auto;
  }
}
@media screen and (max-width: 960px) {
  footer > div > div {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer > div > div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  footer > div > div > div {
    justify-content: center;
  }
}
@media all and (max-width: 1200px) {
  footer > div > div > div > dl:nth-child(2) {
    margin: 0 25px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  footer > div > div > div > dl:nth-child(2) {
    margin: 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  footer > div > div > div > dl {
    width: 100%;
  }
}
footer > div > div > div > dl dt, footer > div > div > div > dl dd {
  line-height: 150%;
}
footer > div > div > div > dl dt a,
footer > div > div > div > dl dd a {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 150%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  footer > div > div > div > dl dt a,
  footer > div > div > div > dl dd a {
    display: block;
    margin-bottom: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    font-size: 1.7rem;
    background: url(../images/icon_arrow_b.svg) no-repeat right 15px center/7px auto;
  }
}
footer > div > div > div > dl dt a:hover,
footer > div > div > div > dl dd a:hover {
  transform: translateX(3px);
  color: #3071B9;
}
footer > div > div > div > dl dd a {
  color: #999;
  font-size: 1.7rem;
}
footer > div > div > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  footer > div > div > ul {
    max-width: 560px;
    margin: 0 auto;
  }
}
footer > div > div > ul li {
  width: calc(50% - 15px);
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  footer > div > div > ul li {
    width: 100%;
  }
  footer > div > div > ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
footer > div > div > ul li a {
  display: block;
  background-color: #3071B9;
  color: #fff;
  border-radius: 50px;
  padding: 20px 50px 20px 30px;
  line-height: 120%;
  font-size: 1.8rem;
  position: relative;
}
footer > div > div > ul li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 12px;
  background: url(../images/icon_arrow_w.svg) no-repeat center/contain;
  transition: 0.3s;
}
footer > div > div > ul li a:hover {
  background-color: #6FBA2C;
}
footer > div > div > ul li a:hover::after {
  right: 25px;
}
footer > div > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  footer > div > ul {
    justify-content: center;
  }
}
footer > div > ul li a {
  font-size: 1.8rem;
  display: inline-block;
}
footer > div > ul li a:hover {
  transform: translateX(3px);
  color: #3071B9;
}
footer > div > ul li:not(:last-child) {
  margin-right: 35px;
}
@media all and (max-width: 1400px) {
  footer > div > ul li:not(:last-child) {
    margin-right: 20px;
  }
}
footer > p.copy {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 30px 0;
}

.cookieArea {
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.1);
  border-radius: 50px;
  position: fixed;
  bottom: 25px;
  left: 25px;
  width: calc(100% - 50px);
  padding: 20px 30px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  visibility: hidden;
}
.cookieArea * {
  line-height: 150%;
  font-size: 1.6rem;
}
.cookieArea.is-show {
  visibility: visible;
}
@media screen and (max-width: 960px) {
  .cookieArea {
    display: block;
    border-radius: 30px;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
  }
}
.cookieArea .cookieText {
  width: calc(100% - 150px);
}
.cookieArea .cookieText a {
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  .cookieArea .cookieText {
    width: 100%;
    margin-bottom: 10px;
  }
  .cookieArea .cookieText br {
    display: none;
  }
}
.cookieArea .cookieAgree {
  background-color: #333;
  color: #fff;
  border-radius: 50px;
  width: 130px;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.cookieArea .cookieAgree:hover {
  background-color: #3071B9;
}
@media screen and (max-width: 960px) {
  .cookieArea .cookieAgree {
    width: 100%;
  }
}

.ccHide {
  animation: hide 0.5s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
input[type=text],
input[type=email],
input[type=date],
input[type=tel],
textarea,
select {
  font-size: 1.8rem;
  appearance: none;
  outline: none;
  border: 0;
  background-color: #f5f5f5;
  border-radius: 30px;
  color: #333;
  padding: 10px 20px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  outline: none;
}

input[type=submit],
input[type=button] {
  font-size: 1.8rem;
  appearance: none;
  outline: none;
  background-color: #3071B9;
  border: 0;
  border-radius: 50px;
  color: #fff;
  padding: 15px 20px;
  transition: 0.5s;
  cursor: pointer;
  display: block;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline: none;
}
input[type=submit]:hover,
input[type=button]:hover {
  transform: translateY(-5px);
}

::placeholder {
  color: #ccc;
}

.sizeXS {
  width: 30%;
  max-width: 150px;
}

.sizeS {
  width: 38%;
  max-width: 300px;
}

.sizeM {
  width: 65%;
}
@media screen and (max-width: 960px) {
  .sizeM {
    width: 100%;
  }
}

.sizeL {
  width: 100%;
}

/* エラーメッセージ
-------------------------------------------------*/
.formLayout .errmsg,
.formLayout #errorMessage {
  box-sizing: border-box;
  width: 100%;
  border: 3px solid #f00;
  padding: 10px;
  margin: 0 auto 10px auto;
  color: #F00;
}
.formLayout .errmsg a,
.formLayout #errorMessage a {
  color: #F00;
}

/* 画面別表示/非表示
-------------------------------------------------*/
.formLayout.input_now .display_check,
.formLayout.check_now .display_input {
  display: none;
}/*# sourceMappingURL=layout.css.map */