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

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

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

li {
  list-style-type: none;
}

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

blockquote,
q {
  quotes: none;
}

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

/* ------------------------------------------------------------
// 初期設定
------------------------------------------------------------ */
*,
*:before,
*:after {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

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

/* ------------------------------------------------------------
// 表示有無設定（ブラウザサイズ）
------------------------------------------------------------ */
@media print, screen and (min-width: 992px) {
  .min-pc {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .max-tab {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .min-tab {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .max-sp {
    display: none;
  }
}
/* ------------------------------------------------------------
// ページ内リンクスムーススクロール
------------------------------------------------------------ */
html {
  scroll-behavior: smooth;
}

/* ------------------------------------------------------------
// iframe
------------------------------------------------------------ */
.google-maps iframe {
  vertical-align: bottom;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ------------------------------------------------------------
// タグ設定
------------------------------------------------------------ */
.txt-area p:not(:last-child) {
  margin: 0 0 1em;
}

ul.disc li {
  list-style-type: disc;
  margin-left: 1.5em;
}

ul.decimal li {
  list-style-type: decimal;
  margin-left: 1.5em;
}

/* ------------------------------------------------------------
// レイアウト
------------------------------------------------------------ */
.ta-right {
  text-align: right;
}

.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

/* ------------------------------------------------------------
// 余白
------------------------------------------------------------ */
.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

/* ------------------------------------------------------------
// bootstrap
------------------------------------------------------------ */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
/* ------------------------------------------------------------
// photo-ofi
------------------------------------------------------------ */
.photo-ofi {
  height: 0;
  display: block;
  background-color: #EFEFEF;
  overflow: hidden;
  position: relative;
  padding-bottom: 75%;
}

.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  font-family: "object-fit: scale-down;";
  position: absolute;
  left: 0;
  top: 0;
}

/* ------------------------------------------------------------
// html・body
------------------------------------------------------------ */
body {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  color: #222222;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}
.fc-red {
  font-weight: 500;
  color: #e00000;
}

.fc-orange {
  font-weight: 500;
  color: #f5a80f;
}

/* ------------------------------------------------------------
// link
------------------------------------------------------------ */
a {
  color: #222222;
}
a:hover {
  color: #222222;
  text-decoration: none;
}
a:hover img {
  opacity: 0.6;
}
a:hover img.no-opacity {
  opacity: 1;
}

.lnk-btn a {
  display: inline-block;
  margin-top: 20px;
  padding: 20px 60px;
  background: #f5f5f5;
  border-left: 5px solid #fdf133;
  transition: 0.3s;
}
.lnk-btn a i {
  margin-left: 20px;
}
.lnk-btn a:hover {
  color: #ffffff;
  border-left: 5px solid #f5a80f;
  background: #f5a80f;
}

/* ------------------------------------------------------------
// header
------------------------------------------------------------ */
.header-wrap {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 120px;
  padding: 0 15px;
  background: rgb(255, 255, 255);
  z-index: 300;
}
.header-wrap .gnav-area {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-wrap .gnav-area ul {
  display: flex;
}
.header-wrap .gnav-area ul li {
  text-align: center;
  margin: 0 10px;
}
.header-wrap .gnav-area ul li a {
  display: block;
  font-size: 14px;
  color: #222222;
  padding: 5px 10px;
}
.header-wrap .gnav-area ul li a div {
  font-size: 18px;
}
.header-wrap .gnav-area ul li a.current, .header-wrap .gnav-area ul li a:hover {
  border-bottom: 1px solid #154187;
}
.header-wrap .gnav-area ul li:last-child a {
  color: #ffffff;
  padding: 5px 40px;
  background: #154187;
  transition: 0.2s;
}
.header-wrap .gnav-area ul li:last-child a.current, .header-wrap .gnav-area ul li:last-child a:hover {
  background: #f5a80f;
  border-bottom: none;
}

@media print, screen and (max-width: 1099px) {
  .header-wrap {
    height: 80px;
    padding: 0 75px 0 15px;
  }
  .header-wrap .gnav-area {
    display: none;
  }
}
.header-spacer {
  width: 100%;
  height: 120px;
}

@media print, screen and (max-width: 1099px) {
  .header-spacer {
    height: 80px;
  }
}
/* ------------------------------------------------------------
// footer
------------------------------------------------------------ */
.footer-nav ul {
  display: flex;
  justify-content: flex-end;
}
.footer-nav ul li {
  padding: 0 0 0 10px;
}
.footer-nav ul li:first-child {
  padding: 0;
}
.footer-nav ul li a {
  font-size: 15px;
  padding: 0 5px;
}
.footer-nav ul li a:hover {
  border-bottom: 1px solid #154187;
}

@media print, screen and (max-width: 991px) {
  .footer-nav {
    display: none;
  }
}
.footer-wrap {
  padding: 100px 0;
  border-top: 1px solid #154187;
}
.footer-wrap .address {
  font-size: 14px;
  margin: 30px 0 20px;
}
.footer-wrap .address a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #222222;
  line-height: 1;
  margin-left: 10px;
  padding: 1px 15px 0;
  border: 1px solid #154187;
}
.footer-wrap .address a:hover {
  color: #ffffff;
  background: #f5a80f;
  border: 1px solid #f5a80f;
}
.footer-wrap .tel-fax-area .box {
  font-size: 20px;
}
.footer-wrap .tel-fax-area .box .item-name {
  margin: 0 5px 0 0;
}

@media screen and (max-width: 991px) {
  .footer-wrap {
    text-align: center;
    padding: 60px 0 15px;
  }
  .footer-wrap .logo {
    padding: 0 60px;
  }
}
.copyright {
  font-size: 12px;
  color: #878787;
  margin-top: 30px;
}

.pagetop {
  text-align: right;
}
.pagetop a:hover img {
  opacity: 1;
}

/* ------------------------------------------------------------
// コンテンツ共通設定
------------------------------------------------------------ */
.white-wrap {
  padding: 100px 0;
}
@media print, screen and (max-width: 1199px) {
  .white-wrap {
    padding: 50px 0;
  }
}

.cont-box {
  margin-bottom: 60px;
}
.cont-box:last-child {
  margin-bottom: 0;
}

.cont-top-ttl {
  padding: 90px 15px;
}
.cont-top-ttl .ttl h2 {
  font-size: 60px;
  font-weight: 700;
  color: #154187;
  letter-spacing: 0.02em;
  text-shadow: 3px 3px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px -1px 0 #ffffff;
}

@media screen and (max-width: 767px) {
  .cont-top-ttl {
    padding: 45px;
  }
  .cont-top-ttl .ttl h2 {
    font-size: 40px;
    text-align: center;
  }
}
.business-top-ttl {
  background: url(../images/business/ttl.png) no-repeat center center/cover;
}

.effort-top-ttl {
  background: url(../images/effort/ttl.png) no-repeat center center/cover;
}

.company-top-ttl {
  background: url(../images/company/ttl.png) no-repeat center center/cover;
}

.contact-top-ttl {
  background: url(../images/contact/ttl.png) no-repeat center center/cover;
}

.cont-ttl {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 20px;
}
.cont-ttl div {
  font-size: 48px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .cont-ttl {
    font-size: 16px;
    margin-bottom: 0;
  }
  .cont-ttl div {
    font-size: 36px;
  }
}
.cont-ttl-top-yellow {
  font-size: 18px;
  color: #aaaaaa;
  line-height: 1;
  margin-bottom: 20px;
}
.cont-ttl-top-yellow::first-letter {
  color: #f5a80f;
}
.cont-ttl-top-yellow span {
  font-size: 80px;
  color: #f5a80f;
}
.cont-ttl-top-yellow div {
  font-size: 40px;
  font-weight: 500;
  color: #154187;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .cont-ttl-top-yellow {
    font-size: 14px;
    margin-bottom: 0;
  }
  .cont-ttl-top-yellow div {
    font-size: 30px;
  }
}
.cont-ttl-last-yellow {
  font-size: 18px;
  color: #aaaaaa;
  line-height: 1;
  margin-bottom: 20px;
}
.cont-ttl-last-yellow span {
  font-size: 80px;
  color: #f5a80f;
}
.cont-ttl-last-yellow div {
  font-size: 40px;
  font-weight: 500;
  color: #154187;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .cont-ttl-last-yellow {
    font-size: 14px;
    margin-bottom: 0;
  }
  .cont-ttl-last-yellow div {
    font-size: 30px;
  }
}
.cont-subttl-line {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 4px 8px;
  border-bottom: 2px solid #fdf133;
  border-left: 6px solid #f5a80f;
}

/* ------------------------------------------------------------
// table
------------------------------------------------------------ */
.table-row {
  width: 100%;
  border-top: 2px solid #ffffff;
}
.table-row th,
.table-row td {
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  padding: 25px 15px;
  border-bottom: 2px solid #ffffff;
}
.table-row th {
  width: 240px;
  background: #e9f0fc;
}
.table-row td {
  width: calc(100% - 200px);
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .table-row th,
  .table-row td {
    display: block;
    width: 100%;
    padding: 15px;
  }
  .table-row th {
    border: none;
  }
}
/* ------------------------------------------------------------
// トップページ
------------------------------------------------------------ */
.in-ttl-bg {
  font-size: 120px;
  font-weight: 700;
  color: #d8e7ff;
  line-height: 1;
  margin-left: -10px;
}

@media screen and (max-width: 1199px) {
  .in-ttl-bg {
    font-size: 72px;
  }
}
.in-ttl {
  position: relative;
  font-size: 48px;
  font-weight: 700;
  color: #154187;
  margin: -45px 0 40px;
}
.in-ttl span {
  font-size: 24px;
  font-weight: 400;
  color: #222222;
  margin-left: 0.8em;
}
.in-ttl::after {
  content: "";
  width: 80px;
  height: 1px;
  display: inline-block;
  background: #154187;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 991px) {
  .in-ttl {
    font-size: 36px;
    margin: -35px 0 40px;
  }
  .in-ttl span {
    font-size: 20px;
  }
}
.index-contents-wrap {
  padding: 100px 0;
  background: url(../images/common/bg-blue.png) no-repeat top left;
}
.index-contents-wrap .business-box {
  display: flex;
}
.index-contents-wrap .business-box .img {
  width: calc(50% - 80px);
  margin-right: 80px;
  background: url(../images/index/business-img.png) no-repeat center center/cover;
}
.index-contents-wrap .business-box .txt-box {
  width: 50%;
  padding: 50px 15px;
}

@media screen and (max-width: 991px) {
  .index-contents-wrap {
    padding: 60px 0;
  }
  .index-contents-wrap .business-box {
    flex-direction: column;
  }
  .index-contents-wrap .business-box .img {
    width: 100%;
    min-height: 100px;
    margin-right: 0;
  }
  .index-contents-wrap .business-box .txt-box {
    width: 100%;
    padding: 0 15px 0;
  }
}
.cont-lnk-bnr {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.cont-lnk-bnr .box {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: calc(50% - 10px);
  height: 480px;
  border-radius: 20px;
}
.cont-lnk-bnr .box:first-child {
  background: url(../images/index/company-img.png) no-repeat center center/cover;
}
.cont-lnk-bnr .box:last-child {
  background: url(../images/index/effort-img.png) no-repeat center center/cover;
}
.cont-lnk-bnr .box a {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 40px;
}
.cont-lnk-bnr .box a .arrow {
  position: absolute;
  right: 40px;
  bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #fdf133;
  transition: 0.3s;
}
.cont-lnk-bnr .box a:hover .arrow {
  background: #f5a80f;
}

@media screen and (max-width: 991px) {
  .cont-lnk-bnr {
    flex-direction: column;
    margin-top: 60px;
  }
  .cont-lnk-bnr .box {
    width: 100%;
    height: 300px;
  }
  .cont-lnk-bnr .box:first-child {
    margin-bottom: 20px;
  }
  .cont-lnk-bnr .box a {
    padding: 20px;
  }
  .cont-lnk-bnr .box a .arrow {
    right: 20px;
    bottom: 40px;
  }
}
.index-contact-wrap {
  color: #ffffff;
  padding: 150px 0;
  background: url(../images/index/contact-img.png) no-repeat center center/cover;
}
.index-contact-wrap .ttl-area {
  padding: 0 20px 0 80px;
}
.index-contact-wrap .contact-btn {
  font-weight: 500;
  color: #222222;
  text-align: center;
  margin-top: 20px;
  padding: 40px 60px;
  background: #ffffff;
  border-radius: 20px;
}
.index-contact-wrap .contact-btn a {
  display: block;
}

@media screen and (max-width: 767px) {
  .index-contact-wrap {
    padding: 60px 0;
  }
  .index-contact-wrap .ttl-area {
    padding: 0;
  }
  .index-contact-wrap .contact-btn {
    padding: 40px 20px;
  }
}
.greeting-box .greeting-txt {
  font-size: 24px;
  font-weight: 500;
  color: #154187;
}
.greeting-box .greeting-txt span {
  font-size: 48px;
  margin-left: -0.6em;
}
.greeting-box .greeting-txt span .maker {
  margin-left: 0;
  padding: 0 5px;
  background: linear-gradient(transparent 75%, #fdf133 75%);
}
.greeting-box p {
  line-height: 3;
  margin: 40px 0;
}
.greeting-box .name {
  font-size: 24px;
  text-align: right;
}
.greeting-box .name span {
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .greeting-box .greeting-txt {
    font-size: 18px;
    margin-top: 20px;
  }
  .greeting-box .greeting-txt span {
    font-size: 24px;
    margin-left: -0.5em;
  }
  .greeting-box p {
    line-height: 2;
    margin: 20px 0 40px;
  }
}
.about-box {
  display: flex;
  justify-content: space-between;
}
.about-box .box {
  width: calc(50% - 10px);
}
.about-box .box table {
  width: 100%;
  border-top: 1px solid #154187;
}
.about-box .box table th,
.about-box .box table td {
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  padding: 13px 15px;
}
.about-box .box table th {
  color: #ffffff;
  width: 120px;
  background: #154187;
  border-bottom: 1px solid #ffffff;
}
.about-box .box table td {
  width: calc(100% - 200px);
  background: #ffffff;
  border-bottom: 1px solid #154187;
}
.about-box .box img {
  padding: 2px;
  border: 8px solid #eeeeee;
}

@media screen and (max-width: 767px) {
  .about-box {
    flex-direction: column;
  }
  .about-box .box {
    width: 100%;
  }
  .about-box .box table {
    margin-bottom: 15px;
  }
  .about-box .box table th,
  .about-box .box table td {
    display: block;
    width: 100%;
    padding: 15px;
  }
  .about-box .box table th {
    border: none;
  }
}
.timeline-list {
  padding: 40px 0;
}
.timeline-list-item {
  display: flex;
  line-height: 1.5;
  font-size: 16px;
}
.timeline-list-item .date {
  text-align: left;
  width: 120px;
}
.timeline-list-item .content {
  flex: 1;
  position: relative;
  text-align: left;
  width: 80%;
  padding: 0 0 60px 35px;
  border-left: 1px solid #154187;
}
.timeline-list-item .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 20px;
  height: 20px;
  background: #154187;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .timeline-list-item .date {
    width: 80px;
  }
}
.effort-bg-wrap {
  background: url(../images/common/bg-blue.png) no-repeat top left;
}
.effort-bg-wrap .effort-box {
  display: flex;
}
.effort-bg-wrap .effort-box .box:first-child {
  width: 40%;
}
.effort-bg-wrap .effort-box .box:last-child {
  width: 60%;
  padding: 0 0 0 50px;
}
.effort-bg-wrap .effort-box .box img {
  border: 2px solid #ffffff;
  box-shadow: 20px 20px 0 #154187;
}

@media screen and (max-width: 767px) {
  .effort-bg-wrap {
    background: url(../images/common/bg-blue.png) no-repeat top left;
  }
  .effort-bg-wrap .effort-box {
    flex-direction: column;
  }
  .effort-bg-wrap .effort-box .box:first-child {
    width: 100%;
    margin-top: 20px;
  }
  .effort-bg-wrap .effort-box .box:last-child {
    width: 100%;
    padding: 40px 0 0;
  }
  .effort-bg-wrap .effort-box .box img {
    width: calc(100% - 30px);
    margin: 0 20px 0 10px;
    border: 2px solid #ffffff;
    box-shadow: 10px 10px 0 #154187;
  }
}
.business-bg-wrap {
  background: url(../images/common/bg-blue.png) no-repeat top left;
}
.business-bg-wrap .business-box {
  display: flex;
  margin-bottom: 100px;
}
.business-bg-wrap .business-box .box:last-child {
  width: 40%;
}
.business-bg-wrap .business-box .box:first-child {
  width: 60%;
  padding: 0 50px 0 0;
}
.business-bg-wrap .business-box .box .ttl {
  font-size: 20px;
  font-weight: 500;
  color: #154187;
  margin-bottom: 20px;
  padding: 15px 0;
  border-top: 1px solid #154187;
  border-bottom: 1px solid #154187;
}
.business-bg-wrap .business-box .box .ttl span {
  font-size: 32px;
  margin: 0 1px;
  padding: 0 5px;
  background: linear-gradient(transparent 75%, #fdf133 75%);
}
.business-bg-wrap .business-box .box img {
  border: 2px solid #ffffff;
  box-shadow: 20px 20px 0 #154187;
}

@media screen and (max-width: 767px) {
  .business-bg-wrap {
    background: url(../images/common/bg-blue.png) no-repeat top left;
  }
  .business-bg-wrap .business-box {
    flex-direction: column;
  }
  .business-bg-wrap .business-box .box:last-child {
    width: 100%;
  }
  .business-bg-wrap .business-box .box:first-child {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .business-bg-wrap .business-box .box .ttl {
    font-size: 18px;
  }
  .business-bg-wrap .business-box .box .ttl span {
    font-size: 28px;
  }
  .business-bg-wrap .business-box .box img {
    width: calc(100% - 30px);
    margin: 0 20px 0 10px;
    border: 2px solid #ffffff;
    box-shadow: 10px 10px 0 #154187;
  }
}
.package-sample {
  text-align: center;
  margin-top: 10px;
}

.business-contact-wrap {
  text-align: center;
  padding: 90px 0;
  background: url(../images/business/contact-img.png) no-repeat center center/cover;
}
.business-contact-wrap .txt-1 {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
}
.business-contact-wrap .txt-2 {
  font-size: 18px;
  color: #ffffff;
  margin: 40px 0;
}

@media screen and (max-width: 991px) {
  .business-contact-wrap .txt-1 {
    font-size: 30px;
  }
  .business-contact-wrap .txt-2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .business-contact-wrap {
    padding: 60px 0;
  }
  .business-contact-wrap .txt-1 {
    font-size: 20px;
  }
  .business-contact-wrap .txt-2 {
    font-size: 15px;
    margin: 20px 0;
  }
}/*# sourceMappingURL=style.css.map */