@charset "UTF-8";
/* 機能とパーツごとに分けたscssファイルをcssファイルにコンパイル */
/* function
------------------------------------------------ */
/* setting
------------------------------------------------ */
/* スマホ：~519px
　 タブレット：520px~959px
　 パソコン：960px~ */
html {
  /* ルートのフォントサイズを10pxに設定 */
  font-size: 62.5%;
}

body {
  /* bodyの基本サイズを17pxに設定 */
  font-size: 2rem;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
  text-align: justify;
  letter-spacing: 0.3rem;
  line-height: 2;
}
@media screen and (max-width: 519px) {
  body {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}

.h3 {
  font-size: 4.5rem;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 959px) {
  .h3 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 519px) {
  .h3 {
    font-size: 2.8rem;
    padding: 0.7rem 0 0.5rem;
    line-height: 1.5;
  }
}

.t-tsuku {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}

/* foundation
------------------------------------------------ */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :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;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

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

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

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[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;
}

button, select {
  text-transform: none;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  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, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

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

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

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

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

body {
  overflow-x: hidden;
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
  opacity: 0.8;
}

img {
  font-size: 0;
  vertical-align: bottom;
  max-width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.br-tab {
  display: none;
}
@media screen and (max-width: 959px) {
  .br-tab {
    display: block;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .br-sp {
    display: block;
  }
}

.nonbr-tab {
  display: block;
}
@media screen and (max-width: 959px) {
  .nonbr-tab {
    display: none;
  }
}

.nonbr-sp {
  display: block;
}
@media screen and (max-width: 519px) {
  .nonbr-sp {
    display: none;
  }
}

.link-disable {
  pointer-events: none;
}

@media screen and (max-width: 519px) {
  .sptop {
    overflow: hidden;
  }
}

.anchor {
  margin-top: -9rem;
  padding-top: 9rem;
}
@media screen and (max-width: 519px) {
  .anchor {
    margin-top: -7rem;
    padding-top: 7rem;
  }
}

/* utility
------------------------------------------------ */
/* layout
------------------------------------------------ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}

.l-inner {
  margin: 0 auto;
  max-width: 114rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1180px) {
  .l-inner {
    padding: 0 2rem;
  }
}
.l-inner--wide {
  position: relative;
  max-width: 130rem;
}
@media screen and (max-width: 1340px) {
  .l-inner--wide {
    padding: 0 2rem;
  }
}

/* component
------------------------------------------------ */
.c-header {
  width: 100%;
}

.c-header__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 0 0;
  width: 100%;
}
.c-header__logo {
  display: block !important;
  width: 100%;
}
.c-header__logo a {
  font-size: 0;
}
.c-header__logo img {
  max-width: 30rem;
}
@media screen and (max-width: 519px) {
  .c-header__logo img {
    width: 70%;
  }
}

.c-header__wrapper {
  width: 100%;
  max-width: 80rem;
}
@media screen and (max-width: 959px) {
  .c-header__wrapper {
    display: none;
  }
}

.c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.c-header__menu {
  width: 100%;
  font-size: 1.1em;
  line-height: 4rem;
  color: #000;
  letter-spacing: 5px;
  border-left: 0.1rem solid #dcdddd;
}
.c-header__menu:last-child {
  border-right: 0.1rem solid #dcdddd;
}
.c-header__menu a {
  width: 100%;
  text-align: center;
}

.c-header__hamburger {
  display: inline-block;
  position: fixed;
  top: 1.7rem;
  right: 2rem;
  padding: 0.5rem;
  width: 4rem;
  max-height: 5rem;
  color: white;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .c-header__hamburger {
    position: absolute;
    right: 0;
  }
}
.c-header__hamburger small {
  position: absolute;
  bottom: -13px;
  display: inline-block;
  margin-top: 0.8rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.5px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

.c-header__hamburger-border {
  position: relative;
  width: 100%;
  height: 0.2rem;
  background-color: #fff;
  border-radius: 0.1rem;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.c-header__hamburger-border--top {
  top: 0;
}

.c-header__hamburger-border--middle {
  margin: 0.8rem 0;
}

.c-header__hamburger-border--bottom {
  bottom: 0;
}

.c-header__hamburger--open .c-header__hamburger-border--top {
  top: 1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-header__hamburger--open .c-header__hamburger-border--middle {
  opacity: 0;
}
.c-header__hamburger--open .c-header__hamburger-border--bottom {
  bottom: 1rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-header__hamburger-border--corner {
  background-color: #000;
}

.c-header__drawer-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
  z-index: 40;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.c-header__drawer-modal--open {
  display: block;
}

.c-header__drawer {
  position: absolute;
  top: 0;
  right: -26rem;
  z-index: 40;
  padding-bottom: 3rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  height: 100vh;
  overflow: auto;
}

.c-header__drawer--open {
  right: 0;
}

.c-header__drawer-nav {
  padding: 1rem 1rem 1rem;
  width: 26rem;
  list-style: none;
  text-align: justify;
}

.c-header__drawer-menu {
  line-height: 1.3;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  border-bottom: solid 0.1rem #dcdddd;
}
.c-header__drawer-menu:first-child {
  border-top: solid 0.1rem #dcdddd;
}
.c-header__drawer-menu a {
  padding: 1rem;
  width: 100%;
  letter-spacing: 0.5rem;
  text-align: center;
  color: #000;
}
.c-header__drawer-menu a img {
  margin-right: 1rem;
  width: 3rem;
}
.c-header__drawer-menu a span {
  display: block;
  font-size: 0.8em;
}

.c-global {
  position: absolute;
  top: 0;
  left: calc((100vw - 114rem) / 2);
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/yonetsuru/c/community/common/bg_global.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
@media screen and (max-width: 1180px) {
  .c-global {
    left: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .c-global {
    left: 1rem;
    background-color: rgba(255, 255, 255, 0.8);
    background-size: cover;
  }
}

.c-global__container {
  padding: 3rem 0.4rem 4rem;
  text-align: center;
  letter-spacing: 0.5rem;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
}
@media screen and (max-width: 519px) {
  .c-global__container {
    padding: 2rem 0.4rem 2rem;
    letter-spacing: 0;
  }
}

.c-global__logo {
  display: block !important;
  font-size: 2.5rem;
  font-weight: normal;
}
@media screen and (max-width: 519px) {
  .c-global__logo {
    font-size: 2rem;
  }
}
.c-global__logo img {
  display: block;
  margin: 0 auto;
  width: 26.5rem;
}
@media screen and (max-width: 519px) {
  .c-global__logo img {
    width: 42vw;
    min-width: 16rem;
  }
}

.c-global__nav {
  list-style: none;
}

.c-global__menu {
  margin-top: 0.5rem;
  font-size: 2.5rem;
}
@media screen and (max-width: 519px) {
  .c-global__menu {
    font-size: 2rem;
  }
}
.c-global__menu:first-child {
  margin-top: 2.5rem;
}
.c-global__menu a {
  width: 100%;
}

.c-global__menu--narrow {
  letter-spacing: -0.2rem;
}
@media screen and (max-width: 519px) {
  .c-global__menu--narrow {
    line-height: 1.2;
    letter-spacing: 0;
  }
}

.c-mainvisual {
  position: relative;
  z-index: -1;
  width: 100vw;
}
.c-mainvisual::before {
  content: "";
  display: block;
  padding-top: 53.21%;
}
@media screen and (max-width: 1300px) {
  .c-mainvisual::before {
    padding-top: 0;
  }
}

.c-mainvisual__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media screen and (max-width: 1300px) {
  .c-mainvisual__image {
    position: initial;
    height: 85vh;
    min-height: 67rem;
    max-height: 69rem;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
@media screen and (max-width: 519px) {
  .c-mainvisual__image {
    height: auto;
    min-height: 53rem;
  }
}

@media screen and (max-width: 959px) {
  .c-mainvisual__image--label {
    -o-object-position: 70% 50%;
       object-position: 70% 50%;
  }
}

.c-mainvisual__container {
  position: absolute;
  top: 20%;
  right: 0;
  z-index: 1;
  padding: 0 8rem 0.5rem 4rem;
  font-weight: 300;
  letter-spacing: 0.9rem;
  line-height: 1.5;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  background-color: rgba(255, 255, 255, 0.58);
}
@media screen and (max-width: 959px) {
  .c-mainvisual__container {
    padding: 0 4vw 0.5rem 3vw;
    max-width: calc(100vw - 32rem);
  }
}
@media screen and (max-width: 519px) {
  .c-mainvisual__container {
    padding: 1rem 0 1rem 0.5rem;
    width: 100%;
    max-width: calc(100vw - 19rem);
    text-align: left;
    line-height: 1;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.c-mainvisual__container h2 {
  font-weight: normal;
  font-size: 5.5rem;
}
@media screen and (max-width: 959px) {
  .c-mainvisual__container h2 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 519px) {
  .c-mainvisual__container h2 {
    font-size: 2.8rem;
    letter-spacing: 3px;
  }
}

.c-mainvisual__banner {
  position: absolute;
  bottom: 5rem;
  right: 3rem;
  z-index: 999;
  width: 25rem;
  height: 18rem;
  border: solid 2px white;
}
@media screen and (max-width: 1300px) {
  .c-mainvisual__banner {
    bottom: 15vh;
  }
}
@media screen and (max-width: 519px) {
  .c-mainvisual__banner {
    bottom: 23vh;
    right: 0.5rem;
    width: 17.5rem;
    height: 15rem;
  }
}
.c-mainvisual__banner span {
  text-decoration: underline;
}
.c-mainvisual__banner img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-mainvisual__banner:hover {
  opacity: 0.9;
}

.c-mainvisual__text {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem 0.5rem;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  color: white;
  text-align: center;
  letter-spacing: 0;
  background-color: rgba(23, 28, 97, 0.6);
}
@media screen and (max-width: 519px) {
  .c-mainvisual__text {
    font-size: 1rem;
  }
}

.c-mainvisual__sdgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  position: absolute;
  bottom: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95%;
  max-width: 110rem;
  list-style: none;
}
@media screen and (max-width: 1360px) {
  .c-mainvisual__sdgs {
    bottom: 1rem;
  }
}
@media screen and (max-width: 800px) {
  .c-mainvisual__sdgs {
    gap: 0.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    left: auto;
    right: 1rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 55vw;
    max-width: calc(100vw - 32rem);
  }
  .c-mainvisual__sdgs li {
    width: calc(20% - 0.4rem);
  }
}
@media screen and (max-width: 700px) {
  .c-mainvisual__sdgs li {
    width: calc(25% - 0.375rem);
  }
}
@media screen and (max-width: 519px) {
  .c-mainvisual__sdgs {
    right: 0.5rem;
    max-width: calc(100vw - 20rem);
  }
  .c-mainvisual__sdgs li {
    width: calc(33.333% - 0.3333333333rem);
  }
}

.c-footer {
  width: 100%;
  background-color: #fff;
}

.c-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 2rem;
}

@media screen and (max-width: 959px) {
  .c-footer__container--end {
    display: none;
  }
}

.c-footer__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 4rem 8rem 0 0;
  width: calc(25% - 6rem);
  height: 25rem;
  line-height: 1.3;
  font-size: 2.7rem;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/yonetsuru/c/community/common/circle_yellow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1340px) {
  .c-footer__circle {
    margin: 4rem 5vw 0 0;
    width: calc(25% - 3.75vw);
    height: 20vw;
  }
}
@media screen and (max-width: 1176px) {
  .c-footer__circle {
    letter-spacing: 0rem;
  }
}
@media screen and (max-width: 959px) {
  .c-footer__circle {
    margin: 4rem 0 0 0;
    width: 25%;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  .c-footer__circle {
    margin: 3rem 0 0 0;
    width: 50%;
    font-size: 2rem;
    height: 40vw;
  }
}
.c-footer__circle:nth-child(2) {
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/yonetsuru/c/community/common/circle_raight-green.png);
}
@media screen and (max-width: 959px) {
  .c-footer__circle:nth-child(2) {
    letter-spacing: -2px;
  }
}
.c-footer__circle:nth-child(3) {
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/yonetsuru/c/community/common/circle_orange.png);
}
@media screen and (max-width: 640px) {
  .c-footer__circle:nth-child(3) {
    margin-top: 1rem;
  }
}
.c-footer__circle:nth-child(4) {
  margin-right: 0;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/yonetsuru/c/community/common/circle_green.png);
}
@media screen and (max-width: 640px) {
  .c-footer__circle:nth-child(4) {
    margin-top: 1rem;
  }
}

.c-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 1.5rem;
  font-size: 1.5rem;
  list-style: none;
}
@media screen and (max-width: 1340px) {
  .c-footer__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__menu {
    font-size: 1.6rem;
  }
}
.c-footer__menu li {
  margin-top: 1.5rem;
  padding: 0 0.5rem;
  border-left: 0.1rem solid black;
  line-height: 1;
}
@media screen and (max-width: 1340px) {
  .c-footer__menu li:nth-child(7) {
    border-right: 0.1rem solid black;
  }
}
@media screen and (max-width: 1208px) {
  .c-footer__menu li:nth-child(6) {
    border-right: 0.1rem solid black;
  }
  .c-footer__menu li:nth-child(7) {
    border-right: none;
  }
}
@media screen and (max-width: 980px) {
  .c-footer__menu li:nth-child(5) {
    border-right: 0.1rem solid black;
  }
  .c-footer__menu li:nth-child(6) {
    border-right: none;
  }
}
@media screen and (max-width: 959px) {
  .c-footer__menu li {
    padding: 0 0.5rem;
    width: 25%;
    text-align: center;
    letter-spacing: 0;
  }
  .c-footer__menu li:nth-child(4) {
    border-right: 0.1rem solid black;
  }
  .c-footer__menu li:nth-child(5) {
    border-right: none;
  }
}
@media screen and (max-width: 724px) {
  .c-footer__menu li {
    width: 50%;
    font-size: 0.9em;
  }
  .c-footer__menu li:nth-child(2n) {
    border-right: 0.1rem solid black;
  }
}
.c-footer__menu li:last-child {
  border-right: 0.1rem solid black;
}

.c-footer__credit {
  padding: 3rem 0;
  background-color: #F6F6F6;
}

.c-footer__title {
  font-size: 2.5rem;
  font-weight: normal;
}
@media screen and (max-width: 519px) {
  .c-footer__title {
    font-size: 2.3rem;
  }
}

.c-footer__info {
  font-size: 1.8rem;
}
@media screen and (max-width: 519px) {
  .c-footer__info {
    font-size: 1.6rem;
  }
}

.c-footer__sns {
  position: absolute;
  top: 1rem;
  right: 0;
}
@media screen and (max-width: 1340px) {
  .c-footer__sns {
    right: 2rem;
  }
}
.c-footer__sns a {
  margin-right: 0.5rem;
  width: 3rem;
}
.c-footer__sns a:last-child {
  margin-right: 0;
}

.c-button {
  display: block;
  margin: 2rem auto 0;
  width: 18rem;
  color: white;
  line-height: 7rem;
  background-color: #1E2C54;
  cursor: pointer;
}
@media screen and (max-width: 519px) {
  .c-button {
    line-height: 6rem;
  }
}
.c-button:hover {
  color: white;
  opacity: 0.8;
}

.c-button--close {
  font-size: 0.9em;
  line-height: 5rem;
}

.c-button--trans {
  margin: 2rem auto 0 0;
  width: 25rem;
  color: black;
  line-height: 4.8rem;
  text-align: center;
  background-color: transparent;
  border: 0.1rem solid black;
}
.c-button--trans:hover {
  color: black;
}

.c-button--recruit {
  margin-bottom: 5rem;
  padding: 2rem 0;
  width: 38rem;
  text-align: center;
  line-height: 1;
  font-size: 2.8rem;
}
@media screen and (max-width: 519px) {
  .c-button--recruit {
    width: 80%;
    font-size: 2rem;
  }
}
.c-button--recruit span {
  display: block;
  padding-bottom: 1rem;
  font-size: 2rem;
}
@media screen and (max-width: 519px) {
  .c-button--recruit span {
    font-size: 1.4rem;
  }
}

.c-button--recruit2 {
  margin: 4rem auto;
  padding: 2rem 0;
  width: 38rem;
  text-align: center;
  line-height: 1;
  font-size: 2.8rem;
}
@media screen and (max-width: 519px) {
  .c-button--recruit2 {
    width: 80%;
    font-size: 2rem;
  }
}
.c-button--recruit2 span {
  display: block;
  padding-bottom: 1rem;
  font-size: 2rem;
}
@media screen and (max-width: 519px) {
  .c-button--recruit2 span {
    font-size: 1.4rem;
  }
}

.c-section {
  width: 100%;
}

.c-section--about {
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/yonetsuru/c/community/common/bg_yellow_leaf_square.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
}
@media screen and (max-width: 519px) {
  .c-section--about {
    background-position: 61% 0%;
  }
}

.c-section--info {
  color: white;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/yonetsuru/c/community/common/bg_black_leaf_square.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 519px) {
  .c-section--info {
    background-position: 57% 0%;
  }
}

.c-section__container {
  padding: 0 0 2rem;
  width: 100%;
}
.c-section__container:first-of-type {
  padding-top: 2rem;
}
.c-section__container:last-of-type {
  padding-bottom: 5rem;
}

@media screen and (max-width: 519px) {
  .c-section__container--info p {
    margin-top: 2rem;
    line-height: 1.5;
  }
  .c-section__container--info p:first-of-type {
    margin-top: 0;
  }
}
.c-section__container--info p a[href^="tel:"] {
  color: white;
  pointer-events: none;
}
.c-section__container--info span {
  margin-right: 1rem;
}
@media screen and (max-width: 519px) {
  .c-section__container--info span {
    display: block;
  }
}

.c-section__subtitle {
  font-size: 3rem;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 519px) {
  .c-section__subtitle {
    font-size: 2.3rem;
    letter-spacing: 0.3rem;
  }
}

.c-section__mission {
  padding-left: 4.5rem;
  list-style: none;
}
.c-section__mission li {
  position: relative;
}
.c-section__mission li::before {
  content: "一、";
  position: absolute;
  left: -4rem;
}

/* project
------------------------------------------------ */
.p-intro {
  width: 100%;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/yonetsuru/c/community/common/bg_yellow_leaf.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 519px) {
  .p-intro {
    background-position: 52% 50%;
  }
}

.p-intro__container {
  padding: 3rem 0 4rem;
}

.p-intro__title {
  float: right;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.5;
}
@media screen and (max-width: 519px) {
  .p-intro__title {
    float: none;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}
.p-intro__title span {
  position: relative;
  top: -2.8rem;
}
@media screen and (max-width: 519px) {
  .p-intro__title span {
    top: auto;
  }
}

.p-intro__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -6rem;
}
@media screen and (max-width: 519px) {
  .p-intro__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2rem;
  }
}
.p-intro__wrapper p {
  margin-top: 1rem;
}

.p-intro__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0 3rem 0 0;
  width: 23rem;
  height: 23rem;
  line-height: 1.3;
  font-size: 2.7rem;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/yonetsuru/c/community/common/circle_gold.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1054px) {
  .p-intro__circle {
    margin: 0 2.5vw 0 0;
    width: 21vw;
    height: 21vw;
  }
}
@media screen and (max-width: 959px) {
  .p-intro__circle {
    margin: 0 1.5vw 0 0;
  }
}
@media screen and (max-width: 519px) {
  .p-intro__circle {
    margin: 0;
    width: 50%;
    height: 40vw;
    font-size: 2.5rem;
  }
}
.p-intro__circle:last-of-type {
  margin-right: 0;
}

.p-banner {
  width: 100%;
}

.p-banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-banner__wrapper {
  position: relative;
  width: 33.333%;
}
@media screen and (max-width: 959px) {
  .p-banner__wrapper {
    height: 33.333vw;
  }
}
.p-banner__wrapper:hover {
  opacity: 1;
}
.p-banner__wrapper:hover .p-banner__mask {
  background-color: transparent;
}
.p-banner__wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-banner__wrapper p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  color: white;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-size: 4rem;
  line-height: 1.1;
  text-align: center;
  -webkit-filter: drop-shadow(0 0 3px black);
          filter: drop-shadow(0 0 3px black);
}
@media screen and (max-width: 1028px) {
  .p-banner__wrapper p {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 959px) {
  .p-banner__wrapper p {
    font-size: 4vw;
  }
}
@media screen and (max-width: 519px) {
  .p-banner__wrapper p {
    font-size: 2rem;
  }
}

.p-banner__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 28, 97, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-map {
  width: 100%;
}
.p-map iframe {
  aspect-ratio: 1/0.594;
  width: 100vw;
  height: 100%;
  max-height: 60rem;
}

.p-award {
  width: 100%;
}

.p-award__container {
  margin-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #969696;
}
.p-award__container:first-of-type {
  margin-top: 0;
}
.p-award__container p {
  margin-top: 1rem;
  letter-spacing: 0.35rem;
}
.p-award__container ol {
  padding-left: 8rem;
  list-style: none;
}
@media screen and (max-width: 519px) {
  .p-award__container ol {
    padding-left: 7rem;
  }
}
.p-award__container ol li {
  position: relative;
}
@media screen and (max-width: 519px) {
  .p-award__container ol li {
    margin-top: 1rem;
    line-height: 1.5;
  }
}
.p-award__container ol li:first-child {
  margin-top: 1rem;
}
@media screen and (max-width: 519px) {
  .p-award__container ol li:first-child {
    margin-top: 2rem;
  }
}
.p-award__container ol li span {
  position: absolute;
  left: -8rem;
}
@media screen and (max-width: 519px) {
  .p-award__container ol li span {
    left: -7rem;
  }
}

.p-award__conve {
  font-weight: bold;
}

.p-award__win {
  display: inline-block;
  margin-top: 2rem;
  padding: 0 2rem;
  line-height: 4.5rem;
  font-size: 3rem;
  color: white;
  background-color: #32220F;
}
@media screen and (max-width: 519px) {
  .p-award__win {
    font-size: 2.4rem;
    line-height: 1.8;
    letter-spacing: 3px;
  }
}

.p-policy {
  padding: 7rem 0;
  width: 100%;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/yonetsuru/c/community/common/bg_yellow.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 519px) {
  .p-policy {
    padding: 5rem 0;
  }
}

.p-policy__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 5rem;
}
@media screen and (max-width: 519px) {
  .p-policy__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-policy__container p {
  font-size: 0.9em;
}

.p-policy__image {
  margin-right: 2rem;
  width: 18rem;
}
@media screen and (max-width: 519px) {
  .p-policy__image {
    margin: 0 auto;
  }
}

.p-policy__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 519px) {
  .p-policy__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-policy__vol {
  position: relative;
  margin-right: 2rem;
  width: 13rem;
  line-height: 4.8rem;
  text-align: center;
  border: 0.1rem solid black;
}
@media screen and (max-width: 519px) {
  .p-policy__vol {
    display: block;
    margin: 2rem 0 0;
  }
}
.p-policy__vol::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  width: 0.1rem;
  height: 100%;
  background-color: black;
}

.p-policy__name {
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  .p-policy__name {
    padding: 1rem 0;
    width: 100%;
  }
}
.p-policy__name span {
  padding-left: 2rem;
  font-size: 4rem;
  font-weight: normal;
}
@media screen and (max-width: 959px) {
  .p-policy__name span {
    display: block;
    padding: 0;
    font-size: 5vw;
    line-height: 1;
  }
}
@media screen and (max-width: 519px) {
  .p-policy__name span {
    font-size: 3rem;
  }
}

.p-message {
  padding: 4rem 0;
  width: 100%;
}

.p-message__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 519px) {
  .p-message__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-message__wrapper {
  padding-bottom: 5rem;
  width: calc(100% - 40rem);
}
@media screen and (max-width: 959px) {
  .p-message__wrapper {
    width: 70%;
  }
}
@media screen and (max-width: 519px) {
  .p-message__wrapper {
    margin-top: 1rem;
    width: 100%;
  }
}
.p-message__wrapper h3 {
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .p-message__wrapper h3 {
    letter-spacing: 0;
  }
}

.p-message__vol {
  display: inline-block;
  margin-top: 2rem;
  padding: 1rem 2rem;
  font-size: 2.9rem;
  line-height: 1.5;
  border: 0.1rem solid black;
}
@media screen and (max-width: 519px) {
  .p-message__vol {
    font-size: 2rem;
  }
}

.p-message__image {
  width: 40rem;
}
@media screen and (max-width: 959px) {
  .p-message__image {
    width: 30%;
  }
}
@media screen and (max-width: 519px) {
  .p-message__image {
    width: 70%;
  }
}

.p-message__detail {
  margin-top: 5rem;
}
.p-message__detail:first-of-type {
  margin-top: 0;
}
.p-message__detail h4 {
  padding-left: 1rem;
  line-height: 1;
  font-size: 4.5rem;
  font-weight: normal;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  border-left: 0.73rem solid black;
}
@media screen and (max-width: 959px) {
  .p-message__detail h4 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 519px) {
  .p-message__detail h4 {
    font-size: 3rem;
  }
}
.p-message__detail p {
  margin-top: 4rem;
}
.p-message__detail p:first-of-type {
  margin-top: 2rem;
}
.p-message__detail ol {
  padding-left: 10rem;
  list-style: none;
}
@media screen and (max-width: 519px) {
  .p-message__detail ol {
    padding-left: 0rem;
  }
}
.p-message__detail ol li {
  position: relative;
  margin-top: 2rem;
}
@media screen and (max-width: 519px) {
  .p-message__detail ol li {
    line-height: 1.5;
  }
}
.p-message__detail ol li span {
  position: absolute;
  left: -10rem;
}
@media screen and (max-width: 519px) {
  .p-message__detail ol li span {
    position: initial;
    display: block;
    font-weight: bold;
  }
}

.p-message__profile {
  margin-top: 6rem;
  padding: 2rem 2rem 3rem;
  border: 0.1rem solid black;
}

.p-message__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 959px) {
  .p-message__table {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-message__table--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 959px) {
  .p-message__table-wrap {
    width: 100%;
  }
}
.p-message__table-wrap:first-child {
  margin-right: 1rem;
}
@media screen and (max-width: 959px) {
  .p-message__table-wrap:first-child {
    margin-right: 0;
    padding-bottom: 2rem;
  }
}

.p-message__table--block {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-message__table--block {
    margin-top: 2rem;
  }
}

.p-history {
  width: 100%;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/yonetsuru/c/community/common/bg_yellow_wave.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
}

.p-history--second {
  color: white;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/yonetsuru/c/community/common/bg_black_square.jpg);
  background-position: center;
}

.p-history--third {
  background: none;
}

.p-history--fource {
  position: relative;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/yonetsuru/c/community/common/bg_yellow.jpg);
  background-position: center;
}

.p-history__container {
  padding: 4rem 0;
}
.p-history__container p {
  margin-top: 4rem;
}
.p-history__container p:first-of-type {
  margin-top: 1rem;
}

.p-history__title {
  line-height: 1.5;
}

.p-history__deco {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35vw;
  max-width: 43rem;
  opacity: 0.3;
}

.p-field {
  position: relative;
  width: 100%;
  color: white;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/yonetsuru/c/community/common/bg_black_wave_square.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
}
@media screen and (max-width: 519px) {
  .p-field {
    background-position: 65% 0%;
  }
}

.p-field__container {
  position: relative;
  z-index: 1;
  padding: 3rem 0 4rem;
  width: 100%;
}
.p-field__container p {
  margin-top: 1rem;
}

.p-field__title {
  line-height: 1.5;
}

.p-field__image {
  margin-top: 1rem;
  width: 20rem;
}

.p-field__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-field__link a {
  position: relative;
  margin: 5rem 6rem 0 0;
  width: 33rem;
  line-height: 6.3rem;
  text-align: center;
  color: white;
  border: 0.1rem solid white;
}
@media screen and (max-width: 959px) {
  .p-field__link a {
    margin: 5rem 4vw 0 0;
    width: calc(50% - 2vw);
  }
}
@media screen and (max-width: 519px) {
  .p-field__link a {
    margin: 3rem 0 0;
    width: 100%;
  }
}
.p-field__link a:last-child {
  margin-right: 0;
}
.p-field__link a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  width: 0.1rem;
  height: 100%;
  background-color: white;
}

.p-field__square {
  position: absolute;
  top: 12%;
  right: 0;
  width: 58%;
}
@media screen and (max-width: 519px) {
  .p-field__square {
    display: none;
  }
}

.p-event {
  width: 100%;
}

.p-event__container {
  padding: 3rem 0 10rem;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-event__container {
    padding-bottom: 5rem;
  }
}

.p-event__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4rem;
}
.p-event__wrapper p {
  width: 100%;
}

