@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */ /*
figure {
  margin: 1em 40px;
}
*/
figure {
  margin: 0 auto;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  overflow: visible;
  /* 2 */
  height: 0;
  /*高さをリセット*/
  margin: 0;
  /*マージンをリセット*/
  padding: 0;
  /*パディングをリセット*/
  border: 0;
  /*ボーダーをリセット*/
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
header nav {
  text-align: center;
}
header nav ul {
  margin: 0;
  padding: 1em;
  list-style-type: none;
}
header nav ul li {
  display: inline;
  /*margin-left: 1em;*/
}
header nav ul li ul {
  display: none;
}

a,
a:hover {
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 99;
}

.mean-container a.meanmenu-reveal {
  width: 35px;
  height: 35px;
  line-height: 25px;
  padding: 10px 12px 14px 10px;
  margin-right: 20px;
  margin-top: 3px;
  position: absolute;
  right: 0px !important;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  display: block;
  font-weight: 100;
  z-index: 100000;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #444;
  height: 1px;
  margin-top: 10px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  /*margin-top: 100px;*/
  margin-top: 69px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100vh - 50px) !important;
}

.mean-container .mean-nav ul li {
  position: relative;
  /*float: left;*/
  width: 100%;
  /*font-size: 0.9rem;*/
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.mean-container .mean-nav ul li a {
  display: block;
  /*float: left;*/
  width: 96%;
  /*padding: 1em;*/
  padding: 5% 3% 5% 50px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.8rem;
  color: #32353a;
  border-top: 1px solid #d2e7f0;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  /*background: rgba(255, 255, 255, 0.9); */
}

.mean-container .mean-nav li a span {
  color: #5c9bb7;
  font-size: 1.1rem;
  display: inline;
  width: auto;
  margin-left: 2%;
}

.mean-container .mean-nav li:nth-child(1) a {
  background-image: url("/image/kurashimanet/common/icon_about.png");
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: left;
}

.mean-container .mean-nav li:nth-child(2) a {
  background-image: url("/image/kurashimanet/common/icon_event.png");
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: left;
}

.mean-container .mean-nav li:nth-child(3) a {
  background-image: url("/image/kurashimanet/common/icon_job.png");
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: left;
}

.mean-container .mean-nav li:nth-child(4) a {
  background-image: url("/image/kurashimanet/common/icon_life.png");
  background-size: 35px auto;
  background-repeat: no-repeat;
  background-position: left;
}

.mean-container .mean-nav li:nth-child(5) a {
  background-image: url("/image/kurashimanet/common/icon_house.png");
  background-size: 8% auto;
  background-repeat: no-repeat;
  background-position: left;
}

.mean-container .mean-nav li:nth-child(6) a {
  background-image: url("/image/kurashimanet/common/icon_experience.png");
  background-size: 35px auto;
  background-repeat: no-repeat;
  background-position: left;
}

.mean-container .mean-nav li:nth-child(7) a {
  background-image: url("/image/kurashimanet/common/icon_town.png");
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: left;
}

.mean-container .mean-nav li:nth-child(8) a {
  background-image: url("/image/kurashimanet/common/icon_support.png");
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: left;
}

.mean-container .mean-nav li:nth-child(9) a {
  background-image: url("/image/kurashimanet/common/icon_people.png");
  background-size: 35px auto;
  background-repeat: no-repeat;
  background-position: left;
}

.mean-container .mean-nav ul li:nth-child(1) a {
  border-top: none;
}
.mean-container .mean-nav ul .sub-menu {
  position: static;
}

.mean-container .mean-nav ul li li a {
  padding: 1em 10%;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  text-shadow: none !important;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  transform: scale(1.05);
  /*border-bottom: 0;*/
}

.mean-container .mean-nav ul li a.mean-expand {
  margin: auto;
  width: 26px;
  height: auto;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.9);
  border: none !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #0b4e83;
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-container a.meanmenu-reveal.meanclose {
  /*background: rgba(0, 0, 0, 0.8);*/
  padding: 0;
  width: 57px;
  height: 59px;
  line-height: 50px;
  box-sizing: border-box;
  color: #444;
}

.mean-container a.meanmenu-reveal.meanclose > div {
  width: 30px;
  height: 1px;
  margin: 0 auto;
  background: #444;
}

.mean-container a.meanmenu-reveal.meanclose > div.cl01 {
  transform: rotate(45deg);
  /*margin-top:15px;*/
  margin-top: 29px;
}

.mean-container a.meanmenu-reveal.meanclose > div.cl02 {
  transform: rotate(-45deg);
  margin-top: -1px;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

.text_center {
  text-align: center;
}

/*-----------------------------------
top
-----------------------------------*/
html,
body {
  color: #32353a;
  height: 100%;
  font-size: 62.5%;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans CJK JP"), local("Noto Sans JP"),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf)
      format("opentype");
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  background: #fff;
}

h1,
h2,
h3,
h4,
body,
header,
article,
main,
section,
footer,
div,
a,
dt,
dd,
dl,
ul,
ol,
li,
p {
  box-sizing: border-box;
}

section {
  padding: 0;
}

li {
  list-style-type: none;
}

strong {
  font-size: 2rem;
}

a {
  text-decoration: none;
}

figure img {
  flex-shrink: 0;
}

.wrapper {
  position: relative;
  width: 100%;
  height: auto !important;
  margin: 0 auto;
  box-sizing: content-box;
}

.mainbox,
.pagebox {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.js-modal-video {
  cursor: pointer;
}
/*title*/
.content {
  width: 100%;
  -webkit-scroll-behavior: smooth;
  scroll-behavior: smooth;
  -webkit-scroll-snap-type: mandatory;
  scroll-snap-type: mandatory;
  -webkit-scroll-snap-points-y: repeat(100%);
  scroll-snap-points-y: repeat(100%);
  margin: 0 auto;
}

.block {
  max-width: 1346px;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.block p {
  font-size: 1.8rem;
  line-height: 2;
  color: #000;
  width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-align: justify;
}

.row_wrap {
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  /*align-items: flex-start;
    -webkit-align-items: flex-start; */
  margin: 2% auto 5% auto;
  /*padding-bottom: 5%;*/
  /*width:80%;*/
  width: 73%;
}

.row_wrap00 {
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 2% auto 5% auto;
}

/*---------------------------------------
header
-----------------------------------------*/
header {
  width: 100%;
}

.cb-header {
  box-shadow: 0 0 3px #ccc;
  padding: 16px 0;
  position: relative;
  z-index: 900;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 1);
}

.cb-header.is-fixed .header_logo {
  width: 21%;
}
.cb-header.is-fixed .navbar .menu li a {
  padding-top: 34px;
}
.cb-header.is-fixed .navbar .menu li a span {
  display: none;
}
.cb-header.is-fixed .navbar .menu li:nth-child(1) a {
  background-size: 21px auto;
}
.cb-header.is-fixed .navbar .menu li:nth-child(2) a {
  background-size: 29px auto;
}
.cb-header.is-fixed .navbar .menu li:nth-child(3) a {
  background-size: 19px auto;
}
.cb-header.is-fixed .navbar .menu li:nth-child(4) a {
  background-size: auto 30px;
}
.cb-header.is-fixed .navbar .menu li:nth-child(5) a {
  background-size: 35%;
}
.cb-header.is-fixed .navbar .menu li:nth-child(6) a {
  background-size: auto 27px;
}
.cb-header.is-fixed .navbar .menu li:nth-child(7) a {
  background-size: 40px auto;
}
.cb-header.is-fixed .navbar .menu li:nth-child(8) a {
  background-size: 35px auto;
}
.cb-header.is-fixed .navbar .menu li:nth-child(9) a {
  background-size: 30px auto;
}

.head_01 {
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: normal;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
/*
.cb-header.page_header{
    background: rgba(0, 0, 0, 0.7);
}*/

.cb-header.is-fixed {
  background: rgba(255, 255, 255, 1);
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 900;
}

.is-show {
  transform: translateY(0);
}

.header_logo {
  width: 28%;
  height: auto;
  z-index: 9999999;
  margin: 0;
  position: relative;
}

.header_logo a {
  width: 100%;
  text-align: center;
  display: block;
}

.header_logo a img {
  width: 100%;
  height: auto;
  border: 0;
}

.header_logo a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.navbar {
  width: 63%;
}

.navbar .menu {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding: 0;
}

.navbar .menu li {
  padding: 0;
  width: 90px;
  border-right: 1px solid #d2e7f0;
  box-sizing: border-box;
  height: 100%;
}

.navbar .menu li a {
  color: #32353a;
  text-decoration: none;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
  display: block;
  box-sizing: border-box;
  padding: 37px 6% 0;
  position: relative;
}

.navbar .menu li a span {
  color: #5c9bb7;
  font-size: 1.1rem;
  display: block;
  width: 100%;
}

.navbar .menu li a:hover {
  /*color:#cc2f3b;*/
  position: relative;
  transform: scale(1.1);
}

.navbar .menu li a::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  margin: 0 auto;
  height: 50px;
  width: 100%;
}

.navbar .menu li:nth-child(1) a {
  background-image: url("/image/kurashimanet/common/icon_about.png");
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: top center;
}

.navbar .menu li:nth-child(2) a {
  background-image: url("/image/kurashimanet/common/icon_event.png");
  background-size: 35px auto;
  background-repeat: no-repeat;
  background-position: top center;
}

.navbar .menu li:nth-child(3) a {
  background-image: url("/image/kurashimanet/common/icon_job.png");
  background-size: 23px auto;
  background-repeat: no-repeat;
  background-position: top 4px center;
}

.navbar .menu li:nth-child(4) a {
  background-image: url("/image/kurashimanet/common/icon_life.png");
  background-size: auto 32px;
  background-repeat: no-repeat;
  background-position: top center;
}

.navbar .menu li:nth-child(5) a {
  background-image: url("/image/kurashimanet/common/icon_house.png");
  background-size: 38%;
  background-repeat: no-repeat;
  background-position: top center;
}

.navbar .menu li:nth-child(6) a {
  background-image: url("/image/kurashimanet/common/icon_experience.png");
  background-size: auto 31px;
  background-repeat: no-repeat;
  background-position: center 5px;
}

.navbar .menu li:nth-child(7) a {
  background-image: url("/image/kurashimanet/common/icon_town.png");
  background-size: 43px auto;
  background-repeat: no-repeat;
  background-position: top center;
}

.navbar .menu li:nth-child(8) a {
  background-image: url("/image/kurashimanet/common/icon_support.png");
  background-size: 38px auto;
  background-repeat: no-repeat;
  background-position: top 3px center;
}

.navbar .menu li:nth-child(9) a {
  background-image: url("/image/kurashimanet/common/icon_people.png");
  background-size: 32px auto;
  background-repeat: no-repeat;
  background-position: top center;
}

.sp {
  display: none;
}

/** 会員の新着メール件数表示用 **/
#new_mails {
  text-align: right;
  width: 100%;
  padding-right: 20px;
}
#new_mails p{
  font-size: 16px;
  margin: 0;
}

#header_login_btn {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  font-family: inherit;
}

#header_login_btn:hover {
  background-color: #cbcbcbbd;
}

/* ログイン時はボタンの色を変える */
#header_login_btn[class~="logged_in"] {
color: #fff;
background-color: #337ab7;
border: none;
}
#header_login_btn[class~="logged_in"]:hover {
background-color: #71a2bf;
}

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

.header_loading {
font-size:25px;
position:relative;
height:1em;
width:1em;
padding-left:0.45em;
overflow:hidden;
margin-left: auto;
  -webkit-animation:loader-rotate 0.5s steps(12) infinite;
  -moz-animation:loader-rotate 0.5s steps(12) infinite;
  -ms-animation:loader-rotate 0.5s steps(12) infinite;
  -o-animation:loader-rotate 0.5s steps(12) infinite;
  animation:loader-rotate 0.5s steps(12) infinite;
}

.header_loading i {
display:block;
position:absolute;
height:0.3em;
width:0.1em;
border-radius:0.05em;
background:rgba(0,0,0,0.8);
transform:rotate(-30deg);
transform-origin:center 0.5em;
opacity: 0.8;
}

@-webkit-keyframes loader-rotate {
  from {transform:rotate(0deg);}
  to {transform:rotate(360deg);}
}
@-moz-keyframes loader-rotate {
  from {transform:rotate(0deg);}
  to {transform:rotate(360deg);}
}
@-ms-keyframes loader-rotate {
  from {transform:rotate(0deg);}
  to {transform:rotate(360deg);}
}
@-o-keyframes loader-rotate {
  from {transform:rotate(0deg);}
  to {transform:rotate(360deg);}
}
@keyframes loader-rotate {
  from {transform:rotate(0deg);}
  to {transform:rotate(360deg);}
}

@media screen and (max-width: 768px){
  .cb-header{
      height: 100px;
  }

  #new_mails p{
    margin: 0;
  }

  .head_01 {
    height: initial!important;
  }
}

/*---------------------------------------
toppage
-----------------------------------------*/
/*mainvisual*/
.mainvisual {
  width: 100%;
  height: 335px;
  margin: 0 auto;
  box-sizing: border-box;
  background-image: url("/image/kurashimanet/soudan/title_bg.jpg");
  background-position: center top !important;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}

.pagetitle {
  width: 100%;
  max-width: 1346px;
  /*font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho",
    serif;*/
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, メイリオ, Meiryo,
  sans-serif, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3",
  "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 4.4rem;
  letter-spacing: 8px;
  font-weight: bold;
  color: #fff;
  margin: auto;
  height: 335px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/image/kurashimanet/soudan/title_txt.png");
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: right 50px bottom 10px;
}

.lead {
  width: 100%;
  margin: 0 auto 2% auto;
  background: #5082aa;
  color: #fff;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.3;
  text-align: center;
  padding: 5px;
  position: relative;
}

.lead::before {
  content: "";
  background-image: url("/image/kurashimanet/soudan/headbg_top.png");
  /*background-size: cover;*/
  background-position: left bottom;
  background-repeat: repeat-x;
  width: 100%;
  height: 23px;
  position: absolute;
  left: 0;
  top: -23px;
}

.lead::after {
  content: "";
  background-image: url("/image/kurashimanet/soudan/headbg_btm.png");
  /*background-size: cover;*/
  background-position: right top;
  background-repeat: repeat-x;
  width: 100%;
  height: 23px;
  position: absolute;
  left: 0;
}

.tel {
  color: #12668e;
}

.tel::before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  display: inline-block;
  transform: scaleX(-1);
  margin-right: 2%;
}

/*pagelink*/
.pagelink {
  width: 95%;
  max-width: 1220px;
  margin: -4px auto 51px;
  padding: 0;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.pagelink li {
  margin-right: 1.5%;
  width: 15.3%;
}

.pagelink li:last-child {
  margin-right: 0;
}

.pagelink li a {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  font-size: 1.6rem;
  line-height: 1.3;
  color: #32353a;
  background: #f9e48e;
  padding: 12px;
  border-radius: 2px;
  border: 4px solid #f9e48e;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pagelink li a:hover {
  background: #fff;
  border: 4px solid #f9e48e;
}
.blue_link li a {
  background: #d6eef2;
  border: 4px solid #d6eef2;
}
.blue_link li a:hover {
  background: #558da8;
  border: 4px solid #558da8;
  color: #fff;
}
/* 住まいページ改修 */
.home_link .pagelink_li {
  margin-bottom: 1.5%;
}
/**/
.cont_wrap.lightblue {
  background: url(/image/kurashimanet/cities/iju_bg_center.png);
  /* background: #d5edf1; */
  position: relative;
  padding-top: 1%;
  padding-bottom: 1%;
}

.cont_wrap.lightblue::before {
  content: "";
  background: url("/image/kurashimanet/common/blklb_top.png");
  background-position: left bottom;
  background-repeat: repeat-x;
  position: absolute;
  width: 100%;
  height: 22px;
  left: 0;
  top: -22px;
}

.cont_wrap.lightblue::after {
  content: "";
  background: url("/image/kurashimanet/common/blklb_btm.png");
  background-position: left bottom;
  background-repeat: repeat-x;
  position: absolute;
  width: 100%;
  height: 25px;
  left: 0;
  bottom: -25px;
}

.header_subtitle {
  width: 73%;
  margin: 27px auto 37px;
  text-align: center;
}

.header_subtitle span {
  color: #32353a;
  font-size: 2.8rem;
  letter-spacing: 3px;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  text-align: center;
  display: inline;
}

.header_subtitle span::before {
  content: "";
  background-image: url("/image/kurashimanet/common/dot.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  width: 152px;
  height: 40px;
  position: absolute;
  left: -200px;
}

.header_subtitle span::after {
  content: "";
  background-image: url("/image/kurashimanet/common/dot.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  width: 152px;
  height: 40px;
  position: absolute;
  /*right:0;*/
}

/*header_title*/
.header_title {
  color: #12668e;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 55px;
  font-size: 3.6rem;
  padding: 0;
  /*width:34%;
  width: 40%;*/
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  text-align: center;
  position: relative;
  background: url("/image/kurashimanet/common/bg_circle.png") center no-repeat;
  background-size: 120px;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list {
  width: 45%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row; /*
    justify-content: flex-start;
    -webkit-justify-content: flex-start; */
  align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-wrap: wrap;
}

.list dt,
.list dd {
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 1%;
  margin: 0 0 3% 0;
}

.list dt {
  width: 25%;
}

.list dd {
  width: 75%;
}

.row_wrap.half {
  padding: 0;
}

.row_wrap.half li {
  width: 48.5%;
}

.row_wrap.half li img,
.row_wrap.office figure img {
  width: 100%;
  height: auto;
}

.row_wrap.office {
  width: 80%;
  margin: 0 auto;
}

.row_wrap.office figure {
  width: 30%;
  margin-bottom: 3%;
}

.office figcaption {
  color: #32353a;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  width: 100%;
  margin: 2% auto;
}

.office figcaption .tel {
  font-size: 1.8rem;
  display: block;
  width: 100%;
  margin: 2% auto;
}

/* soudan_txt */
.soudan_txt {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 74px;
  max-width: 1130px;
  width: 90%;
}
.block p.soudan_txt_img {
  margin: 0;
  width: 32%;
}
.block p.soudan_txt_img img {
  width: 100%;
}
.soudan_txt_text {
  width: 61%;
  padding-right: 1.5%;
}
.soudan_list {
  padding: 0;
  margin-bottom: 25px;
}
.soudan_list li {
  font-size: 1.6rem;
  margin-bottom: 17px;
}
.soudan_list li:last-child {
  margin-bottom: 0;
}
.soudan_list li::before {
  content: "●";
}
.block .soudan_txt_text p {
  margin: 0;
  width: 100%;
  font-size: 2.3rem;
  letter-spacing: 1.5px;
  line-height: 1.8;
}

/* 島根で相談する */
.soudan_block {
  max-width: 1174px;
  width: 90%;
  margin-bottom: 83px;
}
.head {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho",
    serif;
  font-size: 3.6rem;
  margin: 0 0 47px;
  letter-spacing: 9px;
  padding-left: 10px;
  position: relative;
}
.head::after {
  position: absolute;
  content: "";
  background-image: url(/image/kurashimanet/soudan/gray_under_line.png);
  background-repeat: no-repeat;
  right: 0;
  bottom: -16px;
  width: 100%;
  height: 8px;
}
.soudan_place {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
}
.soudan_box {
  width: 46%;
}
.block p.soudan_box_photo {
  line-height: 0;
  margin: 0 0 20px;
  width: 100%;
}
.soudan_box_photo img {
  width: 100%;
}
.soudan_tel {
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  font-weight: bold;
  margin: 0 auto 14px;
  justify-content: center;

  min-height: 44px;
}
.soudan_tel dt {
  margin-right: 49px;
}
.soudan_tel dd {
  position: relative;
  margin-left: 0;
  letter-spacing: 1.6px;
}
.soudan_tel dd::before {
  content: "";
  background-image: url(/image/kurashimanet/soudan/tel_icon.png);
  position: absolute;
  top: 50%;
  left: -26px;
  margin-top: -9px;
  width: 19px;
  height: 19px;
}
.soudan_tel2 dt {
  width: 69%;
  margin-right: 7%;
}
.soudan_tel2 dd {
  width: 35%;
}
.soudan_tel dd a {
  color: #313131;
  line-height: 1.3;
}
.soudan_box .soudan_box_txt {
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 16px;
  width: 100%;
}
.soudan_link_block {
  display: flex;
  margin: 0 auto;
  width: 91%;
  justify-content: space-between;
}
.soudan_link_block p {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0;
  width: 46%;
}
.soudan_link_block a {
  background: #f9e48e;
  border-radius: 5px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  color: #313131;
  display: flex;
  padding: 4px;
  text-align: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.soudan_link_block p:last-child a {
  background: #d2ebc4;
}

/* 東京で相談する */
.soudan_place.tokyo_area {
  max-width: 1030px;
}
/*.tokyo_area .soudan_box:first-child {
  margin-left: 2.3%;
  width: 43.5%;
}
.tokyo_area .soudan_box:first-child .soudan_box_photo {
  margin-bottom: 0;
}*/
.soudan_box.one_block {
  width: 48.3%;
}
.soudan_box.one_block .soudan_tel {
  padding: 0;
}
.soudan_box.one_block .soudan_tel dt {
  letter-spacing: 2px;
}
.soudan_box.one_block .soudan_link_block {
  width: 81%;
}
.soudan_box.one_block a {
  letter-spacing: 1px;
  padding: 13px 5px;
}
.office_block {
  margin-bottom: 70px;
}
.office_block:last-child {
  margin-block-end: 0;
}
.soudan_link_block.two_place a {
  padding: 13px 5px;
}
.soudan-link_list {
  display: flex;
  flex-wrap: wrap;
}

.link--x2 .soudan-link_box {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
}

.link--x2 .soudan-link_box:nth-child(2n) {
  margin-right: 0;
}
.soudan-link_box.link-w100 {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.soudan-link_box > a {
  display: block;
  font-size: 16px;
  padding: 17px 5px;
  background: #f9e48e;
  border-radius: 5px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  color: #313131;
  text-align: center;
  width: 100%;
  height: 100%;
}
.soudan-link_box > a:hover{
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
.link--blue > a {
  background: #556fb5;
  color: #fff;
}
.link--green > a {
  background: #d2ebc4;
}
.soudan-hiroshima{
  margin-top: 42px;
}

/* オンラインで相談する */
.soudan_online_txt {
  margin-top: 60px;
  margin-bottom: 31px;
}
.soudan_online_txt p {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho",
    serif;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 2.2;
  text-align: center;
}
.soudan_online_txt .size-big {
  font-size: 2.8rem;
}
.soudan_online_txt .under_line,
.soudan_online_txt .font-mark {
  position: relative;
}
.soudan_online_txt .under_line::after {
  content: "";
  background-image: url(/image/kurashimanet/soudan/online_under.png);
  background-repeat: repeat-x;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 6px;
  position: absolute;
}
.soudan_online_txt .font-mark::after {
  content: "";
  background: #95d283;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: -5px;
  left: 0;
  right: 7px;
  position: absolute;
  margin: auto;
}
p.online_consultation_bnr {
  line-height: 0;
  text-align: center;
}
.online_consultation_bnr a {
  display: inline-block;
}

/* 市町村に相談する */
.soudan_block.soudan_map {
  margin-bottom: 50px;
}
.shimane_map {
  margin-top: 97px;
  padding-left: 13%;
  text-align: center;
}
.shimane_map img {
  max-width: 896px;
  width: 100%;
  height: auto;
}
.soudan_cities {
  max-width: 1288px;
  margin: 0 auto;
  width: 95%;
}
.soudan_cities_head {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho",
    serif;
  font-size: 3rem;
  letter-spacing: 3px;
  padding: 0 1.4%;
  position: relative;
  width: 94%;
  margin: 0 auto 48px;
}
.soudan_cities_head::after {
  content: "";
  background-image: url(/image/kurashimanet/soudan/soudan_cities_head01.png);
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 100%;
  height: 20px;
}
.cities_block {
  display: flex;
  flex-wrap: wrap;
}
.cities_box {
  display: flex;
  justify-content: space-between;
  margin-right: 4%;
  margin-bottom: 28px;
  width: 48%;
}
.cities_box:nth-child(even) {
  margin-right: 0;
}
.cities_box_photo {
  margin: 0;
  width: 51%;
}
.cities_box_photo img {
  width: 100%;
}
.cities_box_textarea {
  width: 47%;
}
.cities_box_textarea_head {
  font-size: 2rem;
  margin: 0 0 10px;
  letter-spacing: 1px;
}
.cities_box_textarea_name {
  font-size: 1.5rem;
  margin: 0 0 14px;
  letter-spacing: 3.3px;
}
.cities_box_textarea_tel,
.cities_box_textarea_address {
  font-size: 1.5rem;
  letter-spacing: 1.5px;
  margin: 0 0 12px;
  padding-left: 23px;
  position: relative;
  word-wrap: break-word;
}
.cities_box_textarea_tel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/image/kurashimanet/soudan/tel_icon.png);
  background-size: contain;
  width: 19px;
  height: 19px;
}
.cities_box_textarea_address::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  background-image: url(/image/kurashimanet/soudan/mail_icon.png);
  background-size: contain;
  width: 16px;
  height: 12px;
}
.cities_box_textarea_address {
  margin-bottom: 6px;
}
.cities_box_textarea_link {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.cities_box_textarea_link li {
  font-size: 1.34rem;
  text-align: center;
  width: 48.5%;
}
.cities_box_textarea_link li a {
  background: #f9eaaf;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: #32353a;
  letter-spacing: 2px;
  padding: 8px;
  line-height: 1.3;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cities_box_textarea_link li:nth-child(2) a {
  background: #c1dded;
}
.tobu_area,
.seibu_area {
  margin-bottom: 11px;
}
.oki_area {
  margin-bottom: 13px;
}
.seibu_area .soudan_cities_head::after {
  background-image: url(/image/kurashimanet/soudan/soudan_cities_head02.png);
}
.oki_area .soudan_cities_head::after {
  background-image: url(/image/kurashimanet/soudan/soudan_cities_head03.png);
}
.facility_area {
  padding-bottom: 190px;
}
.facility_area .soudan_cities_head::after {
  background-image: url(/image/kurashimanet/soudan/soudan_cities_head04.png);
}
.facility_name {
  font-size: 1.78rem;
  margin: 0 0 21px;
  letter-spacing: 1.5px;
}
.facility_tel {
  font-size: 1.78rem;
  margin: 0 0 21px 50px;
  letter-spacing: 1.5px;
  position: relative;
}
.facility_tel::before {
  content: "";
  background-image: url(/image/kurashimanet/soudan/tel_icon.png);
  position: absolute;
  top: 0;
  left: -24px;
  width: 19px;
  height: 19px;
}
.facility_block {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1090px;
}
.facility_box {
  width: 46%;
}
.facility_box_txt {
  display: flex;
  justify-content: center;
}
.facility_box_photo {
  margin: 0;
}
.facility_box_photo img {
  width: 100%;
}
.cities_box_textarea_link.link_x1 {
  display: block;
  max-width: 220px;
  margin: 0 auto;
}
.cities_box_textarea_link.link_x1 li {
  width: 100%;
}
.cities_box_textarea_link.link_x1 li a {
  padding: 15px;
}
.cities_box_textarea_note {
  font-size: 1.4rem;
  line-height: 1.3;
  margin: 0 0 12px;
}

/* 相談窓口ページホバーアクション */
.soudan_link a:hover,
.online_consultation_bnr a:hover,
.cities_box_textarea_link a:hover,
.facility_box_photo a:hover,
.news_more a:hover,
.more_btn a:hover,
p.staff_photo_block_inquiry a:hover,
p.online_consultation_btn a:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

/*島根県外の相談窓口*/
.row_wrap.half .staff {
  width: 48%;
  text-align: center;
  margin-bottom: 5%;
}

.row_wrap.half .staff img {
  width: 70%;
  height: auto;
  margin: 0 auto;
}

.row_wrap.half .staff figcaption {
  font-size: 2rem;
  margin: 2% auto;
}

.row_wrap.half .staff .tel {
  display: block;
  margin: 3% auto;
  font-weight: bold;
}

.row_wrap,
.scroll {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms;
}

.row_wrap a:nth-child(3n) {
  margin-right: 0;
}

.row_wrap.scrollin,
.scroll.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* 2つ目の要素に200msのdelayをかける */
.row_wrap:nth-of-type(2) {
  -moz-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
}
/* 3つ目の要素に400msのdelayをかける */
.row_wrap:nth-of-type(3) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

/* 4つ目の要素に600msのdelayをかける */
.row_wrap:nth-of-type(4) {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

/* 5つ目の要素に600msのdelayをかける */
.row_wrap:nth-of-type(5) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

/* 6つ目の要素に600msのdelayをかける */
.row_wrap:nth-of-type(6) {
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
}

.row_wrap a:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

/*市町村の相談窓口*/
#cities .row_wrap {
  width: 90%;
  max-width: 1346px;
  margin: 0 auto;
}

.list_box {
  width: 30%;
  border: 0;
  margin-top: 3%;
  margin-bottom: 3%;
  text-align: center;
}

.list_box figure,
.list_box figure img {
  width: 100%;
  height: auto;
}

.list_box .list_box_title {
  color: #12668e;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: bold;
  margin: 4% auto;
}

.list_box p {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 auto 4%;
}

.list_btn {
  width: 100%;
  padding: 0;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.list_btn li {
  width: 49%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;

  box-shadow: 0 3px 3px rgba(50, 53, 58, 0.15);
}

.list_btn li a {
  width: 100%;
  display: block;
  font-size: 1.9rem;
  line-height: 1.3;
  font-weight: bold;
  padding: 5%;
}

.list_btn li:first-child {
  background-color: #c1e5ec;
}

.list_btn li:last-child {
  background-color: #56a1d2;
}

.list_btn li:first-child a {
  color: #12668e;
}

.list_btn li:last-child a {
  color: #fff;
}

/**島根県関係機関の相談窓口*/
@keyframes rumble {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  12.5% {
    transform: rotate(0.4deg) translate(1px, -1px);
  }
  25% {
    transform: rotate(0.8deg) translate(0px, 1px);
  }
  37.5% {
    transform: rotate(0.4deg) translate(-1px, 0);
  }
  50% {
    transform: rotate(0deg) translate(0, 0);
  }
  62.5% {
    transform: rotate(-0.4deg) translate(1px, 0);
  }
  75% {
    transform: rotate(-0.8deg) translate(0, 1px);
  }
  87.5% {
    transform: rotate(-0.4deg) translate(-1px, -1px);
  }
  100% {
    transform: rotate(0deg) translate(0, 0);
  }
}

.header_subtitle.nomargin {
  margin-bottom: 0;
}

#related .tel {
  text-align: center;
  color: #12668e;
  font-size: 1.8rem;
}

.block figure.full {
  width: 74%;
  height: auto;
  margin: 0 auto 3% auto;
  text-align: center;
}

.block figure.full a,
.block figure.full a img {
  width: 100%;
  height: auto;
}

.block figure.full a:hover img {
  animation: rumble 0.12s linear infinite;
}

/**/

p a,
li a {
  color: #096d92;
}

/*breadcrumb*/
.breadcrumb {
  width: 90%;
  margin: 0 auto 1% auto;
  max-width: 1220px;
  text-align: right;
  box-sizing: border-box;
  padding: 18px 0;
}

.breadcrumb li {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2;
  position: relative;
  letter-spacing: 2px;
}
.breadcrumb li:after {
  font-family: "Font Awesome 5 Free";
  content: "＞";
  font-weight: 900;
  margin-left: 10px;
  margin-right: 6px;
  color: #12668e;
}

.breadcrumb li:first-child:after {
  font-family: "Font Awesome 5 Free";
  content: "＞";
  font-weight: 900;
  margin-left: 10px;
  margin-right: 6px;
}

.breadcrumb li:last-child:after {
  content: none;
}

.breadcrumb li a {
  text-decoration: none;
  color: #12668e;
}

.breadcrumb li a:hover {
  color: #5c9bb7;
}

/*---------------------------------------
footer
-----------------------------------------*/
footer {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 200;
  margin-top: -110px;
  position: relative;
}

.ftr_top {
  max-width: 1346px;
  width: 100%;
  margin: 0 auto;
  background: url("/image/kurashimanet/common/ftr_top.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  height: 126px;
}

.ftr_top_bg {
  /*max-width: 1346px;*/
  background: url("/image/kurashimanet/common/ftr_top_bg.png");
  background-repeat: repeat-x;
  background-position: bottom left;
  height: 126px;
}

.ftr_middle {
  width: 100%;
  margin: 0 auto;
  background: url(/image/kurashimanet/common/footer_bg.png);
  padding-bottom: 28px;
  position: relative;
}

.ftr_middle::after {
  content: "";
  display: block;
  background-image: url("/image/kurashimanet/common/ftr_btm.png");
  background-repeat: repeat-x;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.ftr_top .sns {
  margin: 0 auto;
  width: 38%;
  padding: 1% 1.5%;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #b8bdc5;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.sns li {
  margin: 0;
}

.sns li:nth-child(2) a {
  text-align: right;
  margin-right: 0;
}

.sns li a {
  width: 100%;
  height: auto;
  display: block;
}

.sns li a img {
  width: 62%;
  min-width: 32px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.sns li a:hover img,
.ftr_logo:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.sns_title {
  font-size: 12px;
  width: 52%;
}

.sns li.sns_line a img {
  min-width: 141px;
}

.ftr_logo {
  width: 22%;
  max-width: 312px;
  margin: 0 auto 1.5% auto;
  padding-top: 2%;
}

.btn_login {
  width: 20%;
  max-width: 280px;
  margin: 0 auto 28px auto;
}

.ftr_logo a,
.ftr_logo a img,
.btn_login a,
.btn_login a img {
  width: 100%;
  height: auto;
}

.btn_login a:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

.ftr_menu {
  max-width: 1346px;
  width: 75%;
  margin: 2% auto 0 auto;
  padding: 0;
  /*-webkit-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;*/
}

.ftr_menu.mt0{
  margin-top: 0;
}

.ftr_menu li {
  display: inline-table;
  padding: 0;
  margin: 0 2px 2% 2px;
}

.ftr_menu li a {
  color: #32353a;
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 5px;
  border-radius: 2px;
  width: 100%;
  white-space: nowrap;

  background: #fff;
}

/*safari*/
_::-webkit-full-page-media,
_:future,
:root .ftr_menu {
  width: 80%;
}

.ftr_menu a:hover {
  color: #5c9bb7;
}

footer address {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #fff;
  letter-spacing: 1px;
  font-weight: normal;
  font-style: normal;
  padding: 1% 3%;
  background-color: #a4a6a5;
  margin: 0;
}

.pagetop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 1%;
  right: 1%;
  z-index: 10;
  margin: 0;
  transition: 0.3s;
}
.pagetop.active {
  opacity: 1;
  visibility: visible;
}
.pagetop.absolute {
  position: absolute;
  top: -70px;
  bottom: auto;
}
.pagetop a {
  text-align: center;
  width: 85px;
  height: 85px;
  color: #32353a;
  display: block;
  line-height: 60px;
}
.pagetop a:hover {
  display: block;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.pagetop a img {
  width: 100%;
}

/*-------------------------------------
市区町村CRM
-------------------------------------*/
.sub_wrap {
  max-width: 1084px;
}

.city_mv {
  width: 100%;
  max-width: 1346px;
  margin: 0 auto;
}

.city_mv img {
  width: 100%;
  height: auto;
}

.city_wrap {
  position: relative;
  margin-top: 25px;
}

.city_wrap .header_title,
.lightblue .header_title,
.people_section1 .header_title {
  color: #12668e;
  font-weight: bold;
  line-height: 120px;
  font-size: 3.6rem;
  padding: 0;
  /*width: 40%;*/
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  text-align: center;
  background: url("/image/kurashimanet/cities/circle_white_bg.png");
  background-size: 120px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  letter-spacing: 4px;
}

.city_wrap .cont_wrap.lightblue {
  padding-top: 20px;
  padding-bottom: 40px;
  z-index: 0;
}
.row_wrap.iju {
  margin-top: 30px;
  margin-bottom: 43px;
  width: 91%;
  padding-left: 5%;
}
.city_staff {
  width: 66%;
  position: relative;
  margin-right: 1%;
}

.city_staff img {
  width: 55%;
  height: auto;
  bottom: 0;
  z-index: 1;
}

.city_staff figcaption {
  background: url("/image/kurashimanet/cities/fukidashi.png");
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 370px;
  width: 50%;
  height: 315px;
  color: #32353a;
  font-size: 1.8rem;
  line-height: 2.1;
  text-align: center;
  padding-left: 50px;
  padding-right: 20px;
  padding-top: 13%;
  position: absolute;
  bottom: 0;
  left: 51%;
  z-index: 2;
  box-sizing: border-box;
  letter-spacing: 2px;
}

.city_img {
  width: 33%;
  padding: 0;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  display: block;
}

.city_img li {
  display: inline-block;
  width: 48%;
  margin-bottom: 4px;
}

.city_img .online_yoyaku,
.city_img li img {
  width: 100%;
  height: auto;
}

.donichi_sodan {
  margin-right: 3%;
}

.header_subtitle_slash {
  width: 73%;
  margin: 0 auto 26px;
  text-align: center;
}

.header_subtitle_slash span {
  color: #32353a;
  font-size: 2.3rem;
  letter-spacing: 4px;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  text-align: center;
  display: inline;
}
.header_subtitle_slash span::before {
  content: "";
  background-image: url(/image/kurashimanet/cities/slash.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  width: 120px;
  height: 32px;
  position: absolute;
  left: -140px;
}

.header_subtitle_slash span::after {
  content: "";
  background-image: url("/image/kurashimanet/cities/slash.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  width: 120px;
  height: 32px;
  position: absolute;
  right: -135px;
}

.row_wrap.contact {
  width: 70%;
  margin: 0 auto 26px auto;
  justify-content: center;
  -webkit-justify-content: center;
}

.row_wrap.contact li {
  font-size: 1.8rem;
  font-weight: bold;
  color: #12668e;
  letter-spacing: 2px;
  position: relative;
  white-space: nowrap;
}

.row_wrap.contact li.tel {
  margin-right: 8%;
}

.link_btn {
  text-align: center !important;
  margin-bottom: 3%;
}

.link_btn a {
  display: inline-block;
  min-width: 40%;
  line-height: 1.4;
  width: auto;
  background: #56a1d2;
  color: #fff;
  font-size: 1.9rem;
  text-align: center;
  padding: 2% 5%;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(3, 3, 3, 0.35);
  position: relative;
}

.city_wrap .link_btn a {
  padding: 1% 5%;
  min-width: 28%;
}

.link_btn a::after {
  content: "";
  background: url("/image/kurashimanet/cities/icon_self.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 12px;
  position: absolute;
  right: 3%;
  top: 40%;
}

.link_btn a:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
.h_flash,
.single_page_content a {
  position: relative;
}
.h_flash:hover,
.single_page_content a:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

.row_wrap.contact li.tel::before {
  margin-left: 0;
  margin-right: 10px;
  font-size: 28px;
  vertical-align: middle;
}

.row_wrap.contact li.mail::before {
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  font-size: 33px;
  vertical-align: middle;
}

/*イベント情報*/
.event {
  margin-top: 70px;
}

.event .slick-dotted.slick-slider {
  margin-bottom: 100px !important;
}

.event .header_title {
  margin-bottom: 30px;
}

.responsive {
  width: 100%;
}

.responsive a {
  width: 25%;
}

.center .slick-center figure {
  /*padding:5%;*/
  /*margin:5%;*/
}

.center .slick-center figure img {
  -moz-transform: scale(1.28);
  -ms-transform: scale(1.28);
  -o-transform: scale(1.28);
  -webkit-transform: scale(1.28);
  color: #e67e22;
  opacity: 1;
  transform: scale(1.28);
  width: 100%;
  height: auto;
}
.center figure {
  /*padding:3%;*/
  margin: 5% auto;
}

.center figure img {
  opacity: 0.8;
  width: 76% !important;
  height: auto;
  transition: all 300ms ease;
}

/* スライドクローカバージョン */
.event-slick .item .link {
  display: block;
  position: relative;
  width: 473px;
  -webkit-transform: scale(0.778012685);
  transform: scale(0.778012685);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.event-slick .item.slick-center .link,
.event-slick .item.slick-current .link {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.item.slick-slide {
  padding-bottom: 20px;
}
.event-slick.slick-initialized.slick-slider.slick-dotted {
  margin-bottom: 20px;
}

/*お知らせ*/
.city_news.city_wrap .header_title {
  margin-bottom: 30px;
}
.city_news.city_wrap .cont_wrap.lightblue {
  padding-top: 20px;
}

.newsbox {
  width: 74%;
  max-width: 984px;
  margin: 0 auto 50px auto;
  background: #fff;
  border: 2px solid #558da8;
  padding: 2%;
  border-radius: 6px;
}

.newsbox .news {
  width: 46%;
  border-bottom: 1px solid #558da8;
  margin-bottom: 2%;
  color: #32353a;
}

.date {
  color: #5cb3db !important;
  font-size: 1.6rem !important;
  margin: 0 0 1% 0 !important;
  padding: 0 !important;
}

.news_title {
  font-size: 1.6rem !important;
  line-height: 1.6 !important;
  margin: 0 0 3% 0 !important;
}
.city_news .link_btn {
  margin-bottom: 0;
}
.city_news .link_btn a {
  max-width: 340px;
  padding: 20px;
}

/*おすすめ情報*/
.recommend {
  margin-top: 70px;
}

.recommend .header_title {
  margin-bottom: 30px;
}

.row_wrap.info_rec {
  margin-top: 0;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  justify-content: center;
}

.row_wrap.info_rec li {
  position: relative;
  margin-right: 2.66%;
  margin-bottom: 30px;
  width: 23%;
  height: auto;
  box-sizing: border-box;
}

.row_wrap.info_rec li:nth-child(4),
.row_wrap.info_rec li:nth-child(8) {
  margin-right: 0;
}

.row_wrap.info_rec li p {
  color: #12668e;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  margin: 55% auto auto 5%;
  width: 70%;
  position: absolute;
}

.row_wrap.info_rec li img {
  width: calc(100% - 50px);
  width: 100%;
  height: auto;
}

.link_circle {
  background: #558da8;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  box-shadow: 0 3px 3px rgba(50, 53, 58, 0.15);
  position: absolute;
  right: -20px;
  bottom: -18px;
  z-index: 2;
  line-height: 63px;
  text-align: center;
}

.link_circle img {
  width: 50% !important;
  padding: 0 !important;
}
.recommend_contents {
  position: relative;
  z-index: -1;
}
.recommend_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 95.5%;
}
.recommend_txt {
  position: absolute;
  top: 176px;
  right: 0;
  left: 0;
  margin: auto !important;
  letter-spacing: 2px;
  width: 80% !important;
}

/*基本情報*/
.basic_info.city_wrap {
  margin-top: 100px;
}

.basic_info.city_wrap .header_title {
  margin-bottom: 30px;
}

.row_wrap.half.city {
  max-width: 1084px;
}

.city_info {
  width: 25%;
  padding: 0 1%;
}

.row_wrap.half.city li img,
.city_info img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 4px solid #fff;
  box-shadow: 3px 3px 1px rgba(50, 53, 58, 0.15);
}

.city_info h3 {
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1.3;
  font-weight: bold;
  color: #12668e;
  text-align: center;
  width: 100%;
  margin: 0 auto 5% auto;
}

.city_info p {
  font-size: 1.6rem;
  letter-spacing: 2px;
  line-height: 1.5;
  width: 100% !important;
  margin-top: 5%;
}

.basic_info .row_wrap.half.city {
  margin-top: 8px;
  margin-bottom: 46px;
  width: 80%;
}

.basic_info .sub_wrap {
  max-width: 1104px;
  width: 90%;
  margin-bottom: 0;
}

/*こんな人におすすめ*/
.reccomend_area {
  margin-top: 60px;
}

.reccomend_area .header_title {
  margin-bottom: 30px;
}

.reccomend {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto 10% auto;
  background: transparent;
  position: relative;
  margin-bottom: 60px;
}

.reccomend dt {
  /*width:10%;
	max-*/
  width: 120px;
  height: 120px;
  /*line-height: 120px;*/
  background: #477896;
  border-radius: 50%;
  border: 2px solid #fff;
  box-sizing: border-box;
  box-shadow: 3px 3px 1px rgba(50, 53, 58, 0.15);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  position: absolute;
  top: -15px;
  z-index: 1;
}

.reccomend dt span {
  font-size: 5.7rem;
  display: block;
  width: 100%;
}

.reccomend dd {
  width: calc(80% -120px);
  color: #477896;
  font-size: 2rem;
  line-height: 1.4;
  background: #fff;
  border: 1px solid #477896;
  border-radius: 6px;
  box-shadow: 3px 3px 1px #477896;
  margin-left: 80px;
  padding-left: 60px;
  padding-bottom: 5px;
}

.rec_title {
  font-size: 3rem;
  font-weight: bold;
  width: 100%;
  margin: 5px 0 0 0;
  line-height: 1.5;
  letter-spacing: 4px;
}

/*空き家情報*/
.unoccupied_house.city_wrap {
  margin-top: 120px;
}

.unoccupied_house .cont_wrap.lightblue {
  padding-bottom: 56px;
}

.unoccupied_house .sub_wrap {
  width: 90%;
  max-width: 1100px;
  margin-top: 30px;
  margin-bottom: 0;
  justify-content: center;
}

.vacancy {
  width: 25%;
  padding: 0 1%;
}

.vacancy figure img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 4px solid #fff;
  box-shadow: 3px 3px 1px rgba(50, 53, 58, 0.15);
}

.vacancy figure figcaption {
  font-size: 1.6rem;
  letter-spacing: 2px;
  line-height: 1.4;
  text-align: center;
  margin: 10px auto 18px;
  width: 100%;
}

.link_btn_simple {
  text-align: center !important;
  width: 100% !important;
  margin-bottom: 0 !important;
}

.link_btn_simple a {
  width: 100%;
  background: #56a1d2;
  color: #fff;
  letter-spacing: 1px;
  font-size: 1.8rem;
  text-align: center;
  padding: 6px;
  border-radius: 4px;
  display: block;
  box-shadow: 0 0 3px rgba(3, 3, 3, 0.35);
}

.link_btn_simple a:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

/*お試し暮らし体験施設*/
.trial_area {
  margin-top: 70px;
}

.trial_area .header_title {
  margin-bottom: 40px;
}

.trial_area .row_wrap {
  width: 90%;
  max-width: 1084px;
}

.exp_ph {
  width: 50%;
}

.exp_ph img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 3px rgba(3, 3, 3, 0.35);
  border: 4px solid #fff;
  box-sizing: border-box;
}

.exp_info {
  width: 46%;
  padding-left: 35px;
}

.exp_info .headtitle {
  font-size: 2.8rem;
  letter-spacing: 3px;
  line-height: 1.4;
  color: #5090bc;
  font-weight: bold;
  margin: 0 0 16px 0;
  width: 100%;
}

.exp_info p {
  width: 100% !important;
  font-size: 1.8rem;
  letter-spacing: 1px;
  line-height: 1.95;
  margin: 0 auto 21px auto !important;
}

.dl_list {
  width: 100%;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.dl_list dt {
  background: #558da8;
  line-height: 1.3;
  padding: 2px 2px;
  width: 27%;
  margin: 0 0 24px 0;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

.dl_list dd {
  width: 72%;
  margin: 0 0 24px 0;
  padding-left: 9px;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 1px;
}

.exp_info .link_btn {
  width: 85% !important;
}

.exp_info .link_btn a {
  display: block;
  width: 100% !important;
  padding: 10px;
}

/*体感動画*/
.movies_area.city_wrap .cont_wrap.lightblue {
  padding-top: 20px;
}

.trial_area .header_title {
  margin-bottom: 30px;
}

.movie_wrap .row_wrap {
  width: 100%;
  margin: 0 auto 5% auto;
  padding: 0;
  justify-content: center;
}

.movie_wrap .header_subtitle span::before {
  background-size: contain;
  left: -190px;
}

.movie_wrap .header_subtitle span::after {
  background-size: contain;
  right: -190px;
}

.movie_wrap .header_subtitle {
  margin-bottom: 22px;
}

.movie_wrap .row_wrap {
  margin-bottom: 10px;
  max-width: 1220px;
}

.movie_wrap:nth-child(2) .row_wrap {
  margin-bottom: 0;
}

.movie_wrap .row_wrap li {
  width: 32%;
  margin-right: 2%;
}

.movie_wrap .row_wrap li:last-child {
  margin-right: 0;
}

.movie_wrap .row_wrap li .movie {
  width: 100%;
  height: 220px;
  background: #a0a0a0;
  position: relative;
}

.movie_wrap .row_wrap li .movie:hover {
  cursor: pointer;
  opacity: 0.7;
}

.movie_wrap .row_wrap li .movie img {
  width: 10%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/*移住支援*/
.ijushien {
  margin-top: 70px;
}

.ijushien .header_title {
  margin-bottom: 30px;
}

.ijushien .header_subtitle span::before {
  background-size: contain;
  left: -200px;
}

.ijushien .header_subtitle span::after {
  background-size: contain;
  right: -200px;
}

.ijushien .sub_wrap {
  width: 90%;
  max-width: 1130px;
  margin-bottom: 0;
  justify-content: center;
}

.ijushien_section {
  margin-bottom: 56px;
}

.ijushien_section:last-child {
  margin-bottom: 0;
}

.tri_box {
  width: 33%;
  position: relative;
  margin-bottom: 0;
}

.tri_box .headtitle {
  width: 88%;
  margin: 0 auto 3% auto;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1.3;
  color: #12668e;
  font-weight: bold;
  text-align: center;
  padding: 0;
}

.tri_box p {
  width: 88% !important;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center !important;
  margin: 0 auto 3% auto !important;
  letter-spacing: 2px;
}

/*体験情報*/
.exp_area.city_wrap {
  margin-top: 90px;
}

.exp_area.city_wrap .sub_wrap {
  width: 90%;
  max-width: 1080px;
  padding: 0;
  margin: 30px auto 0;
}

.exp_area .cities_exp_line img {
  width: 100%;
}

.exp_area .tri_box {
  margin-right: 2.75%;
  margin-bottom: 40px;
  position: relative;
  width: 31.5%;
}

.exp_area .tri_box:nth-child(4),
.exp_area .tri_box:nth-child(5),
.exp_area .tri_box:nth-child(6) {
  margin-bottom: 0;
}

.exp_area .cities_exp_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 96.5%;
  z-index: -1;
}

.tri_box .cities_exp_img img {
  width: 100%;
}

.exp_area .tri_box:nth-child(3),
.exp_area .tri_box:nth-child(6) {
  margin-right: 0;
}

.tri_box img {
  width: 94%;
  height: auto;
  margin: 0 auto 0 0;
}

.tri_box .link_circle {
  right: -3px;
}

/*移住情報サイト等*/
.iju_info_area {
  margin-top: 70px;
}

.iju_info_area .header_title {
  margin: 0 auto 50px;
}

.iju_info_area .sub_wrap {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}

ul.row_wrap.sub_wrap {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.sns_icon {
  width: 25%;
  margin: 0 0 10px 0;
}

.sns_icon a {
  width: 100%;
  display: block;
  text-align: center;
}

.row_wrap.quater.sub_wrap.page_link_area {
  justify-content: center;
  margin-bottom: 23px;
}

.row_wrap.quater.sub_wrap.sns_area {
  justify-content: center;
  margin-bottom: 20px;
}

.page_link_area .sns_icon a img {
  width: 65%;
  margin-top: 10px;
}

.sns_icon a img {
  width: 50%;
  height: auto;
}

.sns_icon a p {
  font-size: 1.9rem;
  line-height: 1.4;
  color: #12668e;
  padding: 0 4%;
}

.sns_area .sns_icon {
  width: 15%;
}

.bnr_link {
  width: 50%;
  max-width: 500px;
  height: auto;
  margin: 0 auto 170px auto;
  text-align: center;
}

.bnr_link a,
.bnr_link a img {
  width: 100%;
  height: auto;
  display: block;
}

.bnr_link a:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

/*-------------------------------------
サイド固定メニュー
-------------------------------------*/
#side01 {
  position: fixed;
  display: none;
  top: 140px;
  right: 0;
  z-index: 300;
}
#side02 {
  position: fixed;
  display: none;
  top: 290px;
  right: 0;
  z-index: 300;
}
#side03 {
  position: fixed;
  display: none;
  top: 420px;
  right: 0;
  z-index: 300;
}
.side_menu_img {
  margin: 0;
}
.side_menu_li {
  margin-bottom: 10px;
  position: relative;
}
.side_menu_li:last-child {
  margin-bottom: 0;
}
.click_img {
  margin: 0;
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.click_img:hover {
  cursor: pointer;
}

/*---------------------------------------
トップ
-----------------------------------------*/
@font-face {
  font-family: "logotype";
  src: url("/font/kurashimanet/logotype.woff") format("woff");
}
.font {
  font-family: "myFont";
}

/* body {
  background-image: url(/image/kurashimanet/test_img.jpg);
  background-position: top 0 center;
  background-repeat: no-repeat;
  height: 12400px;
}
.pagelink {
  margin-bottom: 44px;
} */
/* #sougou {
  margin-top: 800px;
} */
/* .cb-header {
  background-color: transparent;
} */
/* .cb-header,
footer {
  display: none;
}
.mainvisual {
  margin-top: 80px;
} */

@media screen and (min-width: 769px) {
  .sp_only,
  .sp_side_bnrs {
    display: none!important;
  }
}

.contents_wrap {
  margin: 0 auto 45px;
  max-width: 1346px;
}

/* mv_slide */
.mv_area {
  position: relative;
  max-width: 1346px;
  margin: 0 auto;
}
.mv_txt01 {
  position: absolute;
  top: 11%;
  right: 5%;
  margin: 0;
  width: 55%;
  z-index: 800;
}
.mv_txt02 {
  position: absolute;
  top: 48%;
  right: 9%;
  margin: 0;
  width: 24%;
  z-index: 800;
}
.mv_txt01 img,
.mv_txt02 img {
  width: 100%;
}

.mv_slide {
  margin: 0 auto 45px;
  max-width: 1346px;
}
.mv_slide_li {
  margin: 0;
}
.mv_slide img {
  width: 100%;
}

/*MV用　下からフェードイン*/
.fade-in-bottom {
  opacity: 0;
  animation-name: fadein-bottom;
  animation-duration: 9s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes fadein-bottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-in-bottom_02 {
  opacity: 0;
  animation-name: fadein-bottom_02;
  animation-duration: 9s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes fadein-bottom_02 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
  }
}

/* contents_area */
.contents_area {
  margin-bottom: 20px;
}
.info_area {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  width: 90%;
}
.info_left {
  background-image: url(/image/kurashimanet/top/support_info_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 2.4%;
  padding: 40px 24px 32px 24px;
  width: 49%;
}
.info_head {
  color: #12668e;
  font-size: 5rem;
  font-family: "logotype";
  margin: 0 auto 43px;
  position: relative;
  width: 82%;
  line-height: 1.2;
  letter-spacing: 4px;
}
.info_head::before {
  content: "";
  background-image: url(/image/kurashimanet/top/info_head_left.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 36px;
  height: 79px;
  top: 33px;
  left: -51px;
}
.info_head::after {
  content: "";
  background-image: url(/image/kurashimanet/top/info_head_right.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 36px;
  height: 79px;
  top: 33px;
  right: -47px;
}
.info_head .sub_txt {
  font-size: 4.5rem;
}
.sub_txt .color_orange {
  color: #e89112;
}
.sub_txt .size_small01 {
  font-size: 2.6rem;
}
.sub_txt .size_small02 {
  font-size: 3.54rem;
}
.info_movie {
  margin: 0;
  position: relative;
  text-align: center;
}
.info_movie img,
.movie_block img {
  width: 100%;
}
.info_movie,
.movie_block {
  transition: 0.5s;
}
.info_movie:hover,
.movie_block:hover {
  opacity: 0.7;
}
.info_movie::before,
.movie_block::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-image: url(/image/kurashimanet/top/movie_icon.png);
  width: 75px;
  height: 75px;
}
.info_movie img {
  max-width: 530px;
  width: 100%;
}
.movie_block {
  margin-bottom: 5px;
  position: relative;
}
.exp_video {
  margin: 0;
}
.exp_video a {
  transition: 0.5s;
}
.exp_video a:hover {
  opacity: 0.7;
}
.exp_video img {
  width: 100%;
}
.info_right .movie_block {
  background-image: url(/image/kurashimanet/top/bg_info_movie.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 10px 20px 20px;
}

.info_movie_ttl {
  color: #12668e;
  font-family: "logotype";
  margin: 0 auto 10px;
  position: relative;
  width: auto;
  line-height: 1.2;
  letter-spacing: 2px;
  text-align: center;
}

.info_movie_ttl img {
  max-width: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}

.info_movie_ttl h2::before {
  content: "";
  background-image: url(/image/kurashimanet/top/info_head_left.png);
  background-repeat: no-repeat;
  background-size: 26px 63px;
  width: 26px;
  height: 63px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.info_movie_ttl h2::after {
  content: "";
  background-image: url(/image/kurashimanet/top/info_head_right.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: 26px 63px;
  width: 26px;
  height: 63px;
  right: 0;
  bottom: 0;
}

.info_movie_ttl h2 {
  font-size: 2.6rem;
  margin: 0;
  position: relative;
  padding: 0 40px;
  display: inline-block;
}
.info_right .movie_block::before {
  display: none;
}

.info_movie_thumbnail {
  max-width: 351px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.info_movie_thumbnail::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-image: url(/image/kurashimanet/top/movie_icon.png);
  width: 46px;
  height: 46px;
  background-size: 46px;
}

/* slider_area */
.slider_area {
  margin: 0 auto 55px;
  max-width: 1346px;
}
.slider_area a:hover {
  opacity: 0.7;
}
.slider_area.bnr_slide {
  max-width: none;
}
#slide1 {
  margin-bottom: 80px;
  width: 85%;
}
#slide1.center figure,
#slide2.center figure {
  margin: 50px auto 20px;
}
#slide1.slick-slider a img {
  width: 100% !important;
}
#slide1.slick-slider a {
  padding-bottom: 0;
}
#slide2.slick-slider a {
  padding-bottom: 30px;
}
#slide2.slick-slider {
  margin-bottom: 5px;
}
.slide_more_block {
  margin-bottom: 80px;
}
#slide2 .slick-center figure {
  padding: 5% 0;
}

/* news_area */
.news_area.contents_wrap {
  margin-bottom: 166px;
}
.news_area {
  padding-top: 136px;
  position: relative;
}
.head_area {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.head_title {
  margin: 0;
  position: relative;
  text-align: center;
  z-index: 1;
}
.head_title::before {
  content: "";
  position: absolute;
  top: -22%;
  left: 4.8%;
  background-image: url(/image/kurashimanet/top/news_heading_img_left.png);
  background-repeat: no-repeat;
  width: 425px;
  height: 284px;
}
.head_title::after {
  content: "";
  position: absolute;
  top: -17%;
  right: 6.8%;
  background-image: url(/image/kurashimanet/top/news_heading_img_right.png);
  background-repeat: no-repeat;
  width: 425px;
  height: 284px;
}
.news_block {
  background: url(/image/kurashimanet/top/news_bg_center.png);
  margin: 0 auto;
  width: 80.5%;
  position: relative;
}
.news_block::before {
  content: "";
  background-image: url(/image/kurashimanet/top/news_bg_top.png);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 15px;
  position: absolute;
  top: -14px;
  left: 0;
}
.news_block::after {
  content: "";
  background-image: url(/image/kurashimanet/top/news_bg_bottom.png);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 18px;
  position: absolute;
  bottom: -14px;
  left: 0;
}
.news_block_side {
  position: relative;
  padding: 126px 50px 30px;
}
.tab_group {
  margin: 0;
  display: flex;
  justify-content: center;
  padding: 0;
}
.tab_group .tab {
  background: #e3f0f8;
  border-radius: 5px 5px 0 0;
  font-size: 1.6rem;
  width: 24%;
  padding: 21px;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
}
.tab_group .tab:hover {
  opacity: 0.7;
}
.tab_group .tab.is-active {
  background: #558da8;
  color: #fff;
}
.tab_group .tab.is-active:hover {
  opacity: 1;
}
.tab_contents {
  display: none;
}
.tab_contents.is-show {
  background: #fff;
  display: block;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 34px 39px 37px;
}
.tab_content_group {
  border: 2px solid #558da8;
  margin-bottom: 22px;
}

.news_block .tab_group .tab {
  margin-right: 20px;
}
.news_list {
  border-bottom: 1px solid;
  padding-bottom: 17px;
  margin-bottom: 26px;
  width: 48.5%;
}
.news_more {
  margin: 0;
  text-align: center;
}
.news_more a {
  background: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(3, 3, 3, 0.35);
  color: #323539;
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 1.5px;
  padding: 21px;
  position: relative;
  max-width: 342px;
  width: 90%;
}
.news_more a::after {
  position: absolute;
  content: "";
  background-image: url(/image/kurashimanet/top/more_btn_icon_black.png);
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 10px;
  width: 25px;
  height: 15px;
}
.news_list_data {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.news_date {
  color: #5cb3db;
  font-size: 1.6rem;
  margin: 0;
  letter-spacing: 1.4px;
  margin-right: 10px;
}
.news_cat {
  background: #558da8;
  color: #fff;
  font-size: 1.4rem;
  margin: 0;
  padding: 4px 6px;
  letter-spacing: 1px;
}
.news_txt {
  font-size: 1.6rem;
  letter-spacing: 0.8px;
  line-height: 1.5;
  margin: 0;
}
.news_txt a {
  color: #32353a;
  transition: 0.3s;
}
.news_txt a:hover {
  color: #558da8;
  opacity: 1;
}

/* job_area */
.job_area {
  background: url(/image/kurashimanet/top/job_bg_center.png);
  padding-top: 136px;
  padding-bottom: 70px;
  position: relative;
  margin-bottom: 30px;
}
.job_area::before {
  content: "";
  background-image: url(/image/kurashimanet/top/job_bg_top.png);
  background-position: center;
  top: -10px;
  left: 0;
  width: 100%;
  height: 11px;
  position: absolute;
}
.job_area::after {
  content: "";
  background-image: url(/image/kurashimanet/top/job_bg_bottom.png);
  background-position: center;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 11px;
  position: absolute;
}
.job_area .contents_wrap {
  margin-bottom: 0;
  position: relative;
}
.job_area .contents_wrap::after {
  content: "";
  background-image: url(/image/kurashimanet/top/job_family.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -78px;
  right: 7%;
  width: 257px;
  height: 132px;
  z-index: 2;
}
.job_area .head_area {
  top: -264px;
}
.job_area .head_title::before {
  background-image: url(/image/kurashimanet/top/job_heading_photo.png);
  width: 287px;
  height: 219px;
  top: 17%;
  left: 15%;
}
.job_area .head_title::after {
  content: "";
  background: url(/image/kurashimanet/top/icon_top_hakuchou.png) 0 0 no-repeat;
  background-size: 293px 111px;
  height: 111px;
  width: 293px;
  position: absolute;
  right: 120px;
  bottom: 0;
  top: auto;
}

.job_contenst {
  background: #fff;
  width: 84.7%;
  margin: 0 auto;
  padding: 51px 5.2%;
}
.jobsearch_bnr {
  margin: 0 0 55px;
}
.jobsearch_bnr a {
  transition: 0.5s;
}
.jobsearch_bnr a:hover {
  opacity: 0.7;
}
.jobsearch_bnr img {
  width: 100%;
}
.job_contenst_head {
  font-size: 3.2rem;
  margin: 0 0 31px;
  letter-spacing: 1px;
  text-align: center;
}
.job_contenst_flex {
  display: flex;
  margin-bottom: 29px;
}
.recommended_jobs {
  display: flex;
  margin-right: 2%;
  width: 66%;
}
.jobs_block {
  margin-right: 2.7%;
  width: 31.5%;
}
.jobs_block:last-child {
  margin-right: 0;
}
.jobs_block a{
  display: block;
}
.jobs_photo {
  margin: 0 0 12px;
}
.jobs_photo img {
  width: 100%;
}
.jobs_title {
  color: #5cb3db;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 0 0 10px;
  letter-spacing: 1px;
  min-height: 41px;
  display: flex;
  align-items: center;
}
.jobs_name {
  color: #32353a;
  font-size: 1.5rem;
  letter-spacing: 2px;
  margin: 0;
  line-height: 1.3;
}
.job_bnrs_block {
  width: 35%;
}
.job_bnr {
  margin: 0 0 19px;
}
.job_bnr a {
  transition: 0.5s;
}
.job_bnr a:hover {
  opacity: 0.7;
}
.job_bnr:last-child {
  margin-bottom: 0;
}
.job_bnr img {
  width: 100%;
}
.job_contenst_bnrs {
  display: flex;
  justify-content: center;
}
.job_bnrs {
  margin: 0 2% 0 0;
}
.job_bnrs:last-child {
  margin-right: 0;
}
.job_bnrs a {
  display: inline-block;
  transition: 0.5s;
}
.job_bnrs a:hover {
  opacity: 0.7;
}
.job_bnrs img {
  width: 100%;
}

/* menu_area */
.menu_area {
  padding-bottom: 24px;
  margin-bottom: 0;
}
.menu_area .head_area {
  position: static;
  margin-bottom: 35px;
}
.menu_area .head_title::before {
  background-image: url(/image/kurashimanet/top/menu_heading_photo_left.png);
  top: 59px;
  left: 96px;
}
.menu_area .head_title::after {
  background-image: url(/image/kurashimanet/top/menu_heading_photo_right.png);
  top: 41px;
  right: 101px;
}
.menu_li_block {
  display: flex;
  flex-wrap: wrap;
  width: 80.5%;
  margin: 0 auto;
}
.menu_li {
  margin-right: 3%;
  margin-bottom: 33px;
  width: 31.3%;
  position: relative;
}
.menu_li:nth-child(3),
.menu_li:nth-child(6),
.menu_li:last-child {
  margin-right: 0;
}
.menu_li_line {
  position: relative;
}
.menu_li_line img {
  width: 100%;
}
.menu_photo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0;
  width: 96.7%;
}
.menu_photo img {
  width: 100%;
}
.menu_link {
  position: absolute;
  bottom: -20px;
  right: -15px;
}
.menu_li a:hover,
.menu_li a:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
.menu_link a,
.menu_link span {
  background: #558da8;
  display: inline-block;
  height: 58px;
  width: 58px;
  border-radius: 50%;
  position: relative;
}
.menu_link a img,
.menu_link span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* photo_area */
.wrap_white {
  background: #fff;
}
.people_area_bofore {
  padding-top: 173px;
}
.photo_area {
  height: 532px;
  position: relative;
}
.photo_block::before {
  background: url(/image/kurashimanet/top/photo.jpg) no-repeat center;
  background-size: cover;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}

.photo_area::before {
  content: "";
  background: url(/image/kurashimanet/top/photo_top.png) repeat-x;
  background-size: contain;
  width: 100%;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
.photo_area::after {
  content: "";
  background: url(/image/kurashimanet/top/photo_bottom.png) repeat-x;
  background-size: contain;
  width: 100%;
  height: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* people_area */
.people_area {
  background-image: url(/image/kurashimanet/top/people_bg_center.png);
  background-position: top center;
  position: relative;
  margin-bottom: 25px;
}
.people_area::before {
  content: "";
  background-image: url(/image/kurashimanet/top/people_bg_top.png);
  background-position: center;
  background-repeat: repeat-x;
  top: -9px;
  left: 0;
  width: 100%;
  height: 11px;
  position: absolute;
}
.people_area::after {
  content: "";
  background-image: url(/image/kurashimanet/top/people_bg_bottom.png);
  background-position: center;
  background-repeat: repeat-x;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 11px;
  position: absolute;
}

.people_area .head_area {
  top: -149px;
}
.people_area .head_title::before {
  background-image: url(/image/kurashimanet/top/people_heading_left.png);
  top: 8px;
  left: 17%;
  width: 282px;
  height: 207px;
}
.job_area .contents_wrap::after {
  content: "";
  background-image: url(/image/kurashimanet/top/job_family.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -78px;
  right: 7%;
  width: 257px;
  height: 132px;
  z-index: 2;
}
.people_area .head_title::after {
  content: none;
}
.people_block {
  padding: 146px 0 34px;
  width: 80.5%;
  margin: 0 auto;
  position: relative;
}
.people_block::after {
  content: "";
  background-image: url(/image/kurashimanet/top/people_heading_right.png);
  position: absolute;
  top: -148px;
  right: 59px;
  width: 273px;
  height: 142px;
}
.people_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.people_box {
  width: 23%;
}
.people_box a {
  transition: 0.5;
  display: block;
}
.people_box a:hover > .people_photo,
.people_box a:hover > .people_name,
.people_box a:hover > .people_txt {
  opacity: 0.7;
}
.people_box:nth-child(2),
.people_box:nth-child(4) {
  margin-top: 40px;
}
.people_photo,
.block .people_photo {
  margin: 0 0 10px;
  position: relative;
  transition: 0.5s;
  width: 100%;
  line-height: 1.6;
}

.people_photo img {
  border-radius: 5px;
  box-shadow: 0px 4px 0px rgba(88, 88, 88, 0.2);
  width: 100%;
}
.people_name,
.block .people_name {
  color: #5cb3db;
  font-size: 1.8rem;
  letter-spacing: 2px;
  margin: 0 0 5px;
  width: 100%;
  line-height: 1.6;
}
.people_txt,
.block .people_txt {
  color: #32353a;
  font-size: 1.6rem;
  margin: 0;
  line-height: 1.6;
  letter-spacing: 1.5px;
  width: 100%;
}
.news_more.people_btn a {
  background: #5cb3db;
  border: 1px solid #5cb3db;
  color: #fff;
  transition: all 0.5s;
}
.news_more.people_btn a::after {
  background-image: url(/image/kurashimanet/top/more_btn_icon_white.png);
}

.news_more.people_btn a:hover::after {
  background-image: url(/image/kurashimanet/top/more_btn_icon_blue.png);
}

.news_more.people_btn a:hover {
  background: #fff;
  color: #5cb3db;
}

/* town_area */
.town_area {
  margin-bottom: 190px;
}
.town_area .head_area {
  position: static;
  margin-bottom: 29px;
}
.town_area .head_title::before {
  top: 50px;
  left: 126px;
  background-image: url(/image/kurashimanet/top/town_heading_left.png);
  width: 404px;
  height: 190px;
}
.town_area .head_title::after {
  top: 49px;
  right: 140px;
  background-image: url(/image/kurashimanet/top/town_heading_right.png);
  width: 370px;
  height: 205px;
}
.town_contents {
  width: 81%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.contents_left {
  width: 51%;
}
.contents_rigth {
  width: 48%;
}
.towns {
  background: url(/image/kurashimanet/top/town_block01_bg.png);
  background-repeat: no-repeat;
  background-color: #8fc0db;
  border-radius: 10px;
  padding: 60px 5% 49px;
  position: relative;
}
.towns::after {
  content: "";
  background-image: url(/image/kurashimanet/top/town_on_img.png);
  background-size: 214px 106px;
  width: 214px;
  height: 106px;
  position: absolute;
  bottom: -60px;
  left: -90px;
}
.town_head {
  color: #fff;
  font-size: 3.2rem;
  text-align: center;
  margin: 0 0 42px;
}
.town_txt {
  font-size: 1.6rem;
  margin: 0 0 37px;
  line-height: 1.6;
  text-align: center;
}
.town_img {
  margin: 0 0 60px;
  text-align: center;
}
.more_btn {
  margin: 0;
  text-align: center;
}
.more_btn a {
  background: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(3, 3, 3, 0.35);
  color: #323539;
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 1.5px;
  padding: 21px;
  position: relative;
  max-width: 342px;
  width: 90%;
}
.more_btn a::after {
  position: absolute;
  content: "";
  background-image: url(/image/kurashimanet/top/more_btn_icon_black.png);
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 10px;
  width: 25px;
  height: 15px;
}
.matching {
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.matching img {
  max-width: 100%;
  border-radius: 10px;
}
.matching .town_head {
  color: #327c4f;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
.matching .town_img {
  padding-left: 9%;
  margin-bottom: 20px;
}
.matching .town_img img {
  max-width: 337px;
  width: 100%;
}
.online {
  background: #f9f6ad;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 20px 5%;
}
.online .town_head {
  color: #d77526;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.online .town_img {
  padding-left: 13%;
  margin-bottom: 11px;
}
.online .town_img img {
  max-width: 337px;
  width: 100%;
}

/* home_area */
.home_area {
  background-image: url(/image/kurashimanet/top/home_bg_center.png);
  margin-bottom: 68px;
  padding-bottom: 36px;
}
.home_area::before {
  content: "";
  background-image: url(/image/kurashimanet/top/home_bg_top.png);
  background-position: center;
  background-repeat: repeat-x;
  top: -9px;
  left: 0;
  width: 100%;
  height: 11px;
  position: absolute;
}
.home_area::after {
  content: "";
  background-image: url(/image/kurashimanet/top/home_bg_bottom.png);
  background-position: center;
  background-repeat: repeat-x;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 11px;
  position: absolute;
}
.home_area {
  position: relative;
}
.home_area .head_area {
  top: -128px;
}
.home_area .head_title::before {
  top: 70px;
  left: 19%;
  background-image: url(/image/kurashimanet/top/home_heading_left.png);
  background-repeat: no-repeat;
  width: 447px;
  height: 193px;
}
.home_area .head_title::after {
  top: 69px;
  right: 20%;
  background-image: url(/image/kurashimanet/top/home_heading_right.png);
  background-repeat: no-repeat;
  width: 373px;
  height: 198px;
}
.home_block .contents_wrap {
  padding-top: 157px;
  margin-bottom: 0;
}
.home_head {
  font-size: 3.2rem;
  margin: 0 0 20px;
  text-align: center;
}
.home_contents {
  margin: 0 auto;
  width: 80.5%;
  display: flex;
}
.home_contents .contents_left {
  margin-right: 2.5%;
  width: 74.5%;
}
.home_contents .contents_right {
  width: 23%;
}
.contents_left .flex {
  display: flex;
  margin-bottom: 34px;
}
.home_contents .contents_left .flex {
  margin-bottom: 5px;
}
.home_photo {
  margin: 0px 0 15px;
}
.home_photo img {
  width: 100%;
}
.home_add {
  color: #5cb3db;
  font-size: 1.8rem;
  margin: 0 0 20px;
  letter-spacing: 1px;
  font-weight: bold;
}
.home_box {
  margin-right: 4.25%;
  width: 30.5%;
}
.home_box a {
  display: block;
  text-align: center;
}
.home_box a > .home_photo,
.home_box a > .home_add,
.home_box a > .home_txt {
  transition: 0.5s;
}
.home_box a:hover > .home_photo,
.home_box a:hover > .home_add,
.home_box a:hover > .home_txt {
  opacity: 0.7;
}
.home_box:last-child {
  margin-right: 0;
}
.home_txt {
  color: #32353a;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 1.5px;
  margin: 0;
}
.trial_bnr {
  position: relative;
}
.trial_bnr a:hover{
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
.trial_bnr img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.trial_bnr .menu_link span {
  z-index: 2;
}
.trial_bnr .menu_link img {
  width: auto;
}
.more_btn.blue_btn a {
  color: #fff;
  background: #5cb3db;
  border: 1px solid #5cb3db;
  transition: all .5s;
}
.more_btn.blue_btn a::after {
  background-image: url(/image/kurashimanet/top/more_btn_icon_white.png);
}
.more_btn.blue_btn a:hover{
  background: #fff;
    color: #5cb3db;
}
.more_btn.blue_btn a:hover::after {
  background-image: url(/image/kurashimanet/top/more_btn_icon_blue.png);
}

/* info_ga_area */
.info_ga_area {
  background-image: url(/image/kurashimanet/top/bg_info.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  max-width: 1100px;
  margin: 0 auto 68px;
  padding: 26px 1.8%;
}
.info_ga_head {
  margin: 0;
  width: 24%;
}
.info_ga_head img {
  width: 100%;
}
.info_ga_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.info_ga_li {
  padding-top: 19px;
  padding-right: 3.5%;
  display: flex;
  margin-bottom: 16px;
}
.info_ga_li_block {
  width: 70.5%;
}
.info_ga_img {
  margin: 0 0 7px;
}
.info_ga_img img {
  width: 100%;
}
.info_ga_box {
  width: 31%;
  margin-right: 3.5%;
}
.info_ga_box a{
  display: block;
}
.info_ga_box a > .info_ga_img,
.info_ga_box a > .info_ga_txt {
  transition: 0.5s;
}
.info_ga_box a:hover > .info_ga_img,
.info_ga_box a:hover > .info_ga_txt {
  opacity: 0.7;
}
.info_ga_box:last-child {
  margin-right: 0;
}
.info_ga_txt {
  color: #12668e;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  margin: 0;
  letter-spacing: 1.5px;
  line-height: 1.3;
  text-shadow: 0 0 10px #fff
}
.info_ga_middle {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-left: 6%;
  padding-right: 3.5%;
  margin-bottom: 40px;
}
.booklet_block {
  display: flex;
  width: 100%;
}
.booklet {
  position: relative;
  width: 22.5%;
  margin-right: 3.5%;
}
.booklet a:hover{
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
.booklet img {
  width: 100%;
}
.booklet:last-child {
  margin-right: 0;
}
.menu_link img {
  width: auto;
}
.material {
  background-color: #5cb3db;
  border-radius: 50%;
  margin-top: 10px;
  height: 188px;
  width: 188px;
  text-align: center;
  transition: 0.5s;
}
.material:hover {
  opacity: 0.7;
}
.material a {
  display: inline-block;
}
.material_txt {
  color: #fff;
  font-size: 1.8rem;
  margin-top: 54px;
  line-height: 1.7;
}
.material_icon {
  margin: 0;
}
.info_ga_bottom {
  padding: 0 2.3% 0;
  display: flex;
  justify-content: space-between;
}
.info_ga_block_head {
  text-align: center;
  letter-spacing: 2px;
  font-size: 2.2rem;
  margin: 0 0 28px;
}
.info_ga_block {
  background: rgba(255, 255, 255, 75%);
  padding-top: 18px;
  padding-bottom: 21px;
  width: 57.5%;
}
.info_ga_block:last-child {
  width: 40%;
}
.info_ga_block_list {
  align-items: center;
  margin: 0;
  display: flex;
  justify-content: center;
  padding: 0 11%;
  align-items: flex-end;
  flex-wrap: wrap;
}
.info_ga_block_list li {
  width: 24%;
  text-align: center;
  margin-right: 14%;
}
.info_ga_block_list li a {
  display: block;
  text-align: center;
}
.info_ga_block_list li a:hover {
  opacity: 0.7;
}
.info_ga_block_list li img {
  width: 100%;
}
.info_ga_block:last-child .info_ga_block_list {
  padding: 0 19%;
}
.info_ga_block:last-child .info_ga_block_list li {
  width: 39%;
}

.info_ga_block_list a {
  color: #32353a;
  font-size: 2.1rem;
}

.icon_caption {
  display: block;
  margin-top: 10px;
}
.info_ga_block_list .insta img {
  width: 80px;
}
.info_ga_block_list li.note img {
  width: 77px;
}

.info_ga_block_list li.youtube img {
  width: 80px;
}

.info_ga_block_list li:last-child {
  margin-right: 0;
}

.info_ga_block_list li.mail img {
  width: 80px;
}

.info_ga_block_list li.facebook img {
  width: 80px;
}

/* shimane_area */
.shimane_area {
  background: url(/image/kurashimanet/top/shimane_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  max-width: 1090px;
  margin: 0 auto 60px;
  padding: 0 50px 0 0;
  min-height: 562px;
}
.shimane_head {
  margin: 0 0 28px;
  text-align: center;
}
.shimane_head img {
  max-width: 417px;
  width: 100%;
}
.line_friends {
  align-items: center;
  background: #fff;
  border: 4px solid;
  color: #45aa61;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  justify-content: space-between;
  padding: 20px 4%;
  margin-bottom: 30px;
}
.line_friends p {
  letter-spacing: 1.6px;
  margin: 0;
}
.line_friends_link a:hover {
  opacity: 0.7;
}
.line_friends a {
  display: inline-block;
}
.shimane_area .more_btn a {
  max-width: 430px;
}
.shimane_link_area {
  max-width: 527px;
  width: 100%;
  margin: 0 0 0 auto;
  padding: 70px 0 0;
}
.shimane_link_area img{
  max-width: 100%;
}
.shimane_register_box {
  margin-bottom: 20px;
}
.shimane_login_box {
  max-width: 340px;
  width: 100%;
  margin: 0 auto 20px;
}
.shimane_login_box a {
  display: block;
  font-size: 1.8rem;
  color: #e8b02b;
  text-align: center;
  background: #fff;
  border: 2px solid #e8b02b;
  padding: 15px;
  line-height: 1.3;
  box-shadow: 0px 3px 0px 0px rgba(50, 53, 58, 0.15);
  position: relative;
  border-radius: 5px;
}
.shimane_line_box {
  text-align: center;
}
.shimane_login_box a::after {content: '';background: url(/image/kurashimanet/top/icon_self_orange.png) 0 0 no-repeat;background-size: 25px 13px;height: 13px;width: 25px;position: absolute;right: 10px;top: 50%;margin-top: -7px;}
.top_shimane_link_small {
  background: url(/image/kurashimanet/top/bg_linkbox.png) 0 0 no-repeat;
  background-size: auto 321px;
  min-height: 321px;
  margin-bottom: 3px;
  padding: 35px 25px 0 0;
}
.shimane_link_small_inner {
  max-width: 312px;
  width: 100%;
  margin-left: auto;
}
.top_shimane_link_small .shimane_login_box {
  max-width: 250px;
}
.top_shimane_link_small .shimane_login_box a {
  font-size: 1.4rem;
  border: 1px solid #e8b02b;
}

.chiikiokoshinote-bnr {
  margin-bottom: 80px;
  text-align: center;
}

.chiikiokoshinote-bnr img {
  max-width: 100%;
}

/* teiju_area */
.teiju_area {
  background: url(/image/kurashimanet/top/teiju_bg_center.png);
  position: relative;
}
.teiju_area::before {
  content: "";
  background-image: url(/image/kurashimanet/top/teiju_bg_top.png);
  background-repeat: repeat-x;
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 13px;
}
.teiju_area .contents_wrap {
  padding: 84px 0 150px;
  margin: 0 auto 0;
}
.teiju_head {
  margin: 0 0 41px;
  text-align: center;
}
.teiju_head img {
  max-width: 468px;
  width: 100%;
}
.teiju_contents {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.teiju_contents::before {
  content: "";
  position: absolute;
  top: -134px;
  left: 93px;
  background-image: url(/image/kurashimanet/top/teiju_img.png);
  background-repeat: no-repeat;
  width: 183px;
  height: 135px;
}
.teiju_block {
  background: #fff;
  border: 1px solid #a8a8a8;
  padding: 25px 2% 23px;
  margin-bottom: 20px;
  width: 32.5%;
}
.teiju_block_head {
  color: #5090bc;
  font-size: 2rem;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin: 0 0 17px;
}
.teiju_block p {
  letter-spacing: 1px;
  line-height: 1.65;
  font-size: 1.6rem;
  margin: 0 0 19px;
}
.teiju_block p:last-child {
  margin-bottom: 0;
}
.teiju_block p span {
  color: #5090bc;
  font-weight: bold;
}
.teiju_block a {
  color: #5090bc;
}
.teiju_block_head a:hover {
  color: #313131;
  text-decoration: underline;
}
.teiju_block.site_image {
  padding: 0;
}
.site_image .teiju_block_head {
  padding: 25px 6% 0;
  margin-bottom: 23px;
}
.teiju_block p.site_photo {
  line-height: 0;
}

.site_photo img {
  border-top: 1px solid #a8a8a8;
  max-width: 100%;
}
.teiju_block.site_image a {
  display: block;
  position: relative;
}

.teiju_block.site_image a::before {
  content: "";
  background: url(/image/kurashimanet/common/icon_blank.png) 0 0 no-repeat;
  background-size: 21px;
  height: 21px;
  width: 21px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.teiju_block.site_image a:hover h3 {
  color: #231815;
}

/*---------------------------------------
UIターン応援スタッフ
-----------------------------------------*/

/* タイトル */
.mainvisual.underlayer {
  background-image: url(/image/kurashimanet/soudan/head_bg.png);
  height: auto;
  position: relative;
  margin-bottom: 13px;
}
.mainvisual.underlayer::after {
  content: "";
  background-image: url(/image/kurashimanet/soudan/head_bg_bottom.png);
  background-size: cover;
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 17px;
}
.mainvisual.underlayer .pagetitle {
  background: none;
  color: #313131;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4rem;
  height: 134px;
  justify-content: flex-start;
  padding: 0 4.8%;
  position: relative;
  letter-spacing: 10px;
}
.mainvisual.underlayer .pagetitle::before {
  content: "";
  background-image: url(/image/kurashimanet/soudan/head_icon02.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 25%;
  left: 6.8%;
  width: 5%;
  height: 8px;
}
.mainvisual.underlayer .pagetitle::after {
  content: "";
  background-image: url(/image/kurashimanet/soudan/head_icon01.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 11%;
  right: 25px;
  width: 20.5%;
  height: 114px;
}
/* 20250813beans修正注意書き */
p.caution-txt {
    display: block;
    font-size: 12.5px;
    letter-spacing: 2px;
    font-weight: 500;
    text-align: left;
    margin-left: unset;
    margin-bottom: 30px;
    text-decoration: underline;
}
/* 各相談窓口 */
.head_under_area {
  margin-bottom: 37px;
  text-align: center;
}
.head_under_area .head {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  padding: 0 9%;
  letter-spacing: 2px;
  line-height: 1.3;
  margin-bottom: 0;
}
.head_under_area .head::after {
  background-image: url(/image/kurashimanet/soudan/yellow_under_line.png);
  background-size: contain;
}
.head_under_area .head.head_second::after {
  background-image: url(/image/kurashimanet/soudan/green_under_line.png);
}
.soudan_text p {
  font-size: 1.6rem;
  line-height: 2.3;
  letter-spacing: 1.1px;
  width: 92.5%;
}
.soudan_text {
  margin-bottom: 20px;
}
.soudan_flex_area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 68px;
}
.map_area {
  padding-left: 4%;
  width: 42%;
}
.googlemap_block {
  margin-bottom: 12px;
  padding-right: 10%;
}
.googlemap {
  position: relative;
  width: 100%;
  padding-top: 75%;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.address_list {
  display: flex;
  font-size: 1.6rem;
  letter-spacing: 1.5px;
  line-height: 2;
  margin: 0 0 10px;
}
.address_list:last-child {
  margin-bottom: 0;
}
.address_list dt {
  width: 64px;
}
.address_list dd {
  flex: 1;
  margin-left: 0;
}
.staff_photo_area {
  padding-right: 5.5%;
  width: 51%;
}
.staff_photo_block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.staff_photo img {
  background-image: url(/image/kurashimanet/soudan/photo_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 6px;
  width: 100%;
}
.staff_photo figcaption {
  font-size: 1.35rem;
  letter-spacing: 1px;
  text-align: center;
}
.tokyo_photo_box .staff_photo {
  position: relative;
  padding-bottom: 10%;
}
.tokyo_photo_box figcaption{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}
.staff_photo_box {
  margin-right: 3.5%;
  margin-bottom: 20px;
  width: 31%;
}
.staff_photo_box:nth-child(3),
.staff_photo_box:nth-child(6) {
  margin-right: 0;
}
p.staff_photo_block_txt {
  font-size: 2rem;
  letter-spacing: 2.5px;
  line-height: 1;
  position: relative;
  text-align: center;
  padding: 0 13%;
  margin-bottom: 28px;
}
p.staff_photo_block_txt::before {
  content: "";
  position: absolute;
  top: 3%;
  left: 3%;
  background-image: url(/image/kurashimanet/soudan/staff_photo_icon_left.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 24px;
}
p.staff_photo_block_txt::after {
  content: "";
  position: absolute;
  top: 3%;
  right: 3%;
  background-image: url(/image/kurashimanet/soudan/staff_photo_icon_right.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 24px;
}
p.staff_photo_block_inquiry {
  line-height: 1;
  text-align: center;
}
p.staff_photo_block_inquiry a {
  background: #f9e48e;
  border-radius: 5px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  color: #32353a;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 2px;
  padding: 18px;
  max-width: 300px;
  width: 90%;
}
.last_block {
  padding-bottom: 30px;
}

.staff_oosaka_links {
  display: flex;
}
.block .staff_oosaka_links p,.block .staff_oosaka_links p a {
  width: 100%;
}
.block .staff_oosaka_links p {
  margin-right: 5%;
}
.block .staff_oosaka_links p:last-child {
  margin-right: 0;
}

/*---------------------------------------
オンライン移住個別相談
-----------------------------------------*/

/* オンライン移住個別相談の予約をする */
.online_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 86%;
}
.online_consultation_block {
  background: url(/image/kurashimanet/soudan/online_bg01.png) no-repeat;
  background-size: contain;
  padding: 60px 4%;
  width: 47%;
}
.online_consultation_block.night_block {
  background-image: url(/image/kurashimanet/soudan/online_bg02.png);
}
.block p.online_consultation_title {
  margin: 0 14% 20px;
  max-width: 252px;
}
.block .night_block p.online_consultation_title {
  margin-bottom: 6px;
}
.online_consultation_title img {
  width: 100%;
}
p.online_consultation_day {
  color: #d66a00;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
}
.night_block p.online_consultation_day {
  color: #223e8b;
  margin-bottom: 0;
}
.block .online_consultation_note {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 28px;
}
.night_block p.online_consultation_note {
  margin-bottom: 6px;
}
p.online_consultation_btn {
  text-align: center;
}
p.online_consultation_btn a {
  background: #e26d1f;
  border-radius: 5px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 2px;
  padding: 12px 2%;
  max-width: 286px;
  width: 90%;
}
.night_block p.online_consultation_btn a {
  background: #556fb5;
}
.block p.reserve_small_txt {
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 1.5px;
  margin-top: -22px;
  width: 22%;
  margin-bottom: 53px;
}
.block .online_soudan_txt p {
  font-size: 1.6rem;
  letter-spacing: 2px;
  line-height: 1.7;
  width: 84%;
}
.block .online_soudan_txt p a {
  color: #0076c9;
  border-bottom: 1px solid;
  padding-bottom: 3px;
}
.block .online_soudan_txt p a:hover {
  opacity: 0.7;
}

/* オンライン移住相談の利用方法 */
.howto_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 92%;
}
.howto_block {
  padding-bottom: 16px;
  width: 20.2%;
  background: url(/image/kurashimanet/soudan/online_step_bg.png) no-repeat;
  background-position: right bottom;
  position: relative;
}
.howto_block::after {
  content: "";
  background: url(/image/kurashimanet/soudan/online_step_arrow.png) no-repeat;
  width: 17px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: -21%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.howto_block:last-child:after {
  content: none;
}
.block p.howto_img {
  margin-bottom: 8px;
  width: 100%;
}
.block p.howto_img img {
  width: 100%;
}
p.howto_txt {
  font-size: 1.5rem;
}

/* プレゼント */
.block p.present_photo {
  line-height: 1;
  max-width: 450px;
  margin: 0 auto 9px;
  width: 90%;
}
.present_photo img {
  width: 100%;
}
.online_soudan_txt ul {
  font-size: 1.6rem;
  letter-spacing: 2px;
  line-height: 1.7;
  margin: 0 auto;
  padding-left: 0;
  width: 84%;
}
.online_soudan_txt ul li {
  padding-left: 1em;
  text-indent: -1em;
}

/* 注意事項・その他 */
#precaution .more_btn,
#student .more_btn {
  margin-top: 23px;
  text-align: center;
}
#precaution .more_btn a::after,
#student .more_btn a::after {
  background-image: url(/image/kurashimanet/common/more_btn_icon_black.png);
}
#precaution .more_btn a {
  background: #f9eaaf;
  padding: 10px;
}
#student .more_btn a {
  background: #d1e7cd;
  padding: 10px;
}

/* 島根県内で就職活動中の学生の皆様へ */
#student {
  padding-bottom: 100px;
}

/*---------------------------------------
お知らせ一覧
-----------------------------------------*/
.mainvisual.news_wrap {
  background-image: url(/image/kurashimanet/news/news_title_bg.jpg);
}
.news_wrap .pagetitle {
  background-image: url(/image/kurashimanet/news/news_title_txt.png);
  background-size: 15%;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 0 0 15px black;
}
.news_contents_area {
  margin: 0 auto;
  max-width: 990px;
  width: 95%;
}
.news_contents_block .tab_contents.is-show {
  background: transparent;
  display: block;
  justify-content: unset;
  flex-wrap: unset;
  padding: 0;
}
.news_contents_block .tab_box {
  border: 2px solid #558da8;
  background: #fff;
  display: block;
  padding: 28px 39px 15px;
  margin-bottom: 22px;
}
.news_contents_block .tab_content_group {
  border: none;
  margin-bottom: 0;
}
.news_contents_area .news_list {
  border-bottom: 1px solid #558da8;
  margin-bottom: 16px;
  width: 100%;
}
.news_contents_area .news_list_data {
  height: 24px;
}
.news_contents_area .news_list:nth-child(3),
.news_contents_area .news_list:nth-child(6) {
  border-bottom: 1px solid #558da8;
  padding-bottom: 17px;
}
.news_contents_area .news_cat {
  text-align: center;
  width: 100px;
}
.news_contents_block .tab_group {
  justify-content: center;
}
.news_contents_block .tab_group .tab {
  background: #f6fcff;
  margin-right: 20px;
}
.news_contents_block .tab_group .tab:last-child {
  margin-right: 0;
}
.news_contents_block .tab_group .tab.is-active {
  background: #558da8;
}
.news_contents_block .tab:hover {
  color: #fff;
  opacity: 1;
}
.news_contents_block .tab.tab-a:hover {
  background: #558da8;
}
.news_contents_block .tab.tab-a.is-active {
  background: #558da8;
}
.news_contents_block .tab.tab-b:hover,
.news_block .tab.tab-b:hover {
  background: #cb7882;
}
.news_contents_block .tab.tab-b.is-active,
.news_block .tab.tab-b.is-active {
  background: #cb7882;
}
.news_contents_block .tab.tab-c:hover,
.news_block .tab.tab-c:hover {
  background: #dab24f;
}
.news_contents_block .tab.tab-c.is-active,
.news_block .tab.tab-c.is-active {
  background: #dab24f;
}
.news_contents_block .tab.tab-d:hover,
.news_block .tab.tab-d:hover {
  background: #acc255;
}
.news_contents_block .tab.tab-d.is-active,
.news_block .tab.tab-d.is-active {
  background: #acc255;
}

/* タブカラー「すべて」 */
.cat-teiju {
  background: #cb7882;
  border: 1px solid #cb7882;
}
.cat-cities {
  background: #dab24f;
  border: 1px solid #dab24f;
}
.cat-company {
  background: #acc255;
  border: 1px solid #acc255;
}

/* タブカラー「定住財団」 */
.cat-event {
  background: #f6d4d8;
  border: 1px solid #cb7882;
  color: #32353a;
}
.cat-notice {
  background: #fcf1d3;
  border: 1px solid #dab24f;
  color: #32353a;
}
.cat-jobs {
  background: #cae7f2;
  border: 1px solid #3d93b6;
  color: #32353a;
}
.cat-house {
  background: #d1f1cc;
  border: 1px solid #73bf67;
  color: #32353a;
}
.cat-support {
  background: #e5d7ee;
  border: 1px solid #a082b7;
  color: #32353a;
}

.news_pagination {
  margin: 0 auto;
  max-width: 990px;
  width: 95%;
}
.pagination {
  display: flex;
  font-size: 1.8rem;
  justify-content: center;
  padding-left: 0;
  margin: 0;
}
.pagination li {
  margin-right: 40px;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li a {
  color: #12668e;
}
.pagination li a:hover {
  opacity: 0.7;
}
.news_wrap .cont_wrap.lightblue {
  margin-bottom: 170px;
  padding-bottom: 6px;
}
.pager_wrap li {
  font-size: 2.4rem;
}

.pagination li {
  color: #f19103;
}

.pagination li a {
  color: #343431;
}

/*---------------------------------------
動画で見る島根
-----------------------------------------*/
.mainvisual.shimane_movie_wrap {
  background-image: url(/image/kurashimanet/movie/movie_title_bg.jpg);
}
.shimane_movie_wrap .pagetitle {
  background-image: url(/image/kurashimanet/movie/movie_title_txt.png);
  background-size: 15%;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 0 0 15px black;
}
.movie_contents {
  margin-bottom: 170px;
}
.movie_cnts {
  margin-bottom: 40px;
}

.movie_inner {
  max-width: 1150px;
  width: 80%;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
}

.movie_inner .movie_box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.movie_inner .movie_box:nth-child(3n) {
  margin-right: 0;
}

.movie_inner .movie_box p {
  margin: 0;
}

.movie_inner .movie_box img {
  width: 100%;
  height: auto;
}

.movie_inner .movie_box iframe{
  max-width: none;
  max-height: 200px;
  width: 100%;
}

.movie_caption {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 1.4rem;
}

.icon_movie2 {
  position: relative;
  cursor: pointer;
}

.icon_movie2::before {
  content: "";
  background: url(/image/kurashimanet/movie/icon_movie2.png) 0 0 no-repeat;
  background-size: 47px 31px;
  height: 31px;
  width: 47px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.shimane_movie_wrap .pagelink {
  max-width: 985px;
  width: 100%;
}

.shimane_movie_wrap .pagelink li {
  width: 23.7%;
}

.shimane_movie_wrap .blue_link li a {
  box-shadow: none;
}

.modal-video-close-btn {
  right: 10px !important;
}

/** ================================
メインタイトル
================================ **/
.mainvisual.underlayer.bg_blue {
  background: url(/image/kurashimanet/common/head_bg_blue.jpg) 0 0 repeat;
}

.mainvisual.underlayer.bg_blue::after {
  background: url(/image/kurashimanet/common/head_bg_blue_bottom.png) 0 0 repeat-x;
  background-size: auto;
}

.mainvisual.underlayer.bg_blue::before {
  content: "";
  background: url(/image/kurashimanet/common/head_bg_blue_top.jpg) 0 0 repeat-x;
  background-size: auto;
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 100%;
  z-index: 10;
}

/** ================================
装飾
================================ **/
/** 左右ドットライン **/
.ttl_dot_line {
  text-align: center;
}
.ttl_dot_line > .ttl {
  font-size: 24px;
  position: relative;
  display: inline-block;
  padding: 0 8rem;
  margin: 0;
  line-height: 1.3;
}
.ttl_dot_line > .ttl::before {
  content: "";
  background: url(/image/kurashimanet/common/ttl_dot_line.png) 0 0 no-repeat;
  background-size: 61px 11px;
  height: 11px;
  width: 61px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.ttl_dot_line > .ttl::after {
  content: "";
  background: url(/image/kurashimanet/common/ttl_dot_line.png) 0 0 no-repeat;
  background-size: 61px 11px;
  height: 11px;
  width: 61px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
/** 左右ストライプ **/
.ttl_stripe1,
.ttl_stripe2 {
  position: relative;
  text-align: center;
  margin: 0 0 30px;
}
.ttl_stripe1 > .ttl,
.ttl_stripe2 > .ttl {
  font-size: 28px;
  text-align: center;
  background: #fff;
  z-index: 2;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  margin: 0;
  letter-spacing: 2px;
  width: auto;
  line-height: 1.3;
}
.ttl_stripe2 > .ttl {
  background: #d3ebef;
}
.ttl_stripe1::before {
  content: "";
  background: url(/image/kurashimanet/common/ttl_stripe_line_blue.png) 0 0 repeat-x;
  background-size: auto;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.ttl_stripe2::before {
  content: "";
  background: url(/image/kurashimanet/common/ttl_stripe_line_white.png) 0 0 repeat-x;
  background-size: auto;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}

/** サークル見出し **/
.ttl_circle {
  font-size: 20px;
  position: relative;
  padding-left: 4rem;
  margin-left: -40px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.ttl_circle span {
  background: #b2dff3;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -19px;
  padding: 10px 12px;
  border-radius: 50px;
  text-align: center;
  line-height: 1;
  width:20px;
}

/** 点リスト **/
.dot_list {
  padding-left: 2rem;
  margin: 0;
}
.dot_list li {
  list-style-type: disc;
  line-height: 2;
}
.dot_list li:not(:last-child) {
  margin-bottom: 5px;
}

/** 小文字英語リスト **/
.alpha_list {
  font-size: 1.6rem;
  margin: 0;
  padding-left: 2rem;
}
.alpha_list li {
  line-height: 1.8;
  list-style-type: lower-alpha;
}
.alpha_list li:not(:last-child) {
  margin-bottom: 5px;
}

/** テーブル装飾 **/
.tb_tmp1 {
  margin-bottom: 20px;
}
.tb_tmp1 table {
  width: 100%;
  border-collapse: collapse;
}
.tb_tmp1 table th,
.tb_tmp1 table td {
  padding: 10px;
  border: 1px solid #000;
  font-size: 1.6rem;
  line-height: 1.5;
}
.tb_tmp1 table th {
  background: #e9f5ff;
}
.tb_tmp1 table td {
  background: #fff;
}
.tb_tmp1 table p {
  line-height: 1.5;
}
.tb_tmp1 p:not(:last-child) {
  margin-bottom: 15px;
}
.tb_tmp1 table td a {
  color: #096d92;
}

/** ================================
わくわく島根生活実現支援事業
================================ **/
.wakuwaku_contents {
  margin-bottom: 190px;
}
.main_img {
  text-align: center;
  max-width: 984px;
  width: 80%;
  margin: 0 auto 50px;
}
.main_img figure {
  margin-bottom: 25px;
}
.main_img img {
  max-width: 100%;
}
.wakuwaku_block {
  margin-bottom: 70px;
}
.wakuwaku_block .contents_text {
  max-width: 984px;
  width: 80%;
  margin: 0 auto 50px;
  font-size: 1.6rem;
}
.wakuwaku_block .contents_text:last-child {
  margin-bottom: 0;
}
.wakuwaku_block .block .contents_text p,
.wakuwaku_block.block .contents_text p {
  width: 100%;
  font-size: 1.6rem;
}
.wakuwaku_block .link_btn {
  margin-top: 20px;
}

.wakuwaku_desc_wrap {
  max-width: 1080px;
  width: 80%;
  margin: 0 auto;
}

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

.wakuwaku_desc_text {
  max-width: 984px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
}
.wakuwaku_desc_text figure {
  text-align: center;
}
.wakuwaku_desc_text figure img {
  max-width: 100%;
}
.wakuwaku_desc_text dl {
  margin-top: 0;
  margin-bottom: 30px;
}

.block .wakuwaku_desc_text p {
  width: 100%;
  font-size: 1.6rem;
}
.block .wakuwaku_desc_text > p {
  margin-bottom: 15px;
}

.wakuwaku_desc_text dd {
  margin: 0;
}

.block .wakuwaku_desc_text .tb_desc_text,
.wakuwaku_block .block .contents_text .tb_desc_text,
.wakuwaku_block.block .contents_text .tb_desc_text {
  margin-bottom: 15px;
}
.tb_desc_text.bold{
  font-weight: bold;
}
.contact_desc {
  background: #edfcff;
  border: 2px dashed #78bfe1;
  padding: 30px;
  min-width: 57%;
  width: auto;
  display: inline-block;
}
.block .contact_desc p {
  text-align: left;
}
.wakuwaku_link_x2 {
  display: flex;
  flex-wrap: wrap;
}
.wakuwaku_link_x2 .link_btn {
  width: 48%;
  margin-right: 3%;
}
.wakuwaku_link_x2 .link_btn:last-child {
  margin-right: 0;
}
.wakuwaku_link_x2 .link_btn a {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  padding: 15px;
}

/** ================================
島根あるある
================================ **/
.block.aruaru_block,
.aruaru_block .block {
  max-width: 984px;
  width: 80%;
  margin: 0 auto;
}
.block.aruaru_block,
.aruaru_block {
  margin-bottom: 70px;
}
.aruaru_block img {
  max-width: 100%;
}

.aruaru_block:last-child {
  margin-bottom: 190px;
}

.img_ttl {
  margin: 0 auto 20px;
  text-align: center;
  max-width: 880px;
}
.aruaru3 .img_ttl,
.aruaru4 .img_ttl {
  max-width: 500px;
}

.aruaru_contents figure {
  max-width: 550px;
  margin-bottom: 40px;
}

.block .aruaru_contents p {
  margin-bottom: 20px;
}

/** ================================
交通費助成
================================ **/
.block.travelcosts_block,
.travelcosts_block .block {
  max-width: 984px;
  width: 80%;
  margin: 0 auto;
}
.block.travelcosts_block,
.travelcosts_block {
  margin-bottom: 70px;
}
.block .travelcosts_contents p {
  width: 100%;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.travelcosts_contents > .dot_list > li {
  list-style-type: none;
  position: relative;
  padding: 0 0 0 2em;
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #f28a00;
}

.travelcosts_contents > .dot_list > li::after,
.travelcosts_contents > .dot_list > li::before {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.travelcosts_contents > .dot_list > li::after {
  top: 1.1em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: #f7bd6c;
}

.travelcosts_contents > .dot_list > li::before {
  top: 50%;
  left: 0.2em;
  width: 17px;
  height: 17px;
  background: #f28a00;
  transform: translateY(-50%);
}

.travelcosts_contents .dot_list {
  padding-left: 0;
  margin-top: -10px;
  color: #000;
}

.travelcosts_contents > .travelcosts_menu {
  margin-top: 30px;
}

.travelcosts_menu dl {
  font-size: 1.7rem;
  color: #000;
  margin: 0;
}

.travelcosts_menu dl dt {
  text-align: center;
  background: #12668e;
  font-size: 1.8rem;
  padding: 12px 10px 10px;
  position: relative;
  color: #fff;
  border-radius: 5px 5px 0 0;
}

.travelcosts_menu dl dd {
  padding: 20px;
  margin: 0;
  border: 2px solid #12668e;
  line-height: 1.8;
  border-radius: 0 0 5px 5px;
}

.flow_box {
  position: relative;
  margin-bottom: 45px;
}
.flow_box.flow_user {
  padding-left: 140px;
}
.flow_box.flow_zaidan,
.flow_box.flow_r_user {
  padding-right: 140px;
}
.flow_r_user::before,
.flow_zaidan::before,
.flow_user::before,
.flow_company::before {
  content: "";
  height: 113px;
  width: 113px;
  position: absolute;
  bottom: 0;
}

.flow_user::before {
  background: url(/image/kurashimanet/common/ill_jinbutu01.png) 0 0 no-repeat;
  background-size: 113px;
  left: 0;
}

.flow_zaidan::before {
  background: url(/image/kurashimanet/common/ill_jinbutu02.png) 0 0 no-repeat;
  background-size: 113px;
  right: 0;
}

.flow_r_user::before{
  background: url(/image/kurashimanet/common/ill_r_jinbutu01.png) 0 0 no-repeat;
  background-size: 113px;
  right: 0;
}

.flow_box .flow_inner::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 20px solid transparent;
  border-left: 30px solid #fff;
}
.flow_box.flow_user .flow_inner::after,
.flow_box.flow_company .flow_inner::after {
  left: -45px;
  bottom: 65px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.flow_box.flow_zaidan .flow_inner::after,
.flow_box.flow_r_user .flow_inner::after {
  right: -45px;
  bottom: 65px;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.block .travelcosts_contents .flow_tag {
  font-size: 1.4rem;
  padding: 8px 15px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: auto;
  margin-bottom: 0;
}

.flow_user .flow_tag,
.flow_r_user .flow_tag{
  background: #b9e2ea;
}

.flow_box h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  margin-top: 0;
  border-bottom: double 5px #f7bd6c;
  padding: 10px 5px;
  color: #000;
}

.block .travelcosts_contents .flow_text p {
  margin-bottom: 0;
}

.travelcosts_contents .flow_text .dot_list {
  margin-top: 0;
}

.wakuwaku_block:last-child {
  margin-bottom: 190px;
}

.flow_zaidan .flow_tag {
  background: #f7bd6c;
}

.flow_box:last-child {
  margin-bottom: 30px;
}

.check_list {
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.check_list li {
  position: relative;
  margin-bottom: 5px;
  line-height: 1.5;
  padding-left: 1.3em;
}

.check_list li::before,
.check_list li::after {
  position: absolute;
  content: "";
  display: block;
  background: #ffc778;
  top: 0.43em;
  left: 0.5em;
  height: 11px;
  width: 4px;
  border-radius: 10px;
  transform: rotate(45deg);
}

.check_list li::before {
  top: 0.6em;
  left: 0.2em;
  height: 8px;
  transform: rotate(-45deg);
}

.travelcosts_flow_inner {
  position: relative;
}
.flow_box.flow_user h3,
.flow_r_user h3 {
  border-bottom: double 5px #b9e2ea;
}
.travelcosts_menu .check_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 450px;
  width: 100%;
}
.travelcosts_menu .check_list li {
  width: 62%;
}
.travelcosts_menu .check_list li:nth-child(1),
.travelcosts_menu .check_list li:nth-child(3) {
  width: 30%;
}
.flow_inner {
  position: relative;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
}
.flow_inner > .flow_tag,
.flow_inner > h3,
.flow_text {
  margin-left: 75px;
}
.flow_num {
  font-size: 2.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  position: absolute;
  left: 20px;
  top: 30px;
  background: #b9e2ea;
  font-weight: bold;
  border-radius: 50px;
}
.flow_user .flow_num,
.flow_r_user .flow_num {
  background: #b9e2ea;
  box-shadow: 3px 2px #12668e;
}
.flow_zaidan .flow_num {
  background: #f7bd6c;
  box-shadow: 3px 2px #f28c1e;
}
.note_text {
  font-size: 1.45rem;
}
/** ================================
引越し割引サービス
================================ **/
.block.moving_block,
.moving_block .block {
  max-width: 984px;
  width: 80%;
  margin: 0 auto;
}
.block.moving_block,
.moving_block {
  margin-bottom: 70px;
}
.block .moving_contents p {
  width: 100%;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.moving_contents .dot_list {
  padding-left: 0;
  margin-top: -10px;
  color: #000;
}
.moving_contents > .dot_list > li {
  list-style-type: none;
  position: relative;
  padding: 0 0 0 2em;
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #f28a00;
}

.moving_contents > .dot_list > li::after,
.moving_contents > .dot_list > li::before {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.moving_contents > .dot_list > li::after {
  top: 1.1em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: #f7bd6c;
}

.moving_contents > .dot_list > li::before {
  top: 50%;
  left: 0.2em;
  width: 17px;
  height: 17px;
  background: #f28a00;
  transform: translateY(-50%);
}

.moving_menu dl {
  font-size: 1.7rem;
  color: #000;
  margin: 0;
}

.moving_menu dl dt {
  text-align: center;
  background: #12668e;
  font-size: 1.8rem;
  padding: 12px 10px 10px;
  position: relative;
  color: #fff;
  border-radius: 5px 5px 0 0;
}

.moving_menu dl dd {
  padding: 20px;
  margin: 0;
  border: 2px solid #12668e;
  line-height: 1.8;
  border-radius: 0 0 5px 5px;
}

.moving_menu {
  margin-top: 31px;
}

.moving_menu .check_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.moving_menu .check_list li {
  margin-right: 4%;
  font-size: 1.8rem;
}

.moving_menu .check_list li:last-child {
  margin-right: 0;
}

.flow_company::before {
  background: url(/image/kurashimanet/common/ill_jinbutu03.png) 0 0 no-repeat;
  background-size: 113px;
  left: 0;
}
.flow_box.flow_company {
  padding-left: 140px;
}

.flow_company .flow_num {
  background: #8fd6a6;
  box-shadow: 3px 2px #1f8e12;
}

.flow_company .flow_tag {
  background: #8fd6a6;
}

.flow_box.flow_company h3 {
  border-bottom: double 5px #8fd6a6;
}

.movineg_check_box .check_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  margin-bottom: 5px;
}

.movineg_check_box .check_list li {
  margin-right: 3%;
  width: 31%;
}

.movineg_check_box .check_list li:nth-child(3n) {
  margin-right: 0;
}

.moving_company_list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  margin-top: 20px;
}

.moving_company_list dl {
  width: 48%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 3%;
  background: #e7fff1;
}

.moving_company_list dl:last-child {
  margin-right: 0;
}

.moving_company_list dl dt {
  font-size: 1.6rem;
  background-image: repeating-linear-gradient(
    -45deg,
    #d2ffe6,
    #d2ffe6 7px,
    transparent 0,
    transparent 14px
  );
  background-color: #c7efd4;
  padding: 10px 15px;
  font-weight: bold;
  color: #000;
}

.moving_company_list dl dd {
  margin: 0;
  padding: 15px;
}

.moving_company_list dl dd p {
  line-height: 1.8;
}

.moving_company_list dl dd span {
  font-size: 1.4rem;
}

/** ================================
島根県内の公的機関における人材募集の情報等
================================ **/

.block.jobinfo_block,
.jobinfo_block .block {
  max-width: 984px;
  width: 80%;
  margin: 0 auto;
}
.block.jobinfo_block,
.jobinfo_block {
  margin-bottom: 70px;
}
.jobinfo_block:last-child {
  margin-bottom: 190px;
}

/** 見出し装飾 **/
.jobinfo_recruit_box .header_subtitle_slash {
  margin-bottom: 15px;
  width: 100%;
}
.jobinfo_recruit_box .header_subtitle_slash h3 {
  position: relative;
  display: inline-block;
  padding: 0 10em;
  margin: 0;
  width: 100%;
}
.jobinfo_recruit_box .header_subtitle_slash h3::before {
  content: "";
  background-image: url(/image/kurashimanet/cities/slash.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  width: 120px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
.jobinfo_recruit_box .header_subtitle_slash span::before {
  display: none;
}
.jobinfo_recruit_box .header_subtitle_slash h3::after {
  content: "";
  background-image: url(/image/kurashimanet/cities/slash.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  width: 120px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
}
.jobinfo_recruit_box .header_subtitle_slash span::after {
  display: none;
}
.jobinfo_recruit_box .header_subtitle_slash span {
  background: #fff;
  z-index: 2;
  display: block;
  padding: 0 10px;
}

.block .jobinfo_recruit_box p {
  width: 95%;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.jobinfo_recruit_box .link_btn {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.jobinfo_recruit_box .link_btn a {
  padding: 2% 10%;
}

.jobinfo_recruits {
  max-width: 985px;
  width: 100%;
  margin: 0 auto;
}

.jobinfo_recruits_box {
  margin-bottom: 40px;
}

.jobinfo_recruits_box h3 {
  font-size: 2rem;
  color: #12668e;
  font-weight: normal;
  line-height: 1.3;
  position: relative;
  margin: 0 0 20px;
  background: url(/image/kurashimanet/common/ttl_dot_line2.png) bottom left repeat-x;
  padding: 0 5px 15px;
}

.jobinfo_recruits_desc {
  display: flex;
  flex-wrap: wrap;
}

.jobinfo_recruits_text {
  font-size: 1.6rem;
  font-weight: normal;
  width: 67%;
  margin-right: 2%;
  line-height: 1.3;
}

.jobinfo_recruits_link {
  width: 31%;
}

.jobinfo_recruits_link a {
  display: block;
  background: #5cb3db;
  border: 1px solid #5cb3db;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 3px 0px 0px rgba(50, 53, 58, 0.15);
  max-width: 250px;
  width: 100%;
  position: relative;
}
.jobinfo_recruits_link a::after{
  content: "";
  background: url(/image/kurashimanet/cities/icon_self.png) 0 0 no-repeat;
  background-size: 20px 10px;
  height: 10px;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}

.jobinfo_recruits_link a:hover{
  background: #fff;
  color: #5cb3db;
}
.jobinfo_recruits_link a:hover::after{
  background: url(/image/kurashimanet/job/top/icon_arrow_blue.png) 0 0 no-repeat;
  background-size: 20px 10px;
}

.block .jobinfo_recruit_box p {
  font-size: 1.6rem;
  margin-bottom: 0;
  width: 95%;
}

.block .jobinfo_contents > p {
  font-size: 1.6rem;
  width: 100%;
}
.cities_link_box {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.cities_link_box p {
  font-size: 1.6rem;
  width: 100%;
}
.cities_link_list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.cities_link_list li {
  width: 8%;
  margin-right: 2%;
  margin-bottom: 30px;
  text-align: center;
}

.cities_link_list li img {
  max-width: 100%;
  height: 40px;
}

.cities_link_list li:nth-child(10n) {
  margin-right: 0;
}

.cities_link_list li a {
  color: #000;
  font-size: 1.4rem;
}

.list_city_name {
  margin-top: 10px;
  display: block;
}
.cities_link_block {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.block .cities_link_block p {
  width: 100%;
  font-size: 1.6rem;
}

/** ================================
仕事検索
================================ **/
/** グローバルメニュー **/
.page_job .navbar .menu li {
  width: 110px;
  border-right: none;
  display: block;
}

.page_job .menu li.nav_top a,
.page_job .cb-header.is-fixed .menu li.nav_top a {
  background: url(/image/kurashimanet/job/top/icon_top.png) center 0 no-repeat;
  background-size: 45px 36px;
  color: #56a1d2;
  padding-top: 37px;
}
.page_job .menu li.nav_history a,
.page_job .cb-header.is-fixed .menu li.nav_history a {
  background: url(/image/kurashimanet/job/top/icon_history.png) center 0 no-repeat;
  background-size: 35px 34px;
  color: #56a1d2;
}
.page_job .menu li.nav_like a,
.page_job .cb-header.is-fixed .menu li.nav_like a {
  background: url(/image/kurashimanet/job/top/icon_like.png) center 0 no-repeat;
  background-size: 37px 33px;
  color: #56a1d2;
}
.page_job .menu li.nav_faq a,
.page_job .cb-header.is-fixed .menu li.nav_faq a {
  background: url(/image/kurashimanet/job/top/icon_faq.png) center 0 no-repeat;
  background-size: 25px 36px;
  color: #56a1d2;
}
.page_job .menu li.nav_login a,
.page_job .cb-header.is-fixed .menu li.nav_login a {
  background: url(/image/kurashimanet/job/top/icon_login.png) center 0 no-repeat;
  background-size: 39px 30px;
  color: #56a1d2;
}
.page_job .menu li.nav_register a,
.page_job .cb-header.is-fixed .menu li.nav_register a {
  background: #56a1d2 url(/image/kurashimanet/job/top/icon_register.png) center 9px
    no-repeat;
  background-size: 36px;
  color: #fff;
}

.page_job .cb-header.is-fixed .header_logo {
  width: 28%;
}

.page_job .navbar .menu li a {
  line-height: 1.2;
}

.page_job .navbar .menu {
  align-items: flex-start;
}

.page_job .cb-header {
  padding: 10px 0;
  box-shadow: 0px 3px 0px 1px rgba(50, 53, 58, 0.15);
}

.page_job .head_01 {
  align-items: center;
  max-width: 1268px;
}

.page_job .navbar .menu li:not(:nth-child(1)):not(:nth-child(5)) a {
  padding-top: 42px;
  font-size: 1.7rem;
}

.page_job .navbar .menu li.nav_register a {
  padding: 52px 6% 20px;
  margin: -10px 0;
  font-size: 1.7rem;
}
.job_contents {
  display: flex;
  flex-wrap: wrap;
  max-width: 1268px;
  width: 80%;
  margin: 0 auto 190px;
}
.job_main {
  width: 77.4%;
  margin-right: 2%;
}

.job_contents img {
  max-width: 100%;
}
.job_cnt_box {
  margin-bottom: 20px;
}
.job_slide {
  margin-bottom: 20px;
}

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

.job_info_list li {
  font-size: 1.6rem;
  width: 49%;
  margin-bottom: 15px;
}

.job_info_list li:not(:nth-child(2n)) {
  margin-right: 1%;
}

.job_info_list li a {
  display: block;
  position: relative;
  padding-left: 1.8em;
}

.job_info_list li a::before {
  content: "";
  background: url(/image/kurashimanet/job/top/icon_point.png) 0 0 no-repeat;
  background-size: 15px;
  height: 15px;
  width: 15px;
  position: absolute;
  left: 0;
  top: 0;
}

.job_info_list li a:hover {
  text-decoration: underline;
}

.job_bnr_x2 {
  display: flex;
  flex-wrap: wrap;
}

.job_bnr_x2 figure {
  margin-left: 0;
  margin-right: 2%;
  width: 49%;
}

.job_bnr_x2 figure:last-child {
  margin-right: 0;
}

.job_simple_search {
  border: 10px solid #c3e5f5;
  padding: 30px 15px;
  margin-bottom: 30px;
}

.search_occupation {
  max-width: 840px;
  width: 100%;
  margin: 0 auto 25px;
  display: flex;
  flex-wrap: wrap;
}

.search_occupation .job_search_block {
  width: 65%;
  margin-right: 5%;
  display: flex;
  flex-wrap: wrap;
}

.occupation_link {
  width: 30%;
}

.search_occupation_box {
  width: 50%;
  margin-right: 3%;
}
.search_occupation_box:first-child {
  position: relative;
  margin-right: 10%;
  width: 37%;
}

.search_occupation_box:last-child {
  display: flex;
  flex-wrap: wrap;
}

.search_occupation_box:last-child select {
  width: 74%;
  margin-right: 4%;
}

.search_occupation_box:last-child button {
  width: 22%;
  background: #004097;
  border-radius: 5px;
  border: none;
  box-shadow: 3px 3px 0px 0px rgba(50, 53, 58, 0.15);
  cursor: pointer;
  transition: 0.5s all;
}
.search_occupation_box:last-child button:hover {
  opacity: 0.8;
}

.search_occupation_box:first-child::after {
  content: "×";
  font-size: 3.6rem;
  color: #56a1d2;
  position: absolute;
  right: -45px;
  top: 50%;
  margin-top: -19px;
}

.occupation_link .more_link {
  max-width: 250px;
  width: 100%;
  margin: 0;
}

.occupation_link .more_link a {
  display: block;
  background: #004097;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  padding: 18px;
  position: relative;
  border-radius: 5px;
  box-shadow: 3px 3px 0px 0px rgba(50, 53, 58, 0.15);
  border: 1px solid transparent;
  transition: 0.5s all;
}

.occupation_link .more_link a::after {
  content: "";
  background: url(/image/kurashimanet/cities/icon_self.png) 0 0 no-repeat;
  background-size: 20px 10px;
  height: 10px;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}

.occupation_link .more_link a:hover {
  box-shadow: none;
  border: 1px solid #004097;
  background: #fff;
  color: #004097;
  font-weight: bold;
}
.occupation_link .more_link a:hover::after {
  background: url(/image/kurashimanet/job/top/icon_arrow_blue2.png) 0 0 no-repeat;
  background-size: 20px 10px;
}

.search_total {
  text-align: center;
  margin-bottom: 45px;
}

.search_total p {
  font-size: 1.8rem;
  display: inline;
  background: linear-gradient(transparent 60%, #fff275 60%);
  padding: 0 5px;
  font-weight: bold;
  color: #12668e;
}

.search_total p span {
  font-size: 2.8rem;
  padding: 0 3px;
}

.search_total p span.big_text {
  font-size: 2.5rem;
}

.search_total p span.time_text {
  font-size: 1.4rem;
}

.search_x2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.search_x2 .job_search_box:first-child {
  width: 38%;
  margin-right: 2%;
}

.search_x2 .job_search_box:last-child {
  width: 60%;
}

.simple_search_box dl:not(:last-child) {
  margin-bottom: 33px;
}

.simple_search_box dt,
.ttl_relation {
  font-size: 2.4rem;
  color: #12668e;
  position: relative;
  padding-left: 56px;
  margin-bottom: 25px;
  font-weight: bold;
}
.ttl_relation {
  padding-left: 75px;
  margin-top: 0;
  margin-bottom: 45px;
}

.simple_search_box dt::before {
  content: "";
  height: 52px;
  width: 52px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -26px;
}
.search_keyword dt::before {
  background: url(/image/kurashimanet/job/top/icon_keyword_search.png) 0 0 no-repeat;
  background-size: 52px;
}
.search_company dt::before {
  background: url(/image/kurashimanet/job/top/icon_companysearch.png) 0 0 no-repeat;
  background-size: 52px;
}
.search_area dt::before {
  background: url(/image/kurashimanet/job/top/icon_accesssearch.png) 0 0 no-repeat;
  background-size: 52px;
}
.search_workstyle dt::before {
  background: url(/image/kurashimanet/job/top/icon_jobsearch.png) 0 0 no-repeat;
  background-size: 52px;
}
.search_recommend_keyword dt::before {
  background: url(/image/kurashimanet/job/top/icon_tagsearch.png) 0 0 no-repeat;
  background-size: 52px;
}
.ttl_relation::before {
  content: "";
  background: url(/image/kurashimanet/job/top/icon_relation.png) 0 0 no-repeat;
  background-size: 65px;
  height: 65px;
  width: 65px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -26px;
}

.simple_search_box dl dd {
  margin-left: 30px;
}

.simple_search_box dl dd p {
  margin-bottom: 10px;
}

.search_workstyle {
  margin-bottom: 40px;
}
.workstyle_type_list {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

.workstyle_type_list li {
  width: 23.5%;
  margin-bottom: 20px;
}

.workstyle_type_list li:not(:nth-child(4n)) {
  margin-right: 2%;
}
.workstyle_type_list li a {
  font-size: 1.7rem;
  display: block;
  position: relative;
  transition: 0.5s all;
}
.workstyle_type_list img {
  border: 1px solid #fff;
  box-shadow: 0px 5px 3px 0px rgba(215, 215, 215, 0.75);
  border-radius: 5px;
  opacity: 0.7;
}

.workstyle_caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff,
    0 0 8px #fff;
  font-weight: bold;
  line-height: 1.4;
}

.workstyle_type_list li a:hover img {
  opacity: 1;
  transition: 0.5s all;
}

.workstyle_type_list li a:hover .workstyle_caption {
  color: #fff;
  text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
  transition: 0.5s all;
}
.search_workstyle .more_btn {
  max-width: 135px;
  width: 100%;
  margin: 0 0 0 auto;
}
.search_workstyle .more_btn span {
  display: block;
  color: #5cb3db;
  border: 1px solid #5cb3db;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  font-size: 1.4rem;
  padding: 10px;
}
.search_workstyle .more_btn span::after {
  content: "";
  background: url(/image/kurashimanet/job/top/icon_arrow_blue.png) 0 0 no-repeat;
  background-size: 20px 10px;
  height: 10px;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.search_workstyle .more_btn.closed span::after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.is_hidden {
  display: none;
}

.search_workstyle .more_btn span:hover {
  color: #fff;
  background: #5cb3db;
}
.search_workstyle .more_btn span:hover::after {
  background: url(/image/kurashimanet/cities/icon_self.png) 0 0 no-repeat;
  background-size: 20px 10px;
}

.simple_search_box .search_workstyle dd {
  margin: 0;
}
.recommend_keyword_box a {
  display: inline-block;
  font-size: 1.6rem;
  background: #ecf8fe;
  padding: 5px 25px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #12668e;
  border-radius: 5px;
  color: #000;
}
.recommend_keyword_box a:hover {
  background: #12668e;
  color: #fff;
}

.simple_search_box .search_recommend_keyword dd {
  margin-left: 25px;
}
.simple_search_box .search_area dd {
  margin-left: 0;
}

.job_side {
  width: 20.6%;
  margin-top: 20px;
}
.job_side_box {
  margin-bottom: 20px;
}

.login_company {
  background: #fee453;
  text-align: center;
  border-radius: 5px;
  padding: 15px;
  color: #4a4a4a;
  box-shadow: 2px 2px #c6c7c9;
}

.login_company h2,
.login_job h2 {
  font-size: 1.6rem;
  font-weight: normal;
  position: relative;
  margin-bottom: 10px;
  margin-top: 0;
}

.login_company h2::before {
  content: "";
  background: url(/image/kurashimanet/job/top/icon_company.png) 0 0 no-repeat;
  background-size: 21px 24px;
  height: 24px;
  width: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -5px;
}

.login_company p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 10px;
  margin-top: 0;
}

.login_company .login_btn,
.login_job .login_btn {
  max-width: 185px;
  width: 100%;
  margin: 0 auto 10px;
}

.login_company .login_btn:last-child,
.login_job .login_btn:last-child {
  margin-bottom: 0;
}

.login_company .login_btn a,
.login_job .login_btn a {
  background: #fff;
  display: block;
  padding: 10px;
  font-size: 1.4rem;
  color: #4a4a4a;
  position: relative;
  border-radius: 5px;
  box-shadow: 2px 2px #e0ca4f;
}
.login_job .login_btn a {
  box-shadow: 2px 2px #de5674;
}

.login_company .login_btn a::after,
.login_job .login_btn a::after {
  content: "";
  background: url(/image/kurashimanet/job/top/icon_arrow_black.png) 0 0 no-repeat;
  background-size: 20px 10px;
  height: 10px;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}

.login_company .login_btn a:hover {
  background: #e0ca4f;
  color: #fff;
  box-shadow: 2px 2px #fff;
  text-decoration: none;
}
.login_job .register_btn a:hover {
  background: #fff;
  color: #fc5c7e;
  text-decoration: none;
}
.login_company .register_btn a:hover{
  background: #fff;
  text-decoration: none;
  color: #e0ca4f;
  border: 1px solid #fff;
}

.login_job .login_btn a:hover {
  background: #de5674;
  color: #fff;
  box-shadow: 2px 2px #fff;
  text-decoration: none;
}

.login_company .login_btn a:hover::after,
.login_job .login_btn a:hover::after {
  background: url(/image/kurashimanet/cities/icon_self.png) 0 0 no-repeat;
  background-size: 20px 10px;
}
.job_side_box a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.login_job {
  background: #fc5c7e;
  text-align: center;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 2px 2px #c6c7c9;
  color: #fff;
}

.login_job h2::before {
  content: "";
  background: url(/image/kurashimanet/job/top/icon_job.png) 0 0 no-repeat;
  background-size: 21px 24px;
  height: 24px;
  width: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -8px;
}
.login_company .register_btn,
.login_job .register_btn {
  max-width: 185px;
  width: 100%;
  margin: 15px auto 10px;
}

.login_company .register_btn a,
.login_job .register_btn a {
  display: block;
  padding: 10px;
  font-size: 1.4rem;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
}

.login_company .register_btn a{
  border: 1px solid #4a4a4a;
  color: #4a4a4a;
  font-size: 1.3rem;
}

.recommend_recruit,
.history_recruit {
  padding: 25px 20px;
}

.recommend_recruit {
  background: #afd4ed;
}

.history_recruit {
  background: #a5dce4;
}

.recommend_recruit > h2,
.history_recruit > h2 {
  color: #343431;
  font-size: 1.6rem;
  border-bottom: 1px solid #fff;
  padding: 6px;
  margin: 0 0 15px 20px;
  position: relative;
  display: inline-block;
}

.recommend_recruit > h2::before {
  content: "";
  background: url(/image/kurashimanet/job/top/icon_recommend.png) 0 0 no-repeat;
  background-size: 20px 19px;
  height: 19px;
  width: 20px;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -9px;
}
.history_recruit > h2::before {
  content: "";
  background: url(/image/kurashimanet/job/search/icon_history_white.png) 0 0 no-repeat;
  background-size: 18px;
  height: 18px;
  width: 18px;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -9px;
}
.side_recruit_box {
  position: relative;
}

.side_recruit_box:not(:last-child) {
  margin-bottom: 20px;
}

.side_recruit_box a {
  background: #fff;
  display: block;
  padding: 20px;
  color: #343431;
}
.side_recruit_box figure {
  margin-bottom: 9px;
}

.side_recruit_box img {
  border: 1px solid #e4e5dc;
  max-width: 100%;
}

.side_recruit_text p {
  line-height: 1.6;
  font-size: 1.3rem;
  margin: 0;
}

.side_recruit_text p.company_name {
  font-size: 1.2rem;
  margin-top: 8px;
  padding-right: 25px;
}
.job_side_box > .link_btn {
  max-width: 170px;
  width: 100%;
  margin: 15px auto 0;
}
.job_side_box > .link_btn a {
  display: block;
  background: #fff;
  color: #343431;
  font-size: 1.5rem;
  box-shadow: 2px 2px #c9d4dd;
  padding: 10px 23px;
  min-width: auto;
  width: 100%;
}
.job_side_box > .link_btn a:hover {
  background: #5cb3db;
  color: #fff;
  text-decoration: none;
}
.btn_like {
  margin: 0;
  background: #fee453 url(/image/kurashimanet/job/top/icon_like_off.png) center no-repeat;
  background-size: 22px;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.btn_like.on {
  background: #fee453 url(/image/kurashimanet/job/top/icon_like_on.png) center no-repeat;
  background-size: 22px;
}

.job_side_box > .link_btn a::after {
  content: "＞";
  background: none;
  font-size: 1.3rem;
  width: auto;
  height: auto;
  right: 7px;
  top: 50%;
  margin-top: -9px;
}

/** 検索フォームパーツ装飾 **/
.form_parts_select {
  background: #fff url(/image/kurashimanet/common/icon_select_bg.png) right 10px center
    no-repeat;
  width: 100%;
  font-size: 1.8rem;
  padding: 14px 30px 14px 10px;
  border-radius: 5px;
  border: 1px solid #56a1d2;
  height: 100%;
  -webkit-appearance: none;
  appearance: none; /* デフォルトのスタイルを無効 */
  outline: none;
}
.form_parts_select::-ms-expand {
  display: none; /* デフォルトのスタイルを無効(IE用) */
}
.btn_submit input[type="submit"],
.btn_submit button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
.btn_submit {
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
}

.btn_submit input[type="submit"]::-webkit-search-decoration,
.btn_submit button::-webkit-search-decoration {
  display: none;
}
.btn_submit input[type="submit"]::focus,
.btn_submit button::focus {
  outline-offset: -2px;
}
.btn_submit input[type="submit"],
.btn_submit button {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  background: #5cb3db;
  text-align: center;
  color: #fff;
  padding: 16px;
  position: relative;
  border-radius: 5px;
  box-shadow: 3px 3px 0px 0px rgba(50, 53, 58, 0.15);
  border: 1px solid transparent;
  transition: 0.5s all;
}
.btn_submit input[type="submit"]:hover,
.btn_submit button:hover {
  box-shadow: none;
  border: 1px solid #5cb3db;
  background: #fff;
  color: #5cb3db;
  font-weight: bold;
}

.job_search_box .btn_submit input[type="submit"],
.job_search_box .btn_submit button {
  background: #004097;
}
.job_search_box .btn_submit input[type="submit"]:hover,
.job_search_box .btn_submit button:hover {
  border: 1px solid #004097;
  color: #004097;
  background: #fff;
}

.btn_submit button::after {
  content: "";
  background: url(/image/kurashimanet/cities/icon_self.png) 0 0 no-repeat;
  background-size: 20px 10px;
  height: 10px;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}
.btn_submit button:hover::after {
  background: url(/image/kurashimanet/job/top/icon_arrow_blue2.png) 0 0 no-repeat;
  background-size: 20px 10px;
}

.page_job input[type="text"] {
  font-size: 1.8rem;
  padding: 13px;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #56a1d2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.job_bnr_list figure:not(:last-child) {
  margin-bottom: 30px;
}
.job_relation {
  margin-top: 50px;
}

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

.job_relation_list li {
  width: 32.6%;
  margin-bottom: 10px;
}

.job_relation_list li:not(:nth-child(3n)) {
  margin-right: 1%;
}

.job_relation_list li a:hover {
  opacity: 0.8;
}

/** ================================
支援制度一覧
================================ **/
.mainvisual.shimane_support_wrap {
  background-image: url(/image/kurashimanet/support/support_title_bg.jpg);
  height: auto;
  position: relative;
  margin-bottom: 13px;
}
.shimane_support_wrap .pagetitle {
  background-image: url(/image/kurashimanet/support/support_title_txt.png);
  height: 335px;
}

.block.support_block,
.support_block .block {
  max-width: 984px;
  width: 80%;
  margin: 0 auto;
}
.block.support_block,
.support_block {
  margin-bottom: 70px;
}
.support_block:last-child {
  margin-bottom: 190px;
}

.shimane_support_wrap .pagelink li {
  width: 18%;
  margin-bottom: 20px;
}

.shimane_support_wrap .pagelink li:nth-child(6) a,
.shimane_support_wrap .pagelink li:nth-child(7) a {
  padding: 0;
}
.shien_flex {
  display: flex;
  flex-wrap: wrap;
}

.shien_flex figure {
  width: 34%;
  margin-right: 3%;
}

.shien_flex .shien_desc_text {
  width: 63%;
  position: relative;
  padding-bottom: 10%;
}

.block .shien_desc_text p {
  width: 100%;
  font-size: 1.6rem;
}

.shien_desc_text dl {
  margin-top: 30px;
  font-size: 1.6rem;
}

.shien_desc_text dl dd {
  margin-left: 0;
}

.shien_desc_text dl dt {
  margin-bottom: 5px;
}

.shien_desc_text .link_btn {
  position: absolute;
  max-width: 340px;
  width: 100%;
  right: 0;
  text-align: right !important;
  bottom: 0;
}
.block .shien_single_desc_text p {
  font-size: 1.6rem;
  width: 100%;
}

.shien_desc_block figure {
  margin-bottom: 10px;
}
.shien_desc_block figure img {
  max-width: 100%;
}

.shien_single_desc_text dl {
  font-size: 1.6rem;
}

.shien_single_desc_text dl dd {
  margin-left: 0;
}

.shien_single_desc_text dl dt {
  margin-bottom: 5px;
}

.shien_single_desc_text .link_btn {
  text-align: right !important;
  max-width: 340px;
  margin: 20px 0 0 auto;
}

.shien_desc_text .link_btn a,
.shien_single_desc_text .link_btn a {
  display: block;
  min-width: auto;
  padding: 20px;
  border: 1px solid #56a1d2;
  transition: all 0.5s;
}

.merit3_contents .link_btn a {
  border: 1px solid #56a1d2;
  transition: all 0.5s;
}

.shien_desc_text .link_btn a:hover,
.shien_single_desc_text .link_btn a:hover,
.merit3_contents .link_btn a:hover {
  background: #fff;
  color: #56a1d2;
}

.merit3_contents .link_btn a:hover::after,
.shien_desc_text .link_btn a:hover::after,
.shien_single_desc_text .link_btn a:hover::after {
  background-image: url(/image/kurashimanet/top/more_btn_icon_blue.png);
}

.block .text-center p {
  text-align: center;
}

.shien_single_desc_text .shimane_map {
  margin-top: 25px;
}

.shimane_map_img{
  background: #fff;
  padding: 30px;
  display: block;
}
.support_shimane_map{
  padding-left: 10%;
}

/** ================================
住まい
================================ **/
.mainvisual.house_wrap {
  background-image: url(/image/kurashimanet/home/home_title_bg.jpg);
  height: auto;
  position: relative;
  margin-bottom: 13px;
}
.house_wrap .pagetitle {
  background-image: url(/image/kurashimanet/home/home_title_txt.png);
  background-size: 15%;
}
.shimane_house_wrap .pagelink li {
  width: 18.8%;
}
.block.house_block,
.house_block .block {
  max-width: 1085px;
  width: 80%;
  margin: 0 auto;
}
.block.house_block,
.house_block {
  margin-bottom: 70px;
}
.house_block:last-child {
  margin-bottom: 190px;
}
.unoccupied_house_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.unoccupied_house_box {
  width: 22.7%;
  margin-right: 3%;
}

.unoccupied_house_box:last-child {
  margin-right: 0;
}
.unoccupied_house_box img {
  max-width: 100%;
  box-shadow: 0px 2px 0px 2px rgba(50, 53, 58, 0.15);
  border: 4px solid #fff;
}

.unoccupied_house_box figcaption {
  margin-top: 15px;
  text-align: center;
  font-size: 1.6rem;
}
.unoccupied_house_box a {
  color: #343431;
  display: block;
}

.house_area_block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 65px;
}

.house_area_desc {
  width: 48%;
  margin-right: 2%;
}

.house_area_map {
  width: 50%;
}

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

.house_area_desc dl:not(:last-child) {
  margin-bottom: 40px;
}

.house_area_desc dt {
  font-size: 2.5rem;
  position: relative;
  padding: 8px 15px 18px;
  margin-bottom: 10px;
}

.house_area_desc dt::after,
.vacant_house_area dt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 13px;
  width: 254px;
}

.house_area_desc .area_toubu dt::after,
.vacant_house_area .area_toubu dt::after {
  background: url(/image/kurashimanet/home/bg_ttl_toubu.png) 0 0 no-repeat;
  background-size: 254px 13px;
}
.house_area_desc .area_seibu dt::after,
.vacant_house_area .area_seibu dt::after {
  background: url(/image/kurashimanet/home/bg_ttl_seibu.png) 0 0 no-repeat;
  background-size: 254px 13px;
}
.house_area_desc .area_oki dt::after,
.vacant_house_area .area_oki dt::after {
  background: url(/image/kurashimanet/home/bg_ttl_oki.png) 0 0 no-repeat;
  background-size: 254px 13px;
}

.house_area_desc dd {
  margin-left: 15px;
}

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

.house_area_desc ul li {
  margin-right: 3%;
  margin-bottom: 20px;
  width: 31%;
}
.house_area_desc ul li:nth-child(3n) {
  margin-right: 0;
}

.house_area_desc ul li a {
  color: #313131;
  font-size: 2rem;
  display: block;
  position: relative;
  padding-left: 30px;
  transition: all 0.5s;
}
.house_area_desc ul li a:before {
  content: "";
  background: url(/image/kurashimanet/home/bnt_self.png) 0 0 no-repeat;
  background-size: 25px 28px;
  height: 28px;
  width: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
}
.house_area_desc .area_toubu dd a:hover {
  font-weight: bold;
  color: #d54700;
}
.house_area_desc .area_seibu dd a:hover {
  font-weight: bold;
  color: #00531e;
}
.house_area_desc .area_oki dd a:hover {
  font-weight: bold;
  color: #031a77;
}
.house_relation_link {
  display: flex;
  flex-wrap: wrap;
  max-width: 985px;
  width: 100%;
  margin: 0 auto;
}

.relation_link_box {
  width: 44%;
  margin-right: 12%;
  text-align: center;
}

.relation_link_box:last-child {
  margin-right: 0;
}
.house_soudan_link_box {
  margin-bottom: 45px;
}

.house_soudan_link_box ul {
  margin: 0 0 0 50px;
  padding: 0;
}

.house_soudan_link_box li a {
  font-size: 1.8rem;
  color: #313131;
  position: relative;
  display: block;
  padding-left: 45px;
}
.house_soudan_link_box li a::before {
  content: "";
  background: url(/image/kurashimanet/home/bnt_self.png) 0 0 no-repeat;
  background-size: 40px 43px;
  height: 43px;
  width: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -21px;
}
.house_soudan_link_box li a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.soudan_link_x2 {
  display: flex;
  flex-wrap: wrap;
}

.soudan_link_x2 li {
  margin-right: 5%;
}

.house_soudan_wrap .block::before {
  content: "";
  background: url(/image/kurashimanet/home/icon_left.png) 0 0 no-repeat;
  background-size: 276px 66px;
  height: 66px;
  width: 276px;
  position: absolute;
  left: 0;
  top: 30px;
}
.house_soudan_wrap .block::after {
  content: "";
  background: url(/image/kurashimanet/home/icon_right.png) 0 0 no-repeat;
  background-size: 230px 131px;
  height: 131px;
  width: 230px;
  position: absolute;
  right: 0;
  top: -5px;
}

.house_syste_link figure {
  text-align: center;
}

.house_taiken_wrap .block p {
  font-size: 1.6rem;
  width: 100%;
  margin-bottom: 15px;
}

.house_taiken_wrap .house_content {
  max-width: 985px;
  width: 100%;
  margin: 0 auto;
}
.house_syste_link figure img,
.house_taiken_link img {
  max-width: 100%;
}
.house_bnrlink {
  max-width: 985px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.house_bnr_box {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 30px;
}

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

.house_bnr_box:nth-child(2n) {
  margin-right: 0;
}

/*---------------------------------------
仕事詳細検索&企業検索
-----------------------------------------*/
.page_jobsearch {
  background: url(/image/kurashimanet/cities/iju_bg_center.png);
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 190px;
}
.jobsearch_wrap {
  max-width: 1220px;
  margin: 0 auto;
  width: 90%;
  font-size: 1.8rem;
}
.jobsearch_block {
  margin-bottom: 30px;
}
.page_jobsearch::after {
  content: "";
  background: url("/image/kurashimanet/common/blklb_btm.png");
  background-position: left bottom;
  background-repeat: repeat-x;
  position: absolute;
  width: 100%;
  height: 25px;
  left: 0;
  bottom: -25px;
}

/** 求人検索 **/
.jobsearch_box {
  background: #5cb3db;
}

.jobsearch_box input[type="radio"],
.jobsearch_box input[type="checkbox"],
.job_lists input[type="radio"],
.job_lists input[type="checkbox"] {
  display: none;
}

.jobsearch_box > dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0;
  margin-top: 0;
}
.jobsearch_box > dl:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.jobsearch_box > dl > dt {
  width: 17%;
  text-align: center;
  background: #5cb3db;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-left: 1.5%;
  padding: 10px;
}

.jobsearch_box > dl > dd {
  width: 81.5%;
  margin-bottom: 0;
  margin-left: 0;
  background: #fff;
  padding: 20px 30px;
}

.template_tag_list > * {
  display: inline-block;
  border-radius: 5px;
  position: relative;
  border: solid 2px #333;
  vertical-align: top;
  white-space: nowrap;
  line-height: 1;
  padding: 4px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 1.5rem;
}
.template_tag_list > * > * {
  vertical-align: top;
}
.jsc_tag_close {
  width: 1em;
  height: 1em;
  overflow: hidden;
  display: inline-block;
  text-indent: -9999px;
  white-space: nowrap;
  position: relative;
  margin-left: 5px;
}

.jsc_tag_close:before,
.jsc_tag_close:after {
  content: "";
  display: block;
  width: 2px;
  height: 70%;
  background-color: #333;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.jsc_tag_close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.jsc_tag_close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.jobsearch_type {
  margin-bottom: 0;
  position: relative;
  padding-left: 12px;
  cursor: pointer;
  display: inline-block;
  margin-top: 5px;
}
.jobsearch_type::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left: 6px solid #56a1d2;
}
.jobsearch_type:hover {
  text-decoration: underline;
  color: #56a1d2;
}
.search_check_list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.search_check_list li {
  margin-bottom: 15px;
  margin-right: 1%;
}
.search_check_list li:last-child {
  margin-bottom: 0;
}
.search_check_list.list_x1 li {
  width: 100%;
  margin-right: 0;
}
.search_check_list.list_x3 li {
  width: 32%;
}
.search_check_list.list_x3 li:nth-child(3n) {
  margin-right: 0;
}
.search_check_list.list_x4 li {
  width: 24%;
}
.search_check_list.list_x4 li:nth-child(4n) {
  margin-right: 0;
}
.search_check_list.list_x5 li {
  width: 19%;
}
.search_check_list.list_x5 li:nth-child(5n) {
  margin-right: 0;
}

.search_check_list.list_x6 li {
  width: 19%;
}

.list_small {
  font-size: 12px;
}

.search_check_list label {
  margin-bottom: 0;
}

.parts_checkbox + span {
  position: relative;
  padding-left: 30px;
  display: block;
}
.parts_checkbox + span::before,
.parts_checkbox + span::after {
  content: " ";
}
.parts_checkbox + span::before {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #56a1d2;
  border-radius: 4px;
}
.parts_checkbox:checked + span::before {
  background: #56a1d2;
}
.parts_checkbox:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 8px;
  transform: rotate(40deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
.search_open_btn {
  font-size: 16px;
  max-width: 220px;
  width: 100%;
  margin: 15px auto;
  background: #fff;
  border: 1px solid #e4e5dc;
  border-radius: 5px;
  text-align: center;
  padding: 10px 10px 10px 45px;
  position: relative;
  cursor: pointer;
}

.search_open_btn::before {
  content: "";
  background: url(/image/kurashimanet/job/search/icon_toggl_off.png) 0 0 no-repeat;
  background-size: 20px;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -10px;
}

.search_open_btn.open::before {
  background: url(/image/kurashimanet/job/search/icon_toggl_on.png) 0 0 no-repeat;
  background-size: 20px;
}

.search_open_btn + .jobsearch_box {
  display: none;
}

.parts_select {
  border: 1px solid #e4e5dc;
  border-radius: 5px;
  padding: 10px;
  width: 65%;
  background: url(/image/kurashimanet/job/search/icon_select.png) right 15px center
    no-repeat;
  background-size: 11px 8px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.jobsearch_inputtext {
  border: 1px solid #e4e5dc;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}
.submit_btn {
  max-width: 360px;
  width: 100%;
  margin: 20px auto 0;
}

.submit_btn input[type="submit"] {
  font-size: 18px;
  display: block;
  background: #f8d305;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.ttl_jobsearch,
.ttl_companysearch,
.ttl_job_h2 {
  font-size: 2.4rem;
  color: #12668e;
  position: relative;
  padding-left: 60px;
  margin-top: 0;
  margin-bottom: 30px;
}

.ttl_jobsearch::before {
  content: "";
  background: url(/image/kurashimanet/job/search/icon_jobsearch.png) 0 0 no-repeat;
  background-size: 52px;
  height: 52px;
  width: 52px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -26px;
}
.ttl_companysearch::before {
  content: "";
  background: url(/image/kurashimanet/job/top/icon_companysearch.png) 0 0 no-repeat;
  background-size: 52px;
  height: 52px;
  width: 52px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -26px;
}

.jobsearch_box > dl:not(:last-child) > dt,
.jobsearch_box > dl:not(:last-child) > dd {
  border-bottom: 1px solid #edeee8;
}

.jobsearch_box > dl.feature_list > dt {
  width: 7%;
}

.jobsearch_box > dl.feature_list > dd {
  width: 91.5%;
  padding: 0;
}

.feature_list dd > dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.feature_list dd > dl:not(:last-child) > dt,
.feature_list dd > dl:not(:last-child) > dd {
  border-bottom: 1px solid #edeee8;
}
.feature_list dd > dl > dt {
  border-left: 1px solid #edeee8;
  text-align: center;
  background: #5cb3db;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 10.9%;
}

.feature_list dd > dl > dd {
  margin-left: 0;
  width: 88%;
  padding: 15px 30px;
}

.jobsearch_box > dl.search_target dt {
  flex-wrap: wrap;
  line-height: 1.4;
}
.jobsearch_box > dl.search_target dt span {
  width: 100%;
  display: block;
  font-size: 1.4rem;
  margin-top: 0;
}
.jobsearch_block .submit_btn {
  margin-top: 30px;
}
.form_item_desc {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 5px 0 0 30px;
}
/** 求人情報一覧 **/
.job_list_block {
  display: flex;
  flex-wrap: wrap;
}
.job_list_main {
  width: 74%;
  margin-right: 4%;
}

.list_totall {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.6rem;
}

.totall_num {
  font-size: 3rem;
}

.job_lists {
  margin-bottom: 20px;
}

.job_item_box {
  background: #fff;
  position: relative;
}

.job_item_header {
  margin-bottom: 0;
  background: #5cb3db;
}

.tag_new {
  margin-bottom: 10px;
  font-size: 14px;
  background: #eb6100;
  color: #fff;
  max-width: 50px;
  width: 100%;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 0;
}

.job_item_header h3 {
  font-size: 2.2rem;
  color: #fff;
  padding: 14px 10px;
  display: block;
  line-height: 1.3;
  margin: 0;
  font-weight: 500;
}

.item_new h3 {
  position: relative;
  padding-left: 85px;
}

.item_new h3::before {
  content: "NEW";
  background: #fee453;
  color: #343431;
  font-size: 1.5rem;
  padding: 7px 10px;
  display: block;
  border-radius: 5px;
  position: absolute;
  left: 10px;
  top: 11px;
}

.sav_ttl {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: bold;
  margin-right: 3%;
}

.job_category {
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.job_category li {
  position: relative;
  padding: 4px 5px;
  border: 1px solid #343431;
  border-radius: 3px;
  line-height: 1;
  font-size: 1.2rem;
  color: #343431;
  text-align: center;
  margin-bottom: 5px;
  margin-right: 5px;
}

.job_description_x2 {
  display: flex;
  flex-wrap: wrap;
}

.job_description_x2 figure {
  margin-bottom: 0;
  margin-right: 2%;
  width: 33%;
}

.job_description_x2 figure img {
  max-width: 100%;
}

.job_description figcaption {
  font-size: 1.3rem;
  margin-top: 5px;
}

.job_description_x2 .job_description_content {
  width: 65%;
}

.job_detail_box {
  margin-bottom: 20px;
  word-break: break-all;
}

.job_detail_box table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}

.job_detail_box th,
.job_detail_box td {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px;
  font-size: 1.6rem;
}

.job_detail_box th {
  width: 22%;
  text-align: center;
  vertical-align: top;
  line-height: 1.8;
}

.job_detail_box td {
  width: 78%;
  line-height: 1.8;
}

.job_detail_box table tr:last-child th,
.job_detail_box table tr:last-child td {
  border-bottom: none;
}

.job_more {
  max-width: 228px;
  width: 100%;
  margin: 0 auto;
}

.job_more a {
  background: #f6fcff;
  border: 1px solid #5cb3db;
  color: #5cb3db;
  display: block;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  font-size: 1.5rem;
  transition: all 0.5s;
}

.job_more a:hover {
  opacity: 1;
  text-decoration: none;
  background: #5cb3db;
  color: #f6fcff;
}

.job_after_entry {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
}

.job_after_entry label {
  margin-bottom: 0;
}

.job_item_box:not(:last-child) {
  margin-bottom: 25px;
}

.jobsearch_block .submit_btn {
  margin-top: 30px;
}

.jobsearch_block .submit_btn input[type="submit"] {
  background: #004097;
  border: 1px solid #004097;
  color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 20px;
  cursor: pointer;
  transition: all 0.5s;
}

.jobsearch_block .submit_btn input[type="submit"]:hover {
  background: #fff;
  color: #004097;
}

.job_item_content {
  padding: 20px;
  border: 2px solid #5cb3db;
  position: relative;
}

.job_item_content p {
  margin-top: 0;
}

.job_description_ttl {
  font-size: 1.6rem;
  background: #d6eef2;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.job_description_text {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.job_item_sav_header {
  margin-bottom: 20px;
}

.job_description_content {
  line-height: 1.8;
}

.job_item_content .btn_like {
  bottom: auto;
  top: 0;
}
/** サイドバー **/
.job_search_side {
  margin-top: 0;
  width: 22%;
}

/** 企業検索 **/
.company_search_desc {
  margin: 0;
}
.company_search_desc dt {
  font-size: 1.7rem;
  font-weight: bold;
}
.company_search_desc dd {
  margin: 0;
}
.job_item_content .job_more_note {
  text-align: center;
  font-size: 1.5rem;
  color: #fc5c7e;
  margin-top: 10px;
  font-weight: 500;
}

/*---------------------------------------
イベント一覧 & 詳細
-----------------------------------------*/
.mainvisual.event_wrap {
  background-image: url(/image/kurashimanet/event/event_title_bg.jpg);
}
.event_wrap .pagetitle {
  background-image: url(/image/kurashimanet/event/event_title_txt.png);
  background-size: 15%;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 0 0 15px black;
}

/** イベント一覧 **/
.event_contents_area {
  max-width: 1275px;
  margin: 0 auto 170px;
  width: 80%;
}

.event_contents_block .tab_group {
  max-width: 985px;
  width: 100%;
  margin: 0 auto;
}

.event_contents_block .tab_content_group {
  border: none;
}
.event_contents_block .tab_contents.is-show {
  background: transparent;
  display: block;
  justify-content: unset;
  flex-wrap: unset;
  padding: 0;
}
.event_contents_block .tab_box {
  border: 2px solid #558da8;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 34px 39px 37px;
}

.event_list_box {
  width: 22.7%;
  margin-right: 3%;
  border: 1px solid #558da8;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.35);
  margin-bottom: 40px;
}

.event_list_box img {
  max-width: 100%;
  transition: all 0.5s;
}

.event_lists.is-show {
  justify-content: normal;
}

.event_list_box:nth-child(4n) {
  margin-right: 0;
}

.event_list_box figure {
  margin-bottom: 10px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.event_list_content {
  padding: 5px;
}

.event_list_content > h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 3px 5px;
  border-bottom: 1px solid #558da8;
  margin: 0 0 10px;
  display: flex;
  align-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
}

.event_list_box a {
  color: #313131;
  display: block;
  height: 100%;
}

.event_list_desc dl {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.event_list_desc dl dt {
  font-size: 1.4rem;
  background: #558da8;
  color: #fff;
  width: 20%;
  text-align: center;
  padding: 5px;
  margin-right: 4%;
}

.event_list_desc dl dd {
  margin: 0;
  font-size: 1.6rem;
  width: 76%;
  line-height: 1.5;
  color: #5cb3db;
}

.event_list_owner {
  color: #32353a;
  font-size: 1.4rem;
  line-height: 1.5;
}
.bnr_event_schedule {
  margin-top: 20px;
  text-align: center;
}
.bnr_event_schedule img {
  max-width: 100%;
}
.tag_recommend {
  position: relative;
}

.tag_recommend::before {
  content: "おすすめ";
  background: #d87795;
  color: #fff;
  font-size: 1.4rem;
  padding: 6px 8px;
  position: absolute;
  left: -10px;
  top: -10px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.35);
  z-index: 3;
}

.event_list_box a:hover figure::before {
  content: "view more";
  background: rgba(3, 3, 3, 0.7);
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  z-index: 2;
  transition: all 0.5s;
}

.event_list_box a:hover figure img {
  transform: scale(1.2);
  transition: all 0.5s;
}

.event_list_box a:hover {
  background: #fff3e2;
}

.event_contents_block .pager_wrap {
  margin-top: 30px;
}

/** イベント詳細 **/

.single_event {
  background: url(/image/kurashimanet/common/head_bg_blue.jpg) 0 0 repeat;
  padding-bottom: 10px;
}
.single_event img {
  max-width: 100%;
}

.single_event_ttl {
  max-width: 985px;
  width: 100%;
  margin: 0 auto;
  color: #12668e;
  font-size: 3rem;
  line-height: 1.5;
  border-left: 10px solid #12668e;
  margin-bottom: 30px;
  padding: 0 0 0 15px;
  letter-spacing: 2px;
}

.single_event_contents {
  border: 2px solid #558da8;
  background: #fff;
  padding: 30px;
  max-width: 985px;
  width: 100%;
  margin: 0 auto;
}

.single_event_header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.single_event_header figure {
  width: 55%;
  margin: 0 3.5% 0 0;
}

.event_info_box {
  width: 41%;
}

.single_event_header figure img {
  border: 1px solid #7e7e7e;
}

.event_info_box dl {
  margin-top: 0;
  margin-bottom: 30px;
}

.event_info_box dl dt {
  background: #558da8;
  color: #fff;
  font-size: 1.6rem;
  display: inline-block;
  padding: 3px 25px;
  margin-bottom: 7px;
}

.event_info_box dl dd {
  line-height: 1.5;
  font-size: 1.6rem;
  margin-left: 10px;
}

.event_info_box dl dd p {
  margin-top: 0;
  margin-bottom: 10px;
}

.event_info_box dl dd .more_btn {
  max-width: 200px;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.event_info_box dl dd .more_btn a {
  font-size: 1.4rem;
  display: block;
  padding: 8px;
  letter-spacing: 1px;
  max-width: none;
  width: 100%;
  border: 1px solid #558da8;
  color: #558da8;
  font-weight: 500;
}

.event_info_box dl dd .more_btn a::after {
  display: none;
}
.event_info_box dl dd .more_btn a:hover {
  background: #558da8;
  color: #fff;
}

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

.event_info_box dl dd p:last-child {
  margin-bottom: 0;
}

.event_point {
  background: #e2f4f7;
  font-size: 1.8rem;
  padding: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.event_desc_box {
  font-size: 1.6rem;
  line-height: 1.5;
}

.event_desc_box p {
  margin-bottom: 1.8em;
  margin-top: 0;
  word-break: break-all;
}

.event_action_btn {
  display: flex;
  flex-wrap: wrap;
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
}

.event_action_btn .more_btn {
  width: 47%;
  margin-right: 6%;
}

.event_action_btn .attend_btn {
  width: 47%;
}

.event_action_btn a {
  width: 100%;
  display: block;
  padding: 20px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  max-width: none;
  position: relative;
}
.event_action_btn a::after {
  content: "";
  background: url(/image/kurashimanet/cities/icon_self.png) 0 0 no-repeat;
  background-size: 25px 13px;
  height: 13px;
  width: 25px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.event_action_btn .more_btn a {
  background: #5cb3db;
  border: 1px solid #5cb3db;
}
.event_action_btn .more_btn a:hover {
  background: #fff;
  color: #5cb3db;
}
.event_action_btn .more_btn a:hover::after {
  background: url(/image/kurashimanet/event/detail/icon_arrow_blue.png) 0 0 no-repeat;
  background-size: 25px 13px;
}
.event_action_btn .attend_btn a {
  background: #d87795;
  border: 1px solid #d87795;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(3, 3, 3, 0.35);
}
.event_action_btn .attend_btn a:hover {
  background: #fff;
  color: #d87795;
}
.event_action_btn .attend_btn a:hover::after {
  background: url(/image/kurashimanet/event/detail/icon_arrow_pink.png) 0 0 no-repeat;
  background-size: 25px 13px;
}

.back_more_btn {
  max-width: 400px;
  width: 100%;
  margin: 50px auto 0;
}

.back_more_btn a {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  background: #5cb3db;
  border: 1px solid #5cb3db;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(3, 3, 3, 0.35);
  color: #fff;
  padding: 20px;
  position: relative;
}

.back_more_btn a::after {
  content: "";
  background: url(/image/kurashimanet/cities/icon_self.png) 0 0 no-repeat;
  background-size: 25px 13px;
  height: 13px;
  width: 25px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.back_more_btn a:hover {
  background: #fff;
  color: #5cb3db;
}
.back_more_btn a:hover::after {
  background: url(/image/kurashimanet/event/detail/icon_arrow_blue.png) 0 0 no-repeat;
  background-size: 25px 13px;
}

/*---------------------------------------
お試し暮らし体験
-----------------------------------------*/
.block.trial_block,
.trial_block .block {
  max-width: 1085px;
  width: 80%;
  margin: 0 auto;
}
.block.trial_block,
.trial_block {
  margin-bottom: 70px;
}
.trial_block:last-child {
  margin-bottom: 190px;
}
.trial_area_block {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}

.trial_area_desc {
  width: 43%;
  margin-right: 2%;
}

.trial_area_map {
  width: 55%;
}

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

.tral_area_ttl {
  font-size: 2rem;
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 0;
  color: #12668e;
  border-bottom: double 5px #b9e2ea;
}

.tral_area_list {
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 390px;
  width: 100%;
}

.tral_area_list li {
  margin-right: 4%;
  margin-bottom: 15px;
  width: 48%;
}
.tral_area_list li a {
  color: #313131;
  font-size: 1.8rem;
  display: block;
  position: relative;
  padding-left: 30px;
  line-height: 1.6;
}
.tral_area_list li a::before {
  content: "";
  background: url(/image/kurashimanet/home/bnt_self.png) 0 0 no-repeat;
  background-size: 25px 28px;
  height: 28px;
  width: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
}
.tral_area_list li a:hover {
  color: #f29014;
  font-weight: bold;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.tral_area_list li:nth-child(2n) {
  margin-right: 0;
}
.block .trial_note {
  width: 100%;
  font-size: 1.5rem;
}
.block.trial_about_wrap > p {
  font-size: 1.6rem;
  width: 100%;
}
.trial_desc_box {
  border: 1px dashed #f29014;
  background: #fff5e8;
  padding: 20px;
}
.trial_list_box {
  margin-bottom: 50px;
}
.block .trial_desc_box p {
  width: 100%;
  font-size: 1.6rem;
}
.trial_house_box h4 {
  border-left: 5px solid #12668e;
  font-size: 2.2rem;
  padding: 0 0 0 15px;
  position: relative;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 15px;
  color: #12668e;
}

.trial_house_box {
  margin: 0;
  background: #fff;
  padding: 30px;
  margin-bottom: 25px;
  border: 2px solid #558da8;
}
.trial_house_box:last-child {
  margin-bottom: 0;
}

.trial_list_box .header_subtitle {
  margin-bottom: 20px;
}

.trial_list_box .header_subtitle span::before {
  left: -150px;
}

.trial_house_desc {
  display: flex;
  flex-wrap: wrap;
}

.trial_house_desc figure {
  text-align: center;
  width: 48%;
  margin: 0 3% 0 0;
}

.trial_house_desc figure img {
  max-width: 100%;
}

.trial_desc_text {
  width: 49%;
}

.block .trial_desc_text p {
  font-size: 1.6rem;
  width: 100%;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: left;
}

.trial_desc_text dl {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

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

.trial_desc_text dl dt {
  background: #558da8;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  width: 22%;
  text-align: center;
  margin-right: 2%;
}

.trial_desc_text dl dd {
  margin: 0;
  width: 76%;
  line-height: 1.6;
}

.trial_house_catch {
  margin-bottom: 15px;
}

.block .trial_house_catch p {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1.6;
}

.trial_desc_text .more_btn {
  max-width: 250px;
  width: 100%;
  margin: 20px 0 0 auto;
}

.trial_desc_text .more_btn a {
  padding: 15px 10px;
  font-size: 1.6rem;
  width: 100%;
  max-width: none;
  display: block;
  background: #5cb3db;
  border: 1px solid #5cb3db;
  color: #fff;
}
.trial_desc_text .more_btn a::after {
  content: "";
  background: url(/image/kurashimanet/cities/icon_self.png) 0 0 no-repeat;
  background-size: 25px 13px;
  height: 13px;
  width: 25px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.trial_desc_text .more_btn a:hover {
  background: #fff;
  color: #5cb3db;
}
.trial_desc_text .more_btn a:hover::after {
  background: url(/image/kurashimanet/event/detail/icon_arrow_blue.png) 0 0 no-repeat;
  background-size: 25px 13px;
}

/*---------------------------------------
求人情報一覧
-----------------------------------------*/
.job_header_menu {
  display: flex;
  padding-left: 0;
  margin-bottom: 30px;
  margin-top: 0;
}

.job_header_menu li:first-child {
  margin-right: 4%;
}

.job_header_menu li a {
  font-size: 1.6rem;
  font-weight: bold;
}
.job_header_menu li a:hover {
  text-decoration: underline;
}

.job_tab_link {
  padding-left: 0;
  display: flex;
  margin: 0;
  border-bottom: 6px solid #5cb3db;
}

.job_tab_link li {
  width: 33%;
  margin-right: 1%;
  border-radius: 8px 8px 0 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
}

.job_tab_link li:last-child {
  margin-right: 0;
}

.job_tab_link li a,
.job_tab_link li span {
  display: block;
  text-align: center;
  padding: 20px;
  color: #32353a;
  font-size: 1.6rem;
  width: 100%;
}

.job_tab_link li.active,
.job_tab_link li:hover {
  background: #5cb3db;
}

.job_tab_link li.active span,
.job_tab_link li:hover a {
  color: #fff;
}

.job_tab_link li a:hover {
  transition: all 0.5s;
}

.job_tabs li {
  border-radius: 0;
  background: transparent;
}

.job_tabs li a,
.job_tabs li span {
  background: #fff;
  padding: 20px;
  border-radius: 8px 8px 0 0;
  color: #32353a;
  font-size: 1.6rem;
}
.job_tabs li:hover {
  background: transparent;
}
.job_tabs .is_active,
.job_tabs span:hover {
  background: #5cb3db;
  color: #fff;
}

.job_listing_detail {
  background: #fff;
}

.job_listing_head {
  padding: 15px 20px;
}

.job_listing_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}

.job_listing_inner > h2 {
  margin: 0;
  font-size: 2.6rem;
  font-weight: 500;
  width: 70%;
  margin-right: 1%;
  line-height: 1.6;
}

.job_comapny_tags {
  display: flex;
  flex-wrap: wrap;
  width: 26%;
  justify-content: flex-end;
}

.job_comapny_tags span {
  font-size: 1.4rem;
  padding: 5px;
  display: block;
  border-radius: 5px;
  margin-right: 3%;
}

.tag_online_tour {
  color: #008e68;
  background: #dbf6ef;
}

.tag_online_interview {
  color: #1f409d;
  background: #e8edfb;
}

.job_comapny_tags span:last-child {
  margin-right: 0;
}

.company_logo {
  text-align: center;
  margin-bottom: 35px;
}

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

.job_listing_lists .job_item_header {
  padding: 19px 10px 14px;
  line-height: 1.3;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.job_listing_lists h3 {
  font-size: 2rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
}

.job_type {
  font-size: 1.4rem;
  color: #343431;
  background: #d6eef2;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 0 2% 5px 0;
  display: block;
  text-align: center;
  width: 12%;
}

.job_ttl {
  width: 87%;
}

.job_listing_lists .job_detail_box {
  max-width: 1135px;
  width: 100%;
  margin: 0 auto 20px;
}

.job_detail_box td p {
  margin-bottom: 15px;
}
.job_detail_box td p:last-child {
  margin-bottom: 0;
}

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

.job_listing_lists .job_item_content {
  padding-bottom: 45px;
}

/*---------------------------------------
企業詳細
-----------------------------------------*/
.job_company_head {
  background: #5cb3db;
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.job_company_head h2 {
  color: #fff;
  margin: 0 1% 0 0;
  font-size: 2.6rem;
  width: 72%;
  font-weight: 500;
}

.job_company_content {
  background: #fff;
  border: 2px solid #5cb3db;
  padding: 30px 65px;
  margin-bottom: 20px;
}

.job_company_content .company_logo {
  margin-bottom: 50px;
}

.company_catch_text {
  text-align: center;
  font-weight: bold;
  color: #32353a;
  font-size: 2.2rem;
  margin-bottom: 30px;
}

.company_catch_text p {
  margin: 0;
  line-height: 1.6;
}

.company_connect_btn {
  max-width: 360px;
  width: 100%;
  margin: 0 auto 20px;
}

.company_connect_btn a {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  padding: 16px 12px 11px;
  border-radius: 5px;
  transition: all 0.5s;
  position: relative;
  background: #fc5c7e;
  border: 1px solid #fc5c7e;
  color: #fff;
  transition: all 0.5s;
}

.company_connect_btn a::before {
  content: "";
  background: url(/image/kurashimanet/job/company/icon_connect.png) 0 0 no-repeat;
  background-size: 34px 37px;
  height: 37px;
  width: 34px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: -5px;
}

.company_connect_btn a:hover {
  background: #fff;
  color: #fc5c7e;
}

.company_connect_btn a:hover::before {
  background: url(/image/kurashimanet/job/company/icon_connect_hover.png) 0 0 no-repeat;
  background-size: 34px 37px;
}

.company_movie_block {
  max-width: 790px;
  width: 100%;
  margin: 0 auto 30px;
  background: #d6eef2;
  padding: 20px;
}

.company_movie_block h3 {
  font-size: 3rem;
  position: relative;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  padding-bottom: 10px;
  max-width: 640px;
  width: 100%;
  margin: 0 auto 20px;
}

.company_movie_block h3::after {
  content: "";
  background: url(/image/kurashimanet/job/company/icon_ttl_dot.png) 0 0 repeat-x;
  background-size: auto;
  height: 8px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.company_movie_caption {
  margin: 0;
  text-align: center;
  line-height: 1.6;
}

.movie_point {
  font-size: 20px;
  position: relative;
  padding: 0 15px;
  margin-right: 3%;
  display: inline-block;
  vertical-align: middle;
  margin-top: -9px;
}

.movie_point::before {
  content: "";
  background: url(/image/kurashimanet/job/company/icon_ttl_point2_before.png) 0 0 no-repeat;
  background-size: 8px 20px;
  height: 20px;
  width: 8px;
  position: absolute;
  left: 0;
  bottom: 4px;
}

.movie_point::after {
  content: "";
  background: url(/image/kurashimanet/job/company/icon_ttl_point2_after.png) 0 0 no-repeat;
  background-size: 8px 20px;
  height: 20px;
  width: 8px;
  position: absolute;
  right: 0;
  bottom: 4px;
}

.company_action_more {
  display: flex;
  flex-wrap: wrap;
  max-width: 790px;
  width: 100%;
  margin: 0 auto 30px;
}
.company_detail_about .company_action_more {
  margin-bottom: 0;
}

.company_action_more > div:not(.like_box) {
  max-width: none;
  width: 47%;
  margin: 0;
}
.company_action_more > div:first-child {
  margin-right: 6%;
}
.company_reserve_btn a {
  display: block;
  background: #fff;
  font-size: 1.8rem;
  color: #004097;
  border: 2px solid #004097;
  border-radius: 5px;
  text-align: center;
  padding: 12px;
  transition: all 0.5s;
}

.company_reserve_btn a::before {
  content: "";
  background: url(/image/kurashimanet/job/company/icon_reserve.png) 0 0 no-repeat;
  background-size: 32px 37px;
  height: 37px;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: -2px;
}

.company_reserve_btn a:hover {
  background: #004097;
  color: #fff;
}

.company_reserve_btn a:hover::before {
  background: url(/image/kurashimanet/job/company/icon_reserve_hover.png) 0 0 no-repeat;
  background-size: 32px 37px;
}

.company_detail_content {
  border-top: 5px solid #d6eef2;
  border-bottom: 5px solid #d6eef2;
  padding: 20px 40px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.company_detail_content figure {
  margin-left: 0;
  margin-right: 4%;
  width: 32%;
}

.company_detail_content figure img {
  max-width: 100%;
}

.company_detail_info {
  width: 64%;
}

.company_detail_info dl {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  align-items: flex-start;
}

.company_detail_info dl dt {
  font-size: 1.4rem;
  background: #d6eef2;
  padding: 10px;
  border-radius: 5px;
  width: 13%;
  text-align: center;
  margin-right: 2%;
}

.company_detail_info dl dd {
  margin-left: 0;
  width: 85%;
  line-height: 1.6;
  font-size: 1.6rem;
}

.company_event_btn {
  max-width: 227px;
  width: 100%;
  margin: 50px auto 0;
}

.company_event_btn a {
  color: #313131;
  font-size: 1.4rem;
  text-align: center;
  background: #f6fcff;
  border: 1px solid #5cb3db;
  display: block;
  color: #5cb3db;
  border-radius: 5px;
  padding: 13px;
  transition: all 0.5s;
}
.company_event_btn a:hover {
  background: #5cb3db;
  color: #f6fcff;
}
.company_detail_info .company_event_btn a {
  background: #fee453;
  border: 1px solid #fee453;
  color: #313131;
}
.company_detail_info .company_event_btn a:hover {
  background: #fff;
  color: #313131;
}

.company_detail_about .job_category li {
  font-size: 1.4rem;
}

.company_detail_about .job_detail_box th {
  width: 30%;
}

.company_detail_about .job_detail_box td {
  width: 70%;
}
.job_detail_box td a:hover {
  text-decoration: underline;
}
.sub_list {
  border-bottom: 1px solid #e4e5dc;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.sub_list:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.sub_list p {
  margin-bottom: 0;
}

.sub_list p:first-child {
  font-weight: bold;
}

.sub_list p:nth-child(2) {
  flex: 1;
}

.job_detail_box td p {
  margin-top: 0;
}

.sub_list p:first-child:nth-last-child(2) {
  width: 15%;
  margin-right: 3%;
}
.company_movie_box {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  padding-top: 50%;
  position: relative;
}

.company_movie_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.job_catch_text {
  text-align: center;
  background: #d6eef2;
  padding: 20px;
  line-height: 1.6;
  font-size: 2rem;
}

.job_catch_text p {
  margin: 0;
}

.company_detail_about .job_detail_box table tr:last-child th,
.company_detail_about .job_detail_box table tr:last-child td {
  border-bottom: 1px solid #e1e1e1;
}
.company_event_detail_box {
  background: #fff;
  margin-bottom: 20px;
}

.company_event_detail_box h2 {
  padding: 10px 20px 7px;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
  background: #5cb3db;
  color: #fff;
  font-size: 2.6rem;
}

.company_detail_box {
  background: #fff;
  margin-bottom: 20px;
  padding: 15px 20px 20px;
  border-top: 6px solid #5cb3db;
}

.company_detail_box h2 {
  margin-top: 0;
  padding: 0 0 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 500;
}

.company_jobinfo_list {
  max-width: 1132px;
  width: 100%;
  margin: 0 auto;
}

.company_jobinfo_box {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #e4e5dc;
  align-items: flex-start;
  position: relative;
}

.company_jobinfo_box p {
  margin-top: 0;
  margin-bottom: 0;
}

.company_jobinfo_box .job_type {
  width: 14%;
  margin: 0 2% 0 0;
  background: #d6eef2;
  border-radius: 5px;
  padding: 7px 15px;
}

.company_jobinfo_box .jobinfo_ttl {
  width: 58%;
  line-height: 1.6;
  margin-right: 1%;
}

.jobinfo_more_btn {
  max-width: 220px;
  width: 100%;
  margin-right: 7%;
}

.jobinfo_more_btn a {
  font-size: 1.4rem;
  background: #f6fcff;
  border: 1px solid #5cb3db;
  display: block;
  color: #5cb3db;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.5s;
}

.jobinfo_more_btn a:hover {
  background: #5cb3db;
  color: #f6fcff;
}

.company_jobinfo_box .btn_like {
  bottom: auto;
  top: 15px;
  right: 20px;
}

.company_event_list {
  display: flex;
  flex-wrap: wrap;
  border: 3px solid #5cb3db;
  padding: 40px 20px 20px;
}

.company_event_box {
  width: 48%;
  margin-right: 3%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.company_event_box:last-child {
  margin-right: 0;
}

.company_event_box figure {
  width: 40%;
  margin-left: 0;
  margin-right: 2%;
}

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

.company_event_content {
  width: 58%;
  position: relative;
  padding-bottom: 12%;
}

.company_event_content h3 {
  font-size: 2rem;
  font-weight: 500;
  border-bottom: 1px solid #e4e5dc;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 15px 3px;
  line-height: 1.6;
}

.company_event_content .event_list_desc dl dd {
  color: #313131;
}

.company_event_content .company_event_btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 0;
}
/*---------------------------------------
企業イベント
-----------------------------------------*/
.job_company_event .job_company_head {
  background: #fff;
}

.job_company_event .job_company_head h2 {
  color: #313131;
}

.job_company_event .job_company_content {
  border: none;
  padding: 0;
}

/*---------------------------------------
求人詳細
-----------------------------------------*/
.jobinfo_head {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.jobinfo_head h2 {
  margin: 0;
  font-size: 2.6rem;
  font-weight: 500;
  width: 70%;
  margin-right: 1%;
  line-height: 1.6;
}

.jobinfo_content .job_item_header {
  display: flex;
  align-items: center;
  padding: 20px 10px;
}

.job_type2 {
  font-size: 1.4rem;
  color: #343431;
  background: #fee453;
  border-radius: 5px;
  padding: 5px 15px;
  margin: 0;
  display: block;
  text-align: center;
  order: 3;
  width: 7%;
}

.jobinfo_content .job_type {
  order: 1;
  margin-bottom: 0;
}

.jobinfo_content .job_item_header h3 {
  padding: 0;
  order: 2;
  margin-right: 2%;
}

.jobinfo_content .job_item_content {
  padding: 10px;
  border: 3px solid #5cb3db;
}

.jobinfo_occupation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.jobinfo_occupation dt {
  font-weight: 500;
  font-size: 1.4rem;
  background: #5cb3db;
  color: #fff;
  padding: 6px;
  max-width: 70px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  margin-right: 2%;
}

.jobinfo_occupation dd {
  width: 88%;
  margin-left: 0;
  line-height: 1.6;
  font-size: 1.5rem;
}

.job_item_content .job_category li {
  font-size: 1.4rem;
}

.jobinfo_content .job_detail_box {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.jobinfo_content .job_description {
  margin-bottom: 40px;
}

.jobinfo_action_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 35px;
}

.jobinfo_action_btn .jobinfo_apply_btn,
.jobinfo_action_btn .jobinfo_connect_btn {
  width: 31%;
  margin-right: 2%;
}
.jobinfo_apply_btn a,
.jobinfo_connect_btn a {
  font-size: 1.4rem;
  display: block;
  color: #fff;
  padding: 8px 10px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.5s;
}
.jobinfo_apply_btn a {
  background: #f38f17;
  border: 1px solid #f38f17;
}
.jobinfo_apply_btn a:hover {
  background: #fff;
  color: #f38f17;
}
.jobinfo_connect_btn a {
  background: #5cb3db;
  border: 1px solid #5cb3db;
}
.jobinfo_connect_btn a:hover {
  color: #5cb3db;
  background: #fff;
}

.jobinfo_action_btn .btn_like {
  position: relative;
  right: auto;
  top: auto;
}

.jobinfo_content .job_description figcaption {
  font-size: 1.6rem;
}

.jobinfo_photos {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 20px;
}

.jobinfo_photos figure {
  margin-left: 0;
  margin-right: 3.5%;
  width: 31%;
}

.jobinfo_photos figure:last-child {
  margin-right: 0;
}

.jobinfo_photos figcaption {
  font-size: 1.6rem;
  margin-top: 5px;
}

.jobinfo_photos::after {
  content: "";
  background: #e4e5dc;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 10px;
}

.jobinfo_detail_box {
  margin-bottom: 35px;
}

.jobinfo_detail_box h3 {
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 10px solid #5cb3db;
  padding: 10px;
  margin-top: 0;
  margin-bottom: 10px;
}

.jobinfo_detail_box th {
  width: 30%;
}

.jobinfo_detail_box td {
  width: 70%;
}

.jobinfo_detail_box table tr:last-child th,
.jobinfo_detail_box table tr:last-child td {
  border-bottom: 1px solid #e1e1e1;
}

.jobinfo_detail_box .jobinfo_apply_btn,
.jobinfo_detail_box .jobinfo_connect_btn {
  width: 22%;
}

.jobinfo_detail_box .jobinfo_apply_btn a,
.jobinfo_detail_box .jobinfo_connect_btn a {
  font-size: 1.5rem;
  padding: 15px 20px;
}

.jobinfo_detail_box .jobinfo_action_btn {
  align-items: center;
}
.jobinfo_content {
  margin-bottom: 40px;
}

.jobinfo_others_content .head_ttl h2 {
  margin: 0;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 40px 5px;
  line-height: 1.5;
}

.jobinfo_others_content .head_ttl h2::before {
  content: "";
  background: url(/image/kurashimanet/job/company/icon_ttl_point_before.png) 0 0 no-repeat;
  background-size: 31px 50px;
  height: 50px;
  width: 31px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.jobinfo_others_content .head_ttl h2::after {
  content: "";
  background: url(/image/kurashimanet/job/company/icon_ttl_point_after.png) 0 0 no-repeat;
  background-size: 31px 50px;
  height: 50px;
  width: 31px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.head_ttl {
  text-align: center;
  margin-bottom: 20px;
}

.jobinfo_others_content .job_item_header {
  display: flex;
  align-items: center;
  padding: 15px 10px;
}

.jobinfo_others_content .job_item_header h3 {
  width: 90%;
  padding: 0;
}

.jobinfo_others_content .job_item_header .job_type {
  margin-bottom: 0;
}

.jobinfo_others_content .job_item_content {
  border: 3px solid #5cb3db;
}

.jobinfo_others_content {
  margin-bottom: 20px;
}

.jobinfo_recommend_content h3 {
  margin-top: 0;
  font-size: 2.2rem;
  font-weight: 500;
  border-bottom: 6px solid #fff;
  padding: 12px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.jobinfo_recommend_list {
  display: flex;
  flex-wrap: wrap;
}

.reccomend_box {
  width: 23%;
  margin-right: 2.6%;
}

.reccomend_box:last-child {
  margin-right: 0;
}

.reccomend_box a {
  color: #313131;
  line-height: 1.6;
  font-size: 1.6rem;
}

.reccomend_box figure {
  margin: 0 0 10px;
}

.recommend_ttl {
  margin-top: 0;
  margin-bottom: 15px;
}

.recommend_company_name {
  margin: 0;
}

.jobinfo_action_sinple_btn {
  max-width: 515px;
  width: 100%;
  margin: 30px auto 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.jobinfo_action_sinple_btn > div:not(.like_box) {
  width: 44%;
  margin-right: 2%;
}
.like_box {
  position: absolute;
  right: 0;
  bottom: 0;
}

.jobinfo_action_sinple_btn .like_box {
  bottom: auto;
  top: 0;
}

.jobinfo_action_sinple_btn .jobinfo_connect_sinple_btn {
  margin-right: 10%;
}

.jobinfo_action_sinple_btn a {
  border-radius: 5px;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  padding: 8px;
  line-height: 1.6;
  transition: all 0.5s;
}

.jobinfo_apply_sinple_btn a {
  color: #fff;
  background: #5cb3db;
  border: 1px solid #5cb3db;
}
.jobinfo_apply_sinple_btn a:hover {
  background: #fff;
  color: #5cb3db;
}
.jobinfo_connect_sinple_btn a {
  background: #fc5c7e;
  border: 1px solid #fc5c7e;
  color: #fff;
}
.jobinfo_connect_sinple_btn a:hover {
  background: #fff;
  color: #fc5c7e;
}
.company_apply_btn a {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  padding: 16px 12px 11px;
  border-radius: 5px;
  transition: all 0.5s;
  position: relative;
  background: #5cb3db;
  border: 1px solid #5cb3db;
  color: #fff;
  transition: all 0.5s;
}

.company_apply_btn a::before {
  content: "";
  background: url(/image/kurashimanet/job/company/icon_apply.png) 0 0 no-repeat;
  background-size: 32px 37px;
  height: 37px;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 20px;
}

.company_apply_btn a:hover {
  color: #5cb3db;
  background: #fff;
}
.company_apply_btn a:hover::before {
  background: url(/image/kurashimanet/job/company/icon_apply_hover.png) 0 0 no-repeat;
  background-size: 32px 37px;
}

.job_detail_box .company_action_more {
  max-width: 800px;
  margin-top: 30px;
  position: relative;
}

.job_detail_box .company_action_more .company_connect_btn {
  margin-right: 7%;
}

.job_detail_box .company_action_more > div:first-child {
  margin-right: 3%;
}

.job_detail_box .company_action_more > div:not(.like_box) {
  width: 45%;
}

.company_action_more .like_box {
  top: 50%;
  margin-top: -20px;
}

/** 選考方法フロー **/
.job_entry_flow {
  counter-reset: step;
}
.entry_flow_box {
  display: flex;
  align-items: center;
  counter-increment: step;
}
.entry_flow_box:not(:last-child) {
  margin-bottom: 20px;
}
.entry_flow_num {
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 3%;
  background: #fff59d;
  border-radius: 50%;
  font-size: 1.6rem;
  position: relative;
}
.entry_flow_num span {
  display: block;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.entry_flow_num span::after {
  content: counter(step);
  display: block;
  font-size: 2.4rem;
}
.entry_flow_box:not(:last-child) .entry_flow_num::before {
  content: '';
  height: 100%;
  width: 5px;
  background: #fff59d;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -60px;
}
.entry_flow_cnt {
  width: 82%;
}
.entry_flow_cnt h4 {
  margin: 0 0 10px;
  line-height: 1.3;
  border-bottom: 2px solid #68a4e1;
  padding: 5px 0 10px;
  font-size: 1.7rem;
}
.entry_flow_cnt p {
  line-height: 1.5;
  font-size: 1.6rem;
}
.job_selection_note {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px dashed #68a4e1;
  font-size: 1.5rem;
}


/*---------------------------------------
気になるリスト・最近見た求人一覧・おすすめ求人一覧
-----------------------------------------*/
.job_list_single {
  max-width: 985px;
}

.job_list_single_main {
  width: 100%;
  margin-right: 0;
}

.job_list_single_main .job_description_x2 figure {
  width: 30%;
}

.job_list_single_main .job_description_x2 .job_description_content {
  width: 68%;
}

/*---------------------------------------
島根の体験情報
-----------------------------------------*/
.mainvisual.experience_wrap {
  background-image: url(/image/kurashimanet/experience/experience_title_bg.jpg);
}
.experience_wrap .pagetitle {
  background-image: url(/image/kurashimanet/experience/experience_title_txt.png);
  background-size: 20%;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 0 0 15px black;
}
.block.experience_info_wrap,
.experience_house_wrap .block {
  max-width: 1085px;
  width: 80%;
  margin: 0 auto;
}
.block.experience_block,
.experience_block {
  margin-bottom: 70px;
}
.block.experience_cities_wrap {
  margin-bottom: 190px;
}
.shimane_experience_wrap img {
  max-width: 100%;
}
.shimane_experience_wrap .pagelink {
  margin-bottom: 30px;
}
.shimane_experience_wrap .pagelink li {
  width: 20%;
}

.experience_info_text {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.experience_info_text p {
  color: #313131;
  font-size: 1.6rem;
  width: 100%;
  margin: 0 8px 15px;
}

.experience_info_box:not(:last-child) {
  margin-bottom: 45px;
}

.experience_info_box .ttl_stripe1 {
  margin-bottom: 20px;
}

.experience_house_wrap p {
  font-size: 1.6rem;
  color: #32353a;
  width: 100%;
  max-width: 985px;
  margin: 0 auto 20px;
}

.experience_content .house_taiken_link {
  max-width: 985px;
  width: 100%;
  margin: 0 auto;
}

.experience_cities_block .sub_wrap {
  max-width: 1100px;
  width: 100%;
  padding: 0;
}

/* 20240620 */
.experience_txt {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.experience_info_text p.experience_txt-left {
  width: 65%;
}

figure.experience_txt-right {
  margin: initial;
  width: 30%;
}

figure.experience_txt-right a {
  transition: .4s;
}

figure.experience_txt-right a:hover {
  opacity: .6;
}

.container1 img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 205px;
  object-fit: cover;
}

.container2 img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 205px;
  object-fit: cover;
}

.content1 {
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5%;
}

.content1 section {
  width: 30%;
}

.content1 h4 {
  text-align: center;
}

.contents_item {
  border:1px solid #dee7ec;
  margin:0 0 30px 0;
  background-color:#f8f5f1;
  box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}

.contents_item a {
  display: block;
  transition: .4s;
  position: relative;
}

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

.contents_item h5 {
  margin-top: 15px;
  margin-left: 12px;
  margin-bottom: 18px;
  font-size: 18px;
  /* color:#2f7311; */
  color:#32353a;
}

.contents_item h5:hover {
  color: black;
}

.contents_title h4 {
  font-size: 20px;
}

.contents_01 {
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 17px;
}

.contents_01 p{
  text-align: left;
  background-color: #3B5323;
  color: #fff;
  margin: 0 0 20px 10px;
  padding: 1px 5px 2px 14px;
  border-radius: 15px;
  font-size: 15px;
}

.content1 section:nth-child(2) .contents_01 p {
  background-color: #1E90FF;
}

.content1 section:nth-child(3) .contents_01 p {
  background-color: #D2691E;
}

.inn_head {
  background: #2f7311;
  text-align: center;
  color: #fff;
  padding: 11px 10px 13px;
  font-size: 19px;
  margin: 25px 0 5px;
}

.experience_morebtn a {
  display: block;
  border: 1px solid #2f7311;
  color: #2f7311;
  margin: 20px auto 0;
  text-align: center;
  padding: 13px 13px 13px 40px;
  font-size: 14px;
  width: 90%;
}

.experience_morebtn a span {
  position: relative;
}

.experience_morebtn a span::before {
  content: "";
  background-image: url(../../image/kurashimanet/experience/btn_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 18px;
  position: absolute;
  top: 1px;
  left: -34px;
}




/*---------------------------------------
市町村の空き家情報一覧
-----------------------------------------*/
.block.vacant_block,
.vacant_block .block {
  max-width: 1085px;
  width: 80%;
  margin: 0 auto;
}
.block.vacant_block,
.vacant_block {
  margin-bottom: 70px;
}
.vacant_block:last-child {
  margin-bottom: 190px;
}
.vacant_about_wrap p {
  width: 100%;
  font-size: 1.6rem;
}

.vacant_about_wrap .trial_area_desc p {
  margin-bottom: 20px;
}

.vacant_house_area dl {
  margin-top: 0;
  margin-bottom: 15px;
}

.vacant_house_area dt {
  font-size: 2rem;
  padding: 0 15px 15px;
  position: relative;
  line-height: 1.6;
  margin-bottom: 10px;
}

.vacant_house_area dd {
  margin: 0;
  font-size: 2rem;
  line-height: 1.6;
}

.vacant_house_area dd a {
  color: #313131;
}
.vacant_house_area dd a:hover {
  font-weight: bold;
  background: transparent;
  transition: all 0.5s;
}
.vacant_house_area .area_toubu dd a:hover {
  color: #d54700;
}
.vacant_house_area .area_seibu dd a:hover {
  color: #00531e;
}
.vacant_house_area .area_oki dd a:hover {
  color: #031a77;
}

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

.vacant_house_area dd ul li {
  width: 31%;
  margin-right: 3%;
  margin-bottom: 5px;
}

.vacant_house_area dd ul li:nth-child(3n) {
  margin-right: 0;
}

.vacant_house_area dd ul li a {
  display: block;
  position: relative;
  padding-left: 30px;
}
.vacant_house_area dd li a::before {
  content: "";
  background: url(/image/kurashimanet/home/bnt_self.png) 0 0 no-repeat;
  background-size: 25px 28px;
  height: 28px;
  width: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
}
.vacant_list {
  display: flex;
  flex-wrap: wrap;
}
.justify_center{
  justify-content: center;
}
.vacant_list img {
  max-width: 100%;
}

.vacant_box {
  width: 22.7%;
  margin-right: 3%;
  margin-bottom: 35px;
}

.vacant_box:nth-child(4n) {
  margin-right: 0;
}

.vacant_box figure {
  margin: 0 0 15px;
}

.vacant_box figure img {
  box-shadow: 0px 2px 0px 2px rgba(50, 53, 58, 0.15);
  border: 4px solid #fff;
  margin-bottom: 15px;
}

.vacant_box figure figcaption {
  font-size: 1.6rem;
  text-align: center;
  display: block;
  line-height: 1.6;
}

.vacant_more a {
  display: block;
  background: #56a1d2;
  border: 1px solid #56a1d2;
  text-align: center;
  color: #fff;
  padding: 15px;
  font-size: 1.6rem;
  border-radius: 5px;
  box-shadow: 0px 3px 0px 0px rgba(50, 53, 58, 0.15);
}

.vacant_more a:hover {
  background: #fff;
  color: #56a1d2;
  transition: all 0.5s;
}

.vacant_list_block .header_subtitle {
  margin-top: 15px;
  margin-bottom: 20px;
}

.vacant_list_block .header_subtitle span::before {
  left: -150px;
}

/*---------------------------------------
おすすめ求人
-----------------------------------------*/
.ttl_recommend::before {
  content: "";
  background: url(/image/kurashimanet/job/top/icon_ttl_recommend.png) 0 0 no-repeat;
  background-size: 52px;
  height: 52px;
  width: 52px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -26px;
}

/*---------------------------------------
最近見た求人
-----------------------------------------*/
.ttl_history::before {
  content: "";
  background: url(/image/kurashimanet/job/top/icon_ttl_history.png) 0 0 no-repeat;
  background-size: 52px;
  height: 52px;
  width: 52px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -26px;
}

/*---------------------------------------
マイリスト（仕事検索）
-----------------------------------------*/
.ttl_mylist::before {
  content: "";
  background: url(/image/kurashimanet/job/top/icon_ttl_mylist.png) 0 0 no-repeat;
  background-size: 52px;
  height: 52px;
  width: 52px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -26px;
}
.job_tabs {
  border-bottom: 2px solid #fff;
}
.job_tabs span {
  cursor: pointer;
}
.job_tab_content {
  display: none;
}
.job_tab_content.is_show {
  display: block;
}
.job_tab_content .job_item_box:not(:last-child) {
  margin-bottom: 0;
}
.job_tab_content .job_description_x2 figure {
  width: 24%;
}
.job_tab_content .job_description_x2 .job_description_content {
  width: 74%;
}

/*---------------------------------------
移住の先輩検索
-----------------------------------------*/
.page_people_search {
  background: url(/image/kurashimanet/cities/iju_bg_center.png);
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 190px;
}
.page_people_search::after {
  content: "";
  background: url("/image/kurashimanet/common/blklb_btm.png");
  background-position: left bottom;
  background-repeat: repeat-x;
  position: absolute;
  width: 100%;
  height: 25px;
  left: 0;
  bottom: -25px;
}
.people_search_block {
  max-width: 1085px;
  width: 80%;
  margin: 0 auto;
}

.people_search_ttl_box {
  margin-bottom: 20px;
  position: relative;
}

.people_search_ttl_box h1,
.people_search_ttl_box h2 {
  color: #12668e;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.5;
  position: relative;
  margin: 0;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 4px;
}

.people_search_ttl_box h1::after,
.people_search_ttl_box h2::after {
  content: "";
  background: url(/image/kurashimanet/cities/circle_white_bg.png) center no-repeat;
  background-size: 120px;
  height: 120px;
  width: 120px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.people_search_ttl_box h1 span,
.people_search_ttl_box h2 span {
  position: relative;
  z-index: 2;
}

.people_search_ttl_box::before {
  content: "";
  background: url(/image/kurashimanet/people/search/icon_main_ttl_left.png) 0 0 no-repeat;
  background-size: 284px 90px;
  height: 90px;
  width: 284px;
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -45px;
}

.people_search_ttl_box::after {
  content: "";
  background: url(/image/kurashimanet/people/search/icon_main_ttl_right.png) 0 0 no-repeat;
  background-size: 281px 85px;
  height: 85px;
  width: 281px;
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -43px;
}

.people_search_inner > p {
  width: 100% !important;
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 1.6;
}

.people_search_inner {
  max-width: 987px;
  width: 100%;
  margin: 0 auto;
}

.people_search_inner .search_box {
  background: #fff;
  border: 3px dotted #5cb3db;
  padding: 20px;
}

.people_search_inner .search_head {
  margin-bottom: 20px;
}

.people_search_inner .search_head > h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 5px 0;
  position: relative;
  padding-left: 47px;
}

.search_head > h3::before {
  content: "";
  background: url(/image/kurashimanet/people/search/icon_search.png) 0 0 no-repeat;
  background-size: 43px 44px;
  height: 44px;
  width: 43px;
  position: absolute;
  left: 0;
  top: 0;
}

.people_search_inner .search_head > p {
  width: 100% !important;
  margin: 0 0 0 47px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.people_search_inner .search_content {
  max-width: 882px;
  width: 100%;
  margin: 0 auto 10px;
}

.people_search_inner .search_content dl {
  margin-top: 0;
  margin-bottom: 1px;
  background: #eefafc;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.people_search_inner .search_content dl dt {
  font-size: 18px;
  font-weight: 500;
  color: #12668e;
  text-align: center;
  width: 27%;
  margin-right: 1%;
}

.people_search_inner .search_content dl dd {
  width: 67%;
  margin: 0;
}

.people_search_inner .form_parts_select {
  padding: 10px 30px 10px 20px;
  width: 48%;
}

.select_x2 select:first-child {
  margin-right: 2%;
}

.block .form_clear {
  line-height: 1.6;
  width: 100% !important;
  margin: 10px 8px 0;
}

.form_clear input[type="submit"],
.form_clear input[type="button"],
.people_search_inner button[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s;
}

.form_clear input[type="submit"]::-webkit-search-decoration,
.form_clear input[type="button"]::-webkit-search-decoration {
  display: none;
}

.form_clear input[type="submit"]::focus,
.form_clear input[type="button"]::focus {
  outline-offset: -2px;
}

.form_clear input[type="submit"],
.form_clear input[type="button"] {
  background: no-repeat;
  color: #5cb3db;
  padding: 0;
}

.form_clear input[type="submit"]:hover,
.form_clear input[type="button"]:hover {
  text-decoration: underline;
}

.people_search_inner button[type="submit"] {
  display: block;
  background: #5cb3db;
  border: 1px solid #5cb3db;
  border-radius: 5px;
  font-size: 1.8rem;
  color: #fff;
  padding: 20px;
  position: relative;
  width: 100%;
  box-shadow: 0px 3px 0px 0px rgba(50, 53, 58, 0.15);
}

.people_search_inner button[type="submit"]::after {
  content: "";
  background: url(/image/kurashimanet/people/more_btn_icon_white.png) 0 0 no-repeat;
  background-size: 25px 13px;
  height: 13px;
  width: 25px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}

.people_search_inner button[type="submit"]:hover {
  background: #fff;
  color: #5cb3db;
}
.people_search_inner button[type="submit"]:hover::after {
  background: url(/image/kurashimanet/people/more_btn_icon_blue.png) 0 0 no-repeat;
  background-size: 25px 13px;
}

.people_search_inner .submit_btn {
  margin-top: -15px;
}

.people_search_contents {
  margin-bottom: 50px;
}
.people_search_lists .ttl_stripe2 {
  margin-bottom: 15px;
}
.people_search_list_inner {
  max-width: 985px;
  width: 100%;
  margin: 0 auto;
}

.block .serach_total {
  width: 100% !important;
  line-height: 1.6;
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 15px;
}

.block .serach_total span {
  font-size: 2.4rem;
}

.people_search_box {
  background: #fff;
  padding: 30px 52px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.profile_img {
  width: 27%;
  margin-right: 4%;
}

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

.profile_content {
  width: 69%;
}

.profile_img figure {
  margin: 0 0 12px;
}

.profile_name {
  border-top: 2px solid #5cb3db;
  border-bottom: 2px solid #5cb3db;
  padding: 5px 10px 10px;
}

.block .profile_name p {
  width: 100% !important;
  margin: 0;
  color: #12668e;
  line-height: 1.6;
}

.block .profile_name p.name {
  text-align: center;
  margin-bottom: 5px;
}

.area_name {
  font-size: 1.4rem;
  background: #12668e;
  color: #fff;
  padding: 5px 15px;
  margin-right: 7%;
  width: 33%;
  text-align: center;
  display: block;
}

.job_name {
  display: block;
  font-size: 1.4rem;
  width: 46%;
}

.block .profile_name p:nth-child(2) {
  display: flex;
  align-items: center;
}

.profile_content h3 {
  font-size: 2.5rem;
  color: #12668e;
  margin: -10px 0 13px;
  line-height: 1.7;
  font-weight: 500;
}

.block .profile_content p {
  width: 100% !important;
  font-size: 1.5rem;
  margin-bottom: 25px;
}

.profile_more {
  max-width: 485px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.profile_more a {
  display: block;
  width: 48%;
  text-align: center;
  font-size: 1.4rem;
  padding: 13px;
  color: #fff;
  border-radius: 5px;
}

.profile_more a:nth-child(2) {
  margin-left: 4%;
}

.profile_movie {
  background: #fc5c7e;
  border: 1px solid #fc5c7e;
  box-shadow: 0px 2px 0px 0px rgba(168, 168, 162, 0.15);
  transition: all 0.5s;
}
.profile_movie:hover {
  background: #fff;
  color: #fc5c7e;
}

.profile_experience {
  background-color: #5cb3db;
  border: 1px solid #5cb3db;
  box-shadow: 0px 2px 0px 0px rgba(168, 168, 162, 0.15);
  transition: all 0.5s;
}
.profile_experience:hover {
  background: #fff;
  color: #5cb3db;
}

.reset_serach_btn {
  max-width: 340px;
  width: 100%;
  margin: 30px auto 0;
}

.reset_serach_btn a {
  display: block;
  background: #5cb3db;
  border: 1px solid #5cb3db;
  box-shadow: 0px 3px 0px 0px rgba(50, 53, 58, 0.15);
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  padding: 20px;
  transition: all 0.5s;
}

.reset_serach_btn a:hover {
  background: #fff;
  color: #5cb3db;
}

/*---------------------------------------
島根の人を知る
-----------------------------------------*/
.mainvisual.people_wrap {
  background-image: url(/image/kurashimanet/people/top/people_title_bg.jpg);
}
.people_wrap .pagetitle {
  background-image: url(/image/kurashimanet/people/top/people_title_txt.png);
  background-size: 20%;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 0 0 15px black;
}
.people_top_block .people_block::after {
  display: none;
}

.people_wrap .pagelink {
  max-width: 985px;
}

.people_wrap .pagelink li {
  width: 23.7%;
}

.people_section1 {
  padding: 20px 0;
}
.people_section1 .people_block {
  padding-top: 10px;
}

.people_section1 .people_contents {
  margin-bottom: 30px;
}

.people_section1 .block .people_btn {
  width: 100%;
  line-height: 1.6;
  max-width: 340px;
  margin: 0 auto;
  text-align: center;
}

.people_section1 .people_btn a {
  width: 100%;
  max-width: none;
  box-shadow: 0 2px 0 rgba(50, 53, 58, 0.35);
  padding: 18px;
}
.beans_detail {
  max-width: 985px;
  width: 100%;
  margin: 0 auto 30px;
  padding: 0 60px;
  display: flex;
  flex-wrap: wrap;
}

.people_section2 {
  padding: 20px 0 70px;
}

.beans_detail figure {
  width: 33%;
  margin-left: 0;
  margin-right: 3.5%;
}

.beans_detail figure img {
  max-width: 100%;
}

.beans_content {
  width: 63%;
}

.beans_detail_box:not(:last-child) {
  margin-bottom: 20px;
}

.beans_detail_box h3 {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  padding: 10px 10px 16px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
}

.beans_detail_box h3::after {
  content: "";
  background: url(/image/kurashimanet/people/top/icon_ttl_dot.png) 0 0 repeat-x;
  background-size: auto;
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.block .beans_detail_text p {
  width: 100%;
  line-height: 1.6;
  font-size: 1.6rem;
}

.beans_detail_text {
  margin: 0 7px;
}

.block .beans_detail_text p:not(:last-child) {
  margin-bottom: 15px;
}

.beans_more {
  max-width: 770px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.beans_more a {
  display: block;
  width: 46%;
  margin-right: 8%;
  position: relative;
  color: #fff;
  background: #5cb3db;
  border: 1px solid #5cb3db;
  text-align: center;
  font-size: 1.8rem;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0px 3px 0px 0px rgba(50, 53, 58, 0.15);
  transition: all 0.5s;
}

.beans_more a:last-child {
  margin-right: 0;
}

.beans_more a::after {
  content: "";
  background: url(/image/kurashimanet/people/more_btn_icon_white.png) 0 0 no-repeat;
  background-size: 25px 13px;
  height: 13px;
  width: 25px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}
.beans_more a:hover {
  background: #fff;
  color: #5cb3db;
}
.beans_more a:hover::after {
  background: url(/image/kurashimanet/people/more_btn_icon_blue.png) 0 0 no-repeat;
  background-size: 25px 13px;
}
.people_section3 .block {
  max-width: 1085px;
  width: 80%;
}
.people_section4 {
  padding: 40px 0 190px;
}

.people_section4 .people_content {
  max-width: 1085px;
  width: 80%;
  margin: 0 auto;
}

.people_bnr_girls {
  padding: 50px 0;
}

.bnr_social .cont_wrap.lightblue {
  padding: 10px 0;
  margin-bottom: 40px;
}

.bnr_link_box {
  text-align: center;
  margin-bottom: 35px;
}
.bnr_link_box img {
  max-width: 100%;
}

.bnr_link_x2 {
  max-width: 1015px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.bnr_link_x2 .bnr_link {
  max-width: none;
  margin: 0 2% 0 0;
  width: 49%;
}

.bnr_link_x2 .bnr_link:last-child {
  margin-right: 0;
}

/*---------------------------------------
仕事検索（ツールチップ）
-----------------------------------------*/
.job_tooltip {
  position: relative;
}

.job_tooltip_detail {
  position: absolute;
  z-index: 2;
  padding: 20px;
  background-color: #d6eef2;
  border: 2px solid #56a1d2;
  border-radius: 5px;
}

.upward .job_tooltip_detail {
  margin-top: 20px;
  top: 0;
  left: 0;
}

.upward .job_tooltip_detail::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  border: 12px solid transparent;
  border-bottom: 12px solid #d6eef2;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.upward .job_tooltip_detail::after {
  content: "";
  position: absolute;
  top: -29px;
  left: 50%;
  border: 14px solid transparent;
  border-bottom: 14px solid #56a1d2;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.downward .job_tooltip_detail {
  bottom: 0px;
  width: 280px;
  right: -20px;
  margin-bottom: 20px;
}

.downward .job_tooltip_detail::before {
  content: "";
  position: absolute;
  bottom: -24px;
  border: 12px solid transparent;
  border-top: 12px solid #d6eef2;
  z-index: 2;
}
.downward .job_tooltip_detail::after {
  content: "";
  position: absolute;
  bottom: -29px;
  border: 14px solid transparent;
  border-top: 14px solid #56a1d2;
  z-index: 1;
}

.jobinfo_action_sinple_btn .downward .job_tooltip_detail::before,
.company_action_more .downward .job_tooltip_detail::before {
  right: 27px;
}

.jobinfo_action_sinple_btn .downward .job_tooltip_detail::after,
.company_action_more .downward .job_tooltip_detail::after {
  right: 25px;
}

.tooltip_box p {
  margin: 0;
  line-height: 1.6;
  font-size: 1.4rem;
}
.tooltip_close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 1.8rem;
  color: #313131;
  cursor: pointer;
}
.tooltip_box {
  margin-top: 5px;
}

.company_jobinfo_box .downward .job_tooltip_detail::before {
  right: 45px;
}

.company_jobinfo_box .downward .job_tooltip_detail::after {
  right: 44px;
}

.job_listing_lists .job_tooltip,
.job_list_main .job_tooltip {
  position: absolute;
  right: -20px;
  top: 40px;
}

.job_listing_lists .job_tooltip .job_tooltip_detail,
.job_list_main .job_tooltip .job_tooltip_detail {
  width: 280px;
  position: relative;
  top: auto;
  left: auto;
}

.job_listing_lists .upward .job_tooltip_detail::before,
.job_list_main .upward .job_tooltip_detail::before,
.side_recruit_box .upward .job_tooltip_detail::before {
  transform: unset;
  -webkit-transform: unset;
  -ms-transform: unset;
  left: auto;
  right: 25px;
}

.job_listing_lists .upward .job_tooltip_detail::after,
.job_list_main .upward .job_tooltip_detail::after,
.side_recruit_box .upward .job_tooltip_detail::after {
  transform: unset;
  -webkit-transform: unset;
  -ms-transform: unset;
  left: auto;
  right: 23px;
}

.side_recruit_box .job_tooltip .job_tooltip_detail {
  width: 280px;
  top: auto;
  left: auto;
  right: -20px;
}

/*---------------------------------------
しまね登録3つの特典
-----------------------------------------*/
.merit3_about_wrap p {
  font-size: 1.6rem;
  margin-bottom: 30px;
  text-align: center;
}

.merit3_about_wrap .header_title {
  line-height: 1.5;
  min-height: 120px;
}

/*---------------------------------------
無料職業紹介
-----------------------------------------*/
.employment_block,
.employment_block.block {
  margin-bottom: 70px;
}

.employment_block:last-child {
  margin-bottom: 190px;
}

.job-movie_block {
  max-width: 750px;
  margin: 0 auto;
}

.job-movie_block iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}
.top-job-movie{
  margin-bottom: 60px;
}

.employment_about_wrap {
  max-width: 985px;
  width: 80%;
}

.employment_about_wrap p {
  font-size: 1.6rem;
  width: 100%;
}

.employment_about_wrap p:not(:last-child) {
  margin-bottom: 40px;
}

.employment_flow_wrap .block {
  max-width: 1220px;
  width: 80%;
}

.employment_flows {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.employment_flow_box {
  width: 14%;
  text-align: center;
  margin-right: 3%;
  position: relative;
}

.employment_flow_box:last-child {
  margin-right: 0;
}

.employment_flow_box:not(:last-child)::after {
  content: "";
  background: url(/image/kurashimanet/support/employment/icon_arrow.png) 0 0 no-repeat;
  background-size: 13px 25px;
  height: 25px;
  width: 13px;
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.employment_flow_box img{
  box-shadow: 3px 3px 0px 0px rgba(50,53,58,.15);
}

.block .flow_step {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #12668e;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}

.employment_flow_box figure {
  margin-bottom: 8px;
}

.block .flow_caption {
  color: #12668e;
  line-height: 1.5;
  text-align: center;
  font-size: 1.7rem;
  width: 100%;
}

.employment_detail_wrap.block {
  max-width: 985px;
  margin-top: 100px;
  width: 80%;
}
.employment_detail_wrap .block {
  max-width: 985px;
  width: 80%;
  padding-top: 60px;
}

.employment_flow_detail {
  display: flex;
  flex-wrap: wrap;
}

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

.employment_flow_detail figure {
  position: relative;
  width: 48%;
  margin-left: 0;
  margin-right: 3%;
  text-align: right;
}

.employment_flow_detail figure img {
  max-width: 100%;
}

.detail_step1 figure::before {
  background: url(/image/kurashimanet/support/employment/icon_ttl_step1.png) 0 0 no-repeat;
  background-size: 120px;
}
.detail_step2 figure::before {
  background: url(/image/kurashimanet/support/employment/icon_ttl_step2.png) 0 0 no-repeat;
  background-size: 120px;
}
.detail_step3 figure::before {
  background: url(/image/kurashimanet/support/employment/icon_ttl_step3.png) 0 0 no-repeat;
  background-size: 120px;
}
.detail_step4 figure::before {
  background: url(/image/kurashimanet/support/employment/icon_ttl_step4.png) 0 0 no-repeat;
  background-size: 120px;
}
.detail_step5 figure::before {
  background: url(/image/kurashimanet/support/employment/icon_ttl_step5.png) 0 0 no-repeat;
  background-size: 120px;
}
.detail_step6 figure::before {
  background: url(/image/kurashimanet/support/employment/icon_ttl_step6.png) 0 0 no-repeat;
  background-size: 120px;
}

.employment_flow_detail figure::before {
  content: "";
  height: 120px;
  width: 120px;
  position: absolute;
  left: 0;
  top: -50px;
}

.flow_detail_content {
  width: 49%;
  position: relative;
  padding-bottom: 7%;
}

.flow_detail_content .ttl {
  margin-bottom: 15px;
}

.flow_detail_content .ttl h2 {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin: 0;
  position: relative;
  line-height: 1.6;
  color: #12668e;
  padding: 0 0 15px;
}

.flow_detail_content .ttl h2::after {
  content: "";
  background: url(/image/kurashimanet/support/employment/icon_ttl_dot.png) 0 0 repeat-x;
  background-size: auto;
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.block .flow_detail_content p {
  width: 100%;
  font-size: 1.6rem;
}

.flow_detail_content .link_btn {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.flow_detail_content .link_btn a {
  max-width: none;
  width: 100%;
  display: block;
  padding: 15px;
  min-width: auto;
  font-size: 1.8rem;
}

.flow_detail_content .link_btn_x2 {
  max-width: none;
  display: flex;
  flex-wrap: wrap;
}

.flow_detail_content .link_btn_x2 a {
  width: 47%;
  margin-right: 6%;
  font-size: 1.6rem;
  padding: 15px 25px 15px 5px;
}

.flow_detail_content .link_btn_x2 a:last-child {
  margin-right: 0;
}

.employment_link_wrap.block {
  max-width: 1085px;
  width: 80%;
}

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

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

.employment_link_ttl h2 {
  position: relative;
  font-size: 3rem;
  display: inline-block;
  line-height: 1.6;
  margin: 0 0 10px;
  padding: 0 80px;
  letter-spacing: 2px;
}

.employment_link_ttl h2::before {
  content: "";
  background: url(/image/kurashimanet/support/employment/icon_point_left.png) 0 0 no-repeat;
  background-size: 60px;
  height: 60px;
  width: 60px;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.employment_link_ttl h2::after {
  content: "";
  background: url(/image/kurashimanet/support/employment/icon_point_right.png) 0 0
    no-repeat;
  background-size: 60px;
  height: 60px;
  width: 60px;
  position: absolute;
  right: 0;
  bottom: -10px;
}

.employment_link_box:first-child {
  position: relative;
}

.employment_link_box:first-child::before {
  content: "";
  background: url(/image/kurashimanet/support/employment/icon_soudan_left.png) 0 0
    no-repeat;
  background-size: 261px 299px;
  height: 299px;
  width: 261px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.employment_link_box:first-child::after {
  content: "";
  background: url(/image/kurashimanet/support/employment/icon_soudan_right.png) 0 0
    no-repeat;
  background-size: 300px 305px;
  height: 305px;
  width: 300px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.employment_link_box .link_btn {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
}

.employment_link_box .link_btn a {
  display: block;
  max-width: none;
  width: 100%;
  padding: 15px;
  font-size: 1.8rem;
}

.employment_bnr_link {
  text-align: center;
}

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

.employment_block .link_btn a {
  border: 1px solid #56a1d2;
  transition: all 0.5s;
}
.employment_block .link_btn a:hover {
  background: #fff;
  color: #56a1d2;
}

.employment_block .link_btn a:hover::after {
  background-image: url(/image/kurashimanet/top/more_btn_icon_blue.png);
}

/*---------------------------------------
しまねUIターンテレワーク支援事業
-----------------------------------------*/
.telework_block.block,
.telework_block .block {
  max-width: 985px;
  width: 80%;
}
.telework_block {
  margin-bottom: 70px;
}
.telework_block:last-child {
  margin-bottom: 190px;
}
.telework_about_wrap .header_title {
  line-height: 1.6;
  min-height: 120px;
}

.telework_contents p {
  width: 100%;
  font-size: 1.6rem;
}

.telework_contents > p.catch_text {
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  color: #32353a;
}

.telework_contents p.telework_flow {
  margin-bottom: 30px;
}

.telework_contents p.telework_flow img {
  width: 100%;
}

.telework_summary_box:not(:last-child) {
  margin-bottom: 40px;
}

.telework_summary_box .ttl_stripe2 {
  margin-bottom: 20px;
}

.telework_summary_box .number_list {
  padding: 0;
  margin-top: 0;
  margin-left: 1.8em;
  margin-right: 10px;
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 2;
  color: #000;
}

.telework_summary_box > p {
  margin: 0 10px 15px;
  width: auto;
}

.telework_summary_box .number_list li {
  list-style-type: auto;
}

.telework_summary_box .number_list li:not(:last-child) {
  margin-bottom: 10px;
}

.telework_summary_box .bold {
  display: block;
  font-weight: bold;
}

.telework_summary_box > .dot_list {
  font-size: 1.6rem;
  line-height: 2;
  color: #000;
  margin: 0 10px;
}
.telework_dl_block .link_btn {
  max-width: 340px;
  margin: 0 auto;
}

.telework_dl_block .link_btn a {
  max-width: none;
  display: block;
  padding: 15px;
  width: 100%;
  border: 1px solid #56a1d2;
  transition: all 0.5s;
}
.telework_dl_block .link_btn a:hover {
  background: #fff;
  color: #56a1d2;
}

.telework_dl_block .link_btn a:hover::after {
  background-image: url(/image/kurashimanet/top/more_btn_icon_blue.png);
}

/*---------------------------------------
Beansバックナンバー
-----------------------------------------*/
.beans_archives {
  display: flex;
  flex-wrap: wrap;
}

.beans_archive_box {
  width: 22.7%;
  margin-right: 3%;
  margin-bottom: 35px;
}

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

.beans_archive_box:nth-child(4n) {
  margin-right: 0;
}

.beans_archive_box a {
  color: #313131;
  display: block;
  text-align: center;
}

.beans_archive_box a:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

.beans_archive_box figcaption {
  font-size: 1.6rem;
  margin-top: 8px;
}

.beans_archive_box.new a {
  position: relative;
}

.beans_archive_box.new a::before {
  content: "NEW";
  background: #f18400;
  color: #fff;
  font-size: 1.5rem;
  padding: 5px 20px;
  position: absolute;
  left: -8px;
  top: -8px;
  border-radius: 5px;
}

/*---------------------------------------
しまね登録8つのメリット
-----------------------------------------*/
.merit_bnr_link {
  margin-bottom: 60px;
  text-align: center;
}

.job_merit_wrap .header_subtitle {
  width: 100%;
  padding: 0 90px;
  position: relative;
  margin-bottom: 25px;
}

.job_merit_wrap .header_subtitle::before {
  content: "";
  background-image: url(/image/kurashimanet/common/dot.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  width: 152px;
  height: 40px;
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.job_merit_wrap .header_subtitle span::before {
  display: none;
}

.job_merit_wrap .header_subtitle::after {
  content: "";
  background-image: url(/image/kurashimanet/common/dot.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  width: 152px;
  height: 40px;
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.job_merit_wrap .header_subtitle span::after {
  display: none;
}

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

.merit_info_box:not(:last-child) {
  margin-bottom: 30px;
}

.merit_info_box {
  position: relative;
  padding-left: 120px;
  min-height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.merit_info_box h3 {
  margin-top: 0;
  font-size: 2.2rem;
  margin-bottom: 5px;
  color: #f39001;
}

.merit_info_box p {
  width: 100%;
  font-size: 1.6rem;
  margin: 0;
}
.merit_info_lists {
  margin-bottom: 50px;
}

.merit1::before {
  content: "1";
  padding-top: 22px;
}
.merit_info_box.merit1::before {
  top: 0;
  margin-top: 0;
}
.merit2::before {
  content: "2";
  padding-top: 22px;
}
.merit3::before {
  content: "3";
  padding-top: 22px;
}
.merit4::before {
  content: "4";
  padding-top: 22px;
}
.merit5::before {
  content: "5";
  padding-top: 22px;
}
.merit6::before {
  content: "6";
  padding-top: 22px;
}
.merit7::before {
  content: "7";
  padding-top: 24px;
}
.merit8::before {
  content: "8";
  padding-top: 22px;
}
.merit_info_box::before {
  background: url(/image/kurashimanet/job/merit/bg_merit.png) 0 0 no-repeat;
  background-size: 100px;
  height: 100px;
  width: 100px;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -50px;
  text-align: center;
  color: #fff;
}
.merit_info_inner .link_btn {
  max-width: 340px;
  margin-top: 15px;
  margin-bottom: 0;
}

.merit_info_inner .link_btn a {
  display: block;
  max-width: none;
  width: 100%;
  font-size: 1.8rem;
  padding: 15px;
  border: 1px solid #56a1d2;
  transition: all 0.5s;
}
.merit_info_inner .link_btn a:hover {
  background: #fff;
  color: #56a1d2;
}
.merit_info_inner .link_btn a:hover::after {
  background-image: url(/image/kurashimanet/top/more_btn_icon_blue.png);
}

/*---------------------------------------
求人者・求職者の皆様へ
-----------------------------------------*/
.to-job-seekers_content p {
  width: 100%;
  font-size: 1.6rem;
}

.to-job-seekers_content > p {
  margin-bottom: 20px;
}

.job-seekers_detail {
  margin-bottom: 40px;
}

.job-seekers_detail .dot_list {
  font-size: 1.6rem;
  margin: 0 10px;
}

.job-seekers_detail .ttl_stripe1 {
  margin-bottom: 20px;
}

.job-seekers_detail .dot_list li {
  line-height: 1.6;
}

.job-seekers_detail > p {
  margin: 0 10px;
  width: auto;
}
.head_line_box {
  border-top: 1px dashed #727171;
  padding: 30px 5px 0;
  margin-top: 60px;
  text-align: center;
}
.to-job-seekers_content .head_line_box p{
  text-align: center;
  font-size: 18px;
}

/*---------------------------------------
サイトの利用について
-----------------------------------------*/
.simple_page_block.block {
  max-width: 985px;
  width: 80%;
}
.simple_page_block {
  margin-bottom: 70px;
}
.simple_page_block:last-child {
  margin-bottom: 190px;
}
.kiyaku_detail:not(:last-child) {
  margin-bottom: 40px;
}

.kiyaku_detail h3 {
  font-size: 2rem;
  background: #f9e48e;
  padding: 10px;
  margin-top: 0;
  margin-bottom: 10px;
}

.simple_page_content {
  margin: 0 15px;
}

.kiyaku_detail p {
  width: auto;
  font-size: 1.6rem;
  margin: 0 10px;
}

.plugin_bnr {
  background: #eee;
  display: flex;
  flex-wrap: wrap;
  max-width: 630px;
  width: 100%;
  padding: 15px;
  margin: 10px 10px 0;
  align-items: center;
}

.plugin_bnr dt {
  width: 27%;
  margin-right: 2%;
}

.plugin_bnr dd {
  margin-left: 0;
  font-size: 1.4rem;
  width: 71%;
  line-height: 1.6;
}

.plugin_bnr dt img {
  max-width: 100%;
}

.kiyaku_detail p:not(:last-child):not(.mb0) {
  margin-bottom: 15px;
}

.simple_page_content > p {
  font-size: 1.6rem;
  width: 100%;
  margin-bottom: 20px;
}

.kiyaku_detail .number_list {
  padding: 0;
  margin-top: 0;
  margin-left: 1.8em;
  margin-right: 10px;
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 2;
  color: #000;
}

.kiyaku_detail .number_list li {
  list-style-type: auto;
}
.kiyaku_detail .number_list li:not(:last-child) {
  margin-bottom: 10px;
}
.kiyaku_detail .bold {
  display: block;
  font-weight: bold;
}

.kiyaku_detail .number_list p:not(:last-child) {
  margin-bottom: 10px;
}

.kiyaku_detail .bracket_list {
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  line-height: 2;
  color: #000;
}

.kiyaku_detail .bracket_list li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
  padding-left: 35px;
}

.kiyaku_detail .bracket_list li::before {
  content: "(" counter(cnt) ") ";
  position: absolute;
  left: 0;
  top: 0;
}
.kiyaku_detail > .bracket_list {
  margin-left: 10px;
  margin-bottom: 15px;
}

.block .text-right {
  text-align: right;
}

.simple_page_content .link_btn {
  margin-bottom: 0;
  margin-top: 40px;
}
.simple_page_content .more_btn {
  margin-bottom: 0;
  margin-top: 40px;
  text-align: center;
}

.simple_page_content .more_btn a {
  padding: 15px;
  background: #f9e48e;
}
.simple_page_content .more_btn a::after {
  display: none;
}

/*---------------------------------------
関連サイト
-----------------------------------------*/
.relation_lists {
  display: flex;
  flex-wrap: wrap;
}

.relation_link {
  width: 30.6%;
  margin-right: 4%;
  text-align: center;
  margin-bottom: 30px;
}

.relation_link:nth-child(3n) {
  margin-right: 0;
}

.relation_link figure{
  border-top: 1px solid #a8a8a8;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.relation_link a {
  display: block;
  color: #5090bc;
  border: 1px solid #a8a8a8;
  position: relative;
  height: 100%;
}

.sitelink_caption {
  font-size: 1.7rem;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin-top: 0;
  text-align: left;
  padding: 0 35px 0 10px;
  font-weight: bold;
  background: #fff1df;
  min-height: 60px;
  display: flex;
  align-items: center;
}
.relation_link a::after {
  content: "";
  background: url(/image/kurashimanet/common/icon_blank.png) 0 0 no-repeat;
  background-size: 21px;
  height: 21px;
  width: 21px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.relation_link a:hover{
  color: #000;
}

/*---------------------------------------
サイトマップ
-----------------------------------------*/
.sitemap_block.block {
  max-width: 1085px;
  width: 80%;
}
.sitemap_block {
  margin-bottom: 70px;
}
.sitemap_block:last-child {
  margin-bottom: 190px;
}

.sitemap_contents {
  display: flex;
  flex-wrap: wrap;
}

.sitemap_box {
  width: 30.6%;
  margin-right: 4%;
}

.sitemap_box:last-child {
  margin-right: 0;
}

.sitemap_list {
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
}

.sitemap_list > li {
  margin-bottom: 20px;
}

.sitemap_list > li > a,
.sitemap_list > li > span {
  display: block;
  background-color: #fff;
  border: 1px solid #ccc;
  border-left: 5px solid #558da8;
  color: #313131;
  font-weight: bold;
  padding: 6px 7px 4px 12px;
  position: relative;
}

.sitemap_child_list {
  margin: 7px 12px 8px;
  padding: 0;
}

.sitemap_child_list > li:not(:last-child) {
  margin-bottom: 5px;
}

.sitemap_child_list > li > a {
  color: #313131;
  position: relative;
  display: block;
  padding-left: 1em;
  font-size: 1.5rem;
}

.sitemap_child_list > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #558da8;
  border-right: 2px solid #558da8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sitemap_list > li > a::after {
  content: "";
  background: url(/image/kurashimanet/home/bnt_self.png) 0 0 no-repeat;
  background-size: 25px 28px;
  height: 28px;
  width: 25px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
}

.sitemap_list > li > a {
  transition: all 0.5s;
}
.sitemap_list > li > a:hover {
  background: #558da8;
  color: #fff;
  border: 1px solid #558da8;
  border-left: 5px solid #558da8;
}
.sitemap_list > li > a:hover::after {
  background: url(/image/kurashimanet/home/bnt_self_hover.png) 0 0 no-repeat;
  background-size: 25px 28px;
}
.sitemap_child_list > li > a:hover {
  text-decoration: underline;
}

/*---------------------------------------
情報発信紹介
-----------------------------------------*/
.mainvisual.shiryou_wrap {
  background-image: url(/image/kurashimanet/shiryou/shiryou_title_bg.jpg);
}
.shiryou_wrap .pagetitle {
  background-image: url(/image/kurashimanet/shiryou/shiryou_title_txt.png);
  background-size: 20%;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 0 0 15px black;
}
.shiryou_wrap .pagelink {
  max-width: 985px;
  width: 100%;
}
.shiryou_wrap .pagelink li {
  width: 23.7%;
}
.shiryou_inner {
  align-items: center;
  max-width: 900px;
  width: 80%;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.shiryou_txt_box {
  font-size: 1.8rem;
  line-height: 1.8;
  width: 60%;
  margin-right: 5%;
}
.shiryou_txt_box p {
  margin-bottom: 40px;
}
.shiryou_photo {
  margin: 0;
  width: 30%;
}
.shiryou_photo img,
.sp_link img {
  width: 100%;
}
.shiryou_photo img{
  box-shadow: 2px 2px 3px rgba(0,0,0,.25);
  border: 1px solid #ddd;
}
.shiryou_link_btn {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.sp_link {
  margin: 0 5% 0 0;
  text-align: center;
  width: 30%;
}
.link_list {
  padding-left: 0;
  margin: 36px 0 0 0;
  width: 65%;
}
.btn_only .link_list {
  margin-top: 0;
}
.link_list .link_btn a {
  display: block;
  margin-bottom: 20px;
  padding: 17px;
  border: 1px solid #56a1d2;
  transition: all .5s;
}
.link_list .link_btn a:hover{
  background: #fff;
  color: #56a1d2;
}
.link_list .link_btn a:hover::after {
  background-image: url(/image/kurashimanet/top/more_btn_icon_blue.png);
}
.link_list .link_btn .request_btn {
  border: 1px solid #f39a24;
  background: #f39a24;
}
.link_list .link_btn .request_btn:hover{
  background: #fff;
  color: #f39a24;
}

.link_list .link_btn .request_btn:hover::after{
  background-image: url(/image/kurashimanet/top/more_btn_icon_orange.png);
}

.shiryou_cnts {
  margin-bottom: 70px;
}
.shiryou_cnts:last-child {
  margin-bottom: 190px;
}
.shiryou_main_text {
  max-width: 900px;
  width: 80%;
  margin: 0 auto 50px;
}

.shiryou_main_text p {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 0;
}
.shiryou_inner.sns_links {
  display: block;
  max-width: 1000px;
}
.sns_links .info_ga_bottom {
  margin-bottom: 40px;
}
.topics_link {
  text-align: center;
}
.topics_link a {
  display: inline-block;
}
.topics_link a:hover {
  opacity: 0.7;
}
.topics_link img {
  width: 100%;
}

/*---------------------------------------
U・Iターン応援カード協賛店申込み
-----------------------------------------*/
.uiturncard_block.block,.uiturncard_block .block{
  max-width: 985px;
  width: 80%;
}
.uiturncard_block {
  margin-bottom: 70px;
}
.uiturncard_block:last-child {
  margin-bottom: 190px;
}
te {
  width: 100%;
  font-size: 1.6rem;
}

.uiturncard_main figure img {
  max-width: 100%;
}

.uiturncard_entry_about > figure {
  margin-bottom: 20px;
  text-align: center;
}

.uiturncard_entry_about > figure > img {
  max-width: 100%;
  width: 50%;
}

.file_dl_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.file_dl_list .flie_dl_btn {
  margin-bottom: 0;
  margin-right: 2%;
  width: 32%;
}

.file_dl_list .flie_dl_btn:last-child {
  margin-right: 0;
}

.card_entry_manner .flie_dl_btn {max-width: 400px;width: 100%;margin: 0 auto;}

.flie_dl_btn a {
  line-height: 1.4;
  width: auto;
  background: #61b58f;
  border: 1px solid #61b58f;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  padding: 15px 40px;
  border-radius: 5px;
  box-shadow: 0 0 3px rgb(3 3 3 / 35%);
  position: relative;
  transition: all .5s;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flie_dl_btn a::after{
  content: '';
  background: url(/image/kurashimanet/common/icon-download_off.png) 0 0 no-repeat;
  background-size: 22px;
  height: 22px;
  width: 22px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -11px;
}

.flie_dl_btn a:hover{
  background: #fff;
  color: #61b58f;
}

.flie_dl_btn a:hover::after{
  background: url(/image/kurashimanet/common/icon-download_on.png) 0 0 no-repeat;
  background-size: 22px;
}

.uiturncard_block .card_benefit_box p {
  line-height: 1.4;
  font-size: 1.5rem;
  text-align: center;
  margin-top: -25px;
}

.file_dl_list .flie_dl_btn a {
  padding: 8px 40px;
}

.uiturncard_entry_contents > p {
  margin-bottom: 20px;
}

.card_benefit {
  display: flex;
  flex-wrap: wrap;
}

.card_benefit_box {
  width: 17.6%;
  margin-right: 3%;
  text-align: center;
  margin-top: -20px;
}

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

.card_benefit_box:last-child {
  margin-right: 0;
}

.uiturncard_block p {
  width: 100%;
  font-size: 1.6rem;
}

.card_entry_manner p {
  margin-bottom: 20px;
}

.card_entry_manner:not(:last-child) {
  margin-bottom: 40px;
}

.card_entry_manner .link_btn {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.card_entry_manner .link_btn a {
  display: block;
  padding: 20px;
  border: 1px solid #56a1d2;
}
.card_entry_manner .link_btn a:hover{
  background: #fff;
  color: #56a1d2;
}
.card_entry_manner .link_btn a:hover::after{
  background: url(/image/kurashimanet/job/top/icon_arrow_blue.png) 0 0 no-repeat;
  background-size: 20px 10px;
}

.card_entry_manner .flie_dl_btn a {
  font-size: 1.9rem;
  padding: 20px;
}

.uiturn_contact_detail:not(:last-child) {
  margin-bottom: 30px;
}

.uiturn_contact_detail h3 {
  font-size: 2rem;
  background: #56a1d2;
  padding: 10px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.4;
}
.uiturn_contact_detail p {
  width: auto;
  font-size: 1.6rem;
  margin: 0 10px;
}
.card_entry_text > p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.8rem;
}
.card_entry_text .card_type_flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.card_entry_text .card_type_box {
  width: 48%;
  margin-right: 4%;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  border: 3px dashed #12668e;
}
.card_entry_text .card_type_main {
  margin-bottom: 20px;
}
.card_entry_text .card_type_box:nth-child(1) .card_type_main {
  max-width: 210px;
  width: 100%;
}
.uiturncard_entry_about .card_type_main img {
  max-width: 100%;
  width: auto;
}
.card_entry_text .card_type_desc > h3 {
  border-left: 5px solid #ff437d;
  color: #ff437d;
  font-size: 20px;
  padding: 5px 15px;
  margin-top: 0;
  margin-bottom: 15px;
}
.card_entry_text .card_type_desc > p {
  margin-top: 0;
  padding: 0;
  margin-bottom: 30px;
  line-height: 1.6;
  font-weight: normal;
}
.card_entry_text .card_type_box:last-child {
  margin-right: 0;
}
.card_entry_text .card_type_box:nth-child(2) .card_type_main {
  min-height: 348px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*---------------------------------------
スカウトサービスを活用
-----------------------------------------*/
.jobuse_block.block,.jobuse_block .block{
  max-width: 1085px;
  width: 80%;
}
.jobuse_block:first-child.block{
  max-width: 985px;
  width: 80%;
}
.jobuse_block:first-child.block p {
  font-size: 1.8rem;
}
.jobuse_block{
  margin-bottom: 70px;
}
.jobuse_block:last-child{
  margin-bottom: 190px;
}
.job_use_content p {
  width: 100%;
  font-size: 1.6rem;
}

.job_scout_about {
  display: flex;
  flex-wrap: wrap;
}

.job_scout_about figure {
  margin-left: 0;
  margin-right: 3%;
  width: 48%;
}

.job_scout_about figure img {
  max-width: 100%;
}

.job_scout_text {
  width: 49%;
}

.job_scout_text_box:not(:last-child) {
  margin-bottom: 10px;
}

.job_scout_text_box h3 {
  font-size: 2.2rem;
  color: #313131;
  font-weight: 500;
  margin-top: 0;
  position: relative;
  padding: 10px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.job_scout_text_box h3::after {content: '';background: url(/image/kurashimanet/job/scout/icon_dotline.png) 0 0 repeat-x;background-size: auto;height: 5px;width: 100%;position: absolute;left: 0;bottom: 0;}

.job_scout_text_box p {
  margin: 0 10px;
  width: auto;
}

.job_scout_flows {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.scout_flow_box {
  background: #d6eef2;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  width: 30%;
  margin-right: 5%;
  position: relative;
}

.scout_flow_box:last-child {
  margin-right: 0;
}

.scout_flow_box:not(:last-child)::after {content: '';background: url(/image/kurashimanet/job/scout/icon_flow_arrow.png) 0 0 no-repeat;background-size: 25px 61px;height: 61px;width: 25px;position: absolute;right: -40px;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);}

.scout_flow_box .step_txt {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.scout_flow_box figure {
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scout_flow_box figure img {
  max-width: 100%;
}

.scout_flow_box h3 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #313131;
  line-height: 1;
  margin: 0;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.scout_flow_text p:not(:last-child) {
  margin-bottom: 20px;
}

.scout_flow_text .link_btn {
  max-width: 230px;
  width: 100%;
  margin: 0 auto;
}

.scout_flow_text .link_btn a {
  display: block;
  min-width: auto;
  font-size: 1.5rem;
  padding: 10px;
}

.scout_flow_text .link_btn a::after {
  display: none;
}

.scout_flow_text p {
  line-height: 1.6;
}

.job_scout_mail_img {
  background: #d6eef2;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 20px;
}

.job_scout_mail_img .header_subtitle {
  margin-top: 0;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.job_scout_mail_img .header_subtitle span::before {
  left: 0;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);
}
.job_scout_mail_img .header_subtitle span::after {
      right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.job_scout_mail_img .header_subtitle span {
  padding: 0 150px;
  display: inline-block;
}

.job_scout_mail_img > p {
  text-align: center;
  margin-bottom: 10px;
}

.job_scout_mail_img figure {
  text-align: center;
}

.job_scout_mail_img figure img {
  max-width: 100%;
}

.job_scout_other {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.scout_other_box {
  width: 48%;
  margin-right: 4%;
  background: #ecf5f6;
  border: 3px dashed #5cb3db;
  border-radius: 20px;
  padding: 20px 20px 8% 20px;
  position: relative;
}

.scout_other_box:last-child {
  margin-right: 0;
}

.scout_other_box h3 {
  line-height: 1.3;
  color: #12668e;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 0;
  position: relative;
  padding-left: 1.3em;
  margin-bottom: 5px;
}

.scout_other_box h3::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  box-sizing: border-box;
  width: 20px;
  height: 17px;
  border: 12px solid transparent;
  border-left: 22px solid #12668e;
}

.scout_other_box p {
  min-height: 54px;
  margin-bottom: 10px;
  line-height: 1.6;
}

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

.scout_other_box figure {
  margin-bottom: 20px;
}

.scout_other_box .link_btn {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}

.scout_other_box .link_btn a {
  display: block;
  font-size: 1.8rem;
  padding: 15px 40px;
}

.scout_bnr_lists {
  display: flex;
  flex-wrap: wrap;
}

.scout_bnr_lists .bnr_box {
  width: 48.5%;
  margin-right: 3%;
}

.scout_bnr_lists .bnr_box:last-child {
  margin-right: 0;
}

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

.job_use_content .link_btn a{
  border: 1px solid #56a1d2;
  transition: all .5s;
}
.job_use_content .link_btn a:hover{
  background: #fff;
  color: #56a1d2;
}
.job_use_content .link_btn a:hover::after {
  background-image: url(/image/kurashimanet/top/more_btn_icon_blue.png);
}

/** しまね暮らしのあれこれ **/
.mainvisual.shimane_life_wrap {
  background-image: url(/image/kurashimanet/life/life_title_bg.jpg);
}
.shimane_life_wrap .pagetitle {
  background-image: url(/image/kurashimanet/life/life_title_txt.png);
  background-size: 15%;
  text-shadow: 0 0 15px black;
}

.life_block.block,.life_block .block {
  max-width: 1085px;
  width: 80%;
}

.life_block {
  margin-bottom: 70px;
}

.life_block:last-child {
  margin-bottom: 190px;
}

.life_detail_block {
  max-width: 985px;
  width: 100%;
  margin: 0 auto;
}

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

.life_detail_block > figure {
  margin-bottom: 10px;
}

.life_detail_block p {
  width: 100%;
  font-size: 1.6rem;
}

.life_detail_block > p {
  margin-bottom: 30px;
}

.life_detail_block .header_subtitle {
  width: 100%;
  margin: 0 0 30px;
}

.life_detail_block .header_subtitle span::before {
  left: 0;
  top: 50%;
  margin-top: -20px;
}

.life_detail_block .header_subtitle span::after {
  right: 0;
  top: 50%;
  margin-top: -20px;
}

.life_detail_block .header_subtitle span {
  font-size: 2.2rem;
  font-weight: normal;
  padding: 0 150px;
  display: inline-block;
}

.life_detail_x2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.life_detail_x2 figure {
  width: 34%;
  margin-right: 3%;
  margin-left: 0;
}

.life_detail_text {
  width: 63%;
}

.life_detail_text > p {
  margin-bottom: 20px;
}

.life_detail_text .link_btn {
  max-width: 340px;
  width: 100%;
  margin-left: auto;
}

.life_detail_text .link_btn a {
  display: block;
  min-width: auto;
  font-size: 1.8rem;
  padding: 15px;
  border: 1px solid #56a1d2;
}

.life_detail_text .link_btn a:hover {
  background: #fff;
  color: #56a1d2;
}

.life_detail_text .link_btn a:hover::after {
  background-image: url(/image/kurashimanet/top/more_btn_icon_blue.png);
}

.ttl_dot_line2 .ttl {
  font-size: 2.2rem;
  color: #32353a;
  font-weight: normal;
  padding: 10px 10px 17px;
  position: relative;
}

.ttl_dot_line2 .ttl::after {content: '';background: url(/image/kurashimanet/common/ttl_dot_line2.png) 0 0 repeat-x;background-size: auto;height: 5px;width: 100%;position: absolute;left: 0;bottom: 0;}

.life_detail_block .link_list {
  width: 100%;
  margin: 0 10px;
  display: flex;
  flex-wrap: wrap;
}

.life_detail_block .link_list li {
  width: 48%;
  margin-right: 3%;
  margin-bottom: 25px;
}

.life_detail_block .link_list li:nth-child(2n) {
  margin-right: 0;
}

.life_detail_block .link_list li a {
  position: relative;
  display: block;
  color: #313131;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-left: 2.7em;
  transition: all .5s;
}

.life_detail_block .link_list li a::before {content: '';background: url(/image/kurashimanet/home/bnt_self.png) 0 0 no-repeat;background-size: 40px 43px;height: 43px;width: 40px;position: absolute;left: 0;top: 50%;margin-top: -20px;}

.life_detail_block .link_list li a:hover {
  color: #558da8;
  font-weight: bold;
}
.ttl_stripe1 + .life_detail_block,
.ttl_stripe2 + .life_detail_block {
  margin-bottom: 20px;
}

/*---------------------------------------
しまねの市町村
-----------------------------------------*/
.mainvisual.shimane_cities_wrap {
  background-image: url(/image/kurashimanet/cities/top/cities_title_bg.jpg);
}
.shimane_cities_wrap .pagetitle {
  background-image: url(/image/kurashimanet/cities/top/cities_title_txt.png);
  background-size: 15%;
  text-shadow: 0 0 15px black;
}
.cities_top_block.block,.cities_top_block .block {
  max-width: 1300px;
  width: 80%;
}
.cities_top_block {
  margin-bottom: 70px;
}
.cities_top_block:last-child {
  margin-bottom: 190px;
}
.shimane_cities_wrap .pagelink.blue_link {
  max-width: 1300px;
  width: 80%;
}
.shimane_cities_wrap .pagelink.blue_link li {
  width: 18%;
}
.cities_top_content .shimane_map {
  margin-top: 50px;
  margin-bottom: 40px;
  max-width: 896px;
  width: 100%;
}

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

.cities_list_box .header_subtitle span::before {
  left: -150px;
}

.cities_list {
  display: flex;
  flex-wrap: wrap;
}

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

.cities_list_item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.cities_list_item:nth-child(3n) {
  margin-right: 0;
}

.cities_list_item figure {
  margin-bottom: 10px;
}

.cites_link_x2 {
  display: flex;
  flex-wrap: wrap;
}

.cites_link_x2 a {
  display: block;
  width: 49%;
  margin-right: 2%;
  text-align: center;
  font-size: 1.5rem;
  padding: 17px 10px;
  box-shadow: 0px 3px 0px 0px rgba(50, 53, 58, 0.15);
  border-radius: 5px;
  transition: all .5s;
}

.cites_link_x2 a:last-child {
  margin-right: 0;
}

.cites_link_x2 a:nth-child(1) {
  color: #313131;
  background: #d6eef2;
  border: 1px solid #d6eef2;
}

.cites_link_x2 a:nth-child(2) {
  color: #fff;
  background: #5cb3db;
  border: 1px solid #5cb3db;
}

.cites_link_x2 a:nth-child(1):hover {
  background: #fff;
}

.cites_link_x2 a:nth-child(2):hover {
  background: #fff;
  color: #313131;
}

.cities_top_news_list {
  max-width: 985px;
  width: 100%;
  margin: 0 auto 30px;
  background: #fff;
  padding: 30px 40px;
  border: 2px solid #558da8;
}

.news_list_item {
  font-size: 1.6rem;
  line-height: 1.3;
  border-bottom: 1px solid #558da8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.news_item_name a {
  color: #313131;
}

.news_list_item time {
  color: #5cb3db;
  display: block;
  margin-bottom: 5px;
}

.news_item_name a:hover {
  text-decoration: underline;
}

.news_list_item:last-child {
  margin-bottom: 0;
}

.cities_top_content > .link_btn {
  max-width: 340px;
  margin: 0 auto;
  width: 100%;
}

.cities_top_content > .link_btn a {
  display: block;
  min-width: auto;
  width: 100%;
  font-size: 1.8rem;
  padding: 20px;
  border: 1px solid #56a1d2;
  transition: all .5s;
}

.cities_top_content > .link_btn a:hover {
  background: #fff;
  color: #56a1d2;
}

.cities_single_bnr {
  text-align: center;
}
.cities_top_content .slick-dotted.slick-slider {
  margin-bottom: 6%;
}
.cities_top_content .unoccupied_house_list {
  max-width: 1085px;
  width: 100%;
  margin: 0 auto 30px;
}

/*---------------------------------------
島根とは
-----------------------------------------*/
.mainvisual.shimane_about_wrap {
  background-image: url(/image/kurashimanet/about/about_title_bg.jpg);
}
.shimane_about_wrap .pagetitle {
  background-image: url(/image/kurashimanet/about/about_title_txt.png);
  background-size: auto;
  text-shadow: 0 0 15px black;
}
.cities_top_block.block,.cities_top_block .block {
  max-width: 1300px;
  width: 80%;
}
.about_block {
  margin-bottom: 70px;
}
.about_block:last-child {
  margin-bottom: 190px;
}
.about_catch_text {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
  margin-bottom: 25px;
}

.shimane_about_wrap .pagelink {
  max-width: 1300px;
  width: 80%;
}

.shimane_about_wrap .pagelink a {
  padding: 10px 5px;
}

#about1, #about2 .block, #about3, #about4 .block {
  max-width: 985px;
  width: 80%;
}

.about_block p {
  font-size: 1.6rem;
  width: 100%;
}

.shimane_about_text .shimane_map {
  margin-top: 30px;
}

.about_access_block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.about_access_text {
  width: 60%;
  margin-right: 2%;
}

.about_access_block figure {
  margin: 15px 0 0;
  width: 38%;
}

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

.shimane_access_box {
  max-width: 500px;
  width: 100%;
  margin-top: 35px;
  background: #fff;
  border: 4px dotted #2991c3;
  padding: 15px 25px;
}

.shimane_access_box ul {
  padding: 0;
  margin: 0;
}

.shimane_access_box ul li {
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.5;
}

.shimane_access_box ul li:last-child {
  margin-bottom: 0;
}

.shimane_access_box ul li > span:nth-child(2) {
  margin-left: 15px;
}

.about_shimanelife > p {
  text-align: center;
  margin-bottom: 15px;
}

.about_shimanelife .bnr_link {
  max-width: none;
  width: 100%;
  margin: 0;
}

.about_aruaru_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.about_aruaru_item {
  width: 30.6%;
  margin-right: 4%;
}

.about_aruaru_item:last-child {
  margin-right: 0;
}

.about_aruaru_item figure {margin-bottom: 10px;}

.about_aruaru_text h3 {
  font-size: 2rem;
  color: #12668e;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 52px;
}

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

.about_content .link_btn {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
}

.about_content .link_btn a {
  display: block;
  width: 100%;
  min-width: auto;
  padding: 20px;
  font-size: 1.8rem;
  border: 1px solid #56a1d2;
  transition: all .5s;
}

.about_content .link_btn a:hover {
  background: #fff;
  color: #56a1d2;
}

#about5 {
  max-width: 1300px;
  width: 80%;
}
#about6 .about_content {
  max-width: 1085px;
  width: 100%;
  margin: 0 auto;
}

.about_other_link .link_list {
  max-width: 985px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.about_other_link .link_list li {
  width: 48%;
  margin-right: 3%;
  margin-bottom: 25px;
}

.about_other_link .link_list li a {
  position: relative;
  display: block;
  color: #313131;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-left: 2.7em;
  transition: all .5s;
}

.about_other_link .link_list li a::before {
  content: '';
  background: url(/image/kurashimanet/home/bnt_self.png) 0 0 no-repeat;
  background-size: 40px 43px;
  height: 43px;
  width: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
}

.about_other_link .link_list li:nth-child(2n) {
  margin-right: 0;
}

.about_other_link:not(:last-child) {
  margin-bottom: 20px;
}

.about_other_link .link_list li a:hover {
  color: #558da8;
  font-weight: bold;
}

#about6 .block::before {content: '';background: url(/image/kurashimanet/about/icon_about_other1.png) 0 0 no-repeat;background-size: 348px 125px;height: 125px;width: 348px;position: absolute;left: 0;top: 0;}

#about6 .block::after {content: '';background: url(/image/kurashimanet/about/icon_about_other2.png) 0 0 no-repeat;background-size: 375px 135px;height: 135px;width: 375px;position: absolute;right: 0;top: 0;}

#about6 .about_other_link:nth-child(2) {position: relative;}

#about6 .about_other_link:nth-child(2)::after {content: '';background: url(/image/kurashimanet/about/icon_about_other3.png) 0 0 no-repeat;background-size: 337px 142px;position: absolute;width: 337px;height: 142px;right: -100px;bottom: 0;}

span.super{
  vertical-align: super;
  font-size: 1.6rem;
}
.wakuwaku_note{
  font-size: 1.5rem;
  text-align: left;
  max-width: 730px;
  margin: 10px auto;
}

/*---------------------------------------
トピックス一覧
-----------------------------------------*/
.mainvisual.topics_wrap {
  background-image: url(/image/kurashimanet/topics/topics_title_bg.jpg);
}
.topics_wrap .pagetitle {
  background-image: url(/image/kurashimanet/topics/topics_title_txt.png);
  background-size: 15%;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 0 0 15px black;
}
.topics_wrap .cont_wrap{
  margin-bottom: 190px;
}
.topics_contents_area{
  max-width: 1300px;
  width: 80%;
  margin: 0 auto;
}
.topics_contents_block {
  background: #fff;
  border: 2px solid #558da8;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.topics_item {
  width: 22.7%;
  margin-right: 3%;
  margin-bottom: 20px;
}

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

.topics_item:nth-child(4n) {
  margin-right: 0;
}

.topics_item figcaption {
  font-size: 1.6rem;
  line-height: 1.3;
}

.topics_item a {
  color: #313131;
}

.topics_img {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
}

.topics_item a:hover .topics_img::before {
  content: "view more";
  background: rgba(3, 3, 3, 0.7);
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  z-index: 2;
  transition: all 0.5s;
}

.topics_item a:hover{
  text-decoration: underline;
}

/*---------------------------------------
お問い合わせ
-----------------------------------------*/
.contact_wrap {
  max-width: 1035px;
  width: 80%;
  margin: 0 auto 190px;
  font-size: 1.6rem;
}

.form_txt_wrap {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 60px;
  margin-top: 40px;
}

.balloon-left {
  position: relative;
  display: block;
  padding: 20px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #ebf9fb;
  border-radius: 10px;
  line-height: 1.3;
}

.balloon-left:before {
  content: "";
  position: absolute;
  left: -60px;
  bottom: 30px;
  border: 20px solid transparent;
  border-right: 50px solid #ebf9fb;
}

.balloon-left p {
  padding: 0;
}

.form_txt_img {
  margin: 0 3% 0 0;
  width: 23%;
}

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

.form_txt_wrap .balloon-left {
  width: 76%;
}

.contents_box {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.from_wrap {
  border-top: 1px solid #5cb3db;
  line-height: 1.3;
}

.from_wrap:first-child {
  border-top: none;
}

.from_wrap .column {
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0;
}

.from_wrap dt {
  position: relative;
  padding-right: 45px;
  width: 30%;
  text-align: center;
}

.from_wrap dd {
  width: 70%;
  margin-bottom: 0;
}

.required_txt {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: #dd656a;
  color: #fff;
  font-size: 1.2rem;
  padding: 2px 10px;
  border-radius: 5px;
  font-weight: normal;
}

.columns .from_wrap input[type="text"], .columns .from_wrap input[type="tel"], .columns .from_wrap input[type="email"], .columns .from_wrap textarea {
  border: 2px solid #5cb3db;
  padding: 10px;
  border-radius: 3px;
  position: relative;
  width: 100%;
}

.columns .from_wrap .flex_input input[type="text"] {
  width: 44%;
}
.from_wrap .field input[type=radio] {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 16px;
  position: relative;
  width: auto;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.from_wrap .field input[type=radio]::before {
  background: #fff;
  border: 2px solid #56a1d2;
  border-radius: 50%;
  content: '';
  display: block;
  height: 17px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 40%;
  width: 17px;
}

.from_wrap .field input[type=radio]::after {
  background: #56a1d2;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 9px;
  margin-top: -4px;
  margin-left: -5px;
}

.genre_wrap:nth-child(3) input[type=radio]::after {
  margin-top: -3px;
  margin-left: -5px;
}

.from_wrap .field input[type=radio]:checked::after {
  opacity: 1;
}

.from_wrap .field_check {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  margin-bottom: 0;
}

.from_wrap .field_check::before {
  background: #fff;
  border: 2px solid #56a1d2;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.from_wrap .field_check::after {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: '';
  display: block;
  height: 9px;
  left: 11px;
  margin-top: -6px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

.from_wrap input[type=checkbox]:checked +  .field_check::after {
  opacity: 1;
}

.from_wrap input[type="checkbox"] {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
  appearance: none;
}

.from_wrap input[type="checkbox"]:checked + .field_check::before {
  background: #56a1d2;
}

.contact_genre {
display: flex;
flex-wrap: wrap;
}
.genre_wrap {
display: flex;
width: 50%;
margin-bottom: 10px;
font-size: 1.4rem;
align-items: center;
}

.genre_wrap:last-child {
margin-bottom: 0;
}


.from_wrap .field label {
  margin-right: 30px;
  margin-bottom: 0;
}

.form_small_txt {
  display: inline-block;
  font-size: 1.4rem;
  margin: 0;
}

.form_list .column {
  padding: 10px 0;
}

.columns .from_wrap .flex_input input[type="text"]:first-child {
  margin-right: 3%;
}

.doui_block {
  margin: 0 0 20px auto;
  max-width: 600px;
  width: 100%;
}

.center_btn_parts {
  margin: 0 0 0 auto;
  max-width: 600px;
  width: 100%;
}

.contact_submit {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  background: #5cb3db;
  border: 1px solid #5cb3db;
  transition: all .5s;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgb(3 3 3 / 35%);
  display: block;
  font-size: 1.8rem;
  letter-spacing: 1.5px;
  padding: 18px;
  position: relative;
  max-width: 330px;
  width: 100%;
}
.contact_submit::after{
  content: '';
  background: url(/image/kurashimanet/cities/icon_self.png) 0 0 no-repeat;
  background-size: 20px 10px;
  height: 10px;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}

.contact_back, .return_btn {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  background: #9e9e9e;
  border: 1px solid #9e9e9e;
  transition: all .5s;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgb(3 3 3 / 35%);
  display: block;
  font-size: 1.8rem;
  letter-spacing: 1.5px;
  padding: 18px;
  position: relative;
  max-width: 330px;
  width: 100%;
}
.contact_back::after, .return_btn::after{
  content: '';
  background: url(/image/kurashimanet/cities/icon_self.png) 0 0 no-repeat;
  background-size: 20px 10px;
  height: 10px;
  width: 20px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -5px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.contact_submit::-webkit-search-decoration,
.contact_back::-webkit-search-decoration{
  display: none;
}

.contact_submit::focus,
.contact_back::focus{
  outline-offset: -2px;
}

.contact_confirm_x2 {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.contact_confirm_x2 .contact_submit {
  order: 2;
}

.contact_confirm_x2 .contact_back {
  order: 1;
  margin-right: 5%;
}
.contact_thanks_box > p {
  font-size: 1.8rem;
  line-height: 1.5;
}

.return_btn_block {
  margin-bottom: 0;
  text-align: center;
}

.return_btn_block a {
  margin: 30px auto 0;
}

/*---------------------------------------
年間イベントスケジュール
-----------------------------------------*/
.mainvisual.event_schedule_wrap {
  background-image: url(/image/kurashimanet/event/schedule/schedule_title_bg.jpg);
}
.event_schedule_wrap .pagetitle {
  background-image: url(/image/kurashimanet/event/schedule/schedule_title_txt.png);
  background-size: 27%;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 0 0 15px black;
}
.event_schedule_block {
  margin-bottom: 70px;
}

.event_schedule_block:last-child {
  margin-bottom: 190px;
}

.blue_circle_box {
  max-width: 1075px;
  width: 80%;
  margin: 0 auto;
}

.blue_circle_box dl {
  margin: 3% 0;
}

.blue_circle_box dl dt {
  font-size: 2rem;
  font-weight: normal;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5;
}

.blue_circle_box dl dt::before {content: '';background: #b2dff3;height: 40px;width: 40px;display: block;border-radius: 50%;position: absolute;z-index: -1;left: -10px;top: -10px;}

.blue_circle_box dl dd {
  font-size: 1.6rem;
  margin-left: 3%;
  padding: 0;
}

.blue_circle_box dl dd p {
  width: 100%;
  font-size: 1.6rem;
}

.text-center {
  text-align: center;
  margin: 2% 0 1%;
}

.img_list_x3 {
  max-width: 1075px;
  width: 80%;
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
}

.img_list_x3 .img_content_item {
  width: 28%;
  margin-right: 8%;
}

.img_list_x3 .img_content_item:nth-child(3n) {
  margin-right: 0;
}

.img_list_x3 .img_content_item img {
  max-width: 100%;
  height: 300px;
  object-fit: contain;
}

.img_list_x3 .img_content_item figure {
  background: #dfdfdf;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.lightblue .img_list_x3 .img_content_item figure {
  background: #fff;
}
.img_list_x3 a:hover{
  text-decoration: underline;
}
.img_list_x3 a:hover figure::before{
  content: "view more";
  background: rgba(3, 3, 3, 0.7);
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  z-index: 2;
  transition: all 0.5s;
}

.block .img_content_time,.img_content_time {
  color: #12668e;
  width: 100%;
  line-height: 1.3;
  margin-bottom: 5px;
}

.block .img_content_ttl,.img_content_ttl {
  font-size: 1.6rem;
  width: 100%;
  line-height: 1.5;
  text-align: left;
}

.text_red {
  color: #ff0000;
}

.text_line {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.news_note {
  border: 2px solid #ff1313;
  background: #fff2f2;
  padding: 30px;
  max-width: 660px;
  margin: 0 auto;
}

.block .news_note p {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 15px;
  line-height: 1.8;
}

.block .news_note p:last-child {
  margin-bottom: 0;
}

.schedule_list {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 25px;
  display: flex;
}

.schedule_list dt {
  font-size: 1.8rem;
  color: #12668e;
  font-weight: normal;
  width: 24%;
  margin-right: 3%;
}

.schedule_list dd {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-left: 0;
  width: 73%;
}

.link_bnrs {
  text-align: center;
  margin-bottom: 40px;
}

.link_bnrs img {
  max-width: 100%;
}
.single_page_content .wakuwaku_desc_text {
  margin: 4% auto;
}
.single_page_content .pagelink li {
  width: 25%;
}

/*---------------------------------------
しまね登録のLINE連携について
-----------------------------------------*/
.line_block .line_contents {
  max-width: 985px;
  width: 100%;
  margin: 0 auto 50px;
}
.line_block .line_contents:last-child{
  margin-bottom:0;
}
.line_block .line_contents img {
  max-width: 100%;
}
.line_block {
  max-width: 1080px;
  width: 80%;
  margin: 0 auto 190px;
}
.line_contents .card_type_note {
  border: 3px dashed #41babb;
  padding: 20px;
  background: #fffff3;
  margin-bottom: 30px;
}
.line_contents .header_subtitle {
  width: 100%;
  margin: 0 0 30px;
}
.line_contents .header_subtitle span::before {
  left: 0;
  top: 50%;
  margin-top: -20px;
}
.line_contents .header_subtitle span::after {
  right: 0;
  top: 50%;
  margin-top: -20px;
}
.line_contents .header_subtitle span {
  font-size: 2.2rem;
  font-weight: normal;
  padding: 0 150px;
  display: inline-block;
}
.line_contents .card_type_note > h3 {
  margin-top: 0;
  margin-bottom: 15px;
  background: #41babb;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.line_contents .card_type_note > dl {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 10px;
}
.line_contents .card_type_note > dl dt {
  border-left: 5px solid #41babb;
  color: #41babb;
  font-size: 18px;
  padding: 3px 10px;
  margin-bottom: 10px;
}
.line_contents .card_type_note > dl dd {
  margin-left: 0;
}
.line_contents .card_type_note ol {
  margin: 0;
  padding: 0;
}
.line_contents .card_type_note ol li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  font-weight: normal;
  font-size: 1.5rem;
}
.line_contents .card_type_note ol li span.icon_number {
  position: absolute;
  left: 0;
  top: 0;
  color: #ff437d;
}
.block .line_contents p {
  font-size: 1.6rem;
  width: 100%;
}
.line_register {
  text-align: center;
}
.block .line_register p {
  width: 100%;
  text-align: unset;
  font-size: 2.2rem;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: normal;
}
.line_register_text span {
  position: relative;
  padding: 0 25px;
}
.line_register_text span::before {
  content: '';
  background: url(/image/kurashimanet/line/icon_decoration_l.png) 0 0 no-repeat;
  background-size: 22px 36px;
  height: 36px;
  width: 22px;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.line_register_text span::after {
  content: '';
  background: url(/image/kurashimanet/line/icon_decoration_r.png) 0 0 no-repeat;
  background-size: 22px 36px;
  height: 36px;
  width: 22px;
  position: absolute;
  right: 0;
  bottom: -2px;
}
.line_register_bnr {
  position: relative;
  display: inline-block;
  padding: 0 50px;
}
.line_point_block {
  background: #fffff3;
  border: 3px dashed #5cb3db;
  padding: 30px;
}

.line_point_box {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.line_point_box figure {
  width: 27%;
}
.line_point_text {
  width: 68%;
}
.line_point_box:nth-child(odd) figure {
  order: 2;
}
.line_point_box:nth-child(odd) .line_point_text {
  margin-right: 5%;
}
.line_point_box:nth-child(even) .line_point_text {
  margin-left: 5%;
}
.line_point_box:last-child {
  margin-bottom: 0;
}
.line_point_text > h3 {
  font-size: 2.3rem;
  color: #12668e;
  line-height: 1.3;
  margin: 0 0 15px;
  position: relative;
  min-height: 114px;
  display: flex;
  align-items: center;
  padding-left: 130px;
  width: 100%;
}
.line_point1::before {
  content: '';
  background: url(/image/kurashimanet/line/icon_line_point1.png) 0 0 no-repeat;
  background-size: 114px;
  height: 114px;
  width: 114px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -52px;
}
.line_point2::before {
  content: '';
  background: url(/image/kurashimanet/line/icon_line_point2.png) 0 0 no-repeat;
  background-size: 114px;
  height: 114px;
  width: 114px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -52px;
}
.cp_arrow_r {
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -30px;
  animation: move_r 1.5s linear infinite;
}
.cp_arrow_l {
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -30px;
  animation: move_l 1.5s linear infinite;
}
.move-txt-red.first {
  color: red;
  margin-left: 75px;
  font-size: 1.4rem !important;
}
.move-txt-red.second::before {
  content: "※";
  margin-left: -17px;
}
.move-txt-red.second {
  color: red;
  font-size: 1.4rem !important;
  padding-left: 18px;
}
@keyframes move_r {
  20% {
    left: -20px;
  }
  50%{
    left: 0;
  }
  70%{
    left: -10px
  }
  100% {
    left: -30px;
  }
}

@keyframes move_l {
  20% {
    right: -20px;
  }
  50%{
    right: 0;
  }
  70%{
    right: -10px
  }
  100% {
    right: -30px;
  }
}

/** トピックス詳細 **/
.single_topics_header figure {
  max-width: 500px;
  width: 100%;
  margin-bottom: 30px;
}
.single_img_x3 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.single_img_x3 figure {
  width: 32%;
  margin-right: 1%;
}
.single_img_x3 figure:last-child {
  margin-right: 0;
}
.single_img_x3 figure figcaption {
  font-size: 1.5rem;
  text-align: center;
}
.event_desc_box > h3 {
  background: #12668e;
  color: #fff;
  font-size: 2rem;
  padding: 7px 15px;
  border-radius: 3px;
}
.event_desc_box > h4 {
  border-bottom: 2px solid #12668e;
  font-size: 1.8rem;
  padding: 5px;
}
.line_contents .link_btn {
  max-width: 400px;
  width: 100%;
  margin: 20px auto 3%;
}

.line_contents .link_btn a {
  display: block;
  font-size: 1.8rem;
  width: 100%;
  padding: 15px;
}
.single_page_content img {
  max-width: 100%;
}

.block .single_page_content p {
  font-size: 1.6rem;
  margin-bottom: 20px;
  word-break: break-all;
}

.block .single_page_content .ttl_stripe1, .block .single_page_content .ttl_stripe2{
  margin-top: 40px;
}

.single_page_block {
  max-width: 1080px;
  width: 80%;
  margin-bottom: 190px;
}

.single_page_content {
  margin-bottom: 100px;
}
.block .single_page_content .small_text {
  font-size: 1.5rem;
}
.bg_blue_box {
  background: #def6fa;
  padding: 30px;
  max-width: 800px;
  width: 100%;
  margin: 3% auto;
}

.block .single_page_content .bg_blue_box p {
  width: 100%;
  margin-bottom: 0;
  font-size: 1.8rem;
}
.text_center{
  text-align: center!important;
}
.single_page_content figure {
  margin: 3% 0;
}
.space {
  display: block;
  margin-top: 60px;
}
.page_main_text {
  margin-bottom: 20px;
}
.page_main_text p {
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
}

/** エラーページ用 **/
.error_content{
  margin-bottom: 190px;
}

/** 相談窓口 **/
.soudan_box.one_block .soudan_link_block.soudan_link_x3 {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.block .soudan_link_x3 .soudan_link {
  width: 47%!important;
  margin-right: 5%!important;
}
.soudan_link_x3 .soudan_link:last-child {
  margin-right: 0!important;
}
.soudan_link_x3 .soudan_link:first-child {
  width: 100%!important;
  max-width: 300px;
  margin-bottom: 25px!important;
  margin-right: 0!important;
}
.soudan_link_x3 .soudan_link:first-child a {
  padding: 15px 5px;
}
.soudan_link_block .soudan_link_weekday a,
.soudan_link_block .soudan_link_weekday:last-child a {
  background: #556fb5;
  color: #fff;
}
.soudan_link_block .soudan_link_holiday:last-child a {
  background: #e26d1f;
  color: #fff;
}
/** UIターン応援スタッフ **/
.uistaff_soudan_link_x3 {
  display: flex;
  flex-wrap: wrap;
}
.uistaff_soudan_link_x3 .uistaff_soudan_link_box {
  width: 47%;
  margin-right: 5%;
  margin-left: 0;
}
.uistaff_soudan_link_x3 .uistaff_soudan_link_box:last-child {
  margin-right: 0;
}
.soudan_link_weekday a,.soudan_link_holiday a {
  background: #f9e48e;
  border-radius: 5px;
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 20%);
  color: #32353a;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 2px;
  padding: 13px 5px;
  width: 100%;
  text-align: center;
  line-height: 1.5;
}
.uistaff_soudan_link_x3 .uistaff_soudan_link_box:first-child {
  width: 100%;
  margin-right: 0;
  margin-bottom: 25px;
}
.soudan_link_weekday a {
  background: #556fb5;
  color: #fff;
}
.soudan_link_holiday a {
  background: #e26d1f;
  color: #fff;
}
.soudan_link_weekday a:hover, .soudan_link_holiday a:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

/** よくあるご質問 **/
.faq_block {
  font-size: 16px;
  max-width: 985px;
  width: 80%;
  margin: 0 auto 13em;
}
.faq_txt{
  margin-bottom: 50px;
}
.faq_txt > p {
  line-height: 1.6;
}
.faq_tabs {
  display: flex;
  padding: 0;
  margin: 0;
  gap: 10px;
  justify-content: center;
  border-bottom: 2px solid #bae2ea;
}
.faq_tab_item {
  border: 2px solid #bae2ea;
  border-bottom: none;
  border-radius: 15px 15px 0 0;
  padding-bottom: 15px;
  padding-top: 15px;
  font-size: 14px;
  width: 24.5%;
  text-align: center;
  cursor: pointer;
}
.faq_tab_item.active {
  background-color: #bae2ea;
  font-size: 15px;
}
.faq_content {
  border: 2px solid #bae2ea;
  border-top: none;
  padding: 30px;
  line-height: 1.6;
}
.faq_box .faq_toggle {
  margin: 0;
}
.faq_q {
  padding: 17px 50px 17px 65px;
  border-bottom: 2px solid #bae2ea;
  position: relative;
  counter-increment: number;
  cursor: pointer;
}
.faq_q::before {
  content: "Q" counter(number);
  font-size: 21px;
  color: #5c9bb7;
  position: absolute;
  left: 20px;
  top: 14px;
}
.faq_q::after {
  content: "";
  background: url(../../image/kurashimanet/common/icon_toggl_off.png) 0 0 no-repeat;
  background-size: 20px;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -10px;
}
.faq_q.open::after {
  content: "";
  background: url("../../image/kurashimanet/common/icon_toggl_on.png") 0 0 no-repeat;
  background-size: 20px;
}
.faq_q:not(.open):hover {
  background: #bae2ea;
}
.faq_a{
  line-height: 2;
  padding: 15px 20px 30px 75px;
  position: relative;
  display: none;
  margin-bottom: 0;
}
.faq_a > p {
  margin-top: 0;
  margin-bottom: 20px;
}
.faq_a .indent{
  margin: 0 0 20px;
  padding: 0;
}
.faq_a .indent > li{
  list-style-type: none;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 8px;
}
.faq_a .dot_list{
  margin-bottom: 20px;
}
.faq_box {
  counter-reset: number;
  display: none;
}
.faq1 {
  display: block;
}
.faq_a::before {
  content: "A" counter(number);
  font-size: 24px;
  color: #3898f8;
  position: absolute;
  left: 22px;
  top: 8px;
}
/* 20250722引っ越しページ修正 */
.move-txt-red {
  color: red;
  margin-left: 75px;
  font-size: 1.4rem;
}
/*---------------------------------------
レスポンシブ
-----------------------------------------*/
@media screen and (min-width: 769px) and (max-width: 800) {
  .city_staff figcaption {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1346px) {
  /* 市町村CRM */
  .side_menu_img {
    width: 110px;
  }
  .click_img {
    width: 20px;
  }
  .side_menu_img img,
  .click_img img {
    width: 100%;
  }
  #side02 {
    top: 270px;
  }
  #side03 {
    top: 400px;
  }
  .row_wrap.iju {
    width: 78%;
  }
  .city_staff figcaption {
    padding-top: 20%;
  }
  .link_btn a {
    width: auto;
  }
  .row_wrap.info_rec {
    width: 78%;
  }
  .city_news .link_btn a {
    padding: 20px 90px;
  }
  .basic_info .row_wrap.half.city {
    width: 70%;
  }
  .basic_info .sub_wrap {
    width: 80%;
  }
  .reccomend {
    width: 78%;
  }
  .unoccupied_house .sub_wrap {
    width: 80%;
  }
  .trial_area .row_wrap {
    width: 78%;
  }
  .movie_wrap .row_wrap {
    width: 78%;
  }
  .ijushien .sub_wrap {
    width: 80%;
  }
  .exp_area.city_wrap .sub_wrap {
    width: 78%;
  }
  .recommend_txt {
    top: 150px;
  }

  /* 相談窓口 */
  .soudan_tel {
    display: block;
    text-align: center;
  }
  .soudan_box.one_block .soudan_tel dt {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .soudan_tel dd {
    display: inline-block;
  }
  .soudan_place {
    width: 80%;
  }
  .soudan_cities {
    width: 85%;
  }
  .cities_box_textarea_link {
    display: block;
  }
  .cities_box_textarea_link li {
    width: 100%;
    margin-bottom: 15px;
  }
  .cities_box_textarea_address {
    margin-bottom: 15px;
  }
  .cities_box_textarea_link li a {
    padding: 15px;
    max-height: 50px;
  }
  .facility_box_txt {
    display: block;
    text-align: center;
  }
  .facility_name {
    margin-bottom: 15px;
  }
  .facility_tel {
    display: inline-block;
  }

  /* トップ */
  .info_left {
    background-position: center;
    background-size: cover;
  }
  .head_title::before {
    background-size: cover;
    height: 200px;
    width: 300px;
    top: 15%;
  }
  .head_title::after {
    background-size: cover;
    height: 210px;
    width: 245px;
    top: 15%;
    right: 10%;
  }
  .job_area .head_title::before {
    background-size: cover;
    width: 250px;
    height: 191px;
    left: 8%;
  }
  .jobs_name {
    line-height: 1.3;
  }
  .menu_area .head_title::before {
    background-size: cover;
    width: 250px;
    height: 125px;
  }
  .menu_area .head_title::after {
    background-size: cover;
    width: 250px;
    height: 125px;
  }
  .people_area .head_title::before {
    background-size: cover;
    width: 250px;
    height: 183px;
    left: 10%;
    top: 18%;
  }
  .town_area .head_title::before {
    background-size: cover;
    width: 250px;
    height: 183px;
  }
  .town_area .head_title::after {
    background-size: cover;
    width: 280px;
    height: 155px;
    right: 6%;
  }
  .towns {
    background-size: contain;
  }
  .home_area .head_title::before {
    background-size: cover;
    width: 320px;
    height: 138px;
    left: 10%;
  }
  .home_area .head_title::after {
    background-size: cover;
    width: 320px;
    height: 170px;
    right: 9%;
  }
  .info_ga_area {
    padding: 26px 6%;
  }
  .shimane_area {
    background-size: auto 526px;
  }
  .shimane_link_area{
    margin: 0 auto;
  }
  .teiju_contents::before {
    width: 150px;
    height: 110px;
    background-size: cover;
    top: -108px;
    left: 4px;
  }
} /* 769px ～ 1346px */

@media screen and (min-width: 1347px) and (max-width: 1800px) {
  .home_area .head_title::before {
    background-size: cover;
    width: 340px;
    height: 146px;
    left: 10%;
  }
  .home_area .head_title::after {
    background-size: cover;
    width: 340px;
    height: 180px;
    right: 6%;
  }
}

@media screen and (min-width: 1060px) and (max-width: 1530px) {
  .row_wrap.iju {
    width: 78%;
  }
  .movie_wrap .row_wrap {
    width: 78%;
  }
  .donichi_sodan {
    margin-right: 2%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1025px) {
  .navbar .menu li a {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1098px) {
  /* TOP */
  .job_area .head_title::after {
    background-size: 233px 81px;
    height: 81px;
    width: 233px;
    right: 80px;
  }
  /* オンライン移住個別相談 */
  .block p.online_consultation_title {
    margin: 0 23% 6px;
    width: 50%;
  }
  p.online_consultation_day {
    margin-bottom: 16px;
  }
  p.online_consultation_btn a {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1060px) {
  .row_wrap.iju {
    display: block;
  }
  .city_staff {
    margin: 0 auto 15px;
  }
  .city_staff img {
    position: static;
  }
  .city_staff figcaption {
    padding-top: 3%;
    height: 100%;
    font-size: 1.4rem;
  }
  .city_img {
    font-size: 1.5rem;
    margin: 0 auto;
    width: 43%;
  }
  .recommend_txt {
    top: 111px;
  }
  .donichi_sodan {
    margin-right: 2%;
  }
}

@media screen and (max-width: 1024px) {
  /*移住の先輩検索-----------------------------------------------------*/
  .people_search_ttl_box::before {
    background-size: 184px 58px;
    height: 58px;
    width: 184px;
    margin-top: -29px;
  }
  .people_search_ttl_box::after {
    background-size: 184px 56px;
    height: 56px;
    width: 184px;
    margin-top: -28px;
  }
  .people_search_inner .submit_btn {
    margin-top: 5px;
  }

  /*無料職業紹介----------------------------------------------------*/
  .flow_detail_content {
    padding-bottom: 13%;
  }
  .employment_flow_box {
    width: 24%;
    margin-bottom: 35px;
    margin-right: 5%;
  }

  .employment_flow_box:nth-child(4),
  .employment_flow_box:nth-child(5),
  .employment_flow_box:nth-child(6) {
    margin-bottom: 0;
  }
  .employment_flow_box:last-child {
    margin-right: 5%;
  }
  .employment_flow_detail figure::before {
    height: 90px;
    width: 90px;
    background-size: 90px;
    top: -40px;
  }
  .employment_link_box:first-child::before {
    background-size: 231px 259px;
    height: 259px;
    width: 231px;
    left: -120px;
    top: 80%;
  }

  .employment_link_box:first-child::after {
    background-size: 250px 265px;
    height: 265px;
    width: 250px;
    right: -110px;
    top: 80%;
  }
}

@media screen and (max-width: 320px) {
  .header_title {
    padding-top: 30% !important;
    font-size: 2.8rem !important;
  }

  .header_title.double {
    padding-top: 20% !important;
  }

  .city_wrap .header_title {
    padding-top: 23% !important;
  }

  .city_wrap .header_title.double {
    padding-top: 18% !important;
  }
}

@media screen and (max-width: 480px) {
  /*おすすめ情報*/
  .row_wrap.info_rec li {
    width: 100% !important;
  }

  /*空き家情報*/
  .vacancy {
    width: 98% !important;
    margin-bottom: 8% !important;
  }

  /*こんな人におすすめ*/
  .reccomend {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .reccomend dt {
    top: -40px !important;
    left: 37%;
    font-size: 1rem;
    line-height: 1;
    padding-top: 5%;
    width: 80px;
    height: 80px;
  }

  .reccomend dt span {
    font-size: 3rem;
  }

  .reccomend dd {
    margin-left: auto;
    margin-bottom: 80px;
    padding-left: 5% !important;
    padding-top: 40px;
    padding-right: 5%;
    width: 100%;
    text-align: center;
  }

  /*体験情報*/
  ul.row_wrap.sub_wrap {
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }

  ul.row_wrap.sub_wrap li.tri_box {
    width: 96%;
  }

  /*見出し周り*/
  .header_title,
  .header_title.double,
  .city_wrap .header_title {
    background-size: 120px;
  }

  /*.header_title {
    padding-top: 25%;
  }*/

  .header_title.double {
    padding-top: 18%;
  }

  /*.city_wrap .header_title {
    padding-top: 41px;
  }*/

  .city_wrap .header_title.double {
    left: 0;
    margin: 0 auto 30px;
    padding-top: 34px;
  }

  .header_subtitle span::after {
    background-size: 30%;
  }
}

@media screen and (max-width: 600px) and (min-width: 480px) {
  .row_wrap.info_rec li {
    width: 50%;
  }

  /*.header_title {
    width:90%;
  line-height: 1.3;
    background-size: 35%;
    padding-top: 16%;
  }*/

  .header_title.double {
    padding-top: 10%;
    background-size: 35%;
  }

  /*.city_wrap .header_title {
    padding-top: 13%;
    background-size: 35%;
    width: 90%;
  line-height: 1.3;
  top: -120px;
  left: 5%;
  height: 200px;
  }*/

  .city_wrap .header_title.double {
    padding-top: 9%;
  }

  .block > .header_title.double {
    padding-top: 13%;
  }

  .header_subtitle span::after {
    background-size: 10%;
  }
}

@media screen and (max-width: 900px) {
  /*動画で見る島根（900px）-----------------------------------------------------*/
  .movie_inner {
    width: 95%;
  }

  .movie_inner .movie_box {
    width: 32%;
  }
  .movie_inner .movie_box:nth-child(4n) {
    margin-right: 2%;
  }
  .movie_inner .movie_box:nth-child(3n) {
    margin-right: 0;
  }

  /*情報発信紹介（900px）-----------------------------------------------------*/
  .topics_link_block .header_subtitle_slash span::before {
    width: 0;
    height: 0;
  }
  .topics_link_block .header_subtitle_slash span::after {
    width: 50%;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: auto;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
  }
  .topics_link_block .header_subtitle_slash {
    margin-bottom: 50px;
  }
  .sns_links .info_ga_bottom {
    display: block;
  }
  .sns_links .info_ga_block {
    margin-bottom: 30px;
    width: 100%;
  }

  /*スカウトサービスを活用（900px）-----------------------------------------------------*/
  .scout_flow_box {
    width: 100%;
    margin: 0 auto 50px;
    max-width: 400px;
}

.scout_flow_box figure {
    min-height: auto;
    margin-bottom: 15px;
}

.scout_flow_box h3 {
    min-height: auto;
    margin-bottom: 20px;
}

.scout_flow_box:not(:last-child)::after {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: auto;
    bottom: -55px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.scout_flow_box:last-child {
    margin-right: auto;
}

}

@media screen and (max-width: 768px) {
  main,
  header,
  footer,
  .content,
  .main,
  .mainvisual,
  h2,
  .mainbox,
  .block,
  .row_wrap,
  .list_box figure,
  .list_btn li,
  .block figure.full,
  .ftr_box {
    width: 100%;
  }

  .block figure.full a,
  .block figure.full a img {
    width: 95%;
    margin: 0 auto;
  }

  .row_wrap.office,
  #outside .row_wrap.half,
  .list_btn {
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .row_wrap.office .office,
  .row_wrap.half .staff,
  .block p,
  .ftr_menu {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .cb-header {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000000001!important;
  }

  .cb-header.top.is-fixed {
    position: fixed;
  }

  .navbar {
    display: none;
  }

  header nav {
    position: relative;
  }

  header nav .menu {
    position: absolute;
    top: 0px;
    background: rgba(255, 255, 255, 0.95);
    box-sizing: content-box;
    padding: 0 !important;
  }

  .head_01 {
    position: relative;
    padding-left: 0;
    width: 100%;
    display: block;
  }

  .header_logo {
    width: 90%;
    margin-top: 11px;
    margin-left: 10px;
    max-width: 250px;
  }

  .cb-header.is-fixed .header_logo {
    width: 90%;
  }
  .header_logo img{
    max-width: 100%;
  }

  .sp {
    display: block;
  }

  .mainvisual {
    height: 200px;
    background-size: cover;
    margin-top: 50px;
  }
  .mainvisual.underlayer.bg_blue {
    background-size: cover;
  }
  .mainvisual.underlayer.bg_blue::before {
    display: none;
  }

  .pagetitle {
    height: 200px;
    background-size: 40%;
  }

  .pagelink {
    width: 90%;
    margin-top: 8%;
  }

  .single_page_content .pagelink li,
  .pagelink li {
    width: 48%;
    margin-bottom: 3%;
    padding: 0;
  }

  .pagelink li a {
    font-size: 1.5rem;
  }

  .header_title {
    width: 90%;
    background-size: 120px;
    line-height: 1.3;
    /*padding-top: 42px;*/
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .list_btn li {
    margin-bottom: 5%;
  }

  #related .header_title {
    line-height: 1.4;
    padding: 20% 0;
  }

  .header_subtitle {
    width: 90%;
    margin: 3% auto 15% auto;
  }

  .header_subtitle span {
    display: block;
  }

  .header_subtitle span::before {
    width: 0;
    height: 0;
  }

  .header_subtitle span::after {
    background-size: 30%;
    width: 100%;
    right: auto;
    left: 0;
    bottom: -40px;
  }

  .list_box {
    width: 48%;
    margin-bottom: 8%;
  }

  #related .tel {
    margin: 10% auto 5% auto;
  }

  #related .block:nth-child(2) .header_subtitle {
    margin-top: 10%;
    margin-bottom: 15%;
  }

  .breadcrumb {
    /*width:94% !important;*/
    max-width: 94% !important;
  }

  .breadcrumb li:first-child:after {
    margin-left: 5px;
    font-size: 1.4rem;
  }

  .top-kv{
    margin-top: 100px;
  }

  /*footer*/
  footer {
    margin-top: 10%;
  }

  .ftr_box {
    max-width: 100%;
    width: 97%;
    margin-top: 3%;
  }

  .ftr_top_bg {
    max-width: 100%;
    height: auto;
  }

  .ftr_top .sns {
    width: 90%;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
  }

  .ftr_top .sns li {
    margin: 2% -3px;
  }

  .sns_title {
    width: 100%;
  }

  .ftr_logo {
    padding-top: 5%;
  }

  .ftr_logo,
  .btn_login {
    width: 80%;
    padding: 4% 0 0 0;
  }

  .ftr_menu {
    /*-webkit-flex-direction: row;
		flex-direction: row;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
  }

  .ftr_menu li {
    width: 48%;
    border-right: none;
    padding: 0;
    margin-bottom: 5%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .ftr_menu li a {
    white-space: inherit;
    display: block;
    line-height: 1.4;
  }

  footer address {
    box-sizing: border-box;
  }

  .pagetop {
    right: 0;
  }

  .pagetop a {
    height: 70px;
    width: 70px;
  }

  .pagetop a img {
    width: 100%;
  }

  /*breadcrumb*/
  .breadcrumb {
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: left;
    width: 98%;
  }
  .breadcrumb li:after {
    margin-left: 5px;
    margin-right: 5px;
  }

  .breadcrumb li {
    font-size: 1.5rem;
    display: inline;
    padding: 0;
    margin-bottom: 0;
  }
  .breadcrumb li a {
    width: 100%;
    padding: 1%;
  }

  /* side_menu */
  .side_menu_li {
    display: none !important;
  }

  /* TOP */
  .job_area .head_title::after {
    display: none;
  }
  .info_ga_block_list {
    padding: 0 20px;
  }
  .info_ga_block_list li {
    width: 31%;
    margin-right: 3%;
  }

  .info_ga_block:last-child .info_ga_block_list li {
    margin-right: 14%;
    width: 43%;
  }

  .info_ga_block:last-child .info_ga_block_list li:last-child {
    margin-right: 0;
  }

  .site_photo img {
    width: 100%;
  }
  .top_shimane_link_small {
    min-height: 381px;
    background-size: auto 381px;
    background-position: center;
    padding: 40px 50px 0 0;
    margin-bottom: 25px;
  }

  /*市町村CRM-----------------------------------------------------*/

  .city_mv {
    margin-top: 70px;
  }

  .iju_mado.city_wrap {
    margin-top: 40px;
  }

  .iju_mado .city_wrap .header_title.double {
    top: -170px;
  }

  .column_full {
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .link_btn a {
    width: 90%;
    display: block;
    margin: 3% auto;
    padding: 3% 5%;
  }

  .sub_wrap,
  .row_wrap.info_rec {
    max-width: 100%;
  }

  .city_wrap,
  .basic_info.city_wrap,
  .exp_area.city_wrap {
    margin-top: 30px;
  }

  .city_wrap .cont_wrap.lightblue .row_wrap {
    width: 96%;
    padding-left: 0;
  }

  .city_wrap .cont_wrap.lightblue {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .city_wrap .header_title {
    width: 90%;
    line-height: 1.3;
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  /*移住相談窓口*/
  .iju_mado .header_title.double {
    top: 0;
  }

  .row_wrap.iju {
    margin-top: 20px;
  }

  .city_staff,
  .city_img {
    width: 100%;
  }

  .city_staff {
    margin-top: 20px;
    margin-bottom: 5%;
  }

  .city_staff img {
    width: 55%;
  }

  .city_staff figcaption {
    background-size: contain;
    font-size: 1.4rem;
    line-height: 1.5;
    height: 100%;
    padding-left: 40px;
    left: 50%;
  }

  .city_img {
    padding: 0;
  }

  .header_subtitle_slash {
    width: 90%;
    margin-bottom: 10%;
  }

  .header_subtitle_slash span::before {
    width: 0;
    height: 0;
  }

  .header_subtitle_slash span::after {
    width: 70%;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: auto;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
  }

  .row_wrap.contact {
    padding: 0;
  }

  .row_wrap.contact li {
    margin-top: 3%;
  }

  .row_wrap.contact .mail {
    margin-bottom: 3%;
  }

  /*イベント情報*/
  .event {
    padding-bottom: 0;
  }
  /* 20240421スマホ表示調整 */
  .event div a img {
    max-width: 85%;
  }

  /*お知らせ*/
  .city_news.city_wrap .header_title {
    top: 0;
  }

  .city_news.city_wrap .cont_wrap.lightblue {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .row_wrap.newsbox {
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .row_wrap.newsbox {
    width: 90% !important;
    margin-bottom: 5%;
  }

  .row_wrap.newsbox .news {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .news .date {
    width: 100% !important;
  }

  /*おすすめ情報*/
  /*.recommend .header_title {
    padding-top: 43px;
  }*/

  .recommend .row_wrap {
    max-width: 300px;
  }

  .recommend .row_wrap li {
    margin-bottom: 40px;
  }

  .recommend_txt {
    top: 236px;
  }

  /*基本情報*/
  .city_info {
    margin-bottom: 40px;
    width: 48%;
  }

  .basic_info ul.row_wrap.half.city.scrollin {
    display: block;
  }

  .basic_info.city_wrap .cont_wrap.lightblue {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .basic_info ul.row_wrap.half.city.scrollin li {
    width: 100%;
  }

  /*こんな人におすすめ*/
  .reccomend_area .header_title {
    margin-bottom: 70px;
  }

  .reccomend_area .reccomend:last-child dd {
    margin-bottom: 0;
  }

  .reccomend {
    width: 90%;
    margin-bottom: 5%;
  }

  section .reccomend:last-child {
    padding-bottom: 1%;
  }

  .reccomend dt {
    top: 0;
  }

  .reccomend dd {
    padding-left: 50px;
    padding-bottom: 10px;
  }

  .rec_title {
    font-size: 2.4rem;
  }

  /*空き家情報*/
  .unoccupied_house.city_wrap {
    margin-top: 80px;
  }

  .vacancy {
    width: 48%;
    margin-bottom: 5%;
  }

  /*お試し暮らし体験施設*/
  .trial_area .header_title.double {
    padding-top: 14px;
  }

  .exp_ph,
  .exp_info {
    width: 96%;
    margin: 0 auto 5% auto !important;
  }

  .exp_info {
    padding-left: 0 !important;
  }

  .exp_info .headtitle {
    text-align: center;
  }

  .dl_list dt,
  .dl_list dd {
    margin: 0 0 20px 0;
  }

  /*体感動画*/
  .movies_area .header_title {
    margin-bottom: 30px;
    top: 0;
  }

  .movie_wrap li {
    width: 96% !important;
    margin: 0 auto 5% auto;
  }

  .movie_wrap li .movie {
    width: 100% !important;
  }

  .movie_wrap .header_subtitle span::after {
    background-size: 21%;
  }

  .movie_wrap .header_subtitle {
    margin-bottom: 52px;
  }

  .movie_wrap .row_wrap li:last-child {
    margin-right: 2%;
  }

  /*移住支援*/
  section.tri_box {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  .ijushien .tri_box {
    margin-bottom: 30px;
  }

  .ijushien .header_subtitle span::after {
    background-size: 21%;
  }

  .ijushien_section {
    margin-bottom: 30px;
  }

  /*体験情報*/
  ul.row_wrap.sub_wrap {
    padding: 0;
  }

  li.tri_box {
    width: 48%;
    margin-left: auto;
    margin-right: auto;
  }

  .exp_area ul.row_wrap.sub_wrap li.tri_box {
    margin: 0 auto 40px;
  }

  .exp_area .tri_box:nth-child(4),
  .exp_area .tri_box:nth-child(5),
  .exp_area .tri_box:nth-child(6) {
    margin-bottom: 40px;
  }

  .exp_area .tri_box {
    margin-right: 0;
  }

  /*移住情報サイト等*/
  .row_wrap.quater.sub_wrap {
    padding: 0 5%;
  }
  .sns_icon {
    width: 33% !important;
  }

  .sns_icon a p {
    font-size: 1.4rem;
  }

  .bnr_link {
    width: 80%;
    margin: 0 auto 60px auto;
  }
  .page_link_area .sns_icon {
    width: 46% !important;
    margin-right: 3%;
  }
  .page_link_area .sns_icon:nth-child(add) {
    margin-right: 0;
  }

  /* 相談窓口 */
  .soudan_txt {
    display: block;
  }
  .soudan_txt_text {
    margin-bottom: 20px;
    width: 100%;
  }
  .soudan_list {
    margin: 0 auto 30px;
    width: 90%;
  }
  .soudan_list li {
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em;
  }
  .block .soudan_txt_text p {
    line-height: 1.5;
    font-size: 2rem;
  }
  .soudan_place {
    display: block;
  }
  .soudan_box {
    margin-bottom: 50px;
    width: 100%;
  }
  .head {
    font-size: 3rem;
    letter-spacing: 5px;
    margin: 0 auto 47px;
    width: 95%;
  }
  .head::after {
    background-size: contain;
  }
  .block p.soudan_box_photo,
  .soudan_box .soudan_box_txt {
    width: 100% !important;
  }
  .soudan_link_block,
  .soudan_box.one_block .soudan_link_block {
    width: 100%;
  }
  .block p.soudan_link {
    margin: 0 !important;
    width: 47% !important;
  }
  /*.tokyo_area .soudan_box:first-child {
    margin-left: 0;
    width: 100%;
  }*/
  .soudan_box.one_block {
    width: 100%;
  }
  .soudan_tel {
    display: block;
    text-align: center;

    min-height: auto;
  }
  .soudan_tel dd,
  .soudan_tel dt {
    display: inline-block;
  }
  .soudan_tel dt {
    display: block;
    margin: 0 0 15px;
  }
  .soudan_tel2 dt,
  .soudan_tel2 dd{
    width: auto;
  }
  .soudan_online_txt p {
    line-height: 1.8;
    text-align: left;
  }
  .cities_box_textarea_link li {
    width: 47%;
  }
  .online_consultation_bnr a img {
    width: 100%;
  }
  .shimane_map {
    width: 95%;
    padding: 0;
    margin: 0 auto;
  }
  .support_shimane_map{
    padding: 0;
  }
  .shimane_map img {
    width: 100%;
  }
  .cities_block {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
  .cities_box {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .cities_box_photo,
  .cities_box_textarea {
    width: 100%;
  }
  .cities_box_photo {
    margin-bottom: 15px;
  }
  .cities_box_textarea_address {
    margin-bottom: 20px;
  }
  .facility_block {
    display: block;
  }
  .facility_box {
    margin-bottom: 40px;
    width: 100%;
  }
  .facility_box:last-child {
    margin-bottom: 0;
  }
  .facility_box_txt {
    text-align: center;
    display: block;
  }
  .facility_area {
    padding-bottom: 30px;
  }
  .facility_tel {
    display: inline-block;
  }
  .uistaff_soudan_link_x3 .uistaff_soudan_link_box {
    margin-bottom: 25px;
    text-align: center;
  }
  .uistaff_soudan_link_x3 .soudan_link_weekday a, .uistaff_soudan_link_x3 .soudan_link_holiday a {
    width: 90%;
  }

  /*トップ（768px）-----------------------------------------------------*/
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none !important;
  }

  .mv_txt01 {
    width: 70%;
  }
  .mv_txt02 {
    top: 56%;
    width: 32%;
  }
  #mv_slide {
    margin-top: 70px;
  }
  .info_area {
    display: block;
  }
  .info_left {
    background-position: center;
    background-size: cover;
    padding: 20px 5% 30px 6%;
    margin-bottom: 25px;
    width: 100%;
  }
  .info_head {
    font-size: 3.4rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
    width: 100%;
    padding: 0 20px;
  }
  .info_head::before {
    background-size: 100%;
    height: 70px;
    width: 30px;
    left: -15px;
  }
  .info_head::after {
    background-size: 100%;
    height: 70px;
    width: 30px;
    right: -10px;
  }
  .info_head .sub_txt {
    font-size: 4rem;
  }

  .info_right .movie_block {
    background-size: cover;
    margin-bottom: 20px;
  }

  .info_movie_ttl h2 {
    font-size: 2rem;
    padding: 0 25px;
  }

  /* スライド */
  .center figure img {
    width: 95% !important;
  }
  #slide2.slick-slider a {
    padding-bottom: 8px;
  }
  .event-slick.slick-initialized.slick-slider.slick-dotted {
    width: 90%;
  }
  .event-slick .item .link {
    width: 100%;
  }
  .event-slick .item .link {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .event-slick .item.slick-center .link,
  .event-slick .item.slick-current .link {
    -webkit-transform: unset;
    transform: unset;
  }

  /* お知らせ */
  .news_area {
    padding-top: 116px;
  }
  .head_title {
    margin: 0 auto;
    max-width: 200px;
    width: 49%;
  }
  .head_title::before,
  .head_title::after {
    content: none;
  }
  .head_title img {
    width: 100%;
  }
  .news_block {
    width: 100%;
  }
  .news_block_side {
    padding: 126px 3% 30px;
  }
  .tab_group .tab {
    align-items: center;
    display: flex;
    font-size: 1.4rem;
    justify-content: center;
    padding: 15px 4%;
  }
  .tab_contents.is-show {
    display: block;
    padding: 34px 5% 37px;
  }
  .news_list {
    width: 100%;
  }
  .news_list:nth-child(3) {
    border-bottom: 1px solid;
    padding-bottom: 17px;
    margin-bottom: 26px;
  }
  .slide_more_block {
    margin-bottom: 60px;
  }

  /* 仕事を探す */
  .job_area .head_area {
    top: -240px;
  }
  .job_contenst {
    padding-top: 30px;
    padding-bottom: 40px;
    width: 95%;
  }
  .jobsearch_bnr {
    margin-bottom: 35px;
  }
  .job_contenst_flex {
    display: block;
  }
  .recommended_jobs {
    margin-bottom: 30px;
    width: 100%;
    display: block;
  }
  .jobs_block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .jobs_title {
      min-height: auto;
  }
  .jobs_title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .jobs_name {
    line-height: 1.3;
  }
  .job_bnrs_block {
    width: 100%;
  }
  .job_area {
    margin-bottom: 70px;
  }
  .job_area .contents_wrap::after {
    background-size: cover;
    width: 200px;
    height: 103px;
  }

  /* メニュー */
  .menu_li_block {
    width: 90%;
  }
  .menu_li {
    margin-right: 5%;
    width: 45%;
  }
  .menu_li:nth-child(3),
  .menu_li:nth-child(6),
  .menu_li:last-child {
    margin-right: 5%;
  }
  .menu_li:nth-child(add) {
    margin-right: 0;
  }

  /* パララックス */
  .photo_area {
    background-size: cover;
    background-position: center;
    height: 350px;
  }
  .photo_area::before,
  .photo_area::after {
    content: none;
  }
  .photo_block::before {
    background-position: center right 38%;
  }

  /* 島根の人 */
  .people_area .head_area {
    top: -110px;
  }
  .people_block {
    padding-top: 130px;
    width: 90%;
  }
  .people_box {
    margin-bottom: 35px;
    width: 46%;
  }
  .people_box:nth-child(2),
  .people_box:nth-child(4) {
    margin-top: 0;
  }
  .people_block::after {
    content: none;
  }

  /* 市町村情報 */
  .town_contents {
    display: block;
    width: 90%;
  }
  .contents_left {
    margin-bottom: 30px;
    width: 100%;
  }
  .contents_rigth {
    width: 100%;
  }
  .towns {
    background-size: contain;
  }
  .town_head {
    margin-bottom: 25px;
  }
  .town_txt {
    margin-bottom: 20px;
  }
  .town_img img {
    width: 60%;
  }
  .town_img {
    margin-bottom: 20px;
  }
  .towns::after {
    background-size: cover;
    left: -20px;
    width: 130px;
    height: 70px;
    bottom: -22px;
  }
  .matching {
    margin-bottom: 25px;
  }
  .town_area {
    margin-bottom: 150px;
  }

  /* 住まい */
  .home_area .head_area {
    top: -100px;
  }
  .home_contents {
    display: block;
    width: 90%;
  }
  .contents_left {
    margin-bottom: 40px;
    width: 100%;
  }
  .home_contents .contents_left {
    width: 100%;
  }
  .home_contents .contents_right {
    margin: 0 auto;
    width: 55%;
  }

  /* 情報収集 */
  .info_ga_area {
    background-size: cover;
    padding: 26px 5%;
  }
  .info_ga_head {
    margin: 0 auto;
    width: 50%;
  }
  .info_ga_top {
    display: block;
  }
  .info_ga_li_block {
    width: 100%;
  }
  .info_ga_li {
    padding-right: 0;
  }
  .info_ga_txt {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .info_ga_middle {
    display: block;
    margin-bottom: 10px;
    padding: 0;
  }
  .booklet_block {
    flex-wrap: wrap;
    margin-bottom: 13px;
    width: 100%;
  }
  .booklet {
    margin-right: 5%;
    margin-bottom: 30px;
    width: 45%;
  }
  .material {
    margin: 0 auto;
  }
  .info_ga_bottom {
    display: block;
  }
  .info_ga_block {
    margin-bottom: 30px;
    width: 100%;
  }
  .info_ga_block:last-child {
    width: 100%;
  }
  .info_ga_area {
    margin-bottom: 30px;
  }

  /* しまね登録 */
  .shimane_area {
    background-position: center;
    background-size: cover;
    padding: 50px 5%;
  }
  .line_friends {
    display: block;
    text-align: center;
  }
  .line_friends p {
    margin-bottom: 15px;
  }
  .line_friends p:last-child {
    margin-bottom: 0;
  }
  .shimane_link_area {
    text-align: center;
  }

  /* 定住財団リスト */
  .teiju_area {
    background-size: cover;
    padding-bottom: 80px;
    margin-bottom: -110px;
  }
  .teiju_area .contents_wrap {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .teiju_contents {
    width: 90%;
  }
  .teiju_block {
    padding: 10px 2%;
    margin-bottom: 12px;
    width: 100%;
  }
  .teiju_block_head {
    margin-bottom: 4px;
  }
  .site_image .teiju_block_head {
    margin-bottom: 10px;
    padding: 10px 2% 0;
    line-height: 1.3;
  }
  .teiju_head {
    margin: 0 auto 30px;
    width: 88%;
  }
  .teiju_contents::before {
    content: none;
  }

  /*UIターン応援スタッフ（768px）-----------------------------------------------------*/
  .mainvisual.underlayer .pagetitle {
    font-size: 3rem;
    letter-spacing: 7px;
    text-align: left;
  }
  .mainvisual.underlayer .pagetitle::before {
    bottom: 11%;
    width: 78px;
  }
  .mainvisual.underlayer .pagetitle::after {
    top: 44%;
    right: 5%;
    height: 86px;
    width: 140px;
  }
  .head_under_area .head {
    font-size: 1.9rem;
    padding: 0 4%;
  }
  .soudan_text p {
    line-height: 1.8;
  }
  .soudan_flex_area {
    display: block;
  }
  .map_area {
    width: 100%;
    padding-right: 4%;
    margin-bottom: 30px;
  }
  .googlemap_block {
    padding-right: 0;
  }
  .address_list {
    line-height: 1.5;
  }
  .staff_photo_area {
    margin: 0 auto;
    padding-right: 0;
    width: 90%;
  }
  .staff_photo_block {
    margin-bottom: 15px;
  }
  p.staff_photo_block_txt {
    line-height: 1.3;
  }
  .last_block {
    padding-bottom: 0;
  }

  /*オンライン移住個別相談（768px）-----------------------------------------------------*/
  .online_flex {
    display: block;
    width: 95%;
  }
  .online_consultation_block {
    width: 100%;
  }
  .block p.online_consultation_title {
    margin-bottom: 10px;
    width: 55% !important;
  }
  p.online_consultation_day {
    margin-bottom: 25px;
  }
  .online_consultation_block {
    background-size: cover !important;
    background-position: center !important;
  }
  #student {
    padding-bottom: 0;
  }
  .block p.reserve_small_txt {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .online_soudan_txt ul {
    width: 90%;
  }
  .howto_flex {
    display: block;
  }
  .howto_block {
    margin-bottom: 30px;
    width: 100%;
  }
  .block p.howto_img {
    max-width: 221px;
  }
  .howto_block::after {
    top: initial;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
  }

  /*お知らせ一覧（768px）-----------------------------------------------------*/
  .news_wrap .pagetitle {
    background-size: 25%;
  }
  .news_wrap .cont_wrap.lightblue {
    margin-bottom: 80px;
  }
  .news_contents_block .tab_box {
    padding: 28px 5% 15px;
  }
  .news_contents_area .news_list_data {
    margin-bottom: 8px;
  }
  /*島根県内の公的機関における人材募集の情報等（768px）-----------------------------------------------------*/
  .jobinfo_recruit_box {
    width: 100%;
    padding-bottom: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .jobinfo_recruit_box .link_btn {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .jobinfo_recruit_box:last-child {
    margin-bottom: 0;
  }

  /*仕事検索（768px）-----------------------------------------------------*/
  .page_job .head_01 {
    height: 40px !important;
    flex-wrap: wrap;
  }
  .page_job .cb-header.is-fixed .header_logo {
    width: 100%;
  }
  .page_job .menu li.nav_top a,
  .page_job .cb-header.is-fixed .menu li.nav_top a,
  .page_job .menu li.nav_history a,
  .page_job .cb-header.is-fixed .menu li.nav_history a,
  .page_job .menu li.nav_like a,
  .page_job .cb-header.is-fixed .menu li.nav_like a,
  .page_job .menu li.nav_faq a,
  .page_job .cb-header.is-fixed .menu li.nav_faq a,
  .page_job .menu li.nav_login a,
  .page_job .cb-header.is-fixed .menu li.nav_login a,
  .page_job .menu li.nav_register a,
  .page_job .cb-header.is-fixed .menu li.nav_register a {
    background-position: left 5px center;
    padding-top: 5%;
    padding-left: 65px;
  }
  .page_job .menu li.nav_faq a,
  .page_job .cb-header.is-fixed .menu li.nav_faq a {
    background-position: left 10px center;
  }
  .page_job .menu a br {
    display: none;
  }
  .job_contents {
    width: 95%;
    margin-bottom: 90px;
    margin-top: 70px;
  }
  .job_main {
    width: 100%;
    margin-right: 0;
  }

  .job_side {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .search_x2 .job_search_box:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .search_x2 .job_search_box:last-child {
    width: 100%;
  }

  .workstyle_type_list li {
    width: 47%;
  }

  .workstyle_type_list li:nth-child(2n) {
    margin-right: 0;
  }

  .workstyle_type_list li:not(:nth-child(4n)) {
    margin-right: 3%;
  }

  .workstyle_list {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
  }

  .search_workstyle {
    margin-bottom: 30px;
  }

  .recommend_keyword_box {
    display: flex;
    flex-wrap: wrap;
  }

  .recommend_keyword_box a {
    display: block;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 10px;
    padding: 10px 25px;
    text-align: center;
  }

  .recommend_keyword_box a:nth-child(3n) {
    margin-right: 0;
  }

  .side_recruit_box figure {
    text-align: center;
  }

  /*イベント一覧（768px）-----------------------------------------------------*/
  .event_contents_block .tab_box {
    padding: 34px 5% 37px;
  }

  /*イベント詳細（768px）-----------------------------------------------------*/
  .single_event_header figure {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 20px;
  }

  .event_info_box {
    width: 100%;
  }

  /*お試し暮らし体験（768px）-----------------------------------------------------*/
  .trial_list_box .header_subtitle {
    margin-bottom: 50px;
  }
  .trial_list_box .header_subtitle span::after {
    background-size: 90px;
  }
  .trial_desc_text dl {
    margin-bottom: 15px;
  }
  .trial_desc_text dl dt {
    width: auto;
    margin-right: 0;
  }

  .trial_desc_text dl dd {
    width: 100%;
  }

  /*移住の先輩検索（768px）-----------------------------------------------------*/
  .block .profile_name p:nth-child(2) {
    display: block;
  }

  .area_name {
    margin-right: 0;
    width: auto;
    margin-bottom: 5px;
  }

  .job_name {
    width: auto;
  }

  /*企業詳細（768px）-----------------------------------------------------*/
  .movie_point {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: -20px;
  }

  .company_movie_block h3 .ttl {
    display: block;
    width: 100%;
  }

  .company_movie_block h3 {
    margin-top: -25px;
  }
  .company_action_more > div,
  .company_action_more > div:not(.like_box) {
    width: 100%;
  }

  .company_action_more > div:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .company_action_more {
    max-width: 400px;
  }
  .company_connect_btn a::before {
    margin-top: -10px;
  }
  .company_connect_btn a {
    padding: 18px 12px 12px;
  }

  /*情報発信紹介（768px）-----------------------------------------------------*/
  .shiryou_link_btn {
    display: block;
  }
  .link_list {
    width: 100%;
  }
  .sp_link {
    margin: 0 auto;
  }
  .shiryou_txt_box {
    width: 53%;
  }
  .shiryou_photo {
    width: 42%;
  }
  .topics_link img {
    width: 100%;
  }

  .cities_list_box .header_subtitle {
    margin-bottom: 12%;
  }

  /*島根とは（768px）-----------------------------------------------------*/
  #about6 .block::before {
    bottom: 0;
    top: auto;
    background-size: 268px 95px;
    height: 95px;
    width: 268px;
    left: 10px;
  }

  #about6 .block::after {
    top: auto;
    bottom: 0;
    background-size: 275px 105px;
    height: 105px;
    width: 275px;
    right: 10px;
  }

  #about6 .block {
    padding-bottom: 110px;
  }

  #about6 .about_other_link:nth-child(2) {
    padding-bottom: 50px;
  }

  #about6 .about_other_link:nth-child(2)::after {
    background-size: 237px 102px;
    width: 237px;
    height: 102px;
    right: 30px;
  }

  /*トピックス一覧（768px）-----------------------------------------------------*/
  .topics_wrap .pagetitle{
    background-size: 25%;
  }
  .topics_contents_block {
    padding: 25px;
  }

  .topics_item {
    width: 48.5%;
  }

  .topics_item:nth-child(2n) {
    margin-right: 0;
  }

  /*お問い合わせ（768px）-----------------------------------------------------*/
  .from_wrap dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold;
  }

  .from_wrap .column {
    flex-wrap: wrap;
  }

  .from_wrap dd {
    width: 100%;
    margin-left: 0;
  }

  .required_txt {
    position: relative;
    margin-left: 10px;
    top: auto;
  }

  .genre_wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .columns .from_wrap .flex_input input[type="text"] {
    width: 42.9%;
  }

  .columns .from_wrap input[type="text"] {
    width: 95%;
  }

  .center_btn_parts .link_btn {
    margin: 0 auto;
  }

  .contact_wrap {
    margin-bottom: 70px;
  }

  /*職業紹介（768px）-----------------------------------------------------*/
  .job-movie_block {
    padding: 0 20px;
  }
  .top-job-movie {
    padding: 0;
    margin-bottom: 30px;
  }

  .soudan-hiroshima{
    margin-top: 0;
  }

  .job_contenst_bnrs {
    flex-wrap: wrap;
  }

  .job_bnrs {
    width: 48%;
    margin-bottom: 10px;
  }

  .job_bnrs:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .home_contents .contents_left .flex{
    display: block;
  }
  .home_box {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  footer{
    z-index: 202;
    margin-bottom: 70px;
  }

  /*追従バナー（600px）-----------------------------------------------------*/
  .sp_side_bnrs{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 201;
  }
  .sp_side_bnr_inner {
    display: flex;
    flex-wrap: wrap;
    background: #fffff3;
    padding: 10px;
  }
  .side_menu_box {
    width: 42%;
    margin-right: 3%;
  }
  .side_menu_box:last-child {
    margin-right: 0;
  }
  .side_menu_box a {
    text-align: left;
    font-size: 1.5rem;
    padding: 15px 5px;
    border-radius: 5px;
    line-height: 1.3;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .side_menu1 a {
    background: #e8b02b;
    color: #fff;
  }
  .side_menu2 a {
    background: #f17987;
    color: #fff;
  }
  .side_menu1 a::before {
    content: '';
    background: url(/image/kurashimanet/common/icon_side_menu1.png) 0 0 no-repeat;
    background-size: 20px;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  .side_menu2 a::before {
    content: '';
    background: url(/image/kurashimanet/common/icon_side_menu2.png) 0 0 no-repeat;
    background-size: 21px 18px;
    height: 18px;
    width: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  .side_sinple_menu_box {
    width: 27%;
    margin-right: 2%;
  }
  .side_sinple_menu_box:last-child {
    margin-right: 0;
  }
  .side_sinple_menu_box a {
    text-align: center;
    font-size: 1.3rem;
    padding: 8px 2px;
    border-radius: 5px;
    line-height: 1.3;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .side_sinple_menu_box a::before {
    display: none;
  }
  .side_menu3 a {
    background: #68bc68;
    color: #fff;
  }
  .pagetop{
    bottom: 10px;
    right: 5px;
  }
  .pagetop a {
    height: 50px;
    width: 50px;
  }
  /*見出しまわり（600px）-----------------------------------------------------*/
  .city_wrap .header_title,
  .header_title {
    font-size: 3.2rem;
  }
  .ttl_circle {
    margin-left: 0;
    margin-bottom: 10px;
    line-height: 1.5;
    padding-left: 5rem;
  }
  /*装飾（600px）-----------------------------------------------------*/
  .dot_list,
  .alpha_list {
    margin: 0 auto;
    width: 90%;
  }

  .link_btn a {
    padding: 3% 35px;
  }
  .link_btn a::after {
    width: 20px;
    right: 10px;
  }
  .link_btn a br {
    display: none;
  }

  .tb_tmp1 {
    width: 95%;
    overflow-x: auto;
    padding-bottom: 10px;
    margin: 0 auto;
  }
  .tb_tmp1 table {
    width: 800px;
  }
  .tb_tmp1::-webkit-scrollbar {
    /*tableにスクロールバーを追加*/
    height: 10px;
  }
  .tb_tmp1::-webkit-scrollbar-track {
    /*tableにスクロールバーを追加*/
    background: #f1f1f1;
  }
  .tb_tmp1::-webkit-scrollbar-thumb {
    /*tableにスクロールバーを追加*/
    background: #bcbcbc;
  }

  /*トップページ（600px）-----------------------------------------------------*/
  .shimane_area {
    background: url(/image/kurashimanet/top/bg_linkbox.png) 0 0 no-repeat;
    padding: 40px 0 0;
    min-height: 360px;
    background-size: auto 350px;
    background-position: center left -105px;
  }

  .shimane_link_area {
    max-width: 330px;
    margin: 0 auto;
    padding: 0;
  }

  .chiikiokoshinote-bnr {
    padding-inline: 10px;
  }

  /*動画で見る島根（600px）-----------------------------------------------------*/
  .shimane_movie_wrap .pagetitle {
    background-size: 25%;
  }
  .shimane_movie_wrap .pagelink li {
    width: 48%;
    margin-right: 3%;
  }

  .shimane_movie_wrap .pagelink li:nth-child(2n) {
    margin-right: 0;
  }

  .shimane_movie_wrap .pagelink {
    width: 90%;
  }
  .movie_inner .movie_box {
    width: 49%;
  }
  .movie_inner .movie_box:nth-child(3n) {
    margin-right: 2%;
  }
  .movie_inner .movie_box:nth-child(2n) {
    margin-right: 0;
  }
  .top_shimane_link_small {
    padding: 40px 0 0;
    min-height: 350px;
    background-size: auto 350px;
  }
  .shimane_link_small_inner {
    margin: 0 auto;
  }

  /* わくわく島根生活実現支援事業（600px）--------------------------------------*/
  .wakuwaku_contents {
    margin-bottom: 0;
  }
  .main_img {
    width: 95%;
  }

  .ttl_dot_line > .ttl {
    font-size: 20px;
    padding: 0 35px;
  }

  .ttl_dot_line > .ttl::before {
    width: 35px;
    left: -7px;
  }

  .ttl_dot_line > .ttl::after {
    width: 35px;
    right: -7px;
  }
  .wakuwaku_block .contents_text,
  .wakuwaku_desc_wrap {
    width: 95%;
  }
  .ttl_stripe1,
  .ttl_stripe2 {
    margin-bottom: 20px;
  }
  .ttl_stripe1 > .ttl,
  .ttl_stripe2 > .ttl {
    font-size: 24px;
    line-height: 1.3;
  }
  .contact_desc {
    display: block;
    padding: 20px;
  }

  .block .contact_desc p {
    text-align: left;
  }

  .block .contact_desc p {
    width: 100% !important;
  }

  /* 島根あるある（600px）--------------------------------------*/
  .block.aruaru_block,
  .aruaru_block .block {
    width: 100%;
  }
  .aruaru_contents figure {
    width: 90%;
  }
  .img_ttl {
    width: 95%;
  }
  .aruaru_block:last-child {
    margin-bottom: 70px;
  }

  /* 交通費助成（600px）--------------------------------------*/
  .block.travelcosts_block,
  .travelcosts_block .block {
    width: 100%;
  }

  .travelcosts_contents > .travelcosts_menu {
    width: 95%;
    margin: 20px auto 0;
  }

  .travelcosts_menu dl dd {
    padding: 15px;
  }

  .travelcosts_contents > .dot_list > li {
    line-height: 1.5;
  }

  .travelcosts_contents .dot_list {
    margin-top: 0;
  }

  .flow_wrap {
    width: 95%;
    margin: 0 auto;
  }

  .flow_box.flow_user,
  .flow_box.flow_company {
    padding-left: 0;
  }

  .flow_user::before,
  .flow_company::before {
    right: 0;
    margin: 0 auto;
    background-size: 100px;
    height: 100px;
    width: 100px;
  }

  .flow_box {
    padding-bottom: 140px;
  }

  .flow_num {
    height: 45px;
    width: 45px;
    font-size: 2.2rem;
    top: 52px;
  }

  .block .travelcosts_contents .flow_tag {
    width: auto !important;
    margin-left: 55px !important;
  }

  .flow_text {
    margin-left: 0;
  }

  .flow_inner > h3 {
    margin-left: 55px;
  }

  .flow_text p {
    width: 100% !important;
  }

  .flow_inner {
    padding: 20px;
  }

  .flow_box.flow_user .flow_inner::after,
  .flow_box.flow_zaidan .flow_inner::after,
  .flow_box.flow_company .flow_inner::after ,
  .flow_box.flow_r_user .flow_inner::after{
    left: 0;
    right: 0;
    bottom: -40px;
    margin: 0 auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .flow_box.flow_zaidan,
  .flow_box.flow_r_user {
    padding-right: 0;
  }

  .flow_zaidan::before,
  .flow_r_user::before {
    left: 0;
    margin: 0 auto;
    background-size: 100px;
    height: 100px;
    width: 100px;
  }

  .flow_inner > h3 {
    line-height: 1.3;
  }

  .flow_box {
    margin-bottom: 25px;
  }

  .wakuwaku_block:last-child {
    margin-bottom: 70px;
  }
  .travelcosts_menu .check_list li,
  .travelcosts_menu .check_list li:nth-child(1),
  .travelcosts_menu .check_list li:nth-child(3) {
    width: 100%;
  }

  /* 引越し費用割引（600px）--------------------------------------*/
  .block.moving_block,
  .moving_block .block {
    width: 100%;
  }
  .moving_block:last-child {
    margin-bottom: 70px;
  }
  .moving_menu {
    width: 95%;
    margin: 20px auto 0;
  }
  .movineg_check_box .check_list {
    margin-top: 5px;
  }
  .movineg_check_box .check_list li {
    width: 100%;
  }
  .moving_company_list dl {
    width: 100%;
    margin-right: 0;
  }
  .moving_company_list dl:not(:last-child) {
    margin-bottom: 20px;
  }
  .moving_menu dl dd {
    padding: 15px;
  }
  .moving_menu .check_list {
    display: block;
    max-width: 210px;
    width: 100%;
    margin: 0 auto;
  }
  /*島根県内の公的機関における人材募集の情報等（600px）-----------------------------------------------------*/
  .block.jobinfo_block,
  .jobinfo_block .block {
    width: 100%;
  }
  .jobinfo_block:last-child {
    margin-bottom: 70px;
  }
  .jobinfo_recruit_box .header_subtitle_slash h3 {
    padding: 0 0 20px;
    display: block;
  }

  .jobinfo_recruit_box .header_subtitle_slash h3::before {
    display: none;
  }

  .jobinfo_recruit_box .header_subtitle_slash h3::after {
    margin-top: 0;
    height: 10px;
    top: auto;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }

  .jobinfo_recruit_box .header_subtitle_slash span {
    padding: 0;
  }
  .jobinfo_recruit_box .header_subtitle_slash h3 {
    padding: 0 0 20px;
    display: block;
  }

  .jobinfo_recruit_box .header_subtitle_slash h3::before {
    display: none;
  }

  .jobinfo_recruit_box .header_subtitle_slash h3::after {
    margin-top: 0;
    height: 10px;
    top: auto;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }

  .jobinfo_recruit_box .header_subtitle_slash span {
    padding: 0;
  }

  .jobinfo_block .city_wrap .header_title,
  .lightblue .header_title,
  .people_section1 .header_title {
    line-height: 1.3;
    font-size: 3.4rem;
    width: 90%;
    background-size: 120px;
    height: 120px;
  }
  .cities_link_box {
    width: 95%;
  }
  .cities_link_box p {
    width: 100% !important;
  }

  .cities_link_list li {
    width: 23%;
  }

  .cities_link_list li:nth-child(4n) {
    margin-right: 0;
  }

  .cities_link_list li:nth-child(10n) {
    margin-right: 2%;
  }

  /*仕事検索（600px）-----------------------------------------------------*/
  .job_info_list li {
    width: 100%;
  }

  .job_info_list li:not(:nth-child(2n)) {
    margin-right: 0;
  }

  .job_bnr_x2 figure {
    width: 100%;
    margin-right: 0;
  }

  .job_bnr_x2 figure:last-child {
    margin-top: 20px;
  }

  .search_occupation .job_search_block {
    width: 100%;
    margin-right: 0;
  }

  .search_occupation_box:first-child::after {
    font-size: 2.8rem;
    right: auto;
    margin-top: 5px;
    margin-left: 10px;
    position: relative;
    top: auto;
    display: block;
  }

  .search_occupation_box:first-child {
    width: 81%;
    margin-right: 0;
  }

  .search_occupation_box {
    width: 100%;
  }

  .search_occupation_box:last-child {
    margin-top: 5px;
    margin-right: 0;
  }

  .form_parts_select {
    height: auto;
  }

  .search_occupation_box:last-child select {
    width: 81%;
  }

  .search_occupation_box:last-child button {
    width: 15%;
  }

  .search_occupation_box:last-child button img {
    width: 25px;
  }

  .occupation_link {
    width: 100%;
    margin: 20px 0 0;
  }

  .occupation_link .more_link {
    margin: 0 auto;
  }

  .search_total p {
    line-height: 1.4;
  }

  .simple_search_box dl dd,
  .simple_search_box .search_recommend_keyword dd {
    margin-left: 0;
  }

  .workstyle_list li {
    width: 48%;
  }

  .workstyle_list li:nth-child(3n) {
    margin-right: 3%;
  }
  .workstyle_list li:nth-child(2n) {
    margin-right: 0;
  }

  .workstyle_list li a {
    padding: 10px;
  }

  .recommend_keyword_box a {
    width: 100%;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .job_relation_list li {
    width: 48%;
    margin-bottom: 10px;
  }

  .job_relation_list li:not(:nth-child(2n)) {
    margin-right: 3%;
  }

  .job_relation_list li:nth-child(3n) {
    margin-right: 3%;
  }

  .job_relation_list li:nth-child(2n) {
    margin-right: 0;
  }

  /*支援一覧（600px）-----------------------------------------------------*/
  .block.support_block,
  .support_block .block {
    width: 90%;
  }
  .block .shien_desc_text p,
  .block .shien_single_desc_text p {
    width: 100% !important;
  }
  .support_block:last-child {
    margin-bottom: 70px;
  }
  .support_block .header_title {
    width: 100%;
  }
  .shimane_support_wrap .pagelink li {
    width: 48%;
    margin-right: 3%;
  }

  .shimane_support_wrap .pagelink li:nth-child(2n) {
    margin-right: 0;
  }

  .shimane_support_wrap .pagelink li:last-child a {
    padding: 5px;
  }

  .shien_flex figure {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  .shien_flex .shien_desc_text {
    width: 100%;
    padding-bottom: 0;
  }

  .shien_desc_text .link_btn {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center !important;
    margin: 25px auto 0;
  }

  .shien_desc_text dl {
    width: 100%;
    margin: 30px auto 0;
  }

  .block .shien_desc_text dl p {
    width: 100% !important;
  }

  .shien_single_desc_text .link_btn {
    margin: 20px auto 0;
  }
  .block .text-center p {
    text-align: left;
  }
  .shien_desc_text .dot_list,
  .shien_desc_text .alpha_list,
  .shien_single_desc_text .dot_list,
  .shien_single_desc_text .alpha_list {
    width: 100% !important;
  }

  .shien_desc_text .link_btn a,
  .shien_single_desc_text .link_btn a {
    padding: 3% 20px;
  }

  /*住まい（600px）-----------------------------------------------------*/
  .house_wrap .pagetitle {
    background-size: 22%;
  }
  .shimane_house_wrap .pagelink li {
    width: 48%;
  }

  .block.house_block,
  .house_block .block {
    width: 90%;
  }

  .unoccupied_house_box {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 20px;
  }

  .unoccupied_house_box:nth-child(2n) {
    margin-right: 0;
  }

  .unoccupied_house_list {
    margin-bottom: 0;
  }

  .house_area_desc {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .house_area_desc dl:not(:last-child) {
    margin-bottom: 25px;
  }

  .house_area_map {
    width: 100%;
  }

  .house_area_desc ul li {
    width: 47%;
  }
  .house_area_desc ul li:nth-child(2n) {
    margin-right: 0;
  }

  .house_area_desc ul li:nth-child(3n) {
    margin-right: 3%;
  }

  .relation_link_box {
    width: 100%;
    margin-right: 0;
  }

  .relation_link_box:last-child {
    margin-top: 30px;
  }

  .relation_link_box .header_subtitle_slash span::after {
    bottom: -30px;
  }
  .house_soudan_link_box ul {
    margin: 0;
  }
  .house_soudan_link_box ul li {
    line-height: 1.4;
  }
  .soudan_link_x2 li {
    width: 100%;
    margin-right: 0;
  }

  .soudan_link_x2 li:not(:last-child) {
    margin-bottom: 30px;
  }

  .house_soudan_wrap .block::before {
    opacity: 0.7;
    top: auto;
    bottom: 0;
    left: auto;
    right: 30px;
  }

  .house_soudan_wrap .block::after {
    display: none;
  }

  .house_soudan_wrap .block {
    padding-bottom: 40px;
  }

  .house_system_wrap .header_subtitle_slash span::after {
    bottom: -30px;
  }

  .house_taiken_wrap .block p {
    width: 100% !important;
  }

  .house_block:last-child {
    margin-bottom: 70px;
  }

  .house_bnr_box {
    width: 100%;
    margin-right: 0;
  }

  .house_area_block {
    margin-bottom: 30px;
  }
  .job_listing_lists .job_category li {
    font-size: 1.4rem;
  }

  /*仕事詳細検索（600px）-----------------------------------------------------*/
  .ttl_jobsearch,
  .ttl_companysearch {
    margin-top: 30px;
  }
  .jobsearch_wrap {
    width: 90%;
    font-size: 1.6rem;
  }
  .page_jobsearch {
    margin-bottom: 70px;
  }
  .jobsearch_box > dl > dt,
  .jobsearch_box > dl > dd {
    padding: 15px 10px;
    width: 100%;
  }

  .jobsearch_box > dl > dt {
    margin-left: 0;
  }

  .jobsearch_box > dl > dd {
    padding: 15px;
  }

  .template_tag_list > * {
    margin-bottom: 10px;
  }

  .search_check_list li {
    margin-right: 2%;
  }

  .search_check_list.list_x5 li {
    width: 48%;
  }

  .search_check_list.list_x5 li:nth-child(5n) {
    margin-right: 2%;
  }

  .search_check_list.list_x5 li:nth-child(2n) {
    margin-right: 0;
  }
  .search_check_list.list_x3 li,
  .search_check_list.list_x4 li {
    width: 100%;
    margin-right: 0;
  }

  .jobsearch_box > dl.feature_list > dt {
    width: 100%;
  }

  .jobsearch_box > dl.feature_list > dd {
    width: 100%;
    padding: 15px;
  }

  .feature_list dd > dl > dt,
  .feature_list dd > dl > dd {
    width: 100%;
  }

  .feature_list dd > dl > dt {
    color: #343431;
    background: transparent;
    display: block;
    text-align: left;
    padding: 5px;
  }

  .feature_list dd > dl:not(:last-child) > dt,
  .feature_list dd > dl:last-child > dt {
    border: none;
    border-bottom: 2px solid #5cb3db;
  }
  .feature_list dd > dl:not(:last-child) > dd,
  .job_detail_box td {
    border-bottom: none;
  }

  .feature_list dd > dl > dd {
    padding: 15px;
  }

  .jobsearch_box > dl.search_target dt span {
    margin-top: 0;
  }

  .jobsearch_box > dl.search_target dt br {
    display: none;
  }

  .jobsearch_block .submit_btn {
    max-width: 300px;
  }
  .jobsearch_block .submit_btn input[type="submit"] {
    padding: 15px;
  }
  .job_list_main {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .item_new h3 {
    padding-left: 10px;
  }
  .item_new h3::before {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    width: 35px;
    font-size: 1.4rem;
  }
  .job_item_sav_header {
    margin-bottom: 15px;
  }

  .job_detail_box th,
  .job_detail_box td {
    width: 100%;
    display: block;
  }

  .job_detail_box th {
    text-align: left;
    border-bottom: 1px solid #32353a;
    padding: 5px 0;
  }

  .job_detail_box td {
    padding: 10px 0 20px;
  }

  .job_description_x2 figure {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .job_description_x2 .job_description_content {
    width: 100%;
  }
  .page_jobsearch {
    margin-top: 65px;
  }
  .job_category li {
    font-size: 1.3rem;
  }
  .form_item_desc {
    margin-left: 0;
  }
  .job_list_single_main .job_description_x2 figure {
    width: 100%;
  }

  .job_list_single_main .job_description_x2 .job_description_content {
    width: 100%;
  }

  /*イベント一覧（600px）-----------------------------------------------------*/
  .event_list_box {
    width: 100%;
    margin-right: 0;
  }

  .event_list_box:nth-child(2n) {
    margin-right: 0;
  }

  .event_contents_area {
    width: 90%;
    margin-bottom: 70px;
  }

  .event_lists.is-show {
    display: flex;
  }

  .event_list_content > h2 {
    font-size: 1.7rem;
  }

  .event_list_desc dl dt {
    width: auto;
    padding: 6px 15px;
    margin-right: 0;
  }

  .event_list_desc dl dd {
    width: 100%;
    font-size: 1.4rem;
  }
  .event_list_inner {
    display: flex;
    flex-wrap: wrap;
  }
  .event_list_box a {
    padding: 10px;
  }
  .event_list_box a > h2 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 3px 5px;
    border-bottom: 1px solid #558da8;
    margin: 0 0 10px;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
  }
  .event_list_box figure {
    width: 45%;
    margin-left: 0;
    margin-right: 3%;
    margin-bottom: 0;
  }
  .event_list_content {
    width: 52%;
    padding-top: 0;
  }
  .event_list_desc dl {
    margin-top: 0;
  }

  /*イベント詳細（600px）-----------------------------------------------------*/
  .single_event {
    margin-top: 65px;
  }
  .single_event .lightblue .header_title {
    height: auto;
    text-align: left;
    width: 100%;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .single_event_contents {
    padding: 15px;
  }

  .single_event_header {
    margin-bottom: 30px;
  }

  .event_point {
    padding: 15px;
  }

  .event_action_btn .more_btn,
  .event_action_btn .attend_btn {
    width: 100%;
  }

  .event_action_btn .more_btn {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .event_action_btn a {
    font-size: 1.6rem;
    padding: 17px;
  }

  /*お試し暮らし体験（600px）-----------------------------------------------------*/
  .block.trial_block,
  .trial_block .block {
    width: 90%;
  }

  .trial_block:last-child {
    margin-bottom: 70px;
  }

  .block.trial_about_wrap > p {
    width: 100% !important;
    line-height: 1.6;
  }

  .trial_area_desc {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .trial_area_map {
    width: 100%;
  }

  .block .trial_desc_box p {
    width: 100% !important;
    line-height: 1.6;
  }

  .trial_house_box {
    padding: 20px;
  }

  .block .trial_house_catch p {
    width: 100% !important;
  }

  .trial_house_desc figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .trial_desc_text {
    width: 100%;
  }

  .trial_desc_text .more_btn {
    margin-right: auto;
  }

  /*求人情報一覧（600px）-----------------------------------------------------*/
  ul.job_header_menu {
    margin: 20px 0 35px;
  }

  .job_tab_link li {
    margin-right: 3%;
    width: 49%;
  }

  .job_listing_inner {
    margin-bottom: 20px;
  }

  .job_listing_inner > h2 {
    width: 100%;
    font-size: 2.4rem;
    margin-bottom: 10px;
  }

  .job_comapny_tags {
    width: 100%;
    justify-content: flex-start;
  }

  .company_logo {
    margin-bottom: 10px;
  }
  .job_listing_lists h3 {
    width: 100%;
    display: block;
  }

  /*企業詳細（600px）-----------------------------------------------------*/
  .job_company_head {
    padding: 10px;
  }

  .job_company_head h2 {
    line-height: 1.5;
    font-size: 2.4rem;
    width: 100%;
    margin-bottom: 10px;
  }

  .job_company_content {
    padding: 20px;
  }

  .job_company_content .company_logo {
    margin-bottom: 20px;
  }

  .company_catch_text {
    font-size: 2rem;
    text-align: left;
  }

  .company_movie_box {
    padding-top: 58%;
    margin-bottom: 10px;
  }

  .company_detail_content {
    padding: 20px;
  }

  .company_detail_content figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .company_detail_info {
    width: 100%;
  }

  .company_detail_info dl dt {
    width: auto;
    margin-right: 0;
  }

  .company_detail_info dl dd {
    width: 100%;
  }

  .company_detail_info dl {
    margin-bottom: 15px;
  }

  .company_event_btn {
    margin-top: 25px;
  }

  .company_detail_about .job_detail_box th,
  .company_detail_about .job_detail_box td {
    width: 100%;
  }

  .job_catch_text {
    padding: 15px;
    font-size: 1.8rem;
  }

  .company_jobinfo_box {
    flex-wrap: wrap;
  }

  .company_jobinfo_box .jobinfo_ttl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .company_jobinfo_box .job_type {
    width: auto;
    margin-bottom: 10px;
  }

  .jobinfo_more_btn {
    margin: 0 auto;
  }

  .company_event_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .company_event_content {
    padding-bottom: 0;
  }

  .company_event_box figure {
    width: 38%;
    margin-right: 4%;
  }

  .company_event_content h3 {
    padding: 10px 3px;
    font-size: 1.8rem;
  }

  .company_event_content .company_event_btn {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 20px;
  }
  .company_event_detail_box h2,
  .company_detail_box h2 {
    font-size: 2.2rem;
  }
  .company_movie_block h3 {
    font-size: 2.6rem;
    margin-top: -20px;
  }
  .movie_point {
    margin-bottom: -15px;
  }

  /*求人詳細（600px）-----------------------------------------------------*/
  .job_tab_link li a,
  .job_tab_link li span {
    padding: 10px;
  }
  .jobinfo_head h2 {
    width: 100%;
    font-size: 2.4rem;
    margin-bottom: 10px;
  }

  .jobinfo_head {
    display: block;
    padding: 10px;
  }

  .job_type {
    width: auto;
  }
  .job_type2 {
    order: 2;
    width: auto;
  }

  .jobinfo_content .job_item_header h3 {
    order: 3;
    width: 100%;
    margin-right: 0;
    margin-top: 5px;
  }

  .jobinfo_content .job_item_header {
    flex-wrap: wrap;
  }

  .jobinfo_occupation dd {
    width: 100%;
  }

  .jobinfo_action_btn .jobinfo_apply_btn,
  .jobinfo_action_btn .jobinfo_connect_btn,
  .jobinfo_action_sinple_btn > div:not(.like_box) {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 280px;
  }

  .jobinfo_action_btn .jobinfo_apply_btn,
  .jobinfo_action_sinple_btn .jobinfo_apply_sinple_btn {
    margin-bottom: 20px;
  }

  .jobinfo_action_btn,
  .jobinfo_action_sinple_btn {
    display: block;
    position: unset;
  }

  .jobinfo_action_sinple_btn .btn_like {
    position: absolute;
    right: 0;
    top: 0;
  }

  .job_detail_box .company_action_more > div:not(.like_box) {
    width: 100%;
  }

  .job_detail_box .company_action_more > div:first-child,
  .job_detail_box .company_action_more .company_connect_btn {
    margin-right: 0;
  }

  .job_detail_box .company_action_more {
    position: unset;
  }

  .job_detail_box .company_action_more .like_box {
    display: none;
  }

  .jobinfo_photos figure {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .jobinfo_photos figure:last-child {
    margin-bottom: 0;
  }

  .sub_list p:first-child:nth-last-child(2) {
    width: 100%;
    margin-bottom: 0;
  }

  .sub_list {
    display: block;
  }

  .jobinfo_others_content .head_ttl h2 {
    font-size: 2.4rem;
  }

  .jobinfo_others_content .job_item_header {
    flex-wrap: wrap;
  }

  .jobinfo_others_content .job_item_header h3 {
    width: 100%;
    margin-top: 5px;
  }

  .reccomend_box {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }

  .reccomend_box:nth-child(2n) {
    margin-right: 0;
  }

  /*島根の体験情報（600px）-----------------------------------------------------*/
  .experience_wrap .pagetitle {
    background-size: 30%;
  }
  .shimane_experience_wrap .pagelink li {
    width: 48%;
  }

  .block.experience_info_wrap,
  .experience_house_wrap .block {
    width: 90%;
  }

  .experience_info_box:not(:last-child) {
    margin-bottom: 40px;
  }

  .experience_info_text p {
    width: 100% !important;
  }

  .experience_house_wrap p {
    width: 100% !important;
  }

  .experience_cities_block ul.row_wrap.sub_wrap li.tri_box {
    width: 90%;
  }

  .block.experience_cities_wrap {
    margin-bottom: 70px;
  }

  /*市町村の空き家情報一覧（600px）-----------------------------------------------------*/
  .block.vacant_block,
  .vacant_block .block {
    width: 90%;
  }

  .vacant_about_wrap .trial_area_desc p {
    width: 100% !important;
  }

  .vacant_list_block .header_subtitle {
    margin: 3% auto 15% auto;
  }

  .vacant_box {
    width: 46.5%;
    margin-right: 7%;
  }

  .vacant_box:nth-child(2n) {
    margin-right: 0;
  }

  .vacant_box figure img {
    margin-bottom: 10px;
  }

  .vacant_box figure {
    margin-bottom: 10px;
  }

  /*マイリスト（仕事検索）（600px）-----------------------------------------------------*/
  .job_tabs {
    flex-wrap: wrap;
    justify-content: center;
    border: none;
  }

  .job_tabs li {
    width: 31%;
    margin-bottom: 0px;
    line-height: 1.3;
  }

  .job_tabs li span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65%;
    padding: 10px;
  }

  .job_tab_content .job_description_x2 figure,
  .job_tab_content .job_description_x2 .job_description_content {
    width: 100%;
  }

  /*移住の先輩検索（600px）-----------------------------------------------------*/
  .people_search_block {
    width: 90%;
  }
  .people_search_ttl_box::before {
    left: 0;
    top: auto;
    bottom: 0;
    margin-top: 0;
  }

  .people_search_ttl_box::after {
    right: 0;
    top: auto;
    bottom: 0;
    margin-top: 0;
  }

  .people_search_ttl_box {
    position: unset;
  }

  .people_search_contents {
    position: relative;
    padding-bottom: 80px;
  }

  .people_search_inner > p {
    width: 100% !important;
  }

  .people_search_inner .search_head > h3 {
    margin-bottom: 15px;
  }

  .people_search_inner .search_head {
    margin-bottom: 15px;
  }

  .people_search_inner .search_content dl dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .people_search_inner .search_content dl dd {
    width: 100%;
  }

  .people_search_inner .form_parts_select {
    width: 100%;
  }

  .select_x2 select:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .people_search_inner .submit_btn {
    margin-top: 20px;
  }

  .block .form_clear {
    text-align: center;
  }

  .people_search_box {
    padding: 20px;
  }

  .profile_img {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .block .profile_name p:nth-child(2) {
    display: flex;
  }

  .area_name {
    margin-right: 7%;
    width: 33%;
    font-size: 1.5rem;
  }

  .job_name {
    width: 46%;
    font-size: 1.5rem;
  }

  .profile_content {
    width: 100%;
  }

  .profile_more a {
    width: 100%;
    max-width: 300px;
  }

  .profile_movie {
    margin-bottom: 15px;
  }

  .profile_more a:nth-child(2) {
    margin-left: 0;
  }

  .profile_content h3 {
    font-size: 2.2rem;
    margin-bottom: 5px;
  }

  .reset_serach_btn {
    margin-top: 40px;
  }

  .page_people_search {
    margin-top: 65px;
    margin-bottom: 70px;
  }

  /*島根の人を知る（600px）-----------------------------------------------------*/
  .people_wrap .pagelink li {
    width: 48%;
  }

  .people_wrap .pagetitle {
    background-size: 30%;
  }

  .block .people_photo,
  .block .people_name,
  .block .people_txt {
    width: 100% !important;
  }

  .people_name,
  .block .people_name {
    margin-bottom: 5px;
  }

  .people_photo,
  .block .people_photo {
    margin-bottom: 5px;
  }

  .people_section1 .block .people_btn {
    width: 100% !important;
  }

  .people_section1 .people_contents {
    margin-bottom: 0;
  }

  .beans_detail {
    padding: 0;
    width: 90%;
  }

  .beans_detail figure {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
  }

  .beans_content {
    width: 100%;
  }

  .beans_detail_box h3 {
    display: block;
  }

  .beans_more a {
    width: 100%;
    margin-right: 0;
  }

  .beans_more a:first-child {
    margin-bottom: 20px;
  }

  .people_section3 .block {
    width: 90%;
  }

  .people_section3 .people_search_contents {
    margin-bottom: 20px;
  }

  .people_section4 .people_content,
  .people_bnr_girls .people_content,
  .bnr_social .block {
    width: 90%;
  }
  .people_bnr_girls .people_content{
    margin: 0 auto;
  }

  .bnr_link_x2 .bnr_link {
    margin-right: 0;
    width: 100%;
  }

  .bnr_link_x2 .bnr_link:first-child {
    margin-bottom: 20px;
  }

  .people_section4 {
    padding-bottom: 70px;
  }

  /*仕事検索関連ツールチップ（600px）-----------------------------------------------------*/
  .jobinfo_action_sinple_btn .jobinfo_apply_sinple_btn,
  .company_action_more .company_apply_btn,
  .job_company_content .company_action_more .company_connect_btn {
    position: relative;
  }

  .jobinfo_action_sinple_btn .tooltip_apply,
  .job_company_content .company_action_more .tooltip_connect {
    position: absolute;
    top: -155px;
    left: 0;
    width: 100%;
  }
  .company_action_more .tooltip_apply {
    position: absolute;
    top: -135px;
    left: 0;
    width: 100%;
  }
  .jobinfo_action_sinple_btn .tooltip_apply .job_tooltip_detail,
  .company_action_more .tooltip_apply .job_tooltip_detail,
  .job_company_content
    .company_action_more
    .tooltip_connect
    .job_tooltip_detail {
    position: relative;
    top: auto;
    left: auto;
  }

  .jobinfo_action_sinple_btn .tooltip_apply.upward .job_tooltip_detail::before,
  .company_action_more .tooltip_apply.upward .job_tooltip_detail::before,
  .job_company_content .tooltip_connect.upward .job_tooltip_detail::before {
    border-bottom: 12px solid transparent;
    border-top: 13px solid #d6eef2;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: auto;
    bottom: -24px;
  }

  .jobinfo_action_sinple_btn .tooltip_apply.upward .job_tooltip_detail::after,
  .company_action_more .tooltip_apply.upward .job_tooltip_detail::after,
  .job_company_content .tooltip_connect.upward .job_tooltip_detail::after {
    border-bottom: 14px solid transparent;
    border-top: 14px solid #56a1d2;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: auto;
    bottom: -29px;
  }

  .downward .job_tooltip_detail {
    bottom: 80px;
  }

  /*しまね登録3つの特典（600px）-----------------------------------------------------*/
  .merit3_about_wrap .header_title {
    width: 100%;
    min-height: auto;
    font-size: 2.8rem;
  }

  .merit3_about_wrap p {
    width: 100% !important;
    text-align: left;
  }

  /*無料職業紹介（600px）-----------------------------------------------------*/
  .employment_flow_wrap .block,
  .employment_detail_wrap .block {
    width: 90%;
  }

  .employment_flow_wrap .block .header_title {
    width: 100%;
  }

  .employment_flow_box {
    width: 41%;
    margin-right: 9%;
    margin-bottom: 25px;
  }

  .employment_flow_box:nth-child(4) {
    margin-bottom: 35px;
  }

  .employment_flow_box:last-child {
    margin-right: 9%;
  }

  .employment_detail_wrap.block {
    width: 90%;
  }

  .employment_flow_detail figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .employment_flow_detail figure::before {
    height: 100px;
    width: 100px;
    background-size: 100px;
    top: -45px;
  }

  .flow_detail_content {
    padding: 0;
    width: 100%;
  }

  .flow_detail_content .link_btn {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 20px;
  }

  .block .flow_detail_content p {
    width: 100% !important;
  }

  .flow_detail_content .link_btn_x2 a {
    width: 100%;
    margin-right: 0;
  }

  .employment_link_wrap.block {
    width: 90%;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 130px;
  }

  .employment_link_box:first-child::before {
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    bottom: -80px;
    top: auto;
    left: -40px;
  }

  .employment_link_box:first-child::after {
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    top: auto;
    right: -40px;
    bottom: -90px;
  }

  .employment_link_box:first-child {
    position: unset;
  }

  .employment_link_ttl h2 {
    display: block;
    padding: 0 30px;
    font-size: 2.4rem;
  }

  .employment_link_ttl h2::before {
    background-size: 40px;
    height: 40px;
    width: 40px;
    bottom: -5px;
    left: -5px;
  }

  .employment_link_ttl h2::after {
    background-size: 40px;
    height: 40px;
    width: 40px;
    bottom: -5px;
    right: -5px;
  }

  .employment_link_box:not(:last-child) {
    margin-bottom: 35px;
  }

  /*しまねUIターンテレワーク支援事業（600px）-----------------------------------------------------*/
  .telework_about_wrap .header_title {
    line-height: 1.3;
    min-height: auto;
  }

  .telework_block.block,
  .telework_block .block {
    width: 90%;
  }

  .telework_block .header_title {
    width: 100%;
  }

  .telework_contents p {
    width: 100% !important;
  }

  .telework_contents > p.catch_text {
    text-align: left;
  }

  .telework_summary_box .number_list {
    margin-left: 20px;
    margin-right: 0;
  }

  .telework_summary_box .dot_list {
    width: 100%;
    margin: 0;
  }

  .telework_block:last-child {
    margin-bottom: 70px;
  }

  /*Beansバックナンバー（600px）-----------------------------------------------------*/
  .beans_archive_box {
    width: 46%;
    margin-right: 8%;
  }

  .beans_archive_box:nth-child(2n) {
    margin-right: 0;
  }

  /*しまね登録8つのメリット（600px）-----------------------------------------------------*/
  .block.job_merit_wrap {
    width: 90%;
  }

  .merit_bnr_link {
    margin-bottom: 20px;
  }

  .job_merit_wrap .header_subtitle {
    padding: 0 0 40px;
    margin-bottom: 20px;
  }

  .job_merit_wrap .header_subtitle span {
    font-size: 2.6rem;
  }

  .job_merit_wrap .header_subtitle::after {
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-size: 65%;
  }

  .job_merit_wrap .header_subtitle::before {
    display: none;
  }

  .merit_info_box::before {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 auto;
    background-size: 85px;
    height: 85px;
    width: 85px;
    font-size: 4rem;
    margin-bottom: -10px;
  }

  .merit_info_box {
    padding-left: 0;
    min-height: auto;
  }

  .merit_info_box h3 {
    margin-bottom: 10px;
    line-height: 1.4;
    text-align: center;
  }

  .block .merit_info_box p {
    width: 100% !important;
  }
  .merit_info_inner .link_btn {
    margin-left: auto;
    margin-right: auto;
  }

  /*求職者の皆様へ（600px）-----------------------------------------------------*/
  .to-job-seekers_content p {
    width: 100% !important;
  }

  .block.to-job-seekers_wrap {
    width: 90%;
  }

  .job-seekers_detail .dot_list {
    margin: 0;
  }

  .job-seekers_detail .ttl_stripe1 {
    margin-bottom: 10px;
  }

  .job-seekers_detail {
    margin-bottom: 30px;
  }

  .to-job-seekers_content .head_line_box p{
    text-align: left;
  }

  /*サイトの利用について（600px）-----------------------------------------------------*/
  .simple_page_block.block {
    width: 90%;
  }
  .simple_page_block:last-child {
    margin-bottom: 70px;
  }

  .simple_page_block .header_title {
    width: 100%;
  }

  .kiyaku_detail p {
    width: 100% !important;
  }

  .plugin_bnr dt img {
    height: auto;
  }

  .plugin_bnr dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    text-align: center;
  }

  .plugin_bnr dd {
    width: 100%;
  }

  .plugin_bnr {
    margin: 10px 0 0;
  }

  .simple_page_content > p {
    width: 100% !important;
  }

  .kiyaku_detail .number_list {
    margin-right: 0;
    margin-left: 1.3em;
  }
  .simple_page_block .head {
    width: 100%;
  }

  .simple_page_block .simple_page_content {
    margin: 0;
  }

  /*関連サイト（600px）-----------------------------------------------------*/
  .relation_link {
    width: 48%;
  }

  .relation_link:nth-child(3n) {
    margin-right: 4%;
  }

  .relation_link:nth-child(2n) {
    margin-right: 0;
  }
  .sitelink_caption {
    min-height: 74px;
    display: flex;
    align-items: center;
    padding: 10px 35px 10px 10px;
    font-size: 1.6rem;
}

  /*サイトマップ（600px）-----------------------------------------------------*/
  .sitemap_block.block {
    width: 90%;
  }
  .sitemap_block:last-child {
    margin-bottom: 70px;
  }
  .sitemap_box {
    width: 100%;
    margin-right: 0;
  }

  /*情報発信紹介（600px）-----------------------------------------------------*/
  .shiryou_wrap .pagetitle {
    background-size: 32%;
  }
  .shiryou_wrap .pagelink {
    width: 90%;
  }
  .shiryou_wrap .pagelink li {
    width: 46%;
    margin-right: 3%;
  }
  .shiryou_inner {
    display: block;
    width: 90%;
  }
  .shiryou_txt_box {
    width: 100%;
  }
  .shiryou_photo {
    margin: 30px auto 0;
    width: 80%;
  }
  .shiryou_link_btn {
    display: block;
  }
  .link_list {
    width: 100%;
  }
  .sp_link {
    margin: 0 auto;
    width: 100%;
  }
  .sp_link img {
    max-width: 170px;
  }
  .topics_link img {
    margin-top: 15px;
    width: 100%;
  }
  .shiryou_cnts:last-child {
    margin-bottom: 70px;
  }
  .shiryou_main_text{
    width: 90%;
  }

  /*U・Iターン応援カード協賛店申込み（600px）-----------------------------------------------------*/
  .uiturncard_entry_about > figure > img {
    width: 100%;
  }
  .card_entry_text .card_type_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .card_entry_text .card_type_box:last-child {
    margin-bottom: 0;
  }
  .card_entry_text .card_type_box:nth-child(2) .card_type_main {
    min-height: auto;
  }
  .card_entry_text .card_type_desc > p {
    margin-bottom: 20px;
  }
  .card_entry_text > p {
    text-align: left;
    font-size: 1.6rem;
  }
  .uiturncard_block.block, .uiturncard_block .block {
    width: 90%;
  }

  .uiturncard_block p {
    width: 100%!important;
  }

  .file_dl_list .flie_dl_btn {
    width: 100%;
    margin-right: 0;
  }

  .file_dl_list .flie_dl_btn:not(:last-child) {
    margin-bottom: 30px;
  }

  .file_dl_list .flie_dl_btn a {
    padding: 15px 40px;
  }

  .file_dl_list .flie_dl_btn a br {
    display: none;
  }

  .card_benefit_box {
    width: 48%;
    margin-top: 0;
  }

  .card_benefit_box:nth-child(2n) {
    margin-right: 0;
  }

  .card_benefit {
    margin-top: -30px;
  }

  .uiturncard_block:last-child {
    margin-bottom: 70px;
  }

/*スカウトサービスを利用（600px）-----------------------------------------------------*/
.jobuse_block.block, .jobuse_block .block,.jobuse_block:first-child.block {
  width: 90%;
}

.job_use_content p {
  width: 100%!important;
}

.job_scout_about figure {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

.job_scout_text {
  width: 100%;
}

.job_scout_mail_img .header_subtitle span {
  padding: 0 0 45px;
  font-size: 2.4rem;
}

.job_scout_mail_img .header_subtitle span::after {transform: unset;-webkit-transform: unset;-ms-transform: unset;top: auto;bottom: 0;}

.job_scout_mail_img > p {
  text-align: left;
}

.job_scout_mail_img {
  padding: 20px;
}

.scout_other_box {
  width: 100%;
  margin-right: 0;
  padding: 20px;
}

.scout_other_box:last-child {
  margin-top: 20px;
}

.scout_other_box .link_btn {
  position: relative;
  bottom: auto;
}

.scout_other_box h3 {
  font-size: 2.1rem;
  margin-bottom: 10px;
}

.scout_other_box p {
  min-height: auto;
}

.scout_bnr_lists .bnr_box {
  width: 100%;
  margin-right: 0;
}

.scout_bnr_lists .bnr_box:last-child {
  margin-top: 20px;
}

.jobuse_block:last-child {
  margin-bottom: 70px;
}

/*しまね暮らしのあれこれ（600px）-----------------------------------------------------*/
.shimane_life_wrap .pagetitle {
  background-size: 22%;
  font-size: 4rem;
  background-position: right 10px bottom 10px;
}
.life_block.block, .life_block .block {
  width: 90%;
}

.life_block .header_title {
  width: 100%;
}

.life_block p {
  width: 100%!important;
}

.line_contents .header_subtitle,
.life_detail_block .header_subtitle {
  margin: 3% auto 15% auto;
}
.line_contents .header_subtitle{
  width: 95%;
}

.line_contents .header_subtitle span,
.life_detail_block .header_subtitle span {
  padding: 0;
  font-size: 2rem;
  display: block;
}

.line_contents .header_subtitle span::after,
.life_detail_block .header_subtitle span::after {
  top: auto;
  margin-top: 0;
  background-size: 90px;
}

.life_detail_x2 figure {
  width: 100%;
  margin-right: 0;
  text-align: center;
  margin-bottom: 10px;
}

.life_detail_text {
  width: 100%;
}

.life_detail_text .link_btn {
  margin-right: auto;
}

.life_detail_block .ttl_dot_line2 .ttl {
  text-align: center;
}

.life_detail_block .link_list li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}

.life_block:last-child {
  margin-bottom: 70px;
}

/*しまねの市町村（600px）-----------------------------------------------------*/
.shimane_cities_wrap .pagelink.blue_link {
  width: 90%;
}
.shimane_cities_wrap .pagelink.blue_link li {
  width: 48%;
}
.shimane_cities_wrap .pagetitle{
  background-size: 22%;
}
.cities_top_block.block, .cities_top_block .block {
  width: 90%;
}

.cities_top_content .shimane_map {
  margin-bottom: 20px;
}

.cities_list_box:not(:last-child) {
  margin-bottom: 20px;
}

.cities_list_box .header_subtitle {
  margin-bottom: 50px;
}

.cities_list_item {
  width: 100%;
  margin-right: 0;
}

.cites_link_x2 a {
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
}

.cites_link_x2 {
  max-width: 330px;
  margin: 0 auto;
}

.cities_top_news_list {
  padding: 20px;
}

.cities_top_content .slick-dotted.slick-slider {
  margin-bottom: 70px;
}

.cities_top_block:last-child {
  margin-bottom: 70px;
}

/*島根とは（600px）-----------------------------*/
.about_catch_text {
  text-align: left;
  width: 90%;
  margin: 0 auto;
}

#about1, #about2 .block, #about3, #about4 .block {
  width: 90%;
}

.about_block p {
  width: 100%!important;
}

.about_access_text {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

.shimane_access_box {
  margin-top: 20px;
  padding: 15px;
}

.shimane_access_box ul li > span:nth-child(2) {
  margin-left: 20px;
  display: block;
}

.about_access_block figure {
  width: 100%;
  text-align: center;
}

.about_shimanelife > p {
  text-align: left;
}

.about_aruaru_item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}

.about_aruaru_item figure {
  text-align: center;
}

.about_aruaru_text h3 {
  min-height: auto;
}

.about_other_link .link_list li {
  width: 100%;
  margin-right: 0;
}

.about_other_link .link_list {
  width: auto;
  margin: 0 10px;
}

#about6 .about_other_link:nth-child(2)::after {
  background-size: 207px 87px;
  width: 207px;
  height: 87px;
  right: 20px;
}

#about6 .block::before {
  background-size: 188px 75px;
  height: 75px;
  width: 188px;
}

#about6 .block::after {
  background-size: 195px 80px;
  height: 80px;
  width: 195px;
}

#about6 .block {
  padding-bottom: 80px;
}
.about_block:last-child {
  margin-bottom: 70px;
}
.shimane_about_wrap .pagetitle {
  background-size: 40%;
  background-position: right 10px bottom 10px;
}
.shimane_about_wrap .pagelink {
  width: 90%;
}

/*島根県内の公的機関における人材募集の情報等（600px）-----------------------------*/
.jobinfo_recruits {
  width: auto;
  margin: 0 10px;
}

.jobinfo_recruits_box h3{
  margin: 0 0 15px;
}

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

.jobinfo_recruits_link {
  width: 100%;
}

.jobinfo_recruits_link a {
  margin: 0 auto;
}

/*お問い合わせ（600px）-----------------------------*/

.from_wrap .field_check {
  display: block;
}

.form_small_txt {
  display: block;
  margin-top: 5px;
}

.columns .from_wrap .flex_input input[type="text"] {
  width: 95%;
  margin-bottom: 10px;
}

.form_txt_wrap .balloon-left {
  width: 100%;
}

.form_txt_wrap {
  flex-wrap: wrap;
}

.form_txt_img {
  width: 100%;
  margin: 20px 0 0;
  text-align: center;
}

.balloon-left:before {border-right: 20px solid transparent;border-top: 50px solid #ebf9fb;left: 180px;bottom: -60px;}

.contact_wrap {
  width: 90%;
}

.form_txt_wrap {
  margin-top: 0;
  margin-bottom: 10px;
}

.columns .from_wrap input[type="text"], .columns .from_wrap input[type="tel"], .columns .from_wrap input[type="email"], .columns .from_wrap textarea {
  width: 95%;
}

.contact_confirm_x2 .contact_submit {
  order: 1;
  margin-bottom: 20px;
}

.contact_confirm_x2 .contact_back {
  order: 2;
  margin-right: 0;
}

.contact_confirm_x2 {
  justify-content: center;
}

/*年間イベントスケジュール（600px）-----------------------------*/
.blue_circle_box {
  width: 90%;
}

.blue_circle_box dl dd p {
  width: 100%!important;
}

.blue_circle_box dl dd {
  margin-left: 0;
}

.img_list_x3 .img_content_item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}

.img_list_x3 .img_content_item figure {
  text-align: center;
}

.img_list_x3 .img_content_item:nth-child(3n) {
  margin-bottom: 0;
}

.schedule_list {
  width: 90%;
  flex-wrap: wrap;
}

.schedule_list dt {
  width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.schedule_list dd {
  width: 100%;
}

/*LINE連携について（600px）-----------------------------*/
.line_point_box:nth-child(odd) figure {
  order: 2;
}
.line_point_box:nth-child(odd) .line_point_text {
  margin-right: 0;
}
.line_point_text {
  width: 100%;
  margin-bottom: 20px;
  order: 1;
}
.line_point_block {
  padding: 20px;
}
.line_point_box figure {
  width: 100%;
  text-align: center;
  order: 2;
}
.line_point_box:nth-child(even) .line_point_text {
  margin-left: 0;
}
.line_point_text > h3 {
  min-height: auto;
  padding-left: 90px;
  min-height: 83px;
}
.line_point1::before,.line_point2::before {
  background-size: 80px;
  height: 80px;
  width: 80px;
  margin-top: -40px;
}
.block .line_contents .line_point_text p {
  width: 100%!important;
}

.single_img_x3 figure{
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

.single_page_block{
  width: 100%;
  margin-bottom: 70px;
}
.single_page_content .wakuwaku_desc_text{
  width: 90%;
}
.bg_blue_box{
  padding: 20px;
}
.block .single_page_content .bg_blue_box p {
  width: 100%!important;
}

.page_main_text p {
  width: 100%!important;
}

.news_note{
  padding: 10px 5px;
}
.block .news_note p{
  font-size: 1.8rem;
}

/*求人詳細-選考方法（600px）-----------------------------*/
.entry_flow_box {
  flex-wrap: wrap;
}
.entry_flow_num {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 5px;
  padding: 7px;
}
.entry_flow_box:not(:last-child) .entry_flow_num::before {
  display: none;
}
.entry_flow_cnt {
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  background: #fffde9;
}
.entry_flow_cnt h4 {
  text-align: center;
  font-size: 2rem;
}
.entry_flow_box:not(:last-child) {
  margin-bottom: 20px;
}
.entry_flow_num span::after {
  display: inline-block;
  margin-left: 5px;
  font-size: 2.2rem;
}
.job_selection_note {
  margin-top: 20px;
}

/** エラーページ用 **/
.error_content{
  margin-bottom: 70px;
}

/** UIターン応援スタッフ **/
.tokyo_photo_box .staff_photo{
  padding-bottom: 28%;
}

.staff_oosaka_links {
  display: block;
}
.block .staff_oosaka_links p{
  margin-right: 0;
}
.staff_oosaka_links > .staff_photo_block_inquiry:first-child{
  margin-bottom: 30px;
}

/** よくあるご質問 **/
.faq_block {
  text-align: left;
  width: 90%;
  margin: 0 auto 80px;
}
.faq_txt {
  margin-bottom: 30px;
}
.faq_tabs {
  flex-wrap: wrap;
  border-bottom: 0;
  margin-bottom: 20px;
}

.faq_tab_item.active {
  font-size: 14px;
}

.faq_tab_item {
  border: 2px solid #bae2ea;
  border-radius: 10px;
  padding: 8px;
  line-height: 1.6;
  width: 48%;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq_content {
  border-top: 2px solid #bae2ea;
  padding: 20px;
}

.faq_q {
  padding: 13px 30px 13px 35px;
  font-size: 15px;
}

.faq_q::before {
  font-size: 20px;
  left: 0;
  top: 13px;
}

.faq_q::after {
  right: 0;
}

.faq_a {
  margin: 0;
  padding: 15px 0px 0px 40px;
  font-size: 15px;
}

.faq_a::before {
  font-size: 20px;
  left: 5px;
  top: 12px;
}

/* 20240620 */
  .experience_txt {
    display: block;
  }
  figure.experience_txt-right {
    margin: 0 auto 30px;
    width: 80%;
  }
  .container1 img {
    height: 250px;
  }
  .container2 img {
    height: 250px;
  }
  .content1 section{
    width:400px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .contents_title h4{
    font-size: 30px;
  }
  .contents_01{
    margin-left: 10px;
  }
  .contents_01 p{
    padding:1px 8px 2px 9px;
    margin-bottom: 10px;
  }

}
/* 20240829_オンライン移住相談スマホ表示調整作業 */
@media screen and (max-width: 480px){
  .mainvisual {
    margin-top:100px;
  }
}
@media screen and (max-width: 390px){
  .ftr_top {
    height: 220px;
  }
  .ftr_top .sns > li.sns_line{
    width: 100%;
    margin: 5px 0 10px;
  }
  .ftr_top .sns > li:not(.sns_title):not(.sns_line) {
    width: 25%;
    margin-left: 0;
    margin-right: 4%;
  }
  .sns li a img {
    max-width: 45px;
    width: 100%;
  }
  .ftr_top .sns > li.sns_line img{
    max-width: 141px;
  }
  .ftr_top .sns > li:not(.sns_title):not(.sns_line):last-child {
    margin-right: 0;
  }
}

/* テストコメント */
/* IEのみ以下のCSSが適用される*/
@media all and (-ms-high-contrast: none) {
}

/* -----------------------------------------
 *  印刷時の設定
 * ----------------------------------------- */
 @media print {
  /* リンクの印刷を解除 */
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}
