@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("./font/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("./font/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
/*
Theme Name: NSY
Theme URL: https://www.nsy0806.jp
Description: 広島県福山市・三次市で宅配・スポット配送のことならNSYへ
Version: 1.0
License: NSY
License URI: https://www.nsy0806.jp
*/
/****************************************

_reset.scss リセットCSS

*****************************************/
* {
  -webkit-box-sizing: border-box;
  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;
}

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 colors to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colors 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;
}

address {
  font-style: normal;
}

/* change border color 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;
}

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

_base.scss body設定(主に書式)

*****************************************/
body {
  min-width: 1200px;
  background: #fff;
  color: #000;
  font-weight: normal;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

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

フォント指定

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

li,
dt,
dd,
p {
  transform: rotate(0.03deg);
}

h1 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transform: rotate(0.03deg);
}

h2 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transform: rotate(0.03deg);
}

h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transform: rotate(0.03deg);
}

h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transform: rotate(0.03deg);
}

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

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

*****************************************/
a:link,
a:visited {
  color: #0098D8;
  text-decoration: underline;
  transition: 0.3s linear;
}

a:hover,
a:active {
  color: #0970C4;
  transition: 0.3s linear;
}

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;
}

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

ページ共通

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

figure a {
  display: block;
  width: 100%;
  height: 100%;
}

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

電話リンク設定

*****************************************/
@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

FancyBox

*****************************************/
#fancybox-title {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #fancybox-title {
    font-size: 1.4rem;
  }
}

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

_variable.scss variable 変数

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

_mixin.scss mixin

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

_l-header.scss ヘッダー共通

*****************************************/
.l-header {
  position: relative;
  max-width: 2000px;
  margin-inline: auto;
}
@media screen and (max-width: 2000px) {
  .l-header {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 0;
  }
}
.l-header__inner {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1900px;
  width: 100%;
  margin-inline: auto;
  padding: 15px 0px 20px;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    display: block;
    padding: 10px;
  }
}
.l-header__logo {
  position: absolute;
  top: 45px;
  left: 50px;
  z-index: 888;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    position: initial;
    top: initial;
    left: initial;
    width: 90px;
  }
}
.l-header__logo a {
  display: block;
}
.l-header__logo a img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.l-header__logo a:hover img {
  filter: brightness(110%);
}

@media screen and (max-width: 767px) {
  .l-header-right {
    display: none;
  }
}
.l-header-right__aside {
  display: flex;
  flex-flow: nowrap column;
  align-items: flex-end;
  gap: 10px 0;
}
.l-header-right__info {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  gap: 0 25px;
}
@media screen and (max-width: 767px) {
  .l-header-right__x {
    position: absolute;
    top: 15px;
    right: 70px;
    width: 22px;
    height: auto;
    aspect-ratio: 22/23;
    z-index: 1;
  }
}

.l-header-right-contact {
  width: 180px;
  height: 40px;
}
.l-header-right-contact a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: #003265;
  text-decoration: none;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
}
.l-header-right-contact a:is(:link, :visited) {
  color: #fff;
}
.l-header-right-contact a:is(:hover, :active) {
  color: #fff;
  background: #ff8236;
}
.l-header-right-contact__img {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.l-header-right-contact__txt {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-55%);
}

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

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi .menu {
  position: relative;
  z-index: 99999;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 50px;
  margin-right: 25px;
}

#g_navi .menu > li {
  position: relative;
}

#g_navi .menu li a {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0 10px;
  text-align: center;
  text-decoration: none;
  color: #000;
  line-height: 1;
}
#g_navi .menu li a:is(:link, :visited) {
  color: #000;
}
#g_navi .menu li a:is(:hover, :active) {
  color: #000;
}
#g_navi .menu li a .jp {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
#g_navi .menu li a .en {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0;
}

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

pc用 プルダウンナビ

*****************************************/
#g_navi .menu li ul {
  width: 200px;
  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%;
  display: block;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: normal;
  background: #003265;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
#g_navi .menu li ul li a:is(:link, :visited) {
  color: #fff;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #003265;
  opacity: 0.6;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}

#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

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

