@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP);
@media screen and (max-width: 737px) {
  .pc {
    display: none !important;
  }
  img {
    max-width: 100%;
  }
}
@media screen and (min-width: 738px) {
  .sp {
    display: none !important;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  color: #282828;
  position: relative;
}
body a, body button {
  color: #282828;
}
@media screen and (min-width: 738px) {
  body {
    min-width: 1200px;
  }
}
.contents {
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 738px) {
  .contents {
    width: 1200px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 737px) {
  .contents {
    width: 91.6vw;
  }
}

span, strong {
  font-size: inherit;
}

/*  */
#top .mainvis h3, .sectit span {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

#top .top > ul li a::before {
  content: "";
  background: url("../img/top/ill01.png") no-repeat center 0/contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 738px) {
  #top .top > ul li a::before {
    width: 41px;
    height: 41px;
    left: 61px;
  }
}
@media screen and (max-width: 737px) {
  #top .top > ul li a::before {
    width: 27px;
    height: 27px;
    left: 41px;
  }
}

#top .top__sec01 .flex_left a::after, #top .top > ul li a::after {
  content: "＞";
  font-weight: 500;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 738px) {
  #top .top__sec01 .flex_left a::after, #top .top > ul li a::after {
    font-size: 24px;
    right: 80px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec01 .flex_left a::after, #top .top > ul li a::after {
    font-size: 16px;
    right: 60px;
  }
}

#lower .lower__property01 ul li .flex, #lower .lower__property01 > div, #lower .lower__company01 > div, #top .top__sec04 > div, #top .top__sec03 > div, #top .top__sec02 > div, #top .top__sec01 > div, .footer > div, .menu > div {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 738px) {
  #lower .lower__property01 ul li .flex, #lower .lower__property01 > div, #lower .lower__company01 > div, #top .top__sec04 > div, #top .top__sec03 > div, #top .top__sec02 > div, #top .top__sec01 > div, .footer > div, .menu > div {
    width: 1200px;
  }
}
@media screen and (max-width: 737px) {
  #lower .lower__property01 ul li .flex, #lower .lower__property01 > div, #lower .lower__company01 > div, #top .top__sec04 > div, #top .top__sec03 > div, #top .top__sec02 > div, #top .top__sec01 > div, .footer > div, .menu > div {
    width: 91.6vw;
  }
}

#top .top__sec01 .flex_left a, #top .top > ul li a {
  display: block;
  background-color: #f39700;
  border: 4px solid #fff;
  font-weight: 500;
  color: #fff;
  text-align: center;
  position: relative;
  box-shadow: 0px 2.5px 8px 0px rgba(0, 0, 0, 0.28);
}

#lower .mainvis > div::before, #top .mainvis > div.contents::before {
  content: "";
  background: url("../img/cmn/square01.png") no-repeat center 0/contain;
  display: block;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 738px) {
  #lower .mainvis > div::before, #top .mainvis > div.contents::before {
    width: 450px;
    height: 809px;
    top: -117.5px;
    left: -360px;
  }
}
@media screen and (max-width: 737px) {
  #lower .mainvis > div::before, #top .mainvis > div.contents::before {
    width: 250px;
    height: 449px;
    top: 230px;
    left: -190px;
  }
}
#lower .mainvis > div::after, #top .mainvis > div.contents::after {
  content: "";
  background: url("../img/cmn/square02.png") no-repeat center 0/contain;
  display: block;
  position: absolute;
}
@media screen and (min-width: 738px) {
  #lower .mainvis > div::after, #top .mainvis > div.contents::after {
    width: 623.5px;
    height: 650px;
    top: -35px;
    right: -360px;
  }
}
@media screen and (max-width: 737px) {
  #lower .mainvis > div::after, #top .mainvis > div.contents::after {
    width: 250px;
    height: 260px;
    bottom: -20px;
    right: -160px;
  }
}

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: 62.5%;
  vertical-align: baseline;
  font-weight: normal;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

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

input[type=text], input[type=tel], input[type=email], button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  outline: none;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline: none;
  outline-offset: -2px;
}

input[type=radio], input[type=check] {
  margin: 0;
  padding: 0;
}

textarea {
  font-family: sans-serif;
}

