@charset "UTF-8";
/*!
Theme Name:astec-recruit
Description:株式会社アステック | 福岡県新宮町を拠点にビルの設備保守・改修 未経験者も歓迎いたします。
Theme URI:https://www.astec-recruit.jp
Version: 1.0
License:astec-recruit
License URI:https://www.astec-recruit.jp
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

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

リセット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,
hgroup,
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: 2;
}

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


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

body設定(主に書式)

*****************************************/
body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #FFF;
  color: #2F2F2F;
  line-height: 1.7;
  min-width: 1180px;
  overflow-x: hidden;
}

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


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

ページ共通

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


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

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p,
figcaption {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}

h1 {
  color: #1967A5;
  font-size: 2.8em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

h2 {
  color: rgb(38, 38, 38);
  line-height: 1.2;
  font-size: 42px;
  margin-bottom: 30px;
  font-weight: 500;
}

h3 {
  color: rgb(3, 84, 115);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-block: 20px;
}

@media screen and (max-width: 767px) {

  li,
  tt,
  tr,
  dt,
  dd,
  p,
  figcaption {
    font-size: 1.4rem;
  }

  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 1.6rem;
  }
}

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

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

*****************************************/
a:link,
a:visited {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover,
a:active {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a img.img_opacity {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.7;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

a.tel_link:link,
a.tel_link:visited,
a.tel_link:hover,
a.tel_link:active {
  color: #2F2F2F;
  text-decoration: none;
}


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

pcヘッダー

*****************************************/
@media print,
screen and (min-width: 768px) {

  #sp_navi,
  #toggle {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  #header {
    width: 100%;
    height: auto;
  }

  .header_box {
    width: 100%;
    height: 110px;
  }

  .header_area .logo {
    text-align: left;
    max-width: 314px;
    margin-block: auto;
    z-index: 1;
  }

  .header_box {
    width: 100%;
    height: auto;
  }

  .header_box .logo {
    width: 100%;
    max-width: 354px;
    flex-shrink: 0;
  }


  .header_info>div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .header_info_coulum {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 160px;
  }

  .header_info {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .header_info .logo {
    flex-shrink: 0;
  }

  .header_info>div {
    margin-left: auto;
    text-align: right;
  }

  .contact {
    padding-top: 10px;
    position: absolute;
    top: 0;
    right: 0;
    aspect-ratio: 1 / 1;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    width: 150px;
    height: 160px;
    background: rgb(0, 165, 227);
    flex-shrink: 0;
  }

  .contact a {
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
    transition: 0.3s;
  }

  .contact:hover {
    opacity: 0.7;
  }

  .contact img {
    max-width: 100px;
    height: auto;
    filter: brightness(0) invert(1);
  }

  .header_info_box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .header_tel,
  .header_fax {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: right;
  }

  .header_tel::before {
    content: "";
    width: 22px;
    height: 23px;
    background: url("images/tel.png") no-repeat center;
    display: block;
    flex-shrink: 0;
  }

  .header_fax::before {
    content: "";
    width: 22px;
    height: 23px;
    background: url("images/fax.png") no-repeat center;
    display: block;
    flex-shrink: 0;
  }

  .header_fax {
    font-size: 24px;
    font-weight: bold;
  }
}


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

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }

  #header {
    position: relative;
    width: 100%;
  }

  #g_navi {
    display: none;
  }

  #sp_navi .sp_logo {
    width: 100%;
    background: linear-gradient(180deg, rgba(230, 242, 255, 0.77), rgba(230, 242, 255, 0.77), rgba(230, 242, 255, 0.77), transparent);
    padding-bottom: 20px;
  }

  .header_info_right {
    display: none;
  }

  .header_area {
    margin-bottom: 10px;
  }

  .header_box .logo {
    padding-top: 10px;
  }

  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    border: 1px solid rgb(255, 255, 255);
    background: rgb(0, 165, 227);
    cursor: pointer;
    z-index: 9999;
  }

  #toggle div {
    position: relative;
  }

  #toggle span {
    display: block;
    position: absolute;
    right: 12px;
    width: 26px;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }

  #toggle span:nth-child(1) {
    top: 11px;
  }

  #toggle span:nth-child(2) {
    top: 18px;
  }

  #toggle span:nth-child(3) {
    top: 25px;
  }

  #toggle::after {
    position: absolute;
    content: "メニュー";
    line-height: 1.2;
    font-size: 1.1rem;
    color: #FFF;
    text-align: center;
    bottom: 5px;
    left: 0;
    width: 100%;
  }

  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }

  .open_navi #toggle span {
    background: #FFF;
  }

  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-315deg);
    -ms-transform: translateY(7px) rotate(-315deg);
    transform: translateY(7px) rotate(-315deg);
  }

  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }

  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(315deg);
    -ms-transform: translateY(-7px) rotate(315deg);
    transform: translateY(-7px) rotate(315deg);
  }

  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: rgba(0, 165, 227, 0.8);
    ;
    z-index: 9998;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;

  }

  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }

  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }

  #sp_navi .menu {
    padding: 70px 20px 40px;
    text-align: center;
  }


  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    color: #FFF;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    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 {
    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;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }

  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #2c90df;
    background: #FFF;
  }

  #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: #2c90df;
    text-decoration: none;
  }

  #sp_navi .sub-menu li a:hover {
    color: #FFF;
    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: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }

  #sp_navi .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }

  .logo {
    width: 60%;
    margin-right: 50px;
  }


  .contact {
    display: none;
  }



  #sp_navi .sp_navi_info {
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    padding-inline: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  #sp_navi .sp_navi_info::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(images/entry_bg.jpg) no-repeat center top / cover;
    opacity: 0.75;
    z-index: -1;
  }

  #sp_navi .sp_navi_info ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  #sp_navi .sp_navi_info li {
    width: 280px;
    /* ボタン画像に合わせる場合 */
  }
}

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