pc用 ホバーの下線

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

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 7px 8px;
    background: #003265;
    border: 1px solid #fff;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #fff;
    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-color: #003265;
    opacity: 0.95;
    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-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item:last-of-type {
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
  }
  #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 {
    color: #fff;
    text-decoration: none;
  }
  #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.3);
  }
  #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;
  }
}
/****************************************

メインビジュアル

*****************************************/
.l-mv-top {
  position: relative;
  overflow: hidden;
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
}
.l-mv-top__pic-img {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1920px) {
  .l-mv-top__pic-img {
    left: calc(50% - 950px);
    width: 1900px;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-top__pic-img {
    position: relative;
    left: -25%;
    width: 150%;
  }
}

.l-mv-page {
  position: relative;
  overflow: hidden;
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
}
.l-mv-page__pic-img {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1920px) {
  .l-mv-page__pic-img {
    left: calc(50% - 950px);
    width: 1900px;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__pic-img {
    position: relative;
    left: -25%;
    width: 150%;
  }
}
.l-mv-page__ttl {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl {
    top: 35%;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl--recruit {
    width: auto;
    height: 45px;
    aspect-ratio: 176/69;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl--concept {
    width: auto;
    height: 45px;
    aspect-ratio: 215/73;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl--news {
    width: auto;
    height: 45px;
    aspect-ratio: 175/69;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl--info {
    width: auto;
    height: 45px;
    aspect-ratio: 399/66;
  }
}

.metaslider .flex-control-nav {
  bottom: 40px !important;
}

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

@media screen and (max-width: 767px) {
  .metaslider .flex-control-nav {
    bottom: -30px !important;
  }
  .metaslider .flex-control-nav {
    bottom: 15px !important;
  }
}
/****************************************

_l-main.scss メイン共通

*****************************************/
#main-top {
  width: 100%;
  margin-inline: auto;
}

#main-page {
  width: 100%;
  margin-inline: auto;
}

/*---------- 下層ページ ----------*/
.l-main-wrapper {
  max-width: 2560px;
  width: 100%;
  margin-inline: auto;
}
.l-main-wrapper__inner {
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
  padding: 0 10px 100px;
}
@media screen and (max-width: 767px) {
  .l-main-wrapper__inner {
    padding: 0 10px 60px;
  }
}

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

_l-breadcrumb.scss パンくず

*****************************************/
.breadcrumb_area {
  width: 100%;
  padding: 5px 0 60px;
}
@media screen and (max-width: 767px) {
  .breadcrumb_area {
    padding: 10px 0 40px;
  }
}

.breadcrumb .topicpath {
  text-align: right;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0em;
  overflow-wrap: break-word;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .breadcrumb .topicpath {
    text-align: left;
    font-size: 1.2rem;
  }
}

.breadcrumb a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:is(:link, :visited) {
  color: #000;
}
.breadcrumb a:is(:hover, :active) {
  color: #000;
}

.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  transform-origin: right top;
  transition: transform 0.3s;
  transform: scale(0, 1);
}

.breadcrumb a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

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

_l-bottom.scss ボトム共通

*****************************************/
.l-btm-sec {
  position: relative;
  padding: 50px;
  background: rgba(0, 50, 101, 0.83);
}
@media screen and (max-width: 767px) {
  .l-btm-sec {
    padding: 20px;
  }
}
.l-btm-sec::after {
  display: block;
  content: "";
  position: absolute;
  max-width: 439px;
  width: 21.95%;
  height: auto;
  aspect-ratio: 439/302;
  bottom: 0;
  right: 80px;
  background: url(images/btm_person.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .l-btm-sec::after {
    width: auto;
    height: 80px;
    aspect-ratio: 439/302;
    right: 30px;
  }
}
.l-btm-sec__inner01 {
  position: relative;
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
  padding: 115px 10px 70px;
  border-radius: 20px;
  background: url(images/btm_bg_pc.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__inner01 {
    padding: 0;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .l-btm-sec__inner01::before {
    display: block;
    content: "";
    position: absolute;
    width: 75px;
    height: auto;
    aspect-ratio: 275/208;
    top: 0;
    left: 5px;
    background: url(images/btm_bg01_sp.png) no-repeat;
    background-size: 100%;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-btm-sec__inner01::after {
    display: block;
    content: "";
    position: absolute;
    width: 60px;
    height: auto;
    aspect-ratio: 170/134;
    top: 60px;
    right: 5px;
    background: url(images/btm_bg02_sp.png) no-repeat;
    background-size: 100%;
    z-index: 1;
  }
}
.l-btm-sec__inner02 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__inner02 {
    padding: 60px 10px 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-btm-sec__inner02::before {
    display: block;
    content: "";
    position: absolute;
    width: 80px;
    height: auto;
    aspect-ratio: 255/99;
    bottom: 0;
    left: 30px;
    background: url(images/btm_bg03_sp.png) no-repeat;
    background-size: 100%;
    z-index: 1;
  }
}
.l-btm-sec__txt {
  letter-spacing: 0;
}

.l-btm-sec-ttl {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  color: #003265;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-btm-sec-ttl {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}
.l-btm-sec-ttl::before {
  display: block;
  content: "CONTACT";
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 8rem;
  font-weight: 500;
  color: rgba(255, 138, 12, 0.2);
  letter-spacing: 0em;
  line-height: 1;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .l-btm-sec-ttl::before {
    bottom: 10px;
    font-size: 5rem;
  }
}

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

_l-footer.scss フッター共通

*****************************************/
.l-footer {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-bottom: 60px;
  }
}
.l-footer__inner {
  width: 100%;
  margin: 0 auto;
  padding: 60px 10px 15px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 20px 10px;
  }
}

.l-footer--contact {
  border-top: 1px solid #003265;
}

.l-footer__logo {
  margin: 0 auto 45px;
  width: 140px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin: 0 auto;
    width: 80px;
  }
}
.l-footer__logo a {
  display: block;
}

/* ----------- コピーライト ----------- */
.l-footer-copyright {
  padding: 5px 10px;
  background: #003265;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.02em;
  overflow-wrap: break-word !important;
  word-break: break-all !important;
}
@media screen and (max-width: 767px) {
  .l-footer-copyright {
    padding: 5px 10px;
    font-size: 1.2em;
  }
}
.l-footer-copyright__txt {
  display: inline-block;
}

/* ----------- ページトップ ----------- */
.pagetop {
  position: fixed;
  right: 30px;
  bottom: 70px;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 767px) {
  .pagetop {
    display: none !important;
  }
}
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    display: none !important;
  }
}

.l-footer-sitemap__list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
}
.l-footer-sitemap__page {
  padding: 0 10px;
  height: 20px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  line-height: 20px;
}
.l-footer-sitemap__page a {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
.l-footer-sitemap__page:first-child {
  border-left: none;
}
.l-footer-sitemap__page:last-child {
  border-right: none;
}
.l-footer-sitemap__page + .l-footer-sitemap__page {
  border-left: none;
}

.l-footer-sitemap-local__list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer-sitemap-local__list {
    display: none;
  }
}
.l-footer-sitemap-local__page {
  padding: 0 10px;
  height: 20px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  line-height: 20px;
}
.l-footer-sitemap-local__page a {
  font-size: 1.6rem;
}
.l-footer-sitemap-local__page:first-child {
  border-left: none;
}
.l-footer-sitemap-local__page:last-child {
  border-right: none;
}
.l-footer-sitemap-local__page + .l-footer-sitemap-local__page {
  border-left: none;
}

.l-footer-link a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.l-footer-link a:is(:link, :visited) {
  color: #000;
}
.l-footer-link a:is(:hover, :active) {
  color: #003265;
}
.l-footer-link a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #003265;
  transition: all 0.3s ease-in-out;
}
.l-footer-link a:hover::before {
  width: 100%;
}

/* ----------- フローティングバナー----------- */
@media screen and (max-width: 767px) {
  .sp_btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 9999;
  }
  .sp_btn_list {
    display: flex;
    height: 60px;
    background: #003265;
    border-top: 1px solid #fff;
  }
  .sp_btn_list_item {
    position: relative;
    width: 33.3333333333%;
    height: 100%;
    line-height: 1.6;
  }
  .sp_btn_list_item a {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 0 5px;
    text-decoration: none;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 1.2rem;
    font-weight: normal;
    color: #fff;
  }
  .sp_btn_list_item a:is(:link, :visited, :hover, :active) {
    color: #fff;
  }
  .sp_btn_list_item_icon_01,
  .sp_btn_list_item_icon_02,
  .sp_btn_list_item_icon_03 {
    position: relative;
    display: block;
    margin: auto 0 0;
  }
  .sp_btn_list_item_icon_01::after,
  .sp_btn_list_item_icon_02::after,
  .sp_btn_list_item_icon_03::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
  }
  .sp_btn_list_item_icon_01::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_entry.svg);
    background-size: 18px;
  }
  .sp_btn_list_item_icon_02::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_mail.svg);
    background-size: 18px;
  }
  .sp_btn_list_item_icon_03::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_arrow.svg);
    background-size: 18px;
  }
}
/****************************************

_l-single.scss 投稿詳細ページ

*****************************************/
.l-single-sec {
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .l-single-sec {
    margin: 0 auto;
  }
}
.l-single-sec__ttl {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-single-sec__ttl {
    font-size: 1.8rem;
  }
}
.l-single-sec__txt img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.pager {
  clear: both;
  text-align: center;
  margin: 50px auto 0;
  padding-bottom: 10px;
}
.pager a {
  text-decoration: none;
}
.pager a:is(:link, :visited) {
  color: #003265;
  border: 1px solid #003265;
}
.pager a:is(:hover, :active) {
  color: #fff;
  border: 1px solid #003265;
  background: #003265;
}

a.page-numbers {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
}

.pager .current {
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #ff8236;
  border: solid 1px #ff8236;
  color: white;
}

@media screen and (max-width: 767px) {
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
}

.nav-below {
  margin: 60px 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nav-below {
    margin: 30px 0 20px;
  }
}

.nav-below a {
  position: relative;
  margin: 0 15px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .nav-below a {
    margin: 0 10px;
  }
}
.nav-below a:is(:link, :visited) {
  color: #000;
}
.nav-below a:is(:hover, :active) {
  color: #003265;
}
.nav-below a::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 0;
  height: 1px;
  background: #003265;
  transition: 0.6s;
  left: 0;
}
.nav-below a:hover::before {
  width: 100%;
  opacity: 0.9;
}

.aligncenter {
  display: block;
}

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

_c-button.scss ボタン共通

*****************************************/
/*---------------------button共通*/
.c-btn a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
}

/*---------------------buttonトップ、下層*/
.c-btn01 a {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.06em;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-btn01 a {
    font-size: 1.4rem;
  }
}

.c-btn01--purple a {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.c-btn01--purple a:hover {
  background: #ff8236;
  border: 1px solid #ff8236;
}

.c-btn01--white a {
  background: transparent;
  border: 2px solid #7792ad;
  color: #003265;
}
.c-btn01--white a:hover {
  background: #003265;
  border: 2px solid #003265;
  color: #fff;
}

.c-btn02 a {
  position: relative;
  display: inline-block;
  text-align: center;
  transition: all 0.3s;
  color: #fff;
  background: #ff8236;
  border-radius: 8px;
  border: 2px solid #ff8236;
  padding: 14px 10px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.c-btn02 a:hover {
  background: #fff;
  color: #ff8236;
}
.c-btn02 a:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.c-btn02 a:hover::after {
  background: #ff8236;
}
.c-btn02 a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 2px solid #ff8236;
  border-right: 2px solid #ff8236;
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 10;
}
.c-btn02 a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 100vw;
  transition: all 0.3s;
  z-index: 1;
}

