@charset "UTF-8";
/* Vendors - include bootrap
========================================================================== */
/* Helpers - helpers Variable file along with starting point Mixins and Placeholders.
========================================================================== */
/*
 * Variables
 */
@font-face {
  font-family: "Futura MdCn BT";
  src: url("../webfonts/FuturaBT-MediumCondensed.eot");
  src: url("../webfonts/FuturaBT-MediumCondensed.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/FuturaBT-MediumCondensed.woff2") format("woff2"),
    url("../webfonts/FuturaBT-MediumCondensed.woff") format("woff"),
    url("../webfonts/FuturaBT-MediumCondensed.ttf") format("truetype"),
    url("../webfonts/FuturaBT-MediumCondensed.svg#FuturaBT-MediumCondensed") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/*
 * Function
 */
/*
* mixins
*/
/*
 * Placeholders
 */
/* Base - reset and typography.
========================================================================== */
/*
 * reset
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

button {
  background-color: transparent;
  outline: none;
  border: 0;
  cursor: pointer;
}

/*
 * Typography
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 700;
  color: #333333;
}

h1 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333333;
}

h2 {
  font-size: 3.5rem;
}

h3 {
  font-size: 1.4rem;
}

.block-margins {
  margin: 1em 0;
}

.unordered-list {
  list-style-type: disc;
}

.ordered-list {
  list-style: decimal;
}

/* Components - Re-usable site elements.
========================================================================== */
a {
  color: #333333;
  text-decoration: none;
}
a:visited {
  color: #333333;
  text-decoration: none;
}
a:hover,
a:visited:hover {
  color: #aa662a;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: 700;
}

.more {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}

/* Layout - Structure and layout files.
========================================================================== */
/* -------------------->>> COMMON <<<-------------------- */
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  background: #fff;
  font-family: "ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.875;
  overflow-x: hidden;
  font-weight: 500;
  letter-spacing: 0;
  width: 100%;
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #000 -moz-use-text-color -moz-use-text-color;
  -o-border-image: none;
  border-image: none;
  border-style: solid none none;
  border-width: 0.2em 0 0 0;
  margin: 0;
}

.container {
  width: 100%;
  max-width: 103rem;
  padding: 0 15px;
  margin: 0 auto;
}

p {
  margin-bottom: 1.5rem;
}

input:focus {
  outline: none;
}