pc用 横ナビ

*****************************************/
#g_navi {
  width: 1020px;
  margin: 0 20px 0 auto;
}

#g_navi .menu {
  *zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}

#g_navi .menu>li {
  position: relative;
  flex: 1 1 160px;
  min-width: 120px;
  height: 50px;
  width: auto;
  text-align: center;
}

#g_navi .menu>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#g_navi .menu>li>a span {
  display: block;
  margin-top: 10px;
  color: rgb(0, 165, 227);
  font-size: 1.1rem;
}

#g_navi .menu>li>a:link,
#g_navi .menu>li>a:visited {
  color: #2F2F2F;
}

#g_navi .menu>li>a:hover,
#g_navi .menu>li>a:active {
  color: #555;
}



#g_navi .menu li ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  list-style: none;
  width: 100%;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

#g_navi .menu li ul li {
  width: 100%;
}

#g_navi .menu li ul li a {
  display: block;
  width: auto;
  padding: 12px 5px;
  background-color: rgb(0, 165, 227);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  visibility: hidden;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

#g_navi .menu li ul li a:link,
#g_navi .menu li ul li a:visited {
  background-color: rgb(118, 189, 57);
  color: #FFF;
}

#g_navi .menu li ul li a:hover,
#g_navi .menu li ul li a:active {
  background-color: rgba(118, 189, 57, 0.8);
  color: #FFF;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

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

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

/* ナビ下線用 */
@media print,
screen and (min-width: 768px) {
  .menu>li>a {
    position: relative;
    display: inline-block;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }

  .menu>li>a::before,
  .menu>li>a::after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 0;
    height: 3px;
    background-color: rgb(0, 165, 227);
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }

  .menu>li>a::before {
    left: 50%;
  }

  .menu>li>a::after {
    right: 50%;
  }

  .menu>li>a:hover::before,
  .menu>li>a:hover::after {
    width: 50%;
    opacity: 0.8;
  }
}

@media screen and (max-width: 1200px) {

  .header_area {
    position: relative;
    display: flex;
    align-items: center;
  }

  .header_box .logo,
  .header_area .logo {
    max-width: 280px;
    flex-shrink: 0;
  }

  .header_area .logo img {
    width: 100%;
    height: auto;
  }

  .header_info {
    flex: 1;
    min-width: 0;
    margin-right: 0;
    text-align: right;
  }

  .header_info>div {
    align-items: flex-end;
  }

  .header_tel,
  .header_fax {
    font-size: 20px;
  }

  .header_info p {}


  .contact {
    width: 120px;
    height: 130px;
    padding-top: 10px;
    font-size: 15px;
  }

  .contact img {
    width: 70px;
    height: auto;
  }

}

@media screen and (max-width: 1280px) {

  .header_info_box {
    flex-direction: row;
    gap: 20px;
    justify-content: flex-end;
  }

}



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

メインビジュアル

*****************************************/
#slider {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  background: url(images/slider_bg.jpg) no-repeat left bottom/ contain;
  padding-bottom: 20px;
}

#slider .metaslider {
  width: 85%;
  height: auto;
  margin-left: auto;
}


@media print,
screen and (min-width: 768px) {
  #slider .slider_txt {
    position: absolute;
    top: 50%;
    left: 30%;
    z-index: 1;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
  }

  #slider .slider_txt img {
    width: 50vw;
    max-width: 980px;
    min-width: 650px;
    height: auto;
  }

  #mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: auto;
  }
}

@media print,
screen and (min-width: 768px) {}

#mv {
  position: relative;
  overflow: hidden;
}

#mv .mv_txt {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 36px;
  font-family: "A-OTF Shin Go Pro";
  color: rgb(0, 0, 0);
  font-weight: bold;
  -webkit-text-stroke: 8px #fff;
  paint-order: stroke fill;
}

@media screen and (max-width: 1180px) {
  #slider .metaslider {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}

.ms-edit-frontend {
  display: none;
}


@media screen and (max-width: 767px) {
  #slider {
    position: relative;
    text-align: right;
    width: 100% !important;
  }

  #slider .metaslider {
    width: 90%;
  }

  #slider .slider_txt {
    position: absolute;
    width: 50%;
    left: 5%;
    top: 25%;
    margin: 20px auto 0;
  }

  #slider .slider_txt img {
    width: 100%;
    max-width: 700px;
    min-width: 0 !important;
    height: auto;
  }

  #mv {
    position: relative;
    height: 180px;
    overflow: hidden;
  }

  #mv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  #mv .mv_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;

    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
    padding: 0;

    font-weight: bold;
    -webkit-text-stroke: 4px #fff;
    paint-order: stroke fill;
  }

  #mv,
  #mv .mv_txt,
  #page_main,
  #single_main {
    z-index: 1;
  }
}


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

content 共通設定

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

#page_main {
  width: 1020px;
  margin: 0 auto 60px;
}

#top_main {
  width: 100%;
}


main#single_main {
  width: 920px;
  margin: 0 auto 60px;
}

.breadcrumb_area {
  width: 1020px;
  margin: 0 auto 30px;
  padding-top: 20px;
}

.breadcrumb_area .breadcrumb {
  text-align: right;
}

.breadcrumb_area .breadcrumb p {
  font-size: 1.4rem;
}

.breadcrumb_area .breadcrumb p a {
  color: #2F2F2F;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

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

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

@media screen and (max-width: 767px) {

  #top_main {
    width: 100%;
    box-sizing: border-box;
  }

  #top_main * {
    box-sizing: border-box;
  }

  .breadcrumb_area {
    width: 100%;
    margin-bottom: 20px;
  }

  .breadcrumb_area .breadcrumb p {
    font-size: 1.2rem;
  }

  #top_main,
  #top_main section,
  #top_main div,
  #top_main ul,
  #top_main li {
    max-width: 100% !important;
    box-sizing: border-box;
  }

  #top_main {
    overflow: hidden;
  }

  #page_main {
    width: 100%;
    padding-inline: 15px;
  }
}



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

contentトップ用

*****************************************/
.top_box01 {
  width: 100%;
  height: auto;
  background: url(images/topbox01_bg.jpg) no-repeat left bottom;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.top_box01_txt {
  position: relative;
  background-color: rgb(255, 255, 255, 0.71);
  box-shadow: 0px 13px 8.7px 1.3px rgba(204, 204, 204, 0.47);
  width: 1200px;
  height: auto;
  padding-inline: 100px;
  padding-bottom: 10px;
  padding-top: 140px;
  margin: 100px;
}

.top_box01 .txt_box {
  margin-bottom: 40px;
}

.youtube {
  display: block;
  text-align: -webkit-center;
  unicode-bidi: isolate;
  background: url(images/youtube_bg.jpg) no-repeat center center;
  padding-block: 50px;
  padding-inline: 15px;
}

.top_box02 {
  width: 100%;
  text-align: center;
  padding-inline: 15px;
}


.top_box02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 40px;
}

.reason_list {
  width: calc((100% - 40px) / 3);
}

.reason_list img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
}

.reason_list p {
  text-align: left;
  width: 100%;
}

.top_box03 {
  width: 100%;
  height: auto;
  text-align: center;

}

.top_box03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.top_box03 ul li {
  width: 320px;
  height: 260px;
  border-width: 1px;
  border-color: rgb(2, 57, 78);
  border-style: solid;
  background-color: rgb(227, 242, 248);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top_box03 ul li .img-wrap {
  max-width: 100%;
  height: 148px;
  /* 一番高い画像に合わせる */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.top_box03_work {
  margin-bottom: 60px;
}

.top_box04 {
  width: 100%;
}

.top_box04 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.top_box04 li {
  width: 50%;
  list-style: none;
}

.top_box04 img {
  display: block;
  width: 100%;
  height: auto;
}

.top_box05 {
  width: 100%;
  height: auto;
  text-align: center;
}

.top_box05_list {
  width: 1200px;
  height: auto;
  margin-inline: auto;
  margin-bottom: 60px;
}

.top_box05 details {
  text-align: left;
  background-color: rgba(230, 239, 248, 0.58);
  height: auto;
  padding: 30px;
  margin-bottom: 30px;
}

.top_question {
  font-size: 32px;
  display: flex;
  justify-content: flex-start;
  position: relative;
  gap: 20px;
  cursor: pointer;
}

details[open] .top_question {
  border-bottom: rgb(2, 57, 78) 1px solid;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.top_question::after {
  content: "+";
  font-size: 2em;
  position: absolute;
  right: 15px;
  top: 50%;
  color: #999;
  font-weight: normal;
  text-align: center;
  transform: translateY(-50%);
  transition: 0.3s;
}

details[open] .top_question::after {
  content: "－";
  font-weight: 800;
  font-size: 4rem;
}

.top_question p {
  font-size: 32px;
  font-weight: 500;
}

.top_question::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(images/img_q.png) no-repeat left center;

}

.top_answer {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}


.top_answer::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background: url("images/img_a.png") center / contain no-repeat;
}

@media print,
screen and (min-width: 768px) {}

@media screen and (max-width: 1280px) {
  .top_box01_txt div h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .top_box01_txt div h2 {
    font-size: 24px;
  }

  .top_box01_txt {

    width: 100%;
    height: auto;
    padding-inline: 15px;
    padding-bottom: 10px;
    padding-top: 60px;
    margin: 10px;
  }

  .top_box01 .txt_box {
    margin-bottom: 20px;
  }

  .youtube {
    background-position: -620px center;
  }

  .youtube iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1020 / 630;
  }

  .reason_list {
    width: 100%;
    padding-inline: 15px;
  }

  .top_box03 {
    padding-inline: 15px;
  }

  .top_box03 ul {
    gap: 10px;
  }

  .top_box03 ul li {
    width: 48%;
    aspect-ratio: 1 / 1;
    /* 正方形 */
    height: auto;
    box-sizing: border-box;
  }

  .top_box03 ul li .img-wrap {
    width: 100%;
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .top_box03 ul li .img-wrap img {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
    object-fit: contain;
  }

  .top_box04 li {
    width: 100%;
  }

  .top_box05_list {
    width: 100%;
    padding-inline: 15px;
    margin-bottom: 40px;
  }

  .top_box05 details {
    padding: 15px;
    margin-bottom: 15px;
  }

  .top_question {
    font-size: 18px;
    gap: 10px;
    padding-right: 35px;
    /* +と重ならないように */
    align-items: flex-start;
  }

  .top_question p {
    font-size: 18px;
    line-height: 1.5;
  }

  .top_question::before {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    background-size: contain;
  }

  .top_question::after {
    right: 0;
    font-size: 1.4em;
  }

  details[open] .top_question {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .top_answer {
    gap: 10px;
  }

  .top_answer::before {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
  }

  .top_answer p {
    font-size: 14px;
    line-height: 1.8;
  }

  .top_question p,
  .top_answer p {
    flex: 1;
    min-width: 0;
  }
}

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

news トップ用

*****************************************/
.news_box {
  position: relative;
  padding: 80px calc((100% - 1140px) / 2) 110px;
  background: #FDF9E0;
}

.news_box .news_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.news_box .btn01 {
  margin: 50px auto 0;
}

.news_list {
  width: 270px;
}

.news_list figure {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #8CB3D2;
}

.news_list .date {
  display: block;
  margin-bottom: 3px;
  color: #1967A5;
  font-size: 1.6rem;
  font-weight: bold;
}

.news_list h3 {
  font-size: 1.6rem;
  font-weight: normal;
}

.news_list h3 a {
  color: #2F2F2F;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

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

.news_list h3 a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .news_box {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
    padding: 50px 10px 60px;
  }

  .news_box .news_post {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 4%;
  }

  .news_box .btn01 {
    margin-top: 25px;
  }

  .news_list {
    width: 48%;
  }

  .news_list figure {
    margin-bottom: 12px;
    border-radius: 10px;
  }

  .news_list .date {
    margin-bottom: 0;
    font-size: 1.3rem;
  }

  .news_list h3 {
    font-size: 1.4rem;
  }
}


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

content下層用

*****************************************/
/* フレックス設定 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
}

.flex_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.txt_540 {
  width: 540px;
  font-size: 16px;
}

.txt_center {
  text-align: center;
}

@media screen and (max-width: 767px) {

  .flex figure,
  .flex_r figure {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .txt_540 {
    font-size: 1.4rem;
  }
}


/* 03先輩の声 */
.voice_list {
  margin-bottom: 40px;
}

.voice_list img {
  object-fit: contain;
}

@media screen and (max-width: 767px) {}

/* 04仕事内容 */

.work_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 30px;
}

.work_list li {
  width: 320px;
  margin-bottom: 40px;
}

/* 05教育体制・キャリアアップ */
.flow {
  display: flex;
  justify-content: space-between;
}

.flow li {
  height: 240px;
  display: flex;
  align-items: center;
  /* 縦中央 */
  justify-content: center;
  /* 横中央 */
  text-align: center;
}

.flow li p {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: rgb(7, 38, 68);
}

.flow01 {
  width: 180px;
  background-color: rgb(227, 242, 248);
  clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%);
}

