@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400&display=swap");
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 14px;
  line-height: 30px;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  background-color: #0d5475;
  color: #ffffff;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.container {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 60px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 750px) {
  .container {
    padding: 0 55px;
  }
}

@media (max-width: 360px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

main {
  padding-top: 47px;
  min-height: calc(100vh - (146px + 81px));
}

@media (max-width: 750px) {
  main {
    padding-top: 20px;
    position: relative;
  }
}

@media (max-width: 750px) {
  main {
    min-height: calc(100vh - 89px + 44px);
  }
}

main .container {
  padding-left: 170px;
}

@media (max-width: 750px) {
  main .container {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

@media (max-width: 360px) {
  main .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

main .container .content {
  max-width: 575px;
  margin: 0 auto;
  line-height: 21px;
}

.top main {
  min-height: calc(100vh - 180px - 81px);
}

@media (max-width: 750px) {
  .top main {
    min-height: calc(100vh - 89px + 44px);
  }
}

.hidden_pc {
  display: none !important;
}

@media (max-width: 750px) {
  .hidden_pc {
    display: block !important;
  }
}

.hidden_sp {
  display: block !important;
}

@media (max-width: 750px) {
  .hidden_sp {
    display: none !important;
  }
}

.header {
  position: relative;
  padding-top: 78px;
  padding-bottom: 45px;
  z-index: 99;
}

@media (max-width: 750px) {
  .header {
    padding-top: 50px;
    padding-bottom: 25px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #0d5475;
  }
}

.header_logo {
  line-height: 1;
  max-width: 392px;
}

.header_logo a {
  display: inline-block;
  line-height: 0;
}

@media (max-width: 750px) {
  .header_logo {
    max-width: 215px;
  }
}

nav {
  position: relative;
}

@media (max-width: 750px) {
  nav {
    display: none;
  }
}

.menu {
  position: absolute;
  top: 47px;
  letter-spacing: -0.5px;
  line-height: 35px;
  z-index: 99;
}

@media (max-width: 750px) {
  .menu {
    top: 20px;
  }
}

@media (max-width: 750px) {
  .menu li {
    line-height: 26px;
  }
}

.menu li a {
  position: relative;
  color: #ffffff;
  font-size: 19px;
  padding-bottom: 1px;
}

@media (max-width: 750px) {
  .menu li a {
    font-size: 16px;
    line-height: 23px;
  }
}

.menu li a.active::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  z-index: 10;
}

.menu_sp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  max-height: inherit;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #0d5475;
  text-align: center;
  display: none !important;
}

.menu_sp ul {
  position: relative;
  top: 50px;
}

.menu_sp ul li {
  line-height: 40px;
}

.menu_sp.active {
  display: block !important;
}

.btn_menu_mobi {
  display: none;
  outline: unset;
  border: unset;
  background-color: unset;
  position: absolute;
  width: 31px;
  top: 24px;
  right: 28px;
  z-index: 99;
  cursor: pointer;
  padding: 0;
}

@media (max-width: 750px) {
  .btn_menu_mobi {
    display: block;
  }
}

.btn_close_mobi {
  outline: unset;
  border: unset;
  background-color: unset;
  position: absolute;
  width: 31px;
  top: 24px;
  right: 28px;
  z-index: 99;
  cursor: pointer;
  padding: 0;
}

.top .header {
  padding-top: 110px;
}

.top .header nav {
  display: block;
}

.ml-20 {
  margin-left: 10px;
}

@media (max-width: 750px) {
  .ml-20 {
    margin-left: 5px;
  }
}

h2 {
  font-size: 20px;
  line-height: 35px;
  text-align: center;
}

@media (max-width: 750px) {
  h2 {
    font-size: 14px;
    line-height: 24px;
  }
}

.about h2 {
  margin-bottom: 12px;
}

.about_ctn p {
  font-size: 14px;
  line-height: 21px;
}

.about_ctn p:not(:last-child) {
  padding-bottom: 21px;
}

@media (max-width: 750px) {
  .about_ctn p {
    font-size: 12px;
    line-height: 17px;
  }
}

.about .note {
  padding-top: 10px;
  text-align: right;
  padding-top: 12px;
  padding-right: 3px;
  text-align: right;
}

@media (max-width: 750px) {
  .about .note {
    padding-top: 0;
    padding-right: 0;
    margin-top: -10px;
  }
}

.about .profile_ctn {
  margin-top: 90px;
}

@media (max-width: 750px) {
  .about .profile_ctn {
    margin-top: 80px;
  }
}

@media (max-width: 750px) {
  .about .profile_ctn h2 {
    margin-bottom: 20px;
  }
}

.about .profile_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

@media (max-width: 750px) {
  .about .profile_layout {
    display: block;
  }
}

.about .profile_left {
  width: 46%;
  max-width: 270px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 19.5px;
}

@media (max-width: 750px) {
  .about .profile_left {
    width: 100%;
    margin: 0 auto;
    padding-right: 0;
    max-width: 162px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 17px;
  }
}

.about .profile_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  right: 54%;
  font-size: 12px;
  line-height: 19px;
}

@media (max-width: 750px) {
  .about .profile_right {
    line-height: 18px;
  }
}

@media (max-width: 750px) {
  .work {
    padding-bottom: 42px;
  }
}

.work_title {
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 750px) {
  .work_title {
    margin-bottom: 10px;
  }
}

.work_sub_title {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 750px) {
  .work_sub_title {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 30px;
  }
}

.work_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 750px) {
  .work_box {
    -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;
  }
}

