@charset "UTF-8";
/*
Theme Name:BYERLEY TURK INDUSTRIES Theme-v1.0
Theme URI:http://www.byerleyturk.co.jp//
Author:BYERLEY TURK INDUSTRIES
Description:
Version:1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Old+Mincho:wght@400;700;900&display=swap");
/* CSS Document */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  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;
}

li,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

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

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

html {
  font-size: 10px;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1.5;
}

.sp {
  display: none;
}

.c-color--red {
  color: #ff0000;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    font-size: 1.2rem;
  }
}

header {
  padding: 1.5rem 0 0;
  text-align: center;
  width: 100%;
  line-height: 1;
  z-index: 1;
}

header h1 img {
  margin: 0 auto 0.5rem;
  display: block;
  width: 50px;
}

header h1 p {
  margin-bottom: 0.8rem;
  font-size: 2.2rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  header h1 img {
    width: 40px;
  }
  header h1 p {
    font-size: 1.6rem;
  }
}

header .sub-title {
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  header .sub-title {
    font-size: 1rem;
  }
}

header .menu-menu-1-container {
  margin-top: 2rem;
  padding: 1.5rem 0;
  border-top: 1px solid #000;
}

header .menu-menu-1-container .menu {
  margin: auto;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1;
}

header .menu-menu-1-container .menu li {
  width: 200px;
}

@media screen and (max-width: 767px) {
  header nav {
    position: fixed;
    top: 120px;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #2156c3;
    transition: 0.3s;
    color: #fff;
  }
  header nav .nav-ft {
    position: absolute;
    bottom: 150px;
    left: 0;
    width: 100%;
  }
  header nav .nav-ft p {
    margin-top: 0.5em;
  }
  header nav .nav-ft p.copy {
    margin-top: 2em;
    font-size: 1.1rem;
  }
  header .menu-menu-1-container {
    margin-top: 0;
    padding-top: 0;
    width: 100%;
    border: none;
  }
  header .menu-menu-1-container .menu {
    display: block;
    font-size: 1.8rem;
  }
  header .menu-menu-1-container .menu li {
    padding: 2.5rem;
    border-bottom: 1px solid #fff;
    letter-spacing: 0.1em;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  header button {
    position: absolute;
    top: 24px;
    right: 15px;
    width: 27px;
    height: 26px;
  }
  header button span {
    display: block;
    background: #000;
    position: absolute;
    height: 2px;
    width: 100%;
    transition: 0.3s;
  }
  header button span:nth-child(1) {
    top: 0;
  }
  header button span:nth-child(2) {
    top: 12px;
  }
  header button span:nth-child(3) {
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  header.show nav {
    right: 0;
  }
  header.show button span:nth-child(1) {
    top: 12px;
    transform: rotate(135deg);
  }
  header.show button span:nth-child(2) {
    right: -5px;
    opacity: 0;
  }
  header.show button span:nth-child(3) {
    bottom: 12px;
    transform: rotate(-135deg);
  }
}

@media screen and (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
    padding: 1.5rem 0;
    background: #fff;
  }
}

.home header {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.home header .menu-menu-1-container {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 767px) {
  .home header {
    position: fixed;
    background: #000;
  }
  .home header .menu-menu-1-container {
    border: none;
  }
  .home header button span {
    background: #fff;
  }
}

.main-wrap {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .main-wrap {
    padding-top: 120px;
  }
}

.main-movie {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.main-movie #v {
  display: none;
}

.main-movie .overlay,
.main-movie #c {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
}

.main-movie .overlay {
  z-index: -1;
}

.main-movie #yt_player {
  z-index: -2;
}

.c-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-size: 3vw;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  text-shadow: #000 1px 0 10px;
}

.c-title span {
  font-size: 80%;
}

@media screen and (max-width: 767px) {
  .c-title {
    transform: translate(-50%, -56%);
    font-size: 4.6vw;
  }
}

.c-wrap {
  padding-bottom: 50px;
  margin: auto;
  max-width: 1100px;
}

@media screen and (max-width: 767px) {
  .c-wrap {
    padding-bottom: 30px;
  }
}

.c-yt h2 {
  margin-bottom: 2rem;
  font-size: 2.2rem;
  text-align: center;
}

.c-yt a {
  color: #396edb;
  font-weight: 600;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .c-yt h2 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}

.c-yt__wrap {
  margin-top: 70px;
}

.c-yt__wrap h2 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-yt__wrap {
    margin-top: 13%;
  }
}