main {
  display: block;
}

/* general */
@media screen and (min-width: 738px) {
  a:hover, button:hover {
    opacity: 0.8;
  }
}

.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
}

/* header */
.header {
  height: 105px;
  border-bottom: 1px solid #adadad;
}
@media screen and (max-width: 737px) {
  .header {
    width: 100%;
    height: 55px;
    position: fixed;
    top: 0;
    z-index: 110;
    background-color: #fff;
  }
}
.header > div {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 738px) {
  .header > div {
    width: 1200px;
  }
}
@media screen and (max-width: 737px) {
  .header > div {
    width: 100%;
  }
}
.header h1 {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 738px) {
  .header h1 {
    padding-top: 28px;
  }
}
@media screen and (max-width: 737px) {
  .header h1 {
    padding-top: 17px;
    padding-left: 10px;
  }
  .header h1 img {
    width: 85px;
  }
}
.header h1 span {
  font-weight: 500;
}
@media screen and (min-width: 738px) {
  .header h1 span {
    font-size: 18px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 737px) {
  .header h1 span {
    font-size: 10px;
    margin-left: 10px;
  }
}
.header nav {
  position: absolute;
  top: 43px;
  right: 0;
  margin: auto;
}
.header nav ul {
  display: flex;
}
.header nav ul li:nth-of-type(n + 2) {
  margin-left: 45px;
}
.header nav ul li a {
  font-size: 16px;
  font-weight: 500;
}

.menu_btn {
  position: fixed;
  top: 7px;
  right: 16px;
  z-index: 111;
}

.menu {
  width: 100%;
  height: 100%;
  padding-top: 120px;
  background-color: #3e3a39;
  position: fixed;
  top: 0;
  z-index: 110;
}
.menu ul {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 738px) {
  .menu ul {
    gap: 0 90px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 737px) {
  .menu ul {
    flex-direction: column;
    align-items: center;
    gap: 50px 0px;
    margin-bottom: 70px;
  }
}
.menu ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.menu p img {
  width: 100%;
}

.sectit span {
  font-weight: 600;
  color: #f39700;
  text-align: center;
  display: block;
}
@media screen and (min-width: 738px) {
  .sectit span {
    font-size: 20px;
  }
}
@media screen and (max-width: 737px) {
  .sectit span {
    font-size: 16px;
  }
}
.sectit h2 {
  font-weight: 500;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 738px) {
  .sectit h2 {
    font-size: 34px;
    margin-top: 20px;
    padding-bottom: 44px;
  }
}
@media screen and (max-width: 737px) {
  .sectit h2 {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 25px;
    padding-bottom: 30px;
  }
}
.sectit h2::after {
  content: "";
  width: 53.5px;
  height: 5px;
  display: block;
  background-color: #f39700;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* footer */
div.link_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 23px;
}
@media screen and (min-width: 738px) {
  div.link_list {
    margin: 80px 0 0;
    gap: 0 23px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 737px) {
  div.link_list {
    margin-top: 100px;
    gap: 20px 0;
    padding: 0 23px;
  }
}

div.footer_info {
  background: url("../img/top/bg01.jpg") no-repeat center 0/cover;
  width: 100%;
}
@media screen and (min-width: 738px) {
  div.footer_info {
    padding: 140px 0 120px;
  }
}
@media screen and (max-width: 737px) {
  div.footer_info {
    padding: 100px 0 100px;
  }
}
div.footer_info h3 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 737px) {
  div.footer_info h3 img {
    width: 119px;
  }
}
div.footer_info h3 span {
  font-weight: 500;
}
@media screen and (min-width: 738px) {
  div.footer_info h3 span {
    font-size: 18px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 737px) {
  div.footer_info h3 span {
    font-size: 14px;
    margin-left: 14px;
  }
}
div.footer_info .flex {
  display: flex;
}
@media screen and (max-width: 737px) {
  div.footer_info .flex {
    flex-direction: column;
  }
}
div.footer_info .flex_left {
  box-sizing: border-box;
}
@media screen and (min-width: 738px) {
  div.footer_info .flex_left {
    width: 50%;
    padding-left: 20px;
  }
}
div.footer_info .flex_left dl {
  margin-top: 40px;
}
div.footer_info .flex_left dl div {
  display: flex;
}
div.footer_info .flex_left dl div:nth-of-type(n + 2) {
  margin-top: 10px;
}
div.footer_info .flex_left dl div dt {
  line-height: 1;
  font-weight: 500;
  min-width: 130px;
}
@media screen and (min-width: 738px) {
  div.footer_info .flex_left dl div dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 737px) {
  div.footer_info .flex_left dl div dt {
    font-size: 14px;
  }
}
div.footer_info .flex_left dl div dd {
  line-height: 1;
  font-weight: 500;
  margin-left: 20px;
}
@media screen and (min-width: 738px) {
  div.footer_info .flex_left dl div dd {
    font-size: 18px;
  }
}
@media screen and (max-width: 737px) {
  div.footer_info .flex_left dl div dd {
    font-size: 14px;
  }
}
div.footer_info .flex_left p {
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 738px) {
  div.footer_info .flex_left p {
    font-size: 18px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 737px) {
  div.footer_info .flex_left p {
    font-size: 14px;
    margin-top: 30px;
  }
}
div.footer_info .flex_right {
  box-sizing: border-box;
}
@media screen and (min-width: 738px) {
  div.footer_info .flex_right {
    width: 50%;
  }
}
@media screen and (max-width: 737px) {
  div.footer_info .flex_right {
    margin-top: 25px;
  }
}
div.footer_info .flex_right a {
  display: block;
}
@media screen and (max-width: 737px) {
  div.footer_info .flex_right a {
    width: 292px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 738px) {
  div.footer_info .flex_right a:nth-of-type(2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 737px) {
  div.footer_info .flex_right a:nth-of-type(2) {
    margin-top: 15px;
  }
}

.footer {
  background-color: #3e3a39;
}
@media screen and (min-width: 738px) {
  .footer {
    padding: 95px 0 77.5px;
  }
}
@media screen and (max-width: 737px) {
  .footer {
    padding: 85px 0 35px;
  }
}
.footer ul {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 738px) {
  .footer ul {
    gap: 0 90px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 737px) {
  .footer ul {
    flex-direction: column;
    align-items: center;
    gap: 50px 0px;
    margin-bottom: 70px;
  }
}
.footer ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.footer p {
  position: relative;
}
@media screen and (min-width: 738px) {
  .footer p {
    left: 50%;
    transform: translateX(-50%);
    width: 90.4947916667vw;
    max-width: 1737.5px;
    min-width: 1200px;
  }
}
.footer p img {
  width: 100%;
}
.footer span {
  font-weight: 500;
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 738px) {
  .footer span {
    font-size: 18px;
  }
}
@media screen and (max-width: 737px) {
  .footer span {
    font-size: 10px;
  }
}

/* top */
#top .mainvis {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 738px) {
  #top .mainvis {
    height: 582.5px;
  }
}
@media screen and (max-width: 737px) {
  #top .mainvis {
    margin-top: 55px;
  }
}
#top .mainvis .main_slider {
  pointer-events: none;
}
@media screen and (min-width: 738px) {
  #top .mainvis .main_slider {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 737px) {
  #top .mainvis .main_slider {
    margin-top: 340px;
    height: 460px;
  }
}
#top .mainvis .main_slider .slick-track {
  height: 100%;
}
#top .mainvis .main_slider .slick-list {
  height: 100%;
}
#top .mainvis .main_slider .slick-list .slider_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top .mainvis > div.contents {
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (min-width: 738px) {
  #top .mainvis > div.contents::before {
    left: -400px;
  }
  #top .mainvis > div.contents::after {
    right: -400px;
  }
}
#top .mainvis h2 {
  font-weight: 500;
  line-height: 1.75;
  color: #fff;
  z-index: 99;
}
@media screen and (min-width: 738px) {
  #top .mainvis h2 {
    font-size: 50px;
    position: absolute;
    top: 125px;
  }
}
@media screen and (max-width: 737px) {
  #top .mainvis h2 {
    font-size: 35px;
    color: #5c5c5c;
    padding-top: 20px;
  }
}
#top .mainvis h2 span {
  font-size: inherit;
  font-weight: 500;
  color: #f39700;
}
#top .mainvis h3 {
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 738px) {
  #top .mainvis h3 {
    font-size: 20px;
    position: absolute;
    top: 340px;
  }
}
@media screen and (max-width: 737px) {
  #top .mainvis h3 {
    font-size: 14px;
    color: #5c5c5c;
    margin-top: 20px;
  }
}
#top .mainvis p {
  position: absolute;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 738px) {
  #top .mainvis p {
    bottom: 100px;
  }
}
@media screen and (max-width: 737px) {
  #top .mainvis p {
    bottom: 150px;
    left: 0;
    margin: auto;
  }
  #top .mainvis p img {
    width: 285px;
    display: block;
    margin: auto;
  }
}
#top .top > ul {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -40px;
}
@media screen and (max-width: 737px) {
  #top .top > ul {
    flex-direction: column;
    align-items: center;
  }
}
#top .top > ul li {
  display: inline-block;
}
@media screen and (min-width: 738px) {
  #top .top > ul li:nth-of-type(1) {
    margin-right: 27.5px;
  }
}
@media screen and (max-width: 737px) {
  #top .top > ul li:nth-of-type(1) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 738px) {
  #top .top > ul li a {
    width: 412.5px;
    height: 80px;
    line-height: 74px;
    border-radius: 40px;
    font-size: 24px;
  }
}
@media screen and (max-width: 737px) {
  #top .top > ul li a {
    width: 280px;
    height: 55px;
    line-height: 54px;
    border-radius: 40px;
    font-size: 16px;
  }
}
@media screen and (min-width: 738px) {
  #top .top__sec01 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec01 {
    padding-top: 100px;
  }
}
#top .top__sec01 h3 {
  line-height: 1.5;
  text-align: center;
  margin-top: 40px;
  font-weight: 500;
}
@media screen and (min-width: 738px) {
  #top .top__sec01 h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec01 h3 {
    font-size: 15px;
    padding: 0 4.2vw;
  }
}
#top .top__sec01 .flex {
  display: flex;
  margin-top: 45px;
}
@media screen and (min-width: 738px) {
  #top .top__sec01 .flex {
    padding: 0 35px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec01 .flex {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 738px) {
  #top .top__sec01 .flex_left {
    margin-right: 32.5px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec01 .flex_left {
    margin-top: 35px;
    padding-bottom: 10px;
  }
}
#top .top__sec01 .flex_left h4 {
  line-height: 2;
}
@media screen and (min-width: 738px) {
  #top .top__sec01 .flex_left h4 {
    font-size: 18px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec01 .flex_left h4 {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
#top .top__sec01 .flex_left a {
  width: 270px;
  height: 53px;
  line-height: 48px;
  border-radius: 40px;
  font-size: 18px;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 737px) {
  #top .top__sec01 .flex_left a {
    margin: 0 auto;
  }
}
#top .top__sec01 .flex_left a::after {
  font-size: 18px;
  right: 35px;
}
@media screen and (max-width: 737px) {
  #top .top__sec01 .flex_right {
    padding: 0 12.5px;
  }
}
#top .top__sec02 {
  position: relative;
  overflow: visible;
}
@media screen and (min-width: 738px) {
  #top .top__sec02 {
    margin-top: 140px;
    padding-bottom: 157px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec02 {
    margin-top: 100px;
    padding-bottom: 145px;
  }
}
#top .top__sec02::before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
}
@media screen and (min-width: 738px) {
  #top .top__sec02::before {
    background: url("../img/top/sec02_bg.png") no-repeat center 0/cover;
    height: 672px;
    bottom: 0;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec02::before {
    background: url("../img/top/sp_sec02_bg.jpg") no-repeat center 0/cover;
    height: 1055px;
    top: 0;
  }
}
#top .top__sec02 ul {
  margin-top: 88px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 738px) {
  #top .top__sec02 ul {
    padding: 0 35px;
    gap: 0 23px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec02 ul {
    flex-direction: column;
    gap: 120px 0;
  }
}
#top .top__sec02 ul li {
  position: relative;
  background-color: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (min-width: 738px) {
  #top .top__sec02 ul li {
    width: calc(33.3333333333% - 15px);
    padding: 40px 25px 25px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec02 ul li {
    padding: 25px;
  }
}
#top .top__sec02 ul li span {
  width: 116px;
  height: 116px;
  padding-top: 20px;
  box-sizing: border-box;
  display: block;
  font-weight: 900;
  color: #f39700;
  text-align: center;
  background: url("../img/top/sec02_ill01.png") no-repeat center 0/cover;
  position: absolute;
  top: -58.25px;
  left: 0;
  right: 0;
  margin: auto;
  clip-path: inset(0 0 50% 0);
}
@media screen and (min-width: 738px) {
  #top .top__sec02 ul li span {
    font-size: 40px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec02 ul li span {
    font-size: 32px;
  }
}
#top .top__sec02 ul li:nth-of-type(1) span, #top .top__sec02 ul li:nth-of-type(1) h3 {
  color: #fd7b3a;
}
#top .top__sec02 ul li:nth-of-type(2) span, #top .top__sec02 ul li:nth-of-type(2) h3 {
  color: #f6b715;
}
#top .top__sec02 ul li:nth-of-type(3) span, #top .top__sec02 ul li:nth-of-type(3) h3 {
  color: #059d5a;
}
#top .top__sec02 ul li h3 {
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 738px) {
  #top .top__sec02 ul li h3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec02 ul li h3 {
    font-size: 16px;
  }
}
#top .top__sec02 ul li h4 {
  line-height: 1.7;
}
@media screen and (min-width: 738px) {
  #top .top__sec02 ul li h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec02 ul li h4 {
    font-size: 14px;
  }
}
#top .top__sec02 ul li::after {
  content: "";
  background: url("../img/top/arrow01.png") no-repeat center 0/contain;
  width: 116.5px;
  height: 116.5px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (min-width: 738px) {
  #top .top__sec02 ul li::after {
    bottom: -58.25px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec02 ul li::after {
    bottom: -43px;
  }
}
#top .top__sec03 {
  position: relative;
}
@media screen and (min-width: 738px) {
  #top .top__sec03 {
    padding-top: 145px;
    padding-bottom: 50px;
  }
}
#top .top__sec03 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 22px 23.5px;
  margin-top: 45px;
}
@media screen and (min-width: 738px) {
  #top .top__sec03 ul {
    padding: 0 125px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec03 ul {
    padding: 0 20px;
    flex-direction: column;
    align-items: center;
  }
}
#top .top__sec03 ul li {
  box-sizing: border-box;
  border-radius: 12px;
  background: #f6f6f6;
}
@media screen and (min-width: 738px) {
  #top .top__sec03 ul li {
    width: 300px;
    padding: 21px 10px 18px 0;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec03 ul li {
    width: 100%;
    padding: 22px 10px 18px 10px;
  }
}
#top .top__sec03 ul li h3 {
  min-height: 60px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 738px) {
  #top .top__sec03 ul li h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec03 ul li h3 {
    font-size: 16px;
  }
}
#top .top__sec03 ul li img {
  display: block;
  margin: 0 auto 15px;
  border-radius: 50%;
}
#top .top__sec03 ul li h4 {
  line-height: 1.3333;
  white-space: pre;
  position: relative;
  margin-top: 3px;
}
@media screen and (min-width: 738px) {
  #top .top__sec03 ul li h4 {
    font-size: 18px;
    padding-left: 35px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec03 ul li h4 {
    font-size: 14px;
    padding-left: 55px;
  }
}
#top .top__sec03 ul li h4::before {
  content: "";
  width: 17.5px;
  height: 15.5px;
  display: block;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 738px) {
  #top .top__sec03 ul li h4::before {
    top: 5px;
    left: 9.5px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec03 ul li h4::before {
    top: 2px;
    left: 30px;
  }
}
#top .top__sec03 ul li:nth-of-type(-n + 3) h3 {
  color: #fd7b3a;
}
#top .top__sec03 ul li:nth-of-type(-n + 3) h4::before {
  background: url("../img/top/ill03.png") no-repeat center 0/contain;
}
#top .top__sec03 ul li:nth-of-type(n + 4):nth-of-type(-n + 6) h3 {
  color: #f6b715;
}
#top .top__sec03 ul li:nth-of-type(n + 4):nth-of-type(-n + 6) h4::before {
  background: url("../img/top/ill02.png") no-repeat center 0/contain;
}
#top .top__sec03 ul li:nth-of-type(n + 7):nth-of-type(-n + 9) h3 {
  color: #059d5a;
}
#top .top__sec03 ul li:nth-of-type(n + 7):nth-of-type(-n + 9) h4::before {
  background: url("../img/top/ill04.png") no-repeat center 0/contain;
}
@media screen and (min-width: 738px) {
  #top .top__sec03 div.link_list {
    margin-top: 115px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec03 div.link_list {
    margin-top: 100px;
    margin-bottom: 105px;
  }
}
#top .top__sec04 {
  background: url("../img/top/sec04_bg01.jpg") no-repeat center 0/cover;
}
@media screen and (min-width: 738px) {
  #top .top__sec04 {
    padding: 35px 0 77.5px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec04 {
    padding: 30px 0 40px;
  }
}
@media screen and (min-width: 738px) {
  #top .top__sec04 > div dl {
    padding: 0 77px;
    margin-top: 53px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec04 > div dl {
    padding: 0;
    margin-top: 30px;
  }
}
#top .top__sec04 > div dl div {
  border-top: 1px solid #b0aeab;
}
@media screen and (min-width: 738px) {
  #top .top__sec04 > div dl div {
    padding: 20px 12px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec04 > div dl div {
    padding: 20px 12px 50px;
  }
}
#top .top__sec04 > div dl div:nth-last-of-type(1) {
  border-bottom: 1px solid #b0aeab;
}
@media screen and (min-width: 738px) {
  #top .top__sec04 > div dl div a {
    display: flex;
  }
}
#top .top__sec04 > div dl div a dt {
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 738px) {
  #top .top__sec04 > div dl div a dt {
    font-size: 18px;
    min-width: 110px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec04 > div dl div a dt {
    font-size: 14px;
    display: inline-block;
  }
}
#top .top__sec04 > div dl div a dt::after {
  content: "";
  width: 2px;
  display: block;
  background-color: #282828;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 738px) {
  #top .top__sec04 > div dl div a dt::after {
    height: 100%;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec04 > div dl div a dt::after {
    height: 25px;
    right: -30px;
  }
}
#top .top__sec04 > div dl div a dd {
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 738px) {
  #top .top__sec04 > div dl div a dd {
    padding-left: 20px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec04 > div dl div a dd {
    padding-top: 20px;
  }
}
@media screen and (min-width: 738px) {
  #top .top__sec04 > div dl div a dd h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec04 > div dl div a dd h5 {
    font-size: 14px;
  }
}
#top .top__sec04 > div > a {
  font-weight: 500;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 35px;
}
@media screen and (min-width: 738px) {
  #top .top__sec04 > div > a {
    font-size: 18px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec04 > div > a {
    font-size: 14px;
    left: 50%;
    transform: translateX(-60%);
  }
}
#top .top__sec04 > div > a::after {
  content: "＞";
  font-weight: bold;
  position: absolute;
}
@media screen and (min-width: 738px) {
  #top .top__sec04 > div > a::after {
    font-size: 18px;
    right: -55px;
  }
}
@media screen and (max-width: 737px) {
  #top .top__sec04 > div > a::after {
    font-size: 14px;
    right: -25px;
  }
}
#top .btn:hover, #top a:hover {
  opacity: 0.8;
}
#top section {
  overflow: hidden;
}

/* lower */
@media screen and (min-width: 738px) {
  #lower .bread {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}
@media screen and (max-width: 737px) {
  #lower .bread {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
}
@media screen and (min-width: 738px) {
  #lower .bread {
    padding: 12.5px 0;
  }
}
@media screen and (max-width: 737px) {
  #lower .bread {
    padding: 15px 0;
    margin-top: 55px;
  }
}
#lower .bread > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#lower .bread > ul > li {
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 738px) {
  #lower .bread > ul > li {
    font-size: 12px;
  }
}
@media screen and (max-width: 737px) {
  #lower .bread > ul > li {
    font-size: 10px;
  }
}
#lower .bread > ul > li:nth-of-type(n + 2)::before {
  content: "＞";
  font-size: 12px;
  display: inline-block;
  margin: 0 12px;
}
#lower .bread > ul > li > a {
  font-weight: 500;
}
@media screen and (min-width: 738px) {
  #lower .bread > ul > li > a {
    font-size: 12px;
  }
}
@media screen and (max-width: 737px) {
  #lower .bread > ul > li > a {
    font-size: 10px;
  }
}
#lower .mainvis {
  overflow: hidden;
}
@media screen and (min-width: 738px) {
  #lower .mainvis {
    background: url("../img/cmn/mainvis_low.jpg") no-repeat center 0/cover;
    height: 320px;
  }
}
@media screen and (max-width: 737px) {
  #lower .mainvis {
    background: url("../img/cmn/sp_mainvis_low.jpg") no-repeat center 0/cover;
    height: 116.5px;
  }
}
@media screen and (min-width: 738px) {
  #lower .mainvis.company {
    background: url("../img/cmn/mainvis_company.jpg") no-repeat center 0/cover;
  }
}
@media screen and (max-width: 737px) {
  #lower .mainvis.company {
    background: url("../img/cmn/sp_mainvis_company.jpg") no-repeat center 0/cover;
  }
}
#lower .mainvis > div {
  position: relative;
}
#lower .mainvis h2 {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 738px) {
  #lower .mainvis h2 {
    font-size: 50px;
    padding-top: 110px;
  }
}
@media screen and (max-width: 737px) {
  #lower .mainvis h2 {
    font-size: 24px;
    padding-top: 30px;
  }
}
#lower .mainvis h2 span {
  display: block;
  margin-bottom: 15px;
}
@media screen and (min-width: 738px) {
  #lower .mainvis h2 span {
    font-size: 20px;
  }
}
@media screen and (max-width: 737px) {
  #lower .mainvis h2 span {
    font-size: 10px;
  }
}
#lower .lower__company01 {
  padding: 75px 0 0;
}
#lower .lower__company01 .flex {
  display: flex;
}
@media screen and (min-width: 738px) {
  #lower .lower__company01 .flex {
    margin-top: 105px;
  }
}
@media screen and (max-width: 737px) {
  #lower .lower__company01 .flex {
    flex-direction: column;
    margin-top: 30px;
  }
}
#lower .lower__company01 .flex_left {
  box-sizing: border-box;
}
@media screen and (min-width: 738px) {
  #lower .lower__company01 .flex_left {
    width: 50%;
    padding-left: 40px;
  }
}
#lower .lower__company01 .flex_left h3 {
  line-height: 1.75;
}
@media screen and (min-width: 738px) {
  #lower .lower__company01 .flex_left h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 737px) {
  #lower .lower__company01 .flex_left h3 {
    font-size: 14px;
  }
}
#lower .lower__company01 .flex_left h5 {
  line-height: 1.75;
}
@media screen and (min-width: 738px) {
  #lower .lower__company01 .flex_left h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 737px) {
  #lower .lower__company01 .flex_left h5 {
    font-size: 14px;
  }
}
@media screen and (min-width: 738px) {
  #lower .lower__company01 .flex_right {
    width: 50%;
  }
}
@media screen and (max-width: 737px) {
  #lower .lower__company01 .flex_right {
    margin-top: 35px;
  }
}
#lower .lower__company01 .flex_right img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 738px) {
  #lower .lower__company01 .flex:nth-of-type(3) {
    flex-direction: row-reverse;
  }
}
#lower .lower__company01 .flex:nth-of-type(3) dl > div {
  display: flex;
}
#lower .lower__company01 .flex:nth-of-type(3) dl dt {
  line-height: 1.75;
}
@media screen and (min-width: 738px) {
  #lower .lower__company01 .flex:nth-of-type(3) dl dt {
    font-size: 18px;
    width: 160px;
  }
}
@media screen and (max-width: 737px) {
  #lower .lower__company01 .flex:nth-of-type(3) dl dt {
    font-size: 14px;
    width: 125px;
  }
}
#lower .lower__company01 .flex:nth-of-type(3) dl dd {
  line-height: 1.75;
}
@media screen and (min-width: 738px) {
  #lower .lower__company01 .flex:nth-of-type(3) dl dd {
    font-size: 18px;
  }
}
@media screen and (max-width: 737px) {
  #lower .lower__company01 .flex:nth-of-type(3) dl dd {
    font-size: 14px;
    width: calc(100% - 125px);
  }
}
#lower .lower__company01 .map {
  width: inherit;
}
@media screen and (min-width: 738px) {
  #lower .lower__company01 .map {
    height: 540px;
    padding: 0 40px;
    margin-top: 125px;
  }
}
@media screen and (max-width: 737px) {
  #lower .lower__company01 .map {
    height: 240px;
    padding: 0 16px;
    margin-top: 35px;
  }
}
#lower .lower__company01 .map iframe {
  width: 100%;
  height: 100%;
}
#lower .lower__property01 {
  position: relative;
}
@media screen and (min-width: 738px) {
  #lower .lower__property01 {
    padding: 70px 0 90px;
  }
}
@media screen and (max-width: 737px) {
  #lower .lower__property01 {
    padding: 70px 0 0px;
  }
}
#lower .lower__property01 > div > h3 {
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 738px) {
  #lower .lower__property01 > div > h3 {
    font-size: 18px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 737px) {
  #lower .lower__property01 > div > h3 {
    font-size: 14px;
    text-align: left;
    margin-top: 30px;
  }
}
@media screen and (min-width: 738px) {
  #lower .lower__property01 ul {
    margin-top: 125px;
  }
}
@media screen and (max-width: 737px) {
  #lower .lower__property01 ul {
    margin-top: 55px;
  }
}
@media screen and (min-width: 738px) {
  #lower .lower__property01 ul li {
    padding-top: 60px;
  }
}
@media screen and (min-width: 738px) {
  #lower .lower__property01 ul li:nth-of-type(odd) {
    background: url("../img/vacancy/bg01.jpg") no-repeat bottom 20px right 0/cover;
  }
}
@media screen and (max-width: 737px) {
  #lower .lower__property01 ul li:nth-of-type(odd) {
    background: url("../img/vacancy/sp_bg01.jpg") no-repeat top 50px right 0/contain;
  }
}
@media screen and (min-width: 738px) {
  #lower .lower__property01 ul li:nth-of-type(even) {
    background: url("../img/vacancy/bg02.jpg") no-repeat bottom 20px right 0/cover;
  }
}
@media screen and (max-width: 737px) {
  #lower .lower__property01 ul li:nth-of-type(even) {
    background: url("../img/vacancy/sp_bg02.jpg") no-repeat top 50px left 0/contain;
  }
}
@media screen and (min-width: 738px) {
  #lower .lower__property01 ul li:nth-of-type(even) .flex {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 738px) {
  #lower .lower__property01 ul li:nth-of-type(n + 2) {
    margin-top: 90px;
  }
}
@media screen and (max-width: 737px) {
  #lower .lower__property01 ul li:nth-of-type(n + 2) {
    margin-top: 60px;
  }
}
#lower .lower__property01 ul li .flex {
  display: flex;
}
@media screen and (max-width: 737px) {
  #lower .lower__property01 ul li .flex {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 738px) {
  #lower .lower__property01 ul li .flex > div {
    width: 50%;
  }
}
@media screen and (max-width: 737px) {
  #lower .lower__property01 ul li .flex_left {
    margin-top: 30px;
  }
}
#lower .lower__property01 ul li .flex_left img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 738px) {
  #lower .lower__property01 ul li .flex_right {
    padding: 10px 0 0 20px;
  }
}
#lower .lower__property01 ul li .flex_right h2 {
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 738px) {
  #lower .lower__property01 ul li .flex_right h2 {
    font-size: 34px;
    padding-bottom: 45px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 737px) {
  #lower .lower__property01 ul li .flex_right h2 {
    font-size: 20px;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
}
#lower .lower__property01 ul li .flex_right h2::after {
  content: "";
  width: 53.5px;
  height: 5px;
  display: block;
  background-color: #f39700;
  position: absolute;
  bottom: 0;
  left: 0;
}
#lower .lower__property01 ul li .flex_right h3 {
  line-height: 1.75;
}
@media screen and (min-width: 738px) {
  #lower .lower__property01 ul li .flex_right h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 737px) {
  #lower .lower__property01 ul li .flex_right h3 {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */