@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
/*
Theme Name:三重県鈴鹿市の運送会社「徳積（とくづみ）」 | ⼤型・⼩型機械運送、精密機器運送、建築資材運送、食品配送、緊急輸送など、どんな運送も全国配送対応
Description:
Version: 1.0
License:徳積有限会社
License URI:https: //www.tokuzumi.co.jp/
*/
/****************************************

リセットCSSここから

*****************************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  background: url(images/) no-repeat center top;
  background-size: cover;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
picture,
menu,
nav,
section,
main {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

body設定(主に書式)

*****************************************/
body {
  color: #333;
  background: #fff;
  font-weight: normal;
  min-width: 1240px;
  font-family: "Roboto", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.6rem;
  line-height: 1.8;
}

h1 {
  line-height: 1.5;
  font-size: 4.2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}

h2 {
  line-height: 1.5;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}

h3 {
  line-height: 1.5;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 3.2rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #D90000;
  text-decoration: underline;
  transition: 0.3s linear;
  position: relative;
}
a:link.a_txt,
a:visited.a_txt {
  display: inline-block;
}
a:link.a_txt::after,
a:visited.a_txt::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #0A4389;
  bottom: -1px;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
a:link.a_txt:hover::after,
a:visited.a_txt:hover::after {
  transform: scale(0, 1);
  transform-origin: left top;
}

a:hover,
a:active {
  transition: 0.3s linear;
  color: #0A4389;
  text-decoration: underline;
}

a:hover img.img_opacity {
  opacity: 0.75;
  transition: 0.2s linear;
}

a img.img_opacity {
  transition: 0.2s linear;
}

a:hover img.img_up {
  transform: translateY(-5px);
  transition: 0.3s linear;
}

a img.img_up {
  transition: 0.3s linear;
}

.btn a {
  width: 100%;
  height: 100%;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
  display: inline-block;
  padding: 25px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
  background: #EBC427;
  text-align: center;
  border-radius: 100vmax;
  border: 1px solid #EBC427;
  box-sizing: border-box;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .btn a {
    font-size: 1.5rem;
    padding: 17px;
  }
}
.btn a::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s;
  z-index: 1;
}
.btn a:hover {
  background: #fff;
  color: #EBC427;
}
.btn a:hover::before {
  right: 20px;
  border-top: 2px solid #EBC427;
  border-right: 2px solid #EBC427;
}

.btn02 a {
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
  display: inline-block;
  padding: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-decoration: none;
  color: #0A4389;
  background: #fff;
  text-align: center;
  border-radius: 100vmax;
  border: 1px solid #0A4389;
  box-sizing: border-box;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .btn02 a {
    font-size: 1.5rem;
    padding: 17px;
  }
}
.btn02 a::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  border-top: 2px solid #0A4389;
  border-right: 2px solid #0A4389;
  transform: rotate(45deg);
  transition: 0.3s;
  z-index: 1;
}
.btn02 a:hover {
  background: #0A4389;
  color: #fff;
}
.btn02 a:hover::before {
  right: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

a.deconone:link,
a.deconone:visited,
a.deconone:hover,
a.deconone:active {
  text-decoration: none;
}

/****************************************

ヘッダー　共通

*****************************************/
header {
  width: 100%;
  position: relative;
  z-index: 100;
  margin-top: 140px;
}
@media screen and (max-width: 1440px) {
  header {
    margin-top: 227px;
  }
}
@media screen and (max-width: 767px) {
  header {
    margin-top: 66px;
  }
}
header.header_box_wrap {
  position: relative;
  z-index: 0;
}
header.header_box_wrap::before {
  content: "";
  width: 260px;
  aspect-ratio: 260/127;
  background: url(images/top_deco04.svg) no-repeat center/contain;
  position: absolute;
  left: 140px;
  bottom: -25px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  header.header_box_wrap::before {
    width: 100px;
    left: 4%;
    bottom: -15px;
  }
}
header .header_box {
  width: 100%;
  align-items: center;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 210px 15px 40px;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1440px) {
  header .header_box {
    min-width: 900px;
    padding: 30px 0 10px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  header .header_box {
    padding: 15px;
    align-items: flex-start;
  }
}
header .header_box .h_logo {
  line-height: 0;
}
@media screen and (max-width: 767px) {
  header .header_box .h_logo {
    width: 140px;
  }
}

/****************************************

PCヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
  .header_box-right {
    text-align: right;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .header_box-right {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .header_box-right .h_mail {
    width: 170px;
    height: 170px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .header_box-right .h_mail {
    width: 220px;
    height: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .header_box-right .h_mail a {
    width: 100%;
    height: 100%;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: all 0.3s;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    background: #EBC427;
    z-index: 0;
    border-radius: 0 0 0 20px;
  }
  .header_box-right .h_mail a:hover {
    background: #0A4389;
  }
  .header_box-right .h_mail a img {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .header_box-right .h_mail a img {
    width: 40px;
    margin-bottom: 10px;
  }
}
/****************************************

SPヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  .h_btn,
  .h_tel,
  .h_mail {
    display: none;
  }
  #toggle {
    position: fixed;
    right: 10px;
    top: 12px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 8px;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #0A4389;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 22px;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: url(images/sp_navi-bg.png) no-repeat center bottom rgba(1, 70, 136, 0.85);
    background-size: contain;
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    filter: blur(3px);
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding: 65px 20px 30px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    text-decoration: none;
    color: #fff;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.85);
    color: #0A4389 !important;
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: #ccc;
    background: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
  #sp_navi .sp_navi_info {
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
    margin: 0 20px 20px;
    border-radius: 20px;
    padding-bottom: 25px;
    overflow: hidden;
  }
  #sp_navi .sp_navi_info dt {
    font-size: 2rem;
    letter-spacing: 0.06em;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    background: #EBC427;
    padding: 15px;
  }
  #sp_navi .sp_navi_info dd {
    text-align: center;
  }
  #sp_navi .sp_navi_info .tel a {
    background: url(images/tel.svg) no-repeat left center;
    background-size: 15px;
    color: #333;
    padding-left: 25px;
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin: 10px 0;
    display: inline-block;
  }
}
/****************************************

pc用 ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi .menu {
  width: auto;
  margin: auto;
  *zoom: 1;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
#g_navi .menu:before {
  content: "";
  display: table;
}
#g_navi .menu:after {
  content: "";
  display: table;
  clear: both;
}
#g_navi .menu > li {
  position: relative;
  cursor: pointer;
  margin-left: 50px;
}
#g_navi .menu > li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25px;
  margin: auto;
  width: 1px;
  height: 70px;
  border-left: 1px dotted #666;
}
#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1;
  color: #002859;
  text-align: center;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  #g_navi .menu li a {
    font-size: 1.6rem;
    padding: 15px 0;
  }
}
#g_navi .menu li a img {
  display: block;
  margin-bottom: 12px;
}
#g_navi .menu li ul {
  min-width: 200px;
  width: 100%;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}
#g_navi .menu li ul li a {
  width: 100%;
  padding: 15px 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  background: #0A4389;
}
#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #0A4389;
  opacity: 0.8;
  transition: 0.2s linear;
}
#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}
#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  #g_navi .menu > li > a {
    position: relative;
    transition: 0.6s;
  }
  #g_navi .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #0A4389;
    transition: 0.6s;
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  #g_navi .menu > li > a:after {
    bottom: 0;
  }
  #g_navi .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  height: 800px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #mv_top {
    width: 100%;
    height: 60vh;
  }
}
#mv_top .mv_img {
  width: 82.5%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #mv_top .mv_img {
    width: 86%;
  }
}
#mv_top .mv_img img {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 0 0 0 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #mv_top .mv_img img {
    height: 60vh;
  }
}
#mv_top .mv_txt {
  position: absolute;
  z-index: 100;
  top: 50%;
  right: 4.2%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #mv_top .mv_txt {
    max-width: 120px;
    width: 28vw;
    margin: 0;
  }
}
#mv_top .mv_mark {
  position: absolute;
  z-index: 100;
  left: 4%;
  bottom: -30px;
  filter: drop-shadow(0 0 20px #fff);
}
@media screen and (max-width: 767px) {
  #mv_top .mv_mark {
    max-width: 300px;
    width: 58%;
  }
}

#mv_page {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #mv_page {
    width: 100%;
  }
}
#mv_page .mv_img {
  width: 82.5%;
  margin-left: auto;
}
#mv_page .mv_img img {
  width: 100%;
  height: 402px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_img img {
    height: 40vw;
    -o-object-position: center right;
       object-position: center right;
  }
}
#mv_page .mv_txt {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt {
    left: 0;
    padding-left: 4%;
  }
}
#mv_page .mv_txt p {
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #000133;
  text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt p {
    font-size: 3rem;
  }
}
#mv_page .mv_txt.mv01 {
  background: url(images/mv01_en.svg) no-repeat left top 40%;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt.mv01 {
    background-size: 50%;
  }
}
#mv_page .mv_txt.mv02 {
  background: url(images/mv02_en.svg) no-repeat left top 40%;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt.mv02 {
    background-size: 50%;
  }
}
#mv_page .mv_txt.mv03 {
  background: url(images/mv03_en.svg) no-repeat left top 40%;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt.mv03 {
    background-size: 50%;
  }
}
#mv_page .mv_txt.mv04 {
  background: url(images/mv04_en.svg) no-repeat left top 40%;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt.mv04 {
    background-size: 50%;
  }
}
#mv_page .mv_txt.mv05 {
  background: url(images/mv05_en.svg) no-repeat left top 40%;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt.mv05 {
    background-size: 50%;
  }
}
#mv_page .mv_txt.mv06 {
  background: url(images/mv06_en.svg) no-repeat left top 40%;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt.mv06 {
    background-size: 50%;
  }
}

.metaslider .flex-control-nav {
  bottom: 0 !important;
  z-index: 10;
}

.metaslider .flexslider {
  margin: 0 !important;
}

/****************************************

content 共通設定

*****************************************/
.img_round img {
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .img_round img {
    border-radius: 10px;
  }
}
.img_round figcaption {
  text-align: center;
  font-weight: 700;
  color: #000033;
  margin-top: 20px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .img_round figcaption {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}

.img_shadow {
  filter: drop-shadow(0px 6px 0px rgba(0, 0, 0, 0.1));
}

@media screen and (max-width: 767px) {
  .img_sp img {
    width: auto;
  }
}

.youtube-ratio {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube-ratio iframe {
  width: 100%;
  height: 100%;
}

.breadcrumb {
  text-align: right;
}
.breadcrumb p {
  font-size: 1.4rem;
  color: #666;
}
@media screen and (max-width: 767px) {
  .breadcrumb p {
    font-size: 1rem;
  }
}
.breadcrumb a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #666;
}
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #0A4389;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.breadcrumb a:hover {
  color: #0A4389;
}
.breadcrumb a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

main#top_main {
  width: 100%;
  margin: 140px auto 0;
}
@media screen and (max-width: 767px) {
  main#top_main {
    margin: 20px 0 60px;
  }
}

main#page_main {
  width: 100%;
  padding: 30px calc((100% - 1200px) / 2) 140px;
  margin: 0 auto;
  background: url(images/logo_mark02.svg) no-repeat right 40px top -40px;
}
@media screen and (max-width: 767px) {
  main#page_main {
    width: 100%;
    padding: 15px 10px 60px;
    background: url(images/logo_mark02.svg) no-repeat right -10px top -10px;
    background-size: 50%;
  }
}
main#page_main::before {
  content: "";
  width: 360px;
  aspect-ratio: 360/374;
  position: absolute;
  top: 20px;
  left: 0;
  background: url(images/deco01.png) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main#page_main::before {
    width: 260px;
  }
}
main#page_main::after {
  content: "";
  width: 360px;
  aspect-ratio: 360/382;
  position: absolute;
  top: 300px;
  right: 0;
  background: url(images/deco02.png) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main#page_main::after {
    content: none;
  }
}

.flex_img {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .flex_img {
    gap: 20px 2%;
  }
}
@media screen and (max-width: 767px) {
  .flex_img figure {
    width: 49%;
  }
}

@media print, screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
  .pc_mb40 {
    margin-bottom: 40px;
  }
  .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .flex_stretch {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  .flex_r {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  .flex_r_str {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: stretch;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_img {
    text-align: center;
  }
  .sp_img img {
    width: auto;
  }
  .sp_none {
    display: none !important;
  }
  .sp_mb10 {
    margin-bottom: 10px;
  }
  .sp_mb20 {
    margin-bottom: 20px;
  }
  .sp_mb25 {
    margin-bottom: 25px;
  }
  .sp_mb30 {
    margin-bottom: 30px;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_box01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  background-image: linear-gradient(#ffffff 56%, #f4f4f4 56%);
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_box01 {
    flex-direction: column;
    padding-bottom: 20px;
    background-image: linear-gradient(#ffffff 40%, #f4f4f4 40%);
  }
}
.top_box01 .top_box01_txt {
  width: 50%;
  padding: 60px calc((100% - 1200px) / 2) 0 100px;
  background: url(images/top_tit01.svg) no-repeat top left 220px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top_box01 .top_box01_txt {
    width: 100%;
    padding: 50px 10px 100px 10px;
    background: url(images/top_tit01.svg) no-repeat top right -10px;
    background-size: 340px;
  }
}
.top_box01 .top_box01_txt::after {
  content: "";
  width: 200px;
  aspect-ratio: 200/207;
  background: url(images/top_deco01.svg) no-repeat top left/contain;
  position: absolute;
  bottom: 0;
  left: 500px;
}
@media screen and (max-width: 1440px) {
  .top_box01 .top_box01_txt::after {
    left: -150px;
  }
}
@media screen and (max-width: 767px) {
  .top_box01 .top_box01_txt::after {
    width: 80px;
    left: auto;
    right: 30px;
  }
}
.top_box01 .top_box01_txt h2 {
  font-size: 3.6rem;
  padding-bottom: 50px;
  margin-bottom: 60px;
  position: relative;
  color: #000233;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .top_box01 .top_box01_txt h2 {
    text-align: center;
    font-size: 2.6rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.top_box01 .top_box01_txt h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #0A4389;
}
@media screen and (max-width: 767px) {
  .top_box01 .top_box01_txt h2::before {
    right: 0;
    margin: auto;
  }
}
.top_box01 .top_box01_txt .btn {
  width: 300px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .top_box01 .top_box01_txt .btn {
    margin: 40px auto 0;
  }
}
.top_box01 .top_box01_img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top_box01 .top_box01_img {
    width: 94%;
  }
}
.top_box01 .top_box01_img img {
  width: 100%;
  height: auto;
}

.top_box02 {
  width: 100%;
  padding: 90px 0 140px;
  background: url(images/top_tit02.svg) no-repeat top left 3%, url(images/bg02.svg) repeat-x left bottom #f4f4f4;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 60px 10px 60px;
    background-size: 340px;
  }
}
@media screen and (min-width: 768px) {
  .top_box02 .top_box02_inner_wrap {
    max-width: 1680px;
    width: 100%;
    margin: auto;
    display: flex;
  }
}
.top_box02 .top_box02_inner {
  width: 33.3333333333%;
  padding: 0 40px 0 160px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box02 .top_box02_inner {
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .top_box02 .top_box02_inner:not(:last-child) {
    border-right: 1px solid #aaa;
  }
}
@media screen and (max-width: 767px) {
  .top_box02 .top_box02_inner:not(:last-child) {
    border-bottom: 1px solid #aaa;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.top_box02 .top_box02_inner figure {
  width: 100px;
  position: absolute;
  top: 0;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .top_box02 .top_box02_inner figure {
    width: 80px;
    left: 0;
  }
}
.top_box02 .top_box02_inner h2 {
  color: #000233;
  font-size: 4.2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top_box02 .top_box02_inner h2 {
    font-size: 3.2rem;
    padding-left: 100px;
  }
}
.top_box02 .top_box02_inner h2 span {
  display: block;
  color: #7A7B94;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top_box02 .top_box02_inner h2 span {
    font-size: 1.8rem;
  }
}

.top_box03 {
  width: 100%;
  padding: 100px 0 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 60px 0 0;
    margin-bottom: 60px;
  }
}
.top_box03 h2 {
  width: 630px;
  margin: 0 auto 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box03 h2 {
    max-width: 420px;
    width: 100%;
    margin-bottom: 40px;
  }
}
.top_box03 h2::before {
  content: "";
  width: 240px;
  aspect-ratio: 240/97;
  background: url(images/top_deco02.svg) no-repeat center/contain;
  position: absolute;
  left: -175px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .top_box03 h2::before {
    width: 110px;
    left: 0;
    bottom: -50px;
  }
}
.top_box03 h2::after {
  content: "";
  width: 154px;
  aspect-ratio: 154/125;
  background: url(images/top_tit03-jp.svg) no-repeat center/contain;
  position: absolute;
  top: -35px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .top_box03 h2::after {
    width: 100px;
  }
}
@media screen and (min-width: 768px) {
  .top_box03 .top_box03_inner {
    max-width: 1680px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
  }
}
.top_box03 .top_box03_inner .top_box03_txt {
  width: 50%;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .top_box03 .top_box03_inner .top_box03_txt {
    width: 100%;
  }
}
.top_box03 .top_box03_inner .top_box03_txt li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.top_box03 .top_box03_inner .top_box03_txt li::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #0A4389;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.top_box03 .top_box03_inner .top_box03_txt li:last-child {
  margin-bottom: 0;
}
.top_box03 .top_box03_inner .top_box03_txt li h3 {
  font-size: 2.8rem;
  color: #000233;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .top_box03 .top_box03_inner .top_box03_txt li h3 {
    font-size: 2rem;
  }
}
.top_box03 .top_box03_inner .top_box03_txt li h3 span {
  font-size: 3rem;
  color: #EBC427;
  font-weight: 400;
  width: 60px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .top_box03 .top_box03_inner .top_box03_txt li h3 span {
    font-size: 2.2rem;
    width: 50px;
  }
}
.top_box03 .top_box03_inner .top_box03_txt li p {
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .top_box03 .top_box03_inner .top_box03_txt li p {
    padding-left: 50px;
  }
}
.top_box03 .top_box03_inner .top_box03_img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top_box03 .top_box03_inner .top_box03_img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.top_box03 .top_box03_inner .top_box03_img img {
  border-radius: 25px;
}
@media screen and (min-width: 768px) {
  .top_box03 .top_box03_inner .top_box03_img img {
    width: 100%;
    height: 570px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    overflow: hidden;
  }
}
.top_box03 .btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .top_box03 .btn_wrap {
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
  }
}
.top_box03 .btn_wrap .btn {
  width: 300px;
}

.top_box04 {
  max-width: 1430px;
  width: 100%;
  margin: auto;
  background-image: linear-gradient(#dee8ed, #b8cbdb);
  padding: 140px 100px 70px;
  border-radius: 25px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 80px 25px 25px;
  }
}
.top_box04::before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  background: url(images/bg03.png) no-repeat right bottom #DEE8ED;
  border-radius: 25px;
}
.top_box04 h2 {
  max-width: 420px;
  width: 100%;
  margin: 0 auto 40px;
  position: relative;
  text-align: center;
  color: #000233;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .top_box04 h2 {
    max-width: 260px;
    font-size: 2.6rem;
    margin: 0 auto 25px;
  }
}
.top_box04 h2::before {
  content: "";
  width: 60px;
  aspect-ratio: 60/115;
  background: url(images/top_deco03.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: -65px;
}
@media screen and (max-width: 767px) {
  .top_box04 h2::before {
    width: 30px;
    left: 0;
    bottom: -50px;
  }
}
.top_box04 h2::after {
  content: "";
  width: 234px;
  aspect-ratio: 234/59;
  background: url(images/top_tit04-jp.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .top_box04 h2::after {
    width: 170px;
    top: -45px;
  }
}
.top_box04 ul {
  display: flex;
  justify-content: center;
  gap: 75px;
}
@media screen and (max-width: 1440px) {
  .top_box04 ul {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top_box04 ul {
    gap: 20px 5%;
    flex-wrap: wrap;
  }
}
.top_box04 ul li {
  width: 180px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box04 ul li {
    width: 30%;
  }
}
.top_box04 ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 83px;
  right: -45px;
  width: 14px;
  aspect-ratio: 1/1;
  border-top: 2px solid #0A4389;
  border-right: 2px solid #0A4389;
  transform: rotate(45deg);
}
@media screen and (max-width: 1440px) {
  .top_box04 ul li:not(:last-child)::before {
    right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .top_box04 ul li:not(:last-child)::before {
    width: 5%;
    top: 12.5vw;
    right: -2.8vw;
  }
}
@media screen and (max-width: 767px) {
  .top_box04 ul li:nth-child(3)::before {
    content: none;
  }
}
.top_box04 ul img {
  width: 100%;
}
.top_box04 ul h3 {
  font-size: 1.8rem;
  color: #000233;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_box04 ul h3 {
    font-size: 1.4rem;
  }
}

.top_content_wrap {
  background: url(images/bg04.jpg) no-repeat bottom;
  padding: 0 20px 120px;
}
@media screen and (max-width: 767px) {
  .top_content_wrap {
    padding: 0 10px 60px;
  }
}

.top_box05 {
  width: 100%;
  padding: 110px calc((100% - 1200px) / 2) 140px;
  background: #F4F4F4;
}
@media screen and (max-width: 767px) {
  .top_box05 {
    padding: 60px 10px;
  }
}
.top_box05 h2 {
  width: 730px;
  margin: 0 auto 50px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .top_box05 h2 {
    max-width: 420px;
    width: 100%;
    margin-bottom: 40px;
  }
}
.top_box05 h2::before {
  content: "";
  width: 240px;
  aspect-ratio: 240/117;
  background: url(images/top_deco04.svg) no-repeat center/contain;
  position: absolute;
  left: -140px;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_box05 h2::before {
    width: 100px;
    left: 0;
    bottom: -25px;
  }
}
.top_box05 h2::after {
  content: "";
  width: 154px;
  aspect-ratio: 154/125;
  background: url(images/top_tit05-jp.svg) no-repeat center/contain;
  position: absolute;
  top: -35px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_box05 h2::after {
    width: 100px;
    top: -45px;
  }
}
.top_box05 .top_box05_bana {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .top_box05 .top_box05_bana {
    margin-top: 30px;
  }
}
.top_box05 .top_box05_bana a {
  width: 380px;
  text-decoration: none;
  border-bottom: 1px solid #bbb;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box05 .top_box05_bana a {
    width: 100%;
  }
}
.top_box05 .top_box05_bana a::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #0A4389;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.top_box05 .top_box05_bana a h3 {
  color: #000233;
  font-size: 2.6rem;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .top_box05 .top_box05_bana a h3 {
    font-size: 2.2rem;
    padding: 15px 0;
  }
}
.top_box05 .top_box05_bana a h3 span {
  color: #EBC427;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  margin-left: 10px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .top_box05 .top_box05_bana a h3 span {
    font-size: 1.2rem;
  }
}
.top_box05 .top_box05_bana a figure img {
  border-radius: 20px;
}
.top_box05 .top_box05_bana a .arr {
  position: absolute;
  right: 0;
  bottom: 20px;
  transition: 0.3s;
  z-index: 0;
  width: 40px;
  aspect-ratio: 1/1;
  border: 1px solid #0A4389;
  background: #fff;
  border-radius: 100vmax;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top_box05 .top_box05_bana a .arr {
    bottom: 15px;
    width: 34px;
  }
}
.top_box05 .top_box05_bana a .arr::before {
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  border-top: 2px solid #0A4389;
  border-right: 2px solid #0A4389;
  transform: rotate(45deg);
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .top_box05 .top_box05_bana a .arr::before {
    width: 6px;
  }
}
.top_box05 .top_box05_bana a:hover .arr {
  background: #0A4389;
}
.top_box05 .top_box05_bana a:hover .arr::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.top_box06 {
  width: 100%;
  padding: 70px calc((100% - 1200px) / 2) 140px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box06 {
    padding: 30px 10px 60px;
  }
}
.top_box06 h2 {
  color: #000233;
  font-size: 3.6rem;
  padding: 60px 0 20px 120px;
  margin-bottom: 20px;
  background: url(images/top_tit06.svg) no-repeat left top/contain;
}
@media screen and (max-width: 767px) {
  .top_box06 h2 {
    font-size: 2.6rem;
    padding: 35px 0 10px 75px;
    background-size: 300px;
  }
}
.top_box06 .btn02 {
  width: 180px;
}
@media screen and (min-width: 768px) {
  .top_box06 .btn02 {
    position: absolute;
    top: 140px;
    right: calc((100% - 1200px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .top_box06 .btn02 {
    width: 300px;
    margin: 20px auto 0;
  }
}

.top_box07 {
  width: 100%;
  padding: 100px calc((100% - 1200px) / 2) 140px;
  background: #F4F4F4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box07 {
    padding: 60px 10px;
  }
}
.top_box07::before {
  content: "";
  width: 260px;
  aspect-ratio: 260/210;
  background: url(images/top_deco05.svg) no-repeat top left/contain;
  position: absolute;
  top: -150px;
  right: calc((100% - 1200px) / 2);
}
@media screen and (max-width: 767px) {
  .top_box07::before {
    width: 110px;
    right: 10px;
    top: -60px;
  }
}
.top_box07 .btn {
  width: 300px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .top_box07 .btn {
    margin: 40px auto 0;
  }
}

/****************************************

お問い合わせ トップ用

*****************************************/
.contact_area {
  width: 100%;
  padding: 80px calc((100% - 1200px) / 2);
  background: url(images/bg01.jpg) no-repeat center/cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact_area {
    flex-direction: column;
    padding: 60px 10px;
    text-align: center;
  }
}
.contact_area::before {
  content: "";
  width: 276px;
  aspect-ratio: 276/77;
  background: url(images/contact_en.svg) no-repeat top left/contain;
  position: absolute;
  top: 80px;
  left: calc((100% - 1200px) / 2);
  opacity: 0.25;
}
@media screen and (max-width: 767px) {
  .contact_area::before {
    top: 25px;
    left: 25px;
  }
}
.contact_area h2 {
  width: 360px;
  padding-left: 60px;
  color: #fff;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .contact_area h2 {
    width: 100%;
    font-size: 2.6rem;
    margin-bottom: 20px;
    padding: 0;
  }
}
.contact_area h2 span {
  display: block;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .contact_area h2 span {
    font-size: 2rem;
    display: inline-block;
  }
}
.contact_area .contact_area-inner {
  width: 840px;
  padding: 0 60px 0 80px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-inner {
    width: 100%;
    border-left: none;
    padding: 0;
  }
}
.contact_area .contact_area-inner .contact_area-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-inner .contact_area-info {
    flex-direction: column;
    margin-top: 20px;
  }
}
.contact_area .contact_area-inner .contact_area-info .contact_area-tel {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-inner .contact_area-info .contact_area-tel {
    margin-bottom: 20px;
  }
}
.contact_area .contact_area-inner .contact_area-info .contact_area-tel a {
  text-decoration: none;
}
.contact_area .contact_area-inner .contact_area-info .contact_area-tel .txt {
  color: #fff;
  letter-spacing: 0.06em;
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-inner .contact_area-info .contact_area-tel .txt {
    font-size: 1.3rem;
  }
}
.contact_area .contact_area-inner .contact_area-info .contact_area-tel .number {
  color: #fff;
  font-family: "Roboto", sans-serif;
  background: url(images/tel_white.svg) no-repeat left center;
  padding-left: 36px;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-inner .contact_area-info .contact_area-tel .number {
    font-size: 3.4rem;
    background-size: 18px;
    padding-left: 30px;
  }
}
.contact_area .contact_area-inner .contact_area-mail {
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-inner .contact_area-mail {
    max-width: 300px;
    margin: auto;
  }
}
.contact_area .contact_area-inner .contact_area-mail a {
  width: 100%;
  height: 100%;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  border: 1px solid #fff;
  padding: 24px;
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-inner .contact_area-mail a {
    padding: 17px;
    font-size: 1.5rem;
  }
}
.contact_area .contact_area-inner .contact_area-mail a:hover {
  background: #EBC427;
  border: 1px solid #EBC427;
}
.contact_area .contact_area-inner .contact_area-mail a img {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-inner .contact_area-mail a img {
    width: 24px;
  }
}