.p-event__image {
  position: relative;
  margin: 1rem 6rem 0 0;
  width: calc(50% - 3rem);
}
@media screen and (max-width: 959px) {
  .p-event__image {
    margin: 1rem 5vw 0 0;
    width: calc(50% - 2.5vw);
  }
}
@media screen and (max-width: 519px) {
  .p-event__image {
    margin-right: 0;
    width: 100%;
  }
}
.p-event__image:last-of-type {
  margin-right: 0;
}
.p-event__image::before {
  content: "";
  display: block;
  padding-top: 67.45%;
}
.p-event__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-store-map {
  width: 100%;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/yonetsuru/c/community/common/bg_yellow.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-store-map__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding: 5rem 0 3rem;
}

.p-store-map__wrapper {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.p-store-map__wrapper:first-child {
  margin-top: 0;
}
.p-store-map__wrapper:nth-child(6), .p-store-map__wrapper:nth-child(7) {
  width: 50%;
}
@media screen and (max-width: 959px) {
  .p-store-map__wrapper:nth-child(6), .p-store-map__wrapper:nth-child(7) {
    width: 100%;
  }
}
.p-store-map__wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 14rem);
  list-style: none;
}
@media screen and (max-width: 519px) {
  .p-store-map__wrapper ul {
    width: calc(100% - 8rem);
  }
}
.p-store-map__wrapper ul li {
  padding: 0 1rem;
  line-height: 1;
  border-right: 0.1rem solid black;
}
@media screen and (max-width: 519px) {
  .p-store-map__wrapper ul li {
    margin-top: 1rem;
    padding: 0.5rem;
    width: 33.333%;
    font-size: 0.85em;
    text-align: center;
  }
  .p-store-map__wrapper ul li:nth-child(1), .p-store-map__wrapper ul li:nth-child(2), .p-store-map__wrapper ul li:nth-child(3) {
    margin-top: 0;
  }
  .p-store-map__wrapper ul li:nth-child(4n) {
    border-left: 0.1rem solid black;
  }
}
.p-store-map__wrapper ul li:first-child {
  border-left: 0.1rem solid black;
}
.p-store-map__wrapper ul li:nth-child(6) {
  border-left: 0.1rem solid black;
}
@media screen and (max-width: 519px) {
  .p-store-map__wrapper ul li:nth-child(6) {
    border-left: none;
  }
}
.p-store-map__wrapper:nth-child(5) ul li:nth-child(5) {
  border-left: 0.1rem solid black;
}
.p-store-map__wrapper:nth-child(5) ul li:nth-child(6) {
  border-left: none;
}