.flow02 {
  padding-left: 15px;
  width: 220px;
  background-color: rgb(227, 242, 248);
  clip-path: polygon(88% 0, 100% 50%, 88% 100%, 0 100%, 12% 50%, 0 0);
}

.flow03 {
  width: 200px;
  background-color: rgb(227, 242, 248);
  clip-path: polygon(88% 0%, 88% 50%, 88% 100%, 0% 100%, 12% 50%, 0% 0%);
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
}

.flow01 p {
  margin-right: 15px;
}

.flow03 p {
  margin-left: 15px;
}


.session {
  padding-inline: 30px;
  padding-bottom: 30px;
  padding-top: 20px;
  background-color: rgb(227, 242, 248);
}

@media screen and (max-width: 767px) {
  .flow {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .flow li {
    position: relative;
    width: 100%;
    max-width: 350px;
    height: 100px;
    margin-bottom: 30px;
  }

  .flow01,
  .flow02,
  .flow03 {
    width: 100%;
    padding: 0;
    clip-path: none;
    background-color: rgb(227, 242, 248);
  }

  .flow01 p,
  .flow03 p {
    margin: 0;
  }

  /* 下向き矢印 */
  .flow li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -24px;
    transform: translateX(-50%);

    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 24px solid rgb(227, 242, 248);
  }

  .session {
    padding-inline: 15px;
    padding-bottom: 20px;
  }
}

/* 07エントリー*/
.tel {
  width: 300px;
  height: 80px;
  font-size: 32px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-align: center;
  padding-left: 20px;
  text-decoration: none !important;
  color: inherit;
}

.tel a {
  color: rgb(38, 38, 38);
}

.tel::before {
  content: "";
  width: 22px;
  height: 23px;
  background: url("images/tel.png") no-repeat center;
  display: block;
}

/* 08よくある質問 */
.faq_box {
  width: 100%;
  text-align: center;
}

.faq_box li {
  text-align: left;
  background-color: rgba(230, 239, 248, 0.58);
  height: auto;
  padding: 30px;
  margin-bottom: 30px;
}

.question {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: rgb(2, 57, 78) 1px solid;
}

.question p {
  font-size: 24px;
  font-weight: 500;
}

.question::before {
  align-self: center;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background: url(images/img_q.png) center / contain no-repeat;
  ;
}

.answer {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}


.answer::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background: url("images/img_a.png") center / contain no-repeat;
}


@media screen and (max-width: 767px) {

  .faq_box li {

    padding: 15px;
    margin-bottom: 20px;
  }

  .question {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .question p {
    font-size: 16px;
  }

  .question::before {
    align-self: auto;
  }
}

@media print,
screen and (min-width: 768px) {

  .recruit_flow_list li:first-child::before,
  .recruit_flow_list li:nth-child(2)::before {
    position: absolute;
    content: "";
    top: 50%;
    right: -30px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #777;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/*エントリーフォーム*/

.site_policy {
  padding: 30px;
  background-color: rgb(236, 248, 253);
  text-align: center;
}

.site_policy dt {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}

.site_policy dd {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .recruit_flow_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 35px 0;
  }

  .recruit_flow_list li {
    width: 100%;
    padding: 15px 0;
    font-size: 1.6rem;
  }

  .recruit_flow_list li:first-child,
  .recruit_flow_list li:nth-child(2),
  .recruit_flow_list li:last-child {
    background-size: auto 48px;
  }

  .recruit_flow_list li:first-child::before,
  .recruit_flow_list li:nth-child(2)::before {
    position: absolute;
    content: "";
    bottom: -25px;
    left: 50%;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #777;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .site_policy {
    padding: 20px 15px;
  }

  .site_policy dd {
    text-align: left;
    font-size: 1.3rem;
  }
}


/* アクセス */
@media screen and (max-width: 767px) {
  .googlemap {
    width: 100%;
  }

  .googlemap iframe {
    aspect-ratio: 4/3;
    width: 100%;
    height: auto;
  }
}


/* ブログ */
.blog_parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog_parts figure {
  width: 400px;
  border-radius: 10px;
  border: 1px solid #8CB3D2;
}

.blog_parts .blog_txt {
  width: 580px;
}

.blog_parts .blog_txt h2 {
  font-size: 2.2rem;
}

.blog_parts .blog_txt .date {
  display: block;
  margin-bottom: 10px;
  color: #999;
  font-size: 1.5rem;
}

.blog_parts .blog_txt .btn02 {
  width: 240px;
  margin: 20px 0 0 auto;

}

@media print,
screen and (min-width: 768px) {
  .blog_parts .blog_txt .btn02 a {
    font-size: 1.6rem;
  }
}

.blog_parts:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .blog_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 4%;
  }

  .blog_parts {
    width: 48%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .blog_parts figure {
    width: 100%;
    margin-bottom: 12px;
  }

  .blog_parts .blog_txt {
    width: 100%;
  }

  .blog_parts .blog_txt h2 {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }

  .blog_parts .blog_txt .date {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }

  .blog_parts .blog_txt p {
    font-size: 1.2rem;
  }

  .blog_parts .blog_txt .btn02 {
    width: 130px;
    margin: 20px auto 0;
  }

  .blog_parts .blog_txt .btn02 a::before {
    display: none;
  }

  .blog_parts:not(:last-child) {
    margin-bottom: 0;
  }
}


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

single.php

*****************************************/
.single_box .date {
  display: block;
  margin-bottom: 15px;
  color: #999;
  font-size: 1.5rem;
}

.single_box img {
  max-width: 900px;
  width: auto;
  height: auto;
  margin: 10px 10px 10px 0;
}

.nav-below {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 70px auto 0;
}

.nav-below .list {
  width: 250px;
  background: #1967A5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-below .list a {
  display: block;
  padding: 15px 5px;
  color: #FFF;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
}

.nav-below .list:hover {
  background: #2c90df;
}

.nav-below>a {
  display: block;
  width: 140px;
  padding: 15px 5px;
  background: #EFCC09;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-below>a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-below>a:hover {
  background: #f7da34;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

a.page-numbers {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.page-numbers:link,
a.page-numbers:visited {
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.page-numbers:hover,
a.page-numbers:active {
  color: #999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pager {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
  font-size: 16px;
}

.pager a,
.pager span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  height: 45px;
  border: 1px solid #ccc;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}

.pager a:hover {
  background: #777;
  color: #fff;
}

.pager .current {
  background: #777;
  color: #fff;
  border-color: #777;
}



@media screen and (max-width: 767px) {
  .single_box .date {
    font-size: 1.4rem;
  }

  .single_box img {
    max-width: 100%;
    margin: 10px 0;
  }

  .nav-below {
    width: 100%;
    margin-top: 50px;
  }

  .nav-below .list {
    width: 40%;
  }

  .nav-below .list a {
    font-size: 1.3rem;
  }

  .nav-below>a {
    width: 30%;
    font-size: 1.3rem;
  }
}


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

aside

*****************************************/
.bottom_area {
  text-align: center;
  width: 100%;
  height: auto;
  background: url(images/entry_bg.jpg) no-repeat center top/cover;
  padding-top: 80px;
  padding-bottom: 50px;
}

.bottom_area ul {
  justify-content: center;
  gap: 50px;
}

@media print,
screen and (min-width: 768px) {}


@media screen and (max-width: 767px) {
  .bottom_area {
    width: 100%;
    height: auto;
    padding-inline: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 10px;
  }

  .bottom_area p {
    text-align: left;
  }

  .bottom_area ul {
    justify-content: center;
    gap: 20px;
  }
}


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

テーブル

*****************************************/
.overview_table {
  width: 100%;
  border-collapse: collapse;
}

.overview_table th,
.overview_table td {
  border: 1px solid rgb(0, 165, 227);
  text-align: left;
  vertical-align: middle;
  ;
}

.overview_table th {
  text-align: center;
  padding: 12px 20px;
  width: 20%;
  background: rgb(234, 243, 252);
  font-weight: bold;
}

.overview_table td {
  padding-block: 20px;
  padding-left: 50px;
  width: 80%;
  background: #FFF;
}

.overview_table.Ver02 th {
  width: 30%;
}

.overview_table.Ver02 td {
  width: 70%;
}

@media screen and (max-width: 767px) {

  .overview_table {
    margin-bottom: 40px;
  }

  .overview_table th,
  .overview_table td {
    display: block;
    width: 100%;
    padding: 12px 15px;
  }

  .overview_table th {
    border-bottom: none;
  }

  .overview_table tr:not(:last-child) td {
    margin-bottom: 10px;
  }

  .overview_table.Ver02 th,
  .overview_table.Ver02 td {
    display: block;
    width: 100%;
    padding: 12px 15px;
  }

  .overview_table.Ver02 th {
    border-bottom: none;
  }

  .overview_table.Ver02 tr:not(:last-child) td {
    margin-bottom: 10px;
  }

}

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

ボタン

*****************************************/
.btn01 {
  font-weight: 400;
  font-size: 18px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  width: 250px;
  height: 70px;
  background-color: rgb(0, 165, 227);
  padding-block: 16px;
}

.btn01 a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  width: 100%;
  color: #FFF;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.btn01 a:before {
  position: absolute;
  top: 42%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.btn01:hover,
.btn02:hover {
  opacity: 0.7;
}



.btn_two {
  gap: 50px;
  justify-content: left;
}

.bottom_tel {
  width: 280px;
  height: 80px;
  font-size: 32px;
  font-weight: bold;
  border-width: 1px;
  border-color: rgb(0, 165, 227);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-align: center;
  padding-left: 10px;
}

.bottom_tel a {
  color: rgb(38, 38, 38);
  text-decoration: none;
}

.bottom_tel::before {
  content: "";
  width: 22px;
  height: 23px;
  background: url("images/tel.png") no-repeat center;
  display: block;
}

.btn02 {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  width: 280px;
  height: 80px;
  background-color: rgb(0, 165, 227);
  padding-block: 20px;
}

.btn02 a {
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  align-items: center;
  color: #FFF;
  letter-spacing: 0.05em;
  text-align: center;
}

.work_btn {
  display: flex;
  justify-content: center;
}

.bnr_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 50px;
}


.btn03 {
  width: 400px;
  height: 100px;
  background-color: rgb(227, 242, 248);
  border: rgb(2, 57, 78) 1px solid;
  text-align: center;
}

.btn04 {
  width: 400px;
  height: 100px;
  background-color: rgb(227, 242, 248);
  border: rgb(2, 57, 78) 1px solid;
  text-align: center;
}

.c_bnr01 {
  height: 130px;
  width: auto;
  max-height: 130px;
}

.c_bnr02 {
  height: 125px;
  width: auto;
  max-height: 125px;
}

.btn03 {
  font-size: 24px;
  color: rgb(7, 38, 68);
  font-weight: bold;
  text-decoration: none;
}

.btn03 a {
  color: rgb(7, 38, 68);
  text-decoration: none;
}

.btn03:hover {
  opacity: 0.7;
}

.btn04 {
  font-size: 24px;
  color: rgb(7, 38, 68);
  font-weight: bold;
  text-decoration: none;
}

.btn04 a {
  color: rgb(7, 38, 68);
  text-decoration: none;
}

.btn04:hover {
  opacity: 0.7;
}

.bnr_box li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.b_btn {
  width: 350px;
  border-radius: 50px;
  border: 2px solid #FFF;
  background: #1967A5;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.b_btn a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 13px 0;
  width: 100%;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

.b_btn a:before {
  position: absolute;
  top: 42%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #FDE459;
  border-right: 3px solid #FDE459;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.b_btn:hover {
  background: #FFF;
}

.b_btn:hover a {
  color: #1967A5;
}

.b_btn:hover a::before {
  right: 15px;
  border-top-color: #1967A5;
  border-right-color: #1967A5;
}

@media screen and (max-width: 767px) {
  .btn_two {
    gap: 20px;
    margin-bottom: 20px;
  }

  .btn_two .btn01 {
    margin: 0 auto;
  }

  .btn_three {
    flex-wrap: wrap;
    justify-content: center;
  }

  .btn01 a,
  .btn02 a {
    font-size: 1.6rem;
  }

  .bnr_box {
    justify-content: center;
  }


  .btn03 {
    width: 250px;
    height: 100px;
  }

  .bnr_box a {
    text-decoration: none;
  }

  .btn03 a {
    font-size: 20px;
  }

  .btn03:hover {
    opacity: 0.7;
  }

  .btn04 {
    width: 250px;
    height: 100px;
  }

  .btn04 a {
    font-size: 20px;
  }

  .btn03:hover {
    opacity: 0.7;
  }

  .c_bnr01 {
    height: 100px;
  }

  .c_bnr02 {
    height: 100px;
  }

}

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

共通div

*****************************************/
.mb110 {
  margin-bottom: 110px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt40 {
  margin-top: 40px;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {

  .mb110,
  .mb100,
  .mb95,
  .mb90,
  .mb85,
  .mb80,
  .mb75,
  .mb70,
  .mb65,
  .mb60,
  .mb55 {
    margin-bottom: 50px;
  }

  .mb60 {
    margin-bottom: 40px;
  }



  .mb55,
  .mb50 {
    margin-bottom: 30px;
  }

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

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

P

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

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

.middle_br {
  display: none;
}

/* 配置 */
.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

@media print,
screen and (min-width: 768px) {
  .txt_center_pc {
    text-align: center;
  }
}

/* 赤文字*/
.red {
  color: #c52d2d;
}

/* 強調*/
.bold {
  font-weight: bold;
}

.yellow {
  color: #ff5c3d;
}

.blue {
  color: #c9994c;
}

.gray {
  color: #666;
}

.big {
  font-size: 1.8rem;
}

.big_20 {
  font-size: 2rem;
}

.big_22 {
  font-size: 2.2rem;
}

/* 小文字*/
.small {
  font-size: 1.2rem;
}

.small_14 {
  font-size: 1.4rem;
}

.small_15 {
  font-size: 1.5rem;
}

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

  .big_20 {
    font-size: 1.8rem;
  }

  .big_22 {
    font-size: 2rem;
  }

  .txt_center {
    text-align: left;
  }

  .pc_br {
    display: none;
  }

  .sp_br {
    display: block;
  }
}

@media screen and (max-width: 1280px) {
  .middle_br {
    display: block;
  }
}

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

img

*****************************************/
/* ホバー時にズーム */
figure.img_zoom {
  position: relative;
  overflow: hidden;
}

figure.img_zoom a {
  display: block;
  position: relative;
  background: rgb(0, 165, 227);
}

figure.img_zoom a::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  content: "詳しく見る";
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}

figure.img_zoom a::after {
  display: block;
  content: "";
  padding-top: 75%;
}

figure.img_zoom img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

figure.img_zoom:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

figure.img_zoom:hover a::before,
figure.img_zoom:hover a::after {
  opacity: 1;
}

.img460 {
  width: 460px;
  height: auto;
}

.img400 {
  width: 400px;
}


.img440 {
  width: 440px;
}

.img320 {
  width: 320px;
  height: auto;
}

.img_radius {
  border-radius: 10px;
}

.img_wauto {
  width: auto;
}

.img_hauto {
  height: auto;
}

.mi_auto {
  margin-inline: auto;
}

.mb_auto {
  margin-block: auto;
}

@media screen and (max-width: 767px) {
  .img_zoom::before {
    font-size: 1.4rem;
  }

  .img460 {
    width: 100%;
    max-width: 460px;
  }

  .img400 {
    width: 100%;
    max-width: 400px;
  }

  .img440 {
    width: 100%;
    max-width: 440px;
  }
}


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

トップページタイトル

*****************************************/
.top_headline {
  font-size: 130px;
  font-family: "Noto Sans JP",
    sans-serif;
  color: rgba(0, 165, 227, 0.6);
  font-weight: bold;
  line-height: 0.6;
  margin-bottom: 50px;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}


.top_subhead01 {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 42px;
  font-family: "Noto Sans CJK JP", sans-serif;
  color: rgb(38, 38, 38);
  margin-bottom: 60px;
  padding-bottom: 30px;
}

.top_subhead01::after {
  content: "";
  position: absolute;
  left: 25%;
  bottom: -10px;
  width: 50%;
  height: 5px;
  background: rgb(118, 189, 57);
}

.top_subhead02 {
  margin-bottom: 35px;
  padding: 2px 0 2px 35px;
  border-left: 8px solid #1967A5;
  color: #2F2F2F;
  font-size: 3rem;
}

.bottom_area_tit {
  font-size: 36px;
  letter-spacing: 3px;
}

.bottom_area_tit::first-letter {
  color: rgb(0, 165, 227);
}

.bottom_area_tit span {
  font-size: 16px;
  display: block;
}


.top_subhead03 {
  font-size: 46px;
  color: rgb(38, 38, 38);
  font-weight: bold;
  line-height: 1.5;
}

.top_subhead03 span {
  font-size: 20px;
  display: block;
  color: rgb(0, 165, 227);
  margin-bottom: 10px;
  font-weight: 400;
}

.h3top_subhead01 {
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 36px;
  color: rgb(38, 38, 38);
  padding-bottom: 40px;

}

.h3top_subhead01::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 200%;
  height: 3px;
  background: linear-gradient(to right,
      rgba(2, 57, 78, 0),
      rgba(2, 57, 78, 1) 50%,
      rgba(2, 57, 78, 0));
  margin-bottom: 20px;
  transform: translateX(-50%);
  margin-bottom: 20px;
}

.top_worklist_tit {
  font-size: 28px;
  color: rgb(2, 57, 78);
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_headline {
    font-size: 50px;
  }

  .top_subhead01 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

  .top_subhead02 {
    margin-bottom: 25px;
    padding: 2px 0 2px 25px;
    border-left: 4px solid #1967A5;
  }

  .top_subhead03 {
    font-size: 24px;
  }

  .top_subhead03 span {
    font-size: 16px;
  }

  .h3top_subhead01 {
    font-size: 20px;
    padding-bottom: 20px;
  }

  .top_worklist_tit {
    font-size: 18px;
  }

  .bottom_area_tit {
    font-size: 24px;
  }

  .bottom_area_tit span {
    font-size: 14px;
  }
}


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

下層ページタイトル

*****************************************/
.headline {
  text-align: center;
  font-size: 32px;
  color: rgb(38, 38, 38);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 60px;
}

.headline span {
  font-size: 20px;
  display: block;
  color: rgb(0, 165, 227);
  margin-bottom: 10px;
  font-weight: 400;
}


.h2_subhead01 {
  text-align: left;
  font-size: 24px;
  border-bottom: rgb(1, 35, 48) 1px solid;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.h2_subhead01::before {
  content: "";
  width: 5px;
  height: 24px;
  background: linear-gradient(to bottom,
      rgb(0, 165, 227) 0%,
      rgb(0, 165, 227) 50%,
      rgb(118, 189, 57) 50%,
      rgb(118, 189, 57) 100%)
}

.h3_subhead01 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.h3_subhead02 {
  color: rgb(38, 38, 38);
  font-size: 24px;
  border-bottom: rgb(0, 165, 227) 2px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.h4_subhead01 {
  font-size: 20px;
  color: rgb(0, 165, 227);
  margin-bottom: 10px;
}

.recruit_flow h3 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid #EFCC09;
  color: #2F2F2F;
}

@media screen and (max-width: 767px) {
  .headline {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .headline span {
    font-size: 18px;
    margin-bottom: 10px;
  }


  .h2_subhead01 {
    font-size: 20px;
  }

  .h2_subhead01::before {
    content: "";
    width: 3px;
    height: 18px;
    background: linear-gradient(to bottom,
        rgb(0, 165, 227) 0%,
        rgb(0, 165, 227) 50%,
        rgb(118, 189, 57) 50%,
        rgb(118, 189, 57) 100%)
  }

  .h3_subhead01 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .h3_subhead02 {
    font-size: 18px;
  }

  .h4_subhead01 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}


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

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  #pc_footer {
    display: none;
  }

  #sp_footer {
    position: relative;
  }

  #sp_footer .sp_bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 55px;
    bottom: 0;
    left: 0;
    z-index: 99;
  }

  #sp_footer .sp_bnr .sp_bnr_parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 25%;
    background: rgb(0, 165, 227);
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }

  #sp_footer .sp_bnr .sp_bnr_parts:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
  }

  #sp_footer .sp_bnr .sp_bnr_parts>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

  #sp_footer .sp_bnr .sp_bnr_parts img {
    width: 20px;
    height: 20px;
    margin-bottom: 7px;
  }

  #sp_footer .sp_bnr .sp_bnr_parts p {
    color: #FFF;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
  }

  #sp_footer .sp_footer_box {
    padding-bottom: 60px;
  }

  #sp_footer .sp_footer_box .sp_logo {
    width: 260px;
    margin: 0 auto 15px;
  }

  #sp_footer .sp_footer_box .sp_add {
    margin-bottom: 10px;
    text-align: center;
  }

  #sp_footer .sp_footer_box .sp_copyright {
    display: block;
    font-size: 1.1rem;
    text-align: center;
  }
}


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