/****************************************

news トップ用

*****************************************/
.news_post a:link,
.news_post a:visited,
.news_post a:hover,
.news_post a:active {
  text-decoration: none;
}

.news_post {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  .news_post {
    gap: 0;
    flex-direction: column;
  }
}
.news_post article {
  width: 580px;
  display: block;
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  background: #fff;
  transition: all 0.6s;
  border-top: 1px dotted #aaa;
  border-bottom: 1px dotted #aaa;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .news_post article {
    width: 100%;
  }
}
.news_post article a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
.news_post article figure {
  width: 140px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 100vmax;
  background: #0A4389;
}
@media screen and (max-width: 767px) {
  .news_post article figure {
    width: 80px;
  }
}
.news_post article figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: all 0.6s;
}
.news_post article .news_post_inner {
  width: calc(100% - 140px);
  padding: 20px 0 0 20px;
}
@media screen and (max-width: 767px) {
  .news_post article .news_post_inner {
    width: calc(100% - 80px);
    padding: 10px 0 0 15px;
  }
}
.news_post article .news_post_inner .date {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0 0.6em;
  color: #777;
}
@media screen and (max-width: 767px) {
  .news_post article .news_post_inner .date {
    font-size: 1.3rem;
  }
}
.news_post article .news_post_inner .cate {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0 0.6em;
  color: #777;
  border-left: 1px solid #ccc;
  padding-left: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .news_post article .news_post_inner .cate {
    font-size: 1.3rem;
    padding-left: 10px;
    margin-left: 10px;
  }
}
.news_post article .news_post_inner .cate.news {
  color: #EBC427;
}
.news_post article .news_post_inner .cate.blog {
  color: #0A4389;
}
.news_post article .news_post_inner h3 {
  width: 100%;
  color: #333;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .news_post article .news_post_inner h3 {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.news_post article:hover h3 {
  color: #0A4389;
}
.news_post article:hover figure img {
  opacity: 0.5;
}

/****************************************

content下層用

*****************************************/
.concept_box01 {
  width: 100%;
  position: relative;
  padding-bottom: 120px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .concept_box01 {
    padding-bottom: 30px;
  }
}
.concept_box01::before {
  content: "";
  position: absolute;
  left: calc((100% - 1920px) / 2);
  bottom: 0;
  width: 1920px;
  height: 500px;
  background-image: linear-gradient(0deg, #eef2f7 20%, #ffffff);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .concept_box01::before {
    height: 100%;
    background: #eef2f7;
  }
}
@media screen and (max-width: 767px) {
  .concept_box01 figure {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
@media screen and (min-width: 768px) {
  .concept_box01 figure img {
    border-radius: 20px;
  }
}
.concept_box01 h2 {
  background: #0A4389;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .concept_box01 h2 {
    position: absolute;
    left: 80px;
    bottom: 120px;
    writing-mode: vertical-rl;
    font-size: 4rem;
    letter-spacing: -0.2em;
    padding: 30px 20px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .concept_box01 h2 {
    font-size: 2.4rem;
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 10px 20px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.concept_box01 .txt {
  padding: 40px 0 0 220px;
}
@media screen and (max-width: 767px) {
  .concept_box01 .txt {
    padding: 0;
  }
}

.concept_box02 strong {
  background: #EBC427;
  color: #0A4389;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  padding: 8px 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .concept_box02 strong {
    font-size: 2rem;
    padding: 5px 15px;
    margin-bottom: 25px;
  }
}

.concept_list li {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 15px 0 15px 30px;
  z-index: 0;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .concept_list li {
    font-size: 1.5rem;
    padding: 10px 0 10px 20px;
  }
}
.concept_list li::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #0A4389;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
}
.concept_list li::after {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background: #0A4389;
  border: 3px solid #91A9C8;
  position: absolute;
  top: 22px;
  left: 0;
  border-radius: 100vmax;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .concept_list li::after {
    width: 12px;
    top: 16px;
  }
}

.safety_list {
  background: #F4F4F4;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 60px;
  border-radius: 20px;
  counter-reset: num_a;
}
@media screen and (max-width: 767px) {
  .safety_list {
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 15px;
  }
}
.safety_list li {
  border-bottom: 1px dotted #666;
  padding: 20px 0 20px 40px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .safety_list li {
    padding: 20px 0 20px 30px;
  }
}
.safety_list li::before {
  content: counter(num_a, decimal-leading-zero);
  counter-increment: num_a;
  position: absolute;
  top: 21px;
  left: 0;
  color: #EBC427;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .safety_list li::before {
    font-size: 1.6rem;
    top: 23px;
  }
}
.safety_list li h3 {
  color: #000133;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .safety_list li h3 {
    font-size: 1.6rem;
  }
}
.safety_list li p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .safety_list li p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .safety_box03 .w380 {
    gap: 20px 2%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .safety_box03 .w380 figure {
    width: 49%;
  }
}

.smoking_img_wrap {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #666;
}

.smoking_img {
  width: 1020px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
}
@media screen and (max-width: 767px) {
  .smoking_img {
    width: 100%;
    gap: 10px 2%;
  }
}
.smoking_img figure {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .smoking_img figure {
    width: 49%;
    border-radius: 15px;
  }
}
.smoking_img figure figcaption {
  background: #0A4389;
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  padding: 13px;
}

.health_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
.health_list li {
  background: #F4F4F4;
  width: calc((100% - 30px) / 4);
  padding: 15px 15px 15px 40px;
  position: relative;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .health_list li:nth-child(n+5) {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .health_list li {
    width: 100%;
    border-radius: 5px;
    padding: 10px 10px 10px 30px;
  }
}
.health_list li::before {
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  background: #EBC427;
  position: absolute;
  top: 24px;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .health_list li::before {
    top: 17px;
  }
}

.overview_box03 .w570 {
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .overview_box03 .w570 {
    padding: 25px;
    flex-direction: column;
  }
}
.overview_box03 figure {
  text-align: center;
}
.overview_box03 figure img {
  width: auto;
}

.car_post {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .car_post {
    gap: 30px 2%;
  }
}
.car_post article {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .car_post article {
    width: 49%;
  }
}
.car_post article figure {
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
}
.car_post article figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s;
}
.car_post article h2 {
  font-size: 2rem;
  margin: 30px 0 15px;
  padding: 0 0 10px 20px;
  border-left: 4px solid #0A4389;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .car_post article h2 {
    font-size: 1.4rem;
    margin: 20px 0 10px;
    padding: 0 0 5px 10px;
  }
}
.car_post article p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .car_post article p {
    font-size: 1.3rem;
  }
}
.car_post article .btn {
  max-width: 220px;
  width: 100%;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .car_post article .btn {
    margin: 15px auto 0;
  }
}
.car_post article .btn a {
  font-size: 1.4rem;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .car_post article .btn a {
    padding: 12px;
  }
}

.step_box {
  width: 100%;
}
.step_box li {
  background: #F4F4F4;
  padding: 60px;
  border-radius: 25px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .step_box li {
    padding: 45px 25px 25px;
  }
}
.step_box li:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .step_box li:not(:first-child) {
    margin-top: 20px;
  }
}
.step_box li:not(:first-child)::before {
  content: "";
  width: 80px;
  height: 40px;
  background: #0A4389;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .step_box li:not(:first-child)::before {
    width: 60px;
    height: 30px;
    top: -20px;
  }
}
.step_box li .step_number {
  position: absolute;
  top: 0;
  left: 0;
  background: #0A4389;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 1.5rem;
  font-weight: 700;
  width: 120px;
  text-align: center;
  border-radius: 25px 0 25px 0;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .step_box li .step_number {
    width: 100px;
    font-size: 1.2rem;
    padding: 4px 0;
  }
}

.step_box-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .step_box-info {
    flex-direction: column;
    margin-top: 20px;
  }
}
.step_box-info a {
  text-decoration: none;
}
.step_box-info .step_box-tel {
  margin-bottom: 10px;
}
.step_box-info .step_box-tel .number {
  color: #333;
  font-family: "Roboto", sans-serif;
  background: url(images/tel.svg) no-repeat left center;
  padding-left: 36px;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .step_box-info .step_box-tel .number {
    font-size: 3.4rem;
    background-size: 18px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .step_box-info .step_box-fax {
    margin-bottom: 20px;
  }
}
.step_box-info .step_box-fax .number {
  color: #333;
  font-family: "Roboto", sans-serif;
  background: url(images/fax.svg) no-repeat left center;
  padding-left: 36px;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .step_box-info .step_box-fax .number {
    font-size: 3.4rem;
    background-size: 22px;
    padding-left: 30px;
  }
}
.step_box-info .step_box-mail {
  width: 270px;
  height: 110px;
}
@media screen and (max-width: 1440px) {
  .step_box-info .step_box-mail {
    height: 80px;
  }
}
.step_box-info .step_box-mail a {
  width: 100%;
  height: 100%;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  background: #EBC427;
  z-index: 0;
  border-radius: 15px;
}
.step_box-info .step_box-mail a:hover {
  background: #0A4389;
}
.step_box-info .step_box-mail a img {
  width: 36px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .step_box-info .step_box-mail a img {
    width: 28px;
    margin-bottom: 10px;
  }
}

.entry_btn {
  width: 80%;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .entry_btn a {
    padding: 40px 0;
    font-size: 2.8rem;
  }
  .entry_btn a::before {
    width: 14px;
    height: 14px;
    right: 40px;
  }
}

.flow_box {
  width: 100%;
}
.flow_box li {
  background: #F4F4F4;
  padding: 60px;
  border-radius: 25px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .flow_box li {
    padding: 45px 25px 25px;
  }
}
.flow_box li:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .flow_box li:not(:first-child) {
    margin-top: 20px;
  }
}
.flow_box li:not(:first-child)::before {
  content: "";
  width: 80px;
  height: 40px;
  background: #EBC427;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .flow_box li:not(:first-child)::before {
    width: 60px;
    height: 30px;
    top: -20px;
  }
}
.flow_box li .flow_number {
  position: absolute;
  top: 0;
  left: 0;
  background: #EBC427;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 1.5rem;
  font-weight: 700;
  width: 120px;
  text-align: center;
  border-radius: 25px 0 25px 0;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .flow_box li .flow_number {
    width: 100px;
    font-size: 1.2rem;
    padding: 4px 0;
  }
}
.flow_box li.lunch {
  background: #FBF3D4;
  text-align: center;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .flow_box li.lunch {
    padding: 25px;
  }
}