.p-store-map__break {
  margin-top: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 519px) {
  .p-store-map__break {
    display: none;
  }
}

.p-store-map__disable {
  pointer-events: none;
  color: #888;
}

.p-store-map__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2rem;
  width: 12rem;
  height: 12rem;
  font-size: 2.5rem;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
  border: 0.1rem solid black;
  border-radius: 50%;
}
@media screen and (max-width: 959px) {
  .p-store-map__wrap {
    margin-right: 1rem;
    width: 7rem;
    height: 7rem;
    font-size: 1.8rem;
  }
}

.p-store-map__map {
  position: absolute;
  top: 5rem;
  right: 0;
  z-index: -1;
  width: 50vw;
  max-width: 64rem;
}
@media screen and (max-width: 959px) {
  .p-store-map__map {
    display: none;
  }
}

.p-store {
  padding: 5rem 0 3rem;
  width: 100%;
}

.p-store__container {
  margin-top: -3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  width: 100%;
}

.p-store__table {
  width: 100%;
}
@media screen and (max-width: 920px) {
  .p-store__table {
    overflow: auto;
  }
}
.p-store__table table {
  margin-top: 2rem;
  width: 100%;
}
@media screen and (max-width: 920px) {
  .p-store__table table {
    width: 90rem;
  }
}
@media screen and (max-width: 519px) {
  .p-store__table table {
    margin-top: 1rem;
    width: 80rem;
  }
}
.p-store__table table th, .p-store__table table td {
  padding: 1rem;
  font-size: 2rem;
  font-weight: normal;
  text-align: justify;
}
.p-store__table table td:nth-child(1) {
  width: 35%;
}
@media screen and (max-width: 920px) {
  .p-store__table table td:nth-child(1) {
    width: auto;
  }
}
.p-store__table table td:nth-child(3) {
  width: 17rem;
}
@media screen and (max-width: 519px) {
  .p-store__table table td:nth-child(3) {
    width: 15rem;
  }
}