.c-btn02--requirements-sec02 {
  width: 250px;
}
.c-btn02--requirements-sec02 a {
  padding: 9px 10px;
}

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

_c-title.scss 見出し共通

*****************************************/
.c-headline {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  color: #003265;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-headline {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}
.c-headline::before {
  display: block;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 8rem;
  font-weight: 500;
  color: rgba(255, 138, 12, 0.2);
  letter-spacing: 0em;
  line-height: 1;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .c-headline::before {
    bottom: 10px;
    font-size: 5rem;
  }
}

.c-headline--flow::before {
  content: "Flow";
}

.c-headline--message::before {
  content: "Message";
}

.c-headline--requirements::before {
  content: "Description";
}

.c-headline--entry::before {
  content: "Entry";
}

.c-headline--concept::before {
  content: "Concept";
}

.c-headline--news::before {
  content: "News";
}

.c-headline--overview::before {
  content: "Overview";
}

.c-headline--contact::before {
  content: "Contact";
}

.c-ttl01 {
  position: relative;
  width: 100%;
  padding: 0 0 10px 10px;
  border-bottom: 3px solid #003265;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-ttl01 {
    padding: 0 0 5px 5px;
    border-bottom: 2px solid #003265;
    font-size: 1.8rem;
  }
}

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

_c-flex.scss 見出し、テキスト、画像のセット

*****************************************/
.c-flex {
  flex-flow: row wrap;
}

.c-flex-r {
  flex-flow: row-reverse wrap;
}

.c-flex,
.c-flex-r {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-flex,
  .c-flex-r {
    flex-flow: column-reverse wrap;
    align-items: center;
  }
}
.c-flex__txt700,
.c-flex-r__txt700 {
  width: 700px;
}
@media screen and (max-width: 767px) {
  .c-flex__txt700,
  .c-flex-r__txt700 {
    margin-top: 10px;
    width: 100%;
  }
}
.c-flex__fig360,
.c-flex-r__fig360 {
  max-width: 360px;
  width: 100%;
}
.c-flex__fig360 img,
.c-flex-r__fig360 img {
  border-radius: 20px;
}

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

c-flex-order

SP時に見出し、画像、テキストの順に並べる
pタグを<div class="txt-box">で囲む

*****************************************/
.c-flex-order {
  flex-flow: row wrap;
}

.c-flex-r-order {
  flex-flow: row-reverse wrap;
}

.c-flex-order,
.c-flex-r-order {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-flex-order,
  .c-flex-r-order {
    flex-flow: column nowrap;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .c-flex-order__ttl,
  .c-flex-r-order__ttl {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-flex-order__txt-box,
  .c-flex-r-order__txt-box {
    order: 3;
    width: 100%;
  }
}
.c-flex-order__txt620,
.c-flex-r-order__txt620 {
  width: 620px;
}
@media screen and (max-width: 767px) {
  .c-flex-order__txt620,
  .c-flex-r-order__txt620 {
    display: contents;
  }
}
.c-flex-order__fig440,
.c-flex-r-order__fig440 {
  max-width: 440px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-flex-order__fig440,
  .c-flex-r-order__fig440 {
    order: 2;
    margin-bottom: 10px;
  }
}
.c-flex-order__fig440 img,
.c-flex-r-order__fig440 img {
  border-radius: 20px;
}

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

_c-column.scss カラム共通

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

_c-post.scss 投稿共通

*****************************************/
.c-post-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .c-post-list {
    gap: 40px 10px;
  }
}
.c-post-list__item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .c-post-list__item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 600px) {
  .c-post-list__item {
    width: calc((100% - 10px) / 2);
  }
}
.c-post-list__fig440 {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 440/310;
  margin-bottom: 10px;
}
.c-post-list__fig440 a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-post-list__fig440 a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