a > img {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
a > img:hover {
  opacity: 0.7;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.thumb-box a {
  display: block;
}

.thumb-box img {
  width: 100%;
  height: auto;
}

.img-cover figure {
  display: block;
  width: 100%;
  height: 100%;
}

.img-cover img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.thumb-over figure {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb-over figure::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.3s;
}
.thumb-over figure img {
  transition: 0.3s;
}

.thumb-over:hover figure::before {
  background: rgba(0, 0, 0, 0.5);
}

.thumb-over:hover figure img {
  transform: scale(1.05);
}

.banner .container {
  max-width: 100%;
  padding: 0;
}

.banner__main img {
  width: 100%;
}

.head-box {
  margin-bottom: 6rem;
  text-align: center;
}
.head-box h2 {
  text-transform: uppercase;
  color: #aa662a;
  line-height: 1;
  letter-spacing: 0.35rem;
  margin-bottom: 1rem;
  font-family: "Futura MdCn BT", "sans-serif";
}
.head-box p {
  margin-bottom: 0;
  letter-spacing: 0.32rem;
}

iframe {
  width: 100%;
}

.information-box {
  padding-top: 8rem;
  overflow: hidden;
}
.information-box__main .items {
  padding: 3rem 0;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed #707070;
}
.information-box__main .items .lables {
  width: 12.5rem;
  text-align: right;
  padding: 0 1rem;
  letter-spacing: 0.32rem;
}
.information-box__main .items .info {
  width: calc(100% - 12.5rem);
  padding-left: 6rem;
  letter-spacing: 0.128rem;
}
.information-box__main .items .info .d-flex {
  display: flex;
  flex-wrap: wrap;
}
.information-box__main .items .info .d-flex p {
  margin-bottom: 0;
  width: 50%;
  padding-right: 9rem;
}
.information-box__main .items .info .d-flex p:last-child {
  padding-right: 0;
}

.group-box {
  padding-top: 10rem;
}
.group-box__main {
  padding: 0 8rem;
}
.group-box__main .items {
  margin-bottom: 7rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.group-box__main .items .logo-box {
  width: 16rem;
  min-width: 16rem;
}
.group-box__main .items .info-box {
  margin: 0 3.5rem;
}
.group-box__main .items .info-box h3 {
  letter-spacing: 0.112rem;
}
.group-box__main .items .info-box p {
  margin-bottom: 0;
  font-size: 1.4rem;
  letter-spacing: 0.112rem;
}
.group-box__main .items .more-box {
  width: 14.5rem;
  min-width: 14.5rem;
  display: flex;
  align-items: center;
}
.group-box__main .items .more-box .more {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 3.8rem;
  background: #cb986b;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  letter-spacing: 0.096rem;
  text-transform: uppercase;
  color: #fff;
}
.group-box__main .items .more-box .more:hover {
  background: #000;
}
.group-box__main .items:last-child {
  margin-bottom: 0;
}
.group-box__main .items:last-child .logo-box {
  width: 24rem;
  min-width: 24rem;
}

.footer {
  margin-top: 11.5rem;
  padding: 2.5rem 0;
  background: #222222;
  text-align: center;
}
.footer p {
  margin-bottom: 0;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 0.088rem;
}

/* layout - Responsive .
========================================================================== */
.sp {
  display: none;
}

@media (max-width: 767px) {
  html {
    font-size: 1.54vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  h2 {
    font-size: 4.6rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  body {
    font-size: 1.8rem;
  }
  .container {
    padding: 0 2rem;
  }
  .head-box {
    margin-bottom: 4rem;
  }
  .head-box h2 {
    letter-spacing: 0.46rem;
    margin-bottom: 2rem;
  }
  .head-box p {
    letter-spacing: 0.3rem;
    font-size: 2rem;
  }
  .information-box {
    padding-top: 8rem;
  }
  .information-box__main .items {
    padding: 2rem 0;
  }
  .information-box__main .items .lables {
    width: 9rem;
    padding: 0;
    letter-spacing: 0.36rem;
  }
  .information-box__main .items .info {
    width: calc(100% - 9rem);
    padding-left: 3rem;
    letter-spacing: 0.144rem;
  }
  .information-box__main .items .info .d-flex p {
    width: 100%;
  }
  .group-box {
    padding-top: 6rem;
  }
  .group-box__main {
    padding: 0;
    width: 100%;
    max-width: 49rem;
    margin: 0 auto;
  }
  .group-box__main .items {
    margin-bottom: 10rem;
    justify-content: center;
  }
  .group-box__main .items .logo-box {
    width: 100%;
    min-width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }
  .group-box__main .items .logo-box img {
    width: 24.2rem;
    min-width: 24.2rem;
  }
  .group-box__main .items .info-box {
    margin: 0 0 4.5rem;
  }
  .group-box__main .items .info-box h3 {
    letter-spacing: 0.114rem;
    font-size: 1.8rem;
  }
  .group-box__main .items .info-box p {
    font-size: 1.8rem;
    letter-spacing: 0.144rem;
  }
  .group-box__main .items .more-box {
    width: 100%;
    min-width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .group-box__main .items .more-box .more {
    display: inline-block;
    width: 25.1rem;
    line-height: 6.6rem;
    font-size: 2.1rem;
    letter-spacing: 0.168rem;
  }
  .group-box__main .items:last-child {
    margin-bottom: 0;
  }
  .group-box__main .items:last-child .logo-box {
    width: 100%;
    min-width: 100%;
  }
  .group-box__main .items:last-child .logo-box img {
    width: 35rem;
    min-width: 35rem;
  }
}

/* ipad Portrait */
/* ipad Landscape */