.p-store__caption {
  display: none;
  padding-left: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 920px) {
  .p-store__caption {
    display: block;
  }
}

.p-store__top {
  display: block;
  margin-top: 1rem;
  width: 100%;
  font-size: 1.2rem;
  text-align: right;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .p-store__top {
    margin-top: 0;
  }
}

.p-store__title {
  padding-left: 1rem;
  line-height: 1;
  font-size: 4.5rem;
  font-weight: normal;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  border-left: 0.73rem solid black;
}
@media screen and (max-width: 959px) {
  .p-store__title {
    font-size: 5vw;
  }
}
@media screen and (max-width: 519px) {
  .p-store__title {
    font-size: 3rem;
  }
}

.p-label {
  width: 100%;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/yonetsuru/c/community/common/bg_yellow.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-label__container {
  padding: 3rem 0 5rem;
}

.p-label__title {
  line-height: 1.3;
}
@media screen and (max-width: 519px) {
  .p-label__title {
    font-size: 2.4rem;
  }
}

.p-label__wrapper {
  margin-top: 2rem;
}
.p-label__image {
  float: right;
  margin: 0 0 2rem 2rem;
  width: 33rem;
}
@media screen and (max-width: 959px) {
  .p-label__image {
    width: 25rem;
  }
}
@media screen and (max-width: 519px) {
  .p-label__image {
    margin: 0 0 0rem 1rem;
    width: 40%;
  }
}

.p-label__caution {
  display: inline-block;
  margin-top: 2rem;
  padding: 2rem;
  border: 0.1rem solid black;
}

.p-contact {
  width: 100%;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/yonetsuru/c/community/common/bg_yellow.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-contact__container {
  padding: 2rem 0 4rem;
  width: 100%;
  font-size: 0.9em;
}
.p-contact__container a {
  margin: 2rem 1rem 0 0;
  font-size: 5.5rem;
  letter-spacing: 0.5rem;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .p-contact__container a {
    font-size: 6vw;
  }
}
@media screen and (max-width: 519px) {
  .p-contact__container a {
    font-size: 3rem;
  }
}
@media screen and (max-width: 959px) {
  .p-contact__container span {
    display: block;
  }
}

.p-contact__container--agency p {
  margin-top: 3rem;
}
@media screen and (max-width: 519px) {
  .p-contact__container--agency p {
    margin-top: 2rem;
  }
}
.p-contact__container--agency p:first-of-type {
  margin-top: 1rem;
}
.p-contact__container--agency a {
  margin: 0;
  font-size: 1.8rem;
}
.p-contact__container--agency ol {
  margin-top: 3rem;
  padding-left: 2.7rem;
}
.p-contact__container--magazine {
  font-size: 1em;
}
.p-contact__container--magazine p {
  margin-top: 3rem;
}
@media screen and (max-width: 519px) {
  .p-contact__container--magazine p {
    margin-top: 2rem;
  }
}
.p-contact__container--magazine p:first-of-type {
  margin-top: 1rem;
}

.p-contact__caution {
  position: relative;
  padding-left: 2rem;
  font-size: 0.9em;
}
.p-contact__caution::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.p-staff {
  width: 100%;
}

.p-staff__container {
  width: 100%;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/yonetsuru/c/community/common/bg_yellow.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-staff__container:nth-child(2n) {
  background-image: none;
}
.p-staff__container:nth-child(2n) .p-staff__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 519px) {
  .p-staff__container:nth-child(2n) .p-staff__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-staff__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4rem 0 5rem;
}
@media screen and (max-width: 959px) {
  .p-staff__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-staff__wrapper p {
  margin-top: 3rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 519px) {
  .p-staff__wrapper p {
    margin-top: 2rem;
  }
}

.p-staff__wrap {
  width: 63%;
}
@media screen and (max-width: 959px) {
  .p-staff__wrap {
    width: 70%;
  }
}
@media screen and (max-width: 519px) {
  .p-staff__wrap {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-staff__title {
  font-size: 4.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 959px) {
  .p-staff__title {
    font-size: 5vw;
  }
}
@media screen and (max-width: 519px) {
  .p-staff__title {
    margin-top: 1rem;
    font-size: 2.6rem;
  }
}

.p-staff__name {
  display: inline-block;
  position: relative;
  margin-top: 3rem;
  padding: 1rem 3rem;
  width: auto;
  line-height: 1.3;
  font-size: 2.5rem;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  border: 0.1rem solid black;
}
@media screen and (max-width: 959px) {
  .p-staff__name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-staff__name {
    margin-top: 1rem;
  }
}
.p-staff__name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 100%;
  background-color: black;
}
.p-staff__name small {
  display: block;
}

.p-staff__image {
  width: 33%;
}
@media screen and (max-width: 959px) {
  .p-staff__image {
    width: 25%;
  }
}
@media screen and (max-width: 519px) {
  .p-staff__image {
    margin: 0 auto;
    width: 70%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-product {
  width: 100%;
}

.p-product__container {
  width: 100%;
  color: white;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/yonetsuru/c/community/common/bg_black_wave.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 519px) {
  .p-product__container {
    background-position: 58% 0%;
  }
}
.p-product__container:nth-child(2n) {
  color: #000;
  background: none;
}
.p-product__container:nth-child(2n) .p-product__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-product__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 5rem 0 3rem;
}
@media screen and (max-width: 519px) {
  .p-product__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-product__wrap {
  padding-bottom: 5rem;
  width: 70%;
}
@media screen and (max-width: 959px) {
  .p-product__wrap {
    padding-bottom: 3rem;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 519px) {
  .p-product__wrap {
    width: 100%;
  }
}
.p-product__wrap p {
  margin-top: 1.5rem;
}

.p-product__recommend {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0rem 2rem;
  color: white;
  font-size: 3rem;
  line-height: 1.6;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: #727171;
  border-radius: 3rem;
}
@media screen and (max-width: 959px) {
  .p-product__recommend {
    font-size: 2.5rem;
  }
}

.p-product__title {
  line-height: 1.3;
}
@media screen and (max-width: 959px) {
  .p-product__title {
    font-size: 5vw;
  }
}
@media screen and (max-width: 519px) {
  .p-product__title {
    font-size: 3rem;
  }
}

.p-product__image {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 519px) {
  .p-product__image {
    width: 100%;
  }
}
.p-product__image img {
  width: auto;
  max-height: 45rem;
}
@media screen and (max-width: 959px) {
  .p-product__image img {
    height: 35rem;
  }
}
.p-product__deco {
  position: absolute;
  top: 1rem;
  left: 18%;
  z-index: -1;
  width: 43rem;
  opacity: 0.35;
}
@media screen and (max-width: 519px) {
  .p-product__deco {
    left: 0;
    width: 60%;
  }
}

.p-product__button {
  margin-top: 4rem;
  width: 29rem;
  font-size: 2.25rem;
  text-align: center;
}
@media screen and (max-width: 519px) {
  .p-product__button {
    margin-top: 3rem;
  }
}

.p-recruit {
  padding: 2rem 0 3rem;
  color: white;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/yonetsuru/c/community/common/bg_black_square.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-recruit article {
  margin-top: 4rem;
}
.p-recruit article:first-of-type {
  margin-top: 1rem;
}
.p-recruit h4 {
  padding-left: 1rem;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.3;
  border-left: 0.5rem solid white;
}
@media screen and (max-width: 519px) {
  .p-recruit h4 {
    font-size: 1.2em;
  }
}
.p-recruit ul {
  margin-top: 1rem;
  padding-left: 4.5rem;
}
@media screen and (max-width: 519px) {
  .p-recruit ul {
    padding-left: 2rem;
  }
}
.p-recruit ul ul {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}

.p-sdgs-sus {
  padding: 2rem 0 7rem;
  background-color: #F4F1D7;
}

.p-sdgs-sus__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 519px) {
  .p-sdgs-sus__container {
    display: block;
  }
}

.p-sdgs-sus__left {
  width: 61%;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .p-sdgs-sus__left {
    width: 70%;
    line-height: 1.7;
  }
}
@media screen and (max-width: 519px) {
  .p-sdgs-sus__left {
    margin-top: 1rem;
    width: 100%;
  }
}
.p-sdgs-sus__left ul {
  list-style: none;
}
.p-sdgs-sus__left ul li {
  position: relative;
  padding-left: 2rem;
}
.p-sdgs-sus__left ul li::before {
  content: "◇";
  position: absolute;
  left: 0;
}

.p-sdgs-sus__right {
  width: calc(39% - 3rem);
}
@media screen and (max-width: 959px) {
  .p-sdgs-sus__right {
    width: calc(30% - 3rem);
  }
}
@media screen and (max-width: 519px) {
  .p-sdgs-sus__right {
    margin-top: 2rem;
    width: 100%;
  }
}

.p-sdgs-action {
  padding-bottom: 7rem;
}

.p-sdgs-action__container {
  margin-top: 4rem;
}

.p-sdgs-action__info {
  letter-spacing: 0;
}

.p-sdgs-action__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 959px) {
  .p-sdgs-action__wrapper {
    gap: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-sdgs-action__wrapper {
    display: block;
  }
}

.p-sdgs-action__img {
  width: 35rem;
}
@media screen and (max-width: 959px) {
  .p-sdgs-action__img {
    width: 30rem;
  }
}
@media screen and (max-width: 519px) {
  .p-sdgs-action__img {
    width: 100%;
  }
}

.p-sdgs-action__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  width: calc(100% - 35rem - 3rem);
  list-style: none;
}
@media screen and (max-width: 959px) {
  .p-sdgs-action__items {
    gap: 2rem;
    width: calc(100% - 30rem - 2rem);
  }
}
@media screen and (max-width: 519px) {
  .p-sdgs-action__items {
    margin-top: 2rem;
    width: 100%;
  }
}
.p-sdgs-action__items li {
  max-width: 22.2rem;
}
@media screen and (max-width: 959px) {
  .p-sdgs-action__items li {
    max-width: 20vw;
  }
}
@media screen and (max-width: 519px) {
  .p-sdgs-action__items li {
    width: calc(33.333% - 1.3333333333rem);
    max-width: none;
  }
}

/* external
------------------------------------------------ */
#page1 h1 {
  display: none;
}

/* list
----------------------------------- */
.list {
  margin: 0 auto;
  padding: 2rem 0 5rem;
  max-width: 114rem;
}
@media screen and (max-width: 1140px) {
  .list {
    padding: 2rem 2rem 5rem;
  }
}
.list h2 {
  margin-top: 8rem;
  padding-left: 1rem;
  font-size: 3rem;
  line-height: 1;
  color: #1E2C54;
  border-left: 0.8rem solid #1E2C54;
  font-weight: bold;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 519px) {
  .list h2 {
    margin-top: 5rem;
  }
}
.list .kiji_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 2rem;
  border-bottom: 0.1rem solid black;
}
@media screen and (max-width: 519px) {
  .list .kiji_contents {
    padding: 2rem 0;
  }
}
.list .kiji_contents:first-of-type {
  margin-top: 1rem;
  border-top: none;
}
.list .kiji_contents .kiji_image {
  margin-right: 2rem;
  width: 11rem;
  height: 11rem;
  border: 0.1rem solid #ABA5BB;
}
@media screen and (max-width: 959px) {
  .list .kiji_contents .kiji_image {
    width: 15vw;
    height: 15vw;
  }
}
@media screen and (max-width: 519px) {
  .list .kiji_contents .kiji_image {
    margin-right: 1rem;
    width: 19vw;
    height: 19vw;
  }
}
.list .kiji_contents .kiji_image table {
  width: 100%;
  height: 100%;
}
.list .kiji_contents .kiji_image table tbody tr td a {
  position: relative;
  width: 100%;
}
.list .kiji_contents .kiji_image table tbody tr td a::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.list .kiji_contents .kiji_image table tbody tr td a img {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.list .kiji_contents .kiji_body {
  width: calc(100% - 13rem);
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  .list .kiji_contents .kiji_body {
    width: calc(100% - 15vw);
  }
}
@media screen and (max-width: 519px) {
  .list .kiji_contents .kiji_body {
    font-size: 1.8rem;
  }
}
.list .kiji_contents .kiji_body .kiji_date {
  font-size: 0.8em;
  line-height: 1;
}
@media screen and (max-width: 519px) {
  .list .kiji_contents .kiji_body .kiji_date {
    font-size: 0.7em;
  }
}
.list .kiji_contents .kiji_body .kiji_date .kiji_category {
  padding-left: 1rem;
}
.list .kiji_contents .kiji_body h3 {
  margin-top: 0.7rem;
  font-weight: normal;
  font-size: 1em;
}
@media screen and (max-width: 959px) {
  .list .kiji_contents .kiji_body h3 {
    line-height: 1.5;
  }
}
.list .kiji_contents .kiji_body p {
  font-size: 0.9em;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .list .kiji_contents .kiji_body p {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 519px) {
  .list .kiji_contents .kiji_body p {
    font-size: 0.8em;
  }
}
.list .links {
  display: block;
  margin-top: 2rem;
  text-align: right;
}
@media screen and (max-width: 519px) {
  .list .links {
    font-size: 1.6rem;
  }
}

/* トップページのlist
----------------------------------- */
#toppage #content #main1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#toppage .list {
  display: inline-block;
  padding: 4rem calc((100vw - 114rem) / 4);
  width: 50%;
  color: white;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/yonetsuru/c/community/common/bg_black.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1180px) {
  #toppage .list {
    padding: 4rem 2rem;
  }
}
@media screen and (max-width: 519px) {
  #toppage .list {
    width: 100%;
  }
}
#toppage .list h2 {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 14rem;
  text-align: center;
  color: white;
  font-size: 2.5rem;
  font-weight: normal;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  border: none;
}
@media screen and (max-width: 959px) {
  #toppage .list h2 {
    width: 100%;
  }
}
#toppage .list h2::before, #toppage .list h2::after {
  content: "";
  position: absolute;
  top: 56%;
  left: -19rem;
  width: 19rem;
  height: 0.1rem;
  background-color: #fff;
}
@media screen and (max-width: 1180px) {
  #toppage .list h2::before, #toppage .list h2::after {
    left: -16rem;
    width: 15vw;
    max-width: 16rem;
  }
}
@media screen and (max-width: 959px) {
  #toppage .list h2::before, #toppage .list h2::after {
    left: 0;
    width: 29%;
  }
}
@media screen and (max-width: 519px) {
  #toppage .list h2::before, #toppage .list h2::after {
    left: 0;
    width: 28vw;
  }
}
#toppage .list h2::after {
  left: auto;
  right: -19rem;
}
@media screen and (max-width: 1180px) {
  #toppage .list h2::after {
    right: -16rem;
  }
}
@media screen and (max-width: 959px) {
  #toppage .list h2::after {
    right: 0;
  }
}
@media screen and (max-width: 519px) {
  #toppage .list h2::after {
    right: 0;
    width: 28vw;
  }
}
#toppage .list .kiji_contents {
  display: block;
  padding: 1.5rem 0;
  border: none;
}
#toppage .list .kiji_contents:first-of-type {
  margin-top: 2rem;
}
#toppage .list .kiji_contents .kiji_date {
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
}
#toppage .list .kiji_contents .kiji_date span {
  padding-left: 1rem;
}
#toppage .list .kiji_contents h3 {
  font-size: 1.7rem;
  font-weight: normal;
}
#toppage .list .kiji_contents h3 a {
  color: white;
}
#toppage .list .kiji_contents p {
  font-size: 1.5rem;
}
#toppage .list .links {
  display: none;
  font-size: 1.5rem;
}
#toppage .list .links a {
  display: block;
  color: white;
}