pc_footer

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

  #pc_footer {
    position: relative;
    width: 100%;
    text-align: center;
  }

  .pagetop {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 99;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }

  .pagetop:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .pc_footer_box {
    margin-bottom: 40px;
  }

  .footer_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 60px;
    text-align: left;

  }

  .footer_link dt {
    font-size: 18px;
    font-weight: bold;
  }

  .footer_link dd a {
    color: inherit;
    text-decoration: none;
  }

  .footer_link dd a::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 1px;
    background: currentColor;
    margin-right: 8px;
    vertical-align: middle;
  }

  .footer_link dd a:hover {
    text-decoration: underline;
    opacity: 0.7;
  }

  .pc_footer_box .footer_add {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }

  .pc_copyright {
    display: block;
    padding: 10px 0;
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 30px;
  }

  .pc_footer iframe {
    width: 100%;
    height: auto;
  }
}


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

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid #CCC;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid #CCC;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.tc {
  text-align: center;
}

.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px #rgb(0, 165, 227) solid;
  border-radius: 8px;
  background-color: rgb(0, 165, 227);
  color: #fff;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 30px;
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}

.wpcf7 .tc input[type=submit]:hover {
  -webkit-box-shadow: 0 0 1px 1px rgba(25, 103, 165, 0.3);
  box-shadow: 0 0 1px 1px rgba(25, 103, 165, 0.3);
  background-color: #fff;
  color: rgb(0, 165, 227);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px rgb(0, 165, 227) solid;
  -webkit-box-shadow: 0 0 2px 2px rgba(25, 103, 165, 0.5);
  box-shadow: 0 0 2px 2px rgba(25, 103, 165, 0.5);
}