_c-table.scss テーブル共通

*****************************************/
.c-table {
  display: table;
  width: 100%;
}
.c-table tbody {
  display: table;
  width: 100%;
}
.c-table tbody th {
  background: #1967A5;
  font-weight: 500;
  color: #fff;
}
.c-table tbody th,
.c-table tbody td {
  border: 1px solid #B0BEC5;
  padding: 10px 20px;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-table tbody th,
  .c-table tbody td {
    padding: 10px;
  }
}

/*---------- pages-table ----------*/
.p-overview-table tbody th,
.p-requirements-sec03-table tbody th {
  width: 29.0909090909%;
}
.p-overview-table tbody td,
.p-requirements-sec03-table tbody td {
  width: 70.9090909091%;
}
@media screen and (max-width: 767px) {
  .p-overview-table tbody th,
  .p-overview-table tbody td,
  .p-requirements-sec03-table tbody th,
  .p-requirements-sec03-table tbody td {
    display: block;
    width: 100%;
    margin-top: -1px;
    padding: 10px;
  }
}

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

_c-common.scss 全ページ共通

*****************************************/
.c-mail {
  margin-top: 55px;
  margin-inline: auto;
  width: 340px;
}
@media screen and (max-width: 767px) {
  .c-mail {
    margin-top: 30px;
    width: 270px;
  }
}
.c-mail a {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  padding: 20px 10px;
  border-radius: 10px;
  border: 2px solid #7792ad;
  background: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  color: #003265;
  letter-spacing: 0em;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-mail a {
    padding: 10px;
    font-size: 1.4rem;
  }
}
.c-mail a:is(:link, :visited) {
  color: #003265;
}
.c-mail a:is(:hover, :active) {
  color: #fff;
  background: #003265;
  border: 2px solid #003265;
}
.c-mail__txt {
  position: relative;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .c-mail__txt {
    padding-left: 30px;
  }
}
.c-mail__txt::before {
  display: block;
  content: "";
  position: absolute;
  width: 27px;
  height: 20px;
  top: 50%;
  left: 0px;
  transform: translateY(-48%);
  background: url(images/btm_mail.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-mail__txt::before {
    width: auto;
    height: 16px;
    aspect-ratio: 27/20;
  }
}
.c-mail a:hover .c-mail__txt::before {
  background: url(images/btm_mail_white.png) no-repeat;
  background-size: 100%;
}

.c-check-list__item {
  position: relative;
  padding-left: 35px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-check-list__item {
    padding-left: 25px;
    font-size: 1.6rem;
  }
}
.c-check-list__item::before {
  display: block;
  content: "";
  position: absolute;
  width: 25px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(images/check.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .c-check-list__item::before {
    width: 20px;
  }
}

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

_p-top.scss トップページ

*****************************************/
.p-top-sec01 {
  padding: 140px 10px 110px;
  background: url(images/top_sec01_bg.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top-sec01 {
    padding: 60px 10px 60px;
  }
}
.p-top-sec01__txt {
  letter-spacing: 0em;
  line-height: 2;
}

.p-top-sec01-list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  align-items: center;
  gap: 0 26px;
  margin-top: 80px;
  max-width: 1500px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-list {
    flex-flow: wrap row;
    gap: 10px;
    margin-top: 40px;
  }
}
.p-top-sec01-list__item {
  width: 23.7333333333%;
  height: auto;
  aspect-ratio: 356/246;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-list__item {
    width: calc((100% - 10px) / 2);
  }
}
.p-top-sec01-list__item img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-top-sec01-ttl {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  color: #003265;
  letter-spacing: 0em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-ttl {
    margin-bottom: 20px;
    font-size: 2.2rem;
    font-size: clamp(1.8rem, 4.9vw, 2.2rem);
  }
}
.p-top-sec01-ttl::before {
  display: block;
  content: "ABOUT";
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 9rem;
  font-weight: 500;
  color: rgba(255, 138, 12, 0.37);
  letter-spacing: 0.02em;
  line-height: 1;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-ttl::before {
    bottom: 40px;
    font-size: 5rem;
  }
}

.p-top-sec02 {
  max-width: 2000px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .p-top-sec02 {
    padding: 60px 10px;
  }
}

.p-top-sec02-flex-order {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order {
    display: flex;
    flex-flow: wrap column;
    justify-content: initial;
    align-items: initial;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order__ttl {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order__txt-box {
    order: 3;
    width: 100%;
  }
}
.p-top-sec02-flex-order__txt {
  color: #fff;
  line-height: 1.5;
}
.p-top-sec02-flex-order__txt880 {
  position: absolute;
  top: 50%;
  left: 33.5%;
  transform: translateY(-50%);
  z-index: 999;
  padding: 50px 70px;
  max-width: 880px;
  width: 56.7741935484%;
  background: #003265;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order__txt880 {
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
    width: 100%;
    padding: 40px 20px;
    border-radius: 10px;
  }
}
.p-top-sec02-flex-order__fig1000 {
  position: relative;
  overflow: hidden;
  max-width: 1000px;
  width: 64.5161290323%;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order__fig1000 {
    order: 2;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 10px;
  }
}
.p-top-sec02-flex-order__fig1000 img {
  position: relative;
  display: block;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order__fig1000 img {
    position: static;
    object-fit: fill;
    object-position: center top;
  }
}
.p-top-sec02-flex-order__btn {
  margin: 60px auto 0;
  max-width: 190px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order__btn {
    margin: 30px auto 0;
  }
}
.p-top-sec02-flex-order__btn a {
  padding: 12px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order__btn a {
    padding: 10px;
  }
}

.p-top-sec02-ttl {
  display: inline-block;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-ttl {
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 2.2rem;
  }
}

.p-top-sec03__inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 10px 60px;
}
@media screen and (max-width: 767px) {
  .p-top-sec03__inner {
    padding: 0 10px 60px;
  }
}
.p-top-sec03__btn {
  margin: 40px auto 0;
  max-width: 190px;
  width: 100%;
}
.p-top-sec03__btn a {
  padding: 12px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-sec03__btn a {
    padding: 10px;
  }
}

.p-top-sec03-ttl {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0 45px;
  margin: 0 0 35px 20px;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-ttl {
    gap: 0 20px;
    margin: 0 0 35px 10px;
  }
}
.p-top-sec03-ttl__en {
  font-size: 5.5rem;
  font-weight: 500;
  color: #003265;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-ttl__en {
    font-size: 3rem;
  }
}
.p-top-sec03-ttl__jp {
  font-size: 3rem;
  font-weight: 500;
  color: #003265;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-ttl__jp {
    font-size: 1.8rem;
    line-height: 1;
  }
}

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

