@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body {
  color: #333;
  font-size: 14px;
  padding-right: 0px !important;
}

* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
	 # General elements
	 # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
	 # Forms
	 # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  /*-moz-appearance: none; /* Firefox 36+ */
  /*-webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
	 # Specify media element style
	 # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
	 # Accessibility
	 # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
	 # Selection
	 # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* # =================================================================
   # base
   # ================================================================= */
a {
  text-decoration: none;
}
a:link {
  color: blue;
}
a:visited {
  color: navy;
}
a:hover, a:active, a:focus {
  color: red;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.l-header {
  width: 100%;
}
.l-header__inner, .l-header__inner--foot, .l-header__inner--head {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .l-header__inner, .l-header__inner--foot, .l-header__inner--head {
    height: 60px;
  }
}
.l-header__inner--head {
  border-bottom: solid 2px #fdd384;
}
@media screen and (max-width: 768px) {
  .l-header__inner--head {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner--foot {
    display: none;
  }
}

.l-main {
  background-image: url(../img/main.png);
  background-size: cover;
  background-position: bottom;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .l-main {
    padding: 40px 0;
  }
}

.l-mainPage {
  background-image: url(../img/mainPage.jpg);
  background-size: cover;
  background-position: center;
  padding: 0;
}
.l-container__inner {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l-container__inner {
    margin: auto;
  }
}

.l-footer {
  background-color: #1775bf;
}
.l-footer__inner {
  max-width: 1100px;
  width: 95%;
  margin: auto;
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    flex-direction: column;
    width: 90%;
    text-align: center;
  }
}

section {
  margin: auto;
}
@media screen and (max-width: 768px) {
  section {
    margin: auto;
  }
}
section.bg {
  background-color: rgba(253, 211, 132, 0.18);
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  section.bg {
    padding: 40px 0;
  }
}

.p-top__heading {
  margin: auto auto 60px auto;
  text-align: center;
  font-weight: normal;
  font-size: 180%;
}
@media screen and (max-width: 768px) {
  .p-top__heading {
    margin: auto auto 30px auto;
    font-size: 140%;
  }
}
.p-top__inner {
  max-width: 1100px;
  width: 90%;
  margin: auto auto 20px auto;
}
.p-top__btn {
  margin: auto;
  width: 200px;
  box-shadow: 1px 1px 10px -7px #333;
}
@media screen and (max-width: 768px) {
  .p-top__btn {
    width: 90%;
  }
}
.p-top__btn input[type=submit] {
  border: none;
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-radius: 3px;
  padding: 0 20px;
  background: #de5c22 url(../img/icon_search.svg);
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  .p-top__btn input[type=submit] {
    background-size: 20px;
  }
}
.p-top__description {
  font-size: 130%;
  text-align: center;
  margin: auto auto 20px auto;
}
.p-top section {
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .p-top section {
    margin: 40px auto;
  }
}
.p-top section.bg {
  background-color: rgba(253, 211, 132, 0.18);
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .p-top section.bg {
    padding: 40px 0;
  }
}
.p-top section.narrow {
  padding: 0;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .p-top section.narrow {
    padding: 0px 0;
  }
}

.p-page__heading {
  margin: auto auto 40px auto;
  text-align: center;
  font-weight: normal;
  font-size: 180%;
}
@media screen and (max-width: 768px) {
  .p-page__heading {
    margin: auto auto 30px auto;
    font-size: 140%;
  }
}
.p-page__inner {
  max-width: 1100px;
  width: 90%;
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  .p-page__inner {
    margin: 40px auto;
  }
}
.p-page__btn {
  margin: auto;
}

.p-list__heading {
  margin: auto auto 40px auto;
  text-align: center;
  font-weight: normal;
  font-size: 180%;
}
@media screen and (max-width: 768px) {
  .p-list__heading {
    margin: auto auto 30px auto;
    font-size: 140%;
  }
}
.p-list__heading--name {
  text-align: left;
  max-width: 1100px;
  width: 90%;
  margin: 60px auto 20px auto;
}
@media screen and (max-width: 768px) {
  .p-list__heading--name {
    margin: 20px auto;
  }
}
.p-list__heading--search {
  text-align: center;
  max-width: 1100px;
  width: 90%;
  margin: 60px auto 20px auto;
  color: #de5c22;
}
@media screen and (max-width: 768px) {
  .p-list__heading--search {
    margin: 40px auto;
  }
}
.p-list__inner, .p-list__inner--card, .p-list__inner--flex {
  max-width: 1100px;
  width: 90%;
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  .p-list__inner, .p-list__inner--card, .p-list__inner--flex {
    margin: 40px auto;
  }
}
.p-list__inner--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px auto;
}
.p-list__inner--card {
  margin: 0 auto;
}

.p-info__heading {
  margin: auto auto 40px auto;
  text-align: center;
  font-weight: normal;
  font-size: 180%;
}
@media screen and (max-width: 768px) {
  .p-info__heading {
    margin: auto auto 30px auto;
    font-size: 140%;
  }
}
.p-info__heading--name {
  text-align: left;
  margin: 60px auto 10px auto;
}
@media screen and (max-width: 768px) {
  .p-info__heading--name {
    margin: 20px auto 10px auto;
  }
}
.p-info__heading--info {
  text-align: left;
  max-width: 1100px;
  width: 90%;
  margin: 40px auto -20px auto;
}
.p-info__heading--info i {
  margin: auto 5px auto auto;
  color: #de5c22;
}
.p-info__description {
  font-weight: normal;
}
.p-info__inner, .p-info__inner--flex, .p-info__inner--head {
  max-width: 1100px;
  width: 90%;
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  .p-info__inner, .p-info__inner--flex, .p-info__inner--head {
    margin: 20px auto;
  }
}
.p-info__inner--head {
  margin: 40px auto -20px auto;
}
@media screen and (max-width: 768px) {
  .p-info__inner--head {
    margin: 40px auto 20px auto;
  }
}
.p-info__inner--flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .p-info__inner--flex {
    flex-direction: column;
    margin: 20px auto;
  }
}
.p-info__btn {
  max-width: 1100px;
  width: 90%;
  margin: 40px auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-info__btn {
    flex-direction: column;
  }
}

.p-mypage {
  max-width: 1100px;
  width: 90%;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-mypage {
    margin: 40px auto;
    flex-direction: column-reverse;
  }
}
.p-mypage__inner {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-mypage__inner {
    width: 100%;
    margin: auto;
  }
}
.p-mypage__heading {
  margin: auto auto 40px auto;
  font-weight: normal;
  font-size: 180%;
}
@media screen and (max-width: 768px) {
  .p-mypage__heading {
    margin: auto auto 20px auto;
    font-size: 140%;
  }
}
.p-mypage__btn {
  max-width: 1100px;
  width: 90%;
  margin: 40px auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-mypage__btn {
    flex-direction: column;
  }
}
.p-mypage__btn input[type=submit] {
  border: none;
  height: 44px;
  line-height: 44px;
  border-radius: 3px;
  background-color: #1775bf;
  color: #fff;
  padding: 0 20px;
}
.p-mypage__btn input[type=submit]:hover {
  opacity: 0.5;
}
.p-mypage__btn input[type=submit] + input[type=submit] {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .p-mypage__btn input[type=submit] + input[type=submit] {
    margin: 20px 0 0 0 !important;
  }
}
.p-mypage__btn input[name=back] {
  background-color: #8a8a8a !important;
}

.header__inner {
  max-width: 1100px;
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  font-size: 110%;
}
.header__logo {
  margin: 0 auto 0 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 80%;
  }
}
.header__logo img {
  width: 100%;
}
.header__gnav {
  width: 35%;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header__gnav {
    display: none;
  }
}
.header__gnav__item, .header__gnav__item--login, .header__gnav__item--regist {
  text-align: center;
  margin: 0;
  width: auto;
  line-height: 40px;
}
.header__gnav__item a, .header__gnav__item--login a, .header__gnav__item--regist a {
  display: block;
  text-decoration: none;
  border-radius: 4px;
  padding: 0 10px;
}
.header__gnav__item img, .header__gnav__item--login img, .header__gnav__item--regist img {
  vertical-align: middle;
  width: 24px;
  margin: auto 10px auto auto;
}
.header__gnav__item--regist a {
  background-color: #1c9bdb;
  border: solid 2px #1c9bdb;
  color: #fff;
}
.header__gnav__item--login a {
  border: solid 2px #1c9bdb;
  color: #1c9bdb;
  box-sizing: border-box;
}
.header__gnav__item + .header__gnav__item, .header__gnav__item--regist + .header__gnav__item, .header__gnav__item--login + .header__gnav__item, .header__gnav__item + .header__gnav__item--regist, .header__gnav__item--regist + .header__gnav__item--regist, .header__gnav__item--login + .header__gnav__item--regist, .header__gnav__item + .header__gnav__item--login, .header__gnav__item--regist + .header__gnav__item--login, .header__gnav__item--login + .header__gnav__item--login {
  margin: 0 0 0 10px;
}
.header__language {
  width: auto;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header__language {
    display: none;
  }
}
.header__language img {
  width: 20px;
  vertical-align: middle;
  margin: auto 5px auto auto;
}
.header__language select {
  color: #1775bf;
}
.header__nav {
  max-width: 1100px;
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav__item {
  text-align: center;
  margin: 0;
  font-size: 100%;
  position: relative;
  width: 15%;
  display: flex;
  align-items: center;
}
.header__nav__item a {
  color: #333;
  display: block;
  text-decoration: none;
  z-index: 1;
  margin: auto;
}
.sub {
  box-shadow: 0px 0px 10px -5px #333;
  background-color: #fff;
  padding: 4px;
  position: absolute;
  left: 0;
  top: 60px;
  display: none;
  width: 100%;
  z-index: 3;
  border-radius: 4px;
}
.sub a {
  border-top: solid 1px #1c9bdb;
  font-size: 14px;
  color: #fff;
  background-color: #1775bf;
  line-height: 24px;
  padding: 5px;
}
.sub a:hover {
  background-color: #1c9bdb;
  opacity: 1;
}

.open {
  display: block;
}

.drawer button {
  display: none;
}
@media screen and (max-width: 768px) {
  .drawer button {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .drawer-hamburger-icon {
    display: block;
  }
}

.subArea {
  box-shadow: 0px 0px 10px -5px #333;
  background-color: #fff;
  padding: 4px;
  position: absolute;
  left: 0;
  top: 60px;
  display: none;
  width: 200%;
  z-index: 3;
  border-radius: 4px;
  font-size: 0px;
}
.subArea a {
  width: 25%;
  display: inline-block;
  border-top: solid 1px #1c9bdb;
  border-right: solid 1px #1c9bdb;
  font-size: 14px;
  color: #fff;
  background-color: #1775bf;
  line-height: 24px;
  padding: 5px;
}
.subArea a:hover {
  background-color: #1c9bdb;
  opacity: 1;
}

.drawer-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .drawer-nav {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .footer__inner {
    margin: auto auto 30px auto;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner:last-of-type {
    margin: auto auto auto auto;
  }
}
.footer__logo {
  margin: auto auto 20px 0;
  width: 260px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin: auto auto 20px auto;
  }
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer__name {
  color: #fff;
  font-weight: bold;
  margin: auto auto 10px auto;
}
.footer__address {
  color: #fff;
  font-size: 90%;
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  margin: auto 20px 10px 20px;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    margin: auto;
  }
}
.footer__nav__item {
  margin: 5px;
}
.footer__nav__item a {
  color: #fff;
}
.footer__nav__item::after {
  content: "|";
  color: #fff;
  padding: 0 15px;
}
.footer__nav__item:last-of-type::after {
  content: "";
}
.footer__login {
  width: 260px;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__login {
    margin: 30px auto auto auto;
  }
}
.footer__text {
  position: absolute;
  top: 0%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  background-color: #1775bf;
  color: #fff;
  text-align: center;
}
.footer__btn {
  text-align: center;
  margin: 10px auto 0 auto;
  width: 150px;
  line-height: 40px;
}
.footer__btn a {
  display: block;
  text-decoration: none;
  border-radius: 4px;
  color: #1c9bdb;
  box-sizing: border-box;
  background-color: #fff;
}
.footer__btn img {
  vertical-align: middle;
  width: 24px;
  margin: auto 10px auto auto;
}

.main__inner {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .main__inner {
    width: 80%;
    flex-direction: column-reverse;
  }
}
.main__user {
  background-color: #fff;
  width: 360px;
  margin: auto 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px -5px #333;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .main__user {
    width: 100%;
    margin: auto;
  }
}
.main__btn, .main__btn--login input[type=submit], .main__btn--login, .main__btn--regist {
  text-align: center;
  margin: 0;
  width: 150px;
  line-height: 40px;
}
.main__btn a, .main__btn--login input[type=submit] a, .main__btn--login a, .main__btn--regist a {
  display: block;
  text-decoration: none;
  border-radius: 4px;
}
.main__btn img, .main__btn--login input[type=submit] img, .main__btn--login img, .main__btn--regist img {
  vertical-align: middle;
  width: 24px;
  margin: auto 10px auto auto;
}
.main__btn--regist {
  width: 100%;
}
.main__btn--regist a {
  background-color: #1c9bdb;
  color: #fff;
}
.main__btn--login {
  width: 100%;
  margin: 10px auto;
}
.main__btn--login a {
  border: solid 2px #1c9bdb;
  color: #1c9bdb;
}
.main__btn--login input[type=submit] {
  width: 100%;
  margin: 10px auto;
  border: solid 2px #1c9bdb;
  color: #1c9bdb;
  background-image: url(../img/icon_login.svg);
  background-size: 8%;
  background-repeat: no-repeat;
  background-position: center left 30%;
  border-radius: 4px;
}
.main__login {
  width: 100%;
  border: 2px solid #fdd384;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 768px) {
  .main__login {
    margin: 30px auto auto auto;
  }
}
.main__login__text {
  position: absolute;
  top: -10px;
  left: 30px;
  background-color: #fff;
  padding: 0 10px;
}
.main__password {
  text-align: center;
}
.main__password a {
  color: #1775bf;
  text-decoration: underline;
}
.main input[type=text] {
  width: auto;
  padding: 15px;
  margin: auto;
  border: solid 1px #dddddd;
  background-color: #f5f5f5;
  border-radius: 3px;
  margin: 5px auto;
  width: 100%;
}
.main input[type=password] {
  width: auto;
  padding: 15px;
  margin: auto;
  border: solid 1px #dddddd;
  background-color: #f5f5f5;
  border-radius: 3px;
  margin: 5px auto;
  width: 100%;
}
.main__block {
  color: #fff;
  text-align: right;
  margin: auto 20px;
}
@media screen and (max-width: 768px) {
  .main__block {
    width: 100%;
    margin: auto auto 20px auto;
    text-align: center;
  }
}
.main__catch {
  font-weight: normal;
  font-size: 230%;
  margin: auto auto 20px auto;
}
@media screen and (max-width: 768px) {
  .main__catch {
    font-size: 160%;
  }
}
.main__title {
  font-weight: normal;
  font-size: 180%;
}
@media screen and (max-width: 768px) {
  .main__title {
    font-size: 140%;
  }
}
.main__name {
  text-align: center;
  margin: auto auto 20px auto;
  font-size: 110%;
}
.mainPage {
  margin: auto auto 60px auto;
}
@media screen and (max-width: 768px) {
  .mainPage {
    margin: auto auto 40px auto;
  }
}
.mainPage__inner {
  max-width: 1100px;
  width: 90%;
  height: 300px;
  margin: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .mainPage__inner {
    width: 80%;
    height: 100px;
  }
}
.mainPage__title {
  font-weight: normal;
  font-size: 180%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mainPage__title {
    font-size: 140%;
  }
}

.search {
  max-width: 1100px;
  width: 90%;
  margin: auto;
}
.search__title {
  font-size: 180%;
  color: #de5c22;
  text-align: center;
  margin: auto auto 40px auto;
}
@media screen and (max-width: 768px) {
  .search__title {
    margin: auto auto 20px auto;
  }
}
.search__title--list {
  font-size: 100%;
  color: #de5c22;
  text-align: left;
  margin: auto auto 10px auto;
}
.search__inner {
  background-color: rgba(253, 211, 132, 0.18);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .search__inner {
    flex-direction: column;
  }
}
.search__item {
  width: 45%;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .search__item {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.search__item select {
  width: 100%;
  background-color: #fff;
  border: solid 1px #dddddd;
  padding: 12px 10px;
  border-radius: 4px;
}
.search__salary {
  width: 28%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .search__salary {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.search__salary select {
  width: 45%;
  background-color: #fff;
  border: solid 1px #dddddd;
  padding: 12px 10px;
  border-radius: 4px;
}
.search__btn {
  width: 8%;
}
@media screen and (max-width: 768px) {
  .search__btn {
    width: 100%;
  }
}
.search__btn input[type=submit] {
  border: none;
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-radius: 3px;
  padding: 0 20px;
  background: #de5c22 url(../img/icon_search.svg);
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  .search__btn input[type=submit] {
    background-size: 20px;
  }
}
.search__text {
  width: 20%;
  margin: auto 10px;
  text-align: center;
}
.search__block {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search__box {
  margin: 60px auto;
  max-width: 1100px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .search__box {
    margin: 20px auto;
  }
}
.search__box table {
  width: 100%;
  border: solid 1px #dddddd;
}
.search__box table tr {
  border-bottom: solid 1px #dddddd;
}
.search__box table th {
  width: 15%;
  text-align: right;
  background-color: #f9f9f9;
  padding: 20px;
  border-right: solid 1px #dddddd;
}
@media screen and (max-width: 768px) {
  .search__box table th {
    width: 100%;
    display: block;
    padding: 10px;
    text-align: left;
    border-right: none;
  }
}
.search__box table td {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .search__box table td {
    width: 100%;
    display: block;
    padding: 10px;
  }
}
.search__box input[type=text] {
  width: auto;
  padding: 5px;
  margin: auto;
  border: solid 1px #dddddd;
  border-radius: 3px;
  margin: 5px auto;
}
@media screen and (max-width: 768px) {
  .search__box input[type=text] {
    width: 100%;
  }
}
.search__box label {
  margin: auto;
  width: 24%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .search__box label {
    width: 49%;
  }
}
.search__box input[type=checkbox] {
  margin: auto 8px auto auto;
}
.search__box select {
  background-color: #fff;
  border: solid 1px #dddddd;
  padding: 12px 10px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .search__box select {
    width: 100%;
    margin: 5px auto;
  }
}
.search__box__heading {
  margin: auto auto 40px auto;
  text-align: center;
  font-weight: normal;
  font-size: 160%;
  line-height: 80px;
  border-radius: 6px;
  border: solid 2px #0069bb;
  color: #0069bb;
  background-color: #fafcfe;
}
@media screen and (max-width: 768px) {
  .search__box__heading {
    margin: auto auto 30px auto;
    font-size: 100%;
    line-height: 40px;
    padding: 10px;
  }
}
.search__box__btn {
  margin: 20px auto;
  display: flex;
  justify-content: center;
}
.search__box__btn input[type=submit] {
  border: none;
  height: 44px;
  line-height: 44px;
  border-radius: 3px;
  background-color: #1775bf;
  color: #fff;
  padding: 0 20px;
}
.search__box__btn input[type=submit]:hover {
  opacity: 0.5;
}

.card {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: auto;
  padding: 0;
  position: relative;
}
.card__item {
  margin: 5px 10px;
  box-shadow: 1px 1px 10px -7px #333;
  border-radius: 4px;
  width: 22%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .card__item {
    width: 100%;
    margin: 5px 30px;
  }
}
.card__item a {
  width: 100%;
  display: block;
}
.card__item__image {
  margin: 0 0 20px 0;
}
.card__item__image img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card__item__block {
  margin: 20px;
}
.card__item__name {
  margin: 0 0 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333;
  height: 44px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .card__item__name {
    font-size: 110%;
  }
}
.card__item__address {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
@media screen and (max-width: 768px) {
  .card__item__address {
    font-size: 90%;
    margin: 0 0 5px 0;
  }
}
.card__item__address i {
  margin: auto 5px auto auto;
  color: #de5c22;
}
.card__item__salary {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
@media screen and (max-width: 768px) {
  .card__item__salary {
    font-size: 90%;
    margin: 0 0 5px 0;
  }
}
.card__item__salary i {
  margin: auto 5px auto auto;
  color: #de5c22;
}

.prev-arrow {
  position: absolute;
  top: 50%;
  left: -4%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .prev-arrow {
    left: -2%;
  }
}

.next-arrow {
  position: absolute;
  top: 50%;
  right: -4%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .next-arrow {
    right: -2%;
  }
}

.slide-arrow {
  width: 40px;
  z-index: 1;
}

.jobList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: auto -1.5%;
  padding: 0;
}
.jobList__item {
  margin: 0 1.5% 20px 1.5%;
  box-shadow: 1px 1px 10px -7px #333;
  border-radius: 4px;
  width: 22%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .jobList__item {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.jobList__item a {
  display: block;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .jobList__item a {
    padding: 10px;
    display: flex;
    justify-content: space-between;
  }
}
.jobList__item__image {
  margin: 0 0 20px 0;
  height: 150px;
}
@media screen and (max-width: 768px) {
  .jobList__item__image {
    width: 45%;
    margin: 0;
    height: auto;
  }
}
.jobList__item__image img {
  border-radius: 6px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  .jobList__item__image img {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .jobList__item__block {
    width: 45%;
    margin: auto;
    padding: 0px;
  }
}
.jobList__item__name {
  margin: 0 0 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #1775bf;
}
@media screen and (max-width: 768px) {
  .jobList__item__name {
    font-size: 110%;
  }
}
.jobList__item__name--en {
  border-top: dotted 1px #dddddd;
  color: #1775bf;
  padding: 10px 0;
}
.jobList__item__name--vn {
  border-top: dotted 1px #dddddd;
  color: #1775bf;
  padding: 10px 0;
}
.keyword {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: auto -1.5%;
  padding: 0;
}
.keyword label {
  margin: 0 1.5% 20px 1.5%;
  border-radius: 4px;
  width: 22%;
  background-color: #fff;
  border: solid 2px #de5c22;
  border-radius: 3px;
  padding: 10px 10px 8px 10px;
  color: #de5c22;
}
@media screen and (max-width: 768px) {
  .keyword label {
    width: 47%;
    margin: 0 1.5% 10px 1.5%;
  }
}
.keyword input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin: auto 14px auto auto;
  border: none;
}
@media screen and (max-width: 768px) {
  .keyword input[type=checkbox] {
    margin: auto 10px auto auto;
  }
}
.keyword input[type=checkbox]::before {
  display: block;
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 18px;
  height: 18px;
  background: #fff;
  border: solid 2px #de5c22;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .keyword input[type=checkbox]::before {
    top: 0px;
    left: 0px;
  }
}
.keyword input[type=checkbox]:checked::before {
  background-color: #de5c22;
  border: solid 2px #de5c22;
}
.keyword input[type=checkbox]::after {
  display: block;
  content: "";
  position: absolute;
  left: 7px;
  top: 1px;
  width: 6px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .keyword input[type=checkbox]::after {
    left: 6px;
    top: 1px;
  }
}
.keyword input[type=checkbox]:checked::after {
  opacity: 1;
}

.topics__item {
  box-shadow: 0px 11px 20px -10px #b8b8b8;
  border-radius: 4px;
  width: 100%;
  background-color: #fff;
  margin: auto auto 10px auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topics__item {
    align-items: flex-start;
  }
}
.topics__item a {
  background-color: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
}
.topics__item a:hover {
  background-color: #1775bf;
  color: #fff;
}
.topics__item__image {
  width: 12%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .topics__item__image {
    width: 30%;
  }
}
.topics__item__image img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.topics__item__block {
  width: 85%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .topics__item__block {
    width: 65%;
    flex-direction: column;
  }
}
.topics__item__flex {
  width: 25%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .topics__item__flex {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.topics__item__date {
  margin: 0 15px 0 0;
  font-weight: bold;
}
.topics__item__cat, .topics__info__cat--cat_column, .topics__info__cat--cat_news, .topics__info__cat--cat_seminar, .topics__item__cat--cat_column, .topics__item__cat--cat_news, .topics__item__cat--cat_seminar {
  margin: 0 auto 0 0;
  line-height: 26px;
  border-radius: 13px;
  padding: 0 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topics__item__cat, .topics__info__cat--cat_column, .topics__info__cat--cat_news, .topics__info__cat--cat_seminar, .topics__item__cat--cat_column, .topics__item__cat--cat_news, .topics__item__cat--cat_seminar {
    width: auto;
  }
}
.topics__item__cat--cat_seminar {
  border: solid 1px #d85e71;
  color: #d85e71;
  background-color: #fff;
}
.topics__item__cat--cat_news {
  border: solid 1px #1775bf;
  color: #1775bf;
  background-color: #fff;
}
.topics__item__cat--cat_column {
  border: solid 1px #68b784;
  color: #68b784;
  background-color: #fff;
}
.topics__item__text {
  width: 70%;
  font-weight: normal;
  font-size: 100%;
}
@media screen and (max-width: 768px) {
  .topics__item__text {
    width: 100%;
  }
}
.topics__item__icon {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #ff0000;
  text-align: center;
  border-radius: 20px;
}
.topics__info {
  width: 90%;
  max-width: 800px;
  margin: auto auto 40px auto;
}
.topics__info__title {
  font-size: 140%;
  margin: auto auto 40px auto;
  line-height: 30px;
}
.topics__info__text {
  width: 100%;
  margin: 20px auto;
  line-height: 26px;
}
.topics__info__block {
  margin: auto auto 20px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topics__info__date {
  margin: 0 20px 0 0;
  font-weight: bold;
  line-height: 26px;
  font-size: 120%;
}
.topics__info__cat {
  width: auto;
  margin: 0;
  line-height: 26px;
  border-radius: 13px;
  padding: 0 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topics__info__cat {
    width: auto;
  }
}
.topics__info__cat--cat_seminar {
  border: solid 1px #d85e71;
  color: #d85e71;
  background-color: #fff;
}
.topics__info__cat--cat_news {
  border: solid 1px #1775bf;
  color: #1775bf;
  background-color: #fff;
}
.topics__info__cat--cat_column {
  border: solid 1px #68b784;
  color: #68b784;
  background-color: #fff;
}
.topics__info__image {
  width: 100%;
  margin: auto auto 40px auto;
}
.topics__info__image img {
  width: 100%;
}
.topics__info__text {
  width: 100%;
  margin: 20px auto;
  line-height: 26px;
}
.banner {
  background-image: url(../img/banner_bg.jpg);
  background-position: center;
  background-size: cover;
  max-width: 1100px;
  width: 90%;
  margin: auto;
  padding: 30px;
}
.banner__inner {
  background-color: rgba(38, 76, 147, 0.6);
  text-align: center;
}
.banner__inner a {
  border: solid 1px #fff;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.banner__title {
  color: #fff;
  font-size: 120%;
  margin: auto auto 10px auto;
}
.banner__text {
  color: #fff;
}

.link {
  max-width: 1100px;
  width: 90%;
  margin: auto auto 80px auto;
}
.link__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .link__inner {
    flex-direction: column;
  }
}
.link__inner a {
  width: 49%;
  display: block;
  box-shadow: 0px 11px 20px -10px #b8b8b8;
}
@media screen and (max-width: 768px) {
  .link__inner a {
    width: 100%;
    margin: auto auto 10px auto;
  }
}
.link__inner img {
  width: 100%;
}

.area {
  position: relative;
}
@media screen and (max-width: 768px) {
  .area {
    display: none;
  }
}
.area img {
  width: 100%;
}

.area--sp {
  display: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .area--sp {
    display: block;
  }
}
.area--sp img {
  width: 100%;
}

.breadcrumb {
  background-color: rgba(28, 155, 219, 0.1);
  padding: 0;
  list-style: none;
}
.breadcrumb__inner {
  max-width: 1100px;
  width: 90%;
  margin: auto;
}
.breadcrumb li {
  display: inline;
  list-style: none;
  color: #8a8a8a;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .breadcrumb li {
    font-size: 90%;
  }
}
.breadcrumb li::after {
  content: ">";
  padding: 0 0.2em;
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb li a {
  text-decoration: underline;
  color: #8a8a8a;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

.qa {
  max-width: 1100px;
  width: 90%;
  margin: auto auto 60px auto;
}
.qa__item {
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin: auto auto 10px auto;
}
.qa__title {
  position: relative;
  padding: 15px;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.qa__btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}
.qa .qa__btn::before,
.qa .qa__btn::after {
  display: block;
  content: "";
  background-color: #333;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.qa .qa__btn::before {
  width: 2px;
  height: 10px;
}
.qa .qa__title.selected .qa__btn::before {
  content: normal;
}
.qa__contents {
  display: none;
  padding: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
}
.qa__text {
  margin: 0 30px 0 0;
}
.qa__icon_q {
  font-size: 140%;
  margin: 0 20px 0 0;
  color: #d85e71;
}
.qa__icon_a {
  font-size: 140%;
  margin: 0 20px 0 0;
  color: #68b784;
}
.qa__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.qa__inner a {
  color: #1775bf;
}
.qa__switch {
  display: flex;
  justify-content: center;
  max-width: 1100px;
  width: 90%;
  margin: auto auto 60px auto;
  border-bottom: solid 2px #1775bf;
}
.qa__switch__item {
  width: 45%;
  margin: 0 10px;
  text-align: center;
  line-height: 50px;
  background-color: #1775bf;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.qa__switch__item a {
  background-color: #f7f7f7;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #1775bf;
  display: block;
}
.qa__switch__item a:hover {
  background-color: #1c9bdb;
  color: #fff;
}

.registered {
  max-width: 1100px;
  width: 90%;
  margin: auto auto 60px auto;
}
.registered__heading, .registered__heading--orange, .registered__heading--blue {
  margin: auto auto 40px auto;
  text-align: center;
  font-weight: normal;
  font-size: 160%;
  line-height: 80px;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .registered__heading, .registered__heading--orange, .registered__heading--blue {
    margin: auto auto 30px auto;
    font-size: 100%;
    line-height: 40px;
    padding: 10px;
  }
}
.registered__heading--blue {
  border: solid 2px #0069bb;
  color: #0069bb;
  background-color: #fafcfe;
}
.registered__heading--orange {
  border: solid 2px #ffa326;
  color: #ffa326;
  background-color: #fffbf6;
}
.registered__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto auto 60px auto;
}
.registered__inner::after {
  content: "";
  display: block;
  width: 32%;
}
.registered__item {
  display: flex;
  align-items: center;
  box-shadow: 2px 2px 10px -8px #777777;
  width: 32%;
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin: 0 0 20px 0;
  background-color: #fffefd;
  border: solid 1px #d2caae;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .registered__item {
    width: 100%;
  }
}

.tokutei {
  max-width: 1100px;
  width: 90%;
  margin: auto auto 60px auto;
}
.tokutei__inner + .tokutei__inner {
  margin: 60px auto auto auto;
}
.tokutei__heading {
  margin: auto auto 40px auto;
  text-align: center;
  font-weight: normal;
  font-size: 160%;
  line-height: 80px;
  border-radius: 6px;
  border: solid 2px #0069bb;
  color: #0069bb;
  background-color: #fafcfe;
}
@media screen and (max-width: 768px) {
  .tokutei__heading {
    margin: auto auto 30px auto;
    font-size: 100%;
    line-height: 40px;
    padding: 10px;
  }
}
.tokutei__text {
  margin: 40px auto;
  font-size: 110%;
}
.tokutei__text span {
  color: #ff0000;
}
@media screen and (max-width: 768px) {
  .tokutei__text {
    margin: 20px auto;
  }
}
.tokutei__field {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .tokutei__field {
    flex-direction: column;
  }
}
.tokutei__field table {
  width: 100%;
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
}
@media screen and (max-width: 768px) {
  .tokutei__field table {
    width: 100%;
    margin: auto auto 20px auto;
  }
}
.tokutei__field table th {
  background: #f5f5f5;
  border-bottom: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  text-align: left;
  width: 20%;
  padding: 10px;
  font-weight: normal;
  text-align: center;
}
.tokutei__field table td {
  border-bottom: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  padding: 10px;
}
.tokutei__field__block {
  width: 32%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .tokutei__field__block {
    width: 100%;
  }
}
.tokutei .area1 {
  width: 32%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .tokutei .area1 {
    width: 100%;
  }
}
.tokutei .area1 th.head {
  background: #4496d5;
  color: #fff;
}
.tokutei .area2 {
  width: 32%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .tokutei .area2 {
    width: 100%;
  }
}
.tokutei .area2 th.head {
  background: #f58420;
  color: #fff;
}
.tokutei .area3 {
  width: 100%;
  margin: 0 0 20px 0;
}
.tokutei .area3 th.head {
  background: #56a236;
  color: #fff;
}
.tokutei .area4 {
  width: 100%;
  margin: 0;
}
.tokutei .area4 th.head {
  background: #c1ae25;
  color: #fff;
}
.tokutei__procedure table {
  width: 100%;
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
}
@media screen and (max-width: 768px) {
  .tokutei__procedure table {
    width: 100%;
    margin: auto auto 40px auto;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.tokutei__procedure table th {
  background: #c12525;
  color: #fff;
  border-bottom: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  text-align: left;
  width: 20%;
  padding: 10px;
  font-weight: normal;
  text-align: center;
}
.tokutei__procedure table td {
  border-bottom: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  padding: 10px;
  width: 25%;
}
.tokutei__employment img {
  width: 100%;
}
.tokutei__employment img + img {
  margin: 40px auto auto auto;
}
.tokutei__list {
  margin: -20px auto;
}
.tokutei__list span {
  color: #ff0000;
}
.tokutei__list__item {
  margin: 5px auto;
}
.tokutei__list__item::before {
  content: "●";
}
.tokutei__accept table {
  width: 100%;
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
}
@media screen and (max-width: 768px) {
  .tokutei__accept table {
    width: 100%;
    margin: auto auto 40px auto;
  }
}
.tokutei__accept table th {
  background: #4496d5;
  color: #fff;
  border-bottom: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  text-align: left;
  padding: 10px;
  font-weight: normal;
  text-align: center;
}
.tokutei__accept table td {
  border-bottom: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  padding: 10px;
}
.tokutei__accept table .head {
  text-align: center;
}
.tokutei__accept table .language {
  text-align: center;
}

.form {
  margin: auto auto 80px auto;
  max-width: 1100px;
  width: 90%;
}
.form table {
  width: 100%;
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  margin: auto auto 40px auto;
}
@media screen and (max-width: 768px) {
  .form table {
    width: 100%;
    margin: auto auto 40px auto;
  }
}
.form table th {
  background: #f5f5f5;
  border-bottom: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  text-align: left;
  width: 25%;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .form table th {
    width: 100%;
    display: block;
  }
}
.form table td {
  padding: 15px;
  border-bottom: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
}
@media screen and (max-width: 768px) {
  .form table td {
    width: 100%;
    display: block;
  }
}
.form input[type=text] {
  width: auto;
  padding: 5px;
  margin: auto;
  border: solid 1px #dddddd;
  border-radius: 3px;
  margin: 5px auto;
}
@media screen and (max-width: 768px) {
  .form input[type=text] {
    width: 100%;
  }
}
.form input[type=password] {
  width: auto;
  padding: 5px;
  margin: auto;
  border: solid 1px #dddddd;
  border-radius: 3px;
  margin: 5px auto;
}
@media screen and (max-width: 768px) {
  .form input[type=password] {
    width: 100%;
  }
}
.form textarea {
  border-radius: 3px;
  width: 100%;
  border: solid 1px #dddddd;
  vertical-align: bottom;
  padding: 5px;
}
.form input[type=radio] {
  margin: auto 8px auto auto;
}
.form input[type=checkbox] {
  margin: auto 8px auto auto;
}
.form label {
  width: auto;
  margin: auto 20px auto auto;
}
@media screen and (max-width: 768px) {
  .form label {
    width: 100%;
    display: block;
  }
}
.form select {
  background-color: #fff;
  border: solid 1px #dddddd;
  padding: 12px 10px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .form select {
    width: 100%;
    margin: 5px auto;
  }
}
.form__btn {
  margin: auto;
  display: flex;
  justify-content: center;
}
.form__btn input[type=submit] {
  border: none;
  height: 44px;
  line-height: 44px;
  border-radius: 3px;
  background-color: #1775bf;
  color: #fff;
  padding: 0 20px;
}
.form__btn input[type=submit]:hover {
  opacity: 0.5;
}
.form__btn input[type=submit] + input[type=submit] {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .form__btn input[type=submit] + input[type=submit] {
    margin: 20px 0 0 0 !important;
  }
}
.form__btn input[name=back] {
  background-color: #8a8a8a;
}
.form__btn input[type=button] {
  border: none;
  height: 44px;
  line-height: 44px;
  border-radius: 3px;
  background-color: #1775bf;
  color: #fff;
  padding: 0 20px;
}
.form__btn input[type=button]:hover {
  opacity: 0.5;
}
.form__btn a {
  margin: auto 10px;
  border-radius: 3px;
  width: auto;
  text-align: center;
  background-color: #1775bf;
  padding: 0px 20px;
  line-height: 44px;
  display: block;
  color: #fff;
}
.form .required {
  background-color: #d32f2f;
  color: #fff;
  padding: 4px 2px;
  font-size: 80%;
  border-radius: 2px;
  margin: 0 5px;
}
.form .remarks {
  color: #8a8a8a;
  font-size: 90%;
}

.list {
  margin: auto;
  padding: 0;
}
.list__item {
  border: solid 2px #de5c22;
  padding: 20px;
  margin: auto auto 40px auto;
}
.list__item:last-child {
  margin: auto;
}
.list__item__head {
  margin: auto auto 20px auto;
}
@media screen and (max-width: 768px) {
  .list__item__head {
    margin: auto auto 10px auto;
  }
}
.list__item__body {
  display: flex;
  justify-content: space-between;
  margin: auto auto 20px auto;
}
@media screen and (max-width: 768px) {
  .list__item__body {
    flex-direction: column;
    margin: auto auto 10px auto;
  }
}
.list__item__name {
  margin: 0 0 10px 0;
  color: #333;
  font-size: 110%;
}
@media screen and (max-width: 768px) {
  .list__item__name {
    font-size: 100%;
  }
}
.list__item__image {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .list__item__image {
    width: 100%;
    margin: auto auto 20px auto;
  }
}
.list__item__image img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.list__item__block {
  width: calc(70% - 30px);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .list__item__block {
    width: 100%;
  }
}
.list__item__table {
  margin: 20px auto auto auto;
}
.list__item__table table {
  width: 100%;
}
.list__item__table table th {
  text-align: left;
  width: 20%;
  padding: 2px 0;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .list__item__table table th {
    width: 30%;
  }
}
.list__item__table table th i {
  width: 20px;
  color: #de5c22;
}
.list__item__table table td {
  padding: 2px 0;
  word-break: break-all;
}
.list__item__id {
  border-top: solid 1px #dddddd;
  line-height: 40px;
  margin: 10px auto auto auto;
}
.list__item__btn {
  display: flex;
  justify-content: center;
  margin: 20px auto auto auto;
}
@media screen and (max-width: 768px) {
  .list__item__btn {
    flex-direction: column;
  }
}

.pager {
  text-align: center;
}
.pager ul {
  vertical-align: middle;
}
.pager ul li {
  display: inline-block;
  padding-left: 0;
  margin: 0;
}
.pager ul li a {
  position: relative;
  display: block;
  padding: 5px 10px;
  margin-left: 5px;
  text-decoration: none;
  border: 1px solid;
  border-radius: 4px;
  border: 1px solid #8a8a8a;
  color: #8a8a8a;
  background-color: #eeeeee;
}
.pager ul li span {
  position: relative;
  display: block;
  padding: 5px 10px;
  margin-left: 5px;
  text-decoration: none;
  border: 1px solid;
  border-radius: 4px;
  border: 1px solid #8a8a8a;
  color: #8a8a8a;
}

.count span {
  font-weight: bold;
  font-size: 110%;
}

.sort select {
  width: 100%;
  background-color: #fff;
  border: solid 1px #dddddd;
  padding: 12px 10px;
  border-radius: 4px;
}

.image {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .image {
    width: 100%;
    margin: 10px auto;
  }
}
.image img {
  width: 100%;
}
.image__caption {
  margin: 10px auto auto auto;
}

.table {
  width: calc(75% - 40px);
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
}
@media screen and (max-width: 768px) {
  .table {
    width: 100%;
    margin: 10px auto;
  }
}
.table th {
  background: #f5f5f5;
  border-bottom: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  text-align: left;
  width: 20%;
  padding: 15px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .table th {
    width: 30%;
  }
}
.table td {
  padding: 15px;
  border-bottom: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
}

.employment {
  line-height: 30px;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  background-color: #1775bf;
  display: inline-block;
  padding: 0 15px;
  margin: 0;
}

.update {
  line-height: 30px;
  text-align: center;
  display: inline-block;
  margin: 0;
}

.photo {
  display: flex;
  justify-content: space-between;
  margin: 0 -1.5% 0px -1.5%;
}
@media screen and (max-width: 768px) {
  .photo {
    flex-direction: column;
    margin: 0;
  }
}
.photo__item {
  margin: 0 1.5% 0px 1.5%;
  min-width: 22%;
  max-width: 30%;
}
@media screen and (max-width: 768px) {
  .photo__item {
    max-width: 100%;
    margin: 0 0 20px 0;
    display: flex;
    justify-content: space-between;
  }
}
.photo__image {
  margin: auto auto 10px auto;
}
@media screen and (max-width: 768px) {
  .photo__image {
    width: 30%;
    margin: 0;
  }
}
.photo__image img {
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  .photo__image img {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .photo__text {
    width: 65%;
    margin: 0 0 auto auto;
  }
}

.btn, .btn__mypage, .btn__topics, .btn__delete, .btn__entry, .btn__info, .btn__bookmark {
  box-shadow: 0px 0px 10px -5px #333;
  width: 30%;
  margin: 0 20px;
  line-height: 50px;
  border-radius: 4px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn, .btn__mypage, .btn__topics, .btn__delete, .btn__entry, .btn__info, .btn__bookmark {
    width: 100%;
    margin: 0;
    line-height: 44px;
  }
}
.btn a, .btn__mypage a, .btn__topics a, .btn__delete a, .btn__entry a, .btn__info a, .btn__bookmark a {
  display: block;
}
.btn::before, .btn__mypage::before, .btn__topics::before, .btn__delete::before, .btn__entry::before, .btn__info::before, .btn__bookmark::before {
  position: absolute;
  top: 0;
  left: 5%;
  color: #fff;
  font-size: 20px;
  font-family: fontAwesome;
}
.btn__bookmark {
  background-color: #68b784;
}
.btn__bookmark a {
  color: #fff;
}
.btn__bookmark::before {
  content: "★";
}
@media screen and (max-width: 768px) {
  .btn__bookmark {
    margin: auto auto 10px auto;
  }
}
.btn__info {
  background-color: #de5c22;
}
.btn__info a {
  color: #fff;
}
.btn__info::before {
  content: "\f05a";
}
.btn__entry {
  background-color: #de5c22;
}
.btn__entry a {
  color: #fff;
}
.btn__entry::before {
  content: "\f304";
}
.btn__delete {
  text-align: right;
  margin: 0;
  width: auto;
  background-color: #8a8a8a;
  box-shadow: none;
}
.btn__delete a {
  padding: 0 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .btn__delete a {
    padding: 0 10px;
    line-height: 30px;
  }
}
.btn__topics {
  background-color: #1775bf;
  margin: auto;
}
.btn__topics a {
  color: #fff;
}
.btn__mypage {
  background-color: #1775bf;
  box-shadow: none;
  margin: auto;
}
.btn__mypage a {
  color: #fff;
}

.keep_btn[data-keep_check=true] a {
  background-color: #8a8a8a;
  color: #fff;
  border-radius: 4px;
}
.keep_btn[data-keep_check=true] a::before {
  content: "★";
}
@media screen and (max-width: 768px) {
  .keep_btn[data-keep_check=true] a {
    margin: auto auto 10px auto;
  }
}

.keep_btn[data-keep_check=false] a {
  font-weight: normal;
  background-color: #68b784;
  color: #fff;
  border-radius: 4px;
}
.keep_btn[data-keep_check=false] a::before {
  content: "★";
}
@media screen and (max-width: 768px) {
  .keep_btn[data-keep_check=false] a {
    margin: auto auto 10px auto;
  }
}

.swal2-styled.swal2-confirm {
  background-color: #1775bf !important;
}

.swal2-styled.swal2-cancel {
  background-color: #d3d3d3 !important;
}

.tag {
  margin: auto;
}
.tag li {
  line-height: 30px;
  border-radius: 4px;
  color: #de5c22;
  text-align: center;
  border: solid 1px #de5c22;
  display: inline-block;
  padding: 0 10px;
  margin: 4px;
}
@media screen and (max-width: 768px) {
  .tag li {
    line-height: 24px;
    padding: 0 5px;
  }
}

.voice {
  background-color: rgba(253, 211, 132, 0.18);
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 40px 0;
  }
}
.voice__inner {
  max-width: 1100px;
  width: 90%;
  margin: auto;
}
.voice__title {
  margin: auto auto 20px auto;
}
.voice__title img {
  width: 44px;
  margin: auto 5px auto auto;
  vertical-align: middle;
}
.voice__contents {
  background-color: #fff;
  height: 300px;
}

.message {
  text-align: center;
  margin: auto auto 40px auto;
}
.message__title {
  margin: auto auto 20px auto;
}
.message__error {
  margin: auto auto 30px auto;
  border: solid 1px #d32f2f;
  color: #d32f2f;
  background-color: #fffafa;
  padding: 10px;
  border-radius: 4px;
}

.message--login {
  text-align: center;
  margin: auto auto 10px auto;
}
.message--login__error {
  margin: auto auto auto auto;
  border: solid 1px #d32f2f;
  color: #d32f2f;
  background-color: #fffafa;
  padding: 10px;
  border-radius: 4px;
}

.entry {
  max-width: 1100px;
  width: 90%;
  margin: auto auto 40px auto;
}
.entry__item {
  border: solid 1px #dddddd;
  padding: 10px;
  margin: auto auto 40px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: auto auto 20px auto;
}
@media screen and (max-width: 768px) {
  .entry__item {
    position: relative;
    flex-direction: column;
  }
}
.entry__item__image {
  width: 20%;
  margin: 0 20px auto 0;
}
@media screen and (max-width: 768px) {
  .entry__item__image {
    width: 50%;
    margin: auto auto 20px auto;
  }
}
.entry__item__image img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  .entry__item__image img {
    height: 100px;
  }
}
.entry__item__name {
  margin: 10px 0;
  color: #333;
  font-size: 110%;
}
@media screen and (max-width: 768px) {
  .entry__item__name {
    font-size: 100%;
  }
}
.entry__item__block {
  width: 80%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .entry__item__block {
    width: 100%;
  }
}
.entry__item__id {
  border-top: solid 1px #dddddd;
  line-height: 40px;
  margin: 10px auto auto auto;
}
@media screen and (max-width: 768px) {
  .entry__item__id {
    padding: 8px 0 0 0;
    line-height: 24px;
  }
}

.login {
  max-width: 800px;
  width: 90%;
  margin: auto;
}
.login__inner {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .login__inner {
    width: 80%;
    flex-direction: column-reverse;
  }
}
.login__user {
  background-color: #fff;
  width: 360px;
  margin: auto 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px -5px #333;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .login__user {
    width: 100%;
    margin: auto;
  }
}
.login__btn, .login__btn--login, .login__btn--regist {
  text-align: center;
  margin: 0;
  width: 150px;
  line-height: 40px;
}
.login__btn a, .login__btn--login a, .login__btn--regist a {
  display: block;
  text-decoration: none;
  border-radius: 4px;
}
.login__btn img, .login__btn--login img, .login__btn--regist img {
  vertical-align: middle;
  width: 24px;
  margin: auto 10px auto auto;
}
.login__btn--regist {
  width: 100%;
}
.login__btn--regist a {
  background-color: #1c9bdb;
  border: solid 2px #1c9bdb;
  color: #fff;
}
.login__btn--login {
  width: 100%;
  margin: 10px auto;
}
.login__btn--login a {
  border: solid 2px #1c9bdb;
  color: #1c9bdb;
}
.login__btn--login input[type=submit] {
  width: 100%;
  margin: 10px auto;
  border: solid 2px #1c9bdb;
  color: #1c9bdb;
  background-image: url(../img/icon_login.svg);
  background-size: 3%;
  background-repeat: no-repeat;
  background-position: center left 43%;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .login__btn--login input[type=submit] {
    background-size: 8%;
    background-position: center left 30%;
  }
}
.login__login {
  width: 100%;
  border: 2px solid #fdd384;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 768px) {
  .login__login {
    margin: 30px auto auto auto;
  }
}
.login__password {
  text-align: center;
  margin: auto auto 20px auto;
}
.login__password a {
  color: #1775bf;
  text-decoration: underline;
}
.login input[type=text] {
  width: auto;
  padding: 15px;
  margin: auto;
  border: solid 1px #dddddd;
  background-color: #f5f5f5;
  border-radius: 3px;
  margin: 5px auto;
  width: 100%;
}
.login input[type=password] {
  width: auto;
  padding: 15px;
  margin: auto;
  border: solid 1px #dddddd;
  background-color: #f5f5f5;
  border-radius: 3px;
  margin: 5px auto;
  width: 100%;
}
.login__block {
  color: #fff;
  text-align: right;
  margin: auto 20px;
}
@media screen and (max-width: 768px) {
  .login__block {
    width: 100%;
    margin: auto auto 20px auto;
    text-align: center;
  }
}
.login__catch {
  font-weight: normal;
  font-size: 230%;
  margin: auto auto 20px auto;
}
@media screen and (max-width: 768px) {
  .login__catch {
    font-size: 160%;
  }
}
.login__title {
  font-weight: normal;
  font-size: 180%;
}
@media screen and (max-width: 768px) {
  .login__title {
    font-size: 140%;
  }
}

.myNav {
  background-color: #f7f7f7;
  width: 25%;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .myNav {
    width: 100%;
  }
}
.myNav__nav__item {
  margin: auto auto 20px auto;
}
.myNav__nav__item a {
  color: #727272;
}
.myNav__nav__item a:hover {
  color: #9b9b9b;
}
.myNav__nav__item i {
  width: 20px;
  margin: auto 5px auto auto;
}
.myNav__subNav {
  border-top: solid 1px #dddddd;
  padding: 20px 0 0 0;
}
.myNav__subNav__item {
  margin: auto auto 10px auto;
}
.myNav__subNav__item:last-child {
  margin: auto;
}
.myNav__subNav__item a {
  color: #727272;
}
.myNav__subNav__item a:hover {
  color: #9b9b9b;
}

.myMenu {
  margin: auto auto 40px auto;
  display: none;
}
@media screen and (max-width: 768px) {
  .myMenu {
    display: block;
  }
}
.myMenu__nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.myMenu__nav::after {
  width: 32%;
  display: block;
  content: "";
}
@media screen and (max-width: 768px) {
  .myMenu__nav::after {
    width: 49%;
    margin: auto;
    flex-direction: column-reverse;
  }
}
.myMenu__nav__item {
  width: 32%;
  border: solid 2px #1775bf;
  text-align: center;
  margin: 0 0 15px 0;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .myMenu__nav__item {
    width: 49%;
    margin: 0 0 5px 0;
  }
}
.myMenu__nav__item a {
  padding: 20px;
  color: #727272;
  display: block;
}
@media screen and (max-width: 768px) {
  .myMenu__nav__item a {
    padding: 10px;
  }
}
.myMenu__nav__item a:hover {
  background-color: #1775bf;
  color: #fff;
}

.profile {
  width: 100%;
  border-top: solid 1px #dddddd;
}
@media screen and (max-width: 768px) {
  .profile {
    margin: 10px auto;
  }
}
.profile th {
  border-bottom: solid 1px #dddddd;
  text-align: left;
  width: 25%;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .profile th {
    width: 100%;
    border-bottom: none;
    display: block;
    padding: 10px 10px 5px 10px;
  }
}
.profile td {
  padding: 15px;
  border-bottom: solid 1px #dddddd;
}
@media screen and (max-width: 768px) {
  .profile td {
    width: 100%;
    display: block;
    padding: 0 10px 10px 10px;
  }
}
.profile input[type=text] {
  width: auto;
  padding: 5px;
  margin: auto;
  border: solid 1px #dddddd;
  border-radius: 3px;
  margin: 5px auto;
}
@media screen and (max-width: 768px) {
  .profile input[type=text] {
    width: 100%;
  }
}
.profile input[type=password] {
  width: auto;
  padding: 5px;
  margin: auto;
  border: solid 1px #dddddd;
  border-radius: 3px;
  margin: 5px auto;
}
@media screen and (max-width: 768px) {
  .profile input[type=password] {
    width: 100%;
  }
}
.profile textarea {
  border-radius: 3px;
  width: 100%;
  border: solid 1px #dddddd;
  vertical-align: bottom;
}
.profile input[type=radio] {
  margin: auto 8px auto auto;
}
.profile input[type=checkbox] {
  margin: auto 8px auto auto;
}
.profile label {
  width: auto;
  margin: auto 20px auto auto;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .profile label {
    width: 48%;
    margin: 0;
  }
}
.profile select {
  background-color: #fff;
  border: solid 1px #dddddd;
  padding: 12px 10px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .profile select {
    width: 100%;
    margin: 5px auto;
  }
}
.profile .required {
  background-color: #d32f2f;
  color: #fff;
  padding: 4px 2px;
  font-size: 80%;
  border-radius: 2px;
  margin: 0 5px;
}
.profile .remarks {
  color: #8a8a8a;
  font-size: 90%;
}

.keep {
  width: 100%;
  margin: auto auto 40px auto;
}
.keep__item {
  border: solid 1px #dddddd;
  padding: 10px;
  margin: auto auto 40px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: auto auto 20px auto;
}
@media screen and (max-width: 768px) {
  .keep__item {
    position: relative;
    flex-direction: column;
  }
}
.keep__item__image {
  width: 20%;
  margin: 0 20px auto 0;
}
@media screen and (max-width: 768px) {
  .keep__item__image {
    width: 50%;
    margin: auto auto 20px auto;
  }
}
.keep__item__image img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  .keep__item__image img {
    height: 100px;
  }
}
.keep__item__name {
  margin: 10px 0;
  color: #333;
  font-size: 110%;
}
@media screen and (max-width: 768px) {
  .keep__item__name {
    font-size: 100%;
  }
}
.keep__item__block {
  width: 70%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .keep__item__block {
    width: 100%;
  }
}
.keep__item__id {
  border-top: solid 1px #dddddd;
  line-height: 40px;
  margin: 10px auto auto auto;
}
.keep__item__id::before {
  content: "お仕事No.";
  margin: auto 10px auto auto;
}
@media screen and (max-width: 768px) {
  .keep__item__id {
    padding: 8px 0 0 0;
    line-height: 24px;
  }
}
.keep__item__btn {
  margin: 0 0 auto auto;
}
@media screen and (max-width: 768px) {
  .keep__item__btn {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

.terms {
  max-width: 1100px;
  width: 90%;
  margin: auto auto 60px auto;
}
.terms__inner + .terms__inner {
  margin: 60px auto auto auto;
}
.terms__title {
  margin: auto auto 15px auto;
}
.terms__text {
  margin: auto auto 15px auto;
}
.terms ul li {
  list-style: decimal;
  margin: auto auto 10px 20px;
}
.terms ul.sub1 {
  margin: 10px auto auto auto;
}
.terms ul.sub1 li {
  list-style: lower-latin;
  margin: auto auto 5px 20px;
}
.terms ul.sub2 {
  margin: 10px auto auto auto;
}
.terms ul.sub2 li {
  list-style: disc;
  margin: auto auto 5px 20px;
}
.terms table {
  width: 100%;
  margin: 10px auto auto auto;
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
}
.terms table tr {
  border-bottom: solid 1px #dddddd;
}
.terms table tr th {
  padding: 20px;
  background-color: #f5f5f5;
  border-right: solid 1px #dddddd;
}
@media screen and (max-width: 768px) {
  .terms table tr th {
    padding: 10px;
    display: block;
  }
}
.terms table tr td {
  padding: 20px;
  border-right: solid 1px #dddddd;
}
@media screen and (max-width: 768px) {
  .terms table tr td {
    padding: 10px;
    display: block;
  }
}
.terms table tr .head {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .terms table tr .head {
    width: auto;
  }
}
.terms__switch {
  display: flex;
  justify-content: center;
  max-width: 1100px;
  width: 90%;
  margin: auto auto 60px auto;
  border-bottom: solid 2px #1775bf;
}
.terms__switch__item {
  width: 45%;
  margin: 0 10px;
  text-align: center;
  line-height: 50px;
  background-color: #1775bf;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.terms__switch__item a {
  background-color: #f7f7f7;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #1775bf;
  display: block;
}
.terms__switch__item a:hover {
  background-color: #1c9bdb;
  color: #fff;
}

.country {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: auto -1.5%;
  padding: 0;
}
.country__item {
  width: 22%;
  border: solid 2px #f7f7f7;
  border-radius: 3px;
  padding: 10px 10px 8px 10px;
  margin: 0 1.5% 20px 1.5%;
}
@media screen and (max-width: 768px) {
  .country__item {
    width: 47%;
    margin: 0 1.5% 10px 1.5%;
  }
}
.country__item a {
  display: flex;
  justify-content: space-between;
  color: #333;
}
.country__icon {
  width: 15%;
  margin: 0;
}
.country__icon img {
  width: 100%;
  border-radius: 3px;
}
.country__name {
  width: 80%;
  margin: 0;
}

.consent {
  margin: 20px 0;
}
.consent__text {
  text-align: center;
  margin: auto auto 10px auto;
}
.consent__link {
  padding: 0 0 0 20px;
}
.consent__link__item {
  text-align: center;
  margin: auto auto 5px auto;
}
.consent__link__item a {
  color: #1775bf;
}
.consent__check {
  text-align: center;
  margin: 20px 20px 30px 20px;
}
.consent__check input[type=checkbox] {
  margin: auto 10px auto auto;
}
.consent__check label {
  border: solid 1px #dddddd;
  padding: 10px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .consent__check label {
    width: auto;
    display: inline-block;
    margin: 0;
  }
}
/*# sourceMappingURL=style.css.map */