.work_box .item {
  width: 200px;
  height: 200px;
  padding: 15px;
}

@media (max-width: 750px) {
  .work_box .item {
    width: 165px;
    height: 165px;
    padding: 10px;
  }
}

.work_box .item.item_personal {
  background-color: #98ACB5;
  margin-right: 47px;
}

@media (max-width: 750px) {
  .work_box .item.item_personal {
    margin-right: 0;
    margin-bottom: 57px;
  }
}

.work_box .item.item_company {
  background-color: #9492A6;
  margin-left: 47px;
}

@media (max-width: 750px) {
  .work_box .item.item_company {
    margin-left: 0;
  }
}

.work_box .item_main {
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 15px;
}

.work_box .item_main .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: 2px;
}

@media (max-width: 750px) {
  .work_box .item_main .title {
    font-size: 18px;
  }
}

.work_box .item_main .sub {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 36px;
}

@media (max-width: 750px) {
  .work_box .item_main .sub {
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 27px;
  }
}

.work_box .item_main .btn a {
  display: inline-block;
  height: 22px;
  width: 122px;
  border: 1px solid #ffffff;
  font-size: 9px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 750px) {
  .work_box .item_main .btn a {
    font-size: 8px;
    width: 100px;
    height: 20px;
  }
}

.banner {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 415px;
  background-size: cover;
  background-position: center;
  z-index: 0;
  font-size: 48px;
  line-height: 84px;
  text-align: center;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  color: #0D5475;
  padding-top: 65px;
}

.personal .banner {
  background-image: url("../images/personal_bg.png");
}

.personal nav li a {
  color: #0D5475;
}

.personal nav li a.active::before {
  background-color: #0D5475;
}

@media (max-width: 750px) {
  .personal nav li a {
    color: #fff;
  }
  .personal nav li a.active::before {
    background-color: #fff;
  }
}

.personal_ctn {
  font-size: 14px;
  line-height: 21px;
  margin-top: 306px;
}

@media (max-width: 750px) {
  .personal_ctn {
    margin-top: 50px;
    color: #ffffff;
    font-size: 12px;
    line-height: 17px;
  }
}

.personal_ctn h2 {
  margin-bottom: 10px;
}

.personal_ctn .txt_note {
  margin-top: 38px;
  margin-bottom: 81px;
  font-size: 12px;
  line-height: 16px;
  padding-left: 8px;
}

@media (max-width: 750px) {
  .personal_ctn .txt_note {
    margin-top: 32px;
    color: #ffffff;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 37px;
  }
}

.personal_ctn .txt_note p:not(:last-child) {
  margin-bottom: 16px;
}

.personal_ctn .txt_des {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 750px) {
  .personal_ctn .txt_des {
    font-size: 12px;
    line-height: 17px;
  }
}

.personal_ctn .btn_book {
  margin-top: 50px;
  margin-bottom: 30px;
}

@media (max-width: 750px) {
  .personal_ctn .btn_book {
    margin-top: 54px;
  }
}

.personal_ctn .btn_book a {
  display: block;
  margin: 0 auto;
  height: 30px;
  width: 200px;
  text-align: center;
  color: #000;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 30px;
}

@media (max-width: 750px) {
  .personal_ctn .btn_book a {
    font-size: 12px;
    width: 136px;
    line-height: 16px;
    height: 15px;
  }
}

.personal main .container {
  padding-left: 180px;
}

@media (max-width: 750px) {
  .personal main .container {
    padding-left: 50px;
    padding-right: 49px;
  }
}

.personal main .container .content {
  max-width: 586px;
  margin: 0 auto;
  line-height: 21px;
}

.banner.bn_training  {
  background-image: url("../images/training_bg.png");
  color: #fff;
}

@media (max-width: 750px) {
  .banner {
    /*position: relative;*/
    min-height: 95px;
/*    padding-top: 0;
    background: unset;*/
    /*color: #fff;*/
    font-size: 24px;
    line-height: 42px;
    padding-bottom: 65px;
  }
}

.training_ctn {
  font-size: 14px;
  line-height: 21px;
  margin-top: 308px;
}

@media (max-width: 750px) {
  .training_ctn,
  .personal_ctn {
    padding-top: 185px;
    color: #ffffff;
    font-size: 12px;
    line-height: 17px;
    margin-top: 0px;
  }
}

.training main .container {
  padding-left: 180px;
}

@media (max-width: 750px) {
  .training main .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.training main .container .content {
  max-width: 590px;
  margin: 0 auto;
  line-height: 21px;
}

.training h3 {
  font-size: 18px;
  line-height: 31px;
  text-align: center;
  margin-bottom: 66px;
  padding-right: 76px;
}

@media (max-width: 750px) {
  .training h3 {
    font-size: 14px;
    line-height: 17px;
    padding-right: 0;
    margin-bottom: 22px;
    text-align: left;
    letter-spacing: -1px;
  }
}

.training_list li {
  margin-bottom: 30px;
}

@media (max-width: 750px) {
  .training_list li {
    margin-bottom: 19px;
  }
}

.training_list li span {
  display: block;
}

.training_list li span:first-child {
  font-size: 16px;
  line-height: 19px;
}

@media (max-width: 750px) {
  .training_list li span:first-child {
    font-size: 12px;
    line-height: 17px;
  }
}

.training_list li span:last-child {
  font-size: 12px;
  line-height: 19px;
}

@media (max-width: 750px) {
  .training_list li span:last-child {
    font-size: 11px;
    line-height: 17px;
  }
}

.training .txt_note {
  font-size: 11px;
  line-height: 19px;
  padding-top: 16px;
  padding-left: 37px;
}

@media (max-width: 750px) {
  .training .txt_note {
    padding-left: 0;
    padding-top: 0;
  }
}

.training .btn_book {
  margin-top: 70px;
  margin-bottom: 33px;
}

@media (max-width: 750px) {
  .training .btn_book {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.training .btn_book a {
  display: block;
  margin: 0 auto;
  height: 30px;
  width: 200px;
  text-align: center;
  color: #000;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 30px;
}

@media (max-width: 750px) {
  .training .btn_book a {
    font-size: 12px;
    width: 136px;
    line-height: 16px;
    height: 15px;
  }
}

.contact {
  font-size: 14px;
  line-height: 19px;
}

.contact_title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
  letter-spacing: 3px;
}

@media (max-width: 750px) {
  .contact_title {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 13px;
  }
}

.contact_sub_title {
  margin-bottom: 102px;
  letter-spacing: -0.7px;
  text-align: center;
}

@media (max-width: 750px) {
  .contact_sub_title {
    font-size: 13px;
    line-height: 17px;
    text-align: left;
    margin-bottom: 50px;
  }
}

.contact.confirm .contact_sub_title {
  letter-spacing: 3px;
  margin-bottom: 77px;
}

@media (max-width: 750px) {
  .contact.confirm .contact_sub_title {
    margin-bottom: 42px;
  }
}

@media (max-width: 750px) {
  .contact.confirm .c-form_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contact.confirm .c-form_item:not(:last-child) {
  margin-bottom: 26px;
}

@media (max-width: 750px) {
  .contact.confirm .c-form_item:not(:last-child) {
    margin-bottom: 12px;
  }
}

.contact.confirm .c-form_item.item_area label {
  margin-bottom: 10px;
}

.contact.confirm .c-form_item.item_area .c-form_text {
  font-size: 12px;
  line-height: 19px;
  white-space: pre-wrap;
}

.contact.confirm .c-form_btn {
  margin-top: 100px;
}

@media (max-width: 750px) {
  .contact.confirm .c-form_btn {
    margin-top: 27px;
  }
}

.contact .c-form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 750px) {
  .contact .c-form_item {
    display: block;
  }
}

.contact .c-form_item:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 750px) {
  .contact .c-form_item:not(:last-child) {
    margin-bottom: 28px;
  }
}

.contact .c-form_item label {
  width: 174px;
}

@media (max-width: 750px) {
  .contact .c-form_item label {
    font-size: 13px;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: inherit;
  }
}

.contact .c-form_item.item_area {
  display: block;
}

.contact .c-form_item.item_area label {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}

@media (max-width: 750px) {
  .contact .c-form_item.item_area label {
    margin-bottom: 10px;
  }
}

@media (max-width: 750px) {
  .contact .c-form_item.item_area .c-form_control {
    padding: 0;
  }
}

.contact .c-form_item .c-form_control {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 750px) {
  .contact .c-form_item .c-form_control {
    padding: 0 16px;
  }
}

.contact .c-form_item .c-form_control .item {
  width: 50%;
  max-width: 150px;
}

.contact .c-form_item .c-form_control .item:first-child {
  margin-right: 15px;
}

.contact .c-form_item .c-form_control input {
  width: 100%;
  border: none;
  outline: none;
  background-color: #0D5475 !important;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  border-bottom: 1px solid #fff;
  line-height: 1;
  padding: 0 2px 2px;
  max-width: 265px;
}

@media (max-width: 750px) {
  .contact .c-form_item .c-form_control input {
    font-size: 11px;
    line-height: 17px;
  }
}

.contact .c-form_item .c-form_control textarea {
  width: 100%;
  outline: none;
  background-color: transparent !important;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  border: 1px solid #fff;
  min-height: 104px;
  resize: none;
  padding: 10px;
}

@media (max-width: 750px) {
  .contact .c-form_item .c-form_control textarea {
    font-size: 11px;
    line-height: 17px;
    min-height: 75px;
    padding: 2px 4px;
  }
}

.contact .c-form_item .c-form_control ::-webkit-input-placeholder {
  color: #fff6;
  opacity: 1;
}

.contact .c-form_item .c-form_control :-ms-input-placeholder {
  color: #fff6;
  opacity: 1;
}

.contact .c-form_item .c-form_control ::-ms-input-placeholder {
  color: #fff6;
  opacity: 1;
}

.contact .c-form_item .c-form_control ::placeholder {
  color: #fff6;
  opacity: 1;
}

.contact .c-form_item .c-form_control :-ms-input-placeholder {
  color: #fff6;
}

.contact .c-form_item .c-form_control ::-ms-input-placeholder {
  color: #fff6;
}

.contact .c-form_item .c-form_control.two-control .item {
  width: calc(100% / 2 - 7px);
}

.contact .c-form_item .c-form_control.two-control .item input {
  max-width: 150px;
}

.contact .c-form_item .required {
  font-size: 11px;
  line-height: 19px;
  font-weight: bold;
  color: #0D5475;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 1px 8px;
  margin-left: 4px;
}

@media (max-width: 750px) {
  .contact .c-form_item .required {
    font-size: 7px;
    line-height: 10px;
    padding: 0 4px;
  }
}

.contact .c-form_btn {
  text-align: center;
  margin-top: 72px;
  margin-bottom: 30px;
}

@media (max-width: 750px) {
  .contact .c-form_btn {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.contact .c-form_control.radio_control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 750px) {
  .contact .c-form_control.radio_control {
    padding-top: 14px;
    padding-left: 23px;
  }
}

.contact .c-form .radio {
  position: relative;
  font-size: 14px;
  line-height: 21px;
}

@media (max-width: 750px) {
  .contact .c-form .radio {
    font-size: 12px;
    line-height: 17px;
  }
}

.contact .c-form .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.contact .c-form .radio input[type="radio"] + .radio-label {
  cursor: pointer;
}

.contact .c-form .radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #0D5475;
  border-radius: 100%;
  border: 1px solid #fff;
  display: inline-block;
  width: 13px;
  height: 13px;
  position: relative;
  top: 3px;
  margin-right: 4px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

@media (max-width: 750px) {
  .contact .c-form .radio input[type="radio"] + .radio-label:before {
    top: 0;
  }
}

.contact .c-form .radio input[type="radio"]:checked + .radio-label:before {
  background-color: #0D5475;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
}

.contact .c-form .radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #0D5475;
}

.contact .c-form .radio input[type="radio"]:disabled + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
  border-color: #bfbfbf;
  background: #bfbfbf;
}

.contact .c-form .radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

.contact .c-form .btn_cancel {
  display: inline-block;
  color: #000;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 30px;
  outline: none;
  border: none;
  margin: 0 auto;
  min-height: 30px;
  min-width: 80px;
}

@media (max-width: 750px) {
  .contact .c-form .btn_cancel {
    font-size: 12px;
    line-height: 16px;
    height: 15px;
    min-width: 50px;
    min-height: 15px;
  }
}

.contact .c-form .btn_cancel:hover {
  opacity: 0.7;
  cursor: pointer;
}

.contact .c-form .btn_form {
  display: inline-block;
  color: #000;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 19px;
  outline: none;
  border: none;
  margin: 0 auto;
  min-height: 30px;
  min-width: 80px;
}

@media (max-width: 750px) {
  .contact .c-form .btn_form {
    font-size: 12px;
    line-height: 16px;
    height: 15px;
    min-width: 50px;
    min-height: 15px;
  }
}

.contact .c-form .btn_form:hover {
  opacity: 0.7;
  cursor: pointer;
}

.contact .c-form.form_confirm .c-form_item label {
  display: inline-block;
  width: auto;
  margin-right: 16px;
}

.contact .c-form.form_confirm .c-form_text span:not(:first-child) {
  margin-left: 16px;
}