/* kiji
----------------------------------- */
#kiji {
  margin: 0 auto;
  padding: 5rem 0 5rem;
  max-width: 114rem;
}
@media screen and (max-width: 1140px) {
  #kiji {
    padding: 5rem 2rem 5rem;
  }
}
#kiji h2 {
  padding-left: 1rem;
  line-height: 1.2;
  border-left: 0.8rem solid #1E2C54;
  font-size: 3.6rem;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 959px) {
  #kiji h2 {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 519px) {
  #kiji h2 {
    font-size: 2.6rem;
    line-height: 1.3;
  }
}
#kiji .kiji_contents {
  margin-top: 4rem;
}
#kiji .kiji_contents .kiji_image {
  padding-bottom: 2rem;
}
#kiji .kiji_contents .kiji_image img {
  max-width: 100% !important;
}
#kiji .kiji_contents p {
  margin-top: 1rem;
}
#kiji .kiji_contents img {
  max-width: 100%;
}
#kiji .kiji_contents a {
  color: #0089ff;
  text-decoration: underline;
}
#kiji .kiji_contents .kiji_date {
  text-align: right;
  font-weight: normal;
}
@media screen and (max-width: 519px) {
  #kiji .kiji_contents .kiji_date {
    font-size: 1.6rem;
  }
}