.wpcf7-text {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.2rem;
}

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

.form_row .form_input_post {
  width: 180px;
}

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

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type=tel],
.wpcf7 .form_input input[type=email],
.wpcf7 .form_input input[type=tel],
.wpcf7 .form_input input[type=text],
.wpcf7 .form_input_post input[type=text],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid rgb(0, 165, 227);
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type=checkbox] {
  display: none;
}

.wpcf7 .form_input input[type=checkbox]+span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]+span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid rgb(0, 165, 227);
  border-radius: 4px;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7 .form_input input[type=checkbox]+span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid rgb(0, 165, 227);
  border-right: 3px solid rgb(0, 165, 227);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]:checked+span {
  color: #002565;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]:checked+span:before {
  opacity: 1;
  border: 1px solid rgb(0, 165, 227);
  -webkit-box-shadow: 0 0 2px 2px rgba(25, 103, 165, 0.5);
  box-shadow: 0 0 2px 2px rgba(25, 103, 165, 0.5);
  background-color: rgb(0, 165, 227);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]:checked+span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .form_input input[type=radio] {
  display: none;
}

.wpcf7 .form_input input[type=radio]+span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=radio]+span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpcf7 .form_input input[type=radio]+span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=radio]:checked+span:before {
  -webkit-box-shadow: 0 0 2px 2px rgba(25, 103, 165, 0.5);
  box-shadow: 0 0 2px 2px rgba(25, 103, 165, 0.5);
}