.contact .c-form.form_confirm .c-form_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact .c-form.form_confirm .c-form_btn a,
.contact .c-form.form_confirm .c-form_btn button {
  margin: 0 16px;
}

.contact.complete .complete_btn {
  text-align: center;
  margin-top: 130px;
}

@media (max-width: 750px) {
  .contact.complete .complete_btn {
    margin-top: 50px;
  }
}

@media (max-width: 750px) {
  .contact .complete_txt {
    font-size: 12px;
    line-height: 17px;
  }
  .contact .complete_txt p:not(:last-child) {
    margin-bottom: 19px;
  }
}

.contact .btn_return {
  display: inline-block;
  color: #000;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 30px;
  outline: none;
  border: none;
  margin: 0 auto;
  min-height: 30px;
  min-width: 150px;
  text-align: center;
  letter-spacing: 3px;
}

@media (max-width: 750px) {
  .contact .btn_return {
    font-size: 12px;
    line-height: 16px;
    height: 15px;
    min-width: 120px;
    min-height: 15px;
  }
}

.contact .btn_return:hover {
  opacity: 0.7;
  cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  background-color: #FFFFFF !important;
  color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px #0D5475 inset !important;
  -webkit-text-fill-color: #FFFFFF !important;
}

.footer {
  padding: 30px 0;
  font-size: 11px;
  line-height: 21px;
}

@media (max-width: 750px) {
  .footer {
    padding: 17px 0;
    text-align: center;
    font-size: 9px;
    line-height: 10px;
  }
}
@media screen and (min-width: 1024px){
  .pcbr { display:block; }
  .spbr { display:none; }
}
@media screen and (max-width: 1024px){
  .pcbr { display:none; }
  .spbr { display:block; }
}
.contact .c-form_item .c-form_control input[aria-describedby="first_name-error"],
.contact .c-form_item .c-form_control input[aria-describedby="last_name-error"],
.contact .c-form_item .c-form_control input[aria-describedby="first_name_kana-error"],
.contact .c-form_item .c-form_control input[aria-describedby="last_name_kana-error"],
.contact .c-form_item .c-form_control input[aria-describedby="email-error"],
.contact .c-form_item .c-form_control input[aria-describedby="phonenumber-error"],
.contact .c-form_item .c-form_control input[aria-describedby="content-error"] {
  border-bottom-color: #f20000;
}
.contact .c-form_item .c-form_control input[aria-describedby="inquiry-error"] + .radio-label:before {
  border-color: #f20000;
}
/*# sourceMappingURL=main.css.map */