#kiji_comment {
  display: none;
}

/* お問合せ
----------------------------------- */
#main1 .contact,
#main1 .contact_preview,
#main1 .contact_send,
#main1 .contact_error {
  display: block;
  margin: 4rem auto 5rem;
  width: 100%;
  max-width: 114rem;
  height: auto;
}
@media screen and (max-width: 1140px) {
  #main1 .contact,
  #main1 .contact_preview,
  #main1 .contact_send,
  #main1 .contact_error {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 519px) {
  #main1 .contact,
  #main1 .contact_preview,
  #main1 .contact_send,
  #main1 .contact_error {
    margin-top: 3rem;
  }
}
#main1 .contact h2,
#main1 .contact_preview h2,
#main1 .contact_send h2,
#main1 .contact_error h2 {
  font-size: 4.5rem;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.3;
}
@media screen and (max-width: 959px) {
  #main1 .contact h2,
  #main1 .contact_preview h2,
  #main1 .contact_send h2,
  #main1 .contact_error h2 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 519px) {
  #main1 .contact h2,
  #main1 .contact_preview h2,
  #main1 .contact_send h2,
  #main1 .contact_error h2 {
    font-size: 2.4rem;
    padding: 0.7rem 0 0.5rem;
  }
}
#main1 .contact .contact_text,
#main1 .contact_preview .contact_text,
#main1 .contact_send .contact_text,
#main1 .contact_error .contact_text {
  margin-top: 1rem;
  font-size: 1.8rem;
}
#main1 .contact .contact_form,
#main1 .contact_preview .contact_form,
#main1 .contact_send .contact_form,
#main1 .contact_error .contact_form {
  margin-top: 2rem;
  list-style: none;
}
#main1 .contact .contact_form li,
#main1 .contact_preview .contact_form li,
#main1 .contact_send .contact_form li,
#main1 .contact_error .contact_form li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 519px) {
  #main1 .contact .contact_form li,
  #main1 .contact_preview .contact_form li,
  #main1 .contact_send .contact_form li,
  #main1 .contact_error .contact_form li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#main1 .contact .contact_form li:last-child,
#main1 .contact_preview .contact_form li:last-child,
#main1 .contact_send .contact_form li:last-child,
#main1 .contact_error .contact_form li:last-child {
  display: block;
  text-align: center;
}
#main1 .contact .contact_form li .contact_index,
#main1 .contact_preview .contact_form li .contact_index,
#main1 .contact_send .contact_form li .contact_index,
#main1 .contact_error .contact_form li .contact_index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.2rem 2rem 1rem;
  width: 32%;
  text-align: left;
  background-color: #C8BB9B;
  border-top: 0.1rem solid #808080;
  border-left: 0.1rem solid #808080;
}
@media screen and (max-width: 519px) {
  #main1 .contact .contact_form li .contact_index,
  #main1 .contact_preview .contact_form li .contact_index,
  #main1 .contact_send .contact_form li .contact_index,
  #main1 .contact_error .contact_form li .contact_index {
    padding: 1rem;
    width: 100%;
    border-right: 0.1rem solid #808080;
  }
}
#main1 .contact .contact_form li .contact_index span,
#main1 .contact_preview .contact_form li .contact_index span,
#main1 .contact_send .contact_form li .contact_index span,
#main1 .contact_error .contact_form li .contact_index span {
  display: block;
  width: 100%;
  color: #FF0000;
  font-size: 0.8em;
  line-height: 1.5;
}
#main1 .contact .contact_form li .contact_body_needs,
#main1 .contact_preview .contact_form li .contact_body_needs,
#main1 .contact_send .contact_form li .contact_body_needs,
#main1 .contact_error .contact_form li .contact_body_needs {
  margin-top: 0.3rem;
  font-size: 0.8em;
  color: #FF0000;
}
#main1 .contact .contact_form li .contact_body,
#main1 .contact_preview .contact_form li .contact_body,
#main1 .contact_send .contact_form li .contact_body,
#main1 .contact_error .contact_form li .contact_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 2rem;
  width: 68%;
  text-align: left;
  border-top: 0.1rem solid #808080;
  border-left: 0.1rem solid #808080;
  border-right: 0.1rem solid #808080;
}
@media screen and (max-width: 519px) {
  #main1 .contact .contact_form li .contact_body,
  #main1 .contact_preview .contact_form li .contact_body,
  #main1 .contact_send .contact_form li .contact_body,
  #main1 .contact_error .contact_form li .contact_body {
    padding: 1rem;
    width: 100%;
  }
}
#main1 .contact .contact_form li .contact_body input,
#main1 .contact_preview .contact_form li .contact_body input,
#main1 .contact_send .contact_form li .contact_body input,
#main1 .contact_error .contact_form li .contact_body input {
  padding: 0.3rem 0.8rem;
  width: 100% !important;
}
#main1 .contact .contact_form li .contact_body textarea,
#main1 .contact_preview .contact_form li .contact_body textarea,
#main1 .contact_send .contact_form li .contact_body textarea,
#main1 .contact_error .contact_form li .contact_body textarea {
  width: 100% !important;
  padding: 0.3rem 0.8rem;
  height: 25rem;
}
#main1 .contact .contact_form li .contact_body .contact_body_comment,
#main1 .contact_preview .contact_form li .contact_body .contact_body_comment,
#main1 .contact_send .contact_form li .contact_body .contact_body_comment,
#main1 .contact_error .contact_form li .contact_body .contact_body_comment {
  font-size: 0.7em;
  color: #ef0000;
}
#main1 .contact .contact_form li:nth-child(6) .contact_body,
#main1 .contact_preview .contact_form li:nth-child(6) .contact_body,
#main1 .contact_send .contact_form li:nth-child(6) .contact_body,
#main1 .contact_error .contact_form li:nth-child(6) .contact_body {
  display: block;
}
#main1 .contact .contact_form li:nth-last-child(2),
#main1 .contact_preview .contact_form li:nth-last-child(2),
#main1 .contact_send .contact_form li:nth-last-child(2),
#main1 .contact_error .contact_form li:nth-last-child(2) {
  border-bottom: 0.1rem solid #808080;
}
#main1 .contact .contact_form li:last-child .contact_index,
#main1 .contact_preview .contact_form li:last-child .contact_index,
#main1 .contact_send .contact_form li:last-child .contact_index,
#main1 .contact_error .contact_form li:last-child .contact_index {
  display: none;
}
#main1 .contact .contact_form li input[type=text],
#main1 .contact_preview .contact_form li input[type=text],
#main1 .contact_send .contact_form li input[type=text],
#main1 .contact_error .contact_form li input[type=text] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  width: 100%;
}
#main1 .contact .contact_form li input[type=text]:focus,
#main1 .contact_preview .contact_form li input[type=text]:focus,
#main1 .contact_send .contact_form li input[type=text]:focus,
#main1 .contact_error .contact_form li input[type=text]:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
#main1 .contact .contact_form li select,
#main1 .contact_preview .contact_form li select,
#main1 .contact_send .contact_form li select,
#main1 .contact_error .contact_form li select {
  padding: 0 2rem;
  border: 1px solid rgba(0, 0, 0, 0.16);
}
#main1 .contact .contact_form li input[type=checkbox],
#main1 .contact_preview .contact_form li input[type=checkbox],
#main1 .contact_send .contact_form li input[type=checkbox],
#main1 .contact_error .contact_form li input[type=checkbox] {
  display: block;
  margin-left: 2rem;
  margin-right: 0.5rem;
  width: auto !important;
}
#main1 .contact .contact_form li input[type=checkbox]:first-child,
#main1 .contact_preview .contact_form li input[type=checkbox]:first-child,
#main1 .contact_send .contact_form li input[type=checkbox]:first-child,
#main1 .contact_error .contact_form li input[type=checkbox]:first-child {
  margin-left: 0;
}
#main1 .contact .contact_form li input[type=radio],
#main1 .contact_preview .contact_form li input[type=radio],
#main1 .contact_send .contact_form li input[type=radio],
#main1 .contact_error .contact_form li input[type=radio] {
  display: block;
  margin-left: 2rem;
  margin-right: 0.5rem;
  width: auto !important;
}
#main1 .contact .contact_form li input[type=radio]:first-child,
#main1 .contact_preview .contact_form li input[type=radio]:first-child,
#main1 .contact_send .contact_form li input[type=radio]:first-child,
#main1 .contact_error .contact_form li input[type=radio]:first-child {
  margin-left: 0;
}
#main1 .contact .contact_form li textarea,
#main1 .contact_preview .contact_form li textarea,
#main1 .contact_send .contact_form li textarea,
#main1 .contact_error .contact_form li textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 15rem;
  width: 100%;
}
#main1 .contact .contact_form li textarea:focus,
#main1 .contact_preview .contact_form li textarea:focus,
#main1 .contact_send .contact_form li textarea:focus,
#main1 .contact_error .contact_form li textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
#main1 .contact .contact_form li .formBtn,
#main1 .contact .contact_form li .backBtn,
#main1 .contact .contact_form li .sendBtn,
#main1 .contact_preview .contact_form li .formBtn,
#main1 .contact_preview .contact_form li .backBtn,
#main1 .contact_preview .contact_form li .sendBtn,
#main1 .contact_send .contact_form li .formBtn,
#main1 .contact_send .contact_form li .backBtn,
#main1 .contact_send .contact_form li .sendBtn,
#main1 .contact_error .contact_form li .formBtn,
#main1 .contact_error .contact_form li .backBtn,
#main1 .contact_error .contact_form li .sendBtn {
  display: inline-block;
  margin-top: 4.5rem;
  padding: 1rem 4rem;
  min-width: 22rem;
  line-height: 4rem;
  letter-spacing: 0.2rem;
  text-align: center;
  color: #fff;
  background-color: #1E2C54;
  cursor: pointer;
}
#main1 .contact .contact_form li .formBtn:hover,
#main1 .contact .contact_form li .backBtn:hover,
#main1 .contact .contact_form li .sendBtn:hover,
#main1 .contact_preview .contact_form li .formBtn:hover,
#main1 .contact_preview .contact_form li .backBtn:hover,
#main1 .contact_preview .contact_form li .sendBtn:hover,
#main1 .contact_send .contact_form li .formBtn:hover,
#main1 .contact_send .contact_form li .backBtn:hover,
#main1 .contact_send .contact_form li .sendBtn:hover,
#main1 .contact_error .contact_form li .formBtn:hover,
#main1 .contact_error .contact_form li .backBtn:hover,
#main1 .contact_error .contact_form li .sendBtn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 519px) {
  #main1 .contact .contact_form li .formBtn,
  #main1 .contact .contact_form li .backBtn,
  #main1 .contact .contact_form li .sendBtn,
  #main1 .contact_preview .contact_form li .formBtn,
  #main1 .contact_preview .contact_form li .backBtn,
  #main1 .contact_preview .contact_form li .sendBtn,
  #main1 .contact_send .contact_form li .formBtn,
  #main1 .contact_send .contact_form li .backBtn,
  #main1 .contact_send .contact_form li .sendBtn,
  #main1 .contact_error .contact_form li .formBtn,
  #main1 .contact_error .contact_form li .backBtn,
  #main1 .contact_error .contact_form li .sendBtn {
    width: 100%;
  }
}
#main1 .contact .contact_form li .backBtn,
#main1 .contact_preview .contact_form li .backBtn,
#main1 .contact_send .contact_form li .backBtn,
#main1 .contact_error .contact_form li .backBtn {
  margin-right: 2rem;
}
@media screen and (max-width: 519px) {
  #main1 .contact .contact_form li .backBtn,
  #main1 .contact_preview .contact_form li .backBtn,
  #main1 .contact_send .contact_form li .backBtn,
  #main1 .contact_error .contact_form li .backBtn {
    margin-right: 0;
  }
}
#main1 .contact .contact_form li .formBtn:hover,
#main1 .contact .contact_form li .formBtn:focus,
#main1 .contact .contact_form li .backBtn:hover,
#main1 .contact .contact_form li .backBtn:focus,
#main1 .contact .contact_form li .sendBtn:hover,
#main1 .contact .contact_form li .sendBtn:focus,
#main1 .contact_preview .contact_form li .formBtn:hover,
#main1 .contact_preview .contact_form li .formBtn:focus,
#main1 .contact_preview .contact_form li .backBtn:hover,
#main1 .contact_preview .contact_form li .backBtn:focus,
#main1 .contact_preview .contact_form li .sendBtn:hover,
#main1 .contact_preview .contact_form li .sendBtn:focus,
#main1 .contact_send .contact_form li .formBtn:hover,
#main1 .contact_send .contact_form li .formBtn:focus,
#main1 .contact_send .contact_form li .backBtn:hover,
#main1 .contact_send .contact_form li .backBtn:focus,
#main1 .contact_send .contact_form li .sendBtn:hover,
#main1 .contact_send .contact_form li .sendBtn:focus,
#main1 .contact_error .contact_form li .formBtn:hover,
#main1 .contact_error .contact_form li .formBtn:focus,
#main1 .contact_error .contact_form li .backBtn:hover,
#main1 .contact_error .contact_form li .backBtn:focus,
#main1 .contact_error .contact_form li .sendBtn:hover,
#main1 .contact_error .contact_form li .sendBtn:focus {
  outline: none;
}
#main1 .contact .contact_form li .formBtn::-moz-foucus-inner,
#main1 .contact .contact_form li .backBtn::-moz-foucus-inner,
#main1 .contact .contact_form li .sendBtn::-moz-foucus-inner,
#main1 .contact_preview .contact_form li .formBtn::-moz-foucus-inner,
#main1 .contact_preview .contact_form li .backBtn::-moz-foucus-inner,
#main1 .contact_preview .contact_form li .sendBtn::-moz-foucus-inner,
#main1 .contact_send .contact_form li .formBtn::-moz-foucus-inner,
#main1 .contact_send .contact_form li .backBtn::-moz-foucus-inner,
#main1 .contact_send .contact_form li .sendBtn::-moz-foucus-inner,
#main1 .contact_error .contact_form li .formBtn::-moz-foucus-inner,
#main1 .contact_error .contact_form li .backBtn::-moz-foucus-inner,
#main1 .contact_error .contact_form li .sendBtn::-moz-foucus-inner {
  border: none;
  padding: 0;
}
#main1 .contact .contact_ssl,
#main1 .contact_preview .contact_ssl,
#main1 .contact_send .contact_ssl,
#main1 .contact_error .contact_ssl {
  margin-top: 6rem;
  text-align: justify;
  font-size: 0.8em;
}
#main1 .contact .contact_ssl img,
#main1 .contact_preview .contact_ssl img,
#main1 .contact_send .contact_ssl img,
#main1 .contact_error .contact_ssl img {
  display: none;
}
#main1 .contact .contact_ssl a,
#main1 .contact_preview .contact_ssl a,
#main1 .contact_send .contact_ssl a,
#main1 .contact_error .contact_ssl a {
  text-decoration: underline;
}

