@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-transition: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

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

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

h1 {
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b, strong {
  font-weight: bold !important;
}

code, kbd, pre, samp, tt {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  position: relative;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
}

button, input {
  /* 1 */
  overflow: visible;
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
}

button, select {
  /* 1 */
  text-transform: none;
}

input, select {
  vertical-align: middle;
}

input:focus {
  outline: 0;
}

textarea {
  overflow: auto;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

summary {
  display: list-item;
}

template, [hidden], .hidden {
  display: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  vertical-align: top;
  border-style: none;
  line-height: 0;
  font-size: 0;
  -ms-interpolation-mode: bicubic;
  background: 0 0;
  zoom: 1;
}

ol, ul {
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  background: 0 0;
}

a:focus {
  outline: 0;
}

a img {
  opacity: 1;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

a img:hover {
  opacity: 0.7;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

a,
button,
input {
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

/*====================================================================================
■01.MARGIN DEFAULT
====================================================================================*/
.m00 {
  margin: 0px !important;
}

.m05 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mt01 {
  margin-top: 1px !important;
}

.mt02 {
  margin-top: 2px !important;
}

.mt03 {
  margin-top: 3px !important;
}

.mt04 {
  margin-top: 4px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt06 {
  margin-top: 6px !important;
}

.mt07 {
  margin-top: 7px !important;
}

.mt08 {
  margin-top: 8px !important;
}

.mt09 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb01 {
  margin-bottom: 1px !important;
}

.mb02 {
  margin-bottom: 2px !important;
}

.mb03 {
  margin-bottom: 3px !important;
}

.mb04 {
  margin-bottom: 4px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb06 {
  margin-bottom: 6px !important;
}

.mb07 {
  margin-bottom: 7px !important;
}

.mb08 {
  margin-bottom: 8px !important;
}

.mb09 {
  margin-bottom: 9px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

/*====================================================================================
■PADDING DEFAULT
====================================================================================*/
.p00 {
  padding: 0px !important;
}

.p01 {
  padding: 1px !important;
}

.p02 {
  padding: 2px !important;
}

.p03 {
  padding: 3px !important;
}

.p04 {
  padding: 4px !important;
}

.p05 {
  padding: 5px !important;
}

.p06 {
  padding: 6px !important;
}

.p07 {
  padding: 7px !important;
}

.p08 {
  padding: 8px !important;
}

.p09 {
  padding: 9px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.p55 {
  padding: 55px !important;
}

.p60 {
  padding: 60px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

/*====================================================================================
■WIDTH DEFAULT
====================================================================================*/
.w5 {
  width: 5% !important;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w49 {
  width: 49% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w59 {
  width: 59% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/*====================================================================================
■MARGIN% DEFAULT
====================================================================================*/
.ml1per {
  margin-left: 1%;
}

.ml2per {
  margin-left: 2%;
}

.ml3per {
  margin-left: 3%;
}

.ml4per {
  margin-left: 4%;
}

.mr1per {
  margin-right: 1%;
}

.mr2per {
  margin-right: 2%;
}

.mr3per {
  margin-right: 3%;
}

.mr4per {
  margin-right: 4%;
}

.mt1per {
  margin-top: 1%;
}

.mt2per {
  margin-top: 2%;
}

.mt3per {
  margin-top: 3%;
}

.mt4per {
  margin-top: 4%;
}

.mt5per {
  margin-top: 5%;
}

.mt6per {
  margin-top: 6%;
}

.mt7per {
  margin-top: 7%;
}

.mt8per {
  margin-top: 8%;
}

.mt9per {
  margin-top: 9%;
}

.mt10per {
  margin-top: 10%;
}

.pd1per {
  padding: 1%;
}

.pd2per {
  padding: 2%;
}

.pd3per {
  padding: 3%;
}

.pd4per {
  padding: 4%;
}

.pull_left {
  float: left;
}

.pull_right {
  float: right;
}

.text_left {
  text-align: left !important;
}

.text_right {
  text-align: right !important;
}

.text_center {
  text-align: center !important;
}

.text_justify {
  text-align: justify !important;
}

.text_nowrap {
  white-space: nowrap !important;
}

.text_lower {
  text-transform: lowercase !important;
}

.text_upper {
  text-transform: uppercase !important;
}

.text_capitalize {
  text-transform: capitalize !important;
}

.text_normal {
  font-weight: normal !important;
}

.text_bold {
  font-weight: bold !important;
}

.text_line {
  text-decoration: underline;
}

.text_noline {
  text-decoration: none !important;
}

.text_over {
  overflow: hidden !important;
}

.fz10 {
  font-size: 10px !important;
}

.fz11 {
  font-size: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz17 {
  font-size: 17px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz19 {
  font-size: 19px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz24 {
  font-size: 24px !important;
}

.lhnm {
  line-height: normal !important;
}

.lh00 {
  line-height: 0 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh20 {
  line-height: 2 !important;
}

.lh23 {
  line-height: 2.3 !important;
}

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.visible {
  visibility: visible;
}

.visible-hidden {
  visibility: hidden;
}

.dispc, .breakpc {
  display: block;
}

@media all and (max-width: 960px) {
  .dispc, .breakpc {
    display: none;
  }
}

.dissp, .breaksp {
  display: block;
}

@media all and (min-width: 961px) {
  .dissp, .breaksp {
    display: none;
  }
}

.flexFont {
  font-size: 100%;
}

.obj__fit, .imgfit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.overflow {
  overflow: hidden;
}

@font-face {
  font-family: "design_plus";
  src: url("./design_plus.eot?v=1.0");
  src: url("./design_plus.eot?v=1.0#iefix") format("embedded-opentype"), url("./design_plus.woff?v=1.0") format("woff"), url("./design_plus.ttf?v=1.0") format("truetype"), url("./design_plus.svg?v=1.0#design_plus") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'tiktok_x_icon';
  src: url("./tiktok_x_icon.eot?v=1.1");
  src: url("./tiktok_x_icon.eot?v=1.1#iefix") format("embedded-opentype"), url("./tiktok_x_icon.woff?v=1.1") format("woff"), url("./tiktok_x_icon.ttf?v=1.1") format("truetype"), url("./tiktok_x_icon.svg?v=1.1#tiktok_x_icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #000;
  line-height: normal;
  font-family: "Noto Sans", sans-serif;
}

@media all and (max-width: 960px) {
  body {
    overflow-x: hidden;
  }
}

body .fontNoto {
  font-family: "Noto Sans", sans-serif;
}

body .fontMincho {
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝', '游明朝体', 'MS 明朝', 'MS Mincho', HiraMinProN-W3, 'TakaoEx明朝', TakaoExMincho, 'MotoyaLCedar', 'Droid Sans Japanese', serif;
}

body .fontSerif {
  font-family: "Noto Serif JP", serif;
}

body .fontUDMincho {
  font-family: "BIZ UDMincho", serif;
}

body .fontNothing {
  font-family: "Nothing You Could Do", cursive;
}

body p {
  font-size: 16px;
  line-height: 28px;
  color: #000;
}

body a {
  color: #000;
  line-height: normal;
}

body img,
body iframe {
  max-width: 100%;
  line-height: 0;
}

.dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.dflex-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.dflex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.dflex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

@media all and (max-width: 960px) {
  .container {
    padding: 0 15px;
  }
}

@media all and (max-width: 639px) {
  .container {
    padding: 0 3%;
  }
}

/* -----------------------------------------------
/* HEADER
-------------------------------------------------- */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}

@media all and (min-width: 961px) {
  .header {
    max-width: 330px;
  }
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (min-width: 961px) {
  .header-top {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header-top--logo {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}

@media all and (min-width: 961px) {
  .header-top--logo {
    height: 100px;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media all and (max-width: 960px) {
  .header-top--logo {
    padding: 17px 15px;
  }
}

.header-top--logo a {
  display: block;
  line-height: 0;
}

@media all and (max-width: 960px) {
  .header-top--logo a img {
    height: 30px;
  }
}

.header-menu {
  position: relative;
  z-index: 98;
  height: calc(100vh - 100px);
  background: -webkit-linear-gradient(top, #073290 0%, #2065AE 100%);
  background: linear-gradient(180deg, #073290 0%, #2065AE 100%);
  overflow: auto;
  scrollbar-width: auto;
  scrollbar-color: #fff;
  padding: 30px 0;
}

@media all and (max-width: 960px) {
  .header-menu {
    position: absolute;
    width: 100%;
    left: -100%;
    top: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 100svh;
    padding-top: 70px;
  }
}

.header-menu::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

@media all and (max-width: 960px) {
  .header-menu::-webkit-scrollbar {
    width: 4px;
  }
}

.header-menu::-webkit-scrollbar-track {
  background: #fff;
}

.header-menu::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

.header-menu::-webkit-scrollbar-thumb:hover {
  background: #fff;
  /* color on hover */
}

.header-menu--link {
  padding: 0 50px;
  width: 100%;
  margin-bottom: 30px;
}

@media all and (max-width: 960px) {
  .header-menu--link {
    display: none;
  }
}

.header-menu--link a {
  font-weight: bold;
  font-size: 20px;
  display: block;
  border: 1px dashed #fff;
  color: #fff;
  text-align: center;
  padding: 6px 5px 7px;
}

@media all and (min-width: 961px) {
  .header-menu--link a:hover {
    background: #fff;
    color: #073290;
  }
}

.header-menu--nav {
  width: 100%;
  padding: 0 50px;
}

.header-menu--nav .header-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: inherit;
}

@media all and (max-width: 960px) {
  .header-menu--nav {
    padding: 0 15px;
  }
  .header-menu--nav p.dissp {
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }
}

@media all and (max-width: 960px) {
  .header-menu--inside {
    position: absolute;
    width: 100%;
    left: -100%;
    top: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
}

.header-menu--cta {
  margin: 60px auto 30px;
}

@media all and (min-width: 961px) {
  .header-menu--cta {
    width: 195px;
    display: grid;
    gap: 30px;
  }
}

@media all and (max-width: 960px) {
  .header-menu--cta {
    max-width: 410px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 15px;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 60px;
  }
  .header-menu--cta a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47%;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
  }
  .header-menu--cta a:last-child {
    margin-top: 15px;
  }
}

.header .copytext {
  text-align: center;
}

@media all and (max-width: 960px) {
  .header .copytext {
    display: none;
  }
}

.header .copytext p {
  font-size: 12px;
  color: #fff;
}

.header .icon-inside, .header .icon-hamburger {
  position: absolute;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
  right: 15px;
  top: 8px;
}

@media all and (max-width: 960px) {
  .header .icon {
    margin-left: 10px;
  }
}

@media all and (min-width: 961px) {
  .header .icon {
    display: none;
  }
}

.header .icon-hamburger {
  z-index: 99;
}

.header .icon-hamburger span {
  left: 0;
  height: 3px;
  position: absolute;
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.header .icon-hamburger span:first-child {
  top: 0;
  background: #3453A0;
}

.header .icon-hamburger span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background: #2244A1;
}

.header .icon-hamburger span:last-child {
  bottom: 0;
  background: #3155B3;
}

.header .icon--img, .header .icon--bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48%;
  width: 66%;
}

.header .icon--img img, .header .icon--bar img {
  max-width: 30px;
}

/* -----------------------------------------------
/* MENU
-------------------------------------------------- */
.menu {
  width: 100%;
}

@media all and (max-width: 960px) {
  .menu {
    max-width: 225px;
    margin: 0 auto;
  }
}

.menu-item {
  border-bottom: 1px dashed #fff;
}

.menu-item a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 16px 15px;
}

@media all and (max-width: 960px) {
  .menu-item a {
    text-align: center;
  }
}

@media all and (min-width: 961px) {
  .menu-item a:hover {
    opacity: 0.8;
  }
}

/* -----------------------------------------------
/* MENU OPEN
-------------------------------------------------- */
.open--menu {
  position: relative;
}

.open--menu .header-menu.show {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.open--menu .icon-hamburger span {
  background: #fff !important;
}

.open--menu .icon-hamburger span:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(-225deg);
      -ms-transform: translateY(11px) rotate(-225deg);
          transform: translateY(11px) rotate(-225deg);
}

.open--menu .icon-hamburger span:nth-child(2) {
  -webkit-transform: translateY(0) rotate(225deg);
      -ms-transform: translateY(0) rotate(225deg);
          transform: translateY(0) rotate(225deg);
  width: 100%;
}

.open--menu .icon-hamburger span:nth-child(3) {
  opacity: 0;
}

/* -----------------------------------------------
/* TEXT LINK
-------------------------------------------------- */
@media all and (min-width: 961px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.alink {
  position: relative;
}

.alink a {
  position: relative;
}

.alink a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.alink a:after {
  bottom: -1px;
  display: block;
  height: 1px;
  width: 0%;
  content: "";
  background-color: #fff;
  left: 50%;
}

@media all and (min-width: 961px) {
  .alink a:hover {
    opacity: 0.7;
    color: #fff;
  }
  .alink a:hover:after {
    opacity: 1;
    width: 100%;
    left: 0;
  }
}

.l-footer {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #eee;
  padding-bottom: 80px;
}

.l-footer .p-pagetop {
  background: #fff;
}

.l-footer .p-pagetop a {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  display: block;
  height: 50px;
  position: relative;
}

.l-footer .p-pagetop a::after {
  content: "\e911";
  font-family: "design_plus";
  font-size: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  -webkit-transition: none;
  transition: none;
}

.l-footer .p-widget-area {
  background: #f6f6f6;
  margin-bottom: 80px;
  padding: 78px 0 61px;
}

.l-footer .p-widget-area__inner {
  text-align: center;
}

.l-footer .l-inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 89.84375%;
  max-width: 1150px;
}

.l-footer .p-footer-widget {
  display: inline-block;
  margin-right: 60px;
  text-align: left;
  vertical-align: top;
}

.l-footer .widget_nav_menu ul {
  margin: 0;
  padding: 0;
}

.l-footer .widget_nav_menu ul li {
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
}

.l-footer .widget_nav_menu ul li a {
  display: block;
  line-height: 1.6;
  padding: 10px 0;
  text-align: left;
  color: #000;
}

.l-footer .l-footer__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}

.l-footer .p-address {
  color: #666;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 25px;
  text-align: center;
}

.l-footer .p-social-nav {
  margin-bottom: 30px;
  text-align: center;
}

.l-footer .p-social-nav__item {
  display: inline;
  margin-right: 12px;
}

.l-footer .p-social-nav__item:last-child {
  margin-right: 0;
}

.l-footer .p-social-nav__item a::before {
  font-family: "design_plus";
  -webkit-transition-property: none;
  transition-property: none;
}

.l-footer .p-social-nav__item a:hover {
  color: #004353;
}

.l-footer .p-social-nav__item--facebook a::before {
  content: "\e902";
}

.l-footer .p-social-nav__item--twitter a::before {
  font-family: 'tiktok_x_icon';
  content: "\e901";
}

.l-footer .p-social-nav__item--instagram a::before {
  content: "\ea92";
}

.l-footer .p-social-nav__item--rss a::before {
  content: "\e90b";
}

.l-footer .p-copyright {
  color: #666;
  font-size: 13px;
  text-align: center;
}

.l-footer .p-copyright small {
  font-size: 100%;
}

@media only screen and (max-width: 767px) {
  .l-footer .p-widget-area {
    margin-bottom: 40px;
    padding: 40px 0 4px;
  }
  .l-footer .p-widget-area__inner {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding: 0 20px;
  }
  .l-footer .p-footer-widget {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .l-footer .p-footer-widget.widget_nav_menu {
    width: 50%;
  }
}

@media all and (min-width: 961px) {
  section.main-body .section {
    padding-left: 330px;
  }
}

section.main-body .titpage {
  text-align: center;
  margin-bottom: 70px;
}

@media all and (max-width: 960px) {
  section.main-body .titpage {
    margin-bottom: 30px;
  }
}

section.main-body .titpage .tit-en {
  font-size: 64px;
  color: #073290;
  font-weight: normal;
  font-family: "Nothing You Could Do", cursive;
}

@media all and (max-width: 960px) {
  section.main-body .titpage .tit-en {
    font-size: 32px;
    margin-bottom: 10px;
  }
}

section.main-body .titpage .tit-jp {
  font-size: 24px;
  color: #44474B;
}

@media all and (max-width: 960px) {
  section.main-body .titpage .tit-jp {
    font-size: 14px;
  }
}

section.main-body .tith3 {
  font-size: 32px;
  color: #3176C1;
  font-weight: bold;
  margin-bottom: 10px;
}

@media all and (max-width: 960px) {
  section.main-body .tith3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.banner {
  background: url(../images/mainmv.png) no-repeat center center;
  background-size: cover;
}

@media all and (min-width: 961px) {
  .banner {
    padding-left: 330px;
    min-height: 920px;
    height: 100vh;
  }
  .banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;          /* ← center から end に変更 */
    -webkit-align-items: flex-end;   /* ← center から flex-end に変更 */
        -ms-flex-align: end;          /* ← center から end に変更 */
            align-items: flex-end;   /* ← center から flex-end に変更 */
    height: 100%;
  }
}

@media all and (max-width: 960px) {
  .banner {
    background: none;
    margin-top: 64px;
  }
}

.banner .img img {
  width: 100%;
}

.banner .img p {
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: -webkit-linear-gradient(top, #073290 0%, #2065AE 100%);
  background: linear-gradient(180deg, #073290 0%, #2065AE 100%);
  padding: 10px;
}

.banner .txt {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 40px 40px 40px 40px;  /* ← 四隅すべて角丸に変更（下端から離れるため） */
  max-width: 1050px;
  text-align: center;
  width: 100%;
  padding: 20px 10px;
}

@media all and (min-width: 961px) {
  .banner .txt {
    margin-bottom: 300px;  /* ← 画面下からの距離。腰あたりに合わせるための余白 */
  }
}


@media all and (max-width: 960px) {
  .banner .txt {
    padding: 30px 0;
  }
}

.banner .txt p {
  font-family: "BIZ UDMincho", serif;
  font-size: 24px;
}

@media all and (max-width: 1320px) {
  .banner .txt p {
    font-size: 20px;
  }
}

@media all and (max-width: 960px) {
  .banner .txt p {
    font-size: 14px;
  }
}

.banner h2 {
  color: #073290;
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝', '游明朝体', 'MS 明朝', 'MS Mincho', HiraMinProN-W3, 'TakaoEx明朝', TakaoExMincho, 'MotoyaLCedar', 'Droid Sans Japanese', serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.4;
}

@media all and (max-width: 1320px) {
  .banner h2 {
    font-size: 40px;
  }
}

@media all and (max-width: 960px) {
  .banner h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.sectionWork {
  padding-top: 60px;
  padding-bottom: 130px;
}

@media all and (max-width: 960px) {
  .sectionWork {
    padding-bottom: 0;
  }
}

.sectionWork.sectionWork1 {
  background: url(../images/bgworking.png) no-repeat center center;
  background-size: cover;
}

@media all and (max-width: 960px) {
  .sectionWork.sectionWork1 {
    /* background: url(../images/bgworking_sp.png) no-repeat top center;
    background-size: contain; */
    background: none;
    padding-top: 64px;
  }
  .sectionWork.sectionWork1 .bgsp{
    background: url(../images/bgworking_sp.png) no-repeat top center;
    padding-bottom: 40px;
    padding-top: 40px;
    background-size: cover;
    width: 106%;
    padding-left: 3%;
    padding-right: 3%;
    margin-left: -3%;
  }
}

.sectionWork.sectionWork2 {
  padding: 130px 0;
}

@media all and (max-width: 960px) {
  .sectionWork.sectionWork2 {
    padding: 60px 0 0;
  }
}

.sectionWork .boxenvironment {
  position: relative;
  margin-top: 180px;
}

@media all and (min-width: 1700px) {
  .sectionWork .boxenvironment {
    margin-left: -70px;
    margin-right: -70px;
  }
}

@media all and (max-width: 960px) {
  .sectionWork .boxenvironment {
    margin-top: 30px;
  }
}

.sectionWork .boxenvironment .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  max-width: 535px;
}

@media all and (max-width: 960px) {
  .sectionWork .boxenvironment .img {
    display: none;
  }
}

.sectionWork .boxenvironment .txt {
  padding-top: 40px;
}

@media all and (min-width: 961px) {
  .sectionWork .boxenvironment .txt {
    padding-left: 47%;
  }
}

@media all and (min-width: 1700px) {
  .sectionWork .boxenvironment .txt {
    padding-left: 42%;
  }
}

@media all and (max-width: 1320px) {
  .sectionWork .boxenvironment .txt {
    padding-top: 20px;
  }
}

@media all and (max-width: 960px) {
  .sectionWork .boxenvironment .txt img {
    width: 100%;
  }
}

.sectionWork .boxenvironment p.desc {
  color: #44474B;
  font-size: 18px;
}

@media all and (max-width: 1320px) {
  .sectionWork .boxenvironment p.desc {
    font-size: 16px;
  }
}

@media all and (max-width: 960px) {
  .sectionWork .boxenvironment p.desc {
    margin-top: 15px;
  }
}

.sectionWork .boxenvironment .im2 {
  margin-top: 30px;
  margin-left: -120px;
  position: relative;
  z-index: 2;
  max-width: 415px;
  width: 54%;
}

@media all and (max-width: 960px) {
  .sectionWork .boxenvironment .im2 {
    display: none;
  }
}

.sectionWork .boxinfo {
  margin-top: 50px;
  background: #fff;
  border: 1px dashed #3176C1;
  border-bottom-right-radius: 30px;
  padding: 45px 70px 20px;
}

@media all and (max-width: 1500px) {
  .sectionWork .boxinfo {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media all and (max-width: 960px) {
  .sectionWork .boxinfo {
    margin-top: 0;
    padding: 30px 20px;
  }
}

.sectionWork .boxinfo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 30px;
  gap: 5px;
}

@media all and (max-width: 1380px) {
  .sectionWork .boxinfo ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px;
  }
}

@media all and (max-width: 960px) {
  .sectionWork .boxinfo ul {
    gap: 8px;
    margin-bottom: 10px;
  }
}

.sectionWork .boxinfo ul li {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sectionWork .boxinfo ul li:nth-child(4) span {
  margin-left: -10px;
  margin-right: -10px;
}

@media all and (max-width: 1380px) {
  .sectionWork .boxinfo ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media all and (max-width: 960px) {
  .sectionWork .boxinfo ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 31.5%;
        -ms-flex: 0 1 31.5%;
            flex: 0 1 31.5%;
    margin-bottom: 5%;
  }
}

.sectionWork .boxinfo span {
  font-weight: bold;
  font-size: 20px;
  display: block;
  text-align: center;
  line-height: 1.4;
  color: #44474B;
  margin-top: 10px;
}

@media all and (max-width: 1400px) {
  .sectionWork .boxinfo span {
    font-size: 16px;
  }
}

@media all and (max-width: 960px) {
  .sectionWork .boxinfo span {
    font-size: 13px;
  }
}

.sectionWork .boxinfo img {
  max-width: 145px;
  border-radius: 30px;
}

@media all and (max-width: 960px) {
  .sectionWork .boxinfo img {
    width: 100%;
    border-radius: 10px;
  }
}

.sectionWork .boxinfo p.text_right a {
  color: #F47920;
}

@media all and (min-width: 961px) {
  .sectionWork .boxinfo p.text_right a:hover {
    text-decoration: underline;
  }
}

@media all and (max-width: 960px) {
  .sectionWork .boxinfo p.text_right {
    font-size: 12px;
  }
}

@media all and (min-width: 961px) {
  .sectionWork .boxworkplace {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sectionWork .boxworkplace .txt {
    padding-right: 50px;
  }
  .sectionWork .boxworkplace .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31%;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
  }
}

@media all and (max-width: 1500px) {
  .sectionWork .boxworkplace .txt {
    padding-right: 40px;
  }
}

@media all and (max-width: 960px) {
  .sectionWork .boxworkplace .txt {
    padding-right: 0;
  }
}

@media all and (max-width: 960px) {
  .sectionWork .boxworkplace .img {
    margin-bottom: 30px;
  }
  .sectionWork .boxworkplace .img img {
    width: 100%;
  }
}

.sectionWork .boxworkplace p.desc {
  color: #44474B;
}

.sectionWork .boxworkplace h4 {
  display: inline-block;
  font-size: 24px;
  color: #3176C1;
  margin-top: 30px;
  background: url(../images/ico-case.svg) no-repeat right center;
  padding-right: 60px;
}

@media all and (max-width: 960px) {
  .sectionWork .boxworkplace h4 {
    font-size: 16px;
    margin: 30px 0 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.sectionWork .listcase {
  margin-top: 10px;
}

@media all and (max-width: 960px) {
  .sectionWork .listcase {
    margin-top: 0;
  }
}

.sectionWork .listcase li {
  padding: 14px 0;
}

.sectionWork .listcase li:nth-child(2) {
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
}

@media all and (min-width: 961px) {
  .sectionWork .listcase li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sectionWork .listcase span {
  font-weight: bold;
}

.sectionWork .listcase span:first-child {
  color: #3176C1;
  font-size: 21px;
  margin-right: 30px;
}

@media all and (max-width: 960px) {
  .sectionWork .listcase span:first-child {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
  }
}

.sectionWork .listcase span:last-child {
  color: #000;
  font-size: 16px;
}

@media all and (max-width: 960px) {
  .sectionWork .listcase span:last-child {
    font-size: 14px;
  }
}

.sectionWork .boxsupport {
  margin: 0 auto;
  margin-top: 120px;
  max-width: 980px;
}

@media all and (max-width: 960px) {
  .sectionWork .boxsupport {
    margin-top: 60px;
  }
}

.sectionWork .boxsupport h3 {
  text-align: center;
  margin-bottom: 20px;
}

.sectionWork .boxsupport p.desc {
  color: #44474B;
  padding: 0 80px;
}

@media all and (max-width: 1240px) {
  .sectionWork .boxsupport p.desc {
    padding: 0;
  }
}

.sectionWork .boxsupport h4 {
  margin: 30px 0;
  font-size: 24px;
  color: #44474B;
  text-align: center;
}

@media all and (max-width: 960px) {
  .sectionWork .boxsupport h4 {
    font-size: 16px;
  }
}

.sectionWork .listdetails {
  background: -webkit-linear-gradient(top, #E8EFFD 0%, #F5F5F5 100%);
  background: linear-gradient(180deg, #E8EFFD 0%, #F5F5F5 100%);
  border: 1px dashed #3176C1;
  border-radius: 20px;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
}

@media all and (max-width: 1240px) {
  .sectionWork .listdetails {
    padding: 40px 20px;
    gap: 25px;
  }
}

@media all and (max-width: 960px) {
  .sectionWork .listdetails {
    padding: 35px 15px;
    gap: 30px;
  }
}

.sectionWork .listdetails .details {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 20px);
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
  background: #fff;
  border: 1px dashed #3176C1;
  text-align: center;
  min-height: 210px;
  padding: 55px 5px;
}

@media all and (min-width: 961px) {
  .sectionWork .listdetails .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (max-width: 1240px) {
  .sectionWork .listdetails .details {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 13px);
        -ms-flex: 0 0 calc(50% - 13px);
            flex: 0 0 calc(50% - 13px);
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
  }
}

@media all and (max-width: 960px) {
  .sectionWork .listdetails .details {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 15px);
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
    min-height: 115px;
    padding: 12px 5px 10px;
  }
}

@media all and (max-width: 640px) {
  .sectionWork .listdetails .details {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.sectionWork .listdetails h5 {
  font-size: 20px;
  color: #3176C1;
  margin-bottom: 10px;
}

@media all and (max-width: 960px) {
  .sectionWork .listdetails h5 {
    font-size: 16px;
  }
}

.sectionWork .listdetails p {
  padding: 0;
}

@media all and (max-width: 960px) {
  .sectionWork .listdetails p {
    font-size: 14px;
  }
}

.sectionJob {
  padding: 130px 0 260px;
}

@media all and (max-width: 960px) {
  .sectionJob {
    padding: 64px 0 0;
  }
}

.sectionJob .boxjob {
  margin-bottom: 100px;
}

@media all and (min-width: 961px) {
  .sectionJob .boxjob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sectionJob .boxjob .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31%;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
  }
  .sectionJob .boxjob .txt {
    padding-left: 40px;
  }
}

@media all and (max-width: 960px) {
  .sectionJob .boxjob {
    margin-bottom: 30px;
  }
  .sectionJob .boxjob p {
    font-size: 14px;
  }
  .sectionJob .boxjob img {
    width: 100%;
  }
}

.sectionJob .boxjob h4 {
  font-size: 24px;
  color: #3176C1;
  padding: 15px 0;
  margin-top: -18px;
}

.sectionJob .boxjob h4.ico1 {
  background: url(../images/ico-job1.svg) no-repeat left center;
  padding-left: 55px;
}

@media all and (max-width: 960px) {
  .sectionJob .boxjob h4.ico1 {
    background-size: 24px;
    padding-left: 35px;
  }
}

.sectionJob .boxjob h4.ico2 {
  background: url(../images/ico-job2.svg) no-repeat left center;
  padding-left: 95px;
}

@media all and (max-width: 960px) {
  .sectionJob .boxjob h4.ico2 {
    background-size: 77px;
  }
}

.sectionJob .boxjob h4.ico3 {
  background: url(../images/ico-job3.svg) no-repeat left center;
  padding-left: 55px;
}

@media all and (max-width: 960px) {
  .sectionJob .boxjob h4.ico3 {
    background-size: 22px;
    padding-left: 35px;
  }
}

@media all and (max-width: 960px) {
  .sectionJob .boxjob h4 {
    font-size: 16px;
    margin-top: 15px;
  }
}

.sectionJob .boxdaily {
  margin: 0 auto;
  margin-top: 170px;
  max-width: 1100px;
}

@media all and (max-width: 960px) {
  .sectionJob .boxdaily {
    margin-top: 60px;
  }
}

.sectionJob .boxdaily h3 {
  text-align: center;
  margin-bottom: 50px;
}

@media all and (max-width: 960px) {
  .sectionJob .boxdaily h3 {
    margin-bottom: 40px;
  }
}

.sectionJob .boxtabs {
  background: -webkit-linear-gradient(top, #E8EFFD 0%, #F5F5F5 100%);
  background: linear-gradient(180deg, #E8EFFD 0%, #F5F5F5 100%);
  border: 1px dashed #3176C1;
  border-radius: 20px;
}

@media all and (max-width: 960px) {
  .sectionJob .boxtabs {
    border-radius: 10px;
    border-top-right-radius: 0;
  }
}

.sectionJob .tabslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sectionJob .tabslist li {
  font-size: 24px;
  font-weight: bold;
  background: rgba(49, 118, 193, 0.5) url(../images/ico-check.svg) no-repeat left 23px center;
  padding-left: 30px;
  color: #fff;
  border: 1px dashed #FFFFFF;
  border-radius: 20px 0 0 0;
  width: 260px;
  padding: 12px 0 16px 60px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media all and (max-width: 960px) {
  .sectionJob .tabslist li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-size: 12px;
    width: auto;
    background-size: 16px;
    background-position: left 5px center;
    padding: 13px 0 15px 25px;
    border-top-left-radius: 10px;
  }
}

.sectionJob .tabslist li.active {
  background: #3176C1 url(../images/ico-checked.svg) no-repeat left 23px center;
  margin-top: -16px;
  padding-top: 20px;
  padding-bottom: 24px;
}

@media all and (max-width: 960px) {
  .sectionJob .tabslist li.active {
    background-size: 16px;
    background-position: left 5px center;
    margin: 0;
    padding: 13px 0 15px 25px;
  }
}

.sectionJob .tab-content {
  padding: 40px 60px;
}

@media all and (max-width: 960px) {
  .sectionJob .tab-content {
    padding: 30px;
  }
}

.sectionJob .tab-content li {
  padding: 15px 0;
  border-bottom: 1px solid #000;
}

.sectionJob .tab-content li:last-child {
  border-bottom: 0;
}

.sectionInterview {
  padding: 130px 0;
  background: url(../images/bginterview.png) no-repeat top center;
  background-size: cover;
}

@media all and (max-width: 960px) {
  .sectionInterview {
    padding: 64px 0 70px;
    margin-top: 60px;
    background: url(../images/bginterview_sp.png) repeat-y top center;
    background-size: contain;
  }
  .sectionInterview .titpage {
    margin-bottom: 40px !important;
  }
  .sectionInterview p {
    font-size: 14px;
  }
}

.sectionInterview h4,
.sectionCeo h4 {
  font-size: 24px;
  color: #3176C1;
}

@media all and (max-width: 960px) {
  .sectionInterview h4,
  .sectionCeo h4 {
    font-size: 16px;
  }
}

.sectionInterview .boxinterview {
  margin: 0 auto;
  max-width: 1020px;
  margin-bottom: 100px;
}

@media all and (min-width: 961px) {
  .sectionInterview .boxinterview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sectionInterview .boxinterview .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 28%;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
  }
}

@media all and (max-width: 960px) {
  .sectionInterview .boxinterview {
    margin-bottom: 30px;
  }
  .sectionInterview .boxinterview .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sectionInterview .boxinterview .img img {
    width: 50%;
    margin-right: 5%;
  }
}

.sectionInterview .boxinterview .txt {
  padding-left: 50px;
  margin-top: -5px;
}

@media all and (max-width: 1500px) {
  .sectionInterview .boxinterview .txt {
    padding-left: 40px;
  }
}

@media all and (max-width: 960px) {
  .sectionInterview .boxinterview .txt {
    padding: 0;
    margin: 0;
  }
}

.sectionInterview .boxinterview h4 {
  margin-bottom: 5px;
  margin-top: 30px;
}

.sectionInterview .boxinterview h4:first-child {
  margin-top: 0;
}

@media all and (max-width: 960px) {
  .sectionInterview .boxinterview h4 {
    margin-top: 15px;
  }
}

.sectionCeo {
  padding: 130px 0;
}

@media all and (min-width: 961px) {
  .sectionCeo .boxceo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sectionCeo .boxceo .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47%;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
  }
}

.sectionCeo .boxceo .txt {
  padding-left: 60px;
  margin-top: -5px;
}

@media all and (max-width: 1500px) {
  .sectionCeo .boxceo .txt {
    padding-left: 40px;
  }
}

@media all and (max-width: 960px) {
  .sectionCeo {
    padding: 0 0 60px 0;
    margin-top: -40px;
  }

  .sectionCeo .boxceo .txt {
    padding: 0;
    margin-top: 15px;
  }
}

.sectionCeo .boxceo h4 {
  margin-bottom: 10px;
}

.sectionCeo .boxceo h5 {
  font-size: 20px;
  margin-top: 10px;
}

@media all and (max-width: 960px) {
  .sectionCeo .boxceo h5 {
    font-size: 16px;
    margin-top: 30px;
  }
}

.sectionData {
  padding: 130px 0;
}

@media all and (max-width: 960px) {
  .sectionData {
    padding: 60px 0;
  }
}

.sectionData .listdata {
  display: inline-grid;
  grid-gap: 15px;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

@media all and (max-width: 960px) {
  .sectionData .listdata {
    grid-gap: 8px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.sectionEmployee {
  padding: 130px 0;
}

@media all and (max-width: 960px) {
  .sectionEmployee {
    padding: 64px 0 60px;
  }
  .sectionEmployee .tith3 {
    font-size: 16px !important;
  }
}

.sectionEmployee .listemployee {
  margin-top: 35px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}

@media all and (max-width: 960px) {
  .sectionEmployee .listemployee {
    margin: 20px 0 30px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 8px;
  }
  .sectionEmployee .listemployee p {
    font-size: 12px;
    text-align: left;
    line-height: 1.6;
  }
  .sectionEmployee .listemployee.grid4 li:last-child {
    margin-left: 0;
    margin-right: auto;
  }
}

.sectionEmployee .listemployee:last-child {
  margin-bottom: 0;
}

.sectionEmployee .listemployee h5 {
  font-size: 20px;
  color: #3176C1;
  margin: 15px 0 10px;
}

@media all and (min-width: 1600px) {
  .sectionEmployee .listemployee h5.nowrap {
    white-space: nowrap;
  }
}

@media all and (max-width: 960px) {
  .sectionEmployee .listemployee h5 {
    font-size: 13px;
    margin-top: 10px;
  }
}

.sectionEmployee .listemployee li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(25% - 12px);
      -ms-flex: 0 0 calc(25% - 12px);
          flex: 0 0 calc(25% - 12px);
  max-width: 288px;
}

@media all and (max-width: 960px) {
  .sectionEmployee .listemployee li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33% - 6px);
        -ms-flex: 0 0 calc(33% - 6px);
            flex: 0 0 calc(33% - 6px);
    margin-bottom: 15px;
  }
}

.sectionFaq {
  padding: 130px 0;
  background: -webkit-linear-gradient(top, #E8EFFD 0%, #F5F5F5 100%);
  background: linear-gradient(180deg, #E8EFFD 0%, #F5F5F5 100%);
}

@media all and (max-width: 960px) {
  .sectionFaq {
    padding: 64px 0 60px;
  }
}

.sectionFaq dl {
  margin-bottom: 60px;
}

@media all and (max-width: 960px) {
  .sectionFaq dl {
    margin-bottom: 30px;
  }
}

.sectionFaq dl:last-child {
  margin-bottom: 0;
}

.sectionFaq dl dt {
  font-size: 20px;
  font-weight: bold;
  color: #3176C1;
  border-bottom: 1px dashed #000;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sectionCompany {
  padding: 130px 0 260px;
}

@media all and (max-width: 960px) {
  .sectionCompany {
    padding: 64px 0 60px;
  }
}

.sectionCompany table {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
}

.sectionCompany table td {
  font-size: 18px;
  padding: 19px 0;
  display: block;
  width: 100%;
  border-bottom: 1px dashed #073290;
}

.sectionCompany table td:last-child {
  border-bottom: 0;
}

.sectionCompany .listlogo {
  margin: 0 auto;
  max-width: 1180px;
  margin-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 960px) {
  .sectionCompany .listlogo {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 15px;
  }
  .sectionCompany .listlogo li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

@media all and (max-width: 960px) {
  .sectionMap iframe {
    height: 450px;
  }
}