.c-yt__movie__wrap {
  position: relative;
}

.c-yt__movie__wrap::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.c-yt__movie__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-yt p {
  padding: 1rem 0 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-yt p {
    text-align: left;
  }
}

.c-yt--flex {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.c-yt--flex .c-yt__movie {
  max-width: 500px;
  width: calc(50% - 1.5rem);
  margin: 0 auto 15px;
}

@media screen and (max-width: 767px) {
  .c-yt--flex {
    display: block;
  }
  .c-yt--flex .c-yt__movie {
    width: 100%;
  }
}

section {
  margin-bottom: 50px;
  padding: 50px 70px;
  background: #efefef;
  font-size: 1.6rem;
  line-height: 1.7;
}

section h1,
section h2 {
  margin-bottom: 3rem;
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

section h1 span,
section h2 span {
  display: block;
  color: #396edb;
  font-size: 50%;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  section h1,
  section h2 {
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }
}

section.head-title {
  padding: 70px 0;
  background: #7cc9fa;
  background: radial-gradient(circle, #7cc9fa 0%, #396edb 100%);
}

section.head-title .sec__c--flex {
  margin: auto;
  padding: 50px;
  background: #fff;
  max-width: 900px;
}

section.head-title .sec__c-left img {
  width: 260px;
}

section.head-title h1,
section.head-title h2 {
  text-align: center;
  color: #fff;
  font-size: 3.8rem;
}

section.head-title h1 span,
section.head-title h2 span {
  color: #fff;
}

@media screen and (max-width: 767px) {
  section.head-title {
    padding: 35px 0;
  }
  section.head-title h1,
  section.head-title h2 {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}

section.news {
  margin-bottom: 50px;
  background: #fff;
}

section.news .news-list {
  padding: 1em 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

section.news .news-list__date {
  font-size: 1.4rem;
}

section.news .news-list__title {
  font-size: 1.8rem;
}

section.news .news-list li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted;
}

section.news .news-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  section.news {
    margin-bottom: 0;
  }
  section.news .news-list {
    margin-bottom: 20px;
    padding: 20px 0;
  }
  section.news .news-list__date {
    font-size: 1.2rem;
  }
  section.news .news-list__title {
    font-size: 1.4rem;
  }
}

section.greeting {
  background: none;
}

section.greeting .c-left {
  padding-right: 30px;
  flex-shrink: 0;
}

section.greeting .c-left img {
  width: 400px;
}

@media screen and (max-width: 767px) {
  section.greeting .c-left {
    padding-right: 0;
    padding-bottom: 20px;
  }
}

section.origin {
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  section.origin {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  section {
    margin-bottom: 30px;
    padding: 30px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.s-point h2 {
  padding-bottom: 1rem;
  border-bottom: 1px solid;
}

.s-point__list li,
.mission__list li {
  margin-bottom: 1.5em;
}

.s-point__list li h3,
.mission__list li h3 {
  font-size: 1.8rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .s-point__list li h3,
  .mission__list li h3 {
    font-size: 1.6rem;
  }
}

.sec__c--list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec__c--list ul li {
  margin-bottom: 3.5%;
  width: 48%;
}

.sec__c--list ul li h3 {
  margin-bottom: 20px;
  font-size: 2.2rem;
  border-bottom: 1px solid;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 767px) {
  .sec__c--list ul {
    display: block;
  }
  .sec__c--list ul li {
    margin-bottom: 10%;
    width: 100%;
  }
  .sec__c--list ul li:last-child {
    margin-bottom: 0;
  }
  .sec__c--list ul li h3 {
    font-size: 1.8rem;
  }
}

.sec__c--flex {
  display: flex;
}

@media screen and (max-width: 767px) {
  .sec__c--flex {
    display: block;
  }
}

.sec__c-left {
  flex-shrink: 0;
}

.sec__c-left img {
  width: 330px;
}

@media screen and (max-width: 767px) {
  .sec__c-left {
    padding-bottom: 0.5rem;
  }
}

.sec__c-right {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .sec__c-right {
    padding-left: 0;
  }
}

.sec__dl {
  margin-bottom: 30px;
  padding: 2.5em 0 1.5em;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  position: relative;
  font-size: 1.6rem;
}

.sec__dl dt {
  position: absolute;
  width: 7.5em;
  font-weight: bold;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}

.sec__dl dt.no-justify {
  -moz-text-align-last: auto;
       text-align-last: auto;
  text-justify: auto;
}

.sec__dl dd {
  padding-bottom: 1.5em;
  padding-left: 11em;
}

.sec__dl a {
  color: #396edb;
}

@media screen and (max-width: 767px) {
  .sec__dl {
    padding: 1.5em 0;
    font-size: 1.4rem;
  }
  .sec__dl dt {
    position: relative;
    width: auto;
    text-align: left;
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  .sec__dl dd {
    padding-bottom: 1em;
    padding-left: 0;
  }
}

p.right {
  text-align: right;
}

p.in {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 1rem;
}

p.mincho {
  font-family: "Zen Old Mincho", serif;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  p.mincho {
    line-height: 1.7;
  }
}

.singular article {
  padding: 20px 0;
}

.singular article h2 {
  margin-bottom: 1em;
  padding-bottom: 0.2em;
  font-size: 2.8rem;
  border-bottom: 1px solid;
}

.singular article h2 .date {
  padding-left: 1em;
  font-size: 1.4rem;
}

.singular article p {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .singular article {
    padding: 0 5%;
  }
  .singular article h2 {
    font-size: 1.8rem;
  }
  .singular article h2 .date {
    display: block;
    padding-left: 0;
    font-size: 1.1rem;
  }
  .singular article p {
    font-size: 1.4rem;
  }
}

.singular .navigation {
  margin: 100px 0 50px;
  font-size: 1.8rem;
}

.form {
  position: relative;
  font-size: 1.6rem;
}

.form-note {
  padding: 0 30px;
}

.form dt {
  padding-top: 1.5em;
  position: absolute;
  left: 0;
  width: 200px;
  text-align: right;
  line-height: 35px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .form dt {
    padding-top: 0;
    position: relative;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
  }
}

.form dt.required::after {
  content: "＊";
  color: #ff0000;
}

.form dd {
  padding-top: 1.5em;
  padding-left: 220px;
  line-height: 35px;
  min-height: 35px;
}

@media screen and (max-width: 767px) {
  .form dd {
    padding-top: 0;
    padding-bottom: 1em;
    padding-left: 0;
  }
}

.form dd input,
.form dd textarea {
  width: 480px;
  min-width: 80px;
  margin: 0 0 5px;
  padding: 10px 12px;
  border: 1px solid #666;
  border-radius: 3px;
  outline: none;
  background: #fff;
  box-shadow: 0 0 0 1px #fff inset;
}

@media screen and (max-width: 767px) {
  .form dd input,
  .form dd textarea {
    width: 100%;
    box-sizing: border-box;
  }
}

.submit {
  margin-top: 30px;
}

.submit input[type="submit"] {
  margin: auto;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #3c3c3c;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  width: 300px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.submit input[type="submit"]:hover {
  opacity: 0.7;
}

.form-privacy {
  margin-top: 1.5em;
  text-align: center;
  font-size: 1.2rem;
}

.complete {
  text-align: center;
}

.complete p {
  margin-bottom: 1.5em;
}

.complete .btn {
  margin: auto;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #3c3c3c;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  width: 300px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.complete .btn:hover {
  opacity: 0.7;
}

footer {
  padding: 50px 0;
  background: #2156c3;
}

footer .c--flex {
  margin: auto;
  max-width: 1100px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

footer .c-left img {
  width: 90px;
}

footer .c-right p {
  text-align: right;
  color: #fff;
}

footer .c-right p.copy {
  margin-top: 1em;
  color: #fff;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  footer .c--flex {
    display: block;
  }
  footer .c-right p {
    text-align: center;
  }
  footer .c-right p.copy {
    font-size: 1rem;
  }
  footer .c-left {
    margin-bottom: 2rem;
    text-align: center;
  }
  footer .c-left img {
    width: 60px;
  }
}

footer .ft-tel {
  margin-top: 3em;
}

footer .menu {
  color: #fff;
  line-height: 2;
  display: flex;
}

footer .menu li {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid;
}

footer .menu li:last-child {
  padding-right: 30px;
  border-right: 1px solid;
}

@media screen and (max-width: 767px) {
  footer .menu {
    flex-wrap: wrap;
  }
  footer .menu li {
    margin-left: 2rem;
    padding-left: 2rem;
  }
  footer .menu li:last-child {
    padding-right: 2rem;
    border-right: 1px solid;
  }
}

@media screen and (max-width: 767px) {
  footer .menu {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  footer {
    padding: 30px 0;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */
