@charset "UTF-8";
/*━━━━━━━━━━━━━━━━━━━━━━━━━共通設定━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
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;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

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

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

li {
  list-style: none;
}

/*■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■

共通設定

■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■*/
.fadeinup {
  transform: translate(0, 50px);
}

.fadeindown {
  transform: translate(0, -50px);
}

.fadeinleft {
  transform: translate(-50px, 0);
}

.fadeinright {
  transform: translate(50px, 0);
}

.fadeinup,
.fadeindown,
.fadeinleft,
.fadeinright {
  opacity: 0;
  transition: all 500ms;
}

/* 画面内に入った状態 */
.fadeinup.scrollin,
.fadeindown.scrollin,
.fadeinleft.scrollin,
.fadeinright.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.returnbutton {
  display: block;
  background-color: #C13711;
  text-align: center;
  color: #fff;
  position: fixed;
  right: 2vw;
  z-index: 9998;
}
.returnbutton img {
  width: 40%;
  height: auto;
}

.returnbutton {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-size: 14px;
  padding-top: 4px;
}
.returnbutton span {
  display: block;
  margin-top: -5px;
}

@-moz-document url-prefix() {
  padding-top: 0;
}
@-moz-document url-prefix() {
  margin-top: -10px;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━基礎設定━━━━━━━━━━━━━━━━━━━━━━━━━*/
body {
  font-family: "YuGothic normal normal medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

main {
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

a {
  text-decoration: none;
  display: block;
}

@media print, screen and (max-width: 769px) {
  .spnone {
    display: none;
  }
  .pcnone {
    display: block;
  }
}
@media print, screen and (min-width: 1200px) {
  .spnone {
    display: block;
  }
  .pcnone {
    display: none;
  }
}
@media print, screen and (max-width: 769px) {
  .tabnone {
    display: none;
  }
}
@media print, screen and (min-width: 770px) {
  .tabnone {
    display: none;
  }
}
@media print, screen and (min-width: 1200px) {
  .tabnone {
    display: block;
  }
}

.tabon {
  display: block;
}
@media print, screen and (min-width: 1200px) {
  .tabon {
    display: none;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━文字サイズ━━━━━━━━━━━━━━━━━━━━━━━━━*/
.maintxt {
  letter-spacing: 0.1em;
  font-weight: 400;
  font-style: normal;
}
@media print, screen and (max-width: 769px) {
  .maintxt {
    font-size: 16px;
    line-height: 33px;
  }
}
@media print, screen and (min-width: 770px) {
  .maintxt {
    font-size: 16px;
    line-height: 33px;
  }
}
@media print, screen and (min-width: 1200px) {
  .maintxt {
    font-size: 16px;
    line-height: 33px;
  }
}

@media print, screen and (max-width: 769px) {
  .h2area {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 770px) {
  .h2area {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 1200px) {
  .h2area {
    margin-top: 115px;
  }
}

.h2, .h2pc {
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: bold;
  font-family: "Oswald";
  position: relative;
  top: 0;
  left: 0;
  color: #F1F1F1;
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 769px) {
  .h2, .h2pc {
    font-size: 50px;
    line-height: 50px;
  }
}
@media print, screen and (min-width: 770px) {
  .h2, .h2pc {
    font-size: 80px;
    line-height: 80px;
  }
}
@media print, screen and (min-width: 1200px) {
  .h2, .h2pc {
    font-size: 80px;
    line-height: 80px;
  }
}

.h2pc {
  margin-left: 0;
  padding: 0;
  margin: 0;
  border: none;
}
@media print, screen and (min-width: 770px) {
  .h2pc {
    display: none;
  }
}
@media print, screen and (min-width: 1200px) {
  .h2pc {
    display: inline;
  }
}

.h2::after,
.h2pc::after {
  letter-spacing: 0.2em;
  font-family: "游ゴシック";
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #141414;
  padding: 0;
  margin: 0;
  margin-top: 4px;
}
@media print, screen and (max-width: 769px) {
  .h2::after,
  .h2pc::after {
    font-size: 18px;
    line-height: 18px;
  }
}
@media print, screen and (min-width: 770px) {
  .h2::after,
  .h2pc::after {
    font-size: 24px;
    line-height: 24px;
  }
}
@media print, screen and (min-width: 1200px) {
  .h2::after,
  .h2pc::after {
    font-size: 24px;
    line-height: 24px;
  }
}

.h2border {
  margin-bottom: 50px;
  height: 1px;
  width: 100%;
  background-color: #F1F1F1;
}
@media print, screen and (max-width: 769px) {
  .h2border {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 770px) {
  .h2border {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 1200px) {
  .h2border {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 769px) {
  .h4 {
    font-size: 20px;
    line-height: 27px;
  }
}
@media print, screen and (min-width: 770px) {
  .h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media print, screen and (min-width: 1200px) {
  .h4 {
    font-size: 24px;
    line-height: 32px;
  }
}

.btn1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
}
.btn1 a, .btn1 .mail__btn__in {
  width: 250px;
  display: inline-block;
  padding: 15px 0;
  box-sizing: border-box;
  background-color: #F2870C;
  color: #fff;
  border: 1px #F2870C solid;
  transition: 0.2s;
}
.btn1 a:hover, .btn1 .mail__btn__in:hover {
  background-color: #fff;
  color: #F2870C;
}

.btn1__txt, .btn1__deco {
  font-size: 16px;
  font-weight: bold;
}

.btn1__txt {
  text-align: center;
}

.btn1__deco {
  margin-left: 25px;
}

.firstvew {
  width: 100%;
  background-color: #F2870C;
}
@media print, screen and (max-width: 769px) {
  .firstvew {
    margin-top: 80px;
    margin-bottom: 75px;
    padding: 30px 0;
  }
}
@media print, screen and (min-width: 770px) {
  .firstvew {
    margin-top: 100px;
    margin-bottom: 120px;
    padding: 20px 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .firstvew {
    background-color: #fff;
    margin-top: 100px;
    margin-bottom: 150px;
    padding: 0;
  }
}

.firstvew__in {
  display: flex;
  align-items: center;
  width: 90vw;
  height: auto;
  margin: 0 auto;
}
@media print, screen and (min-width: 1200px) {
  .firstvew__in {
    background-color: #F2870C;
    border-bottom: 4px #F2870C solid;
  }
}

.firstvew__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 769px) {
  .firstvew__left {
    width: 45vw;
  }
}
@media print, screen and (min-width: 770px) {
  .firstvew__left {
    width: 45vw;
  }
}
@media print, screen and (min-width: 1200px) {
  .firstvew__left {
    width: 30vw;
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }
}

.firstvew__h2 {
  border-bottom: 2px solid #fff;
  font-weight: bold;
  font-family: "Oswald";
  color: #fff;
  display: inline;
}
@media print, screen and (max-width: 769px) {
  .firstvew__h2 {
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 15px;
    margin-top: -50px;
  }
}
@media print, screen and (min-width: 770px) {
  .firstvew__h2 {
    font-size: 75px;
    line-height: 75px;
    padding-bottom: 20px;
    margin-top: -50px;
  }
}
@media print, screen and (min-width: 1200px) {
  .firstvew__h2 {
    font-size: 90px;
    line-height: 90px;
    padding-bottom: 25px;
    margin-top: -50px;
  }
}

.firstvew__span {
  font-family: "游ゴシック";
}
@media print, screen and (max-width: 769px) {
  .firstvew__span {
    font-size: 12px;
    line-height: 12px;
  }
}
@media print, screen and (min-width: 770px) {
  .firstvew__span {
    font-size: 20px;
    line-height: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .firstvew__span {
    font-size: 24px;
    line-height: 24px;
  }
}

.firstvew__right {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (max-width: 769px) {
  .firstvew__right {
    width: 45vw;
    height: 130px;
  }
}
@media print, screen and (min-width: 770px) {
  .firstvew__right {
    width: 45vw;
    height: 310px;
  }
}
@media print, screen and (min-width: 1200px) {
  .firstvew__right {
    height: 350px;
    width: 60vw;
  }
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 9999;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 769px) {
  header {
    height: 60px;
  }
}
@media print, screen and (min-width: 770px) {
  header {
    height: 80px;
  }
}
@media print, screen and (min-width: 1200px) {
  header {
    height: 80px;
  }
}
header h1 {
  z-index: 9999;
}
@media print, screen and (max-width: 769px) {
  header h1 {
    position: relative;
    left: 15px;
    width: 150px;
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 770px) {
  header h1 {
    position: relative;
    left: 15px;
    width: 250px;
    margin-top: 18px;
  }
}
@media print, screen and (min-width: 1200px) {
  header h1 {
    width: 250px;
    margin-top: 15px;
    margin-left: 35px;
  }
}

/* メニュー画面 */
@media print, screen and (max-width: 769px) {
  .global-nav {
    position: fixed;
    right: -100vw;
    height: 100vh;
    transition: all 0.6s;
    z-index: 8500;
    background-color: #fff;
    width: 100vw;
  }
}
@media print, screen and (min-width: 770px) {
  .global-nav {
    position: fixed;
    right: -100vw;
    height: 100vh;
    transition: all 0.6s;
    z-index: 8500;
    width: 100vw;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 1200px) {
  .global-nav {
    position: static;
    height: auto;
    width: auto;
    height: 100%;
  }
}

/* メニュー項目の籠への指定 */
@media print, screen and (max-width: 769px) {
  .global-nav__list {
    margin-top: 30vh;
  }
}
@media print, screen and (min-width: 770px) {
  .global-nav__list {
    margin-top: 30vh;
  }
}
@media print, screen and (min-width: 1200px) {
  .global-nav__list {
    display: flex;
    margin-right: 35px;
    margin-top: 0;
    height: 100%;
  }
}

/* メニュー項目それぞれの指定 */
.global-nav__item {
  /* メニュー項目それぞれの内側に関する指定 */
}
@media print, screen and (max-width: 769px) {
  .global-nav__item {
    text-align: center;
    padding: 0 14px;
  }
}
@media print, screen and (min-width: 770px) {
  .global-nav__item {
    text-align: center;
    padding: 0 14px;
  }
}
@media print, screen and (min-width: 1200px) {
  .global-nav__item {
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
.global-nav__item a {
  display: block;
  color: #141414;
}
@media print, screen and (max-width: 769px) {
  .global-nav__item a {
    width: 200px;
    margin: 0 auto;
    padding: 5px 0;
    margin-bottom: 5vh;
    transition: 0.2s;
  }
}
@media print, screen and (min-width: 770px) {
  .global-nav__item a {
    width: 200px;
    margin: 0 auto;
    padding: 5px 0;
    margin-bottom: 5vh;
    transition: 0.2s;
  }
}
@media print, screen and (min-width: 1200px) {
  .global-nav__item a {
    z-index: 9999;
    transition: 0.2s;
    font-size: 16px;
    margin-bottom: 0;
    padding: 0;
    width: auto;
    padding: 0 15px;
  }
}
.global-nav__item :hover {
  transition: 0.2s;
  opacity: 0.7;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━SPのみハンバーガーの指定━━━━━━━━━━━━━━━━━━━━━━━━━*/
@media print, screen and (max-width: 769px) {
  .nav-open .global-nav {
    right: 0;
  }
}
@media print, screen and (min-width: 770px) {
  .nav-open .global-nav {
    right: 0;
  }
}

/* 三本線の親 */
.hamburger {
  position: absolute;
  right: 15px;
  z-index: 9000;
  background-color: #F2870C;
  border-radius: 100px;
  top: 10px;
}
@media print, screen and (max-width: 769px) {
  .hamburger {
    width: 40px;
    height: 40px;
  }
}
@media print, screen and (min-width: 770px) {
  .hamburger {
    width: 60px;
    height: 60px;
  }
}
@media print, screen and (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}

/* 三本線全てへの指定 */
.hamburger__line {
  position: absolute;
  height: 1px;
  background-color: #fff;
  transition: all 0.6s;
}
@media print, screen and (max-width: 769px) {
  .hamburger__line {
    width: 17px;
    left: 12px;
  }
}
@media print, screen and (min-width: 770px) {
  .hamburger__line {
    width: 26px;
    left: 17px;
  }
}

@media print, screen and (max-width: 769px) {
  .hamburger__line--1 {
    top: 15px;
  }
  .hamburger__line--2 {
    top: 20px;
  }
  .hamburger__line--3 {
    top: 26px;
  }
}
@media print, screen and (min-width: 770px) {
  .hamburger__line--1 {
    top: 23px;
  }
  .hamburger__line--2 {
    top: 30px;
  }
  .hamburger__line--3 {
    top: 37px;
  }
}
@media print, screen and (max-width: 769px) {
  .nav-open .hamburger__line--1 {
    transform: rotate(30deg);
    top: 20px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-390deg);
    top: 20px;
  }
}
@media print, screen and (min-width: 770px) {
  .nav-open .hamburger__line--1 {
    transform: rotate(30deg);
    top: 30px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-390deg);
    top: 30px;
  }
}
.nav__slash {
  width: 23px;
  height: 1px;
  background: #141414;
  transform: rotate(-55deg);
  margin-top: 38px;
}
@media print, screen and (max-width: 769px) {
  .nav__slash {
    display: none;
  }
}
@media print, screen and (min-width: 770px) {
  .nav__slash {
    display: none;
  }
}
@media print, screen and (min-width: 1200px) {
  .nav__slash {
    display: block;
  }
}

/*footer*/
.footer__area {
  background-color: #141414;
}
@media print, screen and (max-width: 769px) {
  .footer__area {
    padding: 60px 0 30px 0;
  }
}
@media print, screen and (min-width: 770px) {
  .footer__area {
    padding: 25px 0 15px 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .footer__area {
    padding: 25px 0 15px 0;
  }
}

.ftr__nav__slash {
  width: 23px;
  height: 1px;
  background: #fff;
  transform: rotate(-55deg);
  margin-top: 13px;
  display: block;
}
@media print, screen and (max-width: 769px) {
  .ftr__nav__slash {
    display: none;
  }
}

@media print, screen and (max-width: 769px) {
  .ftr__nav {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 770px) {
  .ftr__nav {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
}
.ftr__nav__item {
  text-align: center;
}
.ftr__nav__item a {
  display: block;
  color: #fff;
  font-size: 18px;
  transition: 0.2s;
}
@media print, screen and (max-width: 769px) {
  .ftr__nav__item a {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 770px) {
  .ftr__nav__item a {
    margin-bottom: 0;
    padding: 0 15px;
  }
}
.ftr__nav__item :hover {
  transition: 0.2s;
  opacity: 0.7;
}

.ftr__rogo {
  text-align: center;
  margin: 0 auto;
  width: 300px;
  margin-bottom: 50px;
}

.ftr__footer {
  text-align: center;
  color: #fff;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
.js-box {
  display: none;
}

@media print, screen and (max-width: 769px) {
  .index__first {
    margin-bottom: 90px;
    margin-top: 60px;
    height: 550px;
  }
}
@media print, screen and (min-width: 770px) {
  .index__first {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 1200px) {
  .index__first {
    margin-bottom: 100px;
    height: 600px;
  }
}

.index__first__h2 {
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  letter-spacing: 0;
  text-align: right;
  font-family: "Oswald";
  font-weight: 400;
}
@media print, screen and (max-width: 769px) {
  .index__first__h2 {
    font-size: 75px;
    line-height: 113px;
  }
}
@media print, screen and (min-width: 770px) {
  .index__first__h2 {
    font-size: 100px;
    line-height: 150px;
  }
}
@media print, screen and (min-width: 1200px) {
  .index__first__h2 {
    font-size: 100px;
    line-height: 150px;
    width: 475px;
  }
}

.index__first__h2::before {
  content: "";
  background-color: #fff;
  border-radius: 2px;
  bottom: -25px;
  height: 3px;
  right: 0;
  position: absolute;
  width: 100px;
}

.index__first__txt {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  text-align: right;
  margin-top: 75px;
}
@media print, screen and (min-width: 1200px) {
  .index__first__txt {
    margin-top: 50px;
    width: 475px;
  }
}

.index__first__blok {
  background-image: url(../img/firstview.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  top: 0;
  left: 0;
}
@media print, screen and (max-width: 769px) {
  .index__first__blok {
    height: 100%;
  }
}
@media print, screen and (min-width: 770px) {
  .index__first__blok {
    height: 765px;
  }
}
@media print, screen and (min-width: 1200px) {
  .index__first__blok {
    position: static;
    background-color: #F2870C;
    background-image: none;
    width: 90vw;
    margin: 100px auto 0 auto;
    display: flex;
    height: 100%;
  }
}

.index__first__l,
.index__first__r {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 1200px) {
  .index__first__l,
  .index__first__r {
    width: 45vw;
    height: 100%;
  }
}

.index__first__l {
  background-image: url(../img/rogo1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
  display: flex;
  flex-direction: column;
  justify-content: right;
}
@media print, screen and (max-width: 769px) {
  .index__first__l {
    height: 100%;
    padding: 25px 3vw 0 3vw;
  }
}
@media print, screen and (min-width: 770px) {
  .index__first__l {
    padding: 75px 3vw 0 3vw;
  }
}
@media print, screen and (min-width: 1200px) {
  .index__first__l {
    padding: 0 3vw;
    position: static;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
  }
}

.index__first__r {
  background-color: #F2870C;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}
@media print, screen and (min-width: 1200px) {
  .index__first__r {
    position: static;
    top: 0;
    right: 0;
    opacity: 1;
    background-image: url(../img/firstview.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

/*お知らせ一覧*/
@media print, screen and (max-width: 769px) {
  .index__news {
    width: 90vw;
    margin: 0 auto 120px auto;
  }
}
@media print, screen and (min-width: 770px) {
  .index__news {
    width: 90vw;
    margin: 0 auto 100px auto;
  }
}
@media print, screen and (min-width: 1200px) {
  .index__news {
    width: 1200px;
    margin: 0 auto 200px auto;
  }
}

@media print, screen and (min-width: 770px) {
  .index__news__box {
    width: 100%;
  }
}
@media print, screen and (min-width: 1200px) {
  .index__news__box {
    width: 1200px;
    display: flex;
    flex-wrap: nowrap;
  }
}

.index__news__h3area {
  background-color: #141414;
}
@media print, screen and (max-width: 769px) {
  .index__news__h3area {
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 770px) {
  .index__news__h3area {
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 1200px) {
  .index__news__h3area {
    width: 400px;
    height: auto;
    justify-content: center;
    flex-direction: column;
  }
}

@media print, screen and (max-width: 769px) {
  .index__news__h3area__in {
    display: flex;
    align-items: center;
    width: 80vw;
    margin: 0 auto;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 770px) {
  .index__news__h3area__in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85vw;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1200px) {
  .index__news__h3area__in {
    display: block;
    width: 250px;
  }
}

@media print, screen and (min-width: 770px) {
  .index__news__h3area__in__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media print, screen and (min-width: 1200px) {
  .index__news__h3area__in__flex {
    display: block;
  }
}

.index__news__h3 {
  font-weight: bold;
  font-family: "Oswald";
  color: #fff;
  position: relative;
}
@media print, screen and (max-width: 769px) {
  .index__news__h3 {
    font-size: 25px;
    margin-top: -10px;
  }
}
@media print, screen and (min-width: 770px) {
  .index__news__h3 {
    font-size: 27px;
    top: 0;
    left: 0;
    margin-right: 25px;
    margin-top: -10px;
  }
}
@media print, screen and (min-width: 1200px) {
  .index__news__h3 {
    font-size: 36px;
    border-bottom: none;
    margin-right: 0;
    margin-top: 0;
  }
}

@media print, screen and (max-width: 769px) {
  .index__news__h3::before {
    content: "";
    background-color: #F2870C;
    border-radius: 2px;
    bottom: -10px;
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
  }
}
@media print, screen and (min-width: 770px) {
  .index__news__h3::before {
    content: "";
    background-color: #F2870C;
    border-radius: 2px;
    bottom: -5px;
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
  }
}
@media print, screen and (min-width: 1200px) {
  .index__news__h3::before {
    display: none;
  }
}

.index__news__h3txt {
  color: #fff;
  width: auto;
}
@media print, screen and (max-width: 769px) {
  .index__news__h3txt {
    display: none;
  }
}
@media print, screen and (min-width: 770px) {
  .index__news__h3txt {
    display: inline-block;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 1200px) {
  .index__news__h3txt {
    border-top: #F2870C solid 2px;
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
}

.index__news__btn {
  width: auto;
}
@media print, screen and (max-width: 769px) {
  .index__news__btn {
    padding: 0;
  }
}

@media print, screen and (max-width: 769px) {
  .index__news__btn a {
    width: 60px;
    padding: 15px 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media print, screen and (min-width: 770px) {
  .index__news__btn a {
    width: 150px;
    padding: 10px 0;
  }
}

@media print, screen and (max-width: 769px) {
  .btn1__deco {
    display: none;
  }
}

.index__news__main {
  border: 2px solid #F1F1F1;
}
@media print, screen and (min-width: 1200px) {
  .index__news__main {
    width: 800px;
  }
}

.index__news__item {
  border-bottom: 1px solid #F1F1F1;
  background-color: #fff;
  transition: 0.2s;
}
.index__news__item:hover {
  background-color: #F1F1F1;
}

.index__news__item a {
  position: relative;
  top: 0;
  left: 0;
  color: #141414;
  font-weight: bold;
  font-size: 16px;
}
@media print, screen and (max-width: 769px) {
  .index__news__item a {
    padding: 15px 5vw;
  }
}
@media print, screen and (min-width: 770px) {
  .index__news__item a {
    display: flex;
    padding: 25px 5vw;
  }
}
@media print, screen and (min-width: 1200px) {
  .index__news__item a {
    padding: 0;
    height: 100%;
    padding: 30px 0 30px 25px;
  }
}

.index__news__item:last-child {
  border-bottom: 0;
}

.index__news__item a::after {
  content: ">";
  font-size: 16px;
  position: absolute;
  color: #F2870C;
  font-weight: bold;
}
@media print, screen and (max-width: 769px) {
  .index__news__item a::after {
    right: 5vw;
    top: 32%;
  }
}
@media print, screen and (min-width: 770px) {
  .index__news__item a::after {
    right: 5vw;
    top: 32%;
  }
}
@media print, screen and (min-width: 1200px) {
  .index__news__item a::after {
    right: 25px;
    top: 32%;
  }
}

.index__news__day {
  margin-right: 50px;
}
/*コンセプト*/
@media print, screen and (max-width: 769px) {
  .index__concept {
    width: 90vw;
    margin: 0 auto 90px auto;
  }
}
@media print, screen and (min-width: 770px) {
  .index__concept {
    width: 90vw;
    margin: 0 auto 100px auto;
  }
}
@media print, screen and (min-width: 1200px) {
  .index__concept {
    width: 100vw;
    margin-left: 0;
    margin-bottom: 125px;
  }
}

@media print, screen and (min-width: 1200px) {
  .index__concept__area {
    width: 100vw;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
  }
}

@media print, screen and (max-width: 769px) {
  .index__concept__img {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 770px) {
  .index__concept__img {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1200px) {
  .index__concept__img {
    width: 42vw;
    margin-bottom: 0;
  }
}

@media print, screen and (max-width: 769px) {
  .index__concept__main {
    width: 100%;
  }
}
@media print, screen and (min-width: 770px) {
  .index__concept__main {
    width: 100%;
  }
}
@media print, screen and (min-width: 1200px) {
  .index__concept__main {
    width: 55vw;
  }
}

.index__concept__h2::after,
.index__concept__h2pc::after {
  content: "コンセプト";
}

.index__concept__txt {
  width: 100%;
}
@media print, screen and (max-width: 769px) {
  .index__concept__txt {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 770px) {
  .index__concept__txt {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1200px) {
  .index__concept__txt {
    width: 35vw;
    margin-bottom: 50px;
  }
}

.index__concept__btn {
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  .index__concept__btn {
    width: 35vw;
  }
}

/*事業内容*/
.index__service {
  background-color: #F1F1F1;
  padding: 150px 0;
  margin-bottom: 150px;
}

.index__service__h2 {
  color: #fff;
  margin-bottom: 75px;
}

.index__service__h2::after {
  content: "事業内容";
}

.index__service__list {
  width: 90vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 1200px) {
  .index__service__list {
    padding: 0;
    width: 1200px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

.index__service__item {
  width: 90vw;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1200px) {
  .index__service__item {
    width: 390px;
    margin-bottom: 0;
  }
}

.index__service__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 90vw;
  height: 40vw;
  transition: 0.2s;
}
@media print, screen and (min-width: 1200px) {
  .index__service__img {
    width: 390px;
    height: 250px;
  }
}

.index__service__img:hover {
  opacity: 0.7;
}

.index__service__img1 {
  background-image: url(../img/service1.jpg);
}

.index__service__img2 {
  background-image: url(../img/service2.jpg);
}

.index__service__img3 {
  background-image: url(../img/service3.jpg);
}

.index__service__h4 {
  text-align: center;
  font-size: 24px;
  color: #141414;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index__service__h4 span {
  font-size: 60px;
  color: #fff;
  margin-right: 15px;
}

/*アクセス*/
@media print, screen and (max-width: 769px) {
  .index__access {
    width: 100vw;
    margin: 0 auto 90px auto;
  }
}
@media print, screen and (min-width: 770px) {
  .index__access {
    width: 100vw;
    margin: 0 auto 100px auto;
  }
}
@media print, screen and (min-width: 1200px) {
  .index__access {
    width: 100vw;
    margin-left: 0;
    margin-bottom: 125px;
  }
}

@media print, screen and (min-width: 1200px) {
  .index__access__area {
    width: 100vw;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
  }
}

@media print, screen and (max-width: 769px) {
  .index__access__map {
    width: 100%;
    margin-bottom: 30px;
    height: 210px;
  }
}
@media print, screen and (min-width: 770px) {
  .index__access__map {
    width: 100%;
    margin-bottom: 50px;
    height: 450px;
  }
}
@media print, screen and (min-width: 1200px) {
  .index__access__map {
    width: 42vw;
    margin-bottom: 0;
    height: 400px;
  }
}

.index__access__map iframe {
  width: 100%;
  height: 100%;
  line-height: 0;
  border: 0;
}

@media print, screen and (max-width: 769px) {
  .index__access__main {
    width: 90vw;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 770px) {
  .index__access__main {
    width: 90vw;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1200px) {
  .index__access__main {
    width: 55vw;
  }
}

.index__access__h2::after,
.index__access__h2pc::after {
  content: "アクセス";
}

.index__access__h4 {
  margin-bottom: 25px;
  text-align: center;
}
@media print, screen and (min-width: 1200px) {
  .index__access__h4 {
    text-align: left;
  }
}

.index__access__txt {
  width: 100%;
  text-align: center;
}
@media print, screen and (max-width: 769px) {
  .index__access__txt {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 770px) {
  .index__access__txt {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1200px) {
  .index__access__txt {
    width: 35vw;
    margin-bottom: 50px;
    text-align: left;
  }
}

.index__access__tel {
  display: inline-block;
  color: #141414;
}

.index__access__btn {
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  .index__access__btn {
    width: 35vw;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
.firstvew__service {
  background-image: url(../img/service_first.jpg);
}

/*特徴*/
@media print, screen and (max-width: 769px) {
  .service__features {
    width: 90vw;
    margin: 0 auto 90px auto;
  }
}
@media print, screen and (min-width: 770px) {
  .service__features {
    width: 90vw;
    margin: 0 auto 100px auto;
  }
}
@media print, screen and (min-width: 1200px) {
  .service__features {
    width: 100vw;
    margin-left: 0;
    margin-bottom: 125px;
  }
}

.service__features__h2::after,
.service__features__h2pc::after {
  content: "特徴";
}

@media print, screen and (min-width: 1200px) {
  .service__features__area {
    width: 100vw;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
  }
}

@media print, screen and (max-width: 769px) {
  .service__features__img {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 770px) {
  .service__features__img {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1200px) {
  .service__features__img {
    width: 42vw;
    margin-bottom: 0;
  }
}

@media print, screen and (max-width: 769px) {
  .service__features__main {
    width: 100%;
  }
}
@media print, screen and (min-width: 770px) {
  .service__features__main {
    width: 100%;
  }
}
@media print, screen and (min-width: 1200px) {
  .service__features__main {
    width: 55vw;
  }
}

.service__features__txt {
  width: 100%;
}
@media print, screen and (max-width: 769px) {
  .service__features__txt {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 770px) {
  .service__features__txt {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1200px) {
  .service__features__txt {
    width: 35vw;
    margin-bottom: 50px;
  }
}

.service__features__btn {
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  .service__features__btn {
    width: 35vw;
  }
}

.service__service {
  background-color: #F1F1F1;
}
@media print, screen and (max-width: 769px) {
  .service__service {
    padding: 90px 0;
  }
}
@media print, screen and (min-width: 770px) {
  .service__service {
    padding: 125px 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .service__service {
    padding: 100px 0;
  }
}

.service__service__h2 {
  color: #fff;
}
@media print, screen and (max-width: 769px) {
  .service__service__h2 {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 770px) {
  .service__service__h2 {
    margin-bottom: 125px;
  }
}
@media print, screen and (min-width: 1200px) {
  .service__service__h2 {
    margin-bottom: 150px;
  }
}

.service__service__h2::after {
  content: "業務内容";
}

@media print, screen and (max-width: 769px) {
  .service__service__item {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 770px) {
  .service__service__item {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1200px) {
  .service__service__item {
    margin-bottom: 50px;
  }
}

.service__service__item__in {
  width: 90vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 1200px) {
  .service__service__item__in {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-direction: row;
    width: 1200px;
  }
}

@media print, screen and (min-width: 1200px) {
  .service__service__item:nth-child(2n) .service__service__item__in {
    flex-direction: row-reverse;
  }
}

.service__service__item__l {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 90vw;
  height: 40vw;
  transition: 0.2s;
}
@media print, screen and (min-width: 1200px) {
  .service__service__item__l {
    width: 500px;
    height: 350px;
  }
}

.service__service__item1 .service__service__item__l {
  background-image: url(../img/service1.jpg);
}

.service__service__item2 .service__service__item__l {
  background-image: url(../img/service2.jpg);
}

.service__service__item3 .service__service__item__l {
  background-image: url(../img/service3.jpg);
}

.service__service__item__r {
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  .service__service__item__r {
    width: 650px;
  }
}

.service__service__h4 {
  text-align: left;
  font-size: 24px;
  color: #141414;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service__service__h4 span {
  font-size: 60px;
  color: #fff;
  margin-right: 15px;
}
@media print, screen and (min-width: 1200px) {
  .service__service__h4 {
    justify-content: start;
  }
}

@media print, screen and (max-width: 769px) {
  .service__achievements {
    padding: 90px 0;
  }
}
@media print, screen and (min-width: 770px) {
  .service__achievements {
    padding: 125px 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .service__achievements {
    padding: 100px 0;
  }
}

@media print, screen and (max-width: 769px) {
  .service__achievements__h2 {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 770px) {
  .service__achievements__h2 {
    margin-bottom: 125px;
  }
}
@media print, screen and (min-width: 1200px) {
  .service__achievements__h2 {
    margin-bottom: 150px;
  }
}

.service__achievements__h2::after {
  content: "施工実績";
}

.service__achievements__list {
  width: 90vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 1200px) {
  .service__achievements__list {
    max-width: 1200px;
  }
}

.service__achievements__item {
  border-bottom: 1px solid #F1F1F1;
}
@media print, screen and (max-width: 769px) {
  .service__achievements__item {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 770px) {
  .service__achievements__item {
    padding-bottom: 25px;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1200px) {
  .service__achievements__item {
    padding-bottom: 25px;
    margin-bottom: 50px;
  }
}

.service__achievements__h4 {
  border-left: 5px #F2870C solid;
}
@media print, screen and (max-width: 769px) {
  .service__achievements__h4 {
    padding-left: 2vw;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 770px) {
  .service__achievements__h4 {
    padding-left: 2vw;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 1200px) {
  .service__achievements__h4 {
    padding-left: 15px;
    margin-bottom: 25px;
  }
}

@media print, screen and (max-width: 769px) {
  .service__achievements__txt {
    padding-left: 3vw;
  }
}
@media print, screen and (min-width: 770px) {
  .service__achievements__txt {
    padding-left: 3vw;
  }
}
@media print, screen and (min-width: 1200px) {
  .service__achievements__txt {
    padding-left: 25px;
  }
}

.service__achievements__images {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 769px) {
  .service__achievements__images {
    margin: 15px 0 15px 3vw;
  }
}
@media print, screen and (min-width: 770px) {
  .service__achievements__images {
    margin: 25px 0 25px 3vw;
  }
}
@media print, screen and (min-width: 1200px) {
  .service__achievements__images {
    margin: 25px 0 25px 25px;
  }
}

.service__achievements__img {
  width: 49%;
}
@media print, screen and (min-width: 1200px) {
  .service__achievements__img {
    width: 33%;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
.firstvew__company {
  background-image: url(../img/company_first.jpg);
}

.company__company {
  width: 90vw;
}
@media print, screen and (max-width: 769px) {
  .company__company {
    margin: 0 auto 90px auto;
  }
}
@media print, screen and (min-width: 770px) {
  .company__company {
    margin: 0 auto 100px auto;
  }
}
@media print, screen and (min-width: 1200px) {
  .company__company {
    margin: 0 auto 100px auto;
    max-width: 1200px;
  }
}

.company__company__h2 {
  display: inline;
}

.company__company__h2::after {
  content: "会社概要";
}

@media print, screen and (max-width: 769px) {
  .company__company__txt {
    font-size: 16px;
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 770px) {
  .company__company__txt {
    font-size: 24px;
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 1200px) {
  .company__company__txt {
    font-size: 24px;
    margin-top: 50px;
  }
}

.company__human {
  background-color: #F1F1F1;
}
@media print, screen and (max-width: 769px) {
  .company__human {
    padding: 90px 0;
  }
}
@media print, screen and (min-width: 770px) {
  .company__human {
    padding: 125px 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .company__human {
    padding: 100px 0;
  }
}

.company__human__in {
  width: 90vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 1200px) {
  .company__human__in {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 1200px;
  }
}

@media print, screen and (min-width: 1200px) {
  .company__human__img {
    width: 450px;
  }
}

@media print, screen and (min-width: 1200px) {
  .company__human__con {
    width: 700px;
  }
}

.company__human__h3 {
  position: relative;
  text-align: center;
}
@media print, screen and (max-width: 769px) {
  .company__human__h3 {
    font-size: 25px;
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 770px) {
  .company__human__h3 {
    font-size: 36px;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1200px) {
  .company__human__h3 {
    font-size: 36px;
    margin-bottom: 25px;
    text-align: left;
  }
}

.company__human__h3::before {
  content: "";
  background-color: #F2870C;
  border-radius: 2px;
  height: 3px;
  position: absolute;
  width: 100px;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 769px) {
  .company__human__h3::before {
    left: 50%;
    bottom: -15px;
  }
}
@media print, screen and (min-width: 770px) {
  .company__human__h3::before {
    left: 50%;
    bottom: -15px;
  }
}
@media print, screen and (min-width: 1200px) {
  .company__human__h3::before {
    transform: translateX(0);
    left: 0;
    bottom: 0px;
  }
}

.company__human__h3span {
  text-align: center;
}
@media print, screen and (max-width: 769px) {
  .company__human__h3span {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 770px) {
  .company__human__h3span {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1200px) {
  .company__human__h3span {
    font-size: 14px;
    text-align: left;
    margin-bottom: 50px;
  }
}

/*アクセス*/
@media print, screen and (max-width: 769px) {
  .company__access {
    width: 100vw;
    margin: 0 auto 90px auto;
    padding-top: 90px;
  }
}
@media print, screen and (min-width: 770px) {
  .company__access {
    width: 100vw;
    margin: 0 auto 100px auto;
    padding-top: 120px;
  }
}
@media print, screen and (min-width: 1200px) {
  .company__access {
    width: 100vw;
    margin-left: 0;
    margin-bottom: 125px;
    padding-top: 150px;
  }
}

@media print, screen and (min-width: 1200px) {
  .company__access__area {
    width: 100vw;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
  }
}

@media print, screen and (max-width: 769px) {
  .company__access__map {
    width: 100%;
    margin-bottom: 30px;
    height: 210px;
  }
}
@media print, screen and (min-width: 770px) {
  .company__access__map {
    width: 100%;
    margin-bottom: 50px;
    height: 450px;
  }
}
@media print, screen and (min-width: 1200px) {
  .company__access__map {
    width: 42vw;
    margin-bottom: 0;
    height: 400px;
  }
}

.company__access__map iframe {
  width: 100%;
  height: 100%;
  line-height: 0;
  border: 0;
}

@media print, screen and (max-width: 769px) {
  .company__access__main {
    width: 90vw;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 770px) {
  .company__access__main {
    width: 90vw;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1200px) {
  .company__access__main {
    width: 55vw;
  }
}

.company__access__h2::after,
.company__access__h2pc::after {
  content: "アクセス";
}

.company__access__h4 {
  margin-bottom: 25px;
  text-align: center;
}
@media print, screen and (min-width: 1200px) {
  .company__access__h4 {
    text-align: left;
  }
}

.company__access__txt {
  width: 100%;
  text-align: center;
}
@media print, screen and (max-width: 769px) {
  .company__access__txt {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 770px) {
  .company__access__txt {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1200px) {
  .company__access__txt {
    width: 35vw;
    margin-bottom: 50px;
    text-align: left;
  }
}

.company__access__tel {
  display: inline-block;
  color: #141414;
}

.company__access__btn {
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  .company__access__btn {
    width: 35vw;
  }
}

.company__recruit__h2 {
  color: #fff;
}
@media print, screen and (max-width: 769px) {
  .company__recruit__h2 {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 770px) {
  .company__recruit__h2 {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 1200px) {
  .company__recruit__h2 {
    margin-bottom: 100px;
  }
}

.company__recruit__h2::after {
  content: "採用情報";
}

.company__recruit {
  background-color: #F1F1F1;
}
@media print, screen and (max-width: 769px) {
  .company__recruit {
    padding: 90px 0;
  }
}
@media print, screen and (min-width: 770px) {
  .company__recruit {
    padding: 125px 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .company__recruit {
    padding: 100px 0;
  }
}

.company__recruit__first {
  width: 90vw;
  margin: 0 auto;
}
@media print, screen and (max-width: 769px) {
  .company__recruit__first {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 770px) {
  .company__recruit__first {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1200px) {
  .company__recruit__first {
    max-width: 1200px;
    margin-bottom: 100px;
    text-align: center;
  }
}

.company__recruit__first a {
  display: inline;
  color: #141414;
  border-bottom: 1px solid #141414;
  font-weight: bold;
}

.company__recruit__list {
  width: 90vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 1200px) {
  .company__recruit__list {
    max-width: 1200px;
  }
}

.company__recruit__item {
  border-bottom: 1px solid #fff;
}
@media print, screen and (max-width: 769px) {
  .company__recruit__item {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 770px) {
  .company__recruit__item {
    padding-bottom: 25px;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1200px) {
  .company__recruit__item {
    padding-bottom: 25px;
    margin-bottom: 50px;
  }
}

.company__recruit__h4 {
  border-left: 5px #F2870C solid;
}
@media print, screen and (max-width: 769px) {
  .company__recruit__h4 {
    padding-left: 2vw;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 770px) {
  .company__recruit__h4 {
    padding-left: 2vw;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 1200px) {
  .company__recruit__h4 {
    padding-left: 15px;
    margin-bottom: 25px;
  }
}

@media print, screen and (max-width: 769px) {
  .company__recruit__txt {
    padding-left: 3vw;
  }
}
@media print, screen and (min-width: 770px) {
  .company__recruit__txt {
    padding-left: 3vw;
  }
}
@media print, screen and (min-width: 1200px) {
  .company__recruit__txt {
    padding-left: 25px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
.firstvew__contact {
  background-image: url(../img/contact_first.jpg);
}

@media print, screen and (max-width: 769px) {
  .contact__contact {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 770px) {
  .contact__contact {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 1200px) {
  .contact__contact {
    margin-bottom: 100px;
  }
}

@media print, screen and (max-width: 769px) {
  .contact__contact__h2 {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 770px) {
  .contact__contact__h2 {
    margin-bottom: 75px;
  }
}
@media print, screen and (min-width: 1200px) {
  .contact__contact__h2 {
    margin-bottom: 75px;
  }
}

.contact__contact__h2::after {
  content: "お問い合わせ";
}

.contact__contact__txt {
  width: 90vw;
  text-align: center;
}
@media print, screen and (max-width: 769px) {
  .contact__contact__txt {
    margin: 30px auto;
  }
}
@media print, screen and (min-width: 770px) {
  .contact__contact__txt {
    margin: 50px auto;
  }
}
@media print, screen and (min-width: 1200px) {
  .contact__contact__txt {
    margin: 50px auto;
    width: 1200px;
  }
}

.contact__contact__btn {
  color: #141414;
  display: inline-block;
  border-bottom: 1px solid #141414;
  font-weight: bold;
  transition: 0.2s;
}

.contact__contact__btn:hover {
  opacity: 0.7;
}

/*メールフォーム*/
.contact__mail {
  background-color: #F1F1F1;
  border-top: 2px solid #F2870C;
  border-bottom: 2px solid #F2870C;
}
@media print, screen and (max-width: 769px) {
  .contact__mail {
    padding: 60px 0;
  }
}
@media print, screen and (min-width: 770px) {
  .contact__mail {
    padding: 50px 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .contact__mail {
    padding: 100px 0;
  }
}

.contact__mail__h4 {
  text-align: center;
}
@media print, screen and (max-width: 769px) {
  .contact__mail__h4 {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 770px) {
  .contact__mail__h4 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1200px) {
  .contact__mail__h4 {
    margin-bottom: 75px;
  }
}

.mailform, .mailform__thanks {
  border: 1px solid #F2870C;
  background-color: #fff;
}
@media print, screen and (max-width: 769px) {
  .mailform, .mailform__thanks {
    padding: 60px 0 75px 0;
    width: 90vw;
  }
}
@media print, screen and (min-width: 770px) {
  .mailform, .mailform__thanks {
    padding: 60px 0 80px 0;
    width: 90vw;
  }
}
@media print, screen and (min-width: 1200px) {
  .mailform, .mailform__thanks {
    padding: 75px 0;
    width: 1200px;
  }
}

@media print, screen and (max-width: 769px) {
  .mailform__in {
    width: 75vw;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 770px) {
  .mailform__in {
    width: 85vw;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1200px) {
  .mailform__in {
    width: 1200px;
  }
}

.mailform__thanks {
  margin-top: 200px;
  margin-bottom: 100px;
}

.mailform__thanks p,
.mailform .head01,
.mailform__thanks .head01 {
  text-align: center;
}

.mailform input,
.mailform textarea {
  border: 1px solid #F1F1F1;
}

.mailform__top {
  margin-bottom: 60px;
}

.mail__item {
  margin: 0 auto;
}
@media print, screen and (max-width: 769px) {
  .mail__item {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 770px) {
  .mail__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    width: 100%;
    height: 100%;
    margin: 0;
  }
}

.mail__item__name {
  background-color: #F2870C;
  color: #fff;
  text-align: center;
  display: block;
  padding: 0;
  margin: 0;
  border-radius: 5px;
}
@media print, screen and (max-width: 769px) {
  .mail__item__name {
    width: 100%;
    margin-bottom: 30px;
    padding: 15px 0;
  }
}
@media print, screen and (min-width: 770px) {
  .mail__item__name {
    width: 25vw;
    height: 50px;
    font-size: 16px;
    line-height: 16px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media print, screen and (min-width: 1200px) {
  .mail__item__name {
    width: 300px;
  }
}

.mail__item__boxarea {
  display: block;
  padding: 0;
  margin: 0;
  height: 100%;
}
@media print, screen and (max-width: 769px) {
  .mail__item__boxarea {
    width: 100%;
  }
}
@media print, screen and (min-width: 770px) {
  .mail__item__boxarea {
    width: 58vw;
    border: none;
    padding: 25px 15px;
    height: 100%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 16px;
  }
}
@media print, screen and (min-width: 1200px) {
  .mail__item__boxarea {
    width: 850px;
  }
}

.mail__item__boxarea__in {
  border: 1px solid #141414;
  background-color: #fff;
  width: 100%;
}
@media print, screen and (max-width: 769px) {
  .mail__item__boxarea__in {
    min-height: 40px;
  }
}

.mail__txt {
  width: 5vw;
  max-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.mail__item__boxarea__item__names:last-child,
.mail__item__boxarea__item__kinds:last-child {
  margin: 0;
}

@media print, screen and (min-width: 770px) {
  .mail__item__boxarea__item__names {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 26vw;
    height: 40px;
  }
}
@media print, screen and (min-width: 1200px) {
  .mail__item__boxarea__item__names {
    width: 400px;
  }
}

@media print, screen and (min-width: 770px) {
  .mail__item__boxarea__item__names .mail__item__boxarea__in {
    width: 24vw;
  }
}
@media print, screen and (min-width: 1200px) {
  .mail__item__boxarea__item__names .mail__item__boxarea__in {
    width: 350px;
  }
}

@media print, screen and (min-width: 770px) {
  .mail__item__boxarea__in__add {
    height: 40px;
  }
}

@media print, screen and (max-width: 769px) {
  .mail__item__boxarea__item__names {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 770px) {
  .mail__item__boxarea__list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

#example_selector {
  display: none !important;
}

.contact__mail__btn {
  margin: 0 auto;
  width: 100%;
}

/*プライバシーポリシー*/
@media print, screen and (max-width: 769px) {
  .contact__privacy {
    padding: 60px 0;
  }
}
@media print, screen and (min-width: 770px) {
  .contact__privacy {
    padding: 50px 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .contact__privacy {
    padding: 100px 0;
  }
}

@media print, screen and (max-width: 769px) {
  .contact__privacy__h2 {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 770px) {
  .contact__privacy__h2 {
    margin-bottom: 125px;
  }
}
@media print, screen and (min-width: 1200px) {
  .contact__privacy__h2 {
    margin-bottom: 150px;
  }
}

.contact__privacy__h2::after {
  content: "プライバシーポリシー";
}

.contact__privacy__list {
  width: 90vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 1200px) {
  .contact__privacy__list {
    max-width: 1200px;
  }
}

.contact__privacy__item {
  border-bottom: 1px solid #fff;
}
@media print, screen and (max-width: 769px) {
  .contact__privacy__item {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 770px) {
  .contact__privacy__item {
    padding-bottom: 25px;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1200px) {
  .contact__privacy__item {
    padding-bottom: 25px;
    margin-bottom: 50px;
  }
}

.contact__privacy__h4 {
  border-left: 5px #F2870C solid;
}
@media print, screen and (max-width: 769px) {
  .contact__privacy__h4 {
    padding-left: 2vw;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 770px) {
  .contact__privacy__h4 {
    padding-left: 2vw;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 1200px) {
  .contact__privacy__h4 {
    padding-left: 15px;
    margin-bottom: 25px;
  }
}

@media print, screen and (max-width: 769px) {
  .contact__privacy__txt {
    padding-left: 3vw;
  }
}
@media print, screen and (min-width: 770px) {
  .contact__privacy__txt {
    padding-left: 3vw;
  }
}
@media print, screen and (min-width: 1200px) {
  .contact__privacy__txt {
    padding-left: 25px;
  }
}

.contact__privacy__item a {
  display: inline;
  color: #141414;
  border-bottom: 1px solid #141414;
  font-weight: bold;
}

.contact__thanks {
  border: 1px solid #F2870C;
  margin: 150px auto;
  text-align: center;
  padding: 100px 15px;
}
@media print, screen and (max-width: 769px) {
  .contact__thanks {
    width: 90vw;
  }
}
@media print, screen and (min-width: 770px) {
  .contact__thanks {
    width: 90vw;
  }
}
@media print, screen and (min-width: 1200px) {
  .contact__thanks {
    width: 1200px;
  }
}/*# sourceMappingURL=style.css.map */