newsトップ用（リンク全幅）

*****************************************/
.p-diary-list {
  margin-inline: auto;
  width: 100%;
  height: 100%;
  max-height: 250px;
  overflow-y: scroll;
}
.p-diary-list__item {
  border-bottom: 1px solid #898989;
  width: 100%;
}
.p-diary-list__item a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 23px 25px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-diary-list__item a {
    flex-flow: column nowrap;
    padding: 10px 20px 10px 10px;
  }
}
.p-diary-list__item a:is(:hover, :active) {
  background: rgba(0, 50, 101, 0.1);
}
@media screen and (max-width: 767px) {
  .p-diary-list__item:first-child a {
    padding: 0 20px 10px 10px;
  }
}
.p-diary-list__date {
  width: 17.619047619%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #003265;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-diary-list__date {
    width: auto;
    font-size: 1.4rem;
  }
}
.p-diary-list__cat {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1px;
  width: 9.5238095238%;
  height: 30px;
  line-height: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-diary-list__cat {
    width: 80px;
    height: 22px;
    line-height: 22px;
    border-radius: 5px;
  }
}
.p-diary-list__cat .inner {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-diary-list__cat .inner {
    font-size: 1.2rem;
  }
}
.p-diary-list .cat-diary {
  background: #003265;
}
.p-diary-list .cat-blog {
  background: #ff8236;
}
.p-diary-list .cat-recruit {
  background: #1967a5;
}
.p-diary-list__inner {
  display: contents;
}
@media screen and (max-width: 767px) {
  .p-diary-list__inner {
    display: flex;
    flex-flow: nowrap row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 0 20px;
    margin-bottom: 5px;
    width: 100%;
  }
}
.p-diary-list__ttl {
  width: 72.8571428571%;
  padding-left: 30px;
  font-size: 1.8rem;
  font-weight: normal;
  color: #000;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-diary-list__ttl {
    padding-left: 0;
    width: 100%;
    font-size: 1.4rem;
  }
}

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

_p-page-name.scss 1日の流れ

*****************************************/
.p-flow-list__item {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-flow-list__item {
    flex-flow: nowrap column;
    align-items: center;
  }
}
.p-flow-list__date {
  padding: 0 10px;
  width: 160px;
  height: 40px;
  line-height: 40px;
  background: #1967A5;
  border-radius: 50vh;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-flow-list__date {
    width: 110px;
    height: 30px;
    line-height: 30px;
    font-size: 1.3rem;
  }
}
.p-flow-list__txt {
  position: relative;
  margin-top: 6px;
  width: 520px;
}
@media screen and (max-width: 767px) {
  .p-flow-list__txt {
    width: 100%;
  }
}
.p-flow-list__txt-inner-sp {
  display: contents;
}
@media screen and (max-width: 767px) {
  .p-flow-list__txt-inner-sp {
    display: flex;
    flex-flow: nowrap row;
    align-items: center;
    gap: 0 15px;
    margin-bottom: 10px;
  }
}
.p-flow-list__ttl {
  margin-bottom: 5px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #003265;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-flow-list__ttl {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
}
.p-flow-list__item:last-child {
  margin-bottom: 0;
}

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

_p-page-name.scss 求職者の方へ

*****************************************/
.p-message-list__item {
  position: relative;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .p-message-list__item {
    padding-left: 25px;
    font-size: 1.6rem;
  }
}
.p-message-list__item::before {
  display: block;
  content: "";
  position: absolute;
  width: 25px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(images/check.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-message-list__item::before {
    top: 5px;
    transform: translateY(0%);
    width: 20px;
  }
}
.p-message-list__item:not(:last-child) {
  margin-bottom: 5px;
}

.p-message-sec02__ttl {
  margin-bottom: 10px;
  padding: 0.4em 0.5em;
  font-size: 2.2rem;
  color: #494949;
  background: #f4f4f4;
  border-left: solid 5px #ff8236;
  border-bottom: solid 3px #d7d7d7;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-message-sec02__ttl {
    font-size: 1.6rem;
  }
}

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

_p-page-name.scss 募集要項

*****************************************/
.p-requirements-sec01 {
  margin-bottom: 30px;
  padding: 30px;
  background: #E8EFF7;
  border: 2px solid #003265;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-requirements-sec01 {
    padding: 20px;
  }
}
.p-requirements-sec01__ttl {
  margin-bottom: 10px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #003265;
}
@media screen and (max-width: 767px) {
  .p-requirements-sec01__ttl {
    font-size: 1.8rem;
  }
}

.p-requirements-sec02__btn-box {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  gap: 0 30px;
  margin: 20px auto 60px;
}
@media screen and (max-width: 767px) {
  .p-requirements-sec02__btn-box {
    flex-flow: nowrap column;
    align-items: center;
    gap: 10px 0;
    margin: 20px auto 40px;
  }
}

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

_p-page-name.scss エントリーフォーム

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

_p-page-name.scss コンセプト

*****************************************/
.p-concept-sec01__box {
  padding: 80px 50px;
  background: url(images/concept_bg.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-concept-sec01__box {
    padding: 30px 15px;
  }
}
.p-concept-sec01__inner {
  padding: 40px;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .p-concept-sec01__inner {
    padding: 20px 15px;
  }
}
.p-concept-sec01__txt {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-concept-sec01__txt {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-sec01__txt {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

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

_p-blog.scss 新着情報

*****************************************/
.journal-list {
  width: 100%;
  height: 100%;
}

.journal-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border-bottom: 1px solid #002D56;
  padding: 20px 10px;
  width: 99%;
}
@media screen and (max-width: 767px) {
  .journal-item {
    flex-flow: column nowrap;
    align-items: flex-start;
    padding: 15px 0;
  }
}
.journal-item .inner {
  display: contents;
}
@media screen and (max-width: 767px) {
  .journal-item .inner {
    display: flex;
    flex-flow: nowrap row;
    align-items: center;
    margin-bottom: 5px;
  }
}

.journal-item:first-child {
  padding: 0 10px 20px;
}
@media screen and (max-width: 767px) {
  .journal-item:first-child {
    padding: 0 0 15px;
  }
}

.journal-item_date {
  width: 110px;
  color: #00315F;
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .journal-item_date {
    width: auto;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    order: 2;
  }
}

.journal-item .cat-diary,
.journal-item .cat-blog,
.journal-item .cat-recruit {
  padding: 0 10px 2px;
  width: 150px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  border-radius: 5px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .journal-item .cat-diary,
  .journal-item .cat-blog,
  .journal-item .cat-recruit {
    margin-right: 10px;
    padding: 0 10px;
    width: 90px;
    height: 26px;
    line-height: 26px;
    font-size: 1.2rem;
  }
}
.journal-item .cat-diary {
  background: #003265;
}
.journal-item .cat-blog {
  background: #FD8134;
}
.journal-item .cat-recruit {
  background: #1967A5;
}

.journal-item_ttl {
  padding-left: 20px;
  width: calc(100% - 260px);
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .journal-item_ttl {
    padding-left: 0;
    width: auto;
    font-size: 1.4rem;
  }
}

.journal-item_ttl a {
  position: relative;
  display: inline-block;
  color: #000000;
  text-decoration: none;
}

.journal-item_ttl a:link,
.journal-item_ttl a:visited {
  color: #000000;
}

.journal-item_ttl a:hover,
.journal-item_ttl a:active {
  color: #000000;
}

.journal-item_ttl a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000000;
  transition: 0.6s;
}

.journal-item_ttl a:hover::before {
  width: 100%;
  opacity: 0.9;
}

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

_p-overview.scss 会社概要

*****************************************/
/*---------- アクセス ----------*/
.p-overview-sec02__map {
  margin-top: 20px;
  width: 100%;
}
.p-overview-sec02__map iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-overview-sec02__map iframe {
    height: 250px;
  }
}

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

_p-contact.scss お問い合わせ

*****************************************/
/*---------- サイトポリシー ----------*/
.p-form-sec01-policy {
  padding: 30px;
  background: #E8EFF7;
}
@media screen and (max-width: 767px) {
  .p-form-sec01-policy {
    padding: 20px;
  }
}
.p-form-sec01-policy__ttl {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #003265;
}
@media screen and (max-width: 767px) {
  .p-form-sec01-policy__ttl {
    font-size: 1.5rem;
  }
}
.p-form-sec01-policy__txt {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-form-sec01-policy__txt {
    font-size: 1.4rem;
  }
}

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

Contact Form7

*****************************************/
.tc {
  width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .tc {
    width: 250px;
  }
}

.tc input[type=submit] {
  font-family: "Noto Sans JP", sans-serif, sans-serif;
}

.wpcf7 {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  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: 300px;
}

.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% - 300px);
}

