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

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: sans-serif;
  line-height: 1.0;
}

br {
  letter-spacing: 0;
}

ul,
li {
  list-style: none;
}

img,
a img {
  border: 0;
  text-decoration: none;
  vertical-align: top;
}

mark {
  background: #ff0;
  color: #000;
}

b,
strong {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: sans-serif;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

div:after,
ul:after {
  content: "";
  display: block;
  clear: both;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

a {
  background-color: transparent;
  outline: 0;
}

a:link {
  color: #3366CC;
  text-decoration: underline;
}

a:visited {
  color: #3366CC;
  text-decoration: underline;
}

a:hover {
  color: #1a428c;
  text-decoration: none;
}

a:active {
  color: #99CCFF;
  text-decoration: none;
}

/* -------------------------------------------------------
Layout
---------------------------------------------------------- */







/* -------------------------------------------------------
Detail
---------------------------------------------------------- */

/* -------------------------------------------------------
for SmartPhone
---------------------------------------------------------- */
@media only screen and (max-width:1023px) {
  body {
    font-family: sans-serif;
  }

  .pcv {
    display: none;
  }

  a {
    text-decoration: none;
  }

  .title {
    padding: 8px 0 8px 16px;
    text-align: left;
  }

  .title img {
    height: 60px;
  }

  .title h1 {
    font-weight: normal;
  }

  /* nav */
  nav.gnav {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    background: #fff;
    color: #111;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
  }

  nav.gnav ul {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    padding: 0;
  }

  nav.gnav ul li {
    width: 100%;
    height: 64px;
    padding: 0;
    border-bottom: 1px dotted #ccc;
    font-size: 1.1em;
  }


  nav.gnav ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  nav.gnav ul li a {
    display: block;
    color: #111;
    /*padding: 1em 0;*/
    line-height: 64px;
  }

  nav.gnav ul li:first-child {
    box-sizing: border-box;
    height: auto;
    padding: 16px;
    text-align: left;
  }

  nav.gnav ul li:first-child p {
    line-height: 1.8;
  }

  nav.gnav ul li:first-child a {
    display: inline-block;
    padding: 0 1em;
    background: #011440;
    border-radius: 8px;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    line-height: 48px;
  }

  nav.gnav ul li:first-child a img {
    display: inline-block;
    height: 20px;
    margin-right: 4px;
    vertical-align: baseline;
  }


  /* このクラスを、jQueryで付与・削除する */
  nav.gnav.active {
    transform: translateY(0%);
  }

  .navtoggle {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    z-index: 100;
    background: #40b7e0;
    text-align: center;
  }

  .navtoggle span {
    display: block;
    position: absolute;
    /* .navToggleに対して */
    width: 40px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 12px;
  }

  /* 最初のspanをマイナス45度に */
  .navtoggle.active span:nth-child(1) {
    top: 24px;
    left: 12px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* 2番目と3番目のspanを45度に */
  .navtoggle.active span:nth-child(2),
  .navtoggle.active span:nth-child(3) {
    top: 24px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .navtoggle span:nth-child(1) {
    top: 15px;
  }

  .navtoggle span:nth-child(2) {
    top: 24px;
  }

  .navtoggle span:nth-child(3) {
    top: 33px;
  }

  .navtoggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 10px;
    font-weight: bold;
    top: 48px;
  }



  /* wrap */
  .container {
    padding-bottom: 40px;
    background: url(../images/bg.jpg) no-repeat left top;
    background-size: cover;
  }


  .fv {
    position: relative;
    min-height: 320px;
    background: url(../images/main_bg.jpg) no-repeat center bottom;
    background-size: cover;
  }

  .fv .catch {
    position: absolute;
    top: 64px;
    right: 0;
    left: 0;
    margin: auto;
    color: #111;
    font-weight: bold;
    text-align: center;
  }

  .top_main_body {
    margin: 5% 3% 0;
    background: #fff;
    border-radius: 8px 8px 0 0;
  }

  .top_main_body .section {
    padding: 32px 16px;
  }

  .top_main_body .inner_box p {
    font-size: 120%;
    line-height: 2.0;
    word-break: break-all;
  }

  /* main */
  .sc_t_box {
    text-align: center;
  }

  .sc_t {
    display: inline-block;
    margin-bottom: 1.2em;
    padding-bottom: .5em;
    border-bottom: 4px solid #40b7e0;
    color: #111;
    font-size: 5vw;
  }

  .c_main_bg {
    padding-top: 16px;
  }

  .c_main_body {
    margin: 5% 3% 0;
    background: #fff;
    border-radius: 8px 8px 0 0;
  }

  .c_main_body .section {
    padding: 32px 16px;
  }

  .c_main_body .inner_box p {
    font-size: 120%;
    line-height: 2.0;
  }

  ul.list {
    margin-left: 32px;
  }

  ul.list li {
    list-style: disc;
    margin-bottom: .5em;
    font-size: 120%;
    line-height: 1.8;
  }


  /* flow */
  .flow_table table {
    width: 100%;
  }

  .flow_table th {
    width: 40px;
    padding-top: 16px;
    text-align: left;
  }

  .flow_table th span {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #ffa200;
    border-radius: 50%;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    vertical-align: top;
  }

  .flow_table td {
    vertical-align: top;
  }

  .flow_table td p {
    font-size: 120%;
    line-height: 2.0;
  }

  .flow_table td .flow_item {
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #000;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .2em;
  }

  .flow_table td .flow_item rt {
    letter-spacing: normal;
  }

  .flow_notes {
    position: relative;
    margin-top: 40px;
    padding: 24px 16px 16px;
    border: 3px solid #e53274;
    border-radius: 10px;
  }

  .flow_notes_t {
    position: absolute;
    top: -40px;
    left: 16px;
    display: inline-block;
    padding: 8px 16px;
    background: #e53274;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    letter-spacing: .2em;
    z-index: 1;
  }

  .f_n_txt {
    margin-left: 1em;
    text-indent: -1em;
  }

  .flow_arr {
    text-align: center;
  }

  .flow_arr img {
    width: 60px;
    padding: 24px 0;
  }

  .calendar {
    margin-top: 48px;
    padding: 0 16px;
    text-align: center;
  }

  .calendar img {
    width: 100%;
  }

  .calendar p {
    margin-top: 1em;
  }

  /* faq */
  .faq dl+dl {
    margin-top: 56px;
  }

  .faq dt {
    font-size: 120%;
    font-weight: bold;
  }

  .faq dd {
    margin-top: 1em;
    padding-left: 32px;
    font-size: 120%;
    line-height: 2.0;
  }

  .faq dt>.q {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background: #2693d4;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
  }

  .faq dd img {
    width: 100%;
    max-width: 600px;
  }

  .c_sat {
    color: #0b64b7;
  }

  .c_sun {
    color: #dd2048;
  }

  .salary_table table {
    width: 100%;
    border: 1px solid #d7e5ea;
    font-size: 100%;
  }

  .salary_table th,
  .salary_table td {
    padding: 1em 1em;
    border-bottom: 1px solid #d7e5ea;
    line-height: 1.8;
    vertical-align: top;
  }

  .salary_table th {
    width: 9em;
    font-weight: normal;
    text-align: left;
  }


  /* office */
  .office_table table {
    width: 100%;
    border: 1px solid #d7e5ea;
    font-size: 120%;
  }

  .office_table th,
  .office_table td {
    padding: 1em 1em;
    border-bottom: 1px solid #d7e5ea;
    line-height: 1.8;
    vertical-align: middle;
  }

  .office_table th {
    width: 4em;
    font-weight: normal;
    text-align: left;
  }

  .office_table .appearance_img {
    margin-top: 32px;
    text-align: center;
  }

  .office_table .appearance_img img {
    max-width: 100%;
  }

  .qualification_table table {
    width: 100%;
    border: 1px solid #d7e5ea;
    font-size: 120%;
  }

  .qualification_table th,
  .qualification_table td {
    padding: 1em 1em;
    border-bottom: 1px solid #d7e5ea;
    line-height: 1.8;
    vertical-align: middle;
  }

  .qualification_table th {
    font-weight: normal;
    text-align: left;
  }

  .qualification_table td {
    width: 2em;
  }

  /* table scroll */
  .table_att {
    margin-bottom: 1em;
    font-size: 80%;
  }

  .table_scroll {
    overflow: auto;
    white-space: nowrap;
  }

  .table_scroll::-webkit-scrollbar {
    height: 5px;
  }

  .table_scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .table_scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }

  .score_wrap {
    margin-top: 24px;
  }

  .score_wrap ul {
    padding-left: 2em;
  }

  .score_wrap li {
    list-style: disc;
  }

  .score_wrap li+li {
    margin-top: 1em;
  }


  .map iframe {
    width: 100%;
    height: 320px;
  }

  .appearance {
    margin-top: 32px;
    text-align: center;
  }

  .app2 {
    margin-top: 24px;
    text-align: center;
  }

  .app1 img {
    width: 100%;
  }

  .app2 img {
    max-width: 100%;
  }

  /* history */
  .inner_box {
    max-width: 800px;
    margin: 0 auto;
  }

  .timeline {
    position: relative;
    padding-left: 16px;
  }

  .timeline::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #4a90e2;
  }

  .history-card {
    position: relative;
    background: white;
    border-radius: 8px;
    padding: 24px 16px 0 28px;
    margin-bottom: 32px;
    transition: transform 0.2s, box-shadow 0.2s;
  }

  .history-card::before {
    content: '';
    position: absolute;
    left: -13px;
    top: 42px;
    width: 14px;
    height: 14px;
    background: #4a90e2;
    border: 3px solid white;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #4a90e2;
  }

  .history-meta {
    margin-bottom: 16px;
  }

  .history-date {
    font-size: 20px;
    font-weight: 600;
    color: #4a90e2;
    margin-bottom: 8px;
  }

  .history-text p {
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
  }

  .history-text p::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #111;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: .8em;
  }

  .history-text p:last-child {
    margin-bottom: 0;
  }

  .history-mission {
    margin-top: 48px;
  }

  .history-mission h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }

  .history-mission p {
    padding: 32px;
    background-color: #f5f5f5;
    line-height: 2;
  }

  .history-mission span {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin: 12px 0;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 6px;
  }


  /* work */
  .work+.work {
    margin-top: 80px;
  }

  .work_box h3 {
    margin-bottom: .5em;
    color: #2693d4;
    font-size: 140%;
    font-weight: bold;
  }

  .work_img {
    margin-top: 32px;
  }

  .work_img ul {
    width: 100%;
  }

  .work_img li {
    padding: 0 16px;
  }

  .work_img li+li {
    margin-top: 16px;
  }

  .work_img li.img_m {
    display: inline-block;
    width: 45%;
    padding: 0 4px;
  }

  .work_img img {
    max-width: 100%;
  }

  .work .week {
    margin-bottom: 24px;
    padding: 8px;
    background: #f5f5f5;
  }

  /* for company */
  .inner_box .for_c p {
    font-size: 100%;
    line-height: 1.8;
  }

  .for_c+.for_c {
    margin-top: 64px;
  }

  .for_c_t {
    margin-bottom: 16px;
    text-align: center;
  }

  .for_c h3 {
    display: inline-block;
    padding: .5em;
    border-top: 2px solid #364e96;
    border-bottom: 2px solid #364e96;
    color: #364e96;
    font-size: 120%;
  }

  .for_c_ex {
    margin: 1em 0;
    padding-left: 2em;
  }

  .for_c_ex li {
    list-style: disc;
    line-height: 1.4;
  }

  .for_c_ex li+li {
    margin-top: .8em;
  }

  .contact_btn {
    margin-top: 48px;
    text-align: center;
  }

  .contact_btn a {
    display: inline-block;
    height: 48px;
    padding: 0 2em;
    background: #0071b3;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    line-height: 48px;
    text-align: center;
    transition: all .3s;
  }

  .contact_btn a:hover {
    opacity: .7;
  }

  /* recruit */
  .recruit .inner_box p {
    font-size: 1rem;
  }

  .r_hd3 {
    margin-bottom: .5em;
    color: #13a5d6;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
  }

  .r_table {
    margin-top: 16px;
    margin-bottom: 32px;
  }

  .r_table table {
    width: 100%;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-left: 2px solid #ccc;
  }

  .r_table tr,
  .r_table th,
  .r_table td {
    display: block;
  }

  .r_table th,
  .r_table td {
    padding: 1em;
    line-height: 1.6;
  }

  .r_table th {
    background: #f5f5f5;
    border-bottom: 1px dotted #ccc;
    font-size: 90%;
    font-weight: normal;
    text-align: center;
  }

  .r_table td {
    border-bottom: 2px solid #ccc;
  }

  .j_tel {
    display: inline-block;
  }

  .j_tel a {
    text-decoration: none;
  }

  .entry_btn {
    text-align: center;
  }

  .entry_btn a {
    display: inline-block;
    padding: 1em 5em;
    background: #5eb70f;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    transition: all .3s;
  }

  .entry_btn a:hover {
    opacity: .7;
  }

  /* link */
  .related_link dt {
    font-size: 100%;
    line-height: 1.4;
  }

  .related_link dd {
    margin: 8px 0 32px;
    line-height: 1.2;
    word-break: break-all;
  }

  /* footer */
  .footer {
    padding: 16px 0;
    background: #40b7e0;
    text-align: center;
  }

  .footer p {
    color: #fff;
    font-size: 80%;
  }

}

/* end SP */


/* -------------------------------------------------------
for TAB
---------------------------------------------------------- */
@media screen and (min-width:481px) and (max-width:1023px) {
  .fv {
    position: relative;
    min-height: 600px;
    background: url(../images/main_bg.jpg) no-repeat center;
    background-size: cover;
  }
}

/* end TAB */


/* -------------------------------------------------------
for PC
---------------------------------------------------------- */
@media only screen and (min-width:1024px) {
  body {
    color: #222;
    font-family: Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
    font-size: 100%;
    zoom: 1;
  }

  .spv {
    display: none;
  }

  /* wrap */
  .container {
    display: flex;
    width: 100%;
    min-height: 100vh;
    /*background: url(../images/bg.jpg) no-repeat left top;*/
  }

  .side {
    width: 280px;
    background: #40b7e0;
  }

  .main {
    flex: 1;
  }

  /* side */
  .title {
    /*margin-top: 40px;*/
    padding: 40px 0;
    background: #fff;
    text-align: center;
  }

  .title h1 {
    font-size: 14px;
    font-weight: normal;
  }

  .title img {
    width: 200px;
    margin-bottom: 4px;
  }

  .gnav {
    /*margin-top: 40px;*/
    /*padding: 16px 0;*/
    border-top: 1px solid #40b7e0;
  }

  .gnav li {
    /*border-bottom: 1px solid #333;*/
    color: #fff;
  }

  .gnav li:first-child {
    /*border-top: 1px solid #333;*/
  }

  .gnav li .mt {
    padding: 0 0 8px 24px;
  }

  .gnav li a {
    display: block;
    padding: 16px 8px 16px 24px;
    background: #40b7e0;
    color: #fffd74;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.0;
    transition: all .3s;
  }

  .gnav li a:hover {
    background: #fff;
    color: #111;
  }

  .gnav li a.ac {
    padding: 16px 8px 16px 40px;
  }

  .side_office {
    /*margin-top: 32px;*/
    padding: 16px;
    border-top: 1px solid #7bcbe5;
    color: #fff;
    line-height: 1.6;
  }

  .side_office p {
    font-size: 14px;
  }

  .side_tel img {
    display: inline-block;
    height: 20px;
    margin-right: 4px;
    vertical-align: baseline;
  }

  .side_tel .telnum {
    color: #011440;
    font-size: 30px;
    font-weight: bold;
  }

  .side_mail {}

  .side_mail a {
    display: block;
    padding: .5em 0;
    background: #fcfad9;
    border-radius: 4px;
    color: #1a428c;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    transition: all .3s;
  }

  .side_mail a:hover {
    background: #fffd74;
  }

  /* main */

  .sc_t_box {
    text-align: center;
  }

  .sc_t {
    display: inline-block;
    margin-bottom: 1.8em;
    padding-bottom: 16px;
    border-bottom: 4px solid #40b7e0;
    color: #111;
    font-size: 32px;
    letter-spacing: 2px;
  }


  .wf-roundedmplus1c {
    font-family: "M PLUS Rounded 1c";
  }

  .inner_box {
    max-width: 960px;
    margin: 0 auto;
  }

  .inner_box p {
    line-height: 2.5;
  }

  .dsp_fl {
    display: flex;
  }

  .dsp_cell_f {
    flex: 1;
  }

  /* top */
  .fv {
    position: relative;
    width: 100%;
    height: 640px;
    background: url(../images/main_bg.jpg) no-repeat center;
    background-size: cover;
  }

  .fv .catch {
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    margin: auto;
    color: #000;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }

  .top_main_bg {
    width: 100%;
    padding: 64px 0;
    background: url(../images/bg.jpg) no-repeat left top;
  }

  .top_main_body {
    margin: 0 64px;
    padding: 80px 64px;
    background: #fff;
    border-radius: 10px 10px 0 0;
  }

  .top_main_body .section+.section {
    margin-top: 100px;
  }

  .top_main_body .inner_box p {
    font-size: 120%;
  }

  .topics_list li {
    font-size: 120%;
  }

  .topics_list li+li {
    margin-top: 1em;
  }

  .topics_list li .date {
    display: inline-block;
    width: 10em;
  }

  /* contents */
  .c_main_bg {
    box-sizing: border-box;
    width: 100%;
    padding: 160px 0 0;
    background: url(../images/bg.jpg) no-repeat center top;
    background-size: contain;
  }

  .c_main_body {
    margin: 0 64px;
    padding: 80px 64px;
    background: #fff;
    border-radius: 10px 10px 0 0;
    /*box-shadow: 0 0 20px rgba(0,0,0,0.1);*/
  }

  .c_main_body .inner_box p {
    font-size: 120%;
  }

  .c_main_body .section+.section {
    margin-top: 100px;
  }

  .for_c p {
    font-size: 100%;
    line-height: 1.8;
  }

  ul.list {
    margin-left: 32px;
  }

  ul.list li {
    list-style: disc;
    margin-bottom: .5em;
    font-size: 120%;
    line-height: 2.0;
  }

  /* flow */
  .flow_table table {
    width: 100%;
  }

  .flow_table th {
    width: 100px;
    text-align: left;
  }

  .flow_table th span {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #ffa200;
    border-radius: 50%;
    line-height: 60px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    vertical-align: top;
  }

  .flow_table td {
    vertical-align: top;
  }

  .flow_table td .flow_item {
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #000;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: .2em;
  }

  .flow_table td .flow_item rt {
    letter-spacing: normal;
  }

  .flow_notes {
    position: relative;
    margin-top: 40px;
    padding: 32px 24px 24px;
    border: 3px solid #e53274;
    border-radius: 10px;
  }

  .flow_notes_t {
    position: absolute;
    top: -30px;
    left: 16px;
    display: inline-block;
    padding: 12px 16px;
    background: #e53274;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    letter-spacing: .2em;
    z-index: 1;
  }

  .f_n_txt {
    margin-left: 1em;
    text-indent: -1em;
  }

  .flow_arr {
    text-align: center;
  }

  .flow_arr img {
    width: 80px;
    padding: 24px 0;
  }

  .calendar {
    margin-top: 64px;
    text-align: center;
  }

  .calendar p {
    margin-top: 1em;
  }

  .calendar img {
    max-width: 100%;
  }

  /* faq */
  .faq dl+dl {
    margin-top: 56px;
  }

  .faq dt {
    font-size: 140%;
    font-weight: bold;
  }

  .faq dd {
    margin-top: 1em;
    padding-left: 40px;
    font-size: 120%;
    line-height: 1.8;
  }

  .faq dt>.q {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    background: #2693d4;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
  }

  .faq dd img {
    width: 100%;
    max-width: 600px;
  }

  .c_sat {
    color: #0b64b7;
  }

  .c_sun {
    color: #dd2048;
  }

  .salary_table table {
    width: 100%;
    border: 1px solid #d7e5ea;
    font-size: 100%;
  }

  .salary_table th,
  .salary_table td {
    padding: 1em 1em;
    border-bottom: 1px solid #d7e5ea;
    line-height: 1.8;
    vertical-align: top;
  }

  .salary_table th {
    width: 9em;
    font-weight: normal;
    text-align: left;
  }

  /* office */
  .office_table table {
    width: 100%;
    border: 1px solid #d7e5ea;
    font-size: 120%;
  }

  .office_table th,
  .office_table td {
    padding: 1em 1em;
    border-bottom: 1px solid #d7e5ea;
    line-height: 1.8;
    vertical-align: middle;
  }

  .office_table th {
    width: 5em;
    font-weight: normal;
    text-align: left;
  }

  .office_table .appearance_img {
    margin-top: 32px;
    text-align: center;
  }

  .office_table .appearance_img img {
    width: 320px;
  }


  .qualification_table table {
    width: 100%;
    border: 1px solid #d7e5ea;
    font-size: 120%;
  }

  .qualification_table th,
  .qualification_table td {
    padding: 1em 1em;
    border-bottom: 1px solid #d7e5ea;
    line-height: 1.8;
    vertical-align: middle;
  }

  .qualification_table th {
    font-weight: normal;
    text-align: left;
  }

  .qualification_table td {
    width: 4em;
  }

  .score_wrap {
    margin-top: 24px;
  }

  .score_wrap ul {
    padding-left: 2em;
  }

  .score_wrap li {
    list-style: disc;
  }

  .score_wrap li+li {
    margin-top: 1em;
  }

  .map iframe {
    width: 100%;
    height: 480px;
  }

  /*
  .appearance {
    width: 400px;
  }
  .appearance img {
    width: 400px;
  }
*/
  .appearance {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }

  .app1 {
    width: 70%;
  }

  .app2 {
    box-sizing: border-box;
    width: 30%;
    padding-left: 8px;
  }

  .app1 img,
  .app2 img {
    width: 100%;
  }

  /* history */
  .inner_box {
    max-width: 800px;
    margin: 0 auto;
  }

  .timeline {
    position: relative;
    padding-left: 40px;
  }

  .timeline::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #4a90e2;
  }

  .history-card {
    position: relative;
    background: white;
    border-radius: 8px;
    padding: 24px 28px;
    margin-bottom: 32px;
    transition: transform 0.2s, box-shadow 0.2s;
  }

  .history-card::before {
    content: '';
    position: absolute;
    left: -36px;
    top: 36px;
    width: 14px;
    height: 14px;
    background: #4a90e2;
    border: 3px solid white;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #4a90e2;
  }

  .history-meta {
    margin-bottom: 16px;
  }

  .history-date {
    font-size: 20px;
    font-weight: 600;
    color: #4a90e2;
    margin-bottom: 8px;
  }

  .history-text p {
    position: relative;
    margin-bottom: 8px;
    padding-left: 16px;
  }

  .history-text p::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #111;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 1em;
  }

  .history-text p:last-child {
    margin-bottom: 0;
  }

  .history-mission {
    margin-top: 48px;
  }

  .history-mission h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }

  .history-mission p {
    padding: 32px;
    background-color: #f5f5f5;
    line-height: 2;
  }

  .history-mission span {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin: 12px 0;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 6px;
  }

  @media (max-width: 640px) {
    .timeline {
      padding-left: 32px;
    }

    .history-card {
      padding: 20px 20px;
    }

    .history-card::before {
      left: -30px;
    }

    .history-date {
      font-size: 16px;
    }

    .history-text p {
      font-size: 14px;
    }

    .history-mission {
      padding: 32px 24px;
    }

    .history-mission h3 {
      font-size: 20px;
    }

    .history-mission span {
      font-size: 16px;
    }
  }

  /* work */
  .work+.work {
    margin-top: 80px;
  }

  .work_box h3 {
    margin-bottom: .5em;
    color: #2693d4;
    font-size: 24px;
    font-weight: bold;
  }

  .work_img {
    margin-top: 32px;
  }

  .work_img ul {
    letter-spacing: -0.4em;
    width: 100%;
  }

  .work_img li {
    letter-spacing: normal;
    display: inline-block;
    width: 30%;
  }

  .work_img li.img_m {
    letter-spacing: normal;
    display: inline-block;
    width: 15%;
  }

  .work_img li+li {
    margin-left: 8px;
  }

  .work_img img {
    max-width: 100%;
  }

  .work .week {
    display: inline-block;
    margin-bottom: 8px;
    padding: 8px;
    background: #fffcef;
  }

  /* for company */
  .inner_box .for_c p {
    font-size: 100%;
    line-height: 1.8;
  }

  .for_c+.for_c {
    margin-top: 64px;
  }

  .for_c_t {
    margin-bottom: 16px;
  }

  .for_c h3 {
    display: inline-block;
    padding: .5em;
    border-top: 2px solid #364e96;
    border-bottom: 2px solid #364e96;
    color: #364e96;
    font-size: 140%;
  }

  .for_c_ex {
    margin: 1em 0;
    padding-left: 2em;
  }

  .for_c_ex li {
    list-style: disc;
  }

  .for_c_ex li+li {
    margin-top: .8em;
  }

  .contact_btn {
    margin-top: 48px;
    text-align: center;
  }

  .contact_btn a {
    display: inline-block;
    width: 320px;
    height: 48px;
    background: #0071b3;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    line-height: 48px;
    text-align: center;
    transition: all .3s;
  }

  .contact_btn a:hover {
    opacity: .7;
  }


  /* recruit */
  .recruit .inner_box p {
    font-size: 1rem;
  }

  .r_hd3 {
    margin-bottom: .5em;
    color: #13a5d6;
    font-size: 24px;
  }

  .r_table {
    margin-top: 16px;
    margin-bottom: 32px;
  }

  .r_table table {
    width: 100%;
    border: 1px solid #ddd;
  }

  .r_table th,
  .r_table td {
    padding: 16px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 1.6;
  }

  .r_table th {
    width: 8em;
    background: #f5f5f5;
    font-weight: normal;
    text-align: center;
  }

  .j_tel {
    display: inline-block;
  }

  .j_tel a {
    text-decoration: none;
  }

  .entry_btn {
    text-align: center;
  }

  .entry_btn a {
    display: inline-block;
    padding: 1em 5em;
    background: #5eb70f;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    transition: all .3s;
  }

  .entry_btn a:hover {
    opacity: .7;
  }

  /* link */
  .related_link dt {
    font-size: 20px;
    line-height: 1.4;
  }

  .related_link dd {
    margin: 8px 0 48px;
  }

  /* footer copyright */
  .footer {
    padding: 32px 0;
    text-align: center;
  }

  .footer p {
    font-size: 12px;
  }

}

/* end PC */