.newcomer_step {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .newcomer_step {
    flex-direction: column;
  }
}
.newcomer_step li {
  width: 360px;
  border: 1px solid #ccc;
  padding: 30px;
  border-radius: 20px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .newcomer_step li {
    width: 100%;
    padding: 25px;
  }
}
.newcomer_step li:not(:first-child) {
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .newcomer_step li:not(:first-child) {
    margin: 20px 0 0 0;
  }
}
.newcomer_step li:not(:first-child)::before {
  content: "";
  width: 30px;
  height: 60px;
  background: #EBC427;
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .newcomer_step li:not(:first-child)::before {
    clip-path: polygon(0 0, 100% 50%, 0% 100%);
    top: 0;
    bottom: 0;
    left: -40px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .newcomer_step li:not(:first-child)::before {
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    width: 60px;
    height: 30px;
    top: -21px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.newcomer_step li h3 {
  font-size: 2.4rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .newcomer_step li h3 {
    font-size: 2rem;
  }
}
.newcomer_step li h3 span {
  font-size: 1.4rem;
  display: block;
}

.blog_post {
  width: 100%;
}
.blog_post article {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .blog_post article {
    flex-direction: column;
  }
}
.blog_post article figure {
  width: 400px;
  height: auto;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .blog_post article figure {
    width: 100%;
  }
}
.blog_post article figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.blog_post article .inner {
  width: 740px;
}
@media screen and (max-width: 767px) {
  .blog_post article .inner {
    width: 100%;
    margin-top: 20px;
  }
}
.blog_post article .inner .date {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0 0.6em;
  color: #777;
}
@media screen and (max-width: 767px) {
  .blog_post article .inner .date {
    font-size: 1.3rem;
  }
}
.blog_post article .inner .cate {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0 0.6em;
  color: #777;
  border-left: 1px solid #ccc;
  padding-left: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .blog_post article .inner .cate {
    font-size: 1.3rem;
    padding-left: 10px;
    margin-left: 10px;
  }
}
.blog_post article .inner .cate.news {
  color: #EBC427;
}
.blog_post article .inner .cate.blog {
  color: #0A4389;
}
.blog_post article .inner h2 {
  font-size: 2rem;
  color: #000033;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 0;
  margin: 15px 0 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .blog_post article .inner h2 {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}
.blog_post article .inner h2::before {
  content: "";
  width: 16%;
  height: 1px;
  background: #0A4389;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
}
.blog_post article .inner .btn {
  max-width: 220px;
  width: 100%;
  margin: 20px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .blog_post article .inner .btn {
    margin: 15px auto 0;
  }
}
.blog_post article .inner .btn a {
  font-size: 1.4rem;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .blog_post article .inner .btn a {
    padding: 12px;
  }
}

.faq_box {
  width: 100%;
}
.faq_box .faq_item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #666;
}
@media screen and (max-width: 767px) {
  .faq_box .faq_item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.faq_box .faq_item.open .faq-answer {
  display: block;
  padding: 10px 60px 0 70px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.4s ease;
  transform: translateY(0);
  max-height: 500px;
}
@media screen and (max-width: 767px) {
  .faq_box .faq_item.open .faq-answer {
    padding: 10px 30px 0 50px;
  }
}
.faq_box .faq_item.open .faq-question::before {
  content: "−";
}
.faq_box .faq-question {
  position: relative;
  color: #000334;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 5px 60px 5px 70px;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  display: block;
  line-height: 1.7;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .faq_box .faq-question {
    padding: 2px 30px 2px 50px;
    font-size: 1.8rem;
  }
}
.faq_box .faq-question::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "Q";
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  background: #0A4389;
  border-radius: 100%;
  width: 50px;
  aspect-ratio: 1/1;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .faq_box .faq-question::after {
    left: 0;
    font-size: 1.8rem;
    width: 35px;
  }
}
.faq_box .faq-question::before {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  font-weight: 400;
  color: rgba(67, 51, 38, 0.6);
  transition: transform 0.3s, content 0.3s;
}
@media screen and (max-width: 767px) {
  .faq_box .faq-question::before {
    right: 0;
  }
}
.faq_box .faq-answer {
  position: relative;
  font-size: 1.6rem;
  max-height: 0;
  overflow: hidden;
  padding: 0 1em;
  opacity: 0;
  transition: 0.4s ease;
  transform: translateY(-10px);
}
.faq_box .faq-answer::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "A";
  font-size: 2.6rem;
  font-weight: 700;
  color: #0A4389;
  background: #fff;
  border: 1px solid #0A4389;
  box-sizing: border-box;
  border-radius: 100%;
  width: 50px;
  aspect-ratio: 1/1;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .faq_box .faq-answer::after {
    left: 0;
    font-size: 1.8rem;
    width: 35px;
  }
}

.contact_tel {
  background: url(images/tel.svg) no-repeat left center;
  padding-left: 36px;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .contact_tel {
    font-size: 2.6rem;
    background-size: 16px;
    padding-left: 20px;
  }
}

.contact_tel-txt {
  font-size: 1.4rem;
  color: #666;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .table_scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .table_scroll::before {
    content: "※横にスクロールしてご覧ください";
    font-size: 1.1rem;
    margin-bottom: 5px;
    display: inline-block;
    position: sticky;
    top: 0;
    left: 0;
  }
}

.table {
  width: 100%;
}
.table th,
.table td {
  -moz-text-align-last: left;
       text-align-last: left;
  border: 1px solid #ccc;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .table th,
  .table td {
    padding: 15px;
  }
}
.table th {
  width: 30%;
  background: #F4F4F4;
  color: #000133;
}
.table td {
  width: 70%;
}

.policy {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 40px;
  background: #F4F4F4;
  padding: 40px;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .policy {
    padding: 20px;
  }
}
.policy span {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.8rem;
  text-align: center;
  color: #0A4389;
}
@media screen and (max-width: 767px) {
  .policy span {
    font-size: 1.4rem;
  }
}
.policy p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .policy p {
    font-size: 1.2rem;
  }
}

.mail_box {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.map {
  position: relative;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .map {
    height: auto;
    aspect-ratio: 4/3;
  }
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/****************************************

aside

*****************************************/
/****************************************

single.php

*****************************************/
#single_box {
  width: 100%;
  margin-top: 80px;
}

#single_box h1 {
  font-size: 2.6rem;
}

#single_box .single_text {
  width: 100%;
}

#single_box .single_text img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
}

.pager {
  clear: both;
  text-align: center;
  margin: 40px auto 0px;
}

a.page-numbers {
  border: solid 1px #666;
  border-radius: 3px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  color: #666;
  background: #fff;
}
a.page-numbers:hover {
  background: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #666;
  border: solid 1px #666;
  color: white;
}

.nav-below {
  width: 100%;
  margin: 60px 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
  border-top: 1px solid #0A4389;
  border-bottom: 1px solid #0A4389;
  text-decoration: none;
  color: #0A4389;
}
@media screen and (max-width: 767px) {
  .nav-below {
    margin: 40px 0 0;
  }
}
.nav-below a {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  width: 100%;
  height: 100%;
  padding: 30px;
  transition: all 0.3s;
  color: #0A4389;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .nav-below a {
    padding: 20px 10px;
    font-size: 1.4rem;
  }
}
.nav-below a:hover {
  background: #0A4389;
  color: #fff;
}
.nav-below .next {
  width: 25%;
  border-right: 1px solid #0A4389;
}
.nav-below .back {
  width: 50%;
}
.nav-below .prev {
  width: 25%;
  border-left: 1px solid #0A4389;
}

@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
    margin-top: 40px;
  }
  #single_box h1 {
    font-size: 1.8rem;
  }
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
}
/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 25px;
}

/* 文字 */
.sans {
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.serif {
  font-family: "NotoSerifJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.underline {
  border-bottom: 1px solid #D90000;
}

.red {
  color: #D90000;
}

.blue {
  color: #0A4389;
}

.yellow {
  color: #E6B115;
}

.size14 {
  font-size: 1.4rem;
}

.size18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .size18 {
    font-size: 1.6rem;
  }
}

.size22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .size22 {
    font-size: 1.8rem;
  }
}