/* プレビュー,エラー,送信完了画面
----------------------------------- */
@media screen and (max-width: 519px) {
  .contact_preview .sendBtn,
  .contact_error .sendBtn,
  .contact_send .sendBtn {
    margin-top: 2rem;
  }
}

/* エラー,送信完了画面のテキストとボタン
----------------------------------- */
.contact_error .contact_text,
.contact_send .contact_text {
  text-align: justify;
}
.contact_error a,
.contact_send a {
  display: inline-block;
  margin-top: 4.5rem;
  padding: 1rem 4rem;
  min-width: 22rem;
  line-height: 4rem;
  letter-spacing: 0.2rem;
  text-align: center;
  color: #fff;
  background-color: #1E2C54;
  cursor: pointer;
}
.contact_error a:hover,
.contact_send a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 519px) {
  .contact_error a,
  .contact_send a {
    width: 88%;
  }
}

#main1 .contact_send {
  margin-bottom: 3rem;
}

/* プライバシーポリシー
----------------------------------- */
#main1 .parts6 {
  display: block;
  margin: 8rem auto 8rem;
  width: 100%;
  max-width: 114rem;
  height: auto;
  text-align: justify;
}
@media screen and (max-width: 1140px) {
  #main1 .parts6 {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 959px) {
  #main1 .parts6 {
    margin-top: 5rem;
  }
}
#main1 .parts6 h2 {
  display: block;
  margin: 2rem auto 5rem;
  padding: 0;
  width: 100%;
  max-width: 76.3rem;
  text-align: center;
  font-size: 3rem;
  color: #1E2C54;
}
@media screen and (max-width: 519px) {
  #main1 .parts6 h2 {
    margin-bottom: 3rem;
  }
}

/* コミュニティ
----------------------------------- */
#member {
  display: none;
}/*# sourceMappingURL=style.css.map */