.wpcf7 .form_input input[type=radio]:checked+span:after {
  opacity: 1;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: rgb(0, 165, 227);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid rgb(0, 165, 227);
  border-right: 1px solid rgb(0, 165, 227);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid rgb(0, 165, 227);
  border-right: 1px solid rgb(0, 165, 227);
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid rgb(0, 165, 227);
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fefefe;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(25, 103, 165, 0.7)), to(rgba(25, 103, 165, 0.7)));
  background-image: linear-gradient(90deg, rgba(25, 103, 165, 0.7), rgba(25, 103, 165, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease, outline 0.2s ease;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type=text]:focus,
.wpcf7 .form_input input[type=tel]:focus,
.wpcf7 .form_input input[type=email]:focus,
.wpcf7 .form_input input[type=url]:focus,
.wpcf7 .form_input input[type=date]:focus,
.wpcf7 .form_input input[type=number]:focus,
.wpcf7 .form_input_post input[type=text]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type=tel]:focus {
  outline: 0;
  border: 1px #002565 solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(25, 103, 165, 0.3);
  box-shadow: 0 0 1px 1px rgba(25, 103, 165, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #002565 solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(25, 103, 165, 0.3);
  box-shadow: 0 0 1px 1px rgba(25, 103, 165, 0.3);
}

.wpcf7-response-output {
  font-size: 1.5em;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }

  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }

  .wpcf7-submit {
    width: 100%;
  }

  .wpcf7 .tc input[type=submit] {
    font-size: 16px;
  }

  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 30px;
  }

  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }

  .form_row .form_input {
    width: 100%;
  }

  .wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wpcf7-radio .wpcf7-list-item {
    margin-left: 10px;
  }

  .ajax-loader {
    width: auto;
  }

  .wpcf7-response-output {
    font-size: 1.3em;
  }
}


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

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 */