.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 #003265;
  border-radius: 8px;
  background-color: #003265;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .tc input[type=submit] {
    width: 250px;
  }
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #003265;
}

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

.wpcf7-radio input {
  vertical-align: baseline;
  margin: auto 3px auto 5px;
}
@media screen and (max-width: 767px) {
  .wpcf7-radio input {
    vertical-align: middle;
    margin: auto 3px 3px 5px;
  }
}

span.wpcf7-list-item {
  margin: 0 1em 0 0;
}
@media screen and (max-width: 767px) {
  span.wpcf7-list-item {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    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] {
    display: block;
    font-size: 1.4rem;
    padding: 15px;
  }
  .wpcf7-response-output {
    font-size: 1.3rem;
  }
}
/****************************************

_u-display.scss 表示、非表示

*****************************************/
@media print, screen and (min-width: 768px) {
  .u-pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-none {
    display: none !important;
  }
}
/****************************************

_u-arrange.scss 余白調整

*****************************************/
/* 共通セクションの余白 */
.u-cmn-sec:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .u-cmn-sec:not(:first-of-type) {
    margin-top: 60px;
  }
}

/* PC,テキスト中央 */
@media screen and (min-width: 768px) {
  .u-tc-pc {
    text-align: center;
  }
}

.u-tc {
  text-align: center;
}

.u-tr {
  text-align: right;
}

/* 改行 */
.u-line-break {
  margin-top: 25px;
}

/* 1行目の字下げ */
.u-notes {
  text-indent: -1em;
  padding-left: 1em;
}

/* margin-bottom */
.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .u-mb50,
  .u-mb60 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb70,
  .u-mb80 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb90,
  .u-mb100 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb25-sp {
    margin-bottom: 25px;
  }
}

/* margin-top */
.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .u-mt50,
  .u-mt60 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt70,
  .u-mt80 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt90,
  .u-mt100 {
    margin-top: 80px;
  }
}

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

_u-link.scss リンク動作設定

*****************************************/
.u-link-fade-in a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.u-link-fade-in a:is(:link, :visited) {
  color: #000;
}
.u-link-fade-in a:is(:hover, :active) {
  color: #003265;
}
.u-link-fade-in a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #003265;
  transition: all 0.3s ease-in-out;
}
.u-link-fade-in a:hover::before {
  width: 100%;
  opacity: 0.9;
}

.u-link-fade-out a {
  position: relative;
  text-decoration: none;
  color: #1967a5;
}
.u-link-fade-out a::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -3px;
  left: 0;
  background: #1967a5;
  transition: all 0.3s ease-in-out;
}
.u-link-fade-out a:hover::after {
  width: 0;
}

.u-link-on-to-off a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.u-link-on-to-off a:is(:link, :visited) {
  color: #000;
}
.u-link-on-to-off a:is(:hover, :active) {
  color: #003265;
}
.u-link-on-to-off a::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transition: all 0.3s ease-in-out;
}
.u-link-on-to-off a:hover::before {
  background: #003265;
}

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

_u-color.scss カラー指定

*****************************************/
.u-base-color {
  color: #000;
}

.u-main-color {
  color: #003265;
}

.u-accent-color {
  color: #ff8236;
}

.u-red {
  color: #ff0000;
}

.u-purple {
  color: #003265;
}

.u-orange {
  color: #ff8236;
}

.u-gray {
  color: #818181;
}

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

_u-font.scss フォント調整

*****************************************/
.u-bold {
  font-weight: bold;
}

.u-font-base {
  font-family: "Noto Sans JP", sans-serif;
}

.u-font-jp {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.u-font-en {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.u-mp {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.u-noto {
  font-family: "Noto Sans JP", sans-serif;
}

/* End Hack *//*# sourceMappingURL=style.css.map */