/* 強調 */
.marker {
  background: linear-gradient(transparent 70%, #FFDD53 30%);
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

.tr {
  text-align: right;
}

.db {
  display: block;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40-20,
.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

@media print, screen and (min-width: 768px) {
  .tc {
    text-align: center;
  }
  .w200 {
    width: 200px;
  }
  .w380 {
    width: 380px;
  }
  .w570 {
    width: 570px;
  }
  .w600 {
    width: 600px;
  }
  .w620 {
    width: 620px;
  }
  .w680 {
    width: 680px;
  }
  .w750 {
    width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .sp_tc {
    text-align: center;
  }
  .mb40-20 {
    margin-bottom: 20px;
  }
  .mb50,
  .mb60 {
    margin-bottom: 40px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .mb90,
  .mb100 {
    margin-bottom: 60px;
  }
  .mb120 {
    margin-bottom: 60px;
  }
}
/****************************************

タイトル

*****************************************/
.block {
  display: block;
}

.top_subhead01 {
  text-align: center;
  padding-top: 130px;
  color: #000233;
  font-size: 2.2rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_subhead01 {
    padding-top: 80px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.top_subhead01.service {
  background: url(images/top_tit03.svg) no-repeat top center;
}
@media screen and (max-width: 767px) {
  .top_subhead01.service {
    background-size: 280px;
  }
}
.top_subhead01.recruit {
  background: url(images/top_tit05.svg) no-repeat top center;
}
@media screen and (max-width: 767px) {
  .top_subhead01.recruit {
    background-size: 260px;
  }
}
.top_subhead01.qa {
  background: url(images/top_tit07.svg) no-repeat top center;
}
@media screen and (max-width: 767px) {
  .top_subhead01.qa {
    background-size: 240px;
  }
}

.headline {
  text-align: center;
  margin: 40px 0 80px;
  padding-bottom: 40px;
  color: #000133;
  position: relative;
}
@media screen and (max-width: 767px) {
  .headline {
    margin: 20px 0 40px;
    padding-bottom: 20px;
  }
}
.headline::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #0A4389;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.subhead01 {
  padding-left: 100px;
  margin-bottom: 20px;
  font-size: 3.6rem;
  color: #000133;
  position: relative;
}
@media screen and (max-width: 767px) {
  .subhead01 {
    font-size: 2.8em;
    margin-bottom: 10px;
    padding-left: 80px;
  }
}
.subhead01::before {
  content: "";
  width: 80px;
  height: 1px;
  background: #0A4389;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .subhead01::before {
    width: 60px;
  }
}

.subhead02 {
  background: #0A4389;
  color: #fff;
  padding: 16px 16px 16px 30px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .subhead02 {
    padding: 12px 12px 12px 30px;
    margin-bottom: 20px;
  }
}
.subhead02::before {
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  background: #85A1C4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}

.subhead03 {
  color: #000033;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 35px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .subhead03 {
    padding: 0 0 10px 25px;
    margin-bottom: 20px;
  }
}
.subhead03::before {
  content: "";
  width: 16%;
  height: 1px;
  background: #0A4389;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
}
.subhead03::after {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background: #0A4389;
  border: 3px solid #91A9C8;
  position: absolute;
  top: 12px;
  left: 0;
  border-radius: 100vmax;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .subhead03::after {
    width: 14px;
    top: 5px;
  }
}
.subhead03 span {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .subhead03 span {
    font-size: 1.4rem;
  }
}
.subhead03.yellow::before {
  background: #EBC427;
}
.subhead03.yellow::after {
  background: #EBC427;
  border: 3px solid #F5E193;
}

.subhead04 {
  background: #EEEEEE;
  padding: 120px 50px 50px;
  font-weight: 700;
  position: relative;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .subhead04 {
    writing-mode: vertical-lr;
    letter-spacing: -0.2em;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .subhead04 {
    padding: 20px 20px 20px 60px;
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}
.subhead04::before {
  content: "";
  width: 10px;
  height: 20px;
  background: #eee;
  clip-path: polygon(0 0, 100% 50%, 0% 100%);
  position: absolute;
  top: 60px;
  right: -9px;
}
@media screen and (max-width: 767px) {
  .subhead04::before {
    width: 20px;
    height: 10px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    bottom: -9px;
    top: auto;
    left: 60px;
  }
}
.subhead04.no-smoking {
  background: url(images/no-smoking.svg) no-repeat top 30px center/contain #eee;
  background-size: 70px;
  color: #E50012;
}
@media screen and (max-width: 767px) {
  .subhead04.no-smoking {
    background-position: top 14px left 14px;
    background-size: 36px;
  }
}
.subhead04.smoking {
  background: url(images/smoking.svg) no-repeat top 30px center/contain #eee;
  background-size: 70px;
  color: #1A61B8;
}
@media screen and (max-width: 767px) {
  .subhead04.smoking {
    background-position: top 14px left 14px;
    background-size: 36px;
  }
}

/****************************************

footer

*****************************************/
footer {
  width: 100%;
  background: #000334;
  /* ----sp追従---- */
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  footer #pc_footer {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  footer #sp_footer {
    display: none;
  }
}
footer p {
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  footer p {
    font-size: 1.4rem;
    text-align: center;
  }
}
footer .pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  footer .pagetop {
    display: none;
  }
}
footer .copyright {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #777;
  text-align: center;
  background: #fff;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    font-size: 1.4rem;
    padding: 15px;
    background: #000334;
    color: #aaa;
  }
}
footer .footer_box {
  text-align: center;
  padding: 80px calc((100% - 1200px) / 2) 0;
}
@media screen and (max-width: 767px) {
  footer .footer_box {
    padding: 50px 10px;
  }
}
footer .footer_box .f_logo {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  footer .footer_box .f_logo {
    width: 300px;
    margin: 0 auto 20px;
  }
}
footer .f_map {
  position: relative;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 767px) {
  footer .f_map {
    height: auto;
    aspect-ratio: 4/3;
  }
}
footer .f_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer .sitemap {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin: 60px 0;
  padding-top: 60px;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (max-width: 767px) {
  footer .sitemap {
    display: none;
  }
}
footer .sitemap li > ul > li {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 15px;
}
footer .sitemap li > ul > li a {
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.7rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
footer .sitemap li > ul > li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
footer .sitemap li > ul > li a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
footer .sitemap li dl dt {
  position: relative;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 10px;
}
footer .sitemap li dl dd {
  position: relative;
  line-height: 2;
}
footer .sitemap li dl dd a {
  color: #BFC0CC;
  font-size: 1.4rem;
  line-height: 2;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
footer .sitemap li dl dd a::before {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: #BFC0CC;
}
footer .sitemap li dl dd a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
footer .sitemap li dl dd a:hover {
  color: #fff;
}
footer .sitemap li dl dd a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
footer .sp_bana {
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
footer .sp_bana .sp_bana_parts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 25%;
  background: #0A4389;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .sp_bana .sp_bana_parts a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
footer .sp_bana .sp_bana_parts span {
  position: relative;
  display: block;
  height: auto;
  padding-top: 30px;
  line-height: 1.4;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.06em;
  color: #fff;
}
footer .sp_bana .sp_bana_parts span::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
}
footer .sp_bana .sp_bana_parts .sp-tel::after {
  background-image: url(images/sp-tel.svg);
  background-size: 18px;
}
footer .sp_bana .sp_bana_parts .sp-mail::after {
  background-image: url(images/sp-contact.svg);
  background-size: 22px;
}
footer .sp_bana .sp_bana_parts .sp-access::after {
  background-image: url(images/sp-map.svg);
  background-size: 22px;
}
footer .sp_bana .sp_bana_parts .sp-pagetop::after {
  background-image: url(images/sp-pagetop.svg);
  background-size: 18px;
}

/****************************************

Contact Form7

*****************************************/
.wpcf7 {
  width: 100%;
}

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

.last_row {
  margin-bottom: 30px;
  padding: 0 20px;
  border-bottom: none;
}

.form_row .form_label {
  width: 330px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #CC0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #D7D7D7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 330px);
}

.wpcf7-form-control {
  width: 100%;
}

select.wpcf7-form-control {
  width: auto;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #B20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #0A4389;
  background-color: #0A4389;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  margin: 10px auto 0;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #0A4389;
  transition: all 0.25s;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .form_row {
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: block;
  }
  .tc input[type=submit] {
    font-size: 1.4rem;
    padding: 10px;
    display: inherit;
    height